From 6c76cd697d55ad6fe568f62d466f7de8295657dc Mon Sep 17 00:00:00 2001 From: Tdamas <31070167+Tdamas@users.noreply.github.com> Date: Sun, 5 Nov 2017 14:54:05 -0600 Subject: [PATCH 1/8] Delete scores_grades.py --- Tamisha_Damas/scores_grades.py | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 Tamisha_Damas/scores_grades.py diff --git a/Tamisha_Damas/scores_grades.py b/Tamisha_Damas/scores_grades.py deleted file mode 100644 index 448da6d..0000000 --- a/Tamisha_Damas/scores_grades.py +++ /dev/null @@ -1,23 +0,0 @@ -# Create a function that generates ten scores between 60 and 100. Display the grade for the score. -# Score: 60 - 69; Grade - D -# Score: 70 - 79; Grade - C -# Score: 80 - 89; Grade - B -# Score: 90 - 100; Grade - A - -#define the function -import random - -def grades(g): - print "Scores and Grades" - for x in range(0,g): - score = random.randint(60, 101) - if score >= 60 and score <= 69: - print "Score: {}; Your grade is D".format(score) - elif score >= 70 and score <= 79: - print "Score: {}; Your grade is C".format(score) - elif score >= 80 and score <= 89: - print "Score: {}; Your grade is B".format(score) - elif score >= 90 and score <= 100: - print "Score: {}; Your grade is A".format(score) - print "End of the program, Bye!" -grades(10) From b3186c9db5ea0f74d07a64c5bc9b00ee4d4c4853 Mon Sep 17 00:00:00 2001 From: Tdamas <31070167+Tdamas@users.noreply.github.com> Date: Sun, 5 Nov 2017 14:54:16 -0600 Subject: [PATCH 2/8] Delete strings_and_list.py --- Tamisha_Damas/strings_and_list.py | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 Tamisha_Damas/strings_and_list.py diff --git a/Tamisha_Damas/strings_and_list.py b/Tamisha_Damas/strings_and_list.py deleted file mode 100644 index f13d365..0000000 --- a/Tamisha_Damas/strings_and_list.py +++ /dev/null @@ -1,22 +0,0 @@ -string = "It's thanksgiving day It's my birthday, too!" -print string.find("day") -print string.replace("day", "month") - -x = [2, 54, -2, 7, 12, 98] -print min(x) -print max(x) - -a = ["hello", 2, 54, -2, 7, 12, 98, "world"] -print a[0] +" "+ a[len(a)-1] - -list_sort = [19, 2, 54, -2, 7, 12, 98, 32, 10, -3, 6] -print list_sort -list_sort.sort() -print list_sort - -new_list = list_sort[:len(list_sort)/2] -new2_list = list_sort[len(list_sort)/2:] -print new_list -print new2_list -new2_list.insert(0,new_list) -print new2_list From 77a3098b6e088a24a9c5ed22991577b9835b60f5 Mon Sep 17 00:00:00 2001 From: Tdamas <31070167+Tdamas@users.noreply.github.com> Date: Sun, 5 Nov 2017 14:54:25 -0600 Subject: [PATCH 3/8] Delete type_list.py --- Tamisha_Damas/type_list.py | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 Tamisha_Damas/type_list.py diff --git a/Tamisha_Damas/type_list.py b/Tamisha_Damas/type_list.py deleted file mode 100644 index 0d78cd7..0000000 --- a/Tamisha_Damas/type_list.py +++ /dev/null @@ -1,6 +0,0 @@ -#input -l = ['magical unicorns',19,'hello',98.98,'world'] -#output -#"The list you entered is of mixed type" -#"String: magical unicorns hello world" -#"Sum: 117.98" From 25c051de48e326b7359017bfd895b5deeb3aa35d Mon Sep 17 00:00:00 2001 From: Tamisha Damas Date: Fri, 12 Jan 2018 23:23:39 -0600 Subject: [PATCH 4/8] Adding eCommerce Project --- Tamisha_Damas/eCommerce/.Python | 1 + Tamisha_Damas/eCommerce/bin/activate | 78 + Tamisha_Damas/eCommerce/bin/activate.csh | 36 + Tamisha_Damas/eCommerce/bin/activate.fish | 76 + Tamisha_Damas/eCommerce/bin/activate_this.py | 34 + Tamisha_Damas/eCommerce/bin/django-admin | 11 + Tamisha_Damas/eCommerce/bin/django-admin.py | 5 + Tamisha_Damas/eCommerce/bin/easy_install | 11 + Tamisha_Damas/eCommerce/bin/easy_install-2.7 | 11 + Tamisha_Damas/eCommerce/bin/pip | 11 + Tamisha_Damas/eCommerce/bin/pip2 | 11 + Tamisha_Damas/eCommerce/bin/pip2.7 | 11 + Tamisha_Damas/eCommerce/bin/python | Bin 0 -> 51744 bytes Tamisha_Damas/eCommerce/bin/python-config | 78 + Tamisha_Damas/eCommerce/bin/python2 | 1 + Tamisha_Damas/eCommerce/bin/python2.7 | 1 + Tamisha_Damas/eCommerce/bin/wheel | 11 + .../eCommerce/eCommerce.atom-project | 0 Tamisha_Damas/eCommerce/include/python2.7 | 1 + .../eCommerce/lib/python2.7/UserDict.py | 1 + .../eCommerce/lib/python2.7/_abcoll.py | 1 + .../eCommerce/lib/python2.7/_weakrefset.py | 1 + Tamisha_Damas/eCommerce/lib/python2.7/abc.py | 1 + .../eCommerce/lib/python2.7/codecs.py | 1 + Tamisha_Damas/eCommerce/lib/python2.7/config | 1 + .../eCommerce/lib/python2.7/copy_reg.py | 1 + .../lib/python2.7/distutils/__init__.py | 101 + .../lib/python2.7/distutils/distutils.cfg | 6 + .../eCommerce/lib/python2.7/encodings | 1 + .../eCommerce/lib/python2.7/fnmatch.py | 1 + .../eCommerce/lib/python2.7/genericpath.py | 1 + .../eCommerce/lib/python2.7/lib-dynload | 1 + .../eCommerce/lib/python2.7/linecache.py | 1 + .../eCommerce/lib/python2.7/locale.py | 1 + .../lib/python2.7/no-global-site-packages.txt | 0 .../eCommerce/lib/python2.7/ntpath.py | 1 + .../eCommerce/lib/python2.7/orig-prefix.txt | 1 + Tamisha_Damas/eCommerce/lib/python2.7/os.py | 1 + .../eCommerce/lib/python2.7/posixpath.py | 1 + Tamisha_Damas/eCommerce/lib/python2.7/re.py | 1 + .../Django-1.10.dist-info/DESCRIPTION.rst | 3 + .../Django-1.10.dist-info/INSTALLER | 1 + .../Django-1.10.dist-info/LICENSE.txt | 27 + .../Django-1.10.dist-info/METADATA | 34 + .../Django-1.10.dist-info/RECORD | 4036 +++++++ .../site-packages/Django-1.10.dist-info/WHEEL | 6 + .../Django-1.10.dist-info/entry_points.txt | 3 + .../Django-1.10.dist-info/metadata.json | 1 + .../Django-1.10.dist-info/top_level.txt | 1 + .../site-packages/django/__init__.py | 27 + .../site-packages/django/__main__.py | 9 + .../site-packages/django/apps/__init__.py | 4 + .../site-packages/django/apps/config.py | 204 + .../site-packages/django/apps/registry.py | 414 + .../site-packages/django/bin/django-admin.py | 5 + .../site-packages/django/conf/__init__.py | 187 + .../django/conf/app_template/__init__.py-tpl | 0 .../django/conf/app_template/admin.py-tpl | 3 + .../django/conf/app_template/apps.py-tpl | 5 + .../app_template/migrations/__init__.py-tpl | 0 .../django/conf/app_template/models.py-tpl | 3 + .../django/conf/app_template/tests.py-tpl | 3 + .../django/conf/app_template/views.py-tpl | 3 + .../django/conf/global_settings.py | 632 ++ .../django/conf/locale/__init__.py | 566 + .../conf/locale/af/LC_MESSAGES/django.mo | Bin 0 -> 19888 bytes .../conf/locale/af/LC_MESSAGES/django.po | 1183 ++ .../conf/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 32064 bytes .../conf/locale/ar/LC_MESSAGES/django.po | 1270 +++ .../django/conf/locale/ar/__init__.py | 0 .../django/conf/locale/ar/formats.py | 24 + .../conf/locale/ast/LC_MESSAGES/django.mo | Bin 0 -> 16955 bytes .../conf/locale/ast/LC_MESSAGES/django.po | 1164 ++ .../conf/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 16530 bytes .../conf/locale/az/LC_MESSAGES/django.po | 1152 ++ .../django/conf/locale/az/__init__.py | 0 .../django/conf/locale/az/formats.py | 35 + .../conf/locale/be/LC_MESSAGES/django.mo | Bin 0 -> 24094 bytes .../conf/locale/be/LC_MESSAGES/django.po | 1190 ++ .../conf/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 28722 bytes .../conf/locale/bg/LC_MESSAGES/django.po | 1197 ++ .../django/conf/locale/bg/__init__.py | 0 .../django/conf/locale/bg/formats.py | 24 + .../conf/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 17515 bytes .../conf/locale/bn/LC_MESSAGES/django.po | 1142 ++ .../django/conf/locale/bn/__init__.py | 0 .../django/conf/locale/bn/formats.py | 24 + .../conf/locale/br/LC_MESSAGES/django.mo | Bin 0 -> 15121 bytes .../conf/locale/br/LC_MESSAGES/django.po | 1152 ++ .../conf/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 11249 bytes .../conf/locale/bs/LC_MESSAGES/django.po | 1162 ++ .../django/conf/locale/bs/__init__.py | 0 .../django/conf/locale/bs/formats.py | 24 + .../conf/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 23977 bytes .../conf/locale/ca/LC_MESSAGES/django.po | 1209 ++ .../django/conf/locale/ca/__init__.py | 0 .../django/conf/locale/ca/formats.py | 33 + .../conf/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 24995 bytes .../conf/locale/cs/LC_MESSAGES/django.po | 1216 ++ .../django/conf/locale/cs/__init__.py | 0 .../django/conf/locale/cs/formats.py | 45 + .../conf/locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 22605 bytes .../conf/locale/cy/LC_MESSAGES/django.po | 1227 ++ .../django/conf/locale/cy/__init__.py | 0 .../django/conf/locale/cy/formats.py | 38 + .../conf/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 23753 bytes .../conf/locale/da/LC_MESSAGES/django.po | 1194 ++ .../django/conf/locale/da/__init__.py | 0 .../django/conf/locale/da/formats.py | 29 + .../conf/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 25098 bytes .../conf/locale/de/LC_MESSAGES/django.po | 1215 ++ .../django/conf/locale/de/__init__.py | 0 .../django/conf/locale/de/formats.py | 31 + .../django/conf/locale/de_CH/__init__.py | 0 .../django/conf/locale/de_CH/formats.py | 38 + .../conf/locale/dsb/LC_MESSAGES/django.mo | Bin 0 -> 26503 bytes .../conf/locale/dsb/LC_MESSAGES/django.po | 1246 +++ .../conf/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 31345 bytes .../conf/locale/el/LC_MESSAGES/django.po | 1224 ++ .../django/conf/locale/el/__init__.py | 0 .../django/conf/locale/el/formats.py | 38 + .../conf/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 356 bytes .../conf/locale/en/LC_MESSAGES/django.po | 1442 +++ .../django/conf/locale/en/__init__.py | 0 .../django/conf/locale/en/formats.py | 43 + .../conf/locale/en_AU/LC_MESSAGES/django.mo | Bin 0 -> 16566 bytes .../conf/locale/en_AU/LC_MESSAGES/django.po | 1156 ++ .../django/conf/locale/en_AU/__init__.py | 0 .../django/conf/locale/en_AU/formats.py | 42 + .../conf/locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 13305 bytes .../conf/locale/en_GB/LC_MESSAGES/django.po | 1146 ++ .../django/conf/locale/en_GB/__init__.py | 0 .../django/conf/locale/en_GB/formats.py | 42 + .../conf/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 23521 bytes .../conf/locale/eo/LC_MESSAGES/django.po | 1201 ++ .../django/conf/locale/eo/__init__.py | 0 .../django/conf/locale/eo/formats.py | 52 + .../conf/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 24075 bytes .../conf/locale/es/LC_MESSAGES/django.po | 1220 ++ .../django/conf/locale/es/__init__.py | 0 .../django/conf/locale/es/formats.py | 33 + .../conf/locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 24831 bytes .../conf/locale/es_AR/LC_MESSAGES/django.po | 1213 ++ .../django/conf/locale/es_AR/__init__.py | 0 .../django/conf/locale/es_AR/formats.py | 33 + .../conf/locale/es_CO/LC_MESSAGES/django.mo | Bin 0 -> 23958 bytes .../conf/locale/es_CO/LC_MESSAGES/django.po | 1199 ++ .../django/conf/locale/es_CO/__init__.py | 0 .../django/conf/locale/es_CO/formats.py | 29 + .../conf/locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 15274 bytes .../conf/locale/es_MX/LC_MESSAGES/django.po | 1157 ++ .../django/conf/locale/es_MX/__init__.py | 0 .../django/conf/locale/es_MX/formats.py | 28 + .../django/conf/locale/es_NI/__init__.py | 0 .../django/conf/locale/es_NI/formats.py | 29 + .../django/conf/locale/es_PR/__init__.py | 0 .../django/conf/locale/es_PR/formats.py | 30 + .../conf/locale/es_VE/LC_MESSAGES/django.mo | Bin 0 -> 24149 bytes .../conf/locale/es_VE/LC_MESSAGES/django.po | 1199 ++ .../conf/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 23902 bytes .../conf/locale/et/LC_MESSAGES/django.po | 1197 ++ .../django/conf/locale/et/__init__.py | 0 .../django/conf/locale/et/formats.py | 24 + .../conf/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 17377 bytes .../conf/locale/eu/LC_MESSAGES/django.po | 1163 ++ .../django/conf/locale/eu/__init__.py | 0 .../django/conf/locale/eu/formats.py | 24 + .../conf/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 27350 bytes .../conf/locale/fa/LC_MESSAGES/django.po | 1170 ++ .../django/conf/locale/fa/__init__.py | 0 .../django/conf/locale/fa/formats.py | 24 + .../conf/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 24088 bytes .../conf/locale/fi/LC_MESSAGES/django.po | 1193 ++ .../django/conf/locale/fi/__init__.py | 0 .../django/conf/locale/fi/formats.py | 42 + .../conf/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 25188 bytes .../conf/locale/fr/LC_MESSAGES/django.po | 1225 ++ .../django/conf/locale/fr/__init__.py | 0 .../django/conf/locale/fr/formats.py | 36 + .../conf/locale/fy/LC_MESSAGES/django.mo | Bin 0 -> 2525 bytes .../conf/locale/fy/LC_MESSAGES/django.po | 1142 ++ .../django/conf/locale/fy/__init__.py | 0 .../django/conf/locale/fy/formats.py | 24 + .../conf/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 15406 bytes .../conf/locale/ga/LC_MESSAGES/django.po | 1205 ++ .../django/conf/locale/ga/__init__.py | 0 .../django/conf/locale/ga/formats.py | 24 + .../conf/locale/gd/LC_MESSAGES/django.mo | Bin 0 -> 27404 bytes .../conf/locale/gd/LC_MESSAGES/django.po | 1274 +++ .../django/conf/locale/gd/__init__.py | 0 .../django/conf/locale/gd/formats.py | 24 + .../conf/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 14855 bytes .../conf/locale/gl/LC_MESSAGES/django.po | 1159 ++ .../django/conf/locale/gl/__init__.py | 0 .../django/conf/locale/gl/formats.py | 24 + .../conf/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 26216 bytes .../conf/locale/he/LC_MESSAGES/django.po | 1170 ++ .../django/conf/locale/he/__init__.py | 0 .../django/conf/locale/he/formats.py | 24 + .../conf/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 19545 bytes .../conf/locale/hi/LC_MESSAGES/django.po | 1144 ++ .../django/conf/locale/hi/__init__.py | 0 .../django/conf/locale/hi/formats.py | 24 + .../conf/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 19972 bytes .../conf/locale/hr/LC_MESSAGES/django.po | 1200 ++ .../django/conf/locale/hr/__init__.py | 0 .../django/conf/locale/hr/formats.py | 50 + .../conf/locale/hsb/LC_MESSAGES/django.mo | Bin 0 -> 26256 bytes .../conf/locale/hsb/LC_MESSAGES/django.po | 1239 +++ .../conf/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 24906 bytes .../conf/locale/hu/LC_MESSAGES/django.po | 1216 ++ .../django/conf/locale/hu/__init__.py | 0 .../django/conf/locale/hu/formats.py | 34 + .../conf/locale/ia/LC_MESSAGES/django.mo | Bin 0 -> 16229 bytes .../conf/locale/ia/LC_MESSAGES/django.po | 1166 ++ .../conf/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 22559 bytes .../conf/locale/id/LC_MESSAGES/django.po | 1183 ++ .../django/conf/locale/id/__init__.py | 0 .../django/conf/locale/id/formats.py | 52 + .../conf/locale/io/LC_MESSAGES/django.mo | Bin 0 -> 15149 bytes .../conf/locale/io/LC_MESSAGES/django.po | 1158 ++ .../conf/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 17355 bytes .../conf/locale/is/LC_MESSAGES/django.po | 1165 ++ .../django/conf/locale/is/__init__.py | 0 .../django/conf/locale/is/formats.py | 24 + .../conf/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 24306 bytes .../conf/locale/it/LC_MESSAGES/django.po | 1210 ++ .../django/conf/locale/it/__init__.py | 0 .../django/conf/locale/it/formats.py | 48 + .../conf/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 26538 bytes .../conf/locale/ja/LC_MESSAGES/django.po | 1173 ++ .../django/conf/locale/ja/__init__.py | 0 .../django/conf/locale/ja/formats.py | 24 + .../conf/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 25238 bytes .../conf/locale/ka/LC_MESSAGES/django.po | 1149 ++ .../django/conf/locale/ka/__init__.py | 0 .../django/conf/locale/ka/formats.py | 50 + .../conf/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 14222 bytes .../conf/locale/kk/LC_MESSAGES/django.po | 1132 ++ .../conf/locale/km/LC_MESSAGES/django.mo | Bin 0 -> 7284 bytes .../conf/locale/km/LC_MESSAGES/django.po | 1118 ++ .../django/conf/locale/km/__init__.py | 0 .../django/conf/locale/km/formats.py | 24 + .../conf/locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 18954 bytes .../conf/locale/kn/LC_MESSAGES/django.po | 1143 ++ .../django/conf/locale/kn/__init__.py | 0 .../django/conf/locale/kn/formats.py | 24 + .../conf/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 25069 bytes .../conf/locale/ko/LC_MESSAGES/django.po | 1171 ++ .../django/conf/locale/ko/__init__.py | 0 .../django/conf/locale/ko/formats.py | 55 + .../conf/locale/lb/LC_MESSAGES/django.mo | Bin 0 -> 8069 bytes .../conf/locale/lb/LC_MESSAGES/django.po | 1135 ++ .../conf/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 25445 bytes .../conf/locale/lt/LC_MESSAGES/django.po | 1226 ++ .../django/conf/locale/lt/__init__.py | 0 .../django/conf/locale/lt/formats.py | 48 + .../conf/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 13779 bytes .../conf/locale/lv/LC_MESSAGES/django.po | 1165 ++ .../django/conf/locale/lv/__init__.py | 0 .../django/conf/locale/lv/formats.py | 49 + .../conf/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 30423 bytes .../conf/locale/mk/LC_MESSAGES/django.po | 1211 ++ .../django/conf/locale/mk/__init__.py | 0 .../django/conf/locale/mk/formats.py | 45 + .../conf/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 27484 bytes .../conf/locale/ml/LC_MESSAGES/django.po | 1158 ++ .../django/conf/locale/ml/__init__.py | 0 .../django/conf/locale/ml/formats.py | 43 + .../conf/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 28028 bytes .../conf/locale/mn/LC_MESSAGES/django.po | 1198 ++ .../django/conf/locale/mn/__init__.py | 0 .../django/conf/locale/mn/formats.py | 24 + .../conf/locale/mr/LC_MESSAGES/django.mo | Bin 0 -> 1652 bytes .../conf/locale/mr/LC_MESSAGES/django.po | 1134 ++ .../conf/locale/my/LC_MESSAGES/django.mo | Bin 0 -> 2650 bytes .../conf/locale/my/LC_MESSAGES/django.po | 1119 ++ .../conf/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 23689 bytes .../conf/locale/nb/LC_MESSAGES/django.po | 1194 ++ .../django/conf/locale/nb/__init__.py | 0 .../django/conf/locale/nb/formats.py | 42 + .../conf/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 26667 bytes .../conf/locale/ne/LC_MESSAGES/django.po | 1155 ++ .../conf/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 23913 bytes .../conf/locale/nl/LC_MESSAGES/django.po | 1210 ++ .../django/conf/locale/nl/__init__.py | 0 .../django/conf/locale/nl/formats.py | 73 + .../conf/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 14420 bytes .../conf/locale/nn/LC_MESSAGES/django.po | 1150 ++ .../django/conf/locale/nn/__init__.py | 0 .../django/conf/locale/nn/formats.py | 43 + .../conf/locale/os/LC_MESSAGES/django.mo | Bin 0 -> 19549 bytes .../conf/locale/os/LC_MESSAGES/django.po | 1161 ++ .../conf/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 11665 bytes .../conf/locale/pa/LC_MESSAGES/django.po | 1135 ++ .../conf/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 25611 bytes .../conf/locale/pl/LC_MESSAGES/django.po | 1246 +++ .../django/conf/locale/pl/__init__.py | 0 .../django/conf/locale/pl/formats.py | 32 + .../conf/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 23955 bytes .../conf/locale/pt/LC_MESSAGES/django.po | 1203 ++ .../django/conf/locale/pt/__init__.py | 0 .../django/conf/locale/pt/formats.py | 41 + .../conf/locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 24447 bytes .../conf/locale/pt_BR/LC_MESSAGES/django.po | 1214 ++ .../django/conf/locale/pt_BR/__init__.py | 0 .../django/conf/locale/pt_BR/formats.py | 36 + .../conf/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 24758 bytes .../conf/locale/ro/LC_MESSAGES/django.po | 1229 ++ .../django/conf/locale/ro/__init__.py | 0 .../django/conf/locale/ro/formats.py | 24 + .../conf/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 33882 bytes .../conf/locale/ru/LC_MESSAGES/django.po | 1270 +++ .../django/conf/locale/ru/__init__.py | 0 .../django/conf/locale/ru/formats.py | 35 + .../conf/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 17968 bytes .../conf/locale/sk/LC_MESSAGES/django.po | 1190 ++ .../django/conf/locale/sk/__init__.py | 0 .../django/conf/locale/sk/formats.py | 32 + .../conf/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 25398 bytes .../conf/locale/sl/LC_MESSAGES/django.po | 1245 +++ .../django/conf/locale/sl/__init__.py | 0 .../django/conf/locale/sl/formats.py | 50 + .../conf/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 24210 bytes .../conf/locale/sq/LC_MESSAGES/django.po | 1207 ++ .../django/conf/locale/sq/__init__.py | 0 .../django/conf/locale/sq/formats.py | 24 + .../conf/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 16093 bytes .../conf/locale/sr/LC_MESSAGES/django.po | 1163 ++ .../django/conf/locale/sr/__init__.py | 0 .../django/conf/locale/sr/formats.py | 46 + .../conf/locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 13481 bytes .../conf/locale/sr_Latn/LC_MESSAGES/django.po | 1163 ++ .../django/conf/locale/sr_Latn/__init__.py | 0 .../django/conf/locale/sr_Latn/formats.py | 46 + .../conf/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 24132 bytes .../conf/locale/sv/LC_MESSAGES/django.po | 1209 ++ .../django/conf/locale/sv/__init__.py | 0 .../django/conf/locale/sv/formats.py | 41 + .../conf/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 15051 bytes .../conf/locale/sw/LC_MESSAGES/django.po | 1145 ++ .../conf/locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 7155 bytes .../conf/locale/ta/LC_MESSAGES/django.po | 1135 ++ .../django/conf/locale/ta/__init__.py | 0 .../django/conf/locale/ta/formats.py | 24 + .../conf/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 13321 bytes .../conf/locale/te/LC_MESSAGES/django.po | 1138 ++ .../django/conf/locale/te/__init__.py | 0 .../django/conf/locale/te/formats.py | 24 + .../conf/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 19196 bytes .../conf/locale/th/LC_MESSAGES/django.po | 1131 ++ .../django/conf/locale/th/__init__.py | 0 .../django/conf/locale/th/formats.py | 24 + .../conf/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 24716 bytes .../conf/locale/tr/LC_MESSAGES/django.po | 1210 ++ .../django/conf/locale/tr/__init__.py | 0 .../django/conf/locale/tr/formats.py | 32 + .../conf/locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 15527 bytes .../conf/locale/tt/LC_MESSAGES/django.po | 1135 ++ .../conf/locale/udm/LC_MESSAGES/django.mo | Bin 0 -> 13564 bytes .../conf/locale/udm/LC_MESSAGES/django.po | 1122 ++ .../conf/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 31704 bytes .../conf/locale/uk/LC_MESSAGES/django.po | 1238 +++ .../django/conf/locale/uk/__init__.py | 0 .../django/conf/locale/uk/formats.py | 25 + .../conf/locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 12760 bytes .../conf/locale/ur/LC_MESSAGES/django.po | 1144 ++ .../conf/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 19775 bytes .../conf/locale/vi/LC_MESSAGES/django.po | 1145 ++ .../django/conf/locale/vi/__init__.py | 0 .../django/conf/locale/vi/formats.py | 24 + .../conf/locale/zh_Hans/LC_MESSAGES/django.mo | Bin 0 -> 22909 bytes .../conf/locale/zh_Hans/LC_MESSAGES/django.po | 1158 ++ .../django/conf/locale/zh_Hans/__init__.py | 0 .../django/conf/locale/zh_Hans/formats.py | 45 + .../conf/locale/zh_Hant/LC_MESSAGES/django.mo | Bin 0 -> 18146 bytes .../conf/locale/zh_Hant/LC_MESSAGES/django.po | 1134 ++ .../django/conf/locale/zh_Hant/__init__.py | 0 .../django/conf/locale/zh_Hant/formats.py | 45 + .../conf/project_template/manage.py-tpl | 22 + .../project_name/__init__.py-tpl | 0 .../project_name/settings.py-tpl | 120 + .../project_template/project_name/urls.py-tpl | 21 + .../project_template/project_name/wsgi.py-tpl | 16 + .../django/conf/urls/__init__.py | 85 + .../site-packages/django/conf/urls/i18n.py | 37 + .../site-packages/django/conf/urls/static.py | 27 + .../site-packages/django/contrib/__init__.py | 0 .../django/contrib/admin/__init__.py | 29 + .../django/contrib/admin/actions.py | 89 + .../django/contrib/admin/apps.py | 23 + .../django/contrib/admin/checks.py | 972 ++ .../django/contrib/admin/decorators.py | 31 + .../django/contrib/admin/exceptions.py | 11 + .../django/contrib/admin/filters.py | 443 + .../django/contrib/admin/forms.py | 30 + .../django/contrib/admin/helpers.py | 389 + .../admin/locale/af/LC_MESSAGES/django.mo | Bin 0 -> 9511 bytes .../admin/locale/af/LC_MESSAGES/django.po | 650 ++ .../admin/locale/af/LC_MESSAGES/djangojs.mo | Bin 0 -> 1158 bytes .../admin/locale/af/LC_MESSAGES/djangojs.po | 205 + .../admin/locale/am/LC_MESSAGES/django.mo | Bin 0 -> 8309 bytes .../admin/locale/am/LC_MESSAGES/django.po | 635 ++ .../admin/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 17633 bytes .../admin/locale/ar/LC_MESSAGES/django.po | 686 ++ .../admin/locale/ar/LC_MESSAGES/djangojs.mo | Bin 0 -> 4959 bytes .../admin/locale/ar/LC_MESSAGES/djangojs.po | 227 + .../admin/locale/ast/LC_MESSAGES/django.mo | Bin 0 -> 2476 bytes .../admin/locale/ast/LC_MESSAGES/django.po | 635 ++ .../admin/locale/ast/LC_MESSAGES/djangojs.mo | Bin 0 -> 2137 bytes .../admin/locale/ast/LC_MESSAGES/djangojs.po | 211 + .../admin/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 14981 bytes .../admin/locale/az/LC_MESSAGES/django.po | 677 ++ .../admin/locale/az/LC_MESSAGES/djangojs.mo | Bin 0 -> 3894 bytes .../admin/locale/az/LC_MESSAGES/djangojs.po | 217 + .../admin/locale/be/LC_MESSAGES/django.mo | Bin 0 -> 17049 bytes .../admin/locale/be/LC_MESSAGES/django.po | 677 ++ .../admin/locale/be/LC_MESSAGES/djangojs.mo | Bin 0 -> 4932 bytes .../admin/locale/be/LC_MESSAGES/djangojs.po | 223 + .../admin/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 19951 bytes .../admin/locale/bg/LC_MESSAGES/django.po | 688 ++ .../admin/locale/bg/LC_MESSAGES/djangojs.mo | Bin 0 -> 5565 bytes .../admin/locale/bg/LC_MESSAGES/djangojs.po | 218 + .../admin/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 15461 bytes .../admin/locale/bn/LC_MESSAGES/django.po | 651 ++ .../admin/locale/bn/LC_MESSAGES/djangojs.mo | Bin 0 -> 2313 bytes .../admin/locale/bn/LC_MESSAGES/djangojs.po | 207 + .../admin/locale/br/LC_MESSAGES/django.mo | Bin 0 -> 4253 bytes .../admin/locale/br/LC_MESSAGES/django.po | 630 ++ .../admin/locale/br/LC_MESSAGES/djangojs.mo | Bin 0 -> 1366 bytes .../admin/locale/br/LC_MESSAGES/djangojs.po | 204 + .../admin/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 8983 bytes .../admin/locale/bs/LC_MESSAGES/django.po | 656 ++ .../admin/locale/bs/LC_MESSAGES/djangojs.mo | Bin 0 -> 1183 bytes .../admin/locale/bs/LC_MESSAGES/djangojs.po | 211 + .../admin/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 15190 bytes .../admin/locale/ca/LC_MESSAGES/django.po | 683 ++ .../admin/locale/ca/LC_MESSAGES/djangojs.mo | Bin 0 -> 3835 bytes .../admin/locale/ca/LC_MESSAGES/djangojs.po | 220 + .../admin/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 15124 bytes .../admin/locale/cs/LC_MESSAGES/django.po | 684 ++ .../admin/locale/cs/LC_MESSAGES/djangojs.mo | Bin 0 -> 4079 bytes .../admin/locale/cs/LC_MESSAGES/djangojs.po | 222 + .../admin/locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 12700 bytes .../admin/locale/cy/LC_MESSAGES/django.po | 674 ++ .../admin/locale/cy/LC_MESSAGES/djangojs.mo | Bin 0 -> 3801 bytes .../admin/locale/cy/LC_MESSAGES/djangojs.po | 222 + .../admin/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 15940 bytes .../admin/locale/da/LC_MESSAGES/django.po | 683 ++ .../admin/locale/da/LC_MESSAGES/djangojs.mo | Bin 0 -> 4499 bytes .../admin/locale/da/LC_MESSAGES/djangojs.po | 220 + .../admin/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 16815 bytes .../admin/locale/de/LC_MESSAGES/django.po | 696 ++ .../admin/locale/de/LC_MESSAGES/djangojs.mo | Bin 0 -> 4602 bytes .../admin/locale/de/LC_MESSAGES/djangojs.po | 221 + .../admin/locale/dsb/LC_MESSAGES/django.mo | Bin 0 -> 16818 bytes .../admin/locale/dsb/LC_MESSAGES/django.po | 688 ++ .../admin/locale/dsb/LC_MESSAGES/djangojs.mo | Bin 0 -> 5016 bytes .../admin/locale/dsb/LC_MESSAGES/djangojs.po | 225 + .../admin/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 22543 bytes .../admin/locale/el/LC_MESSAGES/django.po | 710 ++ .../admin/locale/el/LC_MESSAGES/djangojs.mo | Bin 0 -> 5888 bytes .../admin/locale/el/LC_MESSAGES/djangojs.po | 223 + .../admin/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 356 bytes .../admin/locale/en/LC_MESSAGES/django.po | 850 ++ .../admin/locale/en/LC_MESSAGES/djangojs.mo | Bin 0 -> 356 bytes .../admin/locale/en/LC_MESSAGES/djangojs.po | 262 + .../admin/locale/en_AU/LC_MESSAGES/django.mo | Bin 0 -> 3024 bytes .../admin/locale/en_AU/LC_MESSAGES/django.po | 635 ++ .../locale/en_AU/LC_MESSAGES/djangojs.mo | Bin 0 -> 1714 bytes .../locale/en_AU/LC_MESSAGES/djangojs.po | 209 + .../admin/locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 10896 bytes .../admin/locale/en_GB/LC_MESSAGES/django.po | 661 ++ .../locale/en_GB/LC_MESSAGES/djangojs.mo | Bin 0 -> 3147 bytes .../locale/en_GB/LC_MESSAGES/djangojs.po | 218 + .../admin/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 14421 bytes .../admin/locale/eo/LC_MESSAGES/django.po | 680 ++ .../admin/locale/eo/LC_MESSAGES/djangojs.mo | Bin 0 -> 3692 bytes .../admin/locale/eo/LC_MESSAGES/djangojs.po | 220 + .../admin/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 15365 bytes .../admin/locale/es/LC_MESSAGES/django.po | 700 ++ .../admin/locale/es/LC_MESSAGES/djangojs.mo | Bin 0 -> 3879 bytes .../admin/locale/es/LC_MESSAGES/djangojs.po | 224 + .../admin/locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 15686 bytes .../admin/locale/es_AR/LC_MESSAGES/django.po | 691 ++ .../locale/es_AR/LC_MESSAGES/djangojs.mo | Bin 0 -> 4892 bytes .../locale/es_AR/LC_MESSAGES/djangojs.po | 228 + .../admin/locale/es_CO/LC_MESSAGES/django.mo | Bin 0 -> 15294 bytes .../admin/locale/es_CO/LC_MESSAGES/django.po | 696 ++ .../locale/es_CO/LC_MESSAGES/djangojs.mo | Bin 0 -> 3895 bytes .../locale/es_CO/LC_MESSAGES/djangojs.po | 223 + .../admin/locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 14261 bytes .../admin/locale/es_MX/LC_MESSAGES/django.po | 682 ++ .../locale/es_MX/LC_MESSAGES/djangojs.mo | Bin 0 -> 3380 bytes .../locale/es_MX/LC_MESSAGES/djangojs.po | 219 + .../admin/locale/es_VE/LC_MESSAGES/django.mo | Bin 0 -> 15352 bytes .../admin/locale/es_VE/LC_MESSAGES/django.po | 687 ++ .../locale/es_VE/LC_MESSAGES/djangojs.mo | Bin 0 -> 3906 bytes .../locale/es_VE/LC_MESSAGES/djangojs.po | 221 + .../admin/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 15838 bytes .../admin/locale/et/LC_MESSAGES/django.po | 682 ++ .../admin/locale/et/LC_MESSAGES/djangojs.mo | Bin 0 -> 4394 bytes .../admin/locale/et/LC_MESSAGES/djangojs.po | 220 + .../admin/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 12959 bytes .../admin/locale/eu/LC_MESSAGES/django.po | 672 ++ .../admin/locale/eu/LC_MESSAGES/djangojs.mo | Bin 0 -> 3159 bytes .../admin/locale/eu/LC_MESSAGES/djangojs.po | 217 + .../admin/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 19067 bytes .../admin/locale/fa/LC_MESSAGES/django.po | 686 ++ .../admin/locale/fa/LC_MESSAGES/djangojs.mo | Bin 0 -> 5035 bytes .../admin/locale/fa/LC_MESSAGES/djangojs.po | 219 + .../admin/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 14591 bytes .../admin/locale/fi/LC_MESSAGES/django.po | 680 ++ .../admin/locale/fi/LC_MESSAGES/djangojs.mo | Bin 0 -> 3820 bytes .../admin/locale/fi/LC_MESSAGES/djangojs.po | 220 + .../admin/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 17420 bytes .../admin/locale/fr/LC_MESSAGES/django.po | 699 ++ .../admin/locale/fr/LC_MESSAGES/djangojs.mo | Bin 0 -> 4735 bytes .../admin/locale/fr/LC_MESSAGES/djangojs.po | 220 + .../admin/locale/fy/LC_MESSAGES/django.mo | Bin 0 -> 476 bytes .../admin/locale/fy/LC_MESSAGES/django.po | 609 + .../admin/locale/fy/LC_MESSAGES/djangojs.mo | Bin 0 -> 476 bytes .../admin/locale/fy/LC_MESSAGES/djangojs.po | 145 + .../admin/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 13825 bytes .../admin/locale/ga/LC_MESSAGES/django.po | 683 ++ .../admin/locale/ga/LC_MESSAGES/djangojs.mo | Bin 0 -> 4379 bytes .../admin/locale/ga/LC_MESSAGES/djangojs.po | 233 + .../admin/locale/gd/LC_MESSAGES/django.mo | Bin 0 -> 18156 bytes .../admin/locale/gd/LC_MESSAGES/django.po | 710 ++ .../admin/locale/gd/LC_MESSAGES/djangojs.mo | Bin 0 -> 5304 bytes .../admin/locale/gd/LC_MESSAGES/djangojs.po | 237 + .../admin/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 13043 bytes .../admin/locale/gl/LC_MESSAGES/django.po | 677 ++ .../admin/locale/gl/LC_MESSAGES/djangojs.mo | Bin 0 -> 3279 bytes .../admin/locale/gl/LC_MESSAGES/djangojs.po | 221 + .../admin/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 15886 bytes .../admin/locale/he/LC_MESSAGES/django.po | 669 ++ .../admin/locale/he/LC_MESSAGES/djangojs.mo | Bin 0 -> 3972 bytes .../admin/locale/he/LC_MESSAGES/djangojs.po | 216 + .../admin/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 18713 bytes .../admin/locale/hi/LC_MESSAGES/django.po | 665 ++ .../admin/locale/hi/LC_MESSAGES/djangojs.mo | Bin 0 -> 4893 bytes .../admin/locale/hi/LC_MESSAGES/djangojs.po | 217 + .../admin/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 14743 bytes .../admin/locale/hr/LC_MESSAGES/django.po | 686 ++ .../admin/locale/hr/LC_MESSAGES/djangojs.mo | Bin 0 -> 3360 bytes .../admin/locale/hr/LC_MESSAGES/djangojs.po | 223 + .../admin/locale/hsb/LC_MESSAGES/django.mo | Bin 0 -> 16571 bytes .../admin/locale/hsb/LC_MESSAGES/django.po | 683 ++ .../admin/locale/hsb/LC_MESSAGES/djangojs.mo | Bin 0 -> 5087 bytes .../admin/locale/hsb/LC_MESSAGES/djangojs.po | 226 + .../admin/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 16445 bytes .../admin/locale/hu/LC_MESSAGES/django.po | 685 ++ .../admin/locale/hu/LC_MESSAGES/djangojs.mo | Bin 0 -> 4534 bytes .../admin/locale/hu/LC_MESSAGES/djangojs.po | 221 + .../admin/locale/ia/LC_MESSAGES/django.mo | Bin 0 -> 11436 bytes .../admin/locale/ia/LC_MESSAGES/django.po | 663 ++ .../admin/locale/ia/LC_MESSAGES/djangojs.mo | Bin 0 -> 3177 bytes .../admin/locale/ia/LC_MESSAGES/djangojs.po | 216 + .../admin/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 14182 bytes .../admin/locale/id/LC_MESSAGES/django.po | 680 ++ .../admin/locale/id/LC_MESSAGES/djangojs.mo | Bin 0 -> 3674 bytes .../admin/locale/id/LC_MESSAGES/djangojs.po | 218 + .../admin/locale/io/LC_MESSAGES/django.mo | Bin 0 -> 12756 bytes .../admin/locale/io/LC_MESSAGES/django.po | 667 ++ .../admin/locale/io/LC_MESSAGES/djangojs.mo | Bin 0 -> 464 bytes .../admin/locale/io/LC_MESSAGES/djangojs.po | 145 + .../admin/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 11489 bytes .../admin/locale/is/LC_MESSAGES/django.po | 662 ++ .../admin/locale/is/LC_MESSAGES/djangojs.mo | Bin 0 -> 3214 bytes .../admin/locale/is/LC_MESSAGES/djangojs.po | 217 + .../admin/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 16415 bytes .../admin/locale/it/LC_MESSAGES/django.po | 696 ++ .../admin/locale/it/LC_MESSAGES/djangojs.mo | Bin 0 -> 4537 bytes .../admin/locale/it/LC_MESSAGES/djangojs.po | 223 + .../admin/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 17559 bytes .../admin/locale/ja/LC_MESSAGES/django.po | 674 ++ .../admin/locale/ja/LC_MESSAGES/djangojs.mo | Bin 0 -> 4688 bytes .../admin/locale/ja/LC_MESSAGES/djangojs.po | 213 + .../admin/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 20464 bytes .../admin/locale/ka/LC_MESSAGES/django.po | 669 ++ .../admin/locale/ka/LC_MESSAGES/djangojs.mo | Bin 0 -> 5199 bytes .../admin/locale/ka/LC_MESSAGES/djangojs.po | 215 + .../admin/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 13007 bytes .../admin/locale/kk/LC_MESSAGES/django.po | 660 ++ .../admin/locale/kk/LC_MESSAGES/djangojs.mo | Bin 0 -> 2380 bytes .../admin/locale/kk/LC_MESSAGES/djangojs.po | 207 + .../admin/locale/km/LC_MESSAGES/django.mo | Bin 0 -> 10403 bytes .../admin/locale/km/LC_MESSAGES/django.po | 635 ++ .../admin/locale/km/LC_MESSAGES/djangojs.mo | Bin 0 -> 1334 bytes .../admin/locale/km/LC_MESSAGES/djangojs.po | 201 + .../admin/locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 9203 bytes .../admin/locale/kn/LC_MESSAGES/django.po | 638 ++ .../admin/locale/kn/LC_MESSAGES/djangojs.mo | Bin 0 -> 1872 bytes .../admin/locale/kn/LC_MESSAGES/djangojs.po | 205 + .../admin/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 16850 bytes .../admin/locale/ko/LC_MESSAGES/django.po | 680 ++ .../admin/locale/ko/LC_MESSAGES/djangojs.mo | Bin 0 -> 4493 bytes .../admin/locale/ko/LC_MESSAGES/djangojs.po | 216 + .../admin/locale/lb/LC_MESSAGES/django.mo | Bin 0 -> 913 bytes .../admin/locale/lb/LC_MESSAGES/django.po | 631 ++ .../admin/locale/lb/LC_MESSAGES/djangojs.mo | Bin 0 -> 474 bytes .../admin/locale/lb/LC_MESSAGES/djangojs.po | 145 + .../admin/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 16396 bytes .../admin/locale/lt/LC_MESSAGES/django.po | 689 ++ .../admin/locale/lt/LC_MESSAGES/djangojs.mo | Bin 0 -> 4934 bytes .../admin/locale/lt/LC_MESSAGES/djangojs.po | 230 + .../admin/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 9301 bytes .../admin/locale/lv/LC_MESSAGES/django.po | 652 ++ .../admin/locale/lv/LC_MESSAGES/djangojs.mo | Bin 0 -> 2214 bytes .../admin/locale/lv/LC_MESSAGES/djangojs.po | 215 + .../admin/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 19453 bytes .../admin/locale/mk/LC_MESSAGES/django.po | 683 ++ .../admin/locale/mk/LC_MESSAGES/djangojs.mo | Bin 0 -> 5633 bytes .../admin/locale/mk/LC_MESSAGES/djangojs.po | 219 + .../admin/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 21796 bytes .../admin/locale/ml/LC_MESSAGES/django.po | 670 ++ .../admin/locale/ml/LC_MESSAGES/djangojs.mo | Bin 0 -> 6362 bytes .../admin/locale/ml/LC_MESSAGES/djangojs.po | 217 + .../admin/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 18355 bytes .../admin/locale/mn/LC_MESSAGES/django.po | 680 ++ .../admin/locale/mn/LC_MESSAGES/djangojs.mo | Bin 0 -> 4416 bytes .../admin/locale/mn/LC_MESSAGES/djangojs.po | 218 + .../admin/locale/mr/LC_MESSAGES/django.mo | Bin 0 -> 468 bytes .../admin/locale/mr/LC_MESSAGES/django.po | 609 + .../admin/locale/mr/LC_MESSAGES/djangojs.mo | Bin 0 -> 468 bytes .../admin/locale/mr/LC_MESSAGES/djangojs.po | 145 + .../admin/locale/my/LC_MESSAGES/django.mo | Bin 0 -> 3677 bytes .../admin/locale/my/LC_MESSAGES/django.po | 628 ++ .../admin/locale/my/LC_MESSAGES/djangojs.mo | Bin 0 -> 3268 bytes .../admin/locale/my/LC_MESSAGES/djangojs.po | 206 + .../admin/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 15623 bytes .../admin/locale/nb/LC_MESSAGES/django.po | 683 ++ .../admin/locale/nb/LC_MESSAGES/djangojs.mo | Bin 0 -> 4374 bytes .../admin/locale/nb/LC_MESSAGES/djangojs.po | 220 + .../admin/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 15866 bytes .../admin/locale/ne/LC_MESSAGES/django.po | 644 ++ .../admin/locale/ne/LC_MESSAGES/djangojs.mo | Bin 0 -> 5358 bytes .../admin/locale/ne/LC_MESSAGES/djangojs.po | 213 + .../admin/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 14754 bytes .../admin/locale/nl/LC_MESSAGES/django.po | 686 ++ .../admin/locale/nl/LC_MESSAGES/djangojs.mo | Bin 0 -> 3945 bytes .../admin/locale/nl/LC_MESSAGES/djangojs.po | 224 + .../admin/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 11079 bytes .../admin/locale/nn/LC_MESSAGES/django.po | 663 ++ .../admin/locale/nn/LC_MESSAGES/djangojs.mo | Bin 0 -> 3120 bytes .../admin/locale/nn/LC_MESSAGES/djangojs.po | 217 + .../admin/locale/os/LC_MESSAGES/django.mo | Bin 0 -> 15124 bytes .../admin/locale/os/LC_MESSAGES/django.po | 664 ++ .../admin/locale/os/LC_MESSAGES/djangojs.mo | Bin 0 -> 3806 bytes .../admin/locale/os/LC_MESSAGES/djangojs.po | 217 + .../admin/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 10171 bytes .../admin/locale/pa/LC_MESSAGES/django.po | 636 ++ .../admin/locale/pa/LC_MESSAGES/djangojs.mo | Bin 0 -> 1207 bytes .../admin/locale/pa/LC_MESSAGES/djangojs.po | 205 + .../admin/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 16309 bytes .../admin/locale/pl/LC_MESSAGES/django.po | 699 ++ .../admin/locale/pl/LC_MESSAGES/djangojs.mo | Bin 0 -> 4720 bytes .../admin/locale/pl/LC_MESSAGES/djangojs.po | 231 + .../admin/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 15155 bytes .../admin/locale/pt/LC_MESSAGES/django.po | 688 ++ .../admin/locale/pt/LC_MESSAGES/djangojs.mo | Bin 0 -> 3846 bytes .../admin/locale/pt/LC_MESSAGES/djangojs.po | 222 + .../admin/locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 16377 bytes .../admin/locale/pt_BR/LC_MESSAGES/django.po | 700 ++ .../locale/pt_BR/LC_MESSAGES/djangojs.mo | Bin 0 -> 4619 bytes .../locale/pt_BR/LC_MESSAGES/djangojs.po | 221 + .../admin/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 15043 bytes .../admin/locale/ro/LC_MESSAGES/django.po | 690 ++ .../admin/locale/ro/LC_MESSAGES/djangojs.mo | Bin 0 -> 3952 bytes .../admin/locale/ro/LC_MESSAGES/djangojs.po | 227 + .../admin/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 21076 bytes .../admin/locale/ru/LC_MESSAGES/django.po | 699 ++ .../admin/locale/ru/LC_MESSAGES/djangojs.mo | Bin 0 -> 6579 bytes .../admin/locale/ru/LC_MESSAGES/djangojs.po | 235 + .../admin/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 14057 bytes .../admin/locale/sk/LC_MESSAGES/django.po | 678 ++ .../admin/locale/sk/LC_MESSAGES/djangojs.mo | Bin 0 -> 3676 bytes .../admin/locale/sk/LC_MESSAGES/djangojs.po | 221 + .../admin/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 14660 bytes .../admin/locale/sl/LC_MESSAGES/django.po | 682 ++ .../admin/locale/sl/LC_MESSAGES/djangojs.mo | Bin 0 -> 3981 bytes .../admin/locale/sl/LC_MESSAGES/djangojs.po | 225 + .../admin/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 15192 bytes .../admin/locale/sq/LC_MESSAGES/django.po | 684 ++ .../admin/locale/sq/LC_MESSAGES/djangojs.mo | Bin 0 -> 3864 bytes .../admin/locale/sq/LC_MESSAGES/djangojs.po | 220 + .../admin/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 14324 bytes .../admin/locale/sr/LC_MESSAGES/django.po | 664 ++ .../admin/locale/sr/LC_MESSAGES/djangojs.mo | Bin 0 -> 3493 bytes .../admin/locale/sr/LC_MESSAGES/djangojs.po | 215 + .../locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 11499 bytes .../locale/sr_Latn/LC_MESSAGES/django.po | 664 ++ .../locale/sr_Latn/LC_MESSAGES/djangojs.mo | Bin 0 -> 2976 bytes .../locale/sr_Latn/LC_MESSAGES/djangojs.po | 215 + .../admin/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 14991 bytes .../admin/locale/sv/LC_MESSAGES/django.po | 686 ++ .../admin/locale/sv/LC_MESSAGES/djangojs.mo | Bin 0 -> 3795 bytes .../admin/locale/sv/LC_MESSAGES/djangojs.po | 222 + .../admin/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 13175 bytes .../admin/locale/sw/LC_MESSAGES/django.po | 673 ++ .../admin/locale/sw/LC_MESSAGES/djangojs.mo | Bin 0 -> 3647 bytes .../admin/locale/sw/LC_MESSAGES/djangojs.po | 217 + .../admin/locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 10179 bytes .../admin/locale/ta/LC_MESSAGES/django.po | 642 ++ .../admin/locale/ta/LC_MESSAGES/djangojs.mo | Bin 0 -> 1379 bytes .../admin/locale/ta/LC_MESSAGES/djangojs.po | 204 + .../admin/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 10807 bytes .../admin/locale/te/LC_MESSAGES/django.po | 639 ++ .../admin/locale/te/LC_MESSAGES/djangojs.mo | Bin 0 -> 1362 bytes .../admin/locale/te/LC_MESSAGES/djangojs.po | 205 + .../admin/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 18881 bytes .../admin/locale/th/LC_MESSAGES/django.po | 653 ++ .../admin/locale/th/LC_MESSAGES/djangojs.mo | Bin 0 -> 4563 bytes .../admin/locale/th/LC_MESSAGES/djangojs.po | 212 + .../admin/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 16526 bytes .../admin/locale/tr/LC_MESSAGES/django.po | 694 ++ .../admin/locale/tr/LC_MESSAGES/djangojs.mo | Bin 0 -> 4547 bytes .../admin/locale/tr/LC_MESSAGES/djangojs.po | 221 + .../admin/locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 13124 bytes .../admin/locale/tt/LC_MESSAGES/django.po | 654 ++ .../admin/locale/tt/LC_MESSAGES/djangojs.mo | Bin 0 -> 2607 bytes .../admin/locale/tt/LC_MESSAGES/djangojs.po | 208 + .../admin/locale/udm/LC_MESSAGES/django.mo | Bin 0 -> 622 bytes .../admin/locale/udm/LC_MESSAGES/django.po | 606 + .../admin/locale/udm/LC_MESSAGES/djangojs.mo | Bin 0 -> 462 bytes .../admin/locale/udm/LC_MESSAGES/djangojs.po | 142 + .../admin/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 20141 bytes .../admin/locale/uk/LC_MESSAGES/django.po | 696 ++ .../admin/locale/uk/LC_MESSAGES/djangojs.mo | Bin 0 -> 5560 bytes .../admin/locale/uk/LC_MESSAGES/djangojs.po | 225 + .../admin/locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 13266 bytes .../admin/locale/ur/LC_MESSAGES/django.po | 660 ++ .../admin/locale/ur/LC_MESSAGES/djangojs.mo | Bin 0 -> 2678 bytes .../admin/locale/ur/LC_MESSAGES/djangojs.po | 211 + .../admin/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 15098 bytes .../admin/locale/vi/LC_MESSAGES/django.po | 675 ++ .../admin/locale/vi/LC_MESSAGES/djangojs.mo | Bin 0 -> 3733 bytes .../admin/locale/vi/LC_MESSAGES/djangojs.po | 220 + .../locale/zh_Hans/LC_MESSAGES/django.mo | Bin 0 -> 13765 bytes .../locale/zh_Hans/LC_MESSAGES/django.po | 664 ++ .../locale/zh_Hans/LC_MESSAGES/djangojs.mo | Bin 0 -> 3912 bytes .../locale/zh_Hans/LC_MESSAGES/djangojs.po | 218 + .../locale/zh_Hant/LC_MESSAGES/django.mo | Bin 0 -> 12853 bytes .../locale/zh_Hant/LC_MESSAGES/django.po | 655 ++ .../locale/zh_Hant/LC_MESSAGES/djangojs.mo | Bin 0 -> 2985 bytes .../locale/zh_Hant/LC_MESSAGES/djangojs.po | 212 + .../contrib/admin/migrations/0001_initial.py | 50 + .../0002_logentry_remove_auto_add.py | 25 + .../contrib/admin/migrations/__init__.py | 0 .../django/contrib/admin/models.py | 148 + .../django/contrib/admin/options.py | 2002 ++++ .../django/contrib/admin/sites.py | 505 + .../contrib/admin/static/admin/css/base.css | 971 ++ .../admin/static/admin/css/changelists.css | 342 + .../admin/static/admin/css/dashboard.css | 30 + .../contrib/admin/static/admin/css/fonts.css | 20 + .../contrib/admin/static/admin/css/forms.css | 499 + .../contrib/admin/static/admin/css/login.css | 78 + .../contrib/admin/static/admin/css/rtl.css | 256 + .../admin/static/admin/css/widgets.css | 565 + .../admin/static/admin/fonts/LICENSE.txt | 202 + .../admin/static/admin/fonts/README.txt | 2 + .../admin/fonts/Roboto-Bold-webfont.woff | Bin 0 -> 82564 bytes .../admin/fonts/Roboto-Light-webfont.woff | Bin 0 -> 81348 bytes .../admin/fonts/Roboto-Regular-webfont.woff | Bin 0 -> 80304 bytes .../contrib/admin/static/admin/img/LICENSE | 20 + .../contrib/admin/static/admin/img/README.txt | 7 + .../admin/static/admin/img/calendar-icons.svg | 14 + .../static/admin/img/gis/move_vertex_off.svg | 1 + .../static/admin/img/gis/move_vertex_on.svg | 1 + .../admin/static/admin/img/icon-addlink.svg | 3 + .../admin/static/admin/img/icon-alert.svg | 3 + .../admin/static/admin/img/icon-calendar.svg | 9 + .../static/admin/img/icon-changelink.svg | 3 + .../admin/static/admin/img/icon-clock.svg | 9 + .../static/admin/img/icon-deletelink.svg | 3 + .../admin/static/admin/img/icon-no.svg | 3 + .../static/admin/img/icon-unknown-alt.svg | 3 + .../admin/static/admin/img/icon-unknown.svg | 3 + .../admin/static/admin/img/icon-yes.svg | 3 + .../admin/static/admin/img/inline-delete.svg | 3 + .../contrib/admin/static/admin/img/search.svg | 3 + .../admin/static/admin/img/selector-icons.svg | 34 + .../admin/static/admin/img/sorting-icons.svg | 19 + .../admin/static/admin/img/tooltag-add.svg | 3 + .../static/admin/img/tooltag-arrowright.svg | 3 + .../admin/static/admin/js/SelectBox.js | 144 + .../admin/static/admin/js/SelectFilter2.js | 236 + .../contrib/admin/static/admin/js/actions.js | 153 + .../admin/static/admin/js/actions.min.js | 6 + .../admin/js/admin/DateTimeShortcuts.js | 431 + .../admin/js/admin/RelatedObjectLookups.js | 175 + .../contrib/admin/static/admin/js/calendar.js | 208 + .../contrib/admin/static/admin/js/cancel.js | 9 + .../admin/static/admin/js/change_form.js | 20 + .../contrib/admin/static/admin/js/collapse.js | 26 + .../admin/static/admin/js/collapse.min.js | 2 + .../contrib/admin/static/admin/js/core.js | 250 + .../contrib/admin/static/admin/js/inlines.js | 290 + .../admin/static/admin/js/inlines.min.js | 10 + .../admin/static/admin/js/jquery.init.js | 8 + .../admin/static/admin/js/popup_response.js | 16 + .../admin/static/admin/js/prepopulate.js | 42 + .../admin/static/admin/js/prepopulate.min.js | 1 + .../admin/static/admin/js/prepopulate_init.js | 10 + .../admin/static/admin/js/timeparse.js | 106 + .../contrib/admin/static/admin/js/urlify.js | 179 + .../admin/js/vendor/jquery/LICENSE-JQUERY.txt | 26 + .../static/admin/js/vendor/jquery/jquery.js | 9842 +++++++++++++++++ .../admin/js/vendor/jquery/jquery.min.js | 4 + .../js/vendor/xregexp/LICENSE-XREGEXP.txt | 21 + .../static/admin/js/vendor/xregexp/xregexp.js | 2308 ++++ .../admin/js/vendor/xregexp/xregexp.min.js | 18 + .../contrib/admin/templates/admin/404.html | 12 + .../contrib/admin/templates/admin/500.html | 17 + .../admin/templates/admin/actions.html | 15 + .../admin/templates/admin/app_index.html | 18 + .../templates/admin/auth/user/add_form.html | 10 + .../admin/auth/user/change_password.html | 59 + .../contrib/admin/templates/admin/base.html | 88 + .../admin/templates/admin/base_site.html | 9 + .../admin/templates/admin/change_form.html | 85 + .../admin/templates/admin/change_list.html | 89 + .../templates/admin/change_list_results.html | 38 + .../admin/templates/admin/date_hierarchy.html | 10 + .../templates/admin/delete_confirmation.html | 51 + .../admin/delete_selected_confirmation.html | 54 + .../templates/admin/edit_inline/stacked.html | 25 + .../templates/admin/edit_inline/tabular.html | 75 + .../contrib/admin/templates/admin/filter.html | 8 + .../templates/admin/includes/fieldset.html | 29 + .../admin/includes/object_delete_summary.html | 7 + .../contrib/admin/templates/admin/index.html | 82 + .../admin/templates/admin/invalid_setup.html | 13 + .../contrib/admin/templates/admin/login.html | 66 + .../admin/templates/admin/object_history.html | 42 + .../admin/templates/admin/pagination.html | 12 + .../admin/templates/admin/popup_response.html | 11 + .../admin/prepopulated_fields_js.html | 6 + .../admin/related_widget_wrapper.html | 27 + .../admin/templates/admin/search_form.html | 16 + .../admin/templates/admin/submit_line.html | 11 + .../templates/registration/logged_out.html | 12 + .../registration/password_change_done.html | 15 + .../registration/password_change_form.html | 60 + .../registration/password_reset_complete.html | 20 + .../registration/password_reset_confirm.html | 33 + .../registration/password_reset_done.html | 19 + .../registration/password_reset_email.html | 14 + .../registration/password_reset_form.html | 22 + .../contrib/admin/templatetags/__init__.py | 0 .../contrib/admin/templatetags/admin_list.py | 450 + .../admin/templatetags/admin_modify.py | 81 + .../admin/templatetags/admin_static.py | 11 + .../contrib/admin/templatetags/admin_urls.py | 55 + .../django/contrib/admin/templatetags/log.py | 59 + .../django/contrib/admin/tests.py | 185 + .../django/contrib/admin/utils.py | 495 + .../django/contrib/admin/views/__init__.py | 0 .../django/contrib/admin/views/decorators.py | 18 + .../django/contrib/admin/views/main.py | 382 + .../django/contrib/admin/widgets.py | 399 + .../django/contrib/admindocs/__init__.py | 1 + .../django/contrib/admindocs/apps.py | 7 + .../admindocs/locale/af/LC_MESSAGES/django.mo | Bin 0 -> 705 bytes .../admindocs/locale/af/LC_MESSAGES/django.po | 264 + .../admindocs/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 7445 bytes .../admindocs/locale/ar/LC_MESSAGES/django.po | 283 + .../locale/ast/LC_MESSAGES/django.mo | Bin 0 -> 715 bytes .../locale/ast/LC_MESSAGES/django.po | 265 + .../admindocs/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 1860 bytes .../admindocs/locale/az/LC_MESSAGES/django.po | 265 + .../admindocs/locale/be/LC_MESSAGES/django.mo | Bin 0 -> 3909 bytes .../admindocs/locale/be/LC_MESSAGES/django.po | 267 + .../admindocs/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 7998 bytes .../admindocs/locale/bg/LC_MESSAGES/django.po | 293 + .../admindocs/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 3990 bytes .../admindocs/locale/bn/LC_MESSAGES/django.po | 268 + .../admindocs/locale/br/LC_MESSAGES/django.mo | Bin 0 -> 862 bytes .../admindocs/locale/br/LC_MESSAGES/django.po | 264 + .../admindocs/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 1909 bytes .../admindocs/locale/bs/LC_MESSAGES/django.po | 268 + .../admindocs/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 6670 bytes .../admindocs/locale/ca/LC_MESSAGES/django.po | 294 + .../admindocs/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 6619 bytes .../admindocs/locale/cs/LC_MESSAGES/django.po | 290 + .../admindocs/locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 5560 bytes .../admindocs/locale/cy/LC_MESSAGES/django.po | 286 + .../admindocs/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 6641 bytes .../admindocs/locale/da/LC_MESSAGES/django.po | 291 + .../admindocs/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 6768 bytes .../admindocs/locale/de/LC_MESSAGES/django.po | 293 + .../locale/dsb/LC_MESSAGES/django.mo | Bin 0 -> 7017 bytes .../locale/dsb/LC_MESSAGES/django.po | 292 + .../admindocs/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 8812 bytes .../admindocs/locale/el/LC_MESSAGES/django.po | 296 + .../admindocs/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 356 bytes .../admindocs/locale/en/LC_MESSAGES/django.po | 368 + .../locale/en_AU/LC_MESSAGES/django.mo | Bin 0 -> 486 bytes .../locale/en_AU/LC_MESSAGES/django.po | 275 + .../locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 2007 bytes .../locale/en_GB/LC_MESSAGES/django.po | 267 + .../admindocs/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 6396 bytes .../admindocs/locale/eo/LC_MESSAGES/django.po | 287 + .../admindocs/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 6669 bytes .../admindocs/locale/es/LC_MESSAGES/django.po | 298 + .../locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 6852 bytes .../locale/es_AR/LC_MESSAGES/django.po | 293 + .../locale/es_CO/LC_MESSAGES/django.mo | Bin 0 -> 6628 bytes .../locale/es_CO/LC_MESSAGES/django.po | 288 + .../locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 2033 bytes .../locale/es_MX/LC_MESSAGES/django.po | 267 + .../locale/es_VE/LC_MESSAGES/django.mo | Bin 0 -> 6675 bytes .../locale/es_VE/LC_MESSAGES/django.po | 292 + .../admindocs/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 6603 bytes .../admindocs/locale/et/LC_MESSAGES/django.po | 291 + .../admindocs/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 5032 bytes .../admindocs/locale/eu/LC_MESSAGES/django.po | 282 + .../admindocs/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 7700 bytes .../admindocs/locale/fa/LC_MESSAGES/django.po | 291 + .../admindocs/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 6460 bytes .../admindocs/locale/fi/LC_MESSAGES/django.po | 285 + .../admindocs/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 6971 bytes .../admindocs/locale/fr/LC_MESSAGES/django.po | 292 + .../admindocs/locale/fy/LC_MESSAGES/django.mo | Bin 0 -> 476 bytes .../admindocs/locale/fy/LC_MESSAGES/django.po | 275 + .../admindocs/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 2104 bytes .../admindocs/locale/ga/LC_MESSAGES/django.po | 268 + .../admindocs/locale/gd/LC_MESSAGES/django.mo | Bin 0 -> 7156 bytes .../admindocs/locale/gd/LC_MESSAGES/django.po | 295 + .../admindocs/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 2449 bytes .../admindocs/locale/gl/LC_MESSAGES/django.po | 267 + .../admindocs/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 6926 bytes .../admindocs/locale/he/LC_MESSAGES/django.po | 280 + .../admindocs/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 2537 bytes .../admindocs/locale/hi/LC_MESSAGES/django.po | 265 + .../admindocs/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 2620 bytes .../admindocs/locale/hr/LC_MESSAGES/django.po | 270 + .../locale/hsb/LC_MESSAGES/django.mo | Bin 0 -> 6978 bytes .../locale/hsb/LC_MESSAGES/django.po | 293 + .../admindocs/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 6849 bytes .../admindocs/locale/hu/LC_MESSAGES/django.po | 293 + .../admindocs/locale/ia/LC_MESSAGES/django.mo | Bin 0 -> 2038 bytes .../admindocs/locale/ia/LC_MESSAGES/django.po | 267 + .../admindocs/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 5997 bytes .../admindocs/locale/id/LC_MESSAGES/django.po | 290 + .../admindocs/locale/io/LC_MESSAGES/django.mo | Bin 0 -> 464 bytes .../admindocs/locale/io/LC_MESSAGES/django.po | 275 + .../admindocs/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 2015 bytes .../admindocs/locale/is/LC_MESSAGES/django.po | 268 + .../admindocs/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 6650 bytes .../admindocs/locale/it/LC_MESSAGES/django.po | 296 + .../admindocs/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 7584 bytes .../admindocs/locale/ja/LC_MESSAGES/django.po | 289 + .../admindocs/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 4624 bytes .../admindocs/locale/ka/LC_MESSAGES/django.po | 270 + .../admindocs/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 1816 bytes .../admindocs/locale/kk/LC_MESSAGES/django.po | 265 + .../admindocs/locale/km/LC_MESSAGES/django.mo | Bin 0 -> 1586 bytes .../admindocs/locale/km/LC_MESSAGES/django.po | 266 + .../admindocs/locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 1876 bytes .../admindocs/locale/kn/LC_MESSAGES/django.po | 266 + .../admindocs/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 6761 bytes .../admindocs/locale/ko/LC_MESSAGES/django.po | 281 + .../admindocs/locale/lb/LC_MESSAGES/django.mo | Bin 0 -> 474 bytes .../admindocs/locale/lb/LC_MESSAGES/django.po | 275 + .../admindocs/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 6862 bytes .../admindocs/locale/lt/LC_MESSAGES/django.po | 296 + .../admindocs/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 1826 bytes .../admindocs/locale/lv/LC_MESSAGES/django.po | 267 + .../admindocs/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 8257 bytes .../admindocs/locale/mk/LC_MESSAGES/django.po | 293 + .../admindocs/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 2974 bytes .../admindocs/locale/ml/LC_MESSAGES/django.po | 267 + .../admindocs/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 7629 bytes .../admindocs/locale/mn/LC_MESSAGES/django.po | 291 + .../admindocs/locale/mr/LC_MESSAGES/django.mo | Bin 0 -> 468 bytes .../admindocs/locale/mr/LC_MESSAGES/django.po | 275 + .../admindocs/locale/my/LC_MESSAGES/django.mo | Bin 0 -> 1721 bytes .../admindocs/locale/my/LC_MESSAGES/django.po | 265 + .../admindocs/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 6513 bytes .../admindocs/locale/nb/LC_MESSAGES/django.po | 290 + .../admindocs/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 1697 bytes .../admindocs/locale/ne/LC_MESSAGES/django.po | 264 + .../admindocs/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 6352 bytes .../admindocs/locale/nl/LC_MESSAGES/django.po | 288 + .../admindocs/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 1835 bytes .../admindocs/locale/nn/LC_MESSAGES/django.po | 268 + .../admindocs/locale/os/LC_MESSAGES/django.mo | Bin 0 -> 2253 bytes .../admindocs/locale/os/LC_MESSAGES/django.po | 265 + .../admindocs/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 1378 bytes .../admindocs/locale/pa/LC_MESSAGES/django.po | 265 + .../admindocs/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 6701 bytes .../admindocs/locale/pl/LC_MESSAGES/django.po | 297 + .../admindocs/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 6556 bytes .../admindocs/locale/pt/LC_MESSAGES/django.po | 293 + .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 6794 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 297 + .../admindocs/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 6773 bytes .../admindocs/locale/ro/LC_MESSAGES/django.po | 293 + .../admindocs/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 8780 bytes .../admindocs/locale/ru/LC_MESSAGES/django.po | 297 + .../admindocs/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 3768 bytes .../admindocs/locale/sk/LC_MESSAGES/django.po | 272 + .../admindocs/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 6494 bytes .../admindocs/locale/sl/LC_MESSAGES/django.po | 291 + .../admindocs/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 6574 bytes .../admindocs/locale/sq/LC_MESSAGES/django.po | 290 + .../admindocs/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 2426 bytes .../admindocs/locale/sr/LC_MESSAGES/django.po | 269 + .../locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 2115 bytes .../locale/sr_Latn/LC_MESSAGES/django.po | 269 + .../admindocs/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 5819 bytes .../admindocs/locale/sv/LC_MESSAGES/django.po | 289 + .../admindocs/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 1994 bytes .../admindocs/locale/sw/LC_MESSAGES/django.po | 266 + .../admindocs/locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 1804 bytes .../admindocs/locale/ta/LC_MESSAGES/django.po | 265 + .../admindocs/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 1794 bytes .../admindocs/locale/te/LC_MESSAGES/django.po | 265 + .../admindocs/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 2474 bytes .../admindocs/locale/th/LC_MESSAGES/django.po | 265 + .../admindocs/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 6808 bytes .../admindocs/locale/tr/LC_MESSAGES/django.po | 294 + .../admindocs/locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 2056 bytes .../admindocs/locale/tt/LC_MESSAGES/django.po | 266 + .../locale/udm/LC_MESSAGES/django.mo | Bin 0 -> 618 bytes .../locale/udm/LC_MESSAGES/django.po | 275 + .../admindocs/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 8056 bytes .../admindocs/locale/uk/LC_MESSAGES/django.po | 294 + .../admindocs/locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 2018 bytes .../admindocs/locale/ur/LC_MESSAGES/django.po | 266 + .../admindocs/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 1508 bytes .../admindocs/locale/vi/LC_MESSAGES/django.po | 266 + .../locale/zh_Hans/LC_MESSAGES/django.mo | Bin 0 -> 6130 bytes .../locale/zh_Hans/LC_MESSAGES/django.po | 280 + .../locale/zh_Hant/LC_MESSAGES/django.mo | Bin 0 -> 3285 bytes .../locale/zh_Hant/LC_MESSAGES/django.po | 271 + .../django/contrib/admindocs/middleware.py | 28 + .../templates/admin_doc/bookmarklets.html | 26 + .../admindocs/templates/admin_doc/index.html | 34 + .../templates/admin_doc/missing_docutils.html | 22 + .../templates/admin_doc/model_detail.html | 78 + .../templates/admin_doc/model_index.html | 52 + .../templates/admin_doc/template_detail.html | 27 + .../admin_doc/template_filter_index.html | 54 + .../admin_doc/template_tag_index.html | 54 + .../templates/admin_doc/view_detail.html | 33 + .../templates/admin_doc/view_index.html | 59 + .../contrib/admindocs/tests/__init__.py | 0 .../contrib/admindocs/tests/test_fields.py | 45 + .../django/contrib/admindocs/urls.py | 32 + .../django/contrib/admindocs/utils.py | 144 + .../django/contrib/admindocs/views.py | 411 + .../django/contrib/auth/__init__.py | 221 + .../django/contrib/auth/admin.py | 207 + .../site-packages/django/contrib/auth/apps.py | 20 + .../django/contrib/auth/backends.py | 180 + .../django/contrib/auth/base_user.py | 142 + .../django/contrib/auth/checks.py | 166 + .../contrib/auth/common-passwords.txt.gz | Bin 0 -> 3876 bytes .../django/contrib/auth/context_processors.py | 66 + .../django/contrib/auth/decorators.py | 75 + .../django/contrib/auth/forms.py | 420 + .../django/contrib/auth/handlers/__init__.py | 0 .../django/contrib/auth/handlers/modwsgi.py | 48 + .../django/contrib/auth/hashers.py | 653 ++ .../auth/locale/af/LC_MESSAGES/django.mo | Bin 0 -> 649 bytes .../auth/locale/af/LC_MESSAGES/django.po | 284 + .../auth/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 9089 bytes .../auth/locale/ar/LC_MESSAGES/django.po | 313 + .../auth/locale/ast/LC_MESSAGES/django.mo | Bin 0 -> 2250 bytes .../auth/locale/ast/LC_MESSAGES/django.po | 285 + .../auth/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 5177 bytes .../auth/locale/az/LC_MESSAGES/django.po | 289 + .../auth/locale/be/LC_MESSAGES/django.mo | Bin 0 -> 6158 bytes .../auth/locale/be/LC_MESSAGES/django.po | 298 + .../auth/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 9216 bytes .../auth/locale/bg/LC_MESSAGES/django.po | 308 + .../auth/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 5455 bytes .../auth/locale/bn/LC_MESSAGES/django.po | 287 + .../auth/locale/br/LC_MESSAGES/django.mo | Bin 0 -> 1144 bytes .../auth/locale/br/LC_MESSAGES/django.po | 284 + .../auth/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 2963 bytes .../auth/locale/bs/LC_MESSAGES/django.po | 293 + .../auth/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 6820 bytes .../auth/locale/ca/LC_MESSAGES/django.po | 305 + .../auth/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 6788 bytes .../auth/locale/cs/LC_MESSAGES/django.po | 299 + .../auth/locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 4338 bytes .../auth/locale/cy/LC_MESSAGES/django.po | 295 + .../auth/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 7472 bytes .../auth/locale/da/LC_MESSAGES/django.po | 305 + .../auth/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 7571 bytes .../auth/locale/de/LC_MESSAGES/django.po | 314 + .../auth/locale/dsb/LC_MESSAGES/django.mo | Bin 0 -> 8115 bytes .../auth/locale/dsb/LC_MESSAGES/django.po | 316 + .../auth/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 10178 bytes .../auth/locale/el/LC_MESSAGES/django.po | 315 + .../auth/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 356 bytes .../auth/locale/en/LC_MESSAGES/django.po | 369 + .../auth/locale/en_AU/LC_MESSAGES/django.mo | Bin 0 -> 3650 bytes .../auth/locale/en_AU/LC_MESSAGES/django.po | 291 + .../auth/locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 3179 bytes .../auth/locale/en_GB/LC_MESSAGES/django.po | 290 + .../auth/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 6517 bytes .../auth/locale/eo/LC_MESSAGES/django.po | 302 + .../auth/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 6873 bytes .../auth/locale/es/LC_MESSAGES/django.po | 310 + .../auth/locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 7940 bytes .../auth/locale/es_AR/LC_MESSAGES/django.po | 312 + .../auth/locale/es_CO/LC_MESSAGES/django.mo | Bin 0 -> 6884 bytes .../auth/locale/es_CO/LC_MESSAGES/django.po | 308 + .../auth/locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 3363 bytes .../auth/locale/es_MX/LC_MESSAGES/django.po | 291 + .../auth/locale/es_VE/LC_MESSAGES/django.mo | Bin 0 -> 6899 bytes .../auth/locale/es_VE/LC_MESSAGES/django.po | 301 + .../auth/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 7440 bytes .../auth/locale/et/LC_MESSAGES/django.po | 308 + .../auth/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 4329 bytes .../auth/locale/eu/LC_MESSAGES/django.po | 295 + .../auth/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 8704 bytes .../auth/locale/fa/LC_MESSAGES/django.po | 305 + .../auth/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 6747 bytes .../auth/locale/fi/LC_MESSAGES/django.po | 302 + .../auth/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 8134 bytes .../auth/locale/fr/LC_MESSAGES/django.po | 316 + .../auth/locale/fy/LC_MESSAGES/django.mo | Bin 0 -> 476 bytes .../auth/locale/fy/LC_MESSAGES/django.po | 226 + .../auth/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 3572 bytes .../auth/locale/ga/LC_MESSAGES/django.po | 299 + .../auth/locale/gd/LC_MESSAGES/django.mo | Bin 0 -> 8740 bytes .../auth/locale/gd/LC_MESSAGES/django.po | 334 + .../auth/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 3891 bytes .../auth/locale/gl/LC_MESSAGES/django.po | 293 + .../auth/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 7258 bytes .../auth/locale/he/LC_MESSAGES/django.po | 294 + .../auth/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 5364 bytes .../auth/locale/hi/LC_MESSAGES/django.po | 291 + .../auth/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 6243 bytes .../auth/locale/hr/LC_MESSAGES/django.po | 310 + .../auth/locale/hsb/LC_MESSAGES/django.mo | Bin 0 -> 7955 bytes .../auth/locale/hsb/LC_MESSAGES/django.po | 314 + .../auth/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 7711 bytes .../auth/locale/hu/LC_MESSAGES/django.po | 309 + .../auth/locale/ia/LC_MESSAGES/django.mo | Bin 0 -> 3314 bytes .../auth/locale/ia/LC_MESSAGES/django.po | 289 + .../auth/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 6032 bytes .../auth/locale/id/LC_MESSAGES/django.po | 297 + .../auth/locale/io/LC_MESSAGES/django.mo | Bin 0 -> 464 bytes .../auth/locale/io/LC_MESSAGES/django.po | 226 + .../auth/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 3289 bytes .../auth/locale/is/LC_MESSAGES/django.po | 292 + .../auth/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 7586 bytes .../auth/locale/it/LC_MESSAGES/django.po | 314 + .../auth/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 8056 bytes .../auth/locale/ja/LC_MESSAGES/django.po | 297 + .../auth/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 7469 bytes .../auth/locale/ka/LC_MESSAGES/django.po | 291 + .../auth/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 3578 bytes .../auth/locale/kk/LC_MESSAGES/django.po | 284 + .../auth/locale/km/LC_MESSAGES/django.mo | Bin 0 -> 2609 bytes .../auth/locale/km/LC_MESSAGES/django.po | 282 + .../auth/locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 4024 bytes .../auth/locale/kn/LC_MESSAGES/django.po | 286 + .../auth/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 7631 bytes .../auth/locale/ko/LC_MESSAGES/django.po | 299 + .../auth/locale/lb/LC_MESSAGES/django.mo | Bin 0 -> 474 bytes .../auth/locale/lb/LC_MESSAGES/django.po | 226 + .../auth/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 7951 bytes .../auth/locale/lt/LC_MESSAGES/django.po | 316 + .../auth/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 2946 bytes .../auth/locale/lv/LC_MESSAGES/django.po | 290 + .../auth/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 9528 bytes .../auth/locale/mk/LC_MESSAGES/django.po | 311 + .../auth/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 13010 bytes .../auth/locale/ml/LC_MESSAGES/django.po | 303 + .../auth/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 5980 bytes .../auth/locale/mn/LC_MESSAGES/django.po | 299 + .../auth/locale/mr/LC_MESSAGES/django.mo | Bin 0 -> 468 bytes .../auth/locale/mr/LC_MESSAGES/django.po | 226 + .../auth/locale/my/LC_MESSAGES/django.mo | Bin 0 -> 1026 bytes .../auth/locale/my/LC_MESSAGES/django.po | 283 + .../auth/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 7241 bytes .../auth/locale/nb/LC_MESSAGES/django.po | 302 + .../auth/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 4805 bytes .../auth/locale/ne/LC_MESSAGES/django.po | 284 + .../auth/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 6654 bytes .../auth/locale/nl/LC_MESSAGES/django.po | 309 + .../auth/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 2801 bytes .../auth/locale/nn/LC_MESSAGES/django.po | 286 + .../auth/locale/os/LC_MESSAGES/django.mo | Bin 0 -> 4434 bytes .../auth/locale/os/LC_MESSAGES/django.po | 289 + .../auth/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 3666 bytes .../auth/locale/pa/LC_MESSAGES/django.po | 286 + .../auth/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 7710 bytes .../auth/locale/pl/LC_MESSAGES/django.po | 318 + .../auth/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 6931 bytes .../auth/locale/pt/LC_MESSAGES/django.po | 309 + .../auth/locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 7594 bytes .../auth/locale/pt_BR/LC_MESSAGES/django.po | 320 + .../auth/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 7066 bytes .../auth/locale/ro/LC_MESSAGES/django.po | 314 + .../auth/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 10515 bytes .../auth/locale/ru/LC_MESSAGES/django.po | 320 + .../auth/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 3921 bytes .../auth/locale/sk/LC_MESSAGES/django.po | 293 + .../auth/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 6702 bytes .../auth/locale/sl/LC_MESSAGES/django.po | 302 + .../auth/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 6940 bytes .../auth/locale/sq/LC_MESSAGES/django.po | 304 + .../auth/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 3984 bytes .../auth/locale/sr/LC_MESSAGES/django.po | 293 + .../auth/locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 3291 bytes .../auth/locale/sr_Latn/LC_MESSAGES/django.po | 294 + .../auth/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 6613 bytes .../auth/locale/sv/LC_MESSAGES/django.po | 305 + .../auth/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 4202 bytes .../auth/locale/sw/LC_MESSAGES/django.po | 287 + .../auth/locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 2679 bytes .../auth/locale/ta/LC_MESSAGES/django.po | 284 + .../auth/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 2955 bytes .../auth/locale/te/LC_MESSAGES/django.po | 286 + .../auth/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 6000 bytes .../auth/locale/th/LC_MESSAGES/django.po | 283 + .../auth/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 7503 bytes .../auth/locale/tr/LC_MESSAGES/django.po | 311 + .../auth/locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 1371 bytes .../auth/locale/tt/LC_MESSAGES/django.po | 282 + .../auth/locale/udm/LC_MESSAGES/django.mo | Bin 0 -> 462 bytes .../auth/locale/udm/LC_MESSAGES/django.po | 226 + .../auth/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 9659 bytes .../auth/locale/uk/LC_MESSAGES/django.po | 315 + .../auth/locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 698 bytes .../auth/locale/ur/LC_MESSAGES/django.po | 283 + .../auth/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 4703 bytes .../auth/locale/vi/LC_MESSAGES/django.po | 293 + .../auth/locale/zh_Hans/LC_MESSAGES/django.mo | Bin 0 -> 6013 bytes .../auth/locale/zh_Hans/LC_MESSAGES/django.po | 292 + .../auth/locale/zh_Hant/LC_MESSAGES/django.mo | Bin 0 -> 4001 bytes .../auth/locale/zh_Hant/LC_MESSAGES/django.po | 288 + .../contrib/auth/management/__init__.py | 153 + .../auth/management/commands/__init__.py | 0 .../management/commands/changepassword.py | 78 + .../management/commands/createsuperuser.py | 201 + .../django/contrib/auth/middleware.py | 136 + .../contrib/auth/migrations/0001_initial.py | 109 + .../0002_alter_permission_name_max_length.py | 19 + .../0003_alter_user_email_max_length.py | 19 + .../0004_alter_user_username_opts.py | 27 + .../0005_alter_user_last_login_null.py | 19 + .../0006_require_contenttypes_0002.py | 17 + ...007_alter_validators_add_error_messages.py | 28 + .../0008_alter_user_username_max_length.py | 28 + .../contrib/auth/migrations/__init__.py | 0 .../django/contrib/auth/mixins.py | 116 + .../django/contrib/auth/models.py | 449 + .../contrib/auth/password_validation.py | 202 + .../django/contrib/auth/signals.py | 5 + .../registration/password_reset_subject.txt | 3 + .../django/contrib/auth/tests/__init__.py | 0 .../django/contrib/auth/tests/utils.py | 16 + .../django/contrib/auth/tokens.py | 81 + .../site-packages/django/contrib/auth/urls.py | 19 + .../django/contrib/auth/validators.py | 26 + .../django/contrib/auth/views.py | 342 + .../django/contrib/contenttypes/__init__.py | 1 + .../django/contrib/contenttypes/admin.py | 135 + .../django/contrib/contenttypes/apps.py | 19 + .../django/contrib/contenttypes/checks.py | 24 + .../django/contrib/contenttypes/fields.py | 657 ++ .../django/contrib/contenttypes/forms.py | 83 + .../locale/af/LC_MESSAGES/django.mo | Bin 0 -> 470 bytes .../locale/af/LC_MESSAGES/django.po | 41 + .../locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 1259 bytes .../locale/ar/LC_MESSAGES/django.po | 44 + .../locale/ast/LC_MESSAGES/django.mo | Bin 0 -> 643 bytes .../locale/ast/LC_MESSAGES/django.po | 42 + .../locale/az/LC_MESSAGES/django.mo | Bin 0 -> 698 bytes .../locale/az/LC_MESSAGES/django.po | 43 + .../locale/be/LC_MESSAGES/django.mo | Bin 0 -> 1394 bytes .../locale/be/LC_MESSAGES/django.po | 44 + .../locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 1267 bytes .../locale/bg/LC_MESSAGES/django.po | 45 + .../locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 1201 bytes .../locale/bn/LC_MESSAGES/django.po | 43 + .../locale/br/LC_MESSAGES/django.mo | Bin 0 -> 466 bytes .../locale/br/LC_MESSAGES/django.po | 41 + .../locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 700 bytes .../locale/bs/LC_MESSAGES/django.po | 43 + .../locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 1134 bytes .../locale/ca/LC_MESSAGES/django.po | 43 + .../locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 1089 bytes .../locale/cs/LC_MESSAGES/django.po | 42 + .../locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 1159 bytes .../locale/cy/LC_MESSAGES/django.po | 43 + .../locale/da/LC_MESSAGES/django.mo | Bin 0 -> 1081 bytes .../locale/da/LC_MESSAGES/django.po | 43 + .../locale/de/LC_MESSAGES/django.mo | Bin 0 -> 1092 bytes .../locale/de/LC_MESSAGES/django.po | 42 + .../locale/dsb/LC_MESSAGES/django.mo | Bin 0 -> 1169 bytes .../locale/dsb/LC_MESSAGES/django.po | 43 + .../locale/el/LC_MESSAGES/django.mo | Bin 0 -> 1323 bytes .../locale/el/LC_MESSAGES/django.po | 45 + .../locale/en/LC_MESSAGES/django.mo | Bin 0 -> 356 bytes .../locale/en/LC_MESSAGES/django.po | 45 + .../locale/en_AU/LC_MESSAGES/django.mo | Bin 0 -> 486 bytes .../locale/en_AU/LC_MESSAGES/django.po | 41 + .../locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 1053 bytes .../locale/en_GB/LC_MESSAGES/django.po | 43 + .../locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 1087 bytes .../locale/eo/LC_MESSAGES/django.po | 42 + .../locale/es/LC_MESSAGES/django.mo | Bin 0 -> 1142 bytes .../locale/es/LC_MESSAGES/django.po | 45 + .../locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 1121 bytes .../locale/es_AR/LC_MESSAGES/django.po | 43 + .../locale/es_CO/LC_MESSAGES/django.mo | Bin 0 -> 1158 bytes .../locale/es_CO/LC_MESSAGES/django.po | 43 + .../locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 1109 bytes .../locale/es_MX/LC_MESSAGES/django.po | 43 + .../locale/es_VE/LC_MESSAGES/django.mo | Bin 0 -> 486 bytes .../locale/es_VE/LC_MESSAGES/django.po | 41 + .../locale/et/LC_MESSAGES/django.mo | Bin 0 -> 1066 bytes .../locale/et/LC_MESSAGES/django.po | 44 + .../locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 1031 bytes .../locale/eu/LC_MESSAGES/django.po | 42 + .../locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 1165 bytes .../locale/fa/LC_MESSAGES/django.po | 44 + .../locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 1073 bytes .../locale/fi/LC_MESSAGES/django.po | 44 + .../locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 1112 bytes .../locale/fr/LC_MESSAGES/django.po | 43 + .../locale/fy/LC_MESSAGES/django.mo | Bin 0 -> 476 bytes .../locale/fy/LC_MESSAGES/django.po | 41 + .../locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 1083 bytes .../locale/ga/LC_MESSAGES/django.po | 43 + .../locale/gd/LC_MESSAGES/django.mo | Bin 0 -> 1191 bytes .../locale/gd/LC_MESSAGES/django.po | 44 + .../locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 1072 bytes .../locale/gl/LC_MESSAGES/django.po | 44 + .../locale/he/LC_MESSAGES/django.mo | Bin 0 -> 1162 bytes .../locale/he/LC_MESSAGES/django.po | 42 + .../locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 1321 bytes .../locale/hi/LC_MESSAGES/django.po | 42 + .../locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 1167 bytes .../locale/hr/LC_MESSAGES/django.po | 45 + .../locale/hsb/LC_MESSAGES/django.mo | Bin 0 -> 1143 bytes .../locale/hsb/LC_MESSAGES/django.po | 43 + .../locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 1113 bytes .../locale/hu/LC_MESSAGES/django.po | 44 + .../locale/ia/LC_MESSAGES/django.mo | Bin 0 -> 1079 bytes .../locale/ia/LC_MESSAGES/django.po | 42 + .../locale/id/LC_MESSAGES/django.mo | Bin 0 -> 1071 bytes .../locale/id/LC_MESSAGES/django.po | 44 + .../locale/io/LC_MESSAGES/django.mo | Bin 0 -> 1051 bytes .../locale/io/LC_MESSAGES/django.po | 41 + .../locale/is/LC_MESSAGES/django.mo | Bin 0 -> 1046 bytes .../locale/is/LC_MESSAGES/django.po | 43 + .../locale/it/LC_MESSAGES/django.mo | Bin 0 -> 1098 bytes .../locale/it/LC_MESSAGES/django.po | 45 + .../locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 1239 bytes .../locale/ja/LC_MESSAGES/django.po | 46 + .../locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 1429 bytes .../locale/ka/LC_MESSAGES/django.po | 43 + .../locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 663 bytes .../locale/kk/LC_MESSAGES/django.po | 41 + .../locale/km/LC_MESSAGES/django.mo | Bin 0 -> 678 bytes .../locale/km/LC_MESSAGES/django.po | 41 + .../locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 714 bytes .../locale/kn/LC_MESSAGES/django.po | 42 + .../locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 1127 bytes .../locale/ko/LC_MESSAGES/django.po | 42 + .../locale/lb/LC_MESSAGES/django.mo | Bin 0 -> 474 bytes .../locale/lb/LC_MESSAGES/django.po | 41 + .../locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 1147 bytes .../locale/lt/LC_MESSAGES/django.po | 45 + .../locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 662 bytes .../locale/lv/LC_MESSAGES/django.po | 43 + .../locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 1258 bytes .../locale/mk/LC_MESSAGES/django.po | 44 + .../locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 1378 bytes .../locale/ml/LC_MESSAGES/django.po | 43 + .../locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 1246 bytes .../locale/mn/LC_MESSAGES/django.po | 45 + .../locale/mr/LC_MESSAGES/django.mo | Bin 0 -> 468 bytes .../locale/mr/LC_MESSAGES/django.po | 41 + .../locale/my/LC_MESSAGES/django.mo | Bin 0 -> 1554 bytes .../locale/my/LC_MESSAGES/django.po | 42 + .../locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 1081 bytes .../locale/nb/LC_MESSAGES/django.po | 45 + .../locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 1344 bytes .../locale/ne/LC_MESSAGES/django.po | 41 + .../locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 1082 bytes .../locale/nl/LC_MESSAGES/django.po | 43 + .../locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 1054 bytes .../locale/nn/LC_MESSAGES/django.po | 43 + .../locale/os/LC_MESSAGES/django.mo | Bin 0 -> 1116 bytes .../locale/os/LC_MESSAGES/django.po | 42 + .../locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 697 bytes .../locale/pa/LC_MESSAGES/django.po | 42 + .../locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 1171 bytes .../locale/pl/LC_MESSAGES/django.po | 44 + .../locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 1125 bytes .../locale/pt/LC_MESSAGES/django.po | 44 + .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 1141 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 45 + .../locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 1142 bytes .../locale/ro/LC_MESSAGES/django.po | 45 + .../locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 1421 bytes .../locale/ru/LC_MESSAGES/django.po | 48 + .../locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 1058 bytes .../locale/sk/LC_MESSAGES/django.po | 42 + .../locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 1130 bytes .../locale/sl/LC_MESSAGES/django.po | 45 + .../locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 1122 bytes .../locale/sq/LC_MESSAGES/django.po | 43 + .../locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 1200 bytes .../locale/sr/LC_MESSAGES/django.po | 44 + .../locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 1111 bytes .../locale/sr_Latn/LC_MESSAGES/django.po | 44 + .../locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 1067 bytes .../locale/sv/LC_MESSAGES/django.po | 44 + .../locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 563 bytes .../locale/sw/LC_MESSAGES/django.po | 41 + .../locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 678 bytes .../locale/ta/LC_MESSAGES/django.po | 41 + .../locale/te/LC_MESSAGES/django.mo | Bin 0 -> 690 bytes .../locale/te/LC_MESSAGES/django.po | 41 + .../locale/th/LC_MESSAGES/django.mo | Bin 0 -> 1186 bytes .../locale/th/LC_MESSAGES/django.po | 42 + .../locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 1121 bytes .../locale/tr/LC_MESSAGES/django.po | 44 + .../locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 659 bytes .../locale/tt/LC_MESSAGES/django.po | 41 + .../locale/udm/LC_MESSAGES/django.mo | Bin 0 -> 462 bytes .../locale/udm/LC_MESSAGES/django.po | 41 + .../locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 1275 bytes .../locale/uk/LC_MESSAGES/django.po | 46 + .../locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 671 bytes .../locale/ur/LC_MESSAGES/django.po | 41 + .../locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 1155 bytes .../locale/vi/LC_MESSAGES/django.po | 45 + .../locale/zh_Hans/LC_MESSAGES/django.mo | Bin 0 -> 1062 bytes .../locale/zh_Hans/LC_MESSAGES/django.po | 45 + .../locale/zh_Hant/LC_MESSAGES/django.mo | Bin 0 -> 1033 bytes .../locale/zh_Hant/LC_MESSAGES/django.po | 43 + .../django/contrib/contenttypes/management.py | 169 + .../contenttypes/migrations/0001_initial.py | 37 + .../0002_remove_content_type_name.py | 42 + .../contenttypes/migrations/__init__.py | 0 .../django/contrib/contenttypes/models.py | 182 + .../django/contrib/contenttypes/views.py | 92 + .../django/contrib/flatpages/__init__.py | 1 + .../django/contrib/flatpages/admin.py | 19 + .../django/contrib/flatpages/apps.py | 7 + .../django/contrib/flatpages/forms.py | 59 + .../flatpages/locale/af/LC_MESSAGES/django.mo | Bin 0 -> 498 bytes .../flatpages/locale/af/LC_MESSAGES/django.po | 77 + .../flatpages/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 2475 bytes .../flatpages/locale/ar/LC_MESSAGES/django.po | 87 + .../locale/ast/LC_MESSAGES/django.mo | Bin 0 -> 924 bytes .../locale/ast/LC_MESSAGES/django.po | 80 + .../flatpages/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 2208 bytes .../flatpages/locale/az/LC_MESSAGES/django.po | 88 + .../flatpages/locale/be/LC_MESSAGES/django.mo | Bin 0 -> 2688 bytes .../flatpages/locale/be/LC_MESSAGES/django.po | 87 + .../flatpages/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 2569 bytes .../flatpages/locale/bg/LC_MESSAGES/django.po | 87 + .../flatpages/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 2988 bytes .../flatpages/locale/bn/LC_MESSAGES/django.po | 83 + .../flatpages/locale/br/LC_MESSAGES/django.mo | Bin 0 -> 552 bytes .../flatpages/locale/br/LC_MESSAGES/django.po | 77 + .../flatpages/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 1782 bytes .../flatpages/locale/bs/LC_MESSAGES/django.po | 88 + .../flatpages/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 2109 bytes .../flatpages/locale/ca/LC_MESSAGES/django.po | 87 + .../flatpages/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 2165 bytes .../flatpages/locale/cs/LC_MESSAGES/django.po | 84 + .../flatpages/locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 2163 bytes .../flatpages/locale/cy/LC_MESSAGES/django.po | 88 + .../flatpages/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 2126 bytes .../flatpages/locale/da/LC_MESSAGES/django.po | 88 + .../flatpages/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 2192 bytes .../flatpages/locale/de/LC_MESSAGES/django.po | 86 + .../locale/dsb/LC_MESSAGES/django.mo | Bin 0 -> 2238 bytes .../locale/dsb/LC_MESSAGES/django.po | 86 + .../flatpages/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 2672 bytes .../flatpages/locale/el/LC_MESSAGES/django.po | 88 + .../flatpages/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 356 bytes .../flatpages/locale/en/LC_MESSAGES/django.po | 92 + .../locale/en_AU/LC_MESSAGES/django.mo | Bin 0 -> 486 bytes .../locale/en_AU/LC_MESSAGES/django.po | 74 + .../locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 1989 bytes .../locale/en_GB/LC_MESSAGES/django.po | 85 + .../flatpages/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 2162 bytes .../flatpages/locale/eo/LC_MESSAGES/django.po | 85 + .../flatpages/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 2131 bytes .../flatpages/locale/es/LC_MESSAGES/django.po | 88 + .../locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 2128 bytes .../locale/es_AR/LC_MESSAGES/django.po | 85 + .../locale/es_CO/LC_MESSAGES/django.mo | Bin 0 -> 2140 bytes .../locale/es_CO/LC_MESSAGES/django.po | 86 + .../locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 2062 bytes .../locale/es_MX/LC_MESSAGES/django.po | 84 + .../locale/es_VE/LC_MESSAGES/django.mo | Bin 0 -> 2187 bytes .../locale/es_VE/LC_MESSAGES/django.po | 85 + .../flatpages/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 2095 bytes .../flatpages/locale/et/LC_MESSAGES/django.po | 85 + .../flatpages/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 1998 bytes .../flatpages/locale/eu/LC_MESSAGES/django.po | 86 + .../flatpages/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 2452 bytes .../flatpages/locale/fa/LC_MESSAGES/django.po | 87 + .../flatpages/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 2127 bytes .../flatpages/locale/fi/LC_MESSAGES/django.po | 88 + .../flatpages/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 2265 bytes .../flatpages/locale/fr/LC_MESSAGES/django.po | 88 + .../flatpages/locale/fy/LC_MESSAGES/django.mo | Bin 0 -> 476 bytes .../flatpages/locale/fy/LC_MESSAGES/django.po | 74 + .../flatpages/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 2191 bytes .../flatpages/locale/ga/LC_MESSAGES/django.po | 87 + .../flatpages/locale/gd/LC_MESSAGES/django.mo | Bin 0 -> 2295 bytes .../flatpages/locale/gd/LC_MESSAGES/django.po | 89 + .../flatpages/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 2039 bytes .../flatpages/locale/gl/LC_MESSAGES/django.po | 86 + .../flatpages/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 2275 bytes .../flatpages/locale/he/LC_MESSAGES/django.po | 84 + .../flatpages/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 2770 bytes .../flatpages/locale/hi/LC_MESSAGES/django.po | 81 + .../flatpages/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 2188 bytes .../flatpages/locale/hr/LC_MESSAGES/django.po | 88 + .../locale/hsb/LC_MESSAGES/django.mo | Bin 0 -> 2230 bytes .../locale/hsb/LC_MESSAGES/django.po | 86 + .../flatpages/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 2157 bytes .../flatpages/locale/hu/LC_MESSAGES/django.po | 86 + .../flatpages/locale/ia/LC_MESSAGES/django.mo | Bin 0 -> 500 bytes .../flatpages/locale/ia/LC_MESSAGES/django.po | 77 + .../flatpages/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 2047 bytes .../flatpages/locale/id/LC_MESSAGES/django.po | 88 + .../flatpages/locale/io/LC_MESSAGES/django.mo | Bin 0 -> 464 bytes .../flatpages/locale/io/LC_MESSAGES/django.po | 74 + .../flatpages/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 2023 bytes .../flatpages/locale/is/LC_MESSAGES/django.po | 83 + .../flatpages/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 2099 bytes .../flatpages/locale/it/LC_MESSAGES/django.po | 88 + .../flatpages/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 2303 bytes .../flatpages/locale/ja/LC_MESSAGES/django.po | 85 + .../flatpages/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 3022 bytes .../flatpages/locale/ka/LC_MESSAGES/django.po | 88 + .../flatpages/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 1998 bytes .../flatpages/locale/kk/LC_MESSAGES/django.po | 84 + .../flatpages/locale/km/LC_MESSAGES/django.mo | Bin 0 -> 1942 bytes .../flatpages/locale/km/LC_MESSAGES/django.po | 80 + .../flatpages/locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 1902 bytes .../flatpages/locale/kn/LC_MESSAGES/django.po | 82 + .../flatpages/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 2158 bytes .../flatpages/locale/ko/LC_MESSAGES/django.po | 84 + .../flatpages/locale/lb/LC_MESSAGES/django.mo | Bin 0 -> 502 bytes .../flatpages/locale/lb/LC_MESSAGES/django.po | 77 + .../flatpages/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 2272 bytes .../flatpages/locale/lt/LC_MESSAGES/django.po | 88 + .../flatpages/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 1546 bytes .../flatpages/locale/lv/LC_MESSAGES/django.po | 84 + .../flatpages/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 2699 bytes .../flatpages/locale/mk/LC_MESSAGES/django.po | 90 + .../flatpages/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 3228 bytes .../flatpages/locale/ml/LC_MESSAGES/django.po | 84 + .../flatpages/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 2600 bytes .../flatpages/locale/mn/LC_MESSAGES/django.po | 87 + .../flatpages/locale/mr/LC_MESSAGES/django.mo | Bin 0 -> 468 bytes .../flatpages/locale/mr/LC_MESSAGES/django.po | 74 + .../flatpages/locale/my/LC_MESSAGES/django.mo | Bin 0 -> 507 bytes .../flatpages/locale/my/LC_MESSAGES/django.po | 77 + .../flatpages/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 2091 bytes .../flatpages/locale/nb/LC_MESSAGES/django.po | 87 + .../flatpages/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 1500 bytes .../flatpages/locale/ne/LC_MESSAGES/django.po | 77 + .../flatpages/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 2115 bytes .../flatpages/locale/nl/LC_MESSAGES/django.po | 88 + .../flatpages/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 1693 bytes .../flatpages/locale/nn/LC_MESSAGES/django.po | 84 + .../flatpages/locale/os/LC_MESSAGES/django.mo | Bin 0 -> 2329 bytes .../flatpages/locale/os/LC_MESSAGES/django.po | 86 + .../flatpages/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 903 bytes .../flatpages/locale/pa/LC_MESSAGES/django.po | 78 + .../flatpages/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 2215 bytes .../flatpages/locale/pl/LC_MESSAGES/django.po | 89 + .../flatpages/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 2115 bytes .../flatpages/locale/pt/LC_MESSAGES/django.po | 87 + .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 2130 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 91 + .../flatpages/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 2197 bytes .../flatpages/locale/ro/LC_MESSAGES/django.po | 90 + .../flatpages/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 2754 bytes .../flatpages/locale/ru/LC_MESSAGES/django.po | 89 + .../flatpages/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 2129 bytes .../flatpages/locale/sk/LC_MESSAGES/django.po | 85 + .../flatpages/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 2156 bytes .../flatpages/locale/sl/LC_MESSAGES/django.po | 88 + .../flatpages/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 2183 bytes .../flatpages/locale/sq/LC_MESSAGES/django.po | 86 + .../flatpages/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 2513 bytes .../flatpages/locale/sr/LC_MESSAGES/django.po | 87 + .../locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 2123 bytes .../locale/sr_Latn/LC_MESSAGES/django.po | 88 + .../flatpages/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 2132 bytes .../flatpages/locale/sv/LC_MESSAGES/django.po | 86 + .../flatpages/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 1537 bytes .../flatpages/locale/sw/LC_MESSAGES/django.po | 83 + .../flatpages/locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 1945 bytes .../flatpages/locale/ta/LC_MESSAGES/django.po | 80 + .../flatpages/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 1238 bytes .../flatpages/locale/te/LC_MESSAGES/django.po | 79 + .../flatpages/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 2685 bytes .../flatpages/locale/th/LC_MESSAGES/django.po | 80 + .../flatpages/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 2136 bytes .../flatpages/locale/tr/LC_MESSAGES/django.po | 90 + .../flatpages/locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 2007 bytes .../flatpages/locale/tt/LC_MESSAGES/django.po | 84 + .../locale/udm/LC_MESSAGES/django.mo | Bin 0 -> 490 bytes .../locale/udm/LC_MESSAGES/django.po | 77 + .../flatpages/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 2624 bytes .../flatpages/locale/uk/LC_MESSAGES/django.po | 90 + .../flatpages/locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 1976 bytes .../flatpages/locale/ur/LC_MESSAGES/django.po | 84 + .../flatpages/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 1035 bytes .../flatpages/locale/vi/LC_MESSAGES/django.po | 82 + .../locale/zh_Hans/LC_MESSAGES/django.mo | Bin 0 -> 1994 bytes .../locale/zh_Hans/LC_MESSAGES/django.po | 84 + .../locale/zh_Hant/LC_MESSAGES/django.mo | Bin 0 -> 1959 bytes .../locale/zh_Hant/LC_MESSAGES/django.po | 83 + .../django/contrib/flatpages/middleware.py | 20 + .../flatpages/migrations/0001_initial.py | 42 + .../contrib/flatpages/migrations/__init__.py | 0 .../django/contrib/flatpages/models.py | 43 + .../django/contrib/flatpages/sitemaps.py | 12 + .../flatpages/templatetags/__init__.py | 0 .../flatpages/templatetags/flatpages.py | 101 + .../django/contrib/flatpages/urls.py | 6 + .../django/contrib/flatpages/views.py | 70 + .../django/contrib/gis/__init__.py | 1 + .../django/contrib/gis/admin/__init__.py | 12 + .../django/contrib/gis/admin/options.py | 142 + .../django/contrib/gis/admin/widgets.py | 119 + .../site-packages/django/contrib/gis/apps.py | 12 + .../django/contrib/gis/db/__init__.py | 0 .../contrib/gis/db/backends/__init__.py | 0 .../contrib/gis/db/backends/base/__init__.py | 0 .../contrib/gis/db/backends/base/adapter.py | 19 + .../contrib/gis/db/backends/base/features.py | 110 + .../contrib/gis/db/backends/base/models.py | 212 + .../gis/db/backends/base/operations.py | 137 + .../contrib/gis/db/backends/mysql/__init__.py | 0 .../contrib/gis/db/backends/mysql/base.py | 17 + .../contrib/gis/db/backends/mysql/features.py | 15 + .../gis/db/backends/mysql/introspection.py | 41 + .../gis/db/backends/mysql/operations.py | 124 + .../contrib/gis/db/backends/mysql/schema.py | 77 + .../gis/db/backends/oracle/__init__.py | 0 .../contrib/gis/db/backends/oracle/adapter.py | 54 + .../contrib/gis/db/backends/oracle/base.py | 17 + .../gis/db/backends/oracle/features.py | 10 + .../gis/db/backends/oracle/introspection.py | 50 + .../contrib/gis/db/backends/oracle/models.py | 67 + .../gis/db/backends/oracle/operations.py | 273 + .../contrib/gis/db/backends/oracle/schema.py | 94 + .../gis/db/backends/postgis/__init__.py | 0 .../gis/db/backends/postgis/adapter.py | 69 + .../contrib/gis/db/backends/postgis/base.py | 25 + .../contrib/gis/db/backends/postgis/const.py | 43 + .../gis/db/backends/postgis/features.py | 10 + .../gis/db/backends/postgis/introspection.py | 128 + .../contrib/gis/db/backends/postgis/models.py | 69 + .../gis/db/backends/postgis/operations.py | 439 + .../gis/db/backends/postgis/pgraster.py | 161 + .../contrib/gis/db/backends/postgis/schema.py | 73 + .../gis/db/backends/spatialite/__init__.py | 0 .../gis/db/backends/spatialite/adapter.py | 9 + .../gis/db/backends/spatialite/base.py | 75 + .../gis/db/backends/spatialite/client.py | 5 + .../gis/db/backends/spatialite/features.py | 18 + .../db/backends/spatialite/introspection.py | 72 + .../gis/db/backends/spatialite/models.py | 84 + .../gis/db/backends/spatialite/operations.py | 271 + .../gis/db/backends/spatialite/schema.py | 162 + .../django/contrib/gis/db/backends/utils.py | 27 + .../django/contrib/gis/db/models/__init__.py | 8 + .../contrib/gis/db/models/aggregates.py | 68 + .../django/contrib/gis/db/models/fields.py | 473 + .../django/contrib/gis/db/models/functions.py | 445 + .../django/contrib/gis/db/models/lookups.py | 417 + .../django/contrib/gis/db/models/manager.py | 26 + .../django/contrib/gis/db/models/proxy.py | 80 + .../django/contrib/gis/db/models/query.py | 727 ++ .../contrib/gis/db/models/sql/__init__.py | 7 + .../contrib/gis/db/models/sql/conversion.py | 85 + .../site-packages/django/contrib/gis/feeds.py | 144 + .../django/contrib/gis/forms/__init__.py | 8 + .../django/contrib/gis/forms/fields.py | 128 + .../django/contrib/gis/forms/widgets.py | 115 + .../django/contrib/gis/gdal/LICENSE | 28 + .../django/contrib/gis/gdal/__init__.py | 62 + .../django/contrib/gis/gdal/base.py | 38 + .../django/contrib/gis/gdal/datasource.py | 131 + .../django/contrib/gis/gdal/driver.py | 97 + .../django/contrib/gis/gdal/envelope.py | 178 + .../django/contrib/gis/gdal/error.py | 74 + .../django/contrib/gis/gdal/feature.py | 123 + .../django/contrib/gis/gdal/field.py | 235 + .../django/contrib/gis/gdal/geometries.py | 706 ++ .../django/contrib/gis/gdal/geomtype.py | 98 + .../django/contrib/gis/gdal/layer.py | 219 + .../django/contrib/gis/gdal/libgdal.py | 119 + .../contrib/gis/gdal/prototypes/__init__.py | 0 .../django/contrib/gis/gdal/prototypes/ds.py | 81 + .../contrib/gis/gdal/prototypes/errcheck.py | 140 + .../contrib/gis/gdal/prototypes/generation.py | 147 + .../contrib/gis/gdal/prototypes/geom.py | 106 + .../contrib/gis/gdal/prototypes/raster.py | 91 + .../django/contrib/gis/gdal/prototypes/srs.py | 79 + .../contrib/gis/gdal/raster/__init__.py | 0 .../django/contrib/gis/gdal/raster/band.py | 251 + .../django/contrib/gis/gdal/raster/const.py | 45 + .../django/contrib/gis/gdal/raster/source.py | 404 + .../django/contrib/gis/gdal/srs.py | 352 + .../django/contrib/gis/geoip/__init__.py | 21 + .../django/contrib/gis/geoip/base.py | 292 + .../django/contrib/gis/geoip/libgeoip.py | 34 + .../django/contrib/gis/geoip/prototypes.py | 125 + .../django/contrib/gis/geoip2/__init__.py | 21 + .../django/contrib/gis/geoip2/base.py | 229 + .../django/contrib/gis/geoip2/resources.py | 18 + .../django/contrib/gis/geometry/__init__.py | 0 .../contrib/gis/geometry/backend/__init__.py | 22 + .../contrib/gis/geometry/backend/geos.py | 5 + .../django/contrib/gis/geometry/regex.py | 13 + .../django/contrib/gis/geos/LICENSE | 27 + .../django/contrib/gis/geos/__init__.py | 20 + .../django/contrib/gis/geos/base.py | 38 + .../django/contrib/gis/geos/collections.py | 142 + .../django/contrib/gis/geos/coordseq.py | 164 + .../django/contrib/gis/geos/error.py | 3 + .../django/contrib/gis/geos/factory.py | 33 + .../django/contrib/gis/geos/geometry.py | 724 ++ .../django/contrib/gis/geos/io.py | 24 + .../django/contrib/gis/geos/libgeos.py | 193 + .../django/contrib/gis/geos/linestring.py | 177 + .../django/contrib/gis/geos/mutable_list.py | 325 + .../django/contrib/gis/geos/point.py | 202 + .../django/contrib/gis/geos/polygon.py | 183 + .../django/contrib/gis/geos/prepared.py | 54 + .../contrib/gis/geos/prototypes/__init__.py | 26 + .../contrib/gis/geos/prototypes/coordseq.py | 94 + .../contrib/gis/geos/prototypes/errcheck.py | 92 + .../contrib/gis/geos/prototypes/geom.py | 116 + .../django/contrib/gis/geos/prototypes/io.py | 325 + .../contrib/gis/geos/prototypes/misc.py | 38 + .../contrib/gis/geos/prototypes/predicates.py | 43 + .../contrib/gis/geos/prototypes/prepared.py | 28 + .../contrib/gis/geos/prototypes/threadsafe.py | 93 + .../contrib/gis/geos/prototypes/topology.py | 53 + .../gis/locale/af/LC_MESSAGES/django.mo | Bin 0 -> 470 bytes .../gis/locale/af/LC_MESSAGES/django.po | 80 + .../gis/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 2500 bytes .../gis/locale/ar/LC_MESSAGES/django.po | 93 + .../gis/locale/ast/LC_MESSAGES/django.mo | Bin 0 -> 850 bytes .../gis/locale/ast/LC_MESSAGES/django.po | 88 + .../gis/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 1211 bytes .../gis/locale/az/LC_MESSAGES/django.po | 89 + .../gis/locale/be/LC_MESSAGES/django.mo | Bin 0 -> 2100 bytes .../gis/locale/be/LC_MESSAGES/django.po | 90 + .../gis/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 2535 bytes .../gis/locale/bg/LC_MESSAGES/django.po | 93 + .../gis/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 1070 bytes .../gis/locale/bn/LC_MESSAGES/django.po | 89 + .../gis/locale/br/LC_MESSAGES/django.mo | Bin 0 -> 466 bytes .../gis/locale/br/LC_MESSAGES/django.po | 81 + .../gis/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 1308 bytes .../gis/locale/bs/LC_MESSAGES/django.po | 91 + .../gis/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 2117 bytes .../gis/locale/ca/LC_MESSAGES/django.po | 96 + .../gis/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 2146 bytes .../gis/locale/cs/LC_MESSAGES/django.po | 93 + .../gis/locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 1430 bytes .../gis/locale/cy/LC_MESSAGES/django.po | 89 + .../gis/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 2007 bytes .../gis/locale/da/LC_MESSAGES/django.po | 92 + .../gis/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 2075 bytes .../gis/locale/de/LC_MESSAGES/django.po | 91 + .../gis/locale/dsb/LC_MESSAGES/django.mo | Bin 0 -> 2187 bytes .../gis/locale/dsb/LC_MESSAGES/django.po | 92 + .../gis/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 2609 bytes .../gis/locale/el/LC_MESSAGES/django.po | 96 + .../gis/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 356 bytes .../gis/locale/en/LC_MESSAGES/django.po | 107 + .../gis/locale/en_AU/LC_MESSAGES/django.mo | Bin 0 -> 486 bytes .../gis/locale/en_AU/LC_MESSAGES/django.po | 80 + .../gis/locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 1369 bytes .../gis/locale/en_GB/LC_MESSAGES/django.po | 91 + .../gis/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 2054 bytes .../gis/locale/eo/LC_MESSAGES/django.po | 91 + .../gis/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 2126 bytes .../gis/locale/es/LC_MESSAGES/django.po | 96 + .../gis/locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 2126 bytes .../gis/locale/es_AR/LC_MESSAGES/django.po | 93 + .../gis/locale/es_CO/LC_MESSAGES/django.mo | Bin 0 -> 1936 bytes .../gis/locale/es_CO/LC_MESSAGES/django.po | 95 + .../gis/locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 1441 bytes .../gis/locale/es_MX/LC_MESSAGES/django.po | 90 + .../gis/locale/es_VE/LC_MESSAGES/django.mo | Bin 0 -> 486 bytes .../gis/locale/es_VE/LC_MESSAGES/django.po | 80 + .../gis/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 2038 bytes .../gis/locale/et/LC_MESSAGES/django.po | 93 + .../gis/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 1351 bytes .../gis/locale/eu/LC_MESSAGES/django.po | 87 + .../gis/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 2351 bytes .../gis/locale/fa/LC_MESSAGES/django.po | 93 + .../gis/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 2005 bytes .../gis/locale/fi/LC_MESSAGES/django.po | 90 + .../gis/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 2157 bytes .../gis/locale/fr/LC_MESSAGES/django.po | 93 + .../gis/locale/fy/LC_MESSAGES/django.mo | Bin 0 -> 476 bytes .../gis/locale/fy/LC_MESSAGES/django.po | 80 + .../gis/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 1420 bytes .../gis/locale/ga/LC_MESSAGES/django.po | 91 + .../gis/locale/gd/LC_MESSAGES/django.mo | Bin 0 -> 2196 bytes .../gis/locale/gd/LC_MESSAGES/django.po | 94 + .../gis/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 1421 bytes .../gis/locale/gl/LC_MESSAGES/django.po | 92 + .../gis/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 2226 bytes .../gis/locale/he/LC_MESSAGES/django.po | 88 + .../gis/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 1818 bytes .../gis/locale/hi/LC_MESSAGES/django.po | 89 + .../gis/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 1474 bytes .../gis/locale/hr/LC_MESSAGES/django.po | 93 + .../gis/locale/hsb/LC_MESSAGES/django.mo | Bin 0 -> 2161 bytes .../gis/locale/hsb/LC_MESSAGES/django.po | 93 + .../gis/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 2027 bytes .../gis/locale/hu/LC_MESSAGES/django.po | 93 + .../gis/locale/ia/LC_MESSAGES/django.mo | Bin 0 -> 1404 bytes .../gis/locale/ia/LC_MESSAGES/django.po | 90 + .../gis/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 1564 bytes .../gis/locale/id/LC_MESSAGES/django.po | 94 + .../gis/locale/io/LC_MESSAGES/django.mo | Bin 0 -> 464 bytes .../gis/locale/io/LC_MESSAGES/django.po | 80 + .../gis/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 1317 bytes .../gis/locale/is/LC_MESSAGES/django.po | 89 + .../gis/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 2075 bytes .../gis/locale/it/LC_MESSAGES/django.po | 96 + .../gis/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 2207 bytes .../gis/locale/ja/LC_MESSAGES/django.po | 91 + .../gis/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 2103 bytes .../gis/locale/ka/LC_MESSAGES/django.po | 90 + .../gis/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 1349 bytes .../gis/locale/kk/LC_MESSAGES/django.po | 88 + .../gis/locale/km/LC_MESSAGES/django.mo | Bin 0 -> 459 bytes .../gis/locale/km/LC_MESSAGES/django.po | 80 + .../gis/locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 461 bytes .../gis/locale/kn/LC_MESSAGES/django.po | 80 + .../gis/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 2059 bytes .../gis/locale/ko/LC_MESSAGES/django.po | 91 + .../gis/locale/lb/LC_MESSAGES/django.mo | Bin 0 -> 474 bytes .../gis/locale/lb/LC_MESSAGES/django.po | 80 + .../gis/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 2120 bytes .../gis/locale/lt/LC_MESSAGES/django.po | 93 + .../gis/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 1284 bytes .../gis/locale/lv/LC_MESSAGES/django.po | 90 + .../gis/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 2717 bytes .../gis/locale/mk/LC_MESSAGES/django.po | 96 + .../gis/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 2049 bytes .../gis/locale/ml/LC_MESSAGES/django.po | 91 + .../gis/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 2521 bytes .../gis/locale/mn/LC_MESSAGES/django.po | 96 + .../gis/locale/mr/LC_MESSAGES/django.mo | Bin 0 -> 468 bytes .../gis/locale/mr/LC_MESSAGES/django.po | 80 + .../gis/locale/my/LC_MESSAGES/django.mo | Bin 0 -> 461 bytes .../gis/locale/my/LC_MESSAGES/django.po | 80 + .../gis/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 1992 bytes .../gis/locale/nb/LC_MESSAGES/django.po | 93 + .../gis/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 982 bytes .../gis/locale/ne/LC_MESSAGES/django.po | 87 + .../gis/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 2071 bytes .../gis/locale/nl/LC_MESSAGES/django.po | 96 + .../gis/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 1202 bytes .../gis/locale/nn/LC_MESSAGES/django.po | 90 + .../gis/locale/os/LC_MESSAGES/django.mo | Bin 0 -> 1594 bytes .../gis/locale/os/LC_MESSAGES/django.po | 90 + .../gis/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 1265 bytes .../gis/locale/pa/LC_MESSAGES/django.po | 89 + .../gis/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 2144 bytes .../gis/locale/pl/LC_MESSAGES/django.po | 96 + .../gis/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 2107 bytes .../gis/locale/pt/LC_MESSAGES/django.po | 98 + .../gis/locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 2089 bytes .../gis/locale/pt_BR/LC_MESSAGES/django.po | 97 + .../gis/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 2137 bytes .../gis/locale/ro/LC_MESSAGES/django.po | 95 + .../gis/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 2693 bytes .../gis/locale/ru/LC_MESSAGES/django.po | 96 + .../gis/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 1445 bytes .../gis/locale/sk/LC_MESSAGES/django.po | 89 + .../gis/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 2124 bytes .../gis/locale/sl/LC_MESSAGES/django.po | 94 + .../gis/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 1991 bytes .../gis/locale/sq/LC_MESSAGES/django.po | 92 + .../gis/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 1700 bytes .../gis/locale/sr/LC_MESSAGES/django.po | 90 + .../gis/locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 1468 bytes .../gis/locale/sr_Latn/LC_MESSAGES/django.po | 90 + .../gis/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 1756 bytes .../gis/locale/sv/LC_MESSAGES/django.po | 91 + .../gis/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 1426 bytes .../gis/locale/sw/LC_MESSAGES/django.po | 90 + .../gis/locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 466 bytes .../gis/locale/ta/LC_MESSAGES/django.po | 80 + .../gis/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 824 bytes .../gis/locale/te/LC_MESSAGES/django.po | 87 + .../gis/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 1835 bytes .../gis/locale/th/LC_MESSAGES/django.po | 89 + .../gis/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 2091 bytes .../gis/locale/tr/LC_MESSAGES/django.po | 94 + .../gis/locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 1470 bytes .../gis/locale/tt/LC_MESSAGES/django.po | 88 + .../gis/locale/udm/LC_MESSAGES/django.mo | Bin 0 -> 462 bytes .../gis/locale/udm/LC_MESSAGES/django.po | 80 + .../gis/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 2227 bytes .../gis/locale/uk/LC_MESSAGES/django.po | 94 + .../gis/locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 1410 bytes .../gis/locale/ur/LC_MESSAGES/django.po | 89 + .../gis/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 1379 bytes .../gis/locale/vi/LC_MESSAGES/django.po | 90 + .../gis/locale/zh_Hans/LC_MESSAGES/django.mo | Bin 0 -> 1968 bytes .../gis/locale/zh_Hans/LC_MESSAGES/django.po | 94 + .../gis/locale/zh_Hant/LC_MESSAGES/django.mo | Bin 0 -> 1468 bytes .../gis/locale/zh_Hant/LC_MESSAGES/django.po | 91 + .../django/contrib/gis/management/__init__.py | 0 .../gis/management/commands/__init__.py | 0 .../gis/management/commands/inspectdb.py | 16 + .../gis/management/commands/ogrinspect.py | 136 + .../django/contrib/gis/maps/__init__.py | 0 .../contrib/gis/maps/google/__init__.py | 69 + .../django/contrib/gis/maps/google/gmap.py | 244 + .../contrib/gis/maps/google/overlays.py | 332 + .../django/contrib/gis/maps/google/zoom.py | 166 + .../contrib/gis/maps/openlayers/__init__.py | 0 .../django/contrib/gis/measure.py | 347 + .../contrib/gis/serializers/__init__.py | 0 .../django/contrib/gis/serializers/geojson.py | 78 + .../django/contrib/gis/shortcuts.py | 46 + .../django/contrib/gis/sitemaps/__init__.py | 4 + .../django/contrib/gis/sitemaps/kml.py | 70 + .../django/contrib/gis/sitemaps/views.py | 63 + .../contrib/gis/static/gis/js/OLMapWidget.js | 386 + .../gis/templates/gis/admin/openlayers.html | 40 + .../gis/templates/gis/admin/openlayers.js | 176 + .../contrib/gis/templates/gis/admin/osm.html | 2 + .../contrib/gis/templates/gis/admin/osm.js | 2 + .../gis/templates/gis/google/google-map.html | 12 + .../gis/templates/gis/google/google-map.js | 37 + .../gis/templates/gis/google/google-multi.js | 8 + .../gis/templates/gis/google/google-single.js | 2 + .../contrib/gis/templates/gis/kml/base.kml | 6 + .../gis/templates/gis/kml/placemarks.kml | 8 + .../gis/templates/gis/openlayers-osm.html | 17 + .../contrib/gis/templates/gis/openlayers.html | 35 + .../django/contrib/gis/utils/__init__.py | 17 + .../django/contrib/gis/utils/layermapping.py | 629 ++ .../django/contrib/gis/utils/ogrinfo.py | 51 + .../django/contrib/gis/utils/ogrinspect.py | 239 + .../django/contrib/gis/utils/srs.py | 77 + .../django/contrib/gis/utils/wkt.py | 66 + .../site-packages/django/contrib/gis/views.py | 22 + .../django/contrib/humanize/__init__.py | 1 + .../django/contrib/humanize/apps.py | 7 + .../humanize/locale/af/LC_MESSAGES/django.mo | Bin 0 -> 470 bytes .../humanize/locale/af/LC_MESSAGES/django.po | 261 + .../humanize/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 7691 bytes .../humanize/locale/ar/LC_MESSAGES/django.po | 377 + .../humanize/locale/ast/LC_MESSAGES/django.mo | Bin 0 -> 3468 bytes .../humanize/locale/ast/LC_MESSAGES/django.po | 262 + .../humanize/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 1163 bytes .../humanize/locale/az/LC_MESSAGES/django.po | 263 + .../humanize/locale/be/LC_MESSAGES/django.mo | Bin 0 -> 6681 bytes .../humanize/locale/be/LC_MESSAGES/django.po | 320 + .../humanize/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 4645 bytes .../humanize/locale/bg/LC_MESSAGES/django.po | 265 + .../humanize/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 4026 bytes .../humanize/locale/bn/LC_MESSAGES/django.po | 263 + .../humanize/locale/br/LC_MESSAGES/django.mo | Bin 0 -> 4069 bytes .../humanize/locale/br/LC_MESSAGES/django.po | 261 + .../humanize/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 1416 bytes .../humanize/locale/bs/LC_MESSAGES/django.po | 292 + .../humanize/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 4040 bytes .../humanize/locale/ca/LC_MESSAGES/django.po | 264 + .../humanize/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 4706 bytes .../humanize/locale/cs/LC_MESSAGES/django.po | 290 + .../humanize/locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 5241 bytes .../humanize/locale/cy/LC_MESSAGES/django.po | 318 + .../humanize/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 4108 bytes .../humanize/locale/da/LC_MESSAGES/django.po | 264 + .../humanize/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 4152 bytes .../humanize/locale/de/LC_MESSAGES/django.po | 263 + .../humanize/locale/dsb/LC_MESSAGES/django.mo | Bin 0 -> 4544 bytes .../humanize/locale/dsb/LC_MESSAGES/django.po | 319 + .../humanize/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 5350 bytes .../humanize/locale/el/LC_MESSAGES/django.po | 265 + .../humanize/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 356 bytes .../humanize/locale/en/LC_MESSAGES/django.po | 307 + .../locale/en_AU/LC_MESSAGES/django.mo | Bin 0 -> 486 bytes .../locale/en_AU/LC_MESSAGES/django.po | 261 + .../locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 3461 bytes .../locale/en_GB/LC_MESSAGES/django.po | 263 + .../humanize/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 4107 bytes .../humanize/locale/eo/LC_MESSAGES/django.po | 262 + .../humanize/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 4183 bytes .../humanize/locale/es/LC_MESSAGES/django.po | 267 + .../locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 4265 bytes .../locale/es_AR/LC_MESSAGES/django.po | 264 + .../locale/es_CO/LC_MESSAGES/django.mo | Bin 0 -> 4203 bytes .../locale/es_CO/LC_MESSAGES/django.po | 267 + .../locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 3660 bytes .../locale/es_MX/LC_MESSAGES/django.po | 263 + .../locale/es_VE/LC_MESSAGES/django.mo | Bin 0 -> 486 bytes .../locale/es_VE/LC_MESSAGES/django.po | 261 + .../humanize/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 4197 bytes .../humanize/locale/et/LC_MESSAGES/django.po | 265 + .../humanize/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 3382 bytes .../humanize/locale/eu/LC_MESSAGES/django.po | 264 + .../humanize/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 3744 bytes .../humanize/locale/fa/LC_MESSAGES/django.po | 238 + .../humanize/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 4177 bytes .../humanize/locale/fi/LC_MESSAGES/django.po | 265 + .../humanize/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 4174 bytes .../humanize/locale/fr/LC_MESSAGES/django.po | 264 + .../humanize/locale/fy/LC_MESSAGES/django.mo | Bin 0 -> 476 bytes .../humanize/locale/fy/LC_MESSAGES/django.po | 261 + .../humanize/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 4929 bytes .../humanize/locale/ga/LC_MESSAGES/django.po | 347 + .../humanize/locale/gd/LC_MESSAGES/django.mo | Bin 0 -> 5545 bytes .../humanize/locale/gd/LC_MESSAGES/django.po | 319 + .../humanize/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 3474 bytes .../humanize/locale/gl/LC_MESSAGES/django.po | 265 + .../humanize/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 4525 bytes .../humanize/locale/he/LC_MESSAGES/django.po | 263 + .../humanize/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 4131 bytes .../humanize/locale/hi/LC_MESSAGES/django.po | 263 + .../humanize/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 1274 bytes .../humanize/locale/hr/LC_MESSAGES/django.po | 291 + .../humanize/locale/hsb/LC_MESSAGES/django.mo | Bin 0 -> 4571 bytes .../humanize/locale/hsb/LC_MESSAGES/django.po | 319 + .../humanize/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 4096 bytes .../humanize/locale/hu/LC_MESSAGES/django.po | 265 + .../humanize/locale/hy/LC_MESSAGES/django.mo | Bin 0 -> 1058 bytes .../humanize/locale/hy/LC_MESSAGES/django.po | 262 + .../humanize/locale/ia/LC_MESSAGES/django.mo | Bin 0 -> 3495 bytes .../humanize/locale/ia/LC_MESSAGES/django.po | 262 + .../humanize/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 3510 bytes .../humanize/locale/id/LC_MESSAGES/django.po | 237 + .../humanize/locale/io/LC_MESSAGES/django.mo | Bin 0 -> 464 bytes .../humanize/locale/io/LC_MESSAGES/django.po | 261 + .../humanize/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 3590 bytes .../humanize/locale/is/LC_MESSAGES/django.po | 264 + .../humanize/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 4690 bytes .../humanize/locale/it/LC_MESSAGES/django.po | 269 + .../humanize/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 3678 bytes .../humanize/locale/ja/LC_MESSAGES/django.po | 236 + .../humanize/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 4139 bytes .../humanize/locale/ka/LC_MESSAGES/django.po | 235 + .../humanize/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 1706 bytes .../humanize/locale/kk/LC_MESSAGES/django.po | 233 + .../humanize/locale/km/LC_MESSAGES/django.mo | Bin 0 -> 459 bytes .../humanize/locale/km/LC_MESSAGES/django.po | 233 + .../humanize/locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 461 bytes .../humanize/locale/kn/LC_MESSAGES/django.po | 233 + .../humanize/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 3673 bytes .../humanize/locale/ko/LC_MESSAGES/django.po | 236 + .../humanize/locale/lb/LC_MESSAGES/django.mo | Bin 0 -> 474 bytes .../humanize/locale/lb/LC_MESSAGES/django.po | 261 + .../humanize/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 5036 bytes .../humanize/locale/lt/LC_MESSAGES/django.po | 292 + .../humanize/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 1389 bytes .../humanize/locale/lv/LC_MESSAGES/django.po | 291 + .../humanize/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 4761 bytes .../humanize/locale/mk/LC_MESSAGES/django.po | 262 + .../humanize/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 5077 bytes .../humanize/locale/ml/LC_MESSAGES/django.po | 263 + .../humanize/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 4613 bytes .../humanize/locale/mn/LC_MESSAGES/django.po | 265 + .../humanize/locale/mr/LC_MESSAGES/django.mo | Bin 0 -> 468 bytes .../humanize/locale/mr/LC_MESSAGES/django.po | 261 + .../humanize/locale/my/LC_MESSAGES/django.mo | Bin 0 -> 3479 bytes .../humanize/locale/my/LC_MESSAGES/django.po | 234 + .../humanize/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 4133 bytes .../humanize/locale/nb/LC_MESSAGES/django.po | 264 + .../humanize/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 2285 bytes .../humanize/locale/ne/LC_MESSAGES/django.po | 261 + .../humanize/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 4079 bytes .../humanize/locale/nl/LC_MESSAGES/django.po | 265 + .../humanize/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 3482 bytes .../humanize/locale/nn/LC_MESSAGES/django.po | 263 + .../humanize/locale/os/LC_MESSAGES/django.mo | Bin 0 -> 3902 bytes .../humanize/locale/os/LC_MESSAGES/django.po | 262 + .../humanize/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 1569 bytes .../humanize/locale/pa/LC_MESSAGES/django.po | 263 + .../humanize/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 4771 bytes .../humanize/locale/pl/LC_MESSAGES/django.po | 295 + .../humanize/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 4154 bytes .../humanize/locale/pt/LC_MESSAGES/django.po | 265 + .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 4209 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 267 + .../humanize/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 4809 bytes .../humanize/locale/ro/LC_MESSAGES/django.po | 295 + .../humanize/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 6882 bytes .../humanize/locale/ru/LC_MESSAGES/django.po | 325 + .../humanize/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 3976 bytes .../humanize/locale/sk/LC_MESSAGES/django.po | 291 + .../humanize/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 4513 bytes .../humanize/locale/sl/LC_MESSAGES/django.po | 323 + .../humanize/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 4126 bytes .../humanize/locale/sq/LC_MESSAGES/django.po | 263 + .../humanize/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 542 bytes .../humanize/locale/sr/LC_MESSAGES/django.po | 290 + .../locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 562 bytes .../locale/sr_Latn/LC_MESSAGES/django.po | 290 + .../humanize/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 4097 bytes .../humanize/locale/sv/LC_MESSAGES/django.po | 265 + .../humanize/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 4146 bytes .../humanize/locale/sw/LC_MESSAGES/django.po | 262 + .../humanize/locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 466 bytes .../humanize/locale/ta/LC_MESSAGES/django.po | 261 + .../humanize/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 1327 bytes .../humanize/locale/te/LC_MESSAGES/django.po | 262 + .../humanize/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 3215 bytes .../humanize/locale/th/LC_MESSAGES/django.po | 236 + .../humanize/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 4109 bytes .../humanize/locale/tr/LC_MESSAGES/django.po | 266 + .../humanize/locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 3243 bytes .../humanize/locale/tt/LC_MESSAGES/django.po | 233 + .../humanize/locale/udm/LC_MESSAGES/django.mo | Bin 0 -> 462 bytes .../humanize/locale/udm/LC_MESSAGES/django.po | 233 + .../humanize/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 5964 bytes .../humanize/locale/uk/LC_MESSAGES/django.po | 295 + .../humanize/locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 1347 bytes .../humanize/locale/ur/LC_MESSAGES/django.po | 261 + .../humanize/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 3646 bytes .../humanize/locale/vi/LC_MESSAGES/django.po | 235 + .../locale/zh_Hans/LC_MESSAGES/django.mo | Bin 0 -> 3573 bytes .../locale/zh_Hans/LC_MESSAGES/django.po | 239 + .../locale/zh_Hant/LC_MESSAGES/django.mo | Bin 0 -> 3391 bytes .../locale/zh_Hant/LC_MESSAGES/django.po | 237 + .../contrib/humanize/templatetags/__init__.py | 0 .../contrib/humanize/templatetags/humanize.py | 253 + .../django/contrib/messages/__init__.py | 5 + .../django/contrib/messages/api.py | 103 + .../django/contrib/messages/apps.py | 7 + .../django/contrib/messages/constants.py | 21 + .../contrib/messages/context_processors.py | 12 + .../django/contrib/messages/middleware.py | 27 + .../contrib/messages/storage/__init__.py | 12 + .../django/contrib/messages/storage/base.py | 185 + .../django/contrib/messages/storage/cookie.py | 166 + .../contrib/messages/storage/fallback.py | 55 + .../contrib/messages/storage/session.py | 49 + .../django/contrib/messages/utils.py | 11 + .../django/contrib/messages/views.py | 18 + .../django/contrib/postgres/__init__.py | 1 + .../contrib/postgres/aggregates/__init__.py | 2 + .../contrib/postgres/aggregates/general.py | 43 + .../contrib/postgres/aggregates/statistics.py | 80 + .../django/contrib/postgres/apps.py | 21 + .../contrib/postgres/fields/__init__.py | 4 + .../django/contrib/postgres/fields/array.py | 290 + .../django/contrib/postgres/fields/hstore.py | 111 + .../django/contrib/postgres/fields/jsonb.py | 92 + .../django/contrib/postgres/fields/ranges.py | 221 + .../django/contrib/postgres/fields/utils.py | 3 + .../django/contrib/postgres/forms/__init__.py | 4 + .../django/contrib/postgres/forms/array.py | 192 + .../django/contrib/postgres/forms/hstore.py | 57 + .../django/contrib/postgres/forms/jsonb.py | 48 + .../django/contrib/postgres/forms/ranges.py | 92 + .../django/contrib/postgres/functions.py | 10 + .../postgres/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 4480 bytes .../postgres/locale/ar/LC_MESSAGES/django.po | 140 + .../postgres/locale/be/LC_MESSAGES/django.mo | Bin 0 -> 1352 bytes .../postgres/locale/be/LC_MESSAGES/django.po | 114 + .../postgres/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 3625 bytes .../postgres/locale/bg/LC_MESSAGES/django.po | 119 + .../postgres/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 3046 bytes .../postgres/locale/ca/LC_MESSAGES/django.po | 120 + .../postgres/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 3322 bytes .../postgres/locale/cs/LC_MESSAGES/django.po | 122 + .../postgres/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 3129 bytes .../postgres/locale/da/LC_MESSAGES/django.po | 120 + .../postgres/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 3232 bytes .../postgres/locale/de/LC_MESSAGES/django.po | 116 + .../postgres/locale/dsb/LC_MESSAGES/django.mo | Bin 0 -> 3826 bytes .../postgres/locale/dsb/LC_MESSAGES/django.po | 131 + .../postgres/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 3890 bytes .../postgres/locale/el/LC_MESSAGES/django.po | 119 + .../postgres/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 356 bytes .../postgres/locale/en/LC_MESSAGES/django.po | 128 + .../postgres/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 3000 bytes .../postgres/locale/eo/LC_MESSAGES/django.po | 119 + .../postgres/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 3053 bytes .../postgres/locale/es/LC_MESSAGES/django.po | 122 + .../locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 3147 bytes .../locale/es_AR/LC_MESSAGES/django.po | 118 + .../locale/es_CO/LC_MESSAGES/django.mo | Bin 0 -> 3067 bytes .../locale/es_CO/LC_MESSAGES/django.po | 122 + .../locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 882 bytes .../locale/es_MX/LC_MESSAGES/django.po | 108 + .../postgres/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 3139 bytes .../postgres/locale/et/LC_MESSAGES/django.po | 119 + .../postgres/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 3194 bytes .../postgres/locale/fa/LC_MESSAGES/django.po | 110 + .../postgres/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 3081 bytes .../postgres/locale/fi/LC_MESSAGES/django.po | 120 + .../postgres/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 3341 bytes .../postgres/locale/fr/LC_MESSAGES/django.po | 119 + .../postgres/locale/gd/LC_MESSAGES/django.mo | Bin 0 -> 3795 bytes .../postgres/locale/gd/LC_MESSAGES/django.po | 134 + .../postgres/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 3364 bytes .../postgres/locale/he/LC_MESSAGES/django.po | 111 + .../postgres/locale/hsb/LC_MESSAGES/django.mo | Bin 0 -> 3743 bytes .../postgres/locale/hsb/LC_MESSAGES/django.po | 129 + .../postgres/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 3140 bytes .../postgres/locale/hu/LC_MESSAGES/django.po | 115 + .../postgres/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 2903 bytes .../postgres/locale/id/LC_MESSAGES/django.po | 117 + .../postgres/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 3248 bytes .../postgres/locale/it/LC_MESSAGES/django.po | 124 + .../postgres/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 3316 bytes .../postgres/locale/ja/LC_MESSAGES/django.po | 110 + .../postgres/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 767 bytes .../postgres/locale/ka/LC_MESSAGES/django.po | 106 + .../postgres/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 3165 bytes .../postgres/locale/ko/LC_MESSAGES/django.po | 112 + .../postgres/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 3540 bytes .../postgres/locale/lt/LC_MESSAGES/django.po | 123 + .../postgres/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 3835 bytes .../postgres/locale/mk/LC_MESSAGES/django.po | 122 + .../postgres/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 3519 bytes .../postgres/locale/mn/LC_MESSAGES/django.po | 120 + .../postgres/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 3081 bytes .../postgres/locale/nb/LC_MESSAGES/django.po | 116 + .../postgres/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 934 bytes .../postgres/locale/ne/LC_MESSAGES/django.po | 106 + .../postgres/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 3107 bytes .../postgres/locale/nl/LC_MESSAGES/django.po | 117 + .../postgres/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 3446 bytes .../postgres/locale/pl/LC_MESSAGES/django.po | 128 + .../postgres/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 3015 bytes .../postgres/locale/pt/LC_MESSAGES/django.po | 117 + .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 3174 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 124 + .../postgres/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 3338 bytes .../postgres/locale/ro/LC_MESSAGES/django.po | 128 + .../postgres/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 5183 bytes .../postgres/locale/ru/LC_MESSAGES/django.po | 138 + .../postgres/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 3394 bytes .../postgres/locale/sl/LC_MESSAGES/django.po | 129 + .../postgres/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 2997 bytes .../postgres/locale/sq/LC_MESSAGES/django.po | 116 + .../postgres/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 3055 bytes .../postgres/locale/sv/LC_MESSAGES/django.po | 120 + .../postgres/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 3124 bytes .../postgres/locale/tr/LC_MESSAGES/django.po | 119 + .../postgres/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 4124 bytes .../postgres/locale/uk/LC_MESSAGES/django.po | 127 + .../locale/zh_Hans/LC_MESSAGES/django.mo | Bin 0 -> 2757 bytes .../locale/zh_Hans/LC_MESSAGES/django.po | 107 + .../locale/zh_Hant/LC_MESSAGES/django.mo | Bin 0 -> 844 bytes .../locale/zh_Hant/LC_MESSAGES/django.po | 106 + .../django/contrib/postgres/lookups.py | 67 + .../django/contrib/postgres/operations.py | 48 + .../django/contrib/postgres/search.py | 203 + .../django/contrib/postgres/signals.py | 25 + .../django/contrib/postgres/utils.py | 30 + .../django/contrib/postgres/validators.py | 82 + .../django/contrib/redirects/__init__.py | 1 + .../django/contrib/redirects/admin.py | 10 + .../django/contrib/redirects/apps.py | 7 + .../redirects/locale/af/LC_MESSAGES/django.mo | Bin 0 -> 470 bytes .../redirects/locale/af/LC_MESSAGES/django.po | 42 + .../redirects/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 1342 bytes .../redirects/locale/ar/LC_MESSAGES/django.po | 50 + .../locale/ast/LC_MESSAGES/django.mo | Bin 0 -> 1071 bytes .../locale/ast/LC_MESSAGES/django.po | 50 + .../redirects/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 1081 bytes .../redirects/locale/az/LC_MESSAGES/django.po | 50 + .../redirects/locale/be/LC_MESSAGES/django.mo | Bin 0 -> 1402 bytes .../redirects/locale/be/LC_MESSAGES/django.po | 51 + .../redirects/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 1268 bytes .../redirects/locale/bg/LC_MESSAGES/django.po | 52 + .../redirects/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 1319 bytes .../redirects/locale/bn/LC_MESSAGES/django.po | 48 + .../redirects/locale/br/LC_MESSAGES/django.mo | Bin 0 -> 623 bytes .../redirects/locale/br/LC_MESSAGES/django.po | 45 + .../redirects/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 1115 bytes .../redirects/locale/bs/LC_MESSAGES/django.po | 51 + .../redirects/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 1137 bytes .../redirects/locale/ca/LC_MESSAGES/django.po | 52 + .../redirects/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 1156 bytes .../redirects/locale/cs/LC_MESSAGES/django.po | 50 + .../redirects/locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 1132 bytes .../redirects/locale/cy/LC_MESSAGES/django.po | 51 + .../redirects/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 1114 bytes .../redirects/locale/da/LC_MESSAGES/django.po | 49 + .../redirects/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 1120 bytes .../redirects/locale/de/LC_MESSAGES/django.po | 50 + .../locale/dsb/LC_MESSAGES/django.mo | Bin 0 -> 1242 bytes .../locale/dsb/LC_MESSAGES/django.po | 51 + .../redirects/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 1384 bytes .../redirects/locale/el/LC_MESSAGES/django.po | 51 + .../redirects/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 356 bytes .../redirects/locale/en/LC_MESSAGES/django.po | 50 + .../locale/en_AU/LC_MESSAGES/django.mo | Bin 0 -> 486 bytes .../locale/en_AU/LC_MESSAGES/django.po | 42 + .../locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 1053 bytes .../locale/en_GB/LC_MESSAGES/django.po | 50 + .../redirects/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 1138 bytes .../redirects/locale/eo/LC_MESSAGES/django.po | 52 + .../redirects/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 1143 bytes .../redirects/locale/es/LC_MESSAGES/django.po | 52 + .../locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 1127 bytes .../locale/es_AR/LC_MESSAGES/django.po | 51 + .../locale/es_CO/LC_MESSAGES/django.mo | Bin 0 -> 1147 bytes .../locale/es_CO/LC_MESSAGES/django.po | 50 + .../locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 1136 bytes .../locale/es_MX/LC_MESSAGES/django.po | 52 + .../locale/es_VE/LC_MESSAGES/django.mo | Bin 0 -> 486 bytes .../locale/es_VE/LC_MESSAGES/django.po | 42 + .../redirects/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 1122 bytes .../redirects/locale/et/LC_MESSAGES/django.po | 52 + .../redirects/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 1044 bytes .../redirects/locale/eu/LC_MESSAGES/django.po | 49 + .../redirects/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 1241 bytes .../redirects/locale/fa/LC_MESSAGES/django.po | 49 + .../redirects/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 1158 bytes .../redirects/locale/fi/LC_MESSAGES/django.po | 52 + .../redirects/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 1141 bytes .../redirects/locale/fr/LC_MESSAGES/django.po | 50 + .../redirects/locale/fy/LC_MESSAGES/django.mo | Bin 0 -> 476 bytes .../redirects/locale/fy/LC_MESSAGES/django.po | 42 + .../redirects/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 1073 bytes .../redirects/locale/ga/LC_MESSAGES/django.po | 47 + .../redirects/locale/gd/LC_MESSAGES/django.mo | Bin 0 -> 1252 bytes .../redirects/locale/gd/LC_MESSAGES/django.po | 51 + .../redirects/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 1055 bytes .../redirects/locale/gl/LC_MESSAGES/django.po | 50 + .../redirects/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 1128 bytes .../redirects/locale/he/LC_MESSAGES/django.po | 46 + .../redirects/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 1409 bytes .../redirects/locale/hi/LC_MESSAGES/django.po | 49 + .../redirects/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 1207 bytes .../redirects/locale/hr/LC_MESSAGES/django.po | 52 + .../locale/hsb/LC_MESSAGES/django.mo | Bin 0 -> 1236 bytes .../locale/hsb/LC_MESSAGES/django.po | 51 + .../redirects/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 1162 bytes .../redirects/locale/hu/LC_MESSAGES/django.po | 51 + .../redirects/locale/ia/LC_MESSAGES/django.mo | Bin 0 -> 472 bytes .../redirects/locale/ia/LC_MESSAGES/django.po | 42 + .../redirects/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 1101 bytes .../redirects/locale/id/LC_MESSAGES/django.po | 51 + .../redirects/locale/io/LC_MESSAGES/django.mo | Bin 0 -> 1019 bytes .../redirects/locale/io/LC_MESSAGES/django.po | 48 + .../redirects/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 1038 bytes .../redirects/locale/is/LC_MESSAGES/django.po | 48 + .../redirects/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 1105 bytes .../redirects/locale/it/LC_MESSAGES/django.po | 52 + .../redirects/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 1148 bytes .../redirects/locale/ja/LC_MESSAGES/django.po | 47 + .../redirects/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 1511 bytes .../redirects/locale/ka/LC_MESSAGES/django.po | 50 + .../redirects/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 1163 bytes .../redirects/locale/kk/LC_MESSAGES/django.po | 47 + .../redirects/locale/km/LC_MESSAGES/django.mo | Bin 0 -> 1248 bytes .../redirects/locale/km/LC_MESSAGES/django.po | 47 + .../redirects/locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 1396 bytes .../redirects/locale/kn/LC_MESSAGES/django.po | 48 + .../redirects/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 1062 bytes .../redirects/locale/ko/LC_MESSAGES/django.po | 47 + .../redirects/locale/lb/LC_MESSAGES/django.mo | Bin 0 -> 474 bytes .../redirects/locale/lb/LC_MESSAGES/django.po | 42 + .../redirects/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 1191 bytes .../redirects/locale/lt/LC_MESSAGES/django.po | 52 + .../redirects/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 1111 bytes .../redirects/locale/lv/LC_MESSAGES/django.po | 51 + .../redirects/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 1353 bytes .../redirects/locale/mk/LC_MESSAGES/django.po | 52 + .../redirects/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 1331 bytes .../redirects/locale/ml/LC_MESSAGES/django.po | 47 + .../redirects/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 1274 bytes .../redirects/locale/mn/LC_MESSAGES/django.po | 52 + .../redirects/locale/mr/LC_MESSAGES/django.mo | Bin 0 -> 468 bytes .../redirects/locale/mr/LC_MESSAGES/django.po | 42 + .../redirects/locale/my/LC_MESSAGES/django.mo | Bin 0 -> 549 bytes .../redirects/locale/my/LC_MESSAGES/django.po | 46 + .../redirects/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 1146 bytes .../redirects/locale/nb/LC_MESSAGES/django.po | 53 + .../redirects/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 1420 bytes .../redirects/locale/ne/LC_MESSAGES/django.po | 47 + .../redirects/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 1114 bytes .../redirects/locale/nl/LC_MESSAGES/django.po | 51 + .../redirects/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 1072 bytes .../redirects/locale/nn/LC_MESSAGES/django.po | 49 + .../redirects/locale/os/LC_MESSAGES/django.mo | Bin 0 -> 1150 bytes .../redirects/locale/os/LC_MESSAGES/django.po | 49 + .../redirects/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 748 bytes .../redirects/locale/pa/LC_MESSAGES/django.po | 47 + .../redirects/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 1175 bytes .../redirects/locale/pl/LC_MESSAGES/django.po | 50 + .../redirects/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 1129 bytes .../redirects/locale/pt/LC_MESSAGES/django.po | 52 + .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 1162 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 53 + .../redirects/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 1222 bytes .../redirects/locale/ro/LC_MESSAGES/django.po | 53 + .../redirects/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 1469 bytes .../redirects/locale/ru/LC_MESSAGES/django.po | 53 + .../redirects/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 1127 bytes .../redirects/locale/sk/LC_MESSAGES/django.po | 50 + .../redirects/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 1156 bytes .../redirects/locale/sl/LC_MESSAGES/django.po | 52 + .../redirects/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 1125 bytes .../redirects/locale/sq/LC_MESSAGES/django.po | 51 + .../redirects/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 1254 bytes .../redirects/locale/sr/LC_MESSAGES/django.po | 51 + .../locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 1130 bytes .../locale/sr_Latn/LC_MESSAGES/django.po | 51 + .../redirects/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 1102 bytes .../redirects/locale/sv/LC_MESSAGES/django.po | 51 + .../redirects/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 1078 bytes .../redirects/locale/sw/LC_MESSAGES/django.po | 49 + .../redirects/locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 1502 bytes .../redirects/locale/ta/LC_MESSAGES/django.po | 49 + .../redirects/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 467 bytes .../redirects/locale/te/LC_MESSAGES/django.po | 42 + .../redirects/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 1210 bytes .../redirects/locale/th/LC_MESSAGES/django.po | 45 + .../redirects/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 1124 bytes .../redirects/locale/tr/LC_MESSAGES/django.po | 53 + .../redirects/locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 1178 bytes .../redirects/locale/tt/LC_MESSAGES/django.po | 48 + .../locale/udm/LC_MESSAGES/django.mo | Bin 0 -> 462 bytes .../locale/udm/LC_MESSAGES/django.po | 42 + .../redirects/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 1414 bytes .../redirects/locale/uk/LC_MESSAGES/django.po | 54 + .../redirects/locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 1138 bytes .../redirects/locale/ur/LC_MESSAGES/django.po | 46 + .../redirects/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 1106 bytes .../redirects/locale/vi/LC_MESSAGES/django.po | 49 + .../locale/zh_Hans/LC_MESSAGES/django.mo | Bin 0 -> 1089 bytes .../locale/zh_Hans/LC_MESSAGES/django.po | 48 + .../locale/zh_Hant/LC_MESSAGES/django.mo | Bin 0 -> 1059 bytes .../locale/zh_Hant/LC_MESSAGES/django.po | 47 + .../django/contrib/redirects/middleware.py | 52 + .../redirects/migrations/0001_initial.py | 43 + .../contrib/redirects/migrations/__init__.py | 0 .../django/contrib/redirects/models.py | 31 + .../django/contrib/sessions/__init__.py | 1 + .../django/contrib/sessions/apps.py | 7 + .../contrib/sessions/backends/__init__.py | 0 .../django/contrib/sessions/backends/base.py | 363 + .../django/contrib/sessions/backends/cache.py | 82 + .../contrib/sessions/backends/cached_db.py | 81 + .../django/contrib/sessions/backends/db.py | 109 + .../django/contrib/sessions/backends/file.py | 212 + .../sessions/backends/signed_cookies.py | 86 + .../django/contrib/sessions/base_session.py | 51 + .../django/contrib/sessions/exceptions.py | 11 + .../sessions/locale/af/LC_MESSAGES/django.mo | Bin 0 -> 470 bytes .../sessions/locale/af/LC_MESSAGES/django.po | 35 + .../sessions/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 846 bytes .../sessions/locale/ar/LC_MESSAGES/django.po | 37 + .../sessions/locale/ast/LC_MESSAGES/django.mo | Bin 0 -> 702 bytes .../sessions/locale/ast/LC_MESSAGES/django.po | 36 + .../sessions/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 700 bytes .../sessions/locale/az/LC_MESSAGES/django.po | 36 + .../sessions/locale/be/LC_MESSAGES/django.mo | Bin 0 -> 895 bytes .../sessions/locale/be/LC_MESSAGES/django.po | 38 + .../sessions/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 783 bytes .../sessions/locale/bg/LC_MESSAGES/django.po | 37 + .../sessions/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 762 bytes .../sessions/locale/bn/LC_MESSAGES/django.po | 36 + .../sessions/locale/br/LC_MESSAGES/django.mo | Bin 0 -> 536 bytes .../sessions/locale/br/LC_MESSAGES/django.po | 35 + .../sessions/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 759 bytes .../sessions/locale/bs/LC_MESSAGES/django.po | 37 + .../sessions/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 738 bytes .../sessions/locale/ca/LC_MESSAGES/django.po | 37 + .../sessions/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 747 bytes .../sessions/locale/cs/LC_MESSAGES/django.po | 36 + .../sessions/locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 774 bytes .../sessions/locale/cy/LC_MESSAGES/django.po | 37 + .../sessions/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 722 bytes .../sessions/locale/da/LC_MESSAGES/django.po | 36 + .../sessions/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 721 bytes .../sessions/locale/de/LC_MESSAGES/django.po | 35 + .../sessions/locale/dsb/LC_MESSAGES/django.mo | Bin 0 -> 810 bytes .../sessions/locale/dsb/LC_MESSAGES/django.po | 37 + .../sessions/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 809 bytes .../sessions/locale/el/LC_MESSAGES/django.po | 36 + .../sessions/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 356 bytes .../sessions/locale/en/LC_MESSAGES/django.po | 38 + .../locale/en_AU/LC_MESSAGES/django.mo | Bin 0 -> 486 bytes .../locale/en_AU/LC_MESSAGES/django.po | 35 + .../locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 707 bytes .../locale/en_GB/LC_MESSAGES/django.po | 36 + .../sessions/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 727 bytes .../sessions/locale/eo/LC_MESSAGES/django.po | 37 + .../sessions/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 734 bytes .../sessions/locale/es/LC_MESSAGES/django.po | 37 + .../locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 735 bytes .../locale/es_AR/LC_MESSAGES/django.po | 37 + .../locale/es_CO/LC_MESSAGES/django.mo | Bin 0 -> 754 bytes .../locale/es_CO/LC_MESSAGES/django.po | 36 + .../locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 756 bytes .../locale/es_MX/LC_MESSAGES/django.po | 37 + .../locale/es_VE/LC_MESSAGES/django.mo | Bin 0 -> 486 bytes .../locale/es_VE/LC_MESSAGES/django.po | 35 + .../sessions/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 737 bytes .../sessions/locale/et/LC_MESSAGES/django.po | 37 + .../sessions/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 689 bytes .../sessions/locale/eu/LC_MESSAGES/django.po | 35 + .../sessions/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 755 bytes .../sessions/locale/fa/LC_MESSAGES/django.po | 37 + .../sessions/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 721 bytes .../sessions/locale/fi/LC_MESSAGES/django.po | 37 + .../sessions/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 733 bytes .../sessions/locale/fr/LC_MESSAGES/django.po | 36 + .../sessions/locale/fy/LC_MESSAGES/django.mo | Bin 0 -> 476 bytes .../sessions/locale/fy/LC_MESSAGES/django.po | 35 + .../sessions/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 747 bytes .../sessions/locale/ga/LC_MESSAGES/django.po | 36 + .../sessions/locale/gd/LC_MESSAGES/django.mo | Bin 0 -> 791 bytes .../sessions/locale/gd/LC_MESSAGES/django.po | 37 + .../sessions/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 701 bytes .../sessions/locale/gl/LC_MESSAGES/django.po | 37 + .../sessions/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 809 bytes .../sessions/locale/he/LC_MESSAGES/django.po | 36 + .../sessions/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 759 bytes .../sessions/locale/hi/LC_MESSAGES/django.po | 36 + .../sessions/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 819 bytes .../sessions/locale/hr/LC_MESSAGES/django.po | 38 + .../sessions/locale/hsb/LC_MESSAGES/django.mo | Bin 0 -> 805 bytes .../sessions/locale/hsb/LC_MESSAGES/django.po | 37 + .../sessions/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 737 bytes .../sessions/locale/hu/LC_MESSAGES/django.po | 37 + .../sessions/locale/ia/LC_MESSAGES/django.mo | Bin 0 -> 472 bytes .../sessions/locale/ia/LC_MESSAGES/django.po | 35 + .../sessions/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 705 bytes .../sessions/locale/id/LC_MESSAGES/django.po | 38 + .../sessions/locale/io/LC_MESSAGES/django.mo | Bin 0 -> 683 bytes .../sessions/locale/io/LC_MESSAGES/django.po | 35 + .../sessions/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 706 bytes .../sessions/locale/is/LC_MESSAGES/django.po | 36 + .../sessions/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 726 bytes .../sessions/locale/it/LC_MESSAGES/django.po | 37 + .../sessions/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 757 bytes .../sessions/locale/ja/LC_MESSAGES/django.po | 37 + .../sessions/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 803 bytes .../sessions/locale/ka/LC_MESSAGES/django.po | 36 + .../sessions/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 810 bytes .../sessions/locale/kk/LC_MESSAGES/django.po | 37 + .../sessions/locale/km/LC_MESSAGES/django.mo | Bin 0 -> 929 bytes .../sessions/locale/km/LC_MESSAGES/django.po | 35 + .../sessions/locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 814 bytes .../sessions/locale/kn/LC_MESSAGES/django.po | 36 + .../sessions/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 700 bytes .../sessions/locale/ko/LC_MESSAGES/django.po | 36 + .../sessions/locale/lb/LC_MESSAGES/django.mo | Bin 0 -> 474 bytes .../sessions/locale/lb/LC_MESSAGES/django.po | 35 + .../sessions/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 786 bytes .../sessions/locale/lt/LC_MESSAGES/django.po | 38 + .../sessions/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 731 bytes .../sessions/locale/lv/LC_MESSAGES/django.po | 37 + .../sessions/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 816 bytes .../sessions/locale/mk/LC_MESSAGES/django.po | 37 + .../sessions/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 780 bytes .../sessions/locale/ml/LC_MESSAGES/django.po | 36 + .../sessions/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 769 bytes .../sessions/locale/mn/LC_MESSAGES/django.po | 38 + .../sessions/locale/mr/LC_MESSAGES/django.mo | Bin 0 -> 468 bytes .../sessions/locale/mr/LC_MESSAGES/django.po | 35 + .../sessions/locale/my/LC_MESSAGES/django.mo | Bin 0 -> 872 bytes .../sessions/locale/my/LC_MESSAGES/django.po | 36 + .../sessions/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 717 bytes .../sessions/locale/nb/LC_MESSAGES/django.po | 38 + .../sessions/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 802 bytes .../sessions/locale/ne/LC_MESSAGES/django.po | 36 + .../sessions/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 720 bytes .../sessions/locale/nl/LC_MESSAGES/django.po | 36 + .../sessions/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 695 bytes .../sessions/locale/nn/LC_MESSAGES/django.po | 36 + .../sessions/locale/os/LC_MESSAGES/django.mo | Bin 0 -> 732 bytes .../sessions/locale/os/LC_MESSAGES/django.po | 36 + .../sessions/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 771 bytes .../sessions/locale/pa/LC_MESSAGES/django.po | 36 + .../sessions/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 778 bytes .../sessions/locale/pl/LC_MESSAGES/django.po | 37 + .../sessions/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 738 bytes .../sessions/locale/pt/LC_MESSAGES/django.po | 37 + .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 757 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 37 + .../sessions/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 776 bytes .../sessions/locale/ro/LC_MESSAGES/django.po | 39 + .../sessions/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 908 bytes .../sessions/locale/ru/LC_MESSAGES/django.po | 39 + .../sessions/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 735 bytes .../sessions/locale/sk/LC_MESSAGES/django.po | 35 + .../sessions/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 753 bytes .../sessions/locale/sl/LC_MESSAGES/django.po | 38 + .../sessions/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 724 bytes .../sessions/locale/sq/LC_MESSAGES/django.po | 36 + .../sessions/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 812 bytes .../sessions/locale/sr/LC_MESSAGES/django.po | 37 + .../locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 785 bytes .../locale/sr_Latn/LC_MESSAGES/django.po | 37 + .../sessions/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 707 bytes .../sessions/locale/sv/LC_MESSAGES/django.po | 37 + .../sessions/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 743 bytes .../sessions/locale/sw/LC_MESSAGES/django.po | 36 + .../sessions/locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 801 bytes .../sessions/locale/ta/LC_MESSAGES/django.po | 35 + .../sessions/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 786 bytes .../sessions/locale/te/LC_MESSAGES/django.po | 36 + .../sessions/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 757 bytes .../sessions/locale/th/LC_MESSAGES/django.po | 35 + .../sessions/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 726 bytes .../sessions/locale/tr/LC_MESSAGES/django.po | 37 + .../sessions/locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 806 bytes .../sessions/locale/tt/LC_MESSAGES/django.po | 36 + .../sessions/locale/udm/LC_MESSAGES/django.mo | Bin 0 -> 462 bytes .../sessions/locale/udm/LC_MESSAGES/django.po | 35 + .../sessions/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 841 bytes .../sessions/locale/uk/LC_MESSAGES/django.po | 38 + .../sessions/locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 729 bytes .../sessions/locale/ur/LC_MESSAGES/django.po | 35 + .../sessions/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 679 bytes .../sessions/locale/vi/LC_MESSAGES/django.po | 38 + .../locale/zh_Hans/LC_MESSAGES/django.mo | Bin 0 -> 722 bytes .../locale/zh_Hans/LC_MESSAGES/django.po | 37 + .../locale/zh_Hant/LC_MESSAGES/django.mo | Bin 0 -> 733 bytes .../locale/zh_Hant/LC_MESSAGES/django.po | 37 + .../contrib/sessions/management/__init__.py | 0 .../sessions/management/commands/__init__.py | 0 .../management/commands/clearsessions.py | 19 + .../django/contrib/sessions/middleware.py | 72 + .../sessions/migrations/0001_initial.py | 33 + .../contrib/sessions/migrations/__init__.py | 0 .../django/contrib/sessions/models.py | 37 + .../django/contrib/sessions/serializers.py | 21 + .../django/contrib/sitemaps/__init__.py | 155 + .../django/contrib/sitemaps/apps.py | 7 + .../contrib/sitemaps/management/__init__.py | 0 .../sitemaps/management/commands/__init__.py | 0 .../management/commands/ping_google.py | 12 + .../contrib/sitemaps/templates/sitemap.xml | 13 + .../sitemaps/templates/sitemap_index.xml | 4 + .../django/contrib/sitemaps/views.py | 89 + .../django/contrib/sites/__init__.py | 1 + .../django/contrib/sites/admin.py | 8 + .../django/contrib/sites/apps.py | 13 + .../sites/locale/af/LC_MESSAGES/django.mo | Bin 0 -> 470 bytes .../sites/locale/af/LC_MESSAGES/django.po | 35 + .../sites/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 947 bytes .../sites/locale/ar/LC_MESSAGES/django.po | 38 + .../sites/locale/ast/LC_MESSAGES/django.mo | Bin 0 -> 774 bytes .../sites/locale/ast/LC_MESSAGES/django.po | 36 + .../sites/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 608 bytes .../sites/locale/az/LC_MESSAGES/django.po | 36 + .../sites/locale/be/LC_MESSAGES/django.mo | Bin 0 -> 1024 bytes .../sites/locale/be/LC_MESSAGES/django.po | 38 + .../sites/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 904 bytes .../sites/locale/bg/LC_MESSAGES/django.po | 38 + .../sites/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 925 bytes .../sites/locale/bn/LC_MESSAGES/django.po | 37 + .../sites/locale/br/LC_MESSAGES/django.mo | Bin 0 -> 628 bytes .../sites/locale/br/LC_MESSAGES/django.po | 35 + .../sites/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 692 bytes .../sites/locale/bs/LC_MESSAGES/django.po | 37 + .../sites/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 791 bytes .../sites/locale/ca/LC_MESSAGES/django.po | 38 + .../sites/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 815 bytes .../sites/locale/cs/LC_MESSAGES/django.po | 36 + .../sites/locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 835 bytes .../sites/locale/cy/LC_MESSAGES/django.po | 37 + .../sites/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 794 bytes .../sites/locale/da/LC_MESSAGES/django.po | 36 + .../sites/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 792 bytes .../sites/locale/de/LC_MESSAGES/django.po | 36 + .../sites/locale/dsb/LC_MESSAGES/django.mo | Bin 0 -> 868 bytes .../sites/locale/dsb/LC_MESSAGES/django.po | 37 + .../sites/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 878 bytes .../sites/locale/el/LC_MESSAGES/django.po | 38 + .../sites/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 356 bytes .../sites/locale/en/LC_MESSAGES/django.po | 38 + .../sites/locale/en_AU/LC_MESSAGES/django.mo | Bin 0 -> 486 bytes .../sites/locale/en_AU/LC_MESSAGES/django.po | 35 + .../sites/locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 639 bytes .../sites/locale/en_GB/LC_MESSAGES/django.po | 36 + .../sites/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 792 bytes .../sites/locale/eo/LC_MESSAGES/django.po | 38 + .../sites/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 804 bytes .../sites/locale/es/LC_MESSAGES/django.po | 39 + .../sites/locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 817 bytes .../sites/locale/es_AR/LC_MESSAGES/django.po | 38 + .../sites/locale/es_CO/LC_MESSAGES/django.mo | Bin 0 -> 825 bytes .../sites/locale/es_CO/LC_MESSAGES/django.po | 36 + .../sites/locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 809 bytes .../sites/locale/es_MX/LC_MESSAGES/django.po | 38 + .../sites/locale/es_VE/LC_MESSAGES/django.mo | Bin 0 -> 486 bytes .../sites/locale/es_VE/LC_MESSAGES/django.po | 35 + .../sites/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 788 bytes .../sites/locale/et/LC_MESSAGES/django.po | 38 + .../sites/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 773 bytes .../sites/locale/eu/LC_MESSAGES/django.po | 36 + .../sites/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 872 bytes .../sites/locale/fa/LC_MESSAGES/django.po | 38 + .../sites/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 786 bytes .../sites/locale/fi/LC_MESSAGES/django.po | 37 + .../sites/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 797 bytes .../sites/locale/fr/LC_MESSAGES/django.po | 37 + .../sites/locale/fy/LC_MESSAGES/django.mo | Bin 0 -> 476 bytes .../sites/locale/fy/LC_MESSAGES/django.po | 35 + .../sites/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 668 bytes .../sites/locale/ga/LC_MESSAGES/django.po | 36 + .../sites/locale/gd/LC_MESSAGES/django.mo | Bin 0 -> 858 bytes .../sites/locale/gd/LC_MESSAGES/django.po | 37 + .../sites/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 742 bytes .../sites/locale/gl/LC_MESSAGES/django.po | 37 + .../sites/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 820 bytes .../sites/locale/he/LC_MESSAGES/django.po | 36 + .../sites/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 665 bytes .../sites/locale/hi/LC_MESSAGES/django.po | 35 + .../sites/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 876 bytes .../sites/locale/hr/LC_MESSAGES/django.po | 38 + .../sites/locale/hsb/LC_MESSAGES/django.mo | Bin 0 -> 863 bytes .../sites/locale/hsb/LC_MESSAGES/django.po | 37 + .../sites/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 806 bytes .../sites/locale/hu/LC_MESSAGES/django.po | 37 + .../sites/locale/hy/LC_MESSAGES/django.mo | Bin 0 -> 906 bytes .../sites/locale/hy/LC_MESSAGES/django.po | 36 + .../sites/locale/ia/LC_MESSAGES/django.mo | Bin 0 -> 472 bytes .../sites/locale/ia/LC_MESSAGES/django.po | 35 + .../sites/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 797 bytes .../sites/locale/id/LC_MESSAGES/django.po | 38 + .../sites/locale/io/LC_MESSAGES/django.mo | Bin 0 -> 760 bytes .../sites/locale/io/LC_MESSAGES/django.po | 35 + .../sites/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 635 bytes .../sites/locale/is/LC_MESSAGES/django.po | 36 + .../sites/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 795 bytes .../sites/locale/it/LC_MESSAGES/django.po | 38 + .../sites/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 814 bytes .../sites/locale/ja/LC_MESSAGES/django.po | 37 + .../sites/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 993 bytes .../sites/locale/ka/LC_MESSAGES/django.po | 37 + .../sites/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 652 bytes .../sites/locale/kk/LC_MESSAGES/django.po | 35 + .../sites/locale/km/LC_MESSAGES/django.mo | Bin 0 -> 701 bytes .../sites/locale/km/LC_MESSAGES/django.po | 35 + .../sites/locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 676 bytes .../sites/locale/kn/LC_MESSAGES/django.po | 36 + .../sites/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 799 bytes .../sites/locale/ko/LC_MESSAGES/django.po | 37 + .../sites/locale/lb/LC_MESSAGES/django.mo | Bin 0 -> 474 bytes .../sites/locale/lb/LC_MESSAGES/django.po | 35 + .../sites/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 869 bytes .../sites/locale/lt/LC_MESSAGES/django.po | 40 + .../sites/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 666 bytes .../sites/locale/lv/LC_MESSAGES/django.po | 38 + .../sites/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 885 bytes .../sites/locale/mk/LC_MESSAGES/django.po | 37 + .../sites/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 708 bytes .../sites/locale/ml/LC_MESSAGES/django.po | 36 + .../sites/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 867 bytes .../sites/locale/mn/LC_MESSAGES/django.po | 39 + .../sites/locale/mr/LC_MESSAGES/django.mo | Bin 0 -> 468 bytes .../sites/locale/mr/LC_MESSAGES/django.po | 35 + .../sites/locale/my/LC_MESSAGES/django.mo | Bin 0 -> 961 bytes .../sites/locale/my/LC_MESSAGES/django.po | 36 + .../sites/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 793 bytes .../sites/locale/nb/LC_MESSAGES/django.po | 38 + .../sites/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 899 bytes .../sites/locale/ne/LC_MESSAGES/django.po | 35 + .../sites/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 775 bytes .../sites/locale/nl/LC_MESSAGES/django.po | 37 + .../sites/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 633 bytes .../sites/locale/nn/LC_MESSAGES/django.po | 36 + .../sites/locale/os/LC_MESSAGES/django.mo | Bin 0 -> 806 bytes .../sites/locale/os/LC_MESSAGES/django.po | 36 + .../sites/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 684 bytes .../sites/locale/pa/LC_MESSAGES/django.po | 36 + .../sites/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 863 bytes .../sites/locale/pl/LC_MESSAGES/django.po | 38 + .../sites/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 797 bytes .../sites/locale/pt/LC_MESSAGES/django.po | 38 + .../sites/locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 824 bytes .../sites/locale/pt_BR/LC_MESSAGES/django.po | 38 + .../sites/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 857 bytes .../sites/locale/ro/LC_MESSAGES/django.po | 40 + .../sites/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 1005 bytes .../sites/locale/ru/LC_MESSAGES/django.po | 40 + .../sites/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 796 bytes .../sites/locale/sk/LC_MESSAGES/django.po | 36 + .../sites/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 829 bytes .../sites/locale/sl/LC_MESSAGES/django.po | 38 + .../sites/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 810 bytes .../sites/locale/sq/LC_MESSAGES/django.po | 36 + .../sites/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 724 bytes .../sites/locale/sr/LC_MESSAGES/django.po | 37 + .../locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 712 bytes .../locale/sr_Latn/LC_MESSAGES/django.po | 37 + .../sites/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 792 bytes .../sites/locale/sv/LC_MESSAGES/django.po | 38 + .../sites/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 781 bytes .../sites/locale/sw/LC_MESSAGES/django.po | 36 + .../sites/locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 714 bytes .../sites/locale/ta/LC_MESSAGES/django.po | 35 + .../sites/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 687 bytes .../sites/locale/te/LC_MESSAGES/django.po | 35 + .../sites/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 850 bytes .../sites/locale/th/LC_MESSAGES/django.po | 36 + .../sites/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 799 bytes .../sites/locale/tr/LC_MESSAGES/django.po | 39 + .../sites/locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 706 bytes .../sites/locale/tt/LC_MESSAGES/django.po | 36 + .../sites/locale/udm/LC_MESSAGES/django.mo | Bin 0 -> 462 bytes .../sites/locale/udm/LC_MESSAGES/django.po | 35 + .../sites/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 960 bytes .../sites/locale/uk/LC_MESSAGES/django.po | 39 + .../sites/locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 654 bytes .../sites/locale/ur/LC_MESSAGES/django.po | 35 + .../sites/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 762 bytes .../sites/locale/vi/LC_MESSAGES/django.po | 38 + .../locale/zh_Hans/LC_MESSAGES/django.mo | Bin 0 -> 779 bytes .../locale/zh_Hans/LC_MESSAGES/django.po | 37 + .../locale/zh_Hant/LC_MESSAGES/django.mo | Bin 0 -> 789 bytes .../locale/zh_Hant/LC_MESSAGES/django.po | 38 + .../django/contrib/sites/management.py | 38 + .../django/contrib/sites/managers.py | 64 + .../django/contrib/sites/middleware.py | 12 + .../contrib/sites/migrations/0001_initial.py | 34 + .../migrations/0002_alter_domain_unique.py | 23 + .../contrib/sites/migrations/__init__.py | 0 .../django/contrib/sites/models.py | 125 + .../django/contrib/sites/requests.py | 25 + .../django/contrib/sites/shortcuts.py | 18 + .../django/contrib/staticfiles/__init__.py | 1 + .../django/contrib/staticfiles/apps.py | 8 + .../django/contrib/staticfiles/finders.py | 277 + .../django/contrib/staticfiles/handlers.py | 64 + .../staticfiles/management/__init__.py | 0 .../management/commands/__init__.py | 0 .../management/commands/collectstatic.py | 348 + .../management/commands/findstatic.py | 48 + .../management/commands/runserver.py | 32 + .../django/contrib/staticfiles/storage.py | 408 + .../staticfiles/templatetags/__init__.py | 0 .../staticfiles/templatetags/staticfiles.py | 19 + .../django/contrib/staticfiles/testing.py | 13 + .../django/contrib/staticfiles/urls.py | 18 + .../django/contrib/staticfiles/utils.py | 60 + .../django/contrib/staticfiles/views.py | 40 + .../django/contrib/syndication/__init__.py | 1 + .../django/contrib/syndication/apps.py | 7 + .../django/contrib/syndication/views.py | 220 + .../site-packages/django/core/__init__.py | 0 .../django/core/cache/__init__.py | 124 + .../django/core/cache/backends/__init__.py | 0 .../django/core/cache/backends/base.py | 272 + .../django/core/cache/backends/db.py | 207 + .../django/core/cache/backends/dummy.py | 43 + .../django/core/cache/backends/filebased.py | 154 + .../django/core/cache/backends/locmem.py | 137 + .../django/core/cache/backends/memcached.py | 184 + .../site-packages/django/core/cache/utils.py | 16 + .../django/core/checks/__init__.py | 28 + .../django/core/checks/caches.py | 18 + .../core/checks/compatibility/__init__.py | 0 .../core/checks/compatibility/django_1_10.py | 17 + .../core/checks/compatibility/django_1_8_0.py | 27 + .../django/core/checks/database.py | 11 + .../django/core/checks/messages.py | 81 + .../django/core/checks/model_checks.py | 157 + .../django/core/checks/registry.py | 104 + .../django/core/checks/security/__init__.py | 0 .../django/core/checks/security/base.py | 197 + .../django/core/checks/security/csrf.py | 58 + .../django/core/checks/security/sessions.py | 98 + .../django/core/checks/templates.py | 42 + .../site-packages/django/core/checks/urls.py | 121 + .../site-packages/django/core/checks/utils.py | 10 + .../site-packages/django/core/exceptions.py | 189 + .../django/core/files/__init__.py | 3 + .../site-packages/django/core/files/base.py | 195 + .../site-packages/django/core/files/images.py | 80 + .../site-packages/django/core/files/locks.py | 113 + .../site-packages/django/core/files/move.py | 80 + .../django/core/files/storage.py | 476 + .../site-packages/django/core/files/temp.py | 84 + .../django/core/files/uploadedfile.py | 127 + .../django/core/files/uploadhandler.py | 218 + .../site-packages/django/core/files/utils.py | 34 + .../django/core/handlers/__init__.py | 0 .../django/core/handlers/base.py | 250 + .../django/core/handlers/exception.py | 135 + .../django/core/handlers/wsgi.py | 248 + .../django/core/mail/__init__.py | 118 + .../django/core/mail/backends/__init__.py | 1 + .../django/core/mail/backends/base.py | 54 + .../django/core/mail/backends/console.py | 44 + .../django/core/mail/backends/dummy.py | 10 + .../django/core/mail/backends/filebased.py | 70 + .../django/core/mail/backends/locmem.py | 29 + .../django/core/mail/backends/smtp.py | 128 + .../site-packages/django/core/mail/message.py | 505 + .../site-packages/django/core/mail/utils.py | 19 + .../django/core/management/__init__.py | 367 + .../django/core/management/base.py | 548 + .../django/core/management/color.py | 74 + .../core/management/commands/__init__.py | 0 .../django/core/management/commands/check.py | 69 + .../management/commands/compilemessages.py | 134 + .../management/commands/createcachetable.py | 109 + .../core/management/commands/dbshell.py | 31 + .../core/management/commands/diffsettings.py | 40 + .../core/management/commands/dumpdata.py | 208 + .../django/core/management/commands/flush.py | 90 + .../core/management/commands/inspectdb.py | 287 + .../core/management/commands/loaddata.py | 328 + .../core/management/commands/makemessages.py | 656 ++ .../management/commands/makemigrations.py | 309 + .../core/management/commands/migrate.py | 318 + .../core/management/commands/runserver.py | 165 + .../core/management/commands/sendtestemail.py | 40 + .../django/core/management/commands/shell.py | 124 + .../management/commands/showmigrations.py | 126 + .../core/management/commands/sqlflush.py | 24 + .../core/management/commands/sqlmigrate.py | 63 + .../management/commands/sqlsequencereset.py | 25 + .../management/commands/squashmigrations.py | 192 + .../core/management/commands/startapp.py | 29 + .../core/management/commands/startproject.py | 34 + .../django/core/management/commands/test.py | 75 + .../core/management/commands/testserver.py | 54 + .../django/core/management/sql.py | 54 + .../django/core/management/templates.py | 340 + .../django/core/management/utils.py | 86 + .../site-packages/django/core/paginator.py | 156 + .../django/core/serializers/__init__.py | 239 + .../django/core/serializers/base.py | 226 + .../django/core/serializers/json.py | 121 + .../django/core/serializers/python.py | 194 + .../django/core/serializers/pyyaml.py | 84 + .../django/core/serializers/xml_serializer.py | 398 + .../django/core/servers/__init__.py | 0 .../django/core/servers/basehttp.py | 193 + .../site-packages/django/core/signals.py | 6 + .../site-packages/django/core/signing.py | 210 + .../site-packages/django/core/urlresolvers.py | 9 + .../site-packages/django/core/validators.py | 454 + .../site-packages/django/core/wsgi.py | 14 + .../site-packages/django/db/__init__.py | 66 + .../django/db/backends/__init__.py | 0 .../django/db/backends/base/__init__.py | 0 .../django/db/backends/base/base.py | 637 ++ .../django/db/backends/base/client.py | 15 + .../django/db/backends/base/creation.py | 303 + .../django/db/backends/base/features.py | 269 + .../django/db/backends/base/introspection.py | 179 + .../django/db/backends/base/operations.py | 607 + .../django/db/backends/base/schema.py | 946 ++ .../django/db/backends/base/validation.py | 12 + .../django/db/backends/dummy/__init__.py | 0 .../django/db/backends/dummy/base.py | 86 + .../django/db/backends/dummy/features.py | 5 + .../django/db/backends/mysql/__init__.py | 0 .../django/db/backends/mysql/base.py | 375 + .../django/db/backends/mysql/client.py | 42 + .../django/db/backends/mysql/compiler.py | 25 + .../django/db/backends/mysql/creation.py | 51 + .../django/db/backends/mysql/features.py | 78 + .../django/db/backends/mysql/introspection.py | 219 + .../django/db/backends/mysql/operations.py | 235 + .../django/db/backends/mysql/schema.py | 102 + .../django/db/backends/mysql/validation.py | 56 + .../django/db/backends/oracle/__init__.py | 0 .../django/db/backends/oracle/base.py | 608 + .../django/db/backends/oracle/client.py | 12 + .../django/db/backends/oracle/compiler.py | 57 + .../django/db/backends/oracle/creation.py | 358 + .../django/db/backends/oracle/features.py | 60 + .../django/db/backends/oracle/functions.py | 24 + .../db/backends/oracle/introspection.py | 287 + .../django/db/backends/oracle/operations.py | 456 + .../django/db/backends/oracle/schema.py | 124 + .../django/db/backends/oracle/utils.py | 42 + .../django/db/backends/postgresql/__init__.py | 0 .../django/db/backends/postgresql/base.py | 265 + .../django/db/backends/postgresql/client.py | 66 + .../django/db/backends/postgresql/creation.py | 43 + .../django/db/backends/postgresql/features.py | 33 + .../db/backends/postgresql/introspection.py | 236 + .../db/backends/postgresql/operations.py | 262 + .../django/db/backends/postgresql/schema.py | 131 + .../django/db/backends/postgresql/utils.py | 7 + .../django/db/backends/postgresql/version.py | 44 + .../backends/postgresql_psycopg2/__init__.py | 0 .../db/backends/postgresql_psycopg2/base.py | 1 + .../db/backends/postgresql_psycopg2/client.py | 1 + .../backends/postgresql_psycopg2/creation.py | 1 + .../backends/postgresql_psycopg2/features.py | 1 + .../postgresql_psycopg2/introspection.py | 1 + .../postgresql_psycopg2/operations.py | 1 + .../db/backends/postgresql_psycopg2/schema.py | 1 + .../db/backends/postgresql_psycopg2/utils.py | 1 + .../backends/postgresql_psycopg2/version.py | 1 + .../django/db/backends/signals.py | 3 + .../django/db/backends/sqlite3/__init__.py | 0 .../django/db/backends/sqlite3/base.py | 485 + .../django/db/backends/sqlite3/client.py | 12 + .../django/db/backends/sqlite3/creation.py | 107 + .../django/db/backends/sqlite3/features.py | 81 + .../db/backends/sqlite3/introspection.py | 273 + .../django/db/backends/sqlite3/operations.py | 272 + .../django/db/backends/sqlite3/schema.py | 309 + .../site-packages/django/db/backends/utils.py | 211 + .../django/db/migrations/__init__.py | 2 + .../django/db/migrations/autodetector.py | 1176 ++ .../django/db/migrations/exceptions.py | 72 + .../django/db/migrations/executor.py | 363 + .../django/db/migrations/graph.py | 413 + .../django/db/migrations/loader.py | 310 + .../django/db/migrations/migration.py | 198 + .../db/migrations/operations/__init__.py | 15 + .../django/db/migrations/operations/base.py | 134 + .../django/db/migrations/operations/fields.py | 320 + .../django/db/migrations/operations/models.py | 742 ++ .../db/migrations/operations/special.py | 202 + .../django/db/migrations/optimizer.py | 66 + .../django/db/migrations/questioner.py | 245 + .../django/db/migrations/recorder.py | 86 + .../django/db/migrations/serializer.py | 389 + .../django/db/migrations/state.py | 584 + .../django/db/migrations/topological_sort.py | 31 + .../django/db/migrations/utils.py | 17 + .../django/db/migrations/writer.py | 312 + .../django/db/models/__init__.py | 45 + .../django/db/models/aggregates.py | 145 + .../site-packages/django/db/models/base.py | 1772 +++ .../django/db/models/constants.py | 6 + .../django/db/models/deletion.py | 319 + .../django/db/models/expressions.py | 906 ++ .../django/db/models/fields/__init__.py | 2396 ++++ .../django/db/models/fields/files.py | 491 + .../django/db/models/fields/proxy.py | 23 + .../django/db/models/fields/related.py | 1600 +++ .../db/models/fields/related_descriptors.py | 1099 ++ .../db/models/fields/related_lookups.py | 139 + .../db/models/fields/reverse_related.py | 296 + .../django/db/models/functions/__init__.py | 20 + .../django/db/models/functions/base.py | 225 + .../django/db/models/functions/datetime.py | 251 + .../site-packages/django/db/models/lookups.py | 555 + .../site-packages/django/db/models/manager.py | 211 + .../site-packages/django/db/models/options.py | 818 ++ .../site-packages/django/db/models/query.py | 1760 +++ .../django/db/models/query_utils.py | 263 + .../site-packages/django/db/models/signals.py | 59 + .../django/db/models/sql/__init__.py | 6 + .../django/db/models/sql/compiler.py | 1241 +++ .../django/db/models/sql/constants.py | 37 + .../django/db/models/sql/datastructures.py | 150 + .../django/db/models/sql/query.py | 2084 ++++ .../django/db/models/sql/subqueries.py | 217 + .../django/db/models/sql/where.py | 224 + .../site-packages/django/db/models/utils.py | 24 + .../site-packages/django/db/transaction.py | 300 + .../site-packages/django/db/utils.py | 319 + .../site-packages/django/dispatch/__init__.py | 9 + .../django/dispatch/dispatcher.py | 316 + .../site-packages/django/dispatch/license.txt | 36 + .../django/dispatch/weakref_backports.py | 67 + .../site-packages/django/forms/__init__.py | 11 + .../site-packages/django/forms/boundfield.py | 237 + .../django/forms/extras/__init__.py | 12 + .../django/forms/extras/widgets.py | 1 + .../site-packages/django/forms/fields.py | 1212 ++ .../site-packages/django/forms/forms.py | 492 + .../site-packages/django/forms/formsets.py | 458 + .../site-packages/django/forms/models.py | 1327 +++ .../site-packages/django/forms/utils.py | 193 + .../site-packages/django/forms/widgets.py | 1058 ++ .../site-packages/django/http/__init__.py | 21 + .../site-packages/django/http/cookie.py | 77 + .../django/http/multipartparser.py | 711 ++ .../site-packages/django/http/request.py | 569 + .../site-packages/django/http/response.py | 521 + .../django/middleware/__init__.py | 0 .../site-packages/django/middleware/cache.py | 185 + .../django/middleware/clickjacking.py | 53 + .../site-packages/django/middleware/common.py | 189 + .../site-packages/django/middleware/csrf.py | 301 + .../site-packages/django/middleware/gzip.py | 48 + .../site-packages/django/middleware/http.py | 32 + .../site-packages/django/middleware/locale.py | 63 + .../django/middleware/security.py | 45 + .../site-packages/django/shortcuts.py | 157 + .../site-packages/django/template/__init__.py | 69 + .../django/template/backends/__init__.py | 0 .../django/template/backends/base.py | 84 + .../django/template/backends/django.py | 134 + .../django/template/backends/dummy.py | 63 + .../django/template/backends/jinja2.py | 108 + .../django/template/backends/utils.py | 17 + .../site-packages/django/template/base.py | 1103 ++ .../site-packages/django/template/context.py | 268 + .../django/template/context_processors.py | 84 + .../django/template/defaultfilters.py | 968 ++ .../django/template/defaulttags.py | 1448 +++ .../site-packages/django/template/engine.py | 197 + .../django/template/exceptions.py | 43 + .../site-packages/django/template/library.py | 332 + .../site-packages/django/template/loader.py | 77 + .../django/template/loader_tags.py | 350 + .../django/template/loaders/__init__.py | 0 .../template/loaders/app_directories.py | 14 + .../django/template/loaders/base.py | 104 + .../django/template/loaders/cached.py | 174 + .../django/template/loaders/eggs.py | 74 + .../django/template/loaders/filesystem.py | 64 + .../django/template/loaders/locmem.py | 41 + .../site-packages/django/template/response.py | 150 + .../site-packages/django/template/smartif.py | 207 + .../site-packages/django/template/utils.py | 108 + .../django/templatetags/__init__.py | 0 .../django/templatetags/cache.py | 94 + .../site-packages/django/templatetags/i18n.py | 558 + .../site-packages/django/templatetags/l10n.py | 64 + .../django/templatetags/static.py | 163 + .../site-packages/django/templatetags/tz.py | 195 + .../site-packages/django/test/__init__.py | 29 + .../site-packages/django/test/client.py | 720 ++ .../site-packages/django/test/html.py | 238 + .../site-packages/django/test/runner.py | 786 ++ .../site-packages/django/test/selenium.py | 84 + .../site-packages/django/test/signals.py | 177 + .../site-packages/django/test/testcases.py | 1409 +++ .../site-packages/django/test/utils.py | 717 ++ .../site-packages/django/urls/__init__.py | 20 + .../site-packages/django/urls/base.py | 183 + .../site-packages/django/urls/exceptions.py | 11 + .../site-packages/django/urls/resolvers.py | 418 + .../site-packages/django/urls/utils.py | 64 + .../site-packages/django/utils/__init__.py | 0 .../site-packages/django/utils/_os.py | 102 + .../site-packages/django/utils/archive.py | 214 + .../site-packages/django/utils/autoreload.py | 333 + .../site-packages/django/utils/baseconv.py | 100 + .../site-packages/django/utils/cache.py | 371 + .../site-packages/django/utils/crypto.py | 191 + .../django/utils/datastructures.py | 309 + .../site-packages/django/utils/dateformat.py | 378 + .../site-packages/django/utils/dateparse.py | 127 + .../site-packages/django/utils/dates.py | 57 + .../django/utils/datetime_safe.py | 104 + .../site-packages/django/utils/deconstruct.py | 57 + .../site-packages/django/utils/decorators.py | 198 + .../site-packages/django/utils/deprecation.py | 127 + .../site-packages/django/utils/duration.py | 21 + .../site-packages/django/utils/encoding.py | 281 + .../django/utils/feedgenerator.py | 457 + .../site-packages/django/utils/formats.py | 257 + .../site-packages/django/utils/functional.py | 442 + .../site-packages/django/utils/glob.py | 21 + .../site-packages/django/utils/html.py | 393 + .../site-packages/django/utils/html_parser.py | 22 + .../site-packages/django/utils/http.py | 376 + .../site-packages/django/utils/inspect.py | 131 + .../site-packages/django/utils/ipv6.py | 274 + .../site-packages/django/utils/itercompat.py | 15 + .../site-packages/django/utils/jslex.py | 222 + .../site-packages/django/utils/log.py | 191 + .../site-packages/django/utils/lorem_ipsum.py | 119 + .../site-packages/django/utils/lru_cache.py | 172 + .../django/utils/module_loading.py | 165 + .../django/utils/numberformat.py | 55 + .../django/utils/regex_helper.py | 349 + .../site-packages/django/utils/safestring.py | 151 + .../site-packages/django/utils/six.py | 884 ++ .../site-packages/django/utils/synch.py | 90 + .../site-packages/django/utils/termcolors.py | 214 + .../site-packages/django/utils/text.py | 438 + .../site-packages/django/utils/timesince.py | 72 + .../site-packages/django/utils/timezone.py | 390 + .../django/utils/translation/__init__.py | 255 + .../django/utils/translation/trans_null.py | 74 + .../django/utils/translation/trans_real.py | 798 ++ .../site-packages/django/utils/tree.py | 131 + .../site-packages/django/utils/version.py | 81 + .../site-packages/django/utils/xmlutils.py | 28 + .../site-packages/django/views/__init__.py | 3 + .../site-packages/django/views/csrf.py | 145 + .../site-packages/django/views/debug.py | 1258 +++ .../django/views/decorators/__init__.py | 0 .../django/views/decorators/cache.py | 60 + .../django/views/decorators/clickjacking.py | 61 + .../django/views/decorators/csrf.py | 60 + .../django/views/decorators/debug.py | 78 + .../django/views/decorators/gzip.py | 5 + .../django/views/decorators/http.py | 116 + .../django/views/decorators/vary.py | 42 + .../site-packages/django/views/defaults.py | 119 + .../django/views/generic/__init__.py | 22 + .../django/views/generic/base.py | 219 + .../django/views/generic/dates.py | 797 ++ .../django/views/generic/detail.py | 179 + .../django/views/generic/edit.py | 292 + .../django/views/generic/list.py | 211 + .../site-packages/django/views/i18n.py | 443 + .../site-packages/django/views/static.py | 151 + .../python2.7/site-packages/easy_install.py | 5 + .../pip-9.0.1.dist-info/DESCRIPTION.rst | 39 + .../pip-9.0.1.dist-info/INSTALLER | 1 + .../pip-9.0.1.dist-info/METADATA | 69 + .../site-packages/pip-9.0.1.dist-info/RECORD | 501 + .../site-packages/pip-9.0.1.dist-info/WHEEL | 6 + .../pip-9.0.1.dist-info/entry_points.txt | 5 + .../pip-9.0.1.dist-info/metadata.json | 1 + .../pip-9.0.1.dist-info/top_level.txt | 1 + .../python2.7/site-packages/pip/__init__.py | 331 + .../python2.7/site-packages/pip/__main__.py | 19 + .../site-packages/pip/_vendor/__init__.py | 107 + .../site-packages/pip/_vendor/appdirs.py | 552 + .../pip/_vendor/cachecontrol/__init__.py | 11 + .../pip/_vendor/cachecontrol/_cmd.py | 60 + .../pip/_vendor/cachecontrol/adapter.py | 125 + .../pip/_vendor/cachecontrol/cache.py | 39 + .../_vendor/cachecontrol/caches/__init__.py | 18 + .../_vendor/cachecontrol/caches/file_cache.py | 116 + .../cachecontrol/caches/redis_cache.py | 41 + .../pip/_vendor/cachecontrol/compat.py | 20 + .../pip/_vendor/cachecontrol/controller.py | 353 + .../pip/_vendor/cachecontrol/filewrapper.py | 78 + .../pip/_vendor/cachecontrol/heuristics.py | 138 + .../pip/_vendor/cachecontrol/serialize.py | 196 + .../pip/_vendor/cachecontrol/wrapper.py | 21 + .../pip/_vendor/colorama/__init__.py | 7 + .../pip/_vendor/colorama/ansi.py | 102 + .../pip/_vendor/colorama/ansitowin32.py | 236 + .../pip/_vendor/colorama/initialise.py | 82 + .../pip/_vendor/colorama/win32.py | 154 + .../pip/_vendor/colorama/winterm.py | 162 + .../pip/_vendor/distlib/__init__.py | 23 + .../pip/_vendor/distlib/_backport/__init__.py | 6 + .../pip/_vendor/distlib/_backport/misc.py | 41 + .../pip/_vendor/distlib/_backport/shutil.py | 761 ++ .../_vendor/distlib/_backport/sysconfig.cfg | 84 + .../_vendor/distlib/_backport/sysconfig.py | 788 ++ .../pip/_vendor/distlib/_backport/tarfile.py | 2607 +++++ .../pip/_vendor/distlib/compat.py | 1111 ++ .../pip/_vendor/distlib/database.py | 1312 +++ .../pip/_vendor/distlib/index.py | 515 + .../pip/_vendor/distlib/locators.py | 1283 +++ .../pip/_vendor/distlib/manifest.py | 393 + .../pip/_vendor/distlib/markers.py | 190 + .../pip/_vendor/distlib/metadata.py | 1068 ++ .../pip/_vendor/distlib/resources.py | 355 + .../pip/_vendor/distlib/scripts.py | 384 + .../site-packages/pip/_vendor/distlib/t32.exe | Bin 0 -> 89088 bytes .../site-packages/pip/_vendor/distlib/t64.exe | Bin 0 -> 97792 bytes .../site-packages/pip/_vendor/distlib/util.py | 1611 +++ .../pip/_vendor/distlib/version.py | 742 ++ .../site-packages/pip/_vendor/distlib/w32.exe | Bin 0 -> 85504 bytes .../site-packages/pip/_vendor/distlib/w64.exe | Bin 0 -> 94208 bytes .../pip/_vendor/distlib/wheel.py | 978 ++ .../site-packages/pip/_vendor/distro.py | 1081 ++ .../pip/_vendor/html5lib/__init__.py | 25 + .../pip/_vendor/html5lib/_ihatexml.py | 288 + .../pip/_vendor/html5lib/_inputstream.py | 923 ++ .../pip/_vendor/html5lib/_tokenizer.py | 1721 +++ .../pip/_vendor/html5lib/_trie/__init__.py | 14 + .../pip/_vendor/html5lib/_trie/_base.py | 38 + .../pip/_vendor/html5lib/_trie/datrie.py | 44 + .../pip/_vendor/html5lib/_trie/py.py | 67 + .../pip/_vendor/html5lib/_utils.py | 127 + .../pip/_vendor/html5lib/constants.py | 2945 +++++ .../pip/_vendor/html5lib/filters/__init__.py | 0 .../filters/alphabeticalattributes.py | 20 + .../pip/_vendor/html5lib/filters/base.py | 12 + .../html5lib/filters/inject_meta_charset.py | 65 + .../pip/_vendor/html5lib/filters/lint.py | 81 + .../_vendor/html5lib/filters/optionaltags.py | 206 + .../pip/_vendor/html5lib/filters/sanitizer.py | 865 ++ .../_vendor/html5lib/filters/whitespace.py | 38 + .../pip/_vendor/html5lib/html5parser.py | 2733 +++++ .../pip/_vendor/html5lib/serializer.py | 334 + .../_vendor/html5lib/treeadapters/__init__.py | 12 + .../_vendor/html5lib/treeadapters/genshi.py | 47 + .../pip/_vendor/html5lib/treeadapters/sax.py | 44 + .../_vendor/html5lib/treebuilders/__init__.py | 76 + .../pip/_vendor/html5lib/treebuilders/base.py | 383 + .../pip/_vendor/html5lib/treebuilders/dom.py | 236 + .../_vendor/html5lib/treebuilders/etree.py | 340 + .../html5lib/treebuilders/etree_lxml.py | 367 + .../_vendor/html5lib/treewalkers/__init__.py | 143 + .../pip/_vendor/html5lib/treewalkers/base.py | 150 + .../pip/_vendor/html5lib/treewalkers/dom.py | 43 + .../pip/_vendor/html5lib/treewalkers/etree.py | 137 + .../html5lib/treewalkers/etree_lxml.py | 213 + .../_vendor/html5lib/treewalkers/genshi.py | 69 + .../site-packages/pip/_vendor/ipaddress.py | 2425 ++++ .../pip/_vendor/lockfile/__init__.py | 347 + .../pip/_vendor/lockfile/linklockfile.py | 73 + .../pip/_vendor/lockfile/mkdirlockfile.py | 84 + .../pip/_vendor/lockfile/pidlockfile.py | 190 + .../pip/_vendor/lockfile/sqlitelockfile.py | 156 + .../pip/_vendor/lockfile/symlinklockfile.py | 70 + .../site-packages/pip/_vendor/ordereddict.py | 127 + .../pip/_vendor/packaging/__about__.py | 21 + .../pip/_vendor/packaging/__init__.py | 14 + .../pip/_vendor/packaging/_compat.py | 30 + .../pip/_vendor/packaging/_structures.py | 68 + .../pip/_vendor/packaging/markers.py | 303 + .../pip/_vendor/packaging/requirements.py | 129 + .../pip/_vendor/packaging/specifiers.py | 774 ++ .../pip/_vendor/packaging/utils.py | 14 + .../pip/_vendor/packaging/version.py | 393 + .../pip/_vendor/pkg_resources/__init__.py | 3052 +++++ .../pip/_vendor/progress/__init__.py | 123 + .../site-packages/pip/_vendor/progress/bar.py | 83 + .../pip/_vendor/progress/counter.py | 47 + .../pip/_vendor/progress/helpers.py | 91 + .../pip/_vendor/progress/spinner.py | 40 + .../site-packages/pip/_vendor/pyparsing.py | 5696 ++++++++++ .../site-packages/pip/_vendor/re-vendor.py | 34 + .../pip/_vendor/requests/__init__.py | 88 + .../pip/_vendor/requests/adapters.py | 503 + .../site-packages/pip/_vendor/requests/api.py | 148 + .../pip/_vendor/requests/auth.py | 252 + .../pip/_vendor/requests/cacert.pem | 5616 ++++++++++ .../pip/_vendor/requests/certs.py | 25 + .../pip/_vendor/requests/compat.py | 68 + .../pip/_vendor/requests/cookies.py | 540 + .../pip/_vendor/requests/exceptions.py | 114 + .../pip/_vendor/requests/hooks.py | 34 + .../pip/_vendor/requests/models.py | 873 ++ .../pip/_vendor/requests/packages/__init__.py | 36 + .../requests/packages/chardet/__init__.py | 32 + .../requests/packages/chardet/big5freq.py | 925 ++ .../requests/packages/chardet/big5prober.py | 42 + .../requests/packages/chardet/chardetect.py | 80 + .../packages/chardet/chardistribution.py | 231 + .../packages/chardet/charsetgroupprober.py | 106 + .../packages/chardet/charsetprober.py | 62 + .../packages/chardet/codingstatemachine.py | 61 + .../requests/packages/chardet/compat.py | 34 + .../requests/packages/chardet/constants.py | 39 + .../requests/packages/chardet/cp949prober.py | 44 + .../requests/packages/chardet/escprober.py | 86 + .../requests/packages/chardet/escsm.py | 242 + .../requests/packages/chardet/eucjpprober.py | 90 + .../requests/packages/chardet/euckrfreq.py | 596 + .../requests/packages/chardet/euckrprober.py | 42 + .../requests/packages/chardet/euctwfreq.py | 428 + .../requests/packages/chardet/euctwprober.py | 41 + .../requests/packages/chardet/gb2312freq.py | 472 + .../requests/packages/chardet/gb2312prober.py | 41 + .../requests/packages/chardet/hebrewprober.py | 283 + .../requests/packages/chardet/jisfreq.py | 569 + .../requests/packages/chardet/jpcntx.py | 227 + .../packages/chardet/langbulgarianmodel.py | 229 + .../packages/chardet/langcyrillicmodel.py | 329 + .../packages/chardet/langgreekmodel.py | 225 + .../packages/chardet/langhebrewmodel.py | 201 + .../packages/chardet/langhungarianmodel.py | 225 + .../packages/chardet/langthaimodel.py | 200 + .../requests/packages/chardet/latin1prober.py | 139 + .../packages/chardet/mbcharsetprober.py | 86 + .../packages/chardet/mbcsgroupprober.py | 54 + .../requests/packages/chardet/mbcssm.py | 572 + .../packages/chardet/sbcharsetprober.py | 120 + .../packages/chardet/sbcsgroupprober.py | 69 + .../requests/packages/chardet/sjisprober.py | 91 + .../packages/chardet/universaldetector.py | 170 + .../requests/packages/chardet/utf8prober.py | 76 + .../requests/packages/urllib3/__init__.py | 96 + .../requests/packages/urllib3/_collections.py | 324 + .../requests/packages/urllib3/connection.py | 330 + .../packages/urllib3/connectionpool.py | 866 ++ .../packages/urllib3/contrib/__init__.py | 0 .../packages/urllib3/contrib/appengine.py | 231 + .../packages/urllib3/contrib/ntlmpool.py | 115 + .../packages/urllib3/contrib/pyopenssl.py | 358 + .../packages/urllib3/contrib/socks.py | 172 + .../requests/packages/urllib3/exceptions.py | 209 + .../requests/packages/urllib3/fields.py | 178 + .../requests/packages/urllib3/filepost.py | 94 + .../packages/urllib3/packages/__init__.py | 5 + .../packages/urllib3/packages/ordered_dict.py | 259 + .../requests/packages/urllib3/packages/six.py | 868 ++ .../packages/ssl_match_hostname/__init__.py | 13 + .../ssl_match_hostname/_implementation.py | 105 + .../requests/packages/urllib3/poolmanager.py | 367 + .../requests/packages/urllib3/request.py | 151 + .../requests/packages/urllib3/response.py | 530 + .../packages/urllib3/util/__init__.py | 46 + .../packages/urllib3/util/connection.py | 144 + .../requests/packages/urllib3/util/request.py | 72 + .../packages/urllib3/util/response.py | 74 + .../requests/packages/urllib3/util/retry.py | 300 + .../requests/packages/urllib3/util/ssl_.py | 320 + .../requests/packages/urllib3/util/timeout.py | 242 + .../requests/packages/urllib3/util/url.py | 217 + .../pip/_vendor/requests/sessions.py | 712 ++ .../pip/_vendor/requests/status_codes.py | 91 + .../pip/_vendor/requests/structures.py | 105 + .../pip/_vendor/requests/utils.py | 817 ++ .../site-packages/pip/_vendor/retrying.py | 267 + .../site-packages/pip/_vendor/six.py | 868 ++ .../pip/_vendor/webencodings/__init__.py | 342 + .../pip/_vendor/webencodings/labels.py | 231 + .../pip/_vendor/webencodings/mklabels.py | 59 + .../pip/_vendor/webencodings/tests.py | 153 + .../_vendor/webencodings/x_user_defined.py | 325 + .../site-packages/pip/basecommand.py | 337 + .../python2.7/site-packages/pip/baseparser.py | 293 + .../python2.7/site-packages/pip/cmdoptions.py | 633 ++ .../site-packages/pip/commands/__init__.py | 86 + .../site-packages/pip/commands/check.py | 39 + .../site-packages/pip/commands/completion.py | 81 + .../site-packages/pip/commands/download.py | 212 + .../site-packages/pip/commands/freeze.py | 87 + .../site-packages/pip/commands/hash.py | 57 + .../site-packages/pip/commands/help.py | 35 + .../site-packages/pip/commands/install.py | 437 + .../site-packages/pip/commands/list.py | 337 + .../site-packages/pip/commands/search.py | 133 + .../site-packages/pip/commands/show.py | 154 + .../site-packages/pip/commands/uninstall.py | 76 + .../site-packages/pip/commands/wheel.py | 208 + .../site-packages/pip/compat/__init__.py | 164 + .../site-packages/pip/compat/dictconfig.py | 565 + .../python2.7/site-packages/pip/download.py | 906 ++ .../python2.7/site-packages/pip/exceptions.py | 244 + .../lib/python2.7/site-packages/pip/index.py | 1102 ++ .../python2.7/site-packages/pip/locations.py | 182 + .../site-packages/pip/models/__init__.py | 4 + .../site-packages/pip/models/index.py | 16 + .../site-packages/pip/operations/__init__.py | 0 .../site-packages/pip/operations/check.py | 49 + .../site-packages/pip/operations/freeze.py | 132 + .../python2.7/site-packages/pip/pep425tags.py | 324 + .../site-packages/pip/req/__init__.py | 10 + .../site-packages/pip/req/req_file.py | 342 + .../site-packages/pip/req/req_install.py | 1204 ++ .../site-packages/pip/req/req_set.py | 798 ++ .../site-packages/pip/req/req_uninstall.py | 195 + .../site-packages/pip/status_codes.py | 8 + .../site-packages/pip/utils/__init__.py | 852 ++ .../site-packages/pip/utils/appdirs.py | 248 + .../site-packages/pip/utils/build.py | 42 + .../site-packages/pip/utils/deprecation.py | 76 + .../site-packages/pip/utils/encoding.py | 31 + .../site-packages/pip/utils/filesystem.py | 28 + .../site-packages/pip/utils/glibc.py | 81 + .../site-packages/pip/utils/hashes.py | 92 + .../site-packages/pip/utils/logging.py | 130 + .../site-packages/pip/utils/outdated.py | 162 + .../site-packages/pip/utils/packaging.py | 63 + .../pip/utils/setuptools_build.py | 8 + .../python2.7/site-packages/pip/utils/ui.py | 344 + .../site-packages/pip/vcs/__init__.py | 366 + .../python2.7/site-packages/pip/vcs/bazaar.py | 116 + .../python2.7/site-packages/pip/vcs/git.py | 300 + .../site-packages/pip/vcs/mercurial.py | 103 + .../site-packages/pip/vcs/subversion.py | 269 + .../lib/python2.7/site-packages/pip/wheel.py | 853 ++ .../site-packages/pkg_resources/__init__.py | 3184 ++++++ .../pkg_resources/_vendor/__init__.py | 0 .../pkg_resources/_vendor/appdirs.py | 552 + .../_vendor/packaging/__about__.py | 21 + .../_vendor/packaging/__init__.py | 14 + .../_vendor/packaging/_compat.py | 30 + .../_vendor/packaging/_structures.py | 68 + .../_vendor/packaging/markers.py | 301 + .../_vendor/packaging/requirements.py | 127 + .../_vendor/packaging/specifiers.py | 774 ++ .../pkg_resources/_vendor/packaging/utils.py | 14 + .../_vendor/packaging/version.py | 393 + .../pkg_resources/_vendor/pyparsing.py | 5696 ++++++++++ .../pkg_resources/_vendor/six.py | 868 ++ .../pkg_resources/extern/__init__.py | 73 + .../site-packages/pkg_resources/py31compat.py | 22 + .../DESCRIPTION.rst | 36 + .../setuptools-38.4.0.dist-info/INSTALLER | 1 + .../setuptools-38.4.0.dist-info/LICENSE.txt | 19 + .../setuptools-38.4.0.dist-info/METADATA | 69 + .../setuptools-38.4.0.dist-info/RECORD | 164 + .../setuptools-38.4.0.dist-info/WHEEL | 6 + .../dependency_links.txt | 2 + .../entry_points.txt | 65 + .../setuptools-38.4.0.dist-info/metadata.json | 1 + .../setuptools-38.4.0.dist-info/top_level.txt | 3 + .../setuptools-38.4.0.dist-info/zip-safe | 1 + .../site-packages/setuptools/__init__.py | 180 + .../site-packages/setuptools/archive_util.py | 173 + .../site-packages/setuptools/build_meta.py | 172 + .../site-packages/setuptools/cli-32.exe | Bin 0 -> 65536 bytes .../site-packages/setuptools/cli-64.exe | Bin 0 -> 74752 bytes .../site-packages/setuptools/cli.exe | Bin 0 -> 65536 bytes .../setuptools/command/__init__.py | 18 + .../site-packages/setuptools/command/alias.py | 80 + .../setuptools/command/bdist_egg.py | 496 + .../setuptools/command/bdist_rpm.py | 43 + .../setuptools/command/bdist_wininst.py | 21 + .../setuptools/command/build_clib.py | 98 + .../setuptools/command/build_ext.py | 328 + .../setuptools/command/build_py.py | 270 + .../setuptools/command/develop.py | 216 + .../setuptools/command/dist_info.py | 36 + .../setuptools/command/easy_install.py | 2332 ++++ .../setuptools/command/egg_info.py | 696 ++ .../setuptools/command/install.py | 125 + .../setuptools/command/install_egg_info.py | 62 + .../setuptools/command/install_lib.py | 121 + .../setuptools/command/install_scripts.py | 65 + .../setuptools/command/launcher manifest.xml | 15 + .../setuptools/command/py36compat.py | 136 + .../setuptools/command/register.py | 10 + .../setuptools/command/rotate.py | 66 + .../setuptools/command/saveopts.py | 22 + .../site-packages/setuptools/command/sdist.py | 200 + .../setuptools/command/setopt.py | 149 + .../site-packages/setuptools/command/test.py | 268 + .../setuptools/command/upload.py | 42 + .../setuptools/command/upload_docs.py | 206 + .../site-packages/setuptools/config.py | 556 + .../site-packages/setuptools/dep_util.py | 23 + .../site-packages/setuptools/depends.py | 186 + .../site-packages/setuptools/dist.py | 1018 ++ .../site-packages/setuptools/extension.py | 57 + .../setuptools/extern/__init__.py | 4 + .../site-packages/setuptools/glibc.py | 86 + .../site-packages/setuptools/glob.py | 176 + .../site-packages/setuptools/gui-32.exe | Bin 0 -> 65536 bytes .../site-packages/setuptools/gui-64.exe | Bin 0 -> 75264 bytes .../site-packages/setuptools/gui.exe | Bin 0 -> 65536 bytes .../site-packages/setuptools/launch.py | 35 + .../site-packages/setuptools/lib2to3_ex.py | 62 + .../site-packages/setuptools/monkey.py | 197 + .../site-packages/setuptools/msvc.py | 1302 +++ .../site-packages/setuptools/namespaces.py | 107 + .../site-packages/setuptools/package_index.py | 1137 ++ .../site-packages/setuptools/pep425tags.py | 316 + .../site-packages/setuptools/py27compat.py | 28 + .../site-packages/setuptools/py31compat.py | 41 + .../site-packages/setuptools/py33compat.py | 45 + .../site-packages/setuptools/py36compat.py | 82 + .../site-packages/setuptools/sandbox.py | 491 + .../setuptools/script (dev).tmpl | 5 + .../site-packages/setuptools/script.tmpl | 3 + .../site-packages/setuptools/site-patch.py | 74 + .../site-packages/setuptools/ssl_support.py | 260 + .../site-packages/setuptools/unicode_utils.py | 44 + .../site-packages/setuptools/version.py | 6 + .../site-packages/setuptools/wheel.py | 163 + .../setuptools/windows_support.py | 29 + .../wheel-0.30.0.dist-info/DESCRIPTION.rst | 340 + .../wheel-0.30.0.dist-info/INSTALLER | 1 + .../wheel-0.30.0.dist-info/LICENSE.txt | 22 + .../wheel-0.30.0.dist-info/METADATA | 374 + .../wheel-0.30.0.dist-info/RECORD | 46 + .../wheel-0.30.0.dist-info/WHEEL | 6 + .../wheel-0.30.0.dist-info/entry_points.txt | 6 + .../wheel-0.30.0.dist-info/metadata.json | 1 + .../wheel-0.30.0.dist-info/top_level.txt | 1 + .../python2.7/site-packages/wheel/__init__.py | 2 + .../python2.7/site-packages/wheel/__main__.py | 19 + .../python2.7/site-packages/wheel/archive.py | 80 + .../site-packages/wheel/bdist_wheel.py | 482 + .../site-packages/wheel/decorator.py | 19 + .../site-packages/wheel/egg2wheel.py | 90 + .../python2.7/site-packages/wheel/install.py | 494 + .../python2.7/site-packages/wheel/metadata.py | 338 + .../python2.7/site-packages/wheel/paths.py | 43 + .../site-packages/wheel/pep425tags.py | 180 + .../python2.7/site-packages/wheel/pkginfo.py | 43 + .../wheel/signatures/__init__.py | 110 + .../site-packages/wheel/signatures/djbec.py | 323 + .../wheel/signatures/ed25519py.py | 50 + .../site-packages/wheel/signatures/keys.py | 101 + .../site-packages/wheel/tool/__init__.py | 376 + .../lib/python2.7/site-packages/wheel/util.py | 176 + .../site-packages/wheel/wininst2wheel.py | 217 + Tamisha_Damas/eCommerce/lib/python2.7/site.py | 758 ++ Tamisha_Damas/eCommerce/lib/python2.7/sre.py | 1 + .../eCommerce/lib/python2.7/sre_compile.py | 1 + .../eCommerce/lib/python2.7/sre_constants.py | 1 + .../eCommerce/lib/python2.7/sre_parse.py | 1 + Tamisha_Damas/eCommerce/lib/python2.7/stat.py | 1 + .../eCommerce/lib/python2.7/types.py | 1 + .../eCommerce/lib/python2.7/warnings.py | 1 + Tamisha_Damas/eCommerce/pip-selfcheck.json | 1 + .../eCommerce/src/contact/__init__.py | 0 Tamisha_Damas/eCommerce/src/contact/admin.py | 3 + Tamisha_Damas/eCommerce/src/contact/apps.py | 7 + Tamisha_Damas/eCommerce/src/contact/forms.py | 6 + .../src/contact/migrations/__init__.py | 0 Tamisha_Damas/eCommerce/src/contact/models.py | 5 + .../src/contact/templates/contact.html | 10 + Tamisha_Damas/eCommerce/src/contact/tests.py | 3 + Tamisha_Damas/eCommerce/src/contact/views.py | 21 + Tamisha_Damas/eCommerce/src/db.sqlite3 | Bin 0 -> 139264 bytes .../eCommerce/src/eCommerce/__init__.py | 0 .../eCommerce/src/eCommerce/settings.py | 134 + Tamisha_Damas/eCommerce/src/eCommerce/urls.py | 34 + Tamisha_Damas/eCommerce/src/eCommerce/wsgi.py | 16 + Tamisha_Damas/eCommerce/src/manage.py | 22 + .../eCommerce/src/profiles/__init__.py | 0 Tamisha_Damas/eCommerce/src/profiles/admin.py | 12 + Tamisha_Damas/eCommerce/src/profiles/apps.py | 7 + .../src/profiles/migrations/0001_initial.py | 23 + .../migrations/0002_profile_description.py | 20 + .../migrations/0003_profile_location.py | 20 + .../profiles/migrations/0004_profile_job.py | 20 + .../migrations/0005_auto_20180112_2000.py | 20 + .../migrations/0006_auto_20180112_2002.py | 23 + .../src/profiles/migrations/__init__.py | 0 .../eCommerce/src/profiles/models.py | 14 + .../src/profiles/templates/about.html | 5 + .../src/profiles/templates/base.html | 73 + .../src/profiles/templates/home.html | 21 + .../src/profiles/templates/navbar.html | 37 + Tamisha_Damas/eCommerce/src/profiles/tests.py | 3 + Tamisha_Damas/eCommerce/src/profiles/views.py | 12 + .../static/static-only/admin/css/base.css | 971 ++ .../static-only/admin/css/changelists.css | 342 + .../static-only/admin/css/dashboard.css | 30 + .../static/static-only/admin/css/fonts.css | 20 + .../static/static-only/admin/css/forms.css | 499 + .../static/static-only/admin/css/login.css | 78 + .../static/static-only/admin/css/rtl.css | 256 + .../static/static-only/admin/css/widgets.css | 565 + .../static-only/admin/fonts/LICENSE.txt | 202 + .../static/static-only/admin/fonts/README.txt | 2 + .../admin/fonts/Roboto-Bold-webfont.woff | Bin 0 -> 82564 bytes .../admin/fonts/Roboto-Light-webfont.woff | Bin 0 -> 81348 bytes .../admin/fonts/Roboto-Regular-webfont.woff | Bin 0 -> 80304 bytes .../static/static-only/admin/img/LICENSE | 20 + .../static/static-only/admin/img/README.txt | 7 + .../static-only/admin/img/calendar-icons.svg | 14 + .../admin/img/gis/move_vertex_off.svg | 1 + .../admin/img/gis/move_vertex_on.svg | 1 + .../static-only/admin/img/icon-addlink.svg | 3 + .../static-only/admin/img/icon-alert.svg | 3 + .../static-only/admin/img/icon-calendar.svg | 9 + .../static-only/admin/img/icon-changelink.svg | 3 + .../static-only/admin/img/icon-clock.svg | 9 + .../static-only/admin/img/icon-deletelink.svg | 3 + .../static/static-only/admin/img/icon-no.svg | 3 + .../admin/img/icon-unknown-alt.svg | 3 + .../static-only/admin/img/icon-unknown.svg | 3 + .../static/static-only/admin/img/icon-yes.svg | 3 + .../static-only/admin/img/inline-delete.svg | 3 + .../static/static-only/admin/img/search.svg | 3 + .../static-only/admin/img/selector-icons.svg | 34 + .../static-only/admin/img/sorting-icons.svg | 19 + .../static-only/admin/img/tooltag-add.svg | 3 + .../admin/img/tooltag-arrowright.svg | 3 + .../static/static-only/admin/js/SelectBox.js | 144 + .../static-only/admin/js/SelectFilter2.js | 236 + .../static/static-only/admin/js/actions.js | 153 + .../static-only/admin/js/actions.min.js | 6 + .../admin/js/admin/DateTimeShortcuts.js | 431 + .../admin/js/admin/RelatedObjectLookups.js | 175 + .../static/static-only/admin/js/calendar.js | 208 + .../static/static-only/admin/js/cancel.js | 9 + .../static-only/admin/js/change_form.js | 20 + .../static/static-only/admin/js/collapse.js | 26 + .../static-only/admin/js/collapse.min.js | 2 + .../static/static-only/admin/js/core.js | 250 + .../static/static-only/admin/js/inlines.js | 290 + .../static-only/admin/js/inlines.min.js | 10 + .../static-only/admin/js/jquery.init.js | 8 + .../static-only/admin/js/popup_response.js | 16 + .../static-only/admin/js/prepopulate.js | 42 + .../static-only/admin/js/prepopulate.min.js | 1 + .../static-only/admin/js/prepopulate_init.js | 10 + .../static/static-only/admin/js/timeparse.js | 106 + .../static/static-only/admin/js/urlify.js | 179 + .../admin/js/vendor/jquery/LICENSE-JQUERY.txt | 26 + .../admin/js/vendor/jquery/jquery.js | 9842 +++++++++++++++++ .../admin/js/vendor/jquery/jquery.min.js | 4 + .../js/vendor/xregexp/LICENSE-XREGEXP.txt | 21 + .../admin/js/vendor/xregexp/xregexp.js | 2308 ++++ .../admin/js/vendor/xregexp/xregexp.min.js | 18 + .../static-only/css/bootstrap-theme.min.css | 6 + .../static/static-only/css/bootstrap.min.css | 6 + .../eCommerce/static/static-only/css/main.css | 12 + .../static/static-only/css/theme.css | 18 + .../static-only/javascript/bootstrap.min.js | 7 + .../static/static-only/javascript/docs.min.js | 26 + .../static/static/css/bootstrap-theme.min.css | 6 + .../static/static/css/bootstrap.min.css | 6 + .../eCommerce/static/static/css/main.css | 12 + .../eCommerce/static/static/css/theme.css | 18 + .../static/static/javascript/bootstrap.min.js | 7 + .../static/static/javascript/docs.min.js | 26 + 3712 files changed, 571314 insertions(+) create mode 120000 Tamisha_Damas/eCommerce/.Python create mode 100644 Tamisha_Damas/eCommerce/bin/activate create mode 100644 Tamisha_Damas/eCommerce/bin/activate.csh create mode 100644 Tamisha_Damas/eCommerce/bin/activate.fish create mode 100644 Tamisha_Damas/eCommerce/bin/activate_this.py create mode 100755 Tamisha_Damas/eCommerce/bin/django-admin create mode 100755 Tamisha_Damas/eCommerce/bin/django-admin.py create mode 100755 Tamisha_Damas/eCommerce/bin/easy_install create mode 100755 Tamisha_Damas/eCommerce/bin/easy_install-2.7 create mode 100755 Tamisha_Damas/eCommerce/bin/pip create mode 100755 Tamisha_Damas/eCommerce/bin/pip2 create mode 100755 Tamisha_Damas/eCommerce/bin/pip2.7 create mode 100755 Tamisha_Damas/eCommerce/bin/python create mode 100755 Tamisha_Damas/eCommerce/bin/python-config create mode 120000 Tamisha_Damas/eCommerce/bin/python2 create mode 120000 Tamisha_Damas/eCommerce/bin/python2.7 create mode 100755 Tamisha_Damas/eCommerce/bin/wheel create mode 100644 Tamisha_Damas/eCommerce/eCommerce.atom-project create mode 120000 Tamisha_Damas/eCommerce/include/python2.7 create mode 120000 Tamisha_Damas/eCommerce/lib/python2.7/UserDict.py create mode 120000 Tamisha_Damas/eCommerce/lib/python2.7/_abcoll.py create mode 120000 Tamisha_Damas/eCommerce/lib/python2.7/_weakrefset.py create mode 120000 Tamisha_Damas/eCommerce/lib/python2.7/abc.py create mode 120000 Tamisha_Damas/eCommerce/lib/python2.7/codecs.py create mode 120000 Tamisha_Damas/eCommerce/lib/python2.7/config create mode 120000 Tamisha_Damas/eCommerce/lib/python2.7/copy_reg.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/distutils/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/distutils/distutils.cfg create mode 120000 Tamisha_Damas/eCommerce/lib/python2.7/encodings create mode 120000 Tamisha_Damas/eCommerce/lib/python2.7/fnmatch.py create mode 120000 Tamisha_Damas/eCommerce/lib/python2.7/genericpath.py create mode 120000 Tamisha_Damas/eCommerce/lib/python2.7/lib-dynload create mode 120000 Tamisha_Damas/eCommerce/lib/python2.7/linecache.py create mode 120000 Tamisha_Damas/eCommerce/lib/python2.7/locale.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/no-global-site-packages.txt create mode 120000 Tamisha_Damas/eCommerce/lib/python2.7/ntpath.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/orig-prefix.txt create mode 120000 Tamisha_Damas/eCommerce/lib/python2.7/os.py create mode 120000 Tamisha_Damas/eCommerce/lib/python2.7/posixpath.py create mode 120000 Tamisha_Damas/eCommerce/lib/python2.7/re.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/Django-1.10.dist-info/DESCRIPTION.rst create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/Django-1.10.dist-info/INSTALLER create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/Django-1.10.dist-info/LICENSE.txt create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/Django-1.10.dist-info/METADATA create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/Django-1.10.dist-info/RECORD create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/Django-1.10.dist-info/WHEEL create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/Django-1.10.dist-info/entry_points.txt create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/Django-1.10.dist-info/metadata.json create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/Django-1.10.dist-info/top_level.txt create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/__main__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/apps/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/apps/config.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/apps/registry.py create mode 100755 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/bin/django-admin.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/app_template/__init__.py-tpl create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/app_template/admin.py-tpl create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/app_template/apps.py-tpl create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/app_template/migrations/__init__.py-tpl create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/app_template/models.py-tpl create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/app_template/tests.py-tpl create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/app_template/views.py-tpl create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/global_settings.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/af/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/af/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ar/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ar/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ar/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ar/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ast/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ast/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/az/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/az/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/az/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/az/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/be/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/be/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/bg/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/bg/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/bg/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/bg/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/bn/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/bn/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/bn/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/bn/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/br/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/br/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/bs/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/bs/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/bs/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/bs/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ca/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ca/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ca/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ca/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/cs/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/cs/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/cs/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/cs/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/cy/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/cy/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/cy/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/cy/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/da/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/da/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/da/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/da/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/de/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/de/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/de/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/de/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/de_CH/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/de_CH/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/dsb/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/dsb/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/el/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/el/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/el/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/el/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/en/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/en/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/en/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/en/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/en_AU/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/en_AU/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/en_AU/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/en_AU/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/en_GB/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/en_GB/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/en_GB/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/eo/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/eo/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/eo/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/eo/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es_AR/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es_AR/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es_AR/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es_CO/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es_CO/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es_CO/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es_CO/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es_MX/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es_MX/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es_MX/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es_NI/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es_NI/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es_PR/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es_PR/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es_VE/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es_VE/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/et/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/et/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/et/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/et/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/eu/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/eu/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/eu/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/eu/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/fa/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/fa/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/fa/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/fa/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/fi/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/fi/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/fi/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/fi/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/fr/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/fr/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/fr/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/fr/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/fy/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/fy/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/fy/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/fy/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ga/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ga/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ga/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ga/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/gd/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/gd/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/gd/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/gd/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/gl/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/gl/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/gl/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/gl/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/he/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/he/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/he/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/he/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/hi/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/hi/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/hi/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/hi/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/hr/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/hr/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/hr/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/hr/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/hsb/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/hsb/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/hu/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/hu/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/hu/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/hu/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ia/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ia/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/id/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/id/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/id/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/id/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/io/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/io/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/is/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/is/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/is/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/is/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/it/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/it/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/it/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/it/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ja/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ja/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ja/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ja/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ka/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ka/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ka/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ka/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/kk/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/kk/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/km/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/km/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/km/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/km/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/kn/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/kn/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/kn/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/kn/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ko/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ko/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ko/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ko/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/lb/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/lb/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/lt/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/lt/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/lt/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/lt/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/lv/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/lv/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/lv/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/lv/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/mk/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/mk/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/mk/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/mk/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ml/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ml/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ml/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ml/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/mn/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/mn/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/mn/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/mn/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/mr/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/mr/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/my/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/my/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/nb/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/nb/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/nb/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/nb/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ne/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ne/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/nl/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/nl/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/nl/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/nl/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/nn/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/nn/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/nn/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/nn/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/os/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/os/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/pa/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/pa/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/pl/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/pl/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/pl/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/pl/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/pt/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/pt/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/pt/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/pt/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/pt_BR/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/pt_BR/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ro/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ro/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ro/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ro/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ru/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ru/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ru/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ru/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sk/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sk/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sk/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sk/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sl/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sl/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sl/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sl/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sq/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sq/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sq/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sq/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sr/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sr/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sr/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sr/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sr_Latn/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sr_Latn/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sr_Latn/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sv/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sv/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sv/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sv/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sw/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sw/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ta/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ta/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ta/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ta/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/te/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/te/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/te/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/te/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/th/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/th/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/th/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/th/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/tr/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/tr/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/tr/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/tr/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/tt/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/tt/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/udm/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/udm/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/uk/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/uk/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/uk/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/uk/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ur/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ur/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/vi/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/vi/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/vi/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/vi/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/zh_Hans/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/zh_Hans/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/zh_Hans/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/zh_Hans/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/zh_Hant/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/zh_Hant/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/zh_Hant/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/zh_Hant/formats.py create mode 100755 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/project_template/manage.py-tpl create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/project_template/project_name/__init__.py-tpl create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/project_template/project_name/settings.py-tpl create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/project_template/project_name/urls.py-tpl create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/project_template/project_name/wsgi.py-tpl create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/urls/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/urls/i18n.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/urls/static.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/actions.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/apps.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/checks.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/decorators.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/exceptions.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/filters.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/forms.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/helpers.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/af/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/af/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/af/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/af/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/am/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/am/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ar/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ar/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ar/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ar/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ast/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ast/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ast/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ast/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/az/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/az/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/az/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/az/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/be/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/be/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/be/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/be/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/bg/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/bg/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/bg/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/bg/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/bn/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/bn/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/bn/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/bn/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/br/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/br/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/br/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/br/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/bs/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/bs/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/bs/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/bs/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ca/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ca/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ca/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ca/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/cs/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/cs/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/cs/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/cs/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/cy/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/cy/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/cy/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/cy/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/da/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/da/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/da/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/da/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/de/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/de/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/de/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/de/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/dsb/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/dsb/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/dsb/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/dsb/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/el/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/el/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/el/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/el/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/en/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/en/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/en/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/en/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/en_AU/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/en_AU/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/en_AU/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/en_AU/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/en_GB/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/en_GB/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/en_GB/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/eo/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/eo/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/eo/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/eo/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es_AR/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es_AR/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es_AR/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es_CO/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es_CO/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es_CO/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es_CO/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es_MX/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es_MX/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es_MX/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es_VE/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es_VE/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es_VE/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es_VE/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/et/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/et/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/et/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/et/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/eu/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/eu/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/eu/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/eu/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/fa/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/fa/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/fa/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/fa/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/fi/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/fi/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/fi/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/fi/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/fr/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/fr/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/fr/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/fr/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/fy/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/fy/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/fy/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/fy/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ga/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ga/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ga/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ga/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/gd/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/gd/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/gd/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/gd/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/gl/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/gl/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/gl/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/gl/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/he/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/he/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/he/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/he/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/hi/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/hi/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/hi/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/hi/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/hr/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/hr/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/hr/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/hr/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/hsb/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/hsb/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/hsb/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/hsb/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/hu/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/hu/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/hu/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/hu/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ia/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ia/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ia/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ia/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/id/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/id/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/id/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/id/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/io/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/io/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/io/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/io/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/is/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/is/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/is/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/is/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/it/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/it/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/it/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/it/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ja/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ja/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ja/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ja/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ka/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ka/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ka/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ka/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/kk/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/kk/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/kk/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/kk/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/km/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/km/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/km/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/km/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/kn/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/kn/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/kn/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/kn/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ko/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ko/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ko/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ko/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/lb/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/lb/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/lb/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/lb/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/lt/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/lt/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/lt/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/lt/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/lv/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/lv/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/lv/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/lv/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/mk/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/mk/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/mk/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/mk/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ml/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ml/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ml/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ml/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/mn/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/mn/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/mn/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/mn/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/mr/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/mr/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/mr/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/mr/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/my/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/my/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/my/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/my/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/nb/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/nb/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/nb/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/nb/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ne/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ne/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ne/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ne/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/nl/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/nl/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/nl/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/nl/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/nn/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/nn/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/nn/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/nn/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/os/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/os/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/os/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/os/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/pa/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/pa/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/pa/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/pa/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/pl/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/pl/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/pl/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/pl/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/pt/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/pt/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/pt/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/pt/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/pt_BR/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/pt_BR/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ro/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ro/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ro/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ro/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ru/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ru/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ru/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ru/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sk/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sk/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sk/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sk/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sl/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sl/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sl/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sl/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sq/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sq/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sq/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sq/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sr/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sr/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sr/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sr/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sv/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sv/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sv/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sv/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sw/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sw/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sw/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sw/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ta/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ta/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ta/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ta/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/te/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/te/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/te/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/te/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/th/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/th/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/th/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/th/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/tr/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/tr/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/tr/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/tr/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/tt/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/tt/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/tt/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/tt/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/udm/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/udm/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/udm/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/udm/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/uk/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/uk/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/uk/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/uk/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ur/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ur/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ur/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ur/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/vi/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/vi/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/vi/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/vi/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/zh_Hans/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/zh_Hans/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/zh_Hans/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/zh_Hans/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/zh_Hant/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/zh_Hant/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/zh_Hant/LC_MESSAGES/djangojs.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/zh_Hant/LC_MESSAGES/djangojs.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/migrations/0001_initial.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/migrations/0002_logentry_remove_auto_add.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/migrations/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/models.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/options.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/sites.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/css/base.css create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/css/changelists.css create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/css/dashboard.css create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/css/fonts.css create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/css/forms.css create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/css/login.css create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/css/rtl.css create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/css/widgets.css create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/fonts/LICENSE.txt create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/fonts/README.txt create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/fonts/Roboto-Bold-webfont.woff create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/fonts/Roboto-Light-webfont.woff create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/fonts/Roboto-Regular-webfont.woff create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/LICENSE create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/README.txt create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/calendar-icons.svg create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/gis/move_vertex_off.svg create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/gis/move_vertex_on.svg create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-addlink.svg create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-alert.svg create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-calendar.svg create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-changelink.svg create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-clock.svg create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-deletelink.svg create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-no.svg create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-unknown-alt.svg create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-unknown.svg create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-yes.svg create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/inline-delete.svg create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/search.svg create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/selector-icons.svg create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/sorting-icons.svg create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/tooltag-add.svg create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/tooltag-arrowright.svg create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/SelectBox.js create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/SelectFilter2.js create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/actions.js create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/actions.min.js create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/admin/DateTimeShortcuts.js create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/admin/RelatedObjectLookups.js create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/calendar.js create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/cancel.js create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/change_form.js create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/collapse.js create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/collapse.min.js create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/core.js create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/inlines.js create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/inlines.min.js create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/jquery.init.js create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/popup_response.js create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/prepopulate.js create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/prepopulate.min.js create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/prepopulate_init.js create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/timeparse.js create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/urlify.js create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/LICENSE-JQUERY.txt create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/jquery.js create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/jquery.min.js create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/LICENSE-XREGEXP.txt create mode 100755 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.js create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.min.js create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/404.html create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/500.html create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/actions.html create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/app_index.html create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/auth/user/add_form.html create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/auth/user/change_password.html create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/base.html create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/base_site.html create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/change_form.html create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/change_list.html create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/change_list_results.html create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/date_hierarchy.html create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/delete_confirmation.html create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/delete_selected_confirmation.html create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/edit_inline/stacked.html create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/edit_inline/tabular.html create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/filter.html create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/includes/fieldset.html create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/includes/object_delete_summary.html create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/index.html create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/invalid_setup.html create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/login.html create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/object_history.html create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/pagination.html create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/popup_response.html create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/prepopulated_fields_js.html create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/related_widget_wrapper.html create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/search_form.html create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/submit_line.html create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/registration/logged_out.html create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/registration/password_change_done.html create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/registration/password_change_form.html create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/registration/password_reset_complete.html create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/registration/password_reset_confirm.html create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/registration/password_reset_done.html create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/registration/password_reset_email.html create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/registration/password_reset_form.html create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templatetags/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templatetags/admin_list.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templatetags/admin_modify.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templatetags/admin_static.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templatetags/admin_urls.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templatetags/log.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/tests.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/utils.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/views/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/views/decorators.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/views/main.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/widgets.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/apps.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/af/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/af/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/ar/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/ar/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/ast/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/ast/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/az/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/az/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/be/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/be/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/bg/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/bg/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/bn/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/bn/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/br/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/br/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/bs/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/bs/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/ca/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/ca/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/cs/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/cs/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/cy/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/cy/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/da/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/da/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/de/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/de/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/dsb/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/dsb/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/el/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/el/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/en/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/en/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/en_AU/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/en_AU/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/en_GB/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/eo/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/eo/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/es/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/es/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/es_AR/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/es_CO/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/es_CO/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/es_MX/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/es_VE/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/es_VE/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/et/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/et/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/eu/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/eu/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/fa/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/fa/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/fi/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/fi/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/fr/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/fr/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/fy/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/fy/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/ga/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/ga/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/gd/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/gd/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/gl/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/gl/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/he/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/he/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/hi/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/hi/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/hr/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/hr/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/hsb/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/hsb/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/hu/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/hu/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/ia/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/ia/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/id/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/id/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/io/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/io/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/is/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/is/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/it/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/it/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/ja/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/ja/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/ka/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/ka/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/kk/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/kk/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/km/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/km/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/kn/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/kn/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/ko/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/ko/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/lb/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/lb/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/lt/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/lt/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/lv/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/lv/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/mk/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/mk/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/ml/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/ml/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/mn/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/mn/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/mr/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/mr/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/my/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/my/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/nb/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/nb/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/ne/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/ne/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/nl/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/nl/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/nn/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/nn/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/os/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/os/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/pa/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/pa/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/pl/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/pl/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/pt/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/pt/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/ro/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/ro/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/ru/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/ru/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/sk/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/sk/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/sl/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/sl/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/sq/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/sq/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/sr/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/sr/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/sv/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/sv/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/sw/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/sw/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/ta/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/ta/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/te/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/te/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/th/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/th/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/tr/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/tr/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/tt/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/tt/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/udm/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/udm/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/uk/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/uk/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/ur/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/ur/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/vi/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/vi/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/zh_Hans/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/zh_Hans/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/zh_Hant/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/locale/zh_Hant/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/middleware.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/templates/admin_doc/bookmarklets.html create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/templates/admin_doc/index.html create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/templates/admin_doc/missing_docutils.html create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/templates/admin_doc/model_detail.html create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/templates/admin_doc/model_index.html create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/templates/admin_doc/template_detail.html create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/templates/admin_doc/template_filter_index.html create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/templates/admin_doc/template_tag_index.html create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/templates/admin_doc/view_detail.html create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/templates/admin_doc/view_index.html create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/tests/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/tests/test_fields.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/urls.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/utils.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admindocs/views.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/admin.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/apps.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/backends.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/base_user.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/checks.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/common-passwords.txt.gz create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/context_processors.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/decorators.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/forms.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/handlers/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/handlers/modwsgi.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/hashers.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/af/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/af/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/ar/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/ar/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/ast/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/ast/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/az/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/az/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/be/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/be/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/bg/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/bg/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/bn/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/bn/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/br/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/br/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/bs/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/bs/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/ca/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/ca/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/cs/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/cs/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/cy/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/cy/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/da/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/da/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/de/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/de/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/dsb/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/dsb/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/el/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/el/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/en/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/en/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/en_AU/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/en_AU/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/en_GB/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/eo/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/eo/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/es/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/es/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/es_AR/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/es_CO/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/es_CO/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/es_MX/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/es_VE/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/es_VE/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/et/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/et/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/eu/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/eu/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/fa/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/fa/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/fi/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/fi/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/fr/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/fr/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/fy/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/fy/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/ga/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/ga/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/gd/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/gd/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/gl/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/gl/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/he/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/he/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/hi/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/hi/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/hr/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/hr/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/hsb/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/hsb/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/hu/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/hu/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/ia/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/ia/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/id/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/id/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/io/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/io/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/is/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/is/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/it/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/it/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/ja/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/ja/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/ka/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/ka/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/kk/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/kk/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/km/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/km/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/kn/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/kn/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/ko/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/ko/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/lb/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/lb/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/lt/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/lt/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/lv/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/lv/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/mk/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/mk/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/ml/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/ml/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/mn/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/mn/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/mr/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/mr/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/my/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/my/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/nb/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/nb/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/ne/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/ne/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/nl/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/nl/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/nn/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/nn/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/os/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/os/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/pa/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/pa/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/pl/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/pl/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/pt/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/pt/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/ro/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/ro/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/ru/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/ru/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/sk/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/sk/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/sl/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/sl/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/sq/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/sq/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/sr/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/sr/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/sr_Latn/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/sv/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/sv/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/sw/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/sw/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/ta/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/ta/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/te/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/te/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/th/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/th/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/tr/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/tr/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/tt/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/tt/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/udm/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/udm/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/uk/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/uk/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/ur/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/ur/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/vi/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/vi/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/zh_Hans/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/zh_Hans/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/zh_Hant/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/locale/zh_Hant/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/management/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/management/commands/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/management/commands/changepassword.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/management/commands/createsuperuser.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/middleware.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/migrations/0001_initial.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/migrations/0002_alter_permission_name_max_length.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/migrations/0003_alter_user_email_max_length.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/migrations/0004_alter_user_username_opts.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/migrations/0005_alter_user_last_login_null.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/migrations/0006_require_contenttypes_0002.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/migrations/0007_alter_validators_add_error_messages.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/migrations/0008_alter_user_username_max_length.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/migrations/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/mixins.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/models.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/password_validation.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/signals.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/templates/registration/password_reset_subject.txt create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/tests/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/tests/utils.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/tokens.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/urls.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/validators.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/auth/views.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/admin.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/apps.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/checks.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/fields.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/forms.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/af/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/af/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/ar/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/ar/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/ast/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/ast/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/az/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/az/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/be/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/be/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/bg/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/bg/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/bn/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/bn/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/br/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/br/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/bs/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/bs/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/ca/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/ca/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/cs/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/cs/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/cy/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/cy/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/da/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/da/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/de/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/de/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/dsb/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/dsb/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/el/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/el/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/en/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/en/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/en_AU/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/en_AU/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/en_GB/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/eo/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/eo/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/es/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/es/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/es_AR/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/es_CO/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/es_CO/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/es_MX/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/es_VE/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/es_VE/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/et/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/et/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/eu/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/eu/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/fa/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/fa/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/fi/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/fi/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/fr/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/fr/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/fy/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/fy/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/ga/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/ga/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/gd/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/gd/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/gl/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/gl/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/he/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/he/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/hi/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/hi/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/hr/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/hr/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/hsb/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/hsb/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/hu/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/hu/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/ia/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/ia/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/id/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/id/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/io/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/io/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/is/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/is/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/it/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/it/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/ja/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/ja/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/ka/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/ka/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/kk/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/kk/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/km/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/km/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/kn/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/kn/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/ko/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/ko/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/lb/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/lb/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/lt/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/lt/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/lv/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/lv/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/mk/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/mk/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/ml/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/ml/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/mn/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/mn/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/mr/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/mr/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/my/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/my/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/nb/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/nb/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/ne/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/ne/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/nl/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/nl/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/nn/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/nn/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/os/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/os/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/pa/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/pa/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/pl/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/pl/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/pt/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/pt/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/ro/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/ro/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/ru/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/ru/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/sk/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/sk/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/sl/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/sl/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/sq/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/sq/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/sr/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/sr/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/sr_Latn/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/sv/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/sv/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/sw/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/sw/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/ta/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/ta/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/te/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/te/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/th/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/th/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/tr/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/tr/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/tt/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/tt/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/udm/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/udm/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/uk/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/uk/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/ur/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/ur/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/vi/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/vi/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/zh_Hans/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/zh_Hans/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/zh_Hant/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/locale/zh_Hant/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/management.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/migrations/0001_initial.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/migrations/0002_remove_content_type_name.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/migrations/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/models.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/contenttypes/views.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/admin.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/apps.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/forms.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/af/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/af/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/ar/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/ar/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/ast/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/ast/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/az/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/az/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/be/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/be/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/bg/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/bg/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/bn/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/bn/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/br/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/br/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/bs/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/bs/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/ca/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/ca/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/cs/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/cs/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/cy/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/cy/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/da/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/da/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/de/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/de/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/dsb/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/dsb/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/el/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/el/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/en/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/en/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/en_AU/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/en_AU/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/en_GB/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/eo/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/eo/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/es/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/es/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/es_AR/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/es_CO/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/es_CO/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/es_MX/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/es_VE/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/es_VE/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/et/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/et/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/eu/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/eu/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/fa/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/fa/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/fi/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/fi/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/fr/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/fr/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/fy/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/fy/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/ga/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/ga/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/gd/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/gd/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/gl/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/gl/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/he/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/he/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/hi/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/hi/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/hr/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/hr/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/hsb/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/hsb/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/hu/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/hu/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/ia/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/ia/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/id/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/id/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/io/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/io/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/is/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/is/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/it/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/it/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/ja/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/ja/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/ka/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/ka/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/kk/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/kk/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/km/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/km/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/kn/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/kn/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/ko/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/ko/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/lb/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/lb/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/lt/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/lt/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/lv/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/lv/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/mk/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/mk/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/ml/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/ml/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/mn/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/mn/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/mr/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/mr/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/my/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/my/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/nb/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/nb/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/ne/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/ne/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/nl/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/nl/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/nn/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/nn/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/os/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/os/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/pa/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/pa/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/pl/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/pl/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/pt/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/pt/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/ro/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/ro/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/ru/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/ru/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/sk/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/sk/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/sl/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/sl/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/sq/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/sq/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/sr/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/sr/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/sr_Latn/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/sv/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/sv/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/sw/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/sw/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/ta/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/ta/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/te/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/te/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/th/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/th/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/tr/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/tr/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/tt/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/tt/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/udm/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/udm/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/uk/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/uk/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/ur/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/ur/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/vi/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/vi/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/zh_Hans/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/zh_Hans/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/zh_Hant/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/locale/zh_Hant/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/middleware.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/migrations/0001_initial.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/migrations/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/models.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/sitemaps.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/templatetags/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/templatetags/flatpages.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/urls.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/flatpages/views.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/admin/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/admin/options.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/admin/widgets.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/apps.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/db/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/db/backends/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/db/backends/base/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/db/backends/base/adapter.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/db/backends/base/features.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/db/backends/base/models.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/db/backends/base/operations.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/db/backends/mysql/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/db/backends/mysql/base.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/db/backends/mysql/features.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/db/backends/mysql/introspection.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/db/backends/mysql/operations.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/db/backends/mysql/schema.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/db/backends/oracle/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/db/backends/oracle/adapter.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/db/backends/oracle/base.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/db/backends/oracle/features.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/db/backends/oracle/introspection.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/db/backends/oracle/models.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/db/backends/oracle/operations.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/db/backends/oracle/schema.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/db/backends/postgis/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/db/backends/postgis/adapter.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/db/backends/postgis/base.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/db/backends/postgis/const.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/db/backends/postgis/features.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/db/backends/postgis/introspection.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/db/backends/postgis/models.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/db/backends/postgis/operations.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/db/backends/postgis/pgraster.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/db/backends/postgis/schema.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/db/backends/spatialite/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/db/backends/spatialite/adapter.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/db/backends/spatialite/base.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/db/backends/spatialite/client.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/db/backends/spatialite/features.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/db/backends/spatialite/introspection.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/db/backends/spatialite/models.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/db/backends/spatialite/operations.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/db/backends/spatialite/schema.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/db/backends/utils.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/db/models/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/db/models/aggregates.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/db/models/fields.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/db/models/functions.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/db/models/lookups.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/db/models/manager.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/db/models/proxy.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/db/models/query.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/db/models/sql/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/db/models/sql/conversion.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/feeds.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/forms/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/forms/fields.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/forms/widgets.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/gdal/LICENSE create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/gdal/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/gdal/base.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/gdal/datasource.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/gdal/driver.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/gdal/envelope.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/gdal/error.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/gdal/feature.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/gdal/field.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/gdal/geometries.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/gdal/geomtype.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/gdal/layer.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/gdal/libgdal.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/gdal/prototypes/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/gdal/prototypes/ds.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/gdal/prototypes/errcheck.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/gdal/prototypes/generation.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/gdal/prototypes/geom.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/gdal/prototypes/raster.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/gdal/prototypes/srs.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/gdal/raster/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/gdal/raster/band.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/gdal/raster/const.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/gdal/raster/source.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/gdal/srs.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/geoip/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/geoip/base.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/geoip/libgeoip.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/geoip/prototypes.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/geoip2/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/geoip2/base.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/geoip2/resources.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/geometry/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/geometry/backend/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/geometry/backend/geos.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/geometry/regex.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/geos/LICENSE create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/geos/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/geos/base.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/geos/collections.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/geos/coordseq.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/geos/error.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/geos/factory.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/geos/geometry.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/geos/io.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/geos/libgeos.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/geos/linestring.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/geos/mutable_list.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/geos/point.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/geos/polygon.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/geos/prepared.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/geos/prototypes/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/geos/prototypes/coordseq.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/geos/prototypes/errcheck.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/geos/prototypes/geom.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/geos/prototypes/io.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/geos/prototypes/misc.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/geos/prototypes/predicates.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/geos/prototypes/prepared.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/geos/prototypes/threadsafe.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/geos/prototypes/topology.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/af/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/af/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/ar/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/ar/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/ast/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/ast/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/az/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/az/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/be/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/be/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/bg/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/bg/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/bn/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/bn/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/br/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/br/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/bs/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/bs/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/ca/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/ca/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/cs/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/cs/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/cy/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/cy/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/da/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/da/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/de/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/de/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/dsb/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/dsb/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/el/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/el/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/en/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/en/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/en_AU/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/en_AU/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/en_GB/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/eo/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/eo/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/es/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/es/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/es_AR/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/es_CO/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/es_CO/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/es_MX/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/es_VE/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/es_VE/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/et/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/et/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/eu/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/eu/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/fa/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/fa/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/fi/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/fi/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/fr/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/fr/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/fy/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/fy/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/ga/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/ga/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/gd/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/gd/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/gl/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/gl/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/he/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/he/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/hi/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/hi/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/hr/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/hr/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/hsb/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/hsb/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/hu/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/hu/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/ia/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/ia/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/id/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/id/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/io/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/io/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/is/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/is/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/it/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/it/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/ja/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/ja/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/ka/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/ka/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/kk/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/kk/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/km/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/km/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/kn/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/kn/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/ko/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/ko/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/lb/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/lb/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/lt/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/lt/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/lv/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/lv/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/mk/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/mk/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/ml/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/ml/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/mn/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/mn/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/mr/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/mr/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/my/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/my/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/nb/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/nb/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/ne/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/ne/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/nl/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/nl/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/nn/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/nn/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/os/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/os/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/pa/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/pa/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/pl/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/pl/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/pt/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/pt/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/ro/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/ro/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/ru/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/ru/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/sk/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/sk/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/sl/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/sl/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/sq/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/sq/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/sr/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/sr/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/sr_Latn/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/sv/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/sv/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/sw/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/sw/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/ta/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/ta/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/te/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/te/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/th/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/th/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/tr/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/tr/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/tt/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/tt/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/udm/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/udm/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/uk/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/uk/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/ur/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/ur/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/vi/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/vi/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/zh_Hans/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/zh_Hans/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/zh_Hant/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/locale/zh_Hant/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/management/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/management/commands/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/management/commands/inspectdb.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/management/commands/ogrinspect.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/maps/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/maps/google/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/maps/google/gmap.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/maps/google/overlays.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/maps/google/zoom.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/maps/openlayers/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/measure.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/serializers/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/serializers/geojson.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/shortcuts.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/sitemaps/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/sitemaps/kml.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/sitemaps/views.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/static/gis/js/OLMapWidget.js create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/templates/gis/admin/openlayers.html create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/templates/gis/admin/openlayers.js create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/templates/gis/admin/osm.html create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/templates/gis/admin/osm.js create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/templates/gis/google/google-map.html create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/templates/gis/google/google-map.js create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/templates/gis/google/google-multi.js create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/templates/gis/google/google-single.js create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/templates/gis/kml/base.kml create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/templates/gis/kml/placemarks.kml create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/templates/gis/openlayers-osm.html create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/templates/gis/openlayers.html create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/utils/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/utils/layermapping.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/utils/ogrinfo.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/utils/ogrinspect.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/utils/srs.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/utils/wkt.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/gis/views.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/apps.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/af/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/af/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/ar/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/ar/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/ast/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/ast/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/az/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/az/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/be/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/be/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/bg/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/bg/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/bn/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/bn/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/br/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/br/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/bs/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/bs/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/ca/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/ca/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/cs/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/cs/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/cy/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/cy/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/da/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/da/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/de/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/de/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/dsb/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/dsb/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/el/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/el/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/en/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/en/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/en_AU/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/en_AU/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/en_GB/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/eo/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/eo/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/es/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/es/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/es_AR/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/es_CO/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/es_CO/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/es_MX/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/es_VE/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/es_VE/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/et/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/et/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/eu/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/eu/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/fa/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/fa/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/fi/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/fi/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/fr/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/fr/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/fy/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/fy/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/ga/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/ga/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/gd/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/gd/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/gl/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/gl/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/he/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/he/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/hi/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/hi/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/hr/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/hr/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/hsb/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/hsb/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/hu/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/hu/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/hy/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/hy/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/ia/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/ia/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/id/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/id/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/io/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/io/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/is/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/is/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/it/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/it/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/ja/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/ja/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/ka/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/ka/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/kk/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/kk/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/km/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/km/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/kn/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/kn/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/ko/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/ko/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/lb/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/lb/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/lt/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/lt/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/lv/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/lv/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/mk/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/mk/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/ml/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/ml/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/mn/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/mn/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/mr/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/mr/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/my/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/my/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/nb/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/nb/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/ne/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/ne/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/nl/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/nl/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/nn/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/nn/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/os/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/os/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/pa/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/pa/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/pl/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/pl/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/pt/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/pt/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/ro/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/ro/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/ru/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/ru/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/sk/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/sk/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/sl/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/sl/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/sq/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/sq/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/sr/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/sr/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/sr_Latn/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/sv/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/sv/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/sw/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/sw/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/ta/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/ta/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/te/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/te/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/th/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/th/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/tr/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/tr/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/tt/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/tt/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/udm/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/udm/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/uk/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/uk/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/ur/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/ur/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/vi/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/vi/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/zh_Hans/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/zh_Hans/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/zh_Hant/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/locale/zh_Hant/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/templatetags/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/humanize/templatetags/humanize.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/messages/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/messages/api.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/messages/apps.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/messages/constants.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/messages/context_processors.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/messages/middleware.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/messages/storage/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/messages/storage/base.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/messages/storage/cookie.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/messages/storage/fallback.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/messages/storage/session.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/messages/utils.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/messages/views.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/aggregates/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/aggregates/general.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/aggregates/statistics.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/apps.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/fields/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/fields/array.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/fields/hstore.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/fields/jsonb.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/fields/ranges.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/fields/utils.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/forms/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/forms/array.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/forms/hstore.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/forms/jsonb.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/forms/ranges.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/functions.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/ar/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/ar/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/be/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/be/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/bg/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/bg/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/ca/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/ca/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/cs/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/cs/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/da/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/da/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/de/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/de/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/dsb/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/dsb/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/el/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/el/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/en/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/en/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/eo/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/eo/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/es/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/es/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/es_AR/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/es_CO/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/es_CO/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/es_MX/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/et/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/et/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/fa/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/fa/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/fi/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/fi/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/fr/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/fr/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/gd/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/gd/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/he/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/he/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/hsb/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/hsb/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/hu/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/hu/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/id/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/id/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/it/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/it/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/ja/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/ja/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/ka/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/ka/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/ko/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/ko/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/lt/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/lt/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/mk/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/mk/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/mn/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/mn/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/nb/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/nb/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/ne/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/ne/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/nl/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/nl/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/pl/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/pl/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/pt/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/pt/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/ro/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/ro/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/ru/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/ru/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/sl/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/sl/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/sq/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/sq/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/sv/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/sv/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/tr/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/tr/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/uk/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/uk/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/zh_Hans/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/zh_Hans/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/zh_Hant/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/locale/zh_Hant/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/lookups.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/operations.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/search.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/signals.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/utils.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/postgres/validators.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/admin.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/apps.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/af/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/af/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/ar/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/ar/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/ast/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/ast/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/az/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/az/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/be/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/be/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/bg/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/bg/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/bn/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/bn/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/br/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/br/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/bs/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/bs/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/ca/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/ca/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/cs/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/cs/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/cy/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/cy/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/da/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/da/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/de/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/de/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/dsb/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/dsb/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/el/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/el/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/en/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/en/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/en_AU/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/en_AU/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/en_GB/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/eo/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/eo/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/es/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/es/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/es_AR/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/es_CO/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/es_CO/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/es_MX/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/es_VE/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/es_VE/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/et/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/et/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/eu/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/eu/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/fa/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/fa/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/fi/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/fi/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/fr/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/fr/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/fy/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/fy/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/ga/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/ga/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/gd/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/gd/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/gl/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/gl/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/he/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/he/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/hi/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/hi/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/hr/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/hr/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/hsb/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/hsb/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/hu/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/hu/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/ia/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/ia/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/id/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/id/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/io/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/io/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/is/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/is/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/it/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/it/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/ja/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/ja/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/ka/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/ka/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/kk/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/kk/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/km/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/km/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/kn/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/kn/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/ko/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/ko/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/lb/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/lb/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/lt/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/lt/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/lv/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/lv/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/mk/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/mk/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/ml/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/ml/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/mn/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/mn/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/mr/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/mr/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/my/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/my/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/nb/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/nb/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/ne/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/ne/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/nl/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/nl/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/nn/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/nn/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/os/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/os/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/pa/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/pa/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/pl/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/pl/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/pt/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/pt/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/ro/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/ro/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/ru/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/ru/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/sk/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/sk/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/sl/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/sl/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/sq/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/sq/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/sr/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/sr/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/sr_Latn/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/sv/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/sv/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/sw/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/sw/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/ta/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/ta/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/te/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/te/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/th/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/th/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/tr/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/tr/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/tt/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/tt/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/udm/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/udm/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/uk/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/uk/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/ur/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/ur/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/vi/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/vi/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/zh_Hans/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/zh_Hans/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/zh_Hant/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/locale/zh_Hant/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/middleware.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/migrations/0001_initial.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/migrations/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/redirects/models.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/apps.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/backends/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/backends/base.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/backends/cache.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/backends/cached_db.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/backends/db.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/backends/file.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/backends/signed_cookies.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/base_session.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/exceptions.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/af/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/af/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/ar/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/ar/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/ast/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/ast/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/az/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/az/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/be/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/be/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/bg/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/bg/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/bn/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/bn/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/br/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/br/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/bs/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/bs/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/ca/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/ca/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/cs/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/cs/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/cy/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/cy/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/da/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/da/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/de/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/de/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/dsb/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/dsb/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/el/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/el/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/en/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/en/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/en_AU/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/en_AU/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/en_GB/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/eo/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/eo/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/es/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/es/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/es_AR/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/es_CO/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/es_CO/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/es_MX/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/es_VE/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/es_VE/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/et/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/et/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/eu/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/eu/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/fa/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/fa/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/fi/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/fi/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/fr/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/fr/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/fy/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/fy/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/ga/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/ga/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/gd/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/gd/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/gl/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/gl/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/he/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/he/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/hi/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/hi/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/hr/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/hr/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/hsb/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/hsb/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/hu/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/hu/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/ia/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/ia/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/id/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/id/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/io/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/io/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/is/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/is/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/it/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/it/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/ja/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/ja/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/ka/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/ka/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/kk/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/kk/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/km/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/km/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/kn/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/kn/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/ko/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/ko/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/lb/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/lb/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/lt/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/lt/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/lv/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/lv/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/mk/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/mk/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/ml/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/ml/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/mn/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/mn/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/mr/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/mr/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/my/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/my/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/nb/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/nb/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/ne/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/ne/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/nl/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/nl/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/nn/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/nn/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/os/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/os/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/pa/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/pa/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/pl/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/pl/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/pt/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/pt/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/ro/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/ro/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/ru/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/ru/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/sk/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/sk/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/sl/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/sl/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/sq/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/sq/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/sr/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/sr/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/sr_Latn/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/sv/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/sv/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/sw/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/sw/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/ta/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/ta/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/te/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/te/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/th/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/th/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/tr/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/tr/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/tt/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/tt/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/udm/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/udm/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/uk/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/uk/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/ur/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/ur/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/vi/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/vi/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/zh_Hans/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/zh_Hans/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/zh_Hant/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/locale/zh_Hant/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/management/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/management/commands/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/management/commands/clearsessions.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/middleware.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/migrations/0001_initial.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/migrations/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/models.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sessions/serializers.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sitemaps/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sitemaps/apps.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sitemaps/management/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sitemaps/management/commands/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sitemaps/management/commands/ping_google.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sitemaps/templates/sitemap.xml create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sitemaps/templates/sitemap_index.xml create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sitemaps/views.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/admin.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/apps.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/af/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/af/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/ar/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/ar/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/ast/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/ast/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/az/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/az/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/be/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/be/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/bg/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/bg/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/bn/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/bn/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/br/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/br/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/bs/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/bs/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/ca/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/ca/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/cs/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/cs/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/cy/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/cy/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/da/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/da/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/de/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/de/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/dsb/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/dsb/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/el/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/el/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/en/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/en/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/en_AU/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/en_AU/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/en_GB/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/eo/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/eo/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/es/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/es/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/es_AR/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/es_CO/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/es_CO/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/es_MX/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/es_VE/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/es_VE/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/et/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/et/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/eu/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/eu/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/fa/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/fa/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/fi/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/fi/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/fr/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/fr/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/fy/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/fy/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/ga/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/ga/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/gd/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/gd/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/gl/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/gl/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/he/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/he/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/hi/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/hi/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/hr/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/hr/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/hsb/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/hsb/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/hu/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/hu/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/hy/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/hy/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/ia/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/ia/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/id/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/id/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/io/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/io/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/is/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/is/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/it/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/it/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/ja/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/ja/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/ka/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/ka/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/kk/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/kk/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/km/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/km/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/kn/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/kn/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/ko/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/ko/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/lb/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/lb/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/lt/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/lt/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/lv/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/lv/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/mk/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/mk/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/ml/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/ml/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/mn/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/mn/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/mr/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/mr/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/my/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/my/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/nb/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/nb/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/ne/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/ne/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/nl/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/nl/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/nn/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/nn/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/os/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/os/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/pa/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/pa/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/pl/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/pl/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/pt/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/pt/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/ro/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/ro/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/ru/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/ru/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/sk/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/sk/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/sl/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/sl/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/sq/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/sq/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/sr/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/sr/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/sr_Latn/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/sv/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/sv/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/sw/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/sw/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/ta/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/ta/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/te/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/te/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/th/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/th/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/tr/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/tr/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/tt/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/tt/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/udm/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/udm/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/uk/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/uk/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/ur/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/ur/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/vi/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/vi/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/zh_Hans/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/zh_Hans/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/zh_Hant/LC_MESSAGES/django.mo create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/locale/zh_Hant/LC_MESSAGES/django.po create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/management.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/managers.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/middleware.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/migrations/0001_initial.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/migrations/0002_alter_domain_unique.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/migrations/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/models.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/requests.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/sites/shortcuts.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/staticfiles/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/staticfiles/apps.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/staticfiles/finders.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/staticfiles/handlers.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/staticfiles/management/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/staticfiles/management/commands/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/staticfiles/management/commands/collectstatic.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/staticfiles/management/commands/findstatic.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/staticfiles/management/commands/runserver.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/staticfiles/storage.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/staticfiles/templatetags/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/staticfiles/templatetags/staticfiles.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/staticfiles/testing.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/staticfiles/urls.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/staticfiles/utils.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/staticfiles/views.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/syndication/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/syndication/apps.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/syndication/views.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/cache/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/cache/backends/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/cache/backends/base.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/cache/backends/db.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/cache/backends/dummy.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/cache/backends/filebased.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/cache/backends/locmem.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/cache/backends/memcached.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/cache/utils.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/checks/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/checks/caches.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/checks/compatibility/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/checks/compatibility/django_1_10.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/checks/compatibility/django_1_8_0.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/checks/database.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/checks/messages.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/checks/model_checks.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/checks/registry.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/checks/security/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/checks/security/base.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/checks/security/csrf.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/checks/security/sessions.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/checks/templates.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/checks/urls.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/checks/utils.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/exceptions.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/files/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/files/base.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/files/images.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/files/locks.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/files/move.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/files/storage.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/files/temp.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/files/uploadedfile.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/files/uploadhandler.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/files/utils.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/handlers/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/handlers/base.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/handlers/exception.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/handlers/wsgi.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/mail/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/mail/backends/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/mail/backends/base.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/mail/backends/console.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/mail/backends/dummy.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/mail/backends/filebased.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/mail/backends/locmem.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/mail/backends/smtp.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/mail/message.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/mail/utils.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/management/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/management/base.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/management/color.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/management/commands/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/management/commands/check.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/management/commands/compilemessages.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/management/commands/createcachetable.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/management/commands/dbshell.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/management/commands/diffsettings.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/management/commands/dumpdata.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/management/commands/flush.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/management/commands/inspectdb.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/management/commands/loaddata.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/management/commands/makemessages.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/management/commands/makemigrations.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/management/commands/migrate.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/management/commands/runserver.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/management/commands/sendtestemail.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/management/commands/shell.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/management/commands/showmigrations.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/management/commands/sqlflush.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/management/commands/sqlmigrate.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/management/commands/sqlsequencereset.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/management/commands/squashmigrations.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/management/commands/startapp.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/management/commands/startproject.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/management/commands/test.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/management/commands/testserver.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/management/sql.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/management/templates.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/management/utils.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/paginator.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/serializers/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/serializers/base.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/serializers/json.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/serializers/python.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/serializers/pyyaml.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/serializers/xml_serializer.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/servers/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/servers/basehttp.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/signals.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/signing.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/urlresolvers.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/validators.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/core/wsgi.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/base/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/base/base.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/base/client.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/base/creation.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/base/features.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/base/introspection.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/base/operations.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/base/schema.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/base/validation.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/dummy/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/dummy/base.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/dummy/features.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/mysql/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/mysql/base.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/mysql/client.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/mysql/compiler.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/mysql/creation.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/mysql/features.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/mysql/introspection.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/mysql/operations.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/mysql/schema.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/mysql/validation.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/oracle/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/oracle/base.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/oracle/client.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/oracle/compiler.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/oracle/creation.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/oracle/features.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/oracle/functions.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/oracle/introspection.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/oracle/operations.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/oracle/schema.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/oracle/utils.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/postgresql/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/postgresql/base.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/postgresql/client.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/postgresql/creation.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/postgresql/features.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/postgresql/introspection.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/postgresql/operations.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/postgresql/schema.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/postgresql/utils.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/postgresql/version.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/client.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/creation.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/features.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/introspection.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/operations.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/schema.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/utils.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/version.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/signals.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/sqlite3/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/sqlite3/base.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/sqlite3/client.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/sqlite3/creation.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/sqlite3/features.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/sqlite3/introspection.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/sqlite3/operations.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/sqlite3/schema.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/backends/utils.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/migrations/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/migrations/autodetector.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/migrations/exceptions.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/migrations/executor.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/migrations/graph.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/migrations/loader.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/migrations/migration.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/migrations/operations/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/migrations/operations/base.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/migrations/operations/fields.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/migrations/operations/models.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/migrations/operations/special.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/migrations/optimizer.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/migrations/questioner.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/migrations/recorder.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/migrations/serializer.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/migrations/state.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/migrations/topological_sort.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/migrations/utils.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/migrations/writer.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/models/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/models/aggregates.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/models/base.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/models/constants.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/models/deletion.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/models/expressions.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/models/fields/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/models/fields/files.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/models/fields/proxy.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/models/fields/related.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/models/fields/related_descriptors.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/models/fields/related_lookups.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/models/fields/reverse_related.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/models/functions/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/models/functions/base.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/models/functions/datetime.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/models/lookups.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/models/manager.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/models/options.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/models/query.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/models/query_utils.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/models/signals.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/models/sql/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/models/sql/compiler.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/models/sql/constants.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/models/sql/datastructures.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/models/sql/query.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/models/sql/subqueries.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/models/sql/where.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/models/utils.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/transaction.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/db/utils.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/dispatch/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/dispatch/dispatcher.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/dispatch/license.txt create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/dispatch/weakref_backports.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/forms/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/forms/boundfield.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/forms/extras/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/forms/extras/widgets.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/forms/fields.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/forms/forms.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/forms/formsets.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/forms/models.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/forms/utils.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/forms/widgets.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/http/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/http/cookie.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/http/multipartparser.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/http/request.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/http/response.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/middleware/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/middleware/cache.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/middleware/clickjacking.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/middleware/common.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/middleware/csrf.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/middleware/gzip.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/middleware/http.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/middleware/locale.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/middleware/security.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/shortcuts.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/template/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/template/backends/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/template/backends/base.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/template/backends/django.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/template/backends/dummy.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/template/backends/jinja2.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/template/backends/utils.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/template/base.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/template/context.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/template/context_processors.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/template/defaultfilters.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/template/defaulttags.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/template/engine.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/template/exceptions.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/template/library.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/template/loader.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/template/loader_tags.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/template/loaders/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/template/loaders/app_directories.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/template/loaders/base.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/template/loaders/cached.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/template/loaders/eggs.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/template/loaders/filesystem.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/template/loaders/locmem.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/template/response.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/template/smartif.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/template/utils.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/templatetags/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/templatetags/cache.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/templatetags/i18n.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/templatetags/l10n.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/templatetags/static.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/templatetags/tz.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/test/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/test/client.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/test/html.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/test/runner.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/test/selenium.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/test/signals.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/test/testcases.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/test/utils.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/urls/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/urls/base.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/urls/exceptions.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/urls/resolvers.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/urls/utils.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/utils/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/utils/_os.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/utils/archive.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/utils/autoreload.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/utils/baseconv.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/utils/cache.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/utils/crypto.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/utils/datastructures.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/utils/dateformat.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/utils/dateparse.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/utils/dates.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/utils/datetime_safe.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/utils/deconstruct.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/utils/decorators.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/utils/deprecation.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/utils/duration.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/utils/encoding.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/utils/feedgenerator.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/utils/formats.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/utils/functional.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/utils/glob.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/utils/html.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/utils/html_parser.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/utils/http.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/utils/inspect.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/utils/ipv6.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/utils/itercompat.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/utils/jslex.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/utils/log.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/utils/lorem_ipsum.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/utils/lru_cache.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/utils/module_loading.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/utils/numberformat.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/utils/regex_helper.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/utils/safestring.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/utils/six.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/utils/synch.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/utils/termcolors.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/utils/text.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/utils/timesince.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/utils/timezone.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/utils/translation/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/utils/translation/trans_null.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/utils/translation/trans_real.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/utils/tree.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/utils/version.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/utils/xmlutils.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/views/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/views/csrf.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/views/debug.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/views/decorators/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/views/decorators/cache.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/views/decorators/clickjacking.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/views/decorators/csrf.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/views/decorators/debug.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/views/decorators/gzip.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/views/decorators/http.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/views/decorators/vary.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/views/defaults.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/views/generic/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/views/generic/base.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/views/generic/dates.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/views/generic/detail.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/views/generic/edit.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/views/generic/list.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/views/i18n.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/views/static.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/easy_install.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip-9.0.1.dist-info/DESCRIPTION.rst create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip-9.0.1.dist-info/INSTALLER create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip-9.0.1.dist-info/METADATA create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip-9.0.1.dist-info/RECORD create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip-9.0.1.dist-info/WHEEL create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip-9.0.1.dist-info/entry_points.txt create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip-9.0.1.dist-info/metadata.json create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip-9.0.1.dist-info/top_level.txt create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/__main__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/appdirs.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/cachecontrol/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/cachecontrol/_cmd.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/cachecontrol/adapter.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/cachecontrol/cache.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/cachecontrol/caches/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/cachecontrol/compat.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/cachecontrol/controller.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/cachecontrol/filewrapper.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/cachecontrol/heuristics.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/cachecontrol/serialize.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/cachecontrol/wrapper.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/colorama/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/colorama/ansi.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/colorama/ansitowin32.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/colorama/initialise.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/colorama/win32.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/colorama/winterm.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/distlib/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/distlib/_backport/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/distlib/_backport/misc.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/distlib/_backport/shutil.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/distlib/_backport/sysconfig.cfg create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/distlib/_backport/sysconfig.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/distlib/_backport/tarfile.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/distlib/compat.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/distlib/database.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/distlib/index.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/distlib/locators.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/distlib/manifest.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/distlib/markers.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/distlib/metadata.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/distlib/resources.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/distlib/scripts.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/distlib/t32.exe create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/distlib/t64.exe create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/distlib/util.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/distlib/version.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/distlib/w32.exe create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/distlib/w64.exe create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/distlib/wheel.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/distro.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/html5lib/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/html5lib/_ihatexml.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/html5lib/_inputstream.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/html5lib/_tokenizer.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/html5lib/_trie/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/html5lib/_trie/_base.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/html5lib/_trie/datrie.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/html5lib/_trie/py.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/html5lib/_utils.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/html5lib/constants.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/alphabeticalattributes.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/base.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/inject_meta_charset.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/lint.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/optionaltags.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/sanitizer.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/whitespace.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/html5lib/html5parser.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/html5lib/serializer.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/html5lib/treeadapters/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/html5lib/treeadapters/genshi.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/html5lib/treeadapters/sax.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/html5lib/treebuilders/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/html5lib/treebuilders/base.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/html5lib/treebuilders/dom.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/html5lib/treebuilders/etree.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/html5lib/treebuilders/etree_lxml.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers/base.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers/dom.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers/etree.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers/etree_lxml.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers/genshi.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/ipaddress.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/lockfile/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/lockfile/linklockfile.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/lockfile/mkdirlockfile.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/lockfile/pidlockfile.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/lockfile/sqlitelockfile.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/lockfile/symlinklockfile.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/ordereddict.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/packaging/__about__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/packaging/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/packaging/_compat.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/packaging/_structures.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/packaging/markers.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/packaging/requirements.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/packaging/specifiers.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/packaging/utils.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/packaging/version.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/pkg_resources/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/progress/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/progress/bar.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/progress/counter.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/progress/helpers.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/progress/spinner.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/pyparsing.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/re-vendor.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/adapters.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/api.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/auth.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/cacert.pem create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/certs.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/compat.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/cookies.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/exceptions.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/hooks.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/models.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/big5freq.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/big5prober.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/chardetect.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/chardistribution.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/charsetgroupprober.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/charsetprober.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/codingstatemachine.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/compat.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/constants.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/cp949prober.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/escprober.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/escsm.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/eucjpprober.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/euckrfreq.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/euckrprober.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/euctwfreq.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/euctwprober.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/gb2312freq.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/gb2312prober.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/hebrewprober.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/jisfreq.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/jpcntx.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/langbulgarianmodel.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/langcyrillicmodel.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/langgreekmodel.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/langhebrewmodel.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/langhungarianmodel.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/langthaimodel.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/latin1prober.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/mbcharsetprober.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/mbcsgroupprober.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/mbcssm.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/sbcharsetprober.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/sbcsgroupprober.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/sjisprober.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/universaldetector.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/utf8prober.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/_collections.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/connection.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/connectionpool.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/contrib/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/contrib/appengine.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/contrib/ntlmpool.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/contrib/pyopenssl.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/contrib/socks.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/exceptions.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/fields.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/filepost.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/packages/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/packages/ordered_dict.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/packages/six.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/poolmanager.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/request.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/response.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/connection.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/request.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/response.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/retry.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/timeout.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/url.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/sessions.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/status_codes.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/structures.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/requests/utils.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/retrying.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/six.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/webencodings/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/webencodings/labels.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/webencodings/mklabels.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/webencodings/tests.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/_vendor/webencodings/x_user_defined.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/basecommand.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/baseparser.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/cmdoptions.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/commands/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/commands/check.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/commands/completion.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/commands/download.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/commands/freeze.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/commands/hash.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/commands/help.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/commands/install.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/commands/list.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/commands/search.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/commands/show.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/commands/uninstall.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/commands/wheel.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/compat/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/compat/dictconfig.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/download.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/exceptions.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/index.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/locations.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/models/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/models/index.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/operations/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/operations/check.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/operations/freeze.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/pep425tags.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/req/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/req/req_file.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/req/req_install.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/req/req_set.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/req/req_uninstall.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/status_codes.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/utils/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/utils/appdirs.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/utils/build.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/utils/deprecation.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/utils/encoding.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/utils/filesystem.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/utils/glibc.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/utils/hashes.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/utils/logging.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/utils/outdated.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/utils/packaging.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/utils/setuptools_build.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/utils/ui.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/vcs/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/vcs/bazaar.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/vcs/git.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/vcs/mercurial.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/vcs/subversion.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pip/wheel.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pkg_resources/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pkg_resources/_vendor/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pkg_resources/_vendor/appdirs.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pkg_resources/_vendor/packaging/__about__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pkg_resources/_vendor/packaging/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pkg_resources/_vendor/packaging/_compat.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pkg_resources/_vendor/packaging/_structures.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pkg_resources/_vendor/packaging/markers.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pkg_resources/_vendor/packaging/requirements.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pkg_resources/_vendor/packaging/specifiers.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pkg_resources/_vendor/packaging/utils.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pkg_resources/_vendor/packaging/version.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pkg_resources/_vendor/pyparsing.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pkg_resources/_vendor/six.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pkg_resources/extern/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/pkg_resources/py31compat.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools-38.4.0.dist-info/DESCRIPTION.rst create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools-38.4.0.dist-info/INSTALLER create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools-38.4.0.dist-info/LICENSE.txt create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools-38.4.0.dist-info/METADATA create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools-38.4.0.dist-info/RECORD create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools-38.4.0.dist-info/WHEEL create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools-38.4.0.dist-info/dependency_links.txt create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools-38.4.0.dist-info/entry_points.txt create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools-38.4.0.dist-info/metadata.json create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools-38.4.0.dist-info/top_level.txt create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools-38.4.0.dist-info/zip-safe create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/archive_util.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/build_meta.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/cli-32.exe create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/cli-64.exe create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/cli.exe create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/command/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/command/alias.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/command/bdist_egg.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/command/bdist_rpm.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/command/bdist_wininst.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/command/build_clib.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/command/build_ext.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/command/build_py.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/command/develop.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/command/dist_info.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/command/easy_install.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/command/egg_info.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/command/install.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/command/install_egg_info.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/command/install_lib.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/command/install_scripts.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/command/launcher manifest.xml create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/command/py36compat.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/command/register.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/command/rotate.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/command/saveopts.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/command/sdist.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/command/setopt.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/command/test.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/command/upload.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/command/upload_docs.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/config.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/dep_util.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/depends.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/dist.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/extension.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/extern/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/glibc.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/glob.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/gui-32.exe create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/gui-64.exe create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/gui.exe create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/launch.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/lib2to3_ex.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/monkey.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/msvc.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/namespaces.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/package_index.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/pep425tags.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/py27compat.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/py31compat.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/py33compat.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/py36compat.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/sandbox.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/script (dev).tmpl create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/script.tmpl create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/site-patch.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/ssl_support.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/unicode_utils.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/version.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/wheel.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/setuptools/windows_support.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/wheel-0.30.0.dist-info/DESCRIPTION.rst create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/wheel-0.30.0.dist-info/INSTALLER create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/wheel-0.30.0.dist-info/LICENSE.txt create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/wheel-0.30.0.dist-info/METADATA create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/wheel-0.30.0.dist-info/RECORD create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/wheel-0.30.0.dist-info/WHEEL create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/wheel-0.30.0.dist-info/entry_points.txt create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/wheel-0.30.0.dist-info/metadata.json create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/wheel-0.30.0.dist-info/top_level.txt create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/wheel/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/wheel/__main__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/wheel/archive.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/wheel/bdist_wheel.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/wheel/decorator.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/wheel/egg2wheel.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/wheel/install.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/wheel/metadata.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/wheel/paths.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/wheel/pep425tags.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/wheel/pkginfo.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/wheel/signatures/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/wheel/signatures/djbec.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/wheel/signatures/ed25519py.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/wheel/signatures/keys.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/wheel/tool/__init__.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/wheel/util.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site-packages/wheel/wininst2wheel.py create mode 100644 Tamisha_Damas/eCommerce/lib/python2.7/site.py create mode 120000 Tamisha_Damas/eCommerce/lib/python2.7/sre.py create mode 120000 Tamisha_Damas/eCommerce/lib/python2.7/sre_compile.py create mode 120000 Tamisha_Damas/eCommerce/lib/python2.7/sre_constants.py create mode 120000 Tamisha_Damas/eCommerce/lib/python2.7/sre_parse.py create mode 120000 Tamisha_Damas/eCommerce/lib/python2.7/stat.py create mode 120000 Tamisha_Damas/eCommerce/lib/python2.7/types.py create mode 120000 Tamisha_Damas/eCommerce/lib/python2.7/warnings.py create mode 100644 Tamisha_Damas/eCommerce/pip-selfcheck.json create mode 100644 Tamisha_Damas/eCommerce/src/contact/__init__.py create mode 100644 Tamisha_Damas/eCommerce/src/contact/admin.py create mode 100644 Tamisha_Damas/eCommerce/src/contact/apps.py create mode 100644 Tamisha_Damas/eCommerce/src/contact/forms.py create mode 100644 Tamisha_Damas/eCommerce/src/contact/migrations/__init__.py create mode 100644 Tamisha_Damas/eCommerce/src/contact/models.py create mode 100644 Tamisha_Damas/eCommerce/src/contact/templates/contact.html create mode 100644 Tamisha_Damas/eCommerce/src/contact/tests.py create mode 100644 Tamisha_Damas/eCommerce/src/contact/views.py create mode 100644 Tamisha_Damas/eCommerce/src/db.sqlite3 create mode 100644 Tamisha_Damas/eCommerce/src/eCommerce/__init__.py create mode 100644 Tamisha_Damas/eCommerce/src/eCommerce/settings.py create mode 100644 Tamisha_Damas/eCommerce/src/eCommerce/urls.py create mode 100644 Tamisha_Damas/eCommerce/src/eCommerce/wsgi.py create mode 100755 Tamisha_Damas/eCommerce/src/manage.py create mode 100644 Tamisha_Damas/eCommerce/src/profiles/__init__.py create mode 100644 Tamisha_Damas/eCommerce/src/profiles/admin.py create mode 100644 Tamisha_Damas/eCommerce/src/profiles/apps.py create mode 100644 Tamisha_Damas/eCommerce/src/profiles/migrations/0001_initial.py create mode 100644 Tamisha_Damas/eCommerce/src/profiles/migrations/0002_profile_description.py create mode 100644 Tamisha_Damas/eCommerce/src/profiles/migrations/0003_profile_location.py create mode 100644 Tamisha_Damas/eCommerce/src/profiles/migrations/0004_profile_job.py create mode 100644 Tamisha_Damas/eCommerce/src/profiles/migrations/0005_auto_20180112_2000.py create mode 100644 Tamisha_Damas/eCommerce/src/profiles/migrations/0006_auto_20180112_2002.py create mode 100644 Tamisha_Damas/eCommerce/src/profiles/migrations/__init__.py create mode 100644 Tamisha_Damas/eCommerce/src/profiles/models.py create mode 100644 Tamisha_Damas/eCommerce/src/profiles/templates/about.html create mode 100644 Tamisha_Damas/eCommerce/src/profiles/templates/base.html create mode 100644 Tamisha_Damas/eCommerce/src/profiles/templates/home.html create mode 100644 Tamisha_Damas/eCommerce/src/profiles/templates/navbar.html create mode 100644 Tamisha_Damas/eCommerce/src/profiles/tests.py create mode 100644 Tamisha_Damas/eCommerce/src/profiles/views.py create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/css/base.css create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/css/changelists.css create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/css/dashboard.css create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/css/fonts.css create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/css/forms.css create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/css/login.css create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/css/rtl.css create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/css/widgets.css create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/fonts/LICENSE.txt create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/fonts/README.txt create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/fonts/Roboto-Bold-webfont.woff create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/fonts/Roboto-Light-webfont.woff create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/fonts/Roboto-Regular-webfont.woff create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/img/LICENSE create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/img/README.txt create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/img/calendar-icons.svg create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/img/gis/move_vertex_off.svg create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/img/gis/move_vertex_on.svg create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/img/icon-addlink.svg create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/img/icon-alert.svg create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/img/icon-calendar.svg create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/img/icon-changelink.svg create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/img/icon-clock.svg create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/img/icon-deletelink.svg create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/img/icon-no.svg create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/img/icon-unknown-alt.svg create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/img/icon-unknown.svg create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/img/icon-yes.svg create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/img/inline-delete.svg create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/img/search.svg create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/img/selector-icons.svg create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/img/sorting-icons.svg create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/img/tooltag-add.svg create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/img/tooltag-arrowright.svg create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/js/SelectBox.js create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/js/SelectFilter2.js create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/js/actions.js create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/js/actions.min.js create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/js/admin/DateTimeShortcuts.js create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/js/admin/RelatedObjectLookups.js create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/js/calendar.js create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/js/cancel.js create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/js/change_form.js create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/js/collapse.js create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/js/collapse.min.js create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/js/core.js create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/js/inlines.js create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/js/inlines.min.js create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/js/jquery.init.js create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/js/popup_response.js create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/js/prepopulate.js create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/js/prepopulate.min.js create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/js/prepopulate_init.js create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/js/timeparse.js create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/js/urlify.js create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/js/vendor/jquery/LICENSE-JQUERY.txt create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/js/vendor/jquery/jquery.js create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/js/vendor/jquery/jquery.min.js create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/js/vendor/xregexp/LICENSE-XREGEXP.txt create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/js/vendor/xregexp/xregexp.js create mode 100644 Tamisha_Damas/eCommerce/static/static-only/admin/js/vendor/xregexp/xregexp.min.js create mode 100644 Tamisha_Damas/eCommerce/static/static-only/css/bootstrap-theme.min.css create mode 100644 Tamisha_Damas/eCommerce/static/static-only/css/bootstrap.min.css create mode 100644 Tamisha_Damas/eCommerce/static/static-only/css/main.css create mode 100644 Tamisha_Damas/eCommerce/static/static-only/css/theme.css create mode 100644 Tamisha_Damas/eCommerce/static/static-only/javascript/bootstrap.min.js create mode 100644 Tamisha_Damas/eCommerce/static/static-only/javascript/docs.min.js create mode 100644 Tamisha_Damas/eCommerce/static/static/css/bootstrap-theme.min.css create mode 100644 Tamisha_Damas/eCommerce/static/static/css/bootstrap.min.css create mode 100644 Tamisha_Damas/eCommerce/static/static/css/main.css create mode 100644 Tamisha_Damas/eCommerce/static/static/css/theme.css create mode 100644 Tamisha_Damas/eCommerce/static/static/javascript/bootstrap.min.js create mode 100644 Tamisha_Damas/eCommerce/static/static/javascript/docs.min.js diff --git a/Tamisha_Damas/eCommerce/.Python b/Tamisha_Damas/eCommerce/.Python new file mode 120000 index 0000000..cc24a1e --- /dev/null +++ b/Tamisha_Damas/eCommerce/.Python @@ -0,0 +1 @@ +/System/Library/Frameworks/Python.framework/Versions/2.7/Python \ No newline at end of file diff --git a/Tamisha_Damas/eCommerce/bin/activate b/Tamisha_Damas/eCommerce/bin/activate new file mode 100644 index 0000000..cd61b40 --- /dev/null +++ b/Tamisha_Damas/eCommerce/bin/activate @@ -0,0 +1,78 @@ +# This file must be used with "source bin/activate" *from bash* +# you cannot run it directly + +deactivate () { + unset -f pydoc >/dev/null 2>&1 + + # reset old environment variables + # ! [ -z ${VAR+_} ] returns true if VAR is declared at all + if ! [ -z "${_OLD_VIRTUAL_PATH+_}" ] ; then + PATH="$_OLD_VIRTUAL_PATH" + export PATH + unset _OLD_VIRTUAL_PATH + fi + if ! [ -z "${_OLD_VIRTUAL_PYTHONHOME+_}" ] ; then + PYTHONHOME="$_OLD_VIRTUAL_PYTHONHOME" + export PYTHONHOME + unset _OLD_VIRTUAL_PYTHONHOME + fi + + # This should detect bash and zsh, which have a hash command that must + # be called to get it to forget past commands. Without forgetting + # past commands the $PATH changes we made may not be respected + if [ -n "${BASH-}" ] || [ -n "${ZSH_VERSION-}" ] ; then + hash -r 2>/dev/null + fi + + if ! [ -z "${_OLD_VIRTUAL_PS1+_}" ] ; then + PS1="$_OLD_VIRTUAL_PS1" + export PS1 + unset _OLD_VIRTUAL_PS1 + fi + + unset VIRTUAL_ENV + if [ ! "${1-}" = "nondestructive" ] ; then + # Self destruct! + unset -f deactivate + fi +} + +# unset irrelevant variables +deactivate nondestructive + +VIRTUAL_ENV="/Users/tamishadamas/Desktop/eCommerce" +export VIRTUAL_ENV + +_OLD_VIRTUAL_PATH="$PATH" +PATH="$VIRTUAL_ENV/bin:$PATH" +export PATH + +# unset PYTHONHOME if set +if ! [ -z "${PYTHONHOME+_}" ] ; then + _OLD_VIRTUAL_PYTHONHOME="$PYTHONHOME" + unset PYTHONHOME +fi + +if [ -z "${VIRTUAL_ENV_DISABLE_PROMPT-}" ] ; then + _OLD_VIRTUAL_PS1="$PS1" + if [ "x" != x ] ; then + PS1="$PS1" + else + PS1="(`basename \"$VIRTUAL_ENV\"`) $PS1" + fi + export PS1 +fi + +# Make sure to unalias pydoc if it's already there +alias pydoc 2>/dev/null >/dev/null && unalias pydoc + +pydoc () { + python -m pydoc "$@" +} + +# This should detect bash and zsh, which have a hash command that must +# be called to get it to forget past commands. Without forgetting +# past commands the $PATH changes we made may not be respected +if [ -n "${BASH-}" ] || [ -n "${ZSH_VERSION-}" ] ; then + hash -r 2>/dev/null +fi diff --git a/Tamisha_Damas/eCommerce/bin/activate.csh b/Tamisha_Damas/eCommerce/bin/activate.csh new file mode 100644 index 0000000..49f608f --- /dev/null +++ b/Tamisha_Damas/eCommerce/bin/activate.csh @@ -0,0 +1,36 @@ +# This file must be used with "source bin/activate.csh" *from csh*. +# You cannot run it directly. +# Created by Davide Di Blasi . + +alias deactivate 'test $?_OLD_VIRTUAL_PATH != 0 && setenv PATH "$_OLD_VIRTUAL_PATH" && unset _OLD_VIRTUAL_PATH; rehash; test $?_OLD_VIRTUAL_PROMPT != 0 && set prompt="$_OLD_VIRTUAL_PROMPT" && unset _OLD_VIRTUAL_PROMPT; unsetenv VIRTUAL_ENV; test "\!:*" != "nondestructive" && unalias deactivate && unalias pydoc' + +# Unset irrelevant variables. +deactivate nondestructive + +setenv VIRTUAL_ENV "/Users/tamishadamas/Desktop/eCommerce" + +set _OLD_VIRTUAL_PATH="$PATH" +setenv PATH "$VIRTUAL_ENV/bin:$PATH" + + + +if ("" != "") then + set env_name = "" +else + set env_name = `basename "$VIRTUAL_ENV"` +endif + +# Could be in a non-interactive environment, +# in which case, $prompt is undefined and we wouldn't +# care about the prompt anyway. +if ( $?prompt ) then + set _OLD_VIRTUAL_PROMPT="$prompt" + set prompt = "[$env_name] $prompt" +endif + +unset env_name + +alias pydoc python -m pydoc + +rehash + diff --git a/Tamisha_Damas/eCommerce/bin/activate.fish b/Tamisha_Damas/eCommerce/bin/activate.fish new file mode 100644 index 0000000..946d0a5 --- /dev/null +++ b/Tamisha_Damas/eCommerce/bin/activate.fish @@ -0,0 +1,76 @@ +# This file must be used using `. bin/activate.fish` *within a running fish ( http://fishshell.com ) session*. +# Do not run it directly. + +function deactivate -d 'Exit virtualenv mode and return to the normal environment.' + # reset old environment variables + if test -n "$_OLD_VIRTUAL_PATH" + set -gx PATH $_OLD_VIRTUAL_PATH + set -e _OLD_VIRTUAL_PATH + end + + if test -n "$_OLD_VIRTUAL_PYTHONHOME" + set -gx PYTHONHOME $_OLD_VIRTUAL_PYTHONHOME + set -e _OLD_VIRTUAL_PYTHONHOME + end + + if test -n "$_OLD_FISH_PROMPT_OVERRIDE" + # Set an empty local `$fish_function_path` to allow the removal of `fish_prompt` using `functions -e`. + set -l fish_function_path + + # Erase virtualenv's `fish_prompt` and restore the original. + functions -e fish_prompt + functions -c _old_fish_prompt fish_prompt + functions -e _old_fish_prompt + set -e _OLD_FISH_PROMPT_OVERRIDE + end + + set -e VIRTUAL_ENV + + if test "$argv[1]" != 'nondestructive' + # Self-destruct! + functions -e pydoc + functions -e deactivate + end +end + +# Unset irrelevant variables. +deactivate nondestructive + +set -gx VIRTUAL_ENV "/Users/tamishadamas/Desktop/eCommerce" + +set -gx _OLD_VIRTUAL_PATH $PATH +set -gx PATH "$VIRTUAL_ENV/bin" $PATH + +# Unset `$PYTHONHOME` if set. +if set -q PYTHONHOME + set -gx _OLD_VIRTUAL_PYTHONHOME $PYTHONHOME + set -e PYTHONHOME +end + +function pydoc + python -m pydoc $argv +end + +if test -z "$VIRTUAL_ENV_DISABLE_PROMPT" + # Copy the current `fish_prompt` function as `_old_fish_prompt`. + functions -c fish_prompt _old_fish_prompt + + function fish_prompt + # Save the current $status, for fish_prompts that display it. + set -l old_status $status + + # Prompt override provided? + # If not, just prepend the environment name. + if test -n "" + printf '%s%s' "" (set_color normal) + else + printf '%s(%s) ' (set_color normal) (basename "$VIRTUAL_ENV") + end + + # Restore the original $status + echo "exit $old_status" | source + _old_fish_prompt + end + + set -gx _OLD_FISH_PROMPT_OVERRIDE "$VIRTUAL_ENV" +end diff --git a/Tamisha_Damas/eCommerce/bin/activate_this.py b/Tamisha_Damas/eCommerce/bin/activate_this.py new file mode 100644 index 0000000..f18193b --- /dev/null +++ b/Tamisha_Damas/eCommerce/bin/activate_this.py @@ -0,0 +1,34 @@ +"""By using execfile(this_file, dict(__file__=this_file)) you will +activate this virtualenv environment. + +This can be used when you must use an existing Python interpreter, not +the virtualenv bin/python +""" + +try: + __file__ +except NameError: + raise AssertionError( + "You must run this like execfile('path/to/activate_this.py', dict(__file__='path/to/activate_this.py'))") +import sys +import os + +old_os_path = os.environ.get('PATH', '') +os.environ['PATH'] = os.path.dirname(os.path.abspath(__file__)) + os.pathsep + old_os_path +base = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) +if sys.platform == 'win32': + site_packages = os.path.join(base, 'Lib', 'site-packages') +else: + site_packages = os.path.join(base, 'lib', 'python%s' % sys.version[:3], 'site-packages') +prev_sys_path = list(sys.path) +import site +site.addsitedir(site_packages) +sys.real_prefix = sys.prefix +sys.prefix = base +# Move the added items to the front of the path: +new_sys_path = [] +for item in list(sys.path): + if item not in prev_sys_path: + new_sys_path.append(item) + sys.path.remove(item) +sys.path[:0] = new_sys_path diff --git a/Tamisha_Damas/eCommerce/bin/django-admin b/Tamisha_Damas/eCommerce/bin/django-admin new file mode 100755 index 0000000..38172ae --- /dev/null +++ b/Tamisha_Damas/eCommerce/bin/django-admin @@ -0,0 +1,11 @@ +#!/Users/tamishadamas/Desktop/eCommerce/bin/python + +# -*- coding: utf-8 -*- +import re +import sys + +from django.core.management import execute_from_command_line + +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0]) + sys.exit(execute_from_command_line()) diff --git a/Tamisha_Damas/eCommerce/bin/django-admin.py b/Tamisha_Damas/eCommerce/bin/django-admin.py new file mode 100755 index 0000000..15f45f7 --- /dev/null +++ b/Tamisha_Damas/eCommerce/bin/django-admin.py @@ -0,0 +1,5 @@ +#!/Users/tamishadamas/Desktop/eCommerce/bin/python +from django.core import management + +if __name__ == "__main__": + management.execute_from_command_line() diff --git a/Tamisha_Damas/eCommerce/bin/easy_install b/Tamisha_Damas/eCommerce/bin/easy_install new file mode 100755 index 0000000..f567b26 --- /dev/null +++ b/Tamisha_Damas/eCommerce/bin/easy_install @@ -0,0 +1,11 @@ +#!/Users/tamishadamas/Desktop/eCommerce/bin/python + +# -*- coding: utf-8 -*- +import re +import sys + +from setuptools.command.easy_install import main + +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/Tamisha_Damas/eCommerce/bin/easy_install-2.7 b/Tamisha_Damas/eCommerce/bin/easy_install-2.7 new file mode 100755 index 0000000..f567b26 --- /dev/null +++ b/Tamisha_Damas/eCommerce/bin/easy_install-2.7 @@ -0,0 +1,11 @@ +#!/Users/tamishadamas/Desktop/eCommerce/bin/python + +# -*- coding: utf-8 -*- +import re +import sys + +from setuptools.command.easy_install import main + +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/Tamisha_Damas/eCommerce/bin/pip b/Tamisha_Damas/eCommerce/bin/pip new file mode 100755 index 0000000..ccc8adf --- /dev/null +++ b/Tamisha_Damas/eCommerce/bin/pip @@ -0,0 +1,11 @@ +#!/Users/tamishadamas/Desktop/eCommerce/bin/python + +# -*- coding: utf-8 -*- +import re +import sys + +from pip import main + +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/Tamisha_Damas/eCommerce/bin/pip2 b/Tamisha_Damas/eCommerce/bin/pip2 new file mode 100755 index 0000000..ccc8adf --- /dev/null +++ b/Tamisha_Damas/eCommerce/bin/pip2 @@ -0,0 +1,11 @@ +#!/Users/tamishadamas/Desktop/eCommerce/bin/python + +# -*- coding: utf-8 -*- +import re +import sys + +from pip import main + +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/Tamisha_Damas/eCommerce/bin/pip2.7 b/Tamisha_Damas/eCommerce/bin/pip2.7 new file mode 100755 index 0000000..ccc8adf --- /dev/null +++ b/Tamisha_Damas/eCommerce/bin/pip2.7 @@ -0,0 +1,11 @@ +#!/Users/tamishadamas/Desktop/eCommerce/bin/python + +# -*- coding: utf-8 -*- +import re +import sys + +from pip import main + +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/Tamisha_Damas/eCommerce/bin/python b/Tamisha_Damas/eCommerce/bin/python new file mode 100755 index 0000000000000000000000000000000000000000..b493b5b4d48457dee12b2462dce85cc659e24763 GIT binary patch literal 51744 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 literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/bin/python-config b/Tamisha_Damas/eCommerce/bin/python-config new file mode 100755 index 0000000..7001b17 --- /dev/null +++ b/Tamisha_Damas/eCommerce/bin/python-config @@ -0,0 +1,78 @@ +#!/Users/tamishadamas/Desktop/eCommerce/bin/python + +import sys +import getopt +import sysconfig + +valid_opts = ['prefix', 'exec-prefix', 'includes', 'libs', 'cflags', + 'ldflags', 'help'] + +if sys.version_info >= (3, 2): + valid_opts.insert(-1, 'extension-suffix') + valid_opts.append('abiflags') +if sys.version_info >= (3, 3): + valid_opts.append('configdir') + + +def exit_with_usage(code=1): + sys.stderr.write("Usage: {0} [{1}]\n".format( + sys.argv[0], '|'.join('--'+opt for opt in valid_opts))) + sys.exit(code) + +try: + opts, args = getopt.getopt(sys.argv[1:], '', valid_opts) +except getopt.error: + exit_with_usage() + +if not opts: + exit_with_usage() + +pyver = sysconfig.get_config_var('VERSION') +getvar = sysconfig.get_config_var + +opt_flags = [flag for (flag, val) in opts] + +if '--help' in opt_flags: + exit_with_usage(code=0) + +for opt in opt_flags: + if opt == '--prefix': + print(sysconfig.get_config_var('prefix')) + + elif opt == '--exec-prefix': + print(sysconfig.get_config_var('exec_prefix')) + + elif opt in ('--includes', '--cflags'): + flags = ['-I' + sysconfig.get_path('include'), + '-I' + sysconfig.get_path('platinclude')] + if opt == '--cflags': + flags.extend(getvar('CFLAGS').split()) + print(' '.join(flags)) + + elif opt in ('--libs', '--ldflags'): + abiflags = getattr(sys, 'abiflags', '') + libs = ['-lpython' + pyver + abiflags] + libs += getvar('LIBS').split() + libs += getvar('SYSLIBS').split() + # add the prefix/lib/pythonX.Y/config dir, but only if there is no + # shared library in prefix/lib/. + if opt == '--ldflags': + if not getvar('Py_ENABLE_SHARED'): + libs.insert(0, '-L' + getvar('LIBPL')) + if not getvar('PYTHONFRAMEWORK'): + libs.extend(getvar('LINKFORSHARED').split()) + print(' '.join(libs)) + + elif opt == '--extension-suffix': + ext_suffix = sysconfig.get_config_var('EXT_SUFFIX') + if ext_suffix is None: + ext_suffix = sysconfig.get_config_var('SO') + print(ext_suffix) + + elif opt == '--abiflags': + if not getattr(sys, 'abiflags', None): + exit_with_usage() + print(sys.abiflags) + + elif opt == '--configdir': + print(sysconfig.get_config_var('LIBPL')) diff --git a/Tamisha_Damas/eCommerce/bin/python2 b/Tamisha_Damas/eCommerce/bin/python2 new file mode 120000 index 0000000..d8654aa --- /dev/null +++ b/Tamisha_Damas/eCommerce/bin/python2 @@ -0,0 +1 @@ +python \ No newline at end of file diff --git a/Tamisha_Damas/eCommerce/bin/python2.7 b/Tamisha_Damas/eCommerce/bin/python2.7 new file mode 120000 index 0000000..d8654aa --- /dev/null +++ b/Tamisha_Damas/eCommerce/bin/python2.7 @@ -0,0 +1 @@ +python \ No newline at end of file diff --git a/Tamisha_Damas/eCommerce/bin/wheel b/Tamisha_Damas/eCommerce/bin/wheel new file mode 100755 index 0000000..5d33ca2 --- /dev/null +++ b/Tamisha_Damas/eCommerce/bin/wheel @@ -0,0 +1,11 @@ +#!/Users/tamishadamas/Desktop/eCommerce/bin/python + +# -*- coding: utf-8 -*- +import re +import sys + +from wheel.tool import main + +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/Tamisha_Damas/eCommerce/eCommerce.atom-project b/Tamisha_Damas/eCommerce/eCommerce.atom-project new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/include/python2.7 b/Tamisha_Damas/eCommerce/include/python2.7 new file mode 120000 index 0000000..3fe034f --- /dev/null +++ b/Tamisha_Damas/eCommerce/include/python2.7 @@ -0,0 +1 @@ +/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 \ No newline at end of file diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/UserDict.py b/Tamisha_Damas/eCommerce/lib/python2.7/UserDict.py new file mode 120000 index 0000000..b735f02 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/UserDict.py @@ -0,0 +1 @@ +/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/UserDict.py \ No newline at end of file diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/_abcoll.py b/Tamisha_Damas/eCommerce/lib/python2.7/_abcoll.py new file mode 120000 index 0000000..4a595bc --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/_abcoll.py @@ -0,0 +1 @@ +/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_abcoll.py \ No newline at end of file diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/_weakrefset.py b/Tamisha_Damas/eCommerce/lib/python2.7/_weakrefset.py new file mode 120000 index 0000000..b8b09b7 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/_weakrefset.py @@ -0,0 +1 @@ +/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_weakrefset.py \ No newline at end of file diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/abc.py b/Tamisha_Damas/eCommerce/lib/python2.7/abc.py new file mode 120000 index 0000000..87956e5 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/abc.py @@ -0,0 +1 @@ +/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/abc.py \ No newline at end of file diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/codecs.py b/Tamisha_Damas/eCommerce/lib/python2.7/codecs.py new file mode 120000 index 0000000..b18c8d6 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/codecs.py @@ -0,0 +1 @@ +/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/codecs.py \ No newline at end of file diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/config b/Tamisha_Damas/eCommerce/lib/python2.7/config new file mode 120000 index 0000000..88ddfa1 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/config @@ -0,0 +1 @@ +/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config \ No newline at end of file diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/copy_reg.py b/Tamisha_Damas/eCommerce/lib/python2.7/copy_reg.py new file mode 120000 index 0000000..8d0265c --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/copy_reg.py @@ -0,0 +1 @@ +/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/copy_reg.py \ No newline at end of file diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/distutils/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/distutils/__init__.py new file mode 100644 index 0000000..29fc1da --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/distutils/__init__.py @@ -0,0 +1,101 @@ +import os +import sys +import warnings +import imp +import opcode # opcode is not a virtualenv module, so we can use it to find the stdlib + # Important! To work on pypy, this must be a module that resides in the + # lib-python/modified-x.y.z directory + +dirname = os.path.dirname + +distutils_path = os.path.join(os.path.dirname(opcode.__file__), 'distutils') +if os.path.normpath(distutils_path) == os.path.dirname(os.path.normpath(__file__)): + warnings.warn( + "The virtualenv distutils package at %s appears to be in the same location as the system distutils?") +else: + __path__.insert(0, distutils_path) + real_distutils = imp.load_module("_virtualenv_distutils", None, distutils_path, ('', '', imp.PKG_DIRECTORY)) + # Copy the relevant attributes + try: + __revision__ = real_distutils.__revision__ + except AttributeError: + pass + __version__ = real_distutils.__version__ + +from distutils import dist, sysconfig + +try: + basestring +except NameError: + basestring = str + +## patch build_ext (distutils doesn't know how to get the libs directory +## path on windows - it hardcodes the paths around the patched sys.prefix) + +if sys.platform == 'win32': + from distutils.command.build_ext import build_ext as old_build_ext + class build_ext(old_build_ext): + def finalize_options (self): + if self.library_dirs is None: + self.library_dirs = [] + elif isinstance(self.library_dirs, basestring): + self.library_dirs = self.library_dirs.split(os.pathsep) + + self.library_dirs.insert(0, os.path.join(sys.real_prefix, "Libs")) + old_build_ext.finalize_options(self) + + from distutils.command import build_ext as build_ext_module + build_ext_module.build_ext = build_ext + +## distutils.dist patches: + +old_find_config_files = dist.Distribution.find_config_files +def find_config_files(self): + found = old_find_config_files(self) + system_distutils = os.path.join(distutils_path, 'distutils.cfg') + #if os.path.exists(system_distutils): + # found.insert(0, system_distutils) + # What to call the per-user config file + if os.name == 'posix': + user_filename = ".pydistutils.cfg" + else: + user_filename = "pydistutils.cfg" + user_filename = os.path.join(sys.prefix, user_filename) + if os.path.isfile(user_filename): + for item in list(found): + if item.endswith('pydistutils.cfg'): + found.remove(item) + found.append(user_filename) + return found +dist.Distribution.find_config_files = find_config_files + +## distutils.sysconfig patches: + +old_get_python_inc = sysconfig.get_python_inc +def sysconfig_get_python_inc(plat_specific=0, prefix=None): + if prefix is None: + prefix = sys.real_prefix + return old_get_python_inc(plat_specific, prefix) +sysconfig_get_python_inc.__doc__ = old_get_python_inc.__doc__ +sysconfig.get_python_inc = sysconfig_get_python_inc + +old_get_python_lib = sysconfig.get_python_lib +def sysconfig_get_python_lib(plat_specific=0, standard_lib=0, prefix=None): + if standard_lib and prefix is None: + prefix = sys.real_prefix + return old_get_python_lib(plat_specific, standard_lib, prefix) +sysconfig_get_python_lib.__doc__ = old_get_python_lib.__doc__ +sysconfig.get_python_lib = sysconfig_get_python_lib + +old_get_config_vars = sysconfig.get_config_vars +def sysconfig_get_config_vars(*args): + real_vars = old_get_config_vars(*args) + if sys.platform == 'win32': + lib_dir = os.path.join(sys.real_prefix, "libs") + if isinstance(real_vars, dict) and 'LIBDIR' not in real_vars: + real_vars['LIBDIR'] = lib_dir # asked for all + elif isinstance(real_vars, list) and 'LIBDIR' in args: + real_vars = real_vars + [lib_dir] # asked for list + return real_vars +sysconfig_get_config_vars.__doc__ = old_get_config_vars.__doc__ +sysconfig.get_config_vars = sysconfig_get_config_vars diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/distutils/distutils.cfg b/Tamisha_Damas/eCommerce/lib/python2.7/distutils/distutils.cfg new file mode 100644 index 0000000..1af230e --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/distutils/distutils.cfg @@ -0,0 +1,6 @@ +# This is a config file local to this virtualenv installation +# You may include options that will be used by all distutils commands, +# and by easy_install. For instance: +# +# [easy_install] +# find_links = http://mylocalsite diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/encodings b/Tamisha_Damas/eCommerce/lib/python2.7/encodings new file mode 120000 index 0000000..8732f85 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/encodings @@ -0,0 +1 @@ +/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings \ No newline at end of file diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/fnmatch.py b/Tamisha_Damas/eCommerce/lib/python2.7/fnmatch.py new file mode 120000 index 0000000..49b6bc0 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/fnmatch.py @@ -0,0 +1 @@ +/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/fnmatch.py \ No newline at end of file diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/genericpath.py b/Tamisha_Damas/eCommerce/lib/python2.7/genericpath.py new file mode 120000 index 0000000..7843bce --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/genericpath.py @@ -0,0 +1 @@ +/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/genericpath.py \ No newline at end of file diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/lib-dynload b/Tamisha_Damas/eCommerce/lib/python2.7/lib-dynload new file mode 120000 index 0000000..24c555e --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/lib-dynload @@ -0,0 +1 @@ +/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload \ No newline at end of file diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/linecache.py b/Tamisha_Damas/eCommerce/lib/python2.7/linecache.py new file mode 120000 index 0000000..1f79a61 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/linecache.py @@ -0,0 +1 @@ +/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/linecache.py \ No newline at end of file diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/locale.py b/Tamisha_Damas/eCommerce/lib/python2.7/locale.py new file mode 120000 index 0000000..cc8a5a7 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/locale.py @@ -0,0 +1 @@ +/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/locale.py \ No newline at end of file diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/no-global-site-packages.txt b/Tamisha_Damas/eCommerce/lib/python2.7/no-global-site-packages.txt new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/ntpath.py b/Tamisha_Damas/eCommerce/lib/python2.7/ntpath.py new file mode 120000 index 0000000..af0bbe7 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/ntpath.py @@ -0,0 +1 @@ +/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ntpath.py \ No newline at end of file diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/orig-prefix.txt b/Tamisha_Damas/eCommerce/lib/python2.7/orig-prefix.txt new file mode 100644 index 0000000..2a45120 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/orig-prefix.txt @@ -0,0 +1 @@ +/System/Library/Frameworks/Python.framework/Versions/2.7 \ No newline at end of file diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/os.py b/Tamisha_Damas/eCommerce/lib/python2.7/os.py new file mode 120000 index 0000000..04db928 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/os.py @@ -0,0 +1 @@ +/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os.py \ No newline at end of file diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/posixpath.py b/Tamisha_Damas/eCommerce/lib/python2.7/posixpath.py new file mode 120000 index 0000000..cc89aa2 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/posixpath.py @@ -0,0 +1 @@ +/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/posixpath.py \ No newline at end of file diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/re.py b/Tamisha_Damas/eCommerce/lib/python2.7/re.py new file mode 120000 index 0000000..b1a8e65 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/re.py @@ -0,0 +1 @@ +/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/re.py \ No newline at end of file diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/Django-1.10.dist-info/DESCRIPTION.rst b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/Django-1.10.dist-info/DESCRIPTION.rst new file mode 100644 index 0000000..e118723 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/Django-1.10.dist-info/DESCRIPTION.rst @@ -0,0 +1,3 @@ +UNKNOWN + + diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/Django-1.10.dist-info/INSTALLER b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/Django-1.10.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/Django-1.10.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/Django-1.10.dist-info/LICENSE.txt b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/Django-1.10.dist-info/LICENSE.txt new file mode 100644 index 0000000..5f4f225 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/Django-1.10.dist-info/LICENSE.txt @@ -0,0 +1,27 @@ +Copyright (c) Django Software Foundation and individual contributors. +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + 3. Neither the name of Django nor the names of its contributors may be used + to endorse or promote products derived from this software without + specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/Django-1.10.dist-info/METADATA b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/Django-1.10.dist-info/METADATA new file mode 100644 index 0000000..7a6b51a --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/Django-1.10.dist-info/METADATA @@ -0,0 +1,34 @@ +Metadata-Version: 2.0 +Name: Django +Version: 1.10 +Summary: A high-level Python Web framework that encourages rapid development and clean, pragmatic design. +Home-page: http://www.djangoproject.com/ +Author: Django Software Foundation +Author-email: foundation@djangoproject.com +License: BSD +Platform: UNKNOWN +Classifier: Development Status :: 5 - Production/Stable +Classifier: Environment :: Web Environment +Classifier: Framework :: Django +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: BSD License +Classifier: Operating System :: OS Independent +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 2 +Classifier: Programming Language :: Python :: 2.7 +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3.4 +Classifier: Programming Language :: Python :: 3.5 +Classifier: Topic :: Internet :: WWW/HTTP +Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content +Classifier: Topic :: Internet :: WWW/HTTP :: WSGI +Classifier: Topic :: Software Development :: Libraries :: Application Frameworks +Classifier: Topic :: Software Development :: Libraries :: Python Modules +Provides-Extra: argon2 +Requires-Dist: argon2-cffi (>=16.1.0); extra == 'argon2' +Provides-Extra: bcrypt +Requires-Dist: bcrypt; extra == 'bcrypt' + +UNKNOWN + + diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/Django-1.10.dist-info/RECORD b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/Django-1.10.dist-info/RECORD new file mode 100644 index 0000000..ad7ae80 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/Django-1.10.dist-info/RECORD @@ -0,0 +1,4036 @@ +../../../bin/django-admin.py,sha256=OOv0QKYqhDD2O4X3HQx3gFFQ-CC7hSLnWuzZnQXeiiA,115 +Django-1.10.dist-info/DESCRIPTION.rst,sha256=OCTuuN6LcWulhHS3d5rfjdsQtW22n7HENFRh6jC6ego,10 +Django-1.10.dist-info/LICENSE.txt,sha256=uEZBXRtRTpwd_xSiLeuQbXlLxUbKYSn5UKGM0JHipmk,1552 +Django-1.10.dist-info/METADATA,sha256=oNdrLx76D2MWPDePbBau2VkHMFm6hhCC9e57WFMo06M,1329 +Django-1.10.dist-info/RECORD,, +Django-1.10.dist-info/WHEEL,sha256=o2k-Qa-RMNIJmUdIc7KU6VWR_ErNRbWNlxDIpl7lm34,110 +Django-1.10.dist-info/entry_points.txt,sha256=daYW_s0r8Z5eiRi_bNU6vodHqVUXQWzm-DHFOQHTV2Q,83 +Django-1.10.dist-info/metadata.json,sha256=P_JNd9RfXCRSUgmxdMdqdAPReePBNYCeTTfOQ-2I6D8,1623 +Django-1.10.dist-info/top_level.txt,sha256=V_goijg9tfO20ox_7os6CcnPvmBavbxu46LpJiNLwjA,7 +django/__init__.py,sha256=FnukfRvkxoLkdYDv6WGBTY6nxO8CszFTPeAD65XTNRQ,902 +django/__main__.py,sha256=9a5To1vQXqf2Jg_eh8nLvIc0GXmDjEXv4jE1QZEqBFk,211 +django/shortcuts.py,sha256=r2OqFbnjTEGjeSjMpt9uc-ksR6SnWKp68txAigPl3v4,5429 +django/apps/__init__.py,sha256=t0F4yceU4SbybMeWBvpuE6RsGaENmQCVbNSdSuXiEMs,90 +django/apps/config.py,sha256=u12RTUfEhhANR4LJGM-1KO5TYnTr1B-BxVCLZuq_vj8,8159 +django/apps/registry.py,sha256=axLD1U2DnFjVgvzbTuT5wZSyq9C5DDDPsO9WpHhJENk,16980 +django/bin/django-admin.py,sha256=FWxg_nmLPNGqXwSMw0QvZsKNQsiVBHrSsNfgALIXqQ0,128 +django/conf/__init__.py,sha256=e_l5zd8n_AHqrTgZm7ZcaBSLtBR3TsI8xMsW70DNe8Q,6888 +django/conf/global_settings.py,sha256=3AOaDCxO2jD33J4GGK7buuUfs4uBJve6xVnYGad8pHE,21818 +django/conf/app_template/__init__.py-tpl,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/app_template/admin.py-tpl,sha256=suMo4x8I3JBxAFBVIdE-5qnqZ6JAZV0FESABHOSc-vg,63 +django/conf/app_template/apps.py-tpl,sha256=tGIEgUN4GBMBB6Qk8tVu9EIyg4Vy4i89EdORn0NIPtI,136 +django/conf/app_template/models.py-tpl,sha256=rcIeGA2jhew9FxBzp0xfO3Xl8T7It98wAipszYx6POk,79 +django/conf/app_template/tests.py-tpl,sha256=mrbGGRNg5jwbTJtWWa7zSKdDyeB4vmgZCRc2nk6VY-g,60 +django/conf/app_template/views.py-tpl,sha256=xc1IQHrsij7j33TUbo-_oewy3vs03pw_etpBWaMYJl0,63 +django/conf/app_template/migrations/__init__.py-tpl,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/__init__.py,sha256=muJRQTHnfaqrefIkmq_DY47WhHRKkih_aiLtO7blHAc,12442 +django/conf/locale/af/LC_MESSAGES/django.mo,sha256=LVOYRRsyxxcRtyIgVNy6AgmXzcs3fbsHkcsVpMAw3Ug,19888 +django/conf/locale/af/LC_MESSAGES/django.po,sha256=8lLh_DU-l1KOROMkGf2bF9kVa4DSX9WjpNLbDK2ryac,23952 +django/conf/locale/ar/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/ar/formats.py,sha256=EN2qOBapCXvc1enNVXbfl3PWgxFQDtsPqHS0HHVH6Ks,761 +django/conf/locale/ar/LC_MESSAGES/django.mo,sha256=FncBXbMC-FQqxNgEBvXsW-Giofj_xKu2xrOwcZPJBlk,32064 +django/conf/locale/ar/LC_MESSAGES/django.po,sha256=itiQp7_ysr04Qwcz7uQalqyKU1NVaUWLiABdM1hzOAo,34587 +django/conf/locale/ast/LC_MESSAGES/django.mo,sha256=-gnssUZroVdpxcl7QGOBk7C-EjxCRY-SDkHlpv1XT7A,16955 +django/conf/locale/ast/LC_MESSAGES/django.po,sha256=peSH1nhu-US8Ar6UG4C7-OfB5w4lY7j1EK7NqySKcvM,22563 +django/conf/locale/az/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/az/formats.py,sha256=yweWGyM0-s5_50ce0nj3p3iCCeEUxybUkwBY4Nvcv40,1267 +django/conf/locale/az/LC_MESSAGES/django.mo,sha256=B2L64rjV6MMlgo4r9QPr1GBSOsMUYfwFGiX-DeLXAPI,16530 +django/conf/locale/az/LC_MESSAGES/django.po,sha256=5J8imAGoHeUAqYLtdEztm-6LQ2J-FSZSOw1aGqnat90,22422 +django/conf/locale/be/LC_MESSAGES/django.mo,sha256=d4-Rs77PecCaGV7Gdhh4aEP3tDG5wbfzuWm291vIP5U,24094 +django/conf/locale/be/LC_MESSAGES/django.po,sha256=UMeVnCfI6CrWpnOW0skRoVKUR_l77KW2zDj7sW2sSdI,28878 +django/conf/locale/bg/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/bg/formats.py,sha256=teWZbT7TMi370Qbkvqc-_OIK2zo-rfUhSbuYeXrPDRA,770 +django/conf/locale/bg/LC_MESSAGES/django.mo,sha256=Kqf4O5HXd0NHhmgHrFAHbBxGQrmBNS9Of6jkr4p_UuQ,28722 +django/conf/locale/bg/LC_MESSAGES/django.po,sha256=ZGtkqiHrt9qz1kDaCQPvASXjGUWv4R2LJllrABBHktI,31205 +django/conf/locale/bn/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/bn/formats.py,sha256=tye_SQJVuyihYsVDh_bqYAFy5U_stgaFzmABA2l87qo,755 +django/conf/locale/bn/LC_MESSAGES/django.mo,sha256=AIFPhb3T5inqGmq1jPMkJiw89Ex_VVvkbyxXA7cpEtM,17515 +django/conf/locale/bn/LC_MESSAGES/django.po,sha256=xSgQ0wFlMJKMpqa458a_nxs-QE1gIUWgoygfTfmAJLM,25672 +django/conf/locale/br/LC_MESSAGES/django.mo,sha256=SyCipt7l40PKXteBAbiYPb8sLd9bbkVFcBKsmyHCVn8,15121 +django/conf/locale/br/LC_MESSAGES/django.po,sha256=GliYPPJpwVEqOy-N7sBl5DAt4elDdBgFC-0cdnMht4U,21673 +django/conf/locale/bs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/bs/formats.py,sha256=cb3dIRUTkqgP5BD1JgSaBfjy7gbCX_dIs6JC6TOvu18,770 +django/conf/locale/bs/LC_MESSAGES/django.mo,sha256=2ycHoOH725pQe6C2xiI-mfC9R0dVfjRBS6JoCA3Prhw,11249 +django/conf/locale/bs/LC_MESSAGES/django.po,sha256=LfXg2OBdRQGjIhyftgkclnJBItKzqrkoKJeLbqyKMns,20546 +django/conf/locale/ca/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/ca/formats.py,sha256=OSyFr8weEtCJdU3553RtjCMMesSnrt6dWJ4mgQ78t5Y,1016 +django/conf/locale/ca/LC_MESSAGES/django.mo,sha256=zl0XotVBoWgHFlLBIzQFHtj1Cs1HhSJCm1DoE8kYulU,23977 +django/conf/locale/ca/LC_MESSAGES/django.po,sha256=zLj_hyMRZd6a2_MWr7VWE2yJvfPl9l-8JMTFlpFaFKg,26032 +django/conf/locale/cs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/cs/formats.py,sha256=LgPWoE9HiW3VinujY58BWp5nH_WzqitXl_6y1XK7X1U,1702 +django/conf/locale/cs/LC_MESSAGES/django.mo,sha256=YOm7Ygsq_M1cEmGhiMvzZHWnMinw4ZiS6kBRXXXPJnU,24995 +django/conf/locale/cs/LC_MESSAGES/django.po,sha256=8wWYP6Y3PeNgtxDqiKtAwb48s0ByI4tW_FA6q_4xIuw,27226 +django/conf/locale/cy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/cy/formats.py,sha256=F0VwncGhUnMhnfKTCRH7lxtmt9OlTL7BkgMqKnePHDw,1822 +django/conf/locale/cy/LC_MESSAGES/django.mo,sha256=HDD6LzVbkBCap8Q9z6sCo0yYytpNd5s5SuFceczZtUA,22605 +django/conf/locale/cy/LC_MESSAGES/django.po,sha256=AlQLHgX_GOjfxwBFC-47fdChwkehx9zcgD06Fqrnqjs,26003 +django/conf/locale/da/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/da/formats.py,sha256=PxjJ3fosnNpR2WyyAPrQ_vdcmIdSSWBsSZCOIBBN2DI,1006 +django/conf/locale/da/LC_MESSAGES/django.mo,sha256=LmreQqDh8Xie3821VyOYW8ysp4zVQ_XOp0oXUToGaQk,23753 +django/conf/locale/da/LC_MESSAGES/django.po,sha256=8l5bV2W_bIRoWnOWElXIYRbdvhGxT0hN_HYX4-ab-Gc,25657 +django/conf/locale/de/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/de/formats.py,sha256=cULl_RgMgwAkPbZTNiPPYVZZcASmzjZWzuepReHU6vc,1100 +django/conf/locale/de/LC_MESSAGES/django.mo,sha256=mr8rUWQxJimc3lBnj7CSL52SeuGfUWsuTyhXRo9zF3o,25098 +django/conf/locale/de/LC_MESSAGES/django.po,sha256=EDEJfMPcWsusv9Tj9-MIJK71ZKQJXh2UcMOGmCGc59M,26996 +django/conf/locale/de_CH/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/de_CH/formats.py,sha256=9piAq3n_iZrtyv1qsC_bT39Y_YdvJ5R5ZjFe5aLn-FU,1445 +django/conf/locale/dsb/LC_MESSAGES/django.mo,sha256=Y94pthfHaLN7Jjvp1H1_SghVEy40sCTR4NQ4cO63Uc8,26503 +django/conf/locale/dsb/LC_MESSAGES/django.po,sha256=IduZv2Epx1F5EdNAGnMaXylifQiuvPOk1Z0o3I0hRcQ,28546 +django/conf/locale/el/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/el/formats.py,sha256=goI_8oOqlrDMTQNfDn23sXZqqnZPe6DPNWpTLT3Y828,1477 +django/conf/locale/el/LC_MESSAGES/django.mo,sha256=NMYjEZW3WdaBcx28hHf4Ao7QVzR-lfQ-mS57YOneCCk,31345 +django/conf/locale/el/LC_MESSAGES/django.po,sha256=Vvtl9Zyt489EzqdGjKX0Dwmwymdg0L1xYh6YPxGZtGs,33515 +django/conf/locale/en/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/en/formats.py,sha256=M5bx4iD6gQ6lvOMApopDDXcKePz9o5ga_OtsvDmaizI,1815 +django/conf/locale/en/LC_MESSAGES/django.mo,sha256=mVpSj1AoAdDdW3zPZIg5ZDsDbkSUQUMACg_BbWHGFig,356 +django/conf/locale/en/LC_MESSAGES/django.po,sha256=n18CenQp6AiD3qEqo5lUk07FtNojAz7RQb6a8wCzvMA,26242 +django/conf/locale/en_AU/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/en_AU/formats.py,sha256=9nzQB1jKK8jcWjr6EuY5SKnbjaCf3go9XT-Ec8VV_3A,2117 +django/conf/locale/en_AU/LC_MESSAGES/django.mo,sha256=TbQKfdOrni4uWjFZuboQydptyxwkFJ8MlikWcgggMJU,16566 +django/conf/locale/en_AU/LC_MESSAGES/django.po,sha256=EkDkwHHG1iVi4RqzzguoOVAq29UYCPW7dhdafkxb4Q4,22150 +django/conf/locale/en_GB/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/en_GB/formats.py,sha256=6rF3YalXedwYwDnZYpStlmu-hrwC3cN71369f-pF484,2117 +django/conf/locale/en_GB/LC_MESSAGES/django.mo,sha256=o-nJLIpUO03avMS82mSXKNelzTeH43F1g490Z80NHlk,13305 +django/conf/locale/en_GB/LC_MESSAGES/django.po,sha256=4XvJifcXDSTT_pslju1SKxKUdsjCfa6mpnp3jiZGoKo,20939 +django/conf/locale/eo/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/eo/formats.py,sha256=KfN4P09paqecB2czE8v26NSndJt2woQezRpdyVxwX8w,2335 +django/conf/locale/eo/LC_MESSAGES/django.mo,sha256=Z8viSa1LL4HQzFTG4QQ8Ch3R7ZRpoNA7HVAWAIPzRKg,23521 +django/conf/locale/eo/LC_MESSAGES/django.po,sha256=O87Ou_yrX3H90yuaUz04ZUomm9lgduQXSl0y_EUwYXg,25607 +django/conf/locale/es/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/es/formats.py,sha256=cmTYxxAbasWS6W5xyd5n4cetsASiRxOqaPk0NfZU_FM,1014 +django/conf/locale/es/LC_MESSAGES/django.mo,sha256=bmB_xsqGjNWKhwTmz2_BnqZXCBqGv1MuJ-0OgFKExwE,24075 +django/conf/locale/es/LC_MESSAGES/django.po,sha256=_1D-yU3bW0VqaPoIWugGSz5LnbtQyNG_ELQTshhtSnU,26812 +django/conf/locale/es_AR/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/es_AR/formats.py,sha256=SCyzs-qZu3beLc1FQSq_XX-7din7CuarYeggSfFf0yg,1000 +django/conf/locale/es_AR/LC_MESSAGES/django.mo,sha256=piIAKgJSJRDMsWRJ0KTdaiALoUHgVtoTyVr6RORmuGA,24831 +django/conf/locale/es_AR/LC_MESSAGES/django.po,sha256=0poACLNqUsWMT8Umua768X2Hn_9JwufxhuEpsHQuJa4,26599 +django/conf/locale/es_CO/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/es_CO/formats.py,sha256=c5Cc9itjYFWWT3nffv5tRSzYe2dAxOI5cW9rKFd6zmA,767 +django/conf/locale/es_CO/LC_MESSAGES/django.mo,sha256=mcW4ZlOzQ5o10-accDKtuc8GGStB8DfK33MzeRhsmI0,23958 +django/conf/locale/es_CO/LC_MESSAGES/django.po,sha256=A4qKYmrxlWK8l4cb7owTMXVh_CAE6YxSNvXBjwdrRVY,25893 +django/conf/locale/es_MX/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/es_MX/formats.py,sha256=i1syUMMIwbwQnp89G_6RriH2JEcjG9GdimX4pGf_lUY,891 +django/conf/locale/es_MX/LC_MESSAGES/django.mo,sha256=g_ORm1xxrVvaOD8Weqyz0qGA68j_Iwo6KGljf3SW0sg,15274 +django/conf/locale/es_MX/LC_MESSAGES/django.po,sha256=iBVa2qXqxTdBqgcw1Qoi3qUWKVJojY2S6mcOOE11NHw,21978 +django/conf/locale/es_NI/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/es_NI/formats.py,sha256=y2lSPEsoHevaOTJVgsDg6uXabC2Rxc_PUKDhV3nFpfs,807 +django/conf/locale/es_PR/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/es_PR/formats.py,sha256=1qIPnvSgsxgWHjtOtopfc_S7TFJgQhl6AxIHLRTatpg,738 +django/conf/locale/es_VE/LC_MESSAGES/django.mo,sha256=k7yYYDGPLJUc6hWnEzdgnX8HVWUq98HJTDWv4HKA2J0,24149 +django/conf/locale/es_VE/LC_MESSAGES/django.po,sha256=O_sCgTNhGeQNGWdL_TUhkVtLGJpRXgPQnBPdkujKvw0,26046 +django/conf/locale/et/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/et/formats.py,sha256=swXlsiYnjbr_NCuZDuQlcesPHzYG8ssjN_Kf6FXD3C4,770 +django/conf/locale/et/LC_MESSAGES/django.mo,sha256=XGJiSRsD9MWpoSRqfEPXBnQ8M20Wa69gqHPjeoRjsmQ,23902 +django/conf/locale/et/LC_MESSAGES/django.po,sha256=rNb_wH-7nCz_EfQJGkf_xknlmrqnFpXnr9Jnmjy9CSg,25780 +django/conf/locale/eu/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/eu/formats.py,sha256=XFVq2mR-aBIP0DdOoVYrkWtgD3C4CY7lJ-PdI9U1rps,754 +django/conf/locale/eu/LC_MESSAGES/django.mo,sha256=Veel9D4UAu3vd4jo69PkG1QV5_lTiR1X3GvCwl1YYcQ,17377 +django/conf/locale/eu/LC_MESSAGES/django.po,sha256=89j55pCwNQdxZlSG71EJBCiES7DHhPnrJ0F9rLoOlRI,23006 +django/conf/locale/fa/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/fa/formats.py,sha256=Xy9yBBtuczJWCw_tk69A5lhw5o2JEm9oM12Cdw9Dm48,787 +django/conf/locale/fa/LC_MESSAGES/django.mo,sha256=r7LfF5cyjR0kVsuvBfIel10i7_nHE50U_S4MAq2a2Vg,27350 +django/conf/locale/fa/LC_MESSAGES/django.po,sha256=OpQgjqNQ9sySY2wdSfM2pIeyNWsCqXyDopLr5e32h-I,29072 +django/conf/locale/fi/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/fi/formats.py,sha256=D3uhn569MG2NyFk-y8HcpD_4XY8vrDhlAGyca8nxaG8,1390 +django/conf/locale/fi/LC_MESSAGES/django.mo,sha256=MwKin1aPYi5m_zc_-tMymfI-2iUgyJEVv8iHzyc4tXU,24088 +django/conf/locale/fi/LC_MESSAGES/django.po,sha256=dhnFdzcM9ktTgk1If6QAGT1ohfKyZ7-i1xcXEVEObYU,26047 +django/conf/locale/fr/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/fr/formats.py,sha256=5Qju5pecIhIaw4Paj9zWAB7TgRwKCyuA1DB1oexZW-w,1454 +django/conf/locale/fr/LC_MESSAGES/django.mo,sha256=ylDA7xOBRUczjyf0pjxJ6xFfu5HcjfCk-BXs7burBuM,25188 +django/conf/locale/fr/LC_MESSAGES/django.po,sha256=k9qwz3yMr-DF-ZSlPtx0F7sjdt3Xnh0RNJ_1XHFJp50,27132 +django/conf/locale/fy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/fy/formats.py,sha256=_H9N0ovtdiPWzXIIICnMuVbgRYDrU2fGZWDlQH_IG60,723 +django/conf/locale/fy/LC_MESSAGES/django.mo,sha256=twLm4PeIn5MEPck1WUEkL0-eNcz3LBCEEM4b6r2cqoQ,2525 +django/conf/locale/fy/LC_MESSAGES/django.po,sha256=oiv4lumpIXYo8U3uEliFTer17so225z4iwpKBsNMwzk,18093 +django/conf/locale/ga/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/ga/formats.py,sha256=FsgGhxV1gkroU6dsfrP3uO8pM-1Y0Weejf_5zZdEdNY,747 +django/conf/locale/ga/LC_MESSAGES/django.mo,sha256=3FYtpqQftyUsdCHn1cccfulsXZ9h0YGBx3OFhwpuino,15406 +django/conf/locale/ga/LC_MESSAGES/django.po,sha256=TyXlc-K7yJm891-ApF9QohfwlVeTJnrUQOQCKJvWFXo,22935 +django/conf/locale/gd/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/gd/formats.py,sha256=ao9MNK1vVk-QP2mMrWyvvE0kE9rJJ_kkcWHl8jeeCew,780 +django/conf/locale/gd/LC_MESSAGES/django.mo,sha256=E0-cqHYW2bUJwBTdAq4ZwgkPjUEeXOkFT-q5t7iNNLE,27404 +django/conf/locale/gd/LC_MESSAGES/django.po,sha256=z0ejr3T2YGozx8Dl0COJPsYiJLeR2erWF_mD1pVZ4Uo,29582 +django/conf/locale/gl/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/gl/formats.py,sha256=JKYHuuprDMxkkGIKN4czh2jSqxg3L6LA2YfF0PG97cc,822 +django/conf/locale/gl/LC_MESSAGES/django.mo,sha256=Rqe_5w8_y8HmIXFp7rbJm0oPKTENqJYijk8GbF9xpfE,14855 +django/conf/locale/gl/LC_MESSAGES/django.po,sha256=-zGcXp_NSUd_VAnFVeBbyBQcg4AnR7udcWQY3r5bCBg,21873 +django/conf/locale/he/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/he/formats.py,sha256=GzzWkJ8sfX2-yTLbLksGUxTUtPVnbAkQLSdcwBusKSQ,777 +django/conf/locale/he/LC_MESSAGES/django.mo,sha256=ScA8e-TntGvb2sjwrT-jySPZEZ1Gvt0I6ElZskvcZpk,26216 +django/conf/locale/he/LC_MESSAGES/django.po,sha256=CLFV6Id__8IGZ4P7RQuyHrnLk7uPbjQWiZnTTt5s8SU,28057 +django/conf/locale/hi/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/hi/formats.py,sha256=Rf4VUYCYaXGT4uzjUxc6JYFL816QyuqdFyl_W2H5xKA,749 +django/conf/locale/hi/LC_MESSAGES/django.mo,sha256=v1RF6Z8WWq97Asb-fKAb3GNKF39xsihKX88LG-ft1nA,19545 +django/conf/locale/hi/LC_MESSAGES/django.po,sha256=wbZVxg-hHytg3eYJ7MgnnJIGcePftB_BOJw92IhZTLs,26772 +django/conf/locale/hr/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/hr/formats.py,sha256=hwIfdFgI8eySUM7XOfkhhlH5ah6_MpC26Z5_In1L6sc,2106 +django/conf/locale/hr/LC_MESSAGES/django.mo,sha256=CG5EbnEGSVeYB51UaDr-zFL7aBzbwIAZzrrolq6yMLo,19972 +django/conf/locale/hr/LC_MESSAGES/django.po,sha256=0rdmnu4FsU0TwRt-sCM1PgG2vUY2tynh4L8ylbdjt34,24834 +django/conf/locale/hsb/LC_MESSAGES/django.mo,sha256=VO9rnUCAxq3py-tQNhE8IQZWfWcw-9CRxMFBUwjELy4,26256 +django/conf/locale/hsb/LC_MESSAGES/django.po,sha256=a9NESNT0NRnbUNZtcvoAjkxlGVQKKeK2SfXsu9TSm_Y,28278 +django/conf/locale/hu/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/hu/formats.py,sha256=ac4pR1Tw-kBH7LvR1nFaz9k0Tf0ScuWrXxcZH1k5NuE,1117 +django/conf/locale/hu/LC_MESSAGES/django.mo,sha256=nJsvJYUifrSBNlTZ4L862n14gepYGp3TiD7bBmvjaRY,24906 +django/conf/locale/hu/LC_MESSAGES/django.po,sha256=P9NF8O7Cn5ej8P5YEjEibfPJOgZwIoxC3TLLgvdlog0,26795 +django/conf/locale/ia/LC_MESSAGES/django.mo,sha256=Kc1UHYSciHKhtbzZsmc-DGHQ1jH8SZlvhZdzztRMT4E,16229 +django/conf/locale/ia/LC_MESSAGES/django.po,sha256=rjPJZ5HtCRPJxBa-KbJViUJGBRWlIpHIjgV29IlthWk,22374 +django/conf/locale/id/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/id/formats.py,sha256=kiPBkki5VtKmke4FG-zSb6EY4l1cyuWeEJ7uPpJO9vI,2135 +django/conf/locale/id/LC_MESSAGES/django.mo,sha256=KqRtNe8s_dY0lVEOQkMXPISinjU0pOrnl8brUHnwrRI,22559 +django/conf/locale/id/LC_MESSAGES/django.po,sha256=Wwb-MyZ6Uofxpw6qGRfmfKW2bwGmDjbtqV3kJzlY_mk,24886 +django/conf/locale/io/LC_MESSAGES/django.mo,sha256=yITckUWbocG8r7tcQevdBW-OAMBrVtk7Hb_WOVnjgak,15149 +django/conf/locale/io/LC_MESSAGES/django.po,sha256=BYRip1gC_JxkTt2L-BMMufkCWm6J9O2fmLdGMZuC710,21778 +django/conf/locale/is/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/is/formats.py,sha256=xu-C76SUTZqG_AbP71X4TbXKnvJvn8SnPaQclhl8h94,753 +django/conf/locale/is/LC_MESSAGES/django.mo,sha256=5oGg2AsGumt2cu9fn91L8Va9CfwKsO5GbvI1b-hqG7g,17355 +django/conf/locale/is/LC_MESSAGES/django.po,sha256=fJilxON7JNTEQVSEY5GvF6Qva55ce5dxHeQUqX2VOmk,23170 +django/conf/locale/it/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/it/formats.py,sha256=Pvt67-kw_eEVUuiCvKq6hl_2PgQZhx5sit8S6BjdSX4,2079 +django/conf/locale/it/LC_MESSAGES/django.mo,sha256=UB247v03HNpn91tkNyHzhXLVG_FzfcmuDai2lnxYlfU,24306 +django/conf/locale/it/LC_MESSAGES/django.po,sha256=8Hb8k6P_Zc4HoauTKo1bI40b6Xr6RX9Fc8uagJBNFw8,26382 +django/conf/locale/ja/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/ja/formats.py,sha256=y-mcxhINNsaFZ2hhVPYs9DWyJRLk8DixcyHuPiH8Bnw,794 +django/conf/locale/ja/LC_MESSAGES/django.mo,sha256=Eq7BX9sWRZpPhK7e2REaZGSY_mDvq6TlsxLGiCOjLgw,26538 +django/conf/locale/ja/LC_MESSAGES/django.po,sha256=FefZ7fCfdVsqt0IQsSg-WYOzzWjhQTtIJ85dp6xgTqg,28126 +django/conf/locale/ka/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/ka/formats.py,sha256=AQ8sQA0lH3nI1bxDVNqu5M3qJ87fms4veiB1WqVuS-s,2180 +django/conf/locale/ka/LC_MESSAGES/django.mo,sha256=SKIO5xo3TDVpwJKXF2ye97SxPAvHq3KEDl9fziTR6tE,25238 +django/conf/locale/ka/LC_MESSAGES/django.po,sha256=z64hTHZbU5BBuzR6kwpKU96sdrM67E7ULVG_de1-yS8,30173 +django/conf/locale/kk/LC_MESSAGES/django.mo,sha256=52ITdTABYZ9rkUGjM7MrNbxF8Qbf9kyaIP-d3AhMrTs,14222 +django/conf/locale/kk/LC_MESSAGES/django.po,sha256=jpbGZCLTFt2FfxuonwKqGjRCRh24MRzEgm-NnISCECo,22572 +django/conf/locale/km/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/km/formats.py,sha256=nNjca2QfF9wtcK6iA00Ca7_xEiQRi1X4W6aLOm7lXBI,815 +django/conf/locale/km/LC_MESSAGES/django.mo,sha256=kEC2mliCKNHld5MHzstsLdRDmpCksJS6ltV8ntnOOg8,7284 +django/conf/locale/km/LC_MESSAGES/django.po,sha256=D4ueDz_lPx13FNZWl7XwqpKuy9__JXxpi-UB9vRRzj0,20318 +django/conf/locale/kn/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/kn/formats.py,sha256=EGaor42jZ2fZHf1nKnXMeJlLS8uU-Ts5s5bLnG6EC6c,745 +django/conf/locale/kn/LC_MESSAGES/django.mo,sha256=oLIrlkB0pO_uRkAP5FmpF3TqF63M7qZWFzrJNWy3vXI,18954 +django/conf/locale/kn/LC_MESSAGES/django.po,sha256=KZwsF0NjI9gsR1xAMQzPlyG34y89FQ5sCXKwvNj74RA,27199 +django/conf/locale/ko/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/ko/formats.py,sha256=Cg_YSkmWYF61jQLVcQ-U4NnTVmC9N_wK0xQbSNIHbGk,2320 +django/conf/locale/ko/LC_MESSAGES/django.mo,sha256=afkB4PtS0qIm2AKpx9SiP9D4AnoaahWW0M0MGtGr2Ls,25069 +django/conf/locale/ko/LC_MESSAGES/django.po,sha256=KzmXP4c-5SIMdoU8MUnypkyqu5_pxtMhgwlFddAf4oA,26780 +django/conf/locale/lb/LC_MESSAGES/django.mo,sha256=NWSURykjycsu75dFAZr5E1GC0fObzsA2H9FM0Rf4PFI,8069 +django/conf/locale/lb/LC_MESSAGES/django.po,sha256=61Tl7GXCtdEiV9qAVU0kgU9O5qYnHOyYpMAtVrnPdBc,18941 +django/conf/locale/lt/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/lt/formats.py,sha256=9Z1nAIlmf3DRR9qb2MWpbEabZHrA3eW2zVobyWSbKrg,1830 +django/conf/locale/lt/LC_MESSAGES/django.mo,sha256=PsyCqOIxfqVrWxBhehof_74WxylmtklJHpzD3rk091c,25445 +django/conf/locale/lt/LC_MESSAGES/django.po,sha256=G43I0KillI7sF-UwGF4HdT7GpnScsDm8VJ14Stmwn-E,27639 +django/conf/locale/lv/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/lv/formats.py,sha256=z0DtuB7Fe1kB2hrOV4GUSWxOyecOgAMRC-Ocr2XDShA,1906 +django/conf/locale/lv/LC_MESSAGES/django.mo,sha256=VCx4Kb8Q1ZO-J0uptvDixWK1V-AWgcoOPYYfmGU3AD0,13779 +django/conf/locale/lv/LC_MESSAGES/django.po,sha256=9xN6cw8oiZJnjpbtBvkYo8mHV9DAlbPymCJ6JSJ9DWw,21967 +django/conf/locale/mk/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/mk/formats.py,sha256=MJ0ow91fKjBSiPiQiI0xYgAn0B5gS6D7K1klPCyigmo,1742 +django/conf/locale/mk/LC_MESSAGES/django.mo,sha256=o5zdRGgsaS3y2FLx2oXa-6SvJDlokVV3W_iZ4ZjFqc4,30423 +django/conf/locale/mk/LC_MESSAGES/django.po,sha256=yF1FZjIEpm0Qf2LYOO9ZYaPYQLj-pRV1DacbQFJOm48,32283 +django/conf/locale/ml/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/ml/formats.py,sha256=M5bx4iD6gQ6lvOMApopDDXcKePz9o5ga_OtsvDmaizI,1815 +django/conf/locale/ml/LC_MESSAGES/django.mo,sha256=9DcCqBU_frQBzIgnIMOSrQoULyPCsgFnQzfyHJbBEi0,27484 +django/conf/locale/ml/LC_MESSAGES/django.po,sha256=dpEVb8UJCd-ufuA4mrsMQAq7vjW-a3-bfQsAI_Ewskw,32538 +django/conf/locale/mn/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/mn/formats.py,sha256=QNbtw5-jgbsgmX1JNrcfvhjBYktYeQsXMMnUhHOObVc,741 +django/conf/locale/mn/LC_MESSAGES/django.mo,sha256=cQZIqDQB_C3M8A3-7HfQdSJ3vgpM52gNfJaqsl5W59k,28028 +django/conf/locale/mn/LC_MESSAGES/django.po,sha256=o7AwYHxbKbRoRR_jjbosiSgi6jp87HlYDzBUtk6zwAo,30231 +django/conf/locale/mr/LC_MESSAGES/django.mo,sha256=R2_OLVG3cZxLy93L5xAIERxLqOGvfChywMqPnvhLJmM,1652 +django/conf/locale/mr/LC_MESSAGES/django.po,sha256=4LYJBTjrWo-jA6g9h43i00Iky8FFhLIZcg8ob1t-XpU,17720 +django/conf/locale/my/LC_MESSAGES/django.mo,sha256=QBj6QSRwL8gS75B3Sczs3m82VM8Z8IJvRr9Bgodt1XM,2650 +django/conf/locale/my/LC_MESSAGES/django.po,sha256=l9_4Mnstu8qdw2COZjx-w2X7SkqrroNAs2OdiL0U5kI,18003 +django/conf/locale/nb/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/nb/formats.py,sha256=t95Ja8KDg3LtKcPdmQFk0H5d348NO4DIKaun6bFdnfU,1766 +django/conf/locale/nb/LC_MESSAGES/django.mo,sha256=6o2xG7DNseyP54kdeCGjJ6CIJjXsxphcjl4uZBwWrG8,23689 +django/conf/locale/nb/LC_MESSAGES/django.po,sha256=nx3x_k6G-egfUvzyujJZvY7Llq0jP7R3ltQh0pRJpj8,25642 +django/conf/locale/ne/LC_MESSAGES/django.mo,sha256=Qsb4PfHqZy4DItUTQDUI5jf9qC010LWoAsiKMr6wNoU,26667 +django/conf/locale/ne/LC_MESSAGES/django.po,sha256=xLHXQhXFr5T9Gte0IkNyV8KqQoGHKgfPbfERjj3u0J0,31052 +django/conf/locale/nl/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/nl/formats.py,sha256=_7AQcqWFGnDGnUIjFdaI3iJHTrSltz6dvXeqDFsxG3s,4472 +django/conf/locale/nl/LC_MESSAGES/django.mo,sha256=XGZdN8o2-JnW995u0VBrB-7o2tCNIlWx4AoZYVSnzkg,23913 +django/conf/locale/nl/LC_MESSAGES/django.po,sha256=HxUn1xzN40-3ScPM4xUbMIgR_Ic9bRndEHjN9p9Rjvw,26256 +django/conf/locale/nn/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/nn/formats.py,sha256=9p0oZ32czJ_eTexKWQl6ObbeuQcpGUmHKU_totg5wFs,1810 +django/conf/locale/nn/LC_MESSAGES/django.mo,sha256=rLers2uWepqkV5vAAkj_yHdqjaugbWb-8u3_Fn6BB0o,14420 +django/conf/locale/nn/LC_MESSAGES/django.po,sha256=IlngZKXSadmLvRusoYmAzlnX6dGGVadt9TmAbedMudM,21412 +django/conf/locale/os/LC_MESSAGES/django.mo,sha256=qhiRgvNnu9sHaidkRpA-hbi4lwKVHW6KucmpgINxzlc,19549 +django/conf/locale/os/LC_MESSAGES/django.po,sha256=iy_6dN8iaTzpnfGvilAueqUgH5RP5gCL44-rLADTwjY,25350 +django/conf/locale/pa/LC_MESSAGES/django.mo,sha256=o42cBatbIvGwR4OK58kEYU4eJOYH-zcSSTFa9sj7z_w,11665 +django/conf/locale/pa/LC_MESSAGES/django.po,sha256=WQmiPGhzG0T9U0m4n23mzwOdO_KOUnP1zmhAYQUcpKU,21502 +django/conf/locale/pl/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/pl/formats.py,sha256=UOC3AI6Xk4ToaXJCRlnZSmOvLJQiKMjO71W7NaQytxI,1147 +django/conf/locale/pl/LC_MESSAGES/django.mo,sha256=VcE5N5j4Z89W7fmmokYCjujULZPfRxK5VxcN5bopuc8,25611 +django/conf/locale/pl/LC_MESSAGES/django.po,sha256=dI5Z9kjXvLG7zwdCYqlWqYuN148JGNsDBk-fciVo8DY,28434 +django/conf/locale/pt/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/pt/formats.py,sha256=v-HZTnt5khj9f5AARiplKKktmkRgnyF03LLbSD8-SxM,1717 +django/conf/locale/pt/LC_MESSAGES/django.mo,sha256=sne8N-KTEiOBbqB2rMg9L5aGdoU3xyFy4FSAgpuELm8,23955 +django/conf/locale/pt/LC_MESSAGES/django.po,sha256=xsdEVP9OxVEOXhqRVbP77UkZlo8kz6FNj_MzKE9B4PQ,26143 +django/conf/locale/pt_BR/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/pt_BR/formats.py,sha256=eSfTWlkFafn9lZz-ykemmK2OJGPCF4WvZ81b7rWcpWY,1434 +django/conf/locale/pt_BR/LC_MESSAGES/django.mo,sha256=NK2ECba1DNimhgs0M1V8JoBLnO5_QsEQkkus70nQerU,24447 +django/conf/locale/pt_BR/LC_MESSAGES/django.po,sha256=MGkMTtrbl-yk5AV5ctcjDjGrtKWAmiM_t-HYZhH4Uyg,26761 +django/conf/locale/ro/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/ro/formats.py,sha256=wHI5t4Ix1rf9SHQCUwS_s6JR-OHIVSK9L13BZTtZcKk,773 +django/conf/locale/ro/LC_MESSAGES/django.mo,sha256=jIlycIYAjS2RY5lBluNBlO5pucxGVo67InL3RwZiUdY,24758 +django/conf/locale/ro/LC_MESSAGES/django.po,sha256=Q4WwlEoP5DWFEp5Ac8r3UH6Af40e9oCD7WLZVlD5w2k,27087 +django/conf/locale/ru/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/ru/formats.py,sha256=yweWGyM0-s5_50ce0nj3p3iCCeEUxybUkwBY4Nvcv40,1267 +django/conf/locale/ru/LC_MESSAGES/django.mo,sha256=3Xlb5yIl_Dz4JQG5DsXbjqWZ1AwwZtq88Kjr4h3ey7Y,33882 +django/conf/locale/ru/LC_MESSAGES/django.po,sha256=5MlSAqgPm30x0jXrNc-Dw2mvQg9fgKpKT8kasNzMOmc,36437 +django/conf/locale/sk/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/sk/formats.py,sha256=FfA5OaCFDCLu-V646Ne4EAj3dxuIw4sGXpy5gMjHcTA,1173 +django/conf/locale/sk/LC_MESSAGES/django.mo,sha256=OT6bHWt3nc4Td_-PlN8D5eauA9DJLjJrFphzLd8CKFg,17968 +django/conf/locale/sk/LC_MESSAGES/django.po,sha256=th9eke3lwEthgFP4f49UTDeIUpmsreAksHQS00VrdoI,23900 +django/conf/locale/sl/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/sl/formats.py,sha256=tIipqfsvncQKTaMkW8S-h1D13UfkB5q-PnrIMQdu4DU,2118 +django/conf/locale/sl/LC_MESSAGES/django.mo,sha256=K3evg6pl-3-58AA9KZN5AkHXHc3cdQxmllOybjmyIsQ,25398 +django/conf/locale/sl/LC_MESSAGES/django.po,sha256=mhBcAJWRcEhNoYaMQQsGp_51YdmZr3suwN0J2FHusLg,27807 +django/conf/locale/sq/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/sq/formats.py,sha256=qmitReryMgaAB1mEriZ_6tRRYW4FIsEENuwFqOerJmI,753 +django/conf/locale/sq/LC_MESSAGES/django.mo,sha256=lMTNk2fk_MENax8aTs9mwx0qXgPvZvRZUwqZQPQuEss,24210 +django/conf/locale/sq/LC_MESSAGES/django.po,sha256=Jc0ngZInC-zDMaxm8_Var4-xxyQN1l77Xc8XWya95ms,26306 +django/conf/locale/sr/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/sr/formats.py,sha256=C8wD2UmGnxJipvempF52XhTY56msBqKN5SIpNzOjUHw,2011 +django/conf/locale/sr/LC_MESSAGES/django.mo,sha256=0eGfS2njh7qaMjngJn0n5xzoRaAcn5OIj7u1xSSNBrs,16093 +django/conf/locale/sr/LC_MESSAGES/django.po,sha256=7l7rniT6KetTwWhAorS2_kqU-Wio0UcKlMBi2x-kqww,24020 +django/conf/locale/sr_Latn/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/sr_Latn/formats.py,sha256=C8wD2UmGnxJipvempF52XhTY56msBqKN5SIpNzOjUHw,2011 +django/conf/locale/sr_Latn/LC_MESSAGES/django.mo,sha256=4WCqzRovH3DuK_5XGASjqeEqTxwNBJNkzIkCuKoYG0A,13481 +django/conf/locale/sr_Latn/LC_MESSAGES/django.po,sha256=K98-uPSHz_GEHKjdcMEbvG7U7G9doZMjU54kjb7c_Hw,21408 +django/conf/locale/sv/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/sv/formats.py,sha256=F4EX7FkKLB9K4gTiVMgFjmIf5ZP_oSwbO5WHqze__fc,1569 +django/conf/locale/sv/LC_MESSAGES/django.mo,sha256=d7Dgr_MfFsrOLeWHtnn7M5h4sgX_ytOZpGfTgSSsp2E,24132 +django/conf/locale/sv/LC_MESSAGES/django.po,sha256=OqAD-QJXelgHj2CLpOyrxh1v3TO6KyVY7B2TOLJDqsQ,26198 +django/conf/locale/sw/LC_MESSAGES/django.mo,sha256=4j3s0yYVS9b6jPe9tLsL83daD4-d41KtF3GcCds3Av4,15051 +django/conf/locale/sw/LC_MESSAGES/django.po,sha256=v6KJYPBRbXu6TLPLr0aN0OoXYrvEkptKqsTtT-JDxl4,21671 +django/conf/locale/ta/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/ta/formats.py,sha256=lkqAfDRnac6EvUap5NEIWBIdE5ZIYEGH0Ks9f6-Uebc,747 +django/conf/locale/ta/LC_MESSAGES/django.mo,sha256=_JAW5QWuNZMZANLhdvR_kRxTTdCldJQRTQXe3mWzeug,7155 +django/conf/locale/ta/LC_MESSAGES/django.po,sha256=zrYen1EB8s6CAYB8ndyOb39hqBca4I3wMHe27sk_ShY,20357 +django/conf/locale/te/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/te/formats.py,sha256=_e97FHVHcPrPLuEGgTrod5YUCAl0dwrV7ggP7mvPckQ,745 +django/conf/locale/te/LC_MESSAGES/django.mo,sha256=H0YVR3ukHHEIQJhikO2JFESJT0n-622aeUmD-epZaX8,13321 +django/conf/locale/te/LC_MESSAGES/django.po,sha256=tzl2T65_7m_82kFqfqsRRky0Rj221wXTUDhRB1CGfvg,23407 +django/conf/locale/th/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/th/formats.py,sha256=l33tZo6ZsdQkQWPOrnUOvrQNxyu6sVCU_frCbfKC4io,773 +django/conf/locale/th/LC_MESSAGES/django.mo,sha256=z7bKaeuMg8dD2WW7XIn3uHnAkti3rOu_uLSyNEA8kgA,19196 +django/conf/locale/th/LC_MESSAGES/django.po,sha256=vDZHMeBVzeXh4UN4_IZe8cF3rFN2YvLtOA1mq3oPNhQ,26126 +django/conf/locale/tr/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/tr/formats.py,sha256=v06cXEaflLYOYZJ18JknCWkVSC_f42W-8zM4s8zhcNo,1141 +django/conf/locale/tr/LC_MESSAGES/django.mo,sha256=4r3Lr6maa2QT6iBbskR0RiYrF1EJ69AwsLRXZsCv3eg,24716 +django/conf/locale/tr/LC_MESSAGES/django.po,sha256=d5xPRMHUZi_zhPlay4N1GT4x1bdpfERlP7TDUvgfkj8,26786 +django/conf/locale/tt/LC_MESSAGES/django.mo,sha256=RveshmMys4yQA0zbYnpV-1RMmwUPLngSAJXFLvfw8tw,15527 +django/conf/locale/tt/LC_MESSAGES/django.po,sha256=HsGhEOdMqyceJlfpm5D5ZKGFBPpx0i0WmI1h9t-Xt2o,23643 +django/conf/locale/udm/LC_MESSAGES/django.mo,sha256=R2clMvN6nx58QKP1YLut0-ZRWPrxbp9rIDdktoRiRNE,13564 +django/conf/locale/udm/LC_MESSAGES/django.po,sha256=s5suxIx38gbUgqKpdQJaqVVlsldufrWiWfdPqWdYaN4,21724 +django/conf/locale/uk/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/uk/formats.py,sha256=sZ6KuqFn3Ty3XDgHm4Vva4ZJtwVgKycogA6JQFmbcQ8,781 +django/conf/locale/uk/LC_MESSAGES/django.mo,sha256=LmxsmEO-WtqybbSTsGAvGI-bYFrK3bXSh5aHYctEj3Y,31704 +django/conf/locale/uk/LC_MESSAGES/django.po,sha256=xBzNxzhm0Hx1vrJaz0YxU7D3lNX2YhppyIWxg8TpOZA,34083 +django/conf/locale/ur/LC_MESSAGES/django.mo,sha256=jX9rX5pr4fLm2PQSqIIu_v_9lzyjSa2FSfnBnGfjCnU,12760 +django/conf/locale/ur/LC_MESSAGES/django.po,sha256=hK8pgqDsRWqY2d6GPKUzSZyVvCc5EW2Wp_jxXXGJmfA,22025 +django/conf/locale/vi/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/vi/formats.py,sha256=331u48Th7SUj4Hl2-dFssfSd6tHuY2t5wvJVJjNcSg4,827 +django/conf/locale/vi/LC_MESSAGES/django.mo,sha256=N_WDAdxYPtsujqxgasjboP8KurNY-Wv0CQC3JNkfCAo,19775 +django/conf/locale/vi/LC_MESSAGES/django.po,sha256=rZ_0J58f5lhe_BaAtTglT2m3QGnyGtEPI6PrkH6S_ng,24441 +django/conf/locale/zh_Hans/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/zh_Hans/formats.py,sha256=Y81l8GaHEqMCmMtbhodJfTuALmp3nlU-C0UrTTz3Afw,1810 +django/conf/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=9OWv1AChW86OIO3qHWvgaTCJnZ31QiEx7Mj-xCsZIHI,22909 +django/conf/locale/zh_Hans/LC_MESSAGES/django.po,sha256=w42QRRW0Ppd7CmHJvgQYjQ2ekQDP8GSVRqldbL5-nnk,24980 +django/conf/locale/zh_Hant/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/zh_Hant/formats.py,sha256=Y81l8GaHEqMCmMtbhodJfTuALmp3nlU-C0UrTTz3Afw,1810 +django/conf/locale/zh_Hant/LC_MESSAGES/django.mo,sha256=hNq5Lf3jBZTzggsASIVO8WDuKxiFy9qe7aPDyahl8Mo,18146 +django/conf/locale/zh_Hant/LC_MESSAGES/django.po,sha256=ubdSNKn12u-p2SsQ-UasbYOAVC4EzGWq3np2T3yA-KQ,22803 +django/conf/project_template/manage.py-tpl,sha256=wtAF-7_yk_DwcMOyUbj9WZu7m1Vo2y_LUXFCJMmuJXE,816 +django/conf/project_template/project_name/__init__.py-tpl,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/project_template/project_name/settings.py-tpl,sha256=4JwYHW6nbDUufEkQOQjOY08slnLMETQAJ9dqr4PjsmU,3210 +django/conf/project_template/project_name/urls.py-tpl,sha256=GRf6MbCtMhm4m-6yIHjoFqGF4kKqIDduOy3MhARi7tQ,789 +django/conf/project_template/project_name/wsgi.py-tpl,sha256=YlvOJDVlRT5GdECwWEpeK8i6gRsliG3sLQog8cYPsC8,428 +django/conf/urls/__init__.py,sha256=YAiZuUsxPtGs6aZG93pY8soOrxzZ1NNYCdp3Rxh7euE,3546 +django/conf/urls/i18n.py,sha256=h8yUsxTG9mqrDRHCuRlO5v04kaTYucIm64CK6GzVHaU,1271 +django/conf/urls/static.py,sha256=XsZ3aFfaGGV8Bqmdl5efYJRDnexK0CUB4AHYCi2DJao,869 +django/contrib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/admin/__init__.py,sha256=K5IZ6J5ujshspna6ubTvpFfTBjU7p8EhsbvW6G7fMwY,1243 +django/contrib/admin/actions.py,sha256=aDH1XQqwSJsKndMcQ1VR6EFwRZyeXIlj6KlYnF932lU,3365 +django/contrib/admin/apps.py,sha256=oB9tBVeuhDWHYzudu6CZSvCcFFETn_CSBaOr9Kqghag,726 +django/contrib/admin/checks.py,sha256=Oggrv_WcKxUxM7loxSr-liMJSDGPiglfY8JPGsoiMxs,39023 +django/contrib/admin/decorators.py,sha256=LSeOtL66TLo_iCB9FmdpttxMFb-o5vfnmO_rZEoNM5Q,983 +django/contrib/admin/exceptions.py,sha256=lWAupa8HTBROgZbDeYS1n_vOl_85dcmPhDwz0-Ke1ug,331 +django/contrib/admin/filters.py,sha256=LaZckYNPZyTt5UQEz7wTCmcjWtZXov90Lx7GmElGImA,18042 +django/contrib/admin/forms.py,sha256=OsyJtZ4JXs_a1Tb19HKGlo0R3K-vGwMi3RjEx7aafj8,976 +django/contrib/admin/helpers.py,sha256=5OcmBi09VDwqFfCj0fucI6ZbqBeNgZ5jzV3WhVD5Jag,15030 +django/contrib/admin/models.py,sha256=d6eHUf-hSW9LDgOFk0k6ma1WIFRaJGAJUZk1U_fjz-A,5618 +django/contrib/admin/options.py,sha256=u8f7VCU1O0I-MMVj3QD5F4n4M-E13zLVlWaeE0OCxRs,83107 +django/contrib/admin/sites.py,sha256=IH4KYtNzx1_iKApuN_yLuwnmVV7T1A8Aj8HycAGwMmM,19554 +django/contrib/admin/tests.py,sha256=jml60jZFvJ6043jXr_cfA7Sk_DG6uxEAwJ3jNSEpM-U,7451 +django/contrib/admin/utils.py,sha256=T-WmHF8K0Bo1Mh-oSJmP5YdeCJjvmANekVnOpCvsNwY,17075 +django/contrib/admin/widgets.py,sha256=UeST5lOLGEEshKrcg002prZMKEEpPBmlJL-B4NiWuQ8,14516 +django/contrib/admin/locale/af/LC_MESSAGES/django.mo,sha256=WjpWRSgF1QX6yzKPpQFQnXiSz_6BmNED3qlFYa-BZB0,9511 +django/contrib/admin/locale/af/LC_MESSAGES/django.po,sha256=79BYxxC0xbdmhGqlS413skoTMFrHg_AnzRHp_ctoJ7E,14336 +django/contrib/admin/locale/af/LC_MESSAGES/djangojs.mo,sha256=sfYgG7GY13irWYDP6EyMod95yHG3_0FBJOadGCgAhcE,1158 +django/contrib/admin/locale/af/LC_MESSAGES/djangojs.po,sha256=AD_3cbaCeuk29kkASM42i_Iaq2E4FVIWCg4LtbjfJzA,3590 +django/contrib/admin/locale/am/LC_MESSAGES/django.mo,sha256=XLSGdWWdFRHdJTZUvGxGWESgQi5vJhfYWs9rOeqiQ8I,8309 +django/contrib/admin/locale/am/LC_MESSAGES/django.po,sha256=pv0uCySV2mDoNZwBBZouoTdpagyS8P0sAC-mSdF8KU0,14617 +django/contrib/admin/locale/ar/LC_MESSAGES/django.mo,sha256=sA63t059Lr9UaihJMJNCE8_1x685Kl-NEb-PQc6n0Tc,17633 +django/contrib/admin/locale/ar/LC_MESSAGES/django.po,sha256=AVHZeN_VocgZ4t4C_kIhCckVHww70EQlhZ9Eun5P6tQ,19710 +django/contrib/admin/locale/ar/LC_MESSAGES/djangojs.mo,sha256=eo4f-j6AzrVv_wStyBILsbrOf5V8LKpbsa9w4VQMkig,4959 +django/contrib/admin/locale/ar/LC_MESSAGES/djangojs.po,sha256=TEk1QRDW8D_yln0wOXTl9E0sD4p7j5yjLCSts7bEThY,6200 +django/contrib/admin/locale/ast/LC_MESSAGES/django.mo,sha256=BQ7TZ3UWA8nLieF8o_tZg4vhXYkuluNYTzsZSaQaIH4,2476 +django/contrib/admin/locale/ast/LC_MESSAGES/django.po,sha256=fS7Z3bj2Z0dLiDzblucCExKhT2DyRRdmHn0fGAm1e_4,11642 +django/contrib/admin/locale/ast/LC_MESSAGES/djangojs.mo,sha256=i49S0w8m5_OUlZjKD5YOkaQih1NUxYWhU92fog_Grfg,2137 +django/contrib/admin/locale/ast/LC_MESSAGES/djangojs.po,sha256=ByldEcagWnNCa69h9p2aMS4fp_ZbqV2z_qVq5djvBRQ,4085 +django/contrib/admin/locale/az/LC_MESSAGES/django.mo,sha256=SFTRdywfio4W5UtFl-LH7Jlfxu1vpSi1ZspTTCV-SQ4,14981 +django/contrib/admin/locale/az/LC_MESSAGES/django.po,sha256=3tsUxP00pRNwRsNOryRs_Yruth5_HEpdo6RHgryn88I,16949 +django/contrib/admin/locale/az/LC_MESSAGES/djangojs.mo,sha256=1a2OYy0uEAddUJ20a4xGJt6yM7wjV57ErUJbFqeDMZI,3894 +django/contrib/admin/locale/az/LC_MESSAGES/djangojs.po,sha256=yRaGNbcSLCP0DHfpKx7zIH7Hhb8ZQgwUNmIf4xMbgTU,4992 +django/contrib/admin/locale/be/LC_MESSAGES/django.mo,sha256=kpPoWwutvNFiah8PMZ3Qm2KvfeLrl61xEd16qZcemfI,17049 +django/contrib/admin/locale/be/LC_MESSAGES/django.po,sha256=JgkkGu9jVvYSSP7RxphDAfUv5_JDlW3S4TkMThL5bxc,19735 +django/contrib/admin/locale/be/LC_MESSAGES/djangojs.mo,sha256=qDel-EOqT2TaORes1CRII1KEXBfSRQ5Oz-ICih2K53E,4932 +django/contrib/admin/locale/be/LC_MESSAGES/djangojs.po,sha256=KhrQhpHsryEM5NNYX5feZWIBqYPNgo-U1jhnxLgQnTw,6164 +django/contrib/admin/locale/bg/LC_MESSAGES/django.mo,sha256=ZiCzquFrvyzivJGNef-7UT1oyzR5sEroh4HqWholsFY,19951 +django/contrib/admin/locale/bg/LC_MESSAGES/django.po,sha256=2Ln3tmomDsmAVOE1nf6vQQ_QcAGwLRvVfO7t0VLJ4nQ,21397 +django/contrib/admin/locale/bg/LC_MESSAGES/djangojs.mo,sha256=JqKFf8VrNJWTwCjqMnivk3sPUfqWFaqQsJYoSQAfhF4,5565 +django/contrib/admin/locale/bg/LC_MESSAGES/djangojs.po,sha256=rWFJncen8hqHoow5H-YXbfDtqN3h4ftRIJ6VGA_zzwM,6016 +django/contrib/admin/locale/bn/LC_MESSAGES/django.mo,sha256=BS8ypv_ACr2RRts-MGQCWNL0HEdKWBcU-Rceg8vpzSU,15461 +django/contrib/admin/locale/bn/LC_MESSAGES/django.po,sha256=QIvMUZt2DKPXzZjkUCPCe92Adl6cLF_TMhExr5k95Vo,19918 +django/contrib/admin/locale/bn/LC_MESSAGES/djangojs.mo,sha256=MQqTXzHf2BqPmIhFbVBDcEMHuOVP3AFRRkimC72r0D0,2313 +django/contrib/admin/locale/bn/LC_MESSAGES/djangojs.po,sha256=OheXtA0KIs91B1Wfi9kLQQuYJx0dN05QYHbG9rvBXaU,4576 +django/contrib/admin/locale/br/LC_MESSAGES/django.mo,sha256=GPot6ws8tdq0zlkfLWaS7UIfuq5LebK9Tlu2sT1BEcs,4253 +django/contrib/admin/locale/br/LC_MESSAGES/django.po,sha256=ozzZ9F-PSRNkuHeY486gqr4HXCVHqghYCxCRZBpEjbw,12133 +django/contrib/admin/locale/br/LC_MESSAGES/djangojs.mo,sha256=mz12AQmEQN11YIto7gkKQXmNPmdB8R7mRBAI0W7dZhs,1366 +django/contrib/admin/locale/br/LC_MESSAGES/djangojs.po,sha256=DUCnxup5TywNIZi0SjynwZl-rXyETUEfWPjs-Zy0esM,3687 +django/contrib/admin/locale/bs/LC_MESSAGES/django.mo,sha256=x5qruxarqDYnT1AvJALVThLN7zYx1Z3CifuwsIYJwAQ,8983 +django/contrib/admin/locale/bs/LC_MESSAGES/django.po,sha256=KTbgCne2dOsvCRdgOzNZP4EItdxM3RglDZKFa2k8SJI,14347 +django/contrib/admin/locale/bs/LC_MESSAGES/djangojs.mo,sha256=Ra8szsIbt-5iYt8_XcLZZoP7USP_nCaNYX1gxN_G4yM,1183 +django/contrib/admin/locale/bs/LC_MESSAGES/djangojs.po,sha256=lQPMrun5JGf0mmwBwiBCxjATh9ULtCjoQnRp6qcbUX4,3831 +django/contrib/admin/locale/ca/LC_MESSAGES/django.mo,sha256=erUt2ti0oloo9iaFAolTn1FSYoq9CpnyBtpS0KHRJPo,15190 +django/contrib/admin/locale/ca/LC_MESSAGES/django.po,sha256=QGqEL0vDhfBpTZzp5iYiEDNoNzPf5jK_NXyB-2YGbOg,17318 +django/contrib/admin/locale/ca/LC_MESSAGES/djangojs.mo,sha256=q5mcVlZzZYBNH12Y-OXoTICtSgrl1D3XdUb5-X8bbXQ,3835 +django/contrib/admin/locale/ca/LC_MESSAGES/djangojs.po,sha256=t7WHxaSz2NQ0DQB18-JLmUXoCXR3OJUUh1M_mycHMIw,4989 +django/contrib/admin/locale/cs/LC_MESSAGES/django.mo,sha256=fvvf1c3ly7B-lQ8DGNm74dkb9fYbwnmzKQvLjijQzyg,15124 +django/contrib/admin/locale/cs/LC_MESSAGES/django.po,sha256=NW2cs-bTJZrIOa2WD_yp74WR36KeI9EyCYEPxEVom-Q,17293 +django/contrib/admin/locale/cs/LC_MESSAGES/djangojs.mo,sha256=vvzkwaiYmUNBiLbl4auSobgdDHYZfNCzn_rwLDfLtH8,4079 +django/contrib/admin/locale/cs/LC_MESSAGES/djangojs.po,sha256=o8A9X8P5t4UgYsp9m9P4nTanxgcWWe1nH1VkVnuSVuI,5301 +django/contrib/admin/locale/cy/LC_MESSAGES/django.mo,sha256=JOLXmdot4o48s54fpdXGUOLJD8Nl7ckOVcfRNtWiYKo,12700 +django/contrib/admin/locale/cy/LC_MESSAGES/django.po,sha256=IeSJkaQGKot_a9hm59KIFHz1xp8AEnGCcS-Y_0Llusk,15949 +django/contrib/admin/locale/cy/LC_MESSAGES/djangojs.mo,sha256=QWS2ueGbJ5ouTVCIiSXyx_ybv00fAAF-d-NvTlMaTyE,3801 +django/contrib/admin/locale/cy/LC_MESSAGES/djangojs.po,sha256=eChDth8-p32CiT_wcsrReuELK56dllIk_HDg6tyPdxs,5082 +django/contrib/admin/locale/da/LC_MESSAGES/django.mo,sha256=DuCBxH1Qj4yzbB5R58fR2cu2yEsxntHATUSrrPGOTMA,15940 +django/contrib/admin/locale/da/LC_MESSAGES/django.po,sha256=8MM4aoMCGR7Jt1HM20TnwxCmGpJZOJeJLWXhQ48LO8U,17292 +django/contrib/admin/locale/da/LC_MESSAGES/djangojs.mo,sha256=cp2zWn6K_K1L1d_gSFurj2a1CdzIT7saEY01PqZQkpI,4499 +django/contrib/admin/locale/da/LC_MESSAGES/djangojs.po,sha256=XvKLPWZ4hZM6goWI-9sAH2QsDnUMa0jgvX2eMP7ZMCA,5058 +django/contrib/admin/locale/de/LC_MESSAGES/django.mo,sha256=a4L4Ihyp_WxNnRCMFB05f4S80AfAPMnRd9vD2lzsj3g,16815 +django/contrib/admin/locale/de/LC_MESSAGES/django.po,sha256=7WOpqDxPSJDMV7PTjAdzguKwiNc5W195ZZ33b-Uq3to,18202 +django/contrib/admin/locale/de/LC_MESSAGES/djangojs.mo,sha256=BWoLKdN77FQs_vAeid016rAJHjpDch1c_qhud01G77M,4602 +django/contrib/admin/locale/de/LC_MESSAGES/djangojs.po,sha256=oFX-C9x4ZFMUPU8Y9p36D4YxTnS-06Lcn-0k2GEW7Hk,5074 +django/contrib/admin/locale/dsb/LC_MESSAGES/django.mo,sha256=jHlj0lTwEwwf-HWmOUZr1kNjloN-UfZCYAkK0DVN5pY,16818 +django/contrib/admin/locale/dsb/LC_MESSAGES/django.po,sha256=vY2gfNCgjhEFJb69zHQD1SL64tbNNQQW_MZonbiIxcM,18022 +django/contrib/admin/locale/dsb/LC_MESSAGES/djangojs.mo,sha256=NRfAMh3fd1OjPRagSnYUAEK0FCGoa0IyYxuWMpHNty8,5016 +django/contrib/admin/locale/dsb/LC_MESSAGES/djangojs.po,sha256=O9b2HPdMlljui3X2baJFJ-8vydkAfHYYIKKZTXP3FXo,5490 +django/contrib/admin/locale/el/LC_MESSAGES/django.mo,sha256=DUGzYFe3bTQQHtEVu_ZHKFpdOflB1HwR-nd5VlvVdy4,22543 +django/contrib/admin/locale/el/LC_MESSAGES/django.po,sha256=sZdNsfQKGRbVXoiUrEr3XJ5YlCHjtQqBXFtsmUW6vss,24035 +django/contrib/admin/locale/el/LC_MESSAGES/djangojs.mo,sha256=SCNgkvDOWY9jzwfBLAgvSekpYL4fatEpj4VcVZiaT5o,5888 +django/contrib/admin/locale/el/LC_MESSAGES/djangojs.po,sha256=AnJ9sNF3oemCcz-6tCdDRMQIgAxSvTGslFmifE7sqnY,6560 +django/contrib/admin/locale/en/LC_MESSAGES/django.mo,sha256=U0OV81NfbuNL9ctF-gbGUG5al1StqN-daB-F-gFBFC8,356 +django/contrib/admin/locale/en/LC_MESSAGES/django.po,sha256=2iVm_x7UQ6Fq-QjKeDXvND5maRAS_ZGhGUNlgIf7hV4,22290 +django/contrib/admin/locale/en/LC_MESSAGES/djangojs.mo,sha256=U0OV81NfbuNL9ctF-gbGUG5al1StqN-daB-F-gFBFC8,356 +django/contrib/admin/locale/en/LC_MESSAGES/djangojs.po,sha256=Ktbb5PuFfGQarYm7GVnzqqJulz7Bpa3fcfuqD7pXMKI,6555 +django/contrib/admin/locale/en_AU/LC_MESSAGES/django.mo,sha256=jrDFzu9t74Op5dG5PvJv9ml35unr-DIVhcf3C9QQG_w,3024 +django/contrib/admin/locale/en_AU/LC_MESSAGES/django.po,sha256=QwgFytiZ5q6YNYtuE0ELYQo2NVqG8gjadut9AMPZYFA,11822 +django/contrib/admin/locale/en_AU/LC_MESSAGES/djangojs.mo,sha256=fuPAxW2Ti1pZoq8hI7RiZkS6cN1V6hOAMGQBaI7ZWB4,1714 +django/contrib/admin/locale/en_AU/LC_MESSAGES/djangojs.po,sha256=NavL9Dk0CIPDKq8e8c9vJHE4udoVfPE2-FA0ClBr6V4,3966 +django/contrib/admin/locale/en_GB/LC_MESSAGES/django.mo,sha256=lpaQ-TZ052fz6cHkAGu679gDcDgMBYlTayygludzVmQ,10896 +django/contrib/admin/locale/en_GB/LC_MESSAGES/django.po,sha256=cHvb54mtwGgEQx64EfhpLJduwYxu4VddLlbYsDH5U_U,14860 +django/contrib/admin/locale/en_GB/LC_MESSAGES/djangojs.mo,sha256=KQ0kBOkkV13AwpWtLYWBLyoj5dUByxVeJAwkA_ccQ_c,3147 +django/contrib/admin/locale/en_GB/LC_MESSAGES/djangojs.po,sha256=hmb0sTNUIqFdKP50ESvoYa9fxeFgc7dYDsKsfu8v2p8,4581 +django/contrib/admin/locale/eo/LC_MESSAGES/django.mo,sha256=igOTa9PsIqUSeKbfqAqTZB_DMfD40k9G65d_bCGc1To,14421 +django/contrib/admin/locale/eo/LC_MESSAGES/django.po,sha256=NHeKpzj4-FGc7M6kmMUV6uCxjSx71CyWkPuhODLnHl4,16611 +django/contrib/admin/locale/eo/LC_MESSAGES/djangojs.mo,sha256=A2P9hYenxER_4VWyt3-d9vr0DvuL3yFZbGiZogrbWbo,3692 +django/contrib/admin/locale/eo/LC_MESSAGES/djangojs.po,sha256=X4yThh5PP-689ww3JL2oW-a21nGLJvuXJZ4ufTIqDDA,4921 +django/contrib/admin/locale/es/LC_MESSAGES/django.mo,sha256=ProdsOvDxxHYqvhD8kjFFzacck2O6Sx2mHuQA_9yZvI,15365 +django/contrib/admin/locale/es/LC_MESSAGES/django.po,sha256=2BypjiH3-73Z2YTa76rJBCW_YbvkQqs2JXVn45lpQnY,17962 +django/contrib/admin/locale/es/LC_MESSAGES/djangojs.mo,sha256=NvoU1IAwmXYzlzcKQsl1wiXyjQozO_d-NY2PGsj2u-I,3879 +django/contrib/admin/locale/es/LC_MESSAGES/djangojs.po,sha256=GmTVwA4PNw-nt0ykYwRieJqZebTxMHVdHLOKUzu_HsA,5202 +django/contrib/admin/locale/es_AR/LC_MESSAGES/django.mo,sha256=iPlScTZKyE8xT2FcH9O731_1rp_pZQe9t7CDMqMK2CI,15686 +django/contrib/admin/locale/es_AR/LC_MESSAGES/django.po,sha256=bnusqQWqe9lesoMXNIB_FiAeVk-ZHWd2JqXWN1eD9ao,17679 +django/contrib/admin/locale/es_AR/LC_MESSAGES/djangojs.mo,sha256=ZsHmmLqWeBpOjd9K1IJ0I2Ola_dVo1Or0ugrTuAjBaw,4892 +django/contrib/admin/locale/es_AR/LC_MESSAGES/djangojs.po,sha256=RVQIL30SxIY-SHx3i-dt8y6pCvqsLuInurZjS5fX-Mw,5350 +django/contrib/admin/locale/es_CO/LC_MESSAGES/django.mo,sha256=IVSeJ6m63awFb77Pa8lLw_IZDZI1jbiMd8HaoVPWlqs,15294 +django/contrib/admin/locale/es_CO/LC_MESSAGES/django.po,sha256=EWRJr1M13OPpobM3CFhMgXPLCRzNmY3GfMVN2LA5kWo,17812 +django/contrib/admin/locale/es_CO/LC_MESSAGES/djangojs.mo,sha256=3axU3YYLAo3UyMvpRNWPzUk3Pup31IlXhRZUkF0LEAo,3895 +django/contrib/admin/locale/es_CO/LC_MESSAGES/djangojs.po,sha256=wj_zkPuhNYHW3XW_tsn42i2_rRpf2fCxgqFLxb5f7yM,5176 +django/contrib/admin/locale/es_MX/LC_MESSAGES/django.mo,sha256=98NHsFoHEDMzvLYXxvPgDMZx6g9RnxAq5uEIaoBmWXo,14261 +django/contrib/admin/locale/es_MX/LC_MESSAGES/django.po,sha256=n3rPmlT_Oa1GJYGeeI_NrxDITd_irykf-Xf6bW_S5CM,17018 +django/contrib/admin/locale/es_MX/LC_MESSAGES/djangojs.mo,sha256=lh_mEVKguxts_qrmuPZ-YeMUHG4UppKQMu_KOxofZ1Q,3380 +django/contrib/admin/locale/es_MX/LC_MESSAGES/djangojs.po,sha256=2uJgwO1Jf_gQQDuyo_vbZLIcoiIuCT4gJ06D00FFvFw,4789 +django/contrib/admin/locale/es_VE/LC_MESSAGES/django.mo,sha256=GLqsoIAJ3nEFgNdpsNZKfGjs_kuOv04SGMj1dn8uD5w,15352 +django/contrib/admin/locale/es_VE/LC_MESSAGES/django.po,sha256=vjk7JKAErDc6fG-d2h_I7nc46B9an6yrn599eFu1hQA,17379 +django/contrib/admin/locale/es_VE/LC_MESSAGES/djangojs.mo,sha256=4f3_cA8qPj5ll8e5i4BYYFUU5wAt6TUdLAhSYwoVVZ0,3906 +django/contrib/admin/locale/es_VE/LC_MESSAGES/djangojs.po,sha256=gK2N3tRn_lPMbUf17l2hJmmx1kKIwzFIFM5ZofuhtM0,5040 +django/contrib/admin/locale/et/LC_MESSAGES/django.mo,sha256=b2jvgEUu5c-YdsVXLNR9mXGJokKs21Lf5WaQ8YZqkgE,15838 +django/contrib/admin/locale/et/LC_MESSAGES/django.po,sha256=UaMwSPDKy-Gwq_tnolAeNIe3MPTy_GTJr12dqsFK0wA,17193 +django/contrib/admin/locale/et/LC_MESSAGES/djangojs.mo,sha256=rxR-IVa05g0o6ysylTf1esfsAor7HoMs37eKm4scqh4,4394 +django/contrib/admin/locale/et/LC_MESSAGES/djangojs.po,sha256=hnxLxaNVp3rmZzNb2UICZsfQsug1qD9bCmSdHTzNvns,4930 +django/contrib/admin/locale/eu/LC_MESSAGES/django.mo,sha256=e6Gdg5t7gzdL7zhgIKaC0CZ4eWbClHoJJNaQ0gqnuYs,12959 +django/contrib/admin/locale/eu/LC_MESSAGES/django.po,sha256=oFoBUqBvzMT2j5Ieu3ClnfPvTFmfjmmwhGfSLrVholo,15953 +django/contrib/admin/locale/eu/LC_MESSAGES/djangojs.mo,sha256=BlnZGluP4Cqzr2DiqlfiI4DWReDVaumuZBfF3-ugEj8,3159 +django/contrib/admin/locale/eu/LC_MESSAGES/djangojs.po,sha256=WHPgH-Pa3vOFb-0Lw9RFyTJ7D92m2fVuv3oZLlDDMnE,4630 +django/contrib/admin/locale/fa/LC_MESSAGES/django.mo,sha256=DVwqlLWVqF4orpObloQYiK05pkoGMtbcDle6cztxOFA,19067 +django/contrib/admin/locale/fa/LC_MESSAGES/django.po,sha256=knneXQfuvpRc2hmlOtcQ-T03fAMFmF30_EsKHEsEnsM,20385 +django/contrib/admin/locale/fa/LC_MESSAGES/djangojs.mo,sha256=EZL4EL1TPeAtJl-68YsrXvpFV3BF46rGEZ1zMU7lWHY,5035 +django/contrib/admin/locale/fa/LC_MESSAGES/djangojs.po,sha256=1KJbztfi82V-zw_TZoSBq1ibOlxEyj98wFP2dwEjZlQ,5647 +django/contrib/admin/locale/fi/LC_MESSAGES/django.mo,sha256=trNRc-E_QNJAN42ntS1HbPNz209eOZREpO28juQTXqs,14591 +django/contrib/admin/locale/fi/LC_MESSAGES/django.po,sha256=bdokdMFpixTuT6WKyjRe8uFWX4NJlZ0awQCqQBcZHgk,16682 +django/contrib/admin/locale/fi/LC_MESSAGES/djangojs.mo,sha256=d1zrVliSUhbcky2EwTP-vXZOWxIVeO4wa8svj4Scaaw,3820 +django/contrib/admin/locale/fi/LC_MESSAGES/djangojs.po,sha256=NRVYZUr0IFyMPAolEI2przOYMU8904FGdBmjCxtiNKI,4952 +django/contrib/admin/locale/fr/LC_MESSAGES/django.mo,sha256=ZMQmiqEqXjI1QkWwh3iH-Lr7F9Ahg8V8idaofI-xpAo,17420 +django/contrib/admin/locale/fr/LC_MESSAGES/django.po,sha256=WxPOvPyxy4mSWwxoT9N5QEIUNai1UsUwKzuPhu0ls9I,18677 +django/contrib/admin/locale/fr/LC_MESSAGES/djangojs.mo,sha256=zXz075Rlg5w-r59_a9iuNT7vjRiRrdH62A1cKAl0S_4,4735 +django/contrib/admin/locale/fr/LC_MESSAGES/djangojs.po,sha256=L6lYVDUeZaEk9jpuV4CyD302Klug62MuHpJ06qzYzJY,5228 +django/contrib/admin/locale/fy/LC_MESSAGES/django.mo,sha256=mWnHXGJUtiewo1F0bsuJCE_YBh7-Ak9gjTpwjOAv-HI,476 +django/contrib/admin/locale/fy/LC_MESSAGES/django.po,sha256=oSKEF_DInUC42Xzhw9HiTobJjE2fLNI1VE5_p6rqnCE,10499 +django/contrib/admin/locale/fy/LC_MESSAGES/djangojs.mo,sha256=YQQy7wpjBORD9Isd-p0lLzYrUgAqv770_56-vXa0EOc,476 +django/contrib/admin/locale/fy/LC_MESSAGES/djangojs.po,sha256=efBDCcu43j4SRxN8duO5Yfe7NlpcM88kUPzz-qOkC04,2864 +django/contrib/admin/locale/ga/LC_MESSAGES/django.mo,sha256=X8lhmK5oHkNs3xLkTRElj34rfpYWujv6LayH2YQEMWA,13825 +django/contrib/admin/locale/ga/LC_MESSAGES/django.po,sha256=Aanb7mF_3SgtNe19XoIRlhDQkK1UavKlqDxYtr_Dj7Y,16818 +django/contrib/admin/locale/ga/LC_MESSAGES/djangojs.mo,sha256=xe6-H-Em8tSDasyEHX5gQYDHEcS4LBsZX19SM7-P_qY,4379 +django/contrib/admin/locale/ga/LC_MESSAGES/djangojs.po,sha256=OvKxBB2-Y_ELzZ4oHchizWwvTy-Yr5hkIdOg8CSR3AQ,5725 +django/contrib/admin/locale/gd/LC_MESSAGES/django.mo,sha256=Etv5EmxQKVf6g9x1GD1LEpqkG9ERek1qKwoIhAcoQZE,18156 +django/contrib/admin/locale/gd/LC_MESSAGES/django.po,sha256=f05EEhdcxvNDCyRARq6HzxAfdzpIYbQycM9ZRDI98Qw,19422 +django/contrib/admin/locale/gd/LC_MESSAGES/djangojs.mo,sha256=wRe2Z2Z2zpi242Snojgwu31wrt57UyaFNmYtsEGhDJk,5304 +django/contrib/admin/locale/gd/LC_MESSAGES/djangojs.po,sha256=pOP2eR5oPL5Wa_TU_v6DAFB9in4I9YsFt-Js9zC2lfE,5809 +django/contrib/admin/locale/gl/LC_MESSAGES/django.mo,sha256=OJr6whxqC3VSvzi3dxJQjpLaKqlJb702yOnJFhbAdQo,13043 +django/contrib/admin/locale/gl/LC_MESSAGES/django.po,sha256=vKn9YfFJxfyo7y_ZxkmZbFlvpl8gRejxDgXP5ZSnERM,16312 +django/contrib/admin/locale/gl/LC_MESSAGES/djangojs.mo,sha256=QfbPU1Wev_O6cAaQFgwWRSkXOGrHhVncq2k9sBXx05I,3279 +django/contrib/admin/locale/gl/LC_MESSAGES/djangojs.po,sha256=esNQ5EMKYcm5fVYAZLu12sI_rOyUW9PRbFzDgSICOfU,4803 +django/contrib/admin/locale/he/LC_MESSAGES/django.mo,sha256=WtsqTRwux8N4qn9EKYA0vHCRfXmScMFytvQ93nUjcgw,15886 +django/contrib/admin/locale/he/LC_MESSAGES/django.po,sha256=sSudI9CpMSTS4_QVH0M46yL7Fc4V8m4LzZF4LJCgkXU,17920 +django/contrib/admin/locale/he/LC_MESSAGES/djangojs.mo,sha256=_17x6hKPm3MFCfKukKjrQ-ASyNTzITBgceHPFEPpLZc,3972 +django/contrib/admin/locale/he/LC_MESSAGES/djangojs.po,sha256=INNJ6PAz8EUgA808iyX08UKeDyr7eAJIaxfxJFbSGQc,5125 +django/contrib/admin/locale/hi/LC_MESSAGES/django.mo,sha256=fS_tEKaDdRteMIwUcWqZLeVVMzWgutwvxLuDclM4PSc,18713 +django/contrib/admin/locale/hi/LC_MESSAGES/django.po,sha256=zLNyNYHOh_1f2q69RzQGxxplKrLpuj5F8l1PkpRb3aM,21918 +django/contrib/admin/locale/hi/LC_MESSAGES/djangojs.mo,sha256=XtrI6K_1g-Cbno8rdtmxYHhWCTJw_gHHZBVfnqhkqpg,4893 +django/contrib/admin/locale/hi/LC_MESSAGES/djangojs.po,sha256=Zmp_I-JJno9WVSMypYuA2zzRgEpMTdljIr7PQvrmDLM,6378 +django/contrib/admin/locale/hr/LC_MESSAGES/django.mo,sha256=7HVC3Ktqf5lb1W6kb6-KGVkjx7WceXPswZb8pGYMntI,14743 +django/contrib/admin/locale/hr/LC_MESSAGES/django.po,sha256=wm1DOfWqb841uXhKr7NckxtXcUsMqdzxBZ64IOvkGdk,16967 +django/contrib/admin/locale/hr/LC_MESSAGES/djangojs.mo,sha256=_Tz79k-Ni7TC-1k1JXqVUMOFWN0oSyBWB-o6rsWuCIY,3360 +django/contrib/admin/locale/hr/LC_MESSAGES/djangojs.po,sha256=krpEay9F6TSapwiKVqDLvMOAg8389SOwUKDsisw1eZY,4870 +django/contrib/admin/locale/hsb/LC_MESSAGES/django.mo,sha256=oQ-rfH6bU13A4wo_dRZI-ErQ2lyK9YiMCYHmbqcGVIs,16571 +django/contrib/admin/locale/hsb/LC_MESSAGES/django.po,sha256=jI1-qrS97HKnOZ8RZ6d-cOmnxkonOT8nMlSnK_N6Jio,17751 +django/contrib/admin/locale/hsb/LC_MESSAGES/djangojs.mo,sha256=I-aiSwtjgCd5khq-70HxV5iZYREXwdyP_91JMR4Zch4,5087 +django/contrib/admin/locale/hsb/LC_MESSAGES/djangojs.po,sha256=-yY5yNuDUpBSZe7TbyqvpGAKUN0RY23-cBpY_zx2rRM,5564 +django/contrib/admin/locale/hu/LC_MESSAGES/django.mo,sha256=MDpLIzaLhPTYRyU-NtkHlHZydr2PAxnGoZs_eggJJYM,16445 +django/contrib/admin/locale/hu/LC_MESSAGES/django.po,sha256=o-q9eJo_iNhr-ilEam_YyBtaVv7XFOJjjb_EiPFhsYE,17843 +django/contrib/admin/locale/hu/LC_MESSAGES/djangojs.mo,sha256=ZHVmzTqQPgJ34MHayiGXWEd7OKuu3vU__7_7pGStIgs,4534 +django/contrib/admin/locale/hu/LC_MESSAGES/djangojs.po,sha256=sX0r4p0v5Nqtk82XHhtrkLrVs1ResnplylTWdRmU7MM,5142 +django/contrib/admin/locale/ia/LC_MESSAGES/django.mo,sha256=1itJ2UZ70iOk-n8VcL1uG1rNTKKe5DIPtT_EQ5ufqis,11436 +django/contrib/admin/locale/ia/LC_MESSAGES/django.po,sha256=nW7L5tv6e-nwX22Vr2W4X4N6XVZ0Hd6eVRlp0CyGjP8,15363 +django/contrib/admin/locale/ia/LC_MESSAGES/djangojs.mo,sha256=rHKfac6zuQb3w0bFp9QdpQyRoU-HEKqelg8rKJ_etuw,3177 +django/contrib/admin/locale/ia/LC_MESSAGES/djangojs.po,sha256=CLJAtv14OlTj-MRyg-yozG6C5Lvd-1NEC5cjZxBGn-I,4567 +django/contrib/admin/locale/id/LC_MESSAGES/django.mo,sha256=oyJh6DfTxkCtIacxUCHdAzeQGfwsAuQUz8j3ZveUU7Y,14182 +django/contrib/admin/locale/id/LC_MESSAGES/django.po,sha256=Fw7O24kPA2M9Mh3fDC2dYeHwYgCf9akvpTi9OpkIZiQ,16457 +django/contrib/admin/locale/id/LC_MESSAGES/djangojs.mo,sha256=83giv-UrLAxs9xFxReys5hlFl9AT8zizY0h44cDr3ns,3674 +django/contrib/admin/locale/id/LC_MESSAGES/djangojs.po,sha256=b9aDyVokVjOBdXHoMNXnvPZ8mOtkg0dFFDG9nZNVzfs,4825 +django/contrib/admin/locale/io/LC_MESSAGES/django.mo,sha256=EyRojodiNpxoaDVnduUXkkI80XqkkDbDPaGiepV1HJk,12756 +django/contrib/admin/locale/io/LC_MESSAGES/django.po,sha256=kOlFirMoiyTDGSCk-f0CSNc2JlqDCOSnpkVZtWfufSE,15586 +django/contrib/admin/locale/io/LC_MESSAGES/djangojs.mo,sha256=nMu5JhIy8Fjie0g5bT8-h42YElCiS00b4h8ej_Ie-w0,464 +django/contrib/admin/locale/io/LC_MESSAGES/djangojs.po,sha256=WLh40q6yDs-8ZG1hpz6kfMQDXuUzOZa7cqtEPDywxG4,2852 +django/contrib/admin/locale/is/LC_MESSAGES/django.mo,sha256=w8BFDHqMgC0EYcqlWLSGCWHAja-Rl_pEU6tAwgzbtsk,11489 +django/contrib/admin/locale/is/LC_MESSAGES/django.po,sha256=uMOPCddk2yzfzAXgQE7J1LzOtUlKzJYDVKHGWsUlTjo,15338 +django/contrib/admin/locale/is/LC_MESSAGES/djangojs.mo,sha256=nVBkw4vfIThIKYu6kwIh4k16uhL3IQUvjJN88-vHHaw,3214 +django/contrib/admin/locale/is/LC_MESSAGES/djangojs.po,sha256=7krAu9oOzu9Q9brBbewhZvaS6B4w2cMUF5LlxILjrmA,4690 +django/contrib/admin/locale/it/LC_MESSAGES/django.mo,sha256=nyzCnTY4AJ-vhVZVS8XiN2irWCwOzCEQ4d_26uk-D7w,16415 +django/contrib/admin/locale/it/LC_MESSAGES/django.po,sha256=8JPQPKcAWSUzrnO3-6sl55_C6f7P5EbnFdys81UvDjw,17912 +django/contrib/admin/locale/it/LC_MESSAGES/djangojs.mo,sha256=VNCWvjRBhYKSbbZkrn5qY-WQvr3H4T3H8ykP80eIfGQ,4537 +django/contrib/admin/locale/it/LC_MESSAGES/djangojs.po,sha256=jSihgJPqfdA4WmoLwSpRsQpOh3coW9OM0fpvCh24YVs,5171 +django/contrib/admin/locale/ja/LC_MESSAGES/django.mo,sha256=XZepdi8asr-jD-BFM50n1fbdLlXOz2KKwbzv4K9oemo,17559 +django/contrib/admin/locale/ja/LC_MESSAGES/django.po,sha256=pRKNTp8DXKfixFhkqEVh0Le3Hgbj10CApqhzhcHlgPo,18792 +django/contrib/admin/locale/ja/LC_MESSAGES/djangojs.mo,sha256=11cKJrbSjhSz6iphs-y_U38DwETTnJwSWiFKKceP4x0,4688 +django/contrib/admin/locale/ja/LC_MESSAGES/djangojs.po,sha256=fLknGWLe-TqyNgEY39oZEaLdmyO57ENFiwaoz5oyrHg,5098 +django/contrib/admin/locale/ka/LC_MESSAGES/django.mo,sha256=tasqS72Gm5buqdJMjw7smLdkRegdcZqquHOfpi6yU0g,20464 +django/contrib/admin/locale/ka/LC_MESSAGES/django.po,sha256=4xomapNVXuJAiR-esVtxKuKDvCAuozYFLLvhKaWqkLM,23336 +django/contrib/admin/locale/ka/LC_MESSAGES/djangojs.mo,sha256=oIn92Tfw3-o4dubju8V8m4c5aFHznAS1dmXZINhRPS4,5199 +django/contrib/admin/locale/ka/LC_MESSAGES/djangojs.po,sha256=lGSD6SZshJ1CwKrIGwnCD1UJAszBsa69FJlsUY4sqao,6407 +django/contrib/admin/locale/kk/LC_MESSAGES/django.mo,sha256=RoLqdLFYtRKN5xDaGUdkol632cCcgG8esHuXe3kGogk,13007 +django/contrib/admin/locale/kk/LC_MESSAGES/django.po,sha256=l3qzjyKSYpM7YZR2P_rsub64KlEE3fLSV2BV1329dtY,17407 +django/contrib/admin/locale/kk/LC_MESSAGES/djangojs.mo,sha256=GnpGWgYGdbDYMLj1k4_DmNbot0Q845M1EZcpqgRHuWk,2380 +django/contrib/admin/locale/kk/LC_MESSAGES/djangojs.po,sha256=d7ew5Rpe3BP5T0dKCN1PiMaaTrD06SnjhDn_STzIYMU,4373 +django/contrib/admin/locale/km/LC_MESSAGES/django.mo,sha256=-jxI5Fl-tvKUnNLSKOgkkk4FKiQ8oaOMWBsfurvx8LI,10403 +django/contrib/admin/locale/km/LC_MESSAGES/django.po,sha256=Psxi6rsXmeOICPvGR9YVeMuZ6DfrD9g3B_5XwUl0-MA,17069 +django/contrib/admin/locale/km/LC_MESSAGES/djangojs.mo,sha256=OcdibsTf3VdYfLTt6H06InqDXacL4O7HrION4FA1AR0,1334 +django/contrib/admin/locale/km/LC_MESSAGES/djangojs.po,sha256=Ro5j1d9rS9yI4jc2C3L5dPLbY9Sbue--0Qe46UlhDcY,3846 +django/contrib/admin/locale/kn/LC_MESSAGES/django.mo,sha256=i8MplRcHM84ddO1hfnTxvVbQNqAra4ycgJBRnzV1AxM,9203 +django/contrib/admin/locale/kn/LC_MESSAGES/django.po,sha256=TvPBGJhzkxkPDorBEb23MN8HMOvdV0cENyOk7QZKfck,16019 +django/contrib/admin/locale/kn/LC_MESSAGES/djangojs.mo,sha256=_MDUKSb41if_nRh6v_qiNE5WnAAIsieh3-l27D_sN6E,1872 +django/contrib/admin/locale/kn/LC_MESSAGES/djangojs.po,sha256=3x5yupwQ_lRs84_OKN8Jnqzeag-KOYMvKZFhl0iBe_o,4214 +django/contrib/admin/locale/ko/LC_MESSAGES/django.mo,sha256=t_ZamBoOQFWQcB62cdrWLMdhtgAnCOOnTbvK7ix6LrQ,16850 +django/contrib/admin/locale/ko/LC_MESSAGES/django.po,sha256=EBbVDRsD3h1sPv2_Cibrc2LWrqGT9iHoek-3Mu-kk7E,18160 +django/contrib/admin/locale/ko/LC_MESSAGES/djangojs.mo,sha256=EsZL0sc_SCMIHM7V8SSdHWoT53VOhxUxBS1dBdV23vI,4493 +django/contrib/admin/locale/ko/LC_MESSAGES/djangojs.po,sha256=Adfx2qLEpT10hSufIYagofVXTOJimwIzUISz_TbNmIY,5032 +django/contrib/admin/locale/lb/LC_MESSAGES/django.mo,sha256=saZtSXjDTw5OQBE7yrpO4Bf0BgJJwePJUTlwDAjC6n4,913 +django/contrib/admin/locale/lb/LC_MESSAGES/django.po,sha256=7kdhI6LDJ-LIQMnxkBRRXvn4W29hZNu5Zn7YXsxcGV4,11044 +django/contrib/admin/locale/lb/LC_MESSAGES/djangojs.mo,sha256=xokesKl7h7k9dXFKIJwGETgwx1Ytq6mk2erBSxkgY-o,474 +django/contrib/admin/locale/lb/LC_MESSAGES/djangojs.po,sha256=fiMelo6K0_RITx8b9k26X1R86Ck2daQXm86FLJpzt20,2862 +django/contrib/admin/locale/lt/LC_MESSAGES/django.mo,sha256=ARe2QyWYELeZmTG1YMRi_9nd0BFAMPcHr0cvE2m6pQg,16396 +django/contrib/admin/locale/lt/LC_MESSAGES/django.po,sha256=SZRBk7jSx4MWcc396UZNqyGFi_qo9jBRQy88U361-HU,17794 +django/contrib/admin/locale/lt/LC_MESSAGES/djangojs.mo,sha256=Ms4HBGKBne15fBSE-22TDFr8bWpAvGsbSKJhmxKT2nU,4934 +django/contrib/admin/locale/lt/LC_MESSAGES/djangojs.po,sha256=mO4NBDKLc8YUXoa0NEGGaGL13HUcJ84yLK4iWlSUAKA,5570 +django/contrib/admin/locale/lv/LC_MESSAGES/django.mo,sha256=_u1S3qIrkIcy2AHyBoQqta9gTMktT1WZPfJ8o8ajSr4,9301 +django/contrib/admin/locale/lv/LC_MESSAGES/django.po,sha256=ns_dENsR121cPX5BEn2U63WUWVUMrcaU7axez2sdc0c,14416 +django/contrib/admin/locale/lv/LC_MESSAGES/djangojs.mo,sha256=0tinnqezInwW3u6o9RnIk0RzQKn_QoS81OeQAYS7C4w,2214 +django/contrib/admin/locale/lv/LC_MESSAGES/djangojs.po,sha256=58UqsppXtvNt_Q8rT1tA4-zMTG4G9_80KHKcNKsGdnk,4217 +django/contrib/admin/locale/mk/LC_MESSAGES/django.mo,sha256=8MtZVH7rccAVM1zta9PGVuqBw0FDoevF8ND5_EHcL3A,19453 +django/contrib/admin/locale/mk/LC_MESSAGES/django.po,sha256=oAuiZDTdNr_WsH88-qwXoP7_tholcmkFKU3DSbFdloc,21288 +django/contrib/admin/locale/mk/LC_MESSAGES/djangojs.mo,sha256=jPy0ZJgveFewceL2M60lzthTVXfUZ5E9dXWXt4SUxjM,5633 +django/contrib/admin/locale/mk/LC_MESSAGES/djangojs.po,sha256=NlzqmTOHz2nSn8W7TMb8tI8ft-mZ0uriQHn24Oum6LY,6188 +django/contrib/admin/locale/ml/LC_MESSAGES/django.mo,sha256=NbNUdZgjt6odNU3Kc6H3XkV_hx46f0U_dYg04zKdzRA,21796 +django/contrib/admin/locale/ml/LC_MESSAGES/django.po,sha256=MgXjCim5GelZSu5D9Jfa8-eDsk-mgo0SiIldIK6-hq0,24669 +django/contrib/admin/locale/ml/LC_MESSAGES/djangojs.mo,sha256=JaIXIAd5EN-YAVhCVyXIkkR-EAg-TeFc1AKG1guR-JE,6362 +django/contrib/admin/locale/ml/LC_MESSAGES/djangojs.po,sha256=9kB06RUziwrzbmMaNX5CqI0nCoxNqRJUzqSiCElIKB4,7607 +django/contrib/admin/locale/mn/LC_MESSAGES/django.mo,sha256=aVhwtZ1auiBc0cSz4Zlkc42EnzklJx2_XZmQQDPJw5U,18355 +django/contrib/admin/locale/mn/LC_MESSAGES/django.po,sha256=Bow_ghGlcTNQi_9K4Qy1ql1qFbzxCvyk4NbZFS2ya-U,20556 +django/contrib/admin/locale/mn/LC_MESSAGES/djangojs.mo,sha256=CZDA42cqP6ZEUD3WcIhVdLRYKblkbbihmSq218QMEFk,4416 +django/contrib/admin/locale/mn/LC_MESSAGES/djangojs.po,sha256=MJ1j4HZakWcAlOk8z1vbRq64UeLQrBhclSVJsXxkWSU,5610 +django/contrib/admin/locale/mr/LC_MESSAGES/django.mo,sha256=UAxGnGliid2PTx6SMgIuHVfbCcqVvcwC4FQUWtDuSTc,468 +django/contrib/admin/locale/mr/LC_MESSAGES/django.po,sha256=TNARpu8Pfmu9fGOLUP0bRwqqDdyFmlh9rWjFspboTyc,10491 +django/contrib/admin/locale/mr/LC_MESSAGES/djangojs.mo,sha256=2Z5jaGJzpiJTCnhCk8ulCDeAdj-WwR99scdHFPRoHoA,468 +django/contrib/admin/locale/mr/LC_MESSAGES/djangojs.po,sha256=uGe9kH2mwrab97Ue77oggJBlrpzZNckKGRUMU1vaigs,2856 +django/contrib/admin/locale/my/LC_MESSAGES/django.mo,sha256=ZD3HhPc6vqQstRuOv3lg_f12qgY3pD_8QWAiNwtafSI,3677 +django/contrib/admin/locale/my/LC_MESSAGES/django.po,sha256=zKzcfdoKEO2SUTNeqFTprTCWyRecp3IaAoUmUEi4cqI,12488 +django/contrib/admin/locale/my/LC_MESSAGES/djangojs.mo,sha256=GSTIs_2gJW7FxgHDZK9pmKLPy8nc4wB-mAWP7SXGCho,3268 +django/contrib/admin/locale/my/LC_MESSAGES/djangojs.po,sha256=V2l5ejoAjzzMD9MKG7fEFbF8knAEc7JdJdgU5oObxfE,5062 +django/contrib/admin/locale/nb/LC_MESSAGES/django.mo,sha256=m77yEZFnYizlQpt79_efFNhRkDjxfw2jR4aH8NWL890,15623 +django/contrib/admin/locale/nb/LC_MESSAGES/django.po,sha256=K1vRn2Z3NtZhc_OfneBfK4BwsIBg7L4CnxtHWIeqhFw,16988 +django/contrib/admin/locale/nb/LC_MESSAGES/djangojs.mo,sha256=46ehkcfyaB-Jh86u2fGsg72Z-0nP-9DlwploA-xXXQw,4374 +django/contrib/admin/locale/nb/LC_MESSAGES/djangojs.po,sha256=uRxbUhdSiAgMvT7mougqCfK0tbF25daJ0EZZxGr_oTE,4911 +django/contrib/admin/locale/ne/LC_MESSAGES/django.mo,sha256=PAxk-RGHNbrxEQ0WADsxaffZiMbIhWJshvqAsKB_Bkw,15866 +django/contrib/admin/locale/ne/LC_MESSAGES/django.po,sha256=cyy1hCLQWEGRMwdT4JRcFgbHWV6DFoxiql8cirP5mOU,19617 +django/contrib/admin/locale/ne/LC_MESSAGES/djangojs.mo,sha256=2vru-qMSq-CylxQbJD3kk5qMySTy30-EK2M-BB4u0rA,5358 +django/contrib/admin/locale/ne/LC_MESSAGES/djangojs.po,sha256=N0IhKf3p6QGfwi2mknYM3V5SNeuhLUgz414tAvtAmx0,6454 +django/contrib/admin/locale/nl/LC_MESSAGES/django.mo,sha256=1KnPkkmIUZlrUMZiEraY_1nIi1DQROaI7nhifxRRWFQ,14754 +django/contrib/admin/locale/nl/LC_MESSAGES/django.po,sha256=M95oWJgOt1Mxg2RLj2IOiCBDC_vWJouNsfAKzRZkeyw,17048 +django/contrib/admin/locale/nl/LC_MESSAGES/djangojs.mo,sha256=mHL2CEoShSMbLL6ooVbEfNFCFO1WvXk8gNNwPVkM3Ss,3945 +django/contrib/admin/locale/nl/LC_MESSAGES/djangojs.po,sha256=wqGTIkJ1UsNJRFr1y2V-eghgATEuHzywFLI2vtqr8lA,5263 +django/contrib/admin/locale/nn/LC_MESSAGES/django.mo,sha256=jnNyebvdBCkThhcp1b7IagjZRzPgIkvi7vRmA8k11rY,11079 +django/contrib/admin/locale/nn/LC_MESSAGES/django.po,sha256=2RgztXTDqkDSKnn1ghD-YqwbnxomobdgBYMGmlmEwOU,15027 +django/contrib/admin/locale/nn/LC_MESSAGES/djangojs.mo,sha256=1ttwj-AitnMuwRKVyMzxdjvJ4sZ_uwUYIVRYzk-aPng,3120 +django/contrib/admin/locale/nn/LC_MESSAGES/djangojs.po,sha256=G1xcwDzfOTKp7wayd0wcMZReV7dxcBgaqwwLzCnIOCA,4578 +django/contrib/admin/locale/os/LC_MESSAGES/django.mo,sha256=grp8gYR4nzh4YSSBjo9iKfqXI74jkIuAPFtMOfnWG6w,15124 +django/contrib/admin/locale/os/LC_MESSAGES/django.po,sha256=lNuYYWzQQIsJwpGOuNT67jvpIe9nzscv_xP0xdZQ998,18226 +django/contrib/admin/locale/os/LC_MESSAGES/djangojs.mo,sha256=Uo90STwEc0F6omTSV2bXRcUuG5GZYzbPvSE4NfQt3Yg,3806 +django/contrib/admin/locale/os/LC_MESSAGES/djangojs.po,sha256=bEwQODirr1PnSC1IwW21pdNG_34c-xCPRLKihyxwZqg,5208 +django/contrib/admin/locale/pa/LC_MESSAGES/django.mo,sha256=xkbhDQMO-HmsEEdQ3pZZ9fMOHq-caRuVG8MWlbgPLzg,10171 +django/contrib/admin/locale/pa/LC_MESSAGES/django.po,sha256=p87W2Id5B3lC9vh3npWRNxO1VHYRCb8_TIrxWoYTsIs,16059 +django/contrib/admin/locale/pa/LC_MESSAGES/djangojs.mo,sha256=I3TkF3saB4y_tmFntc79ucpFNHo0BtBVAeTEv2IlOfA,1207 +django/contrib/admin/locale/pa/LC_MESSAGES/djangojs.po,sha256=gzjtVL_nNLMWaG_QoPBXH3v8MzxjJuCzrFXOEKy1fk4,3717 +django/contrib/admin/locale/pl/LC_MESSAGES/django.mo,sha256=JOs9NMjoajyMuz7mmNkKgwxrZw1kkUpbXsC4CkUDV5U,16309 +django/contrib/admin/locale/pl/LC_MESSAGES/django.po,sha256=R8i54Prce1qxkGPV4thmhAOxnKQXTUmxD_sgJZmeFig,17915 +django/contrib/admin/locale/pl/LC_MESSAGES/djangojs.mo,sha256=OwDYwrvUfw181-GzCk8ECVcKsBJLlPJSgfq0od-XSrM,4720 +django/contrib/admin/locale/pl/LC_MESSAGES/djangojs.po,sha256=qcW4aGYqdP24d09f0fjk_5pBv2xb6h1_Cj80eBfRWLc,5375 +django/contrib/admin/locale/pt/LC_MESSAGES/django.mo,sha256=YnS20XCsmJynFzK7Yp14D5ehgfGHjHqLGBSySklNJEw,15155 +django/contrib/admin/locale/pt/LC_MESSAGES/django.po,sha256=PbMnILmzqQifUw1TjLLd1oqHZVAmMVBZprK7eSRoY6E,17311 +django/contrib/admin/locale/pt/LC_MESSAGES/djangojs.mo,sha256=pTca9S3nfqFKXo9i1ohcQ7kg5Al-HvXOVUT_s8RL-dk,3846 +django/contrib/admin/locale/pt/LC_MESSAGES/djangojs.po,sha256=lxuziMLrbGwEokxudoeKLINazJuuVhlY_Z10ytL2WGA,5033 +django/contrib/admin/locale/pt_BR/LC_MESSAGES/django.mo,sha256=A0z-h0pt4Ht4DIx4npzG35WJdIgxi7U04x7irkHs80U,16377 +django/contrib/admin/locale/pt_BR/LC_MESSAGES/django.po,sha256=2ThWO5bWdGGS_pkbfo3HYdov6H-SLYItA3MEZoXvAdA,18103 +django/contrib/admin/locale/pt_BR/LC_MESSAGES/djangojs.mo,sha256=TtzwZ3VRuxbZENaPUMqYr72d-KOar-Yu4mvQfG1RaLU,4619 +django/contrib/admin/locale/pt_BR/LC_MESSAGES/djangojs.po,sha256=9UV5aS2nMLK1rvZjUYtBEMvNDuufPowiE1OCftn9sPo,5265 +django/contrib/admin/locale/ro/LC_MESSAGES/django.mo,sha256=IKa6dSe7wNcP-o1piLFEsc5NmIoZchB0rJPucm0JIjY,15043 +django/contrib/admin/locale/ro/LC_MESSAGES/django.po,sha256=Ui1xEs6Y6DpU7Aaq1-Fd3qjIJsh39U6xT5G5__Pl0WM,17275 +django/contrib/admin/locale/ro/LC_MESSAGES/djangojs.mo,sha256=jzPNCj8yeYxfpRWYKPmSU5gAjzBlJW4jzatQfI5nLc0,3952 +django/contrib/admin/locale/ro/LC_MESSAGES/djangojs.po,sha256=7M0VVdznKrM_k8LuxN7-yR5L6_nBK2B7enXBWN6PUAo,5299 +django/contrib/admin/locale/ru/LC_MESSAGES/django.mo,sha256=Mdl8n5EYGbTZaL-4ibFiHR7_LtujoRBNflAxlv1JVqY,21076 +django/contrib/admin/locale/ru/LC_MESSAGES/django.po,sha256=gytYYjQRrEdb1rI3drR9E7XLVbn7quMXgEo27puVv7w,22551 +django/contrib/admin/locale/ru/LC_MESSAGES/djangojs.mo,sha256=O5qobVTC6CbXWzvAyUmH_ZkL3acRwTadObVQGkpTDZ0,6579 +django/contrib/admin/locale/ru/LC_MESSAGES/djangojs.po,sha256=g28xyzdu7FO1nt9XTZ0Zwk9cVs5mFTv5KTtm03OACvg,7339 +django/contrib/admin/locale/sk/LC_MESSAGES/django.mo,sha256=S0V_yvJsw3Y4i54erXQwiFtBqbWI08tTrINn1K4ec9E,14057 +django/contrib/admin/locale/sk/LC_MESSAGES/django.po,sha256=Q-FZjsMbGRSMLJ20sMQSlB68sSA7uXrlQ-S6PBHvmdY,16697 +django/contrib/admin/locale/sk/LC_MESSAGES/djangojs.mo,sha256=F_sShPUpc0tv8SokZXvRGm8FmcFwgi9TXraWacU65CU,3676 +django/contrib/admin/locale/sk/LC_MESSAGES/djangojs.po,sha256=vuIUnOPpPMAWLcj0pisvRmIzSeOw14YWHjpjzOnKoYw,5024 +django/contrib/admin/locale/sl/LC_MESSAGES/django.mo,sha256=RthruUmN8-i-Tuw7dLa5dCGLos8n7HOGhjgKfNXg7cg,14660 +django/contrib/admin/locale/sl/LC_MESSAGES/django.po,sha256=1qNiQYMT0_YoKc_dsr7-qY6GOlwgmYyNcq4uuaHY5SY,16763 +django/contrib/admin/locale/sl/LC_MESSAGES/djangojs.mo,sha256=TfYQOFv7cPlU3mTB8ElvTbx1y8hhSLf7ktVpCjqeXpk,3981 +django/contrib/admin/locale/sl/LC_MESSAGES/djangojs.po,sha256=zYIMO-ovAthlfypR18fzriJZznlnw5TeKzP-55XUGZs,5179 +django/contrib/admin/locale/sq/LC_MESSAGES/django.mo,sha256=YPp49XCWYAmxDKxzCzqS44DyFeQcLME6dwcpwa7rcjU,15192 +django/contrib/admin/locale/sq/LC_MESSAGES/django.po,sha256=1uj_ocrHjieYp-6Vyd2Cbu98c0yoVPxqT-giaSXjn-Q,17242 +django/contrib/admin/locale/sq/LC_MESSAGES/djangojs.mo,sha256=vfJI-Tqnw8kCH4CL8nOAV5yr_I-4rMupFqr49ESSFYM,3864 +django/contrib/admin/locale/sq/LC_MESSAGES/djangojs.po,sha256=EhWjuX_uTnjRB7bZTjMpw8JR_BSZkevl3B9rcG7EWYY,4969 +django/contrib/admin/locale/sr/LC_MESSAGES/django.mo,sha256=RbowWFjie_u9ULEoV_14GC6FOx3c8yhY6pWCDZ0nOts,14324 +django/contrib/admin/locale/sr/LC_MESSAGES/django.po,sha256=RACg5dUapdZEYcoOGWp7sc1x32Zzhx2CuEeG6JDXVV8,18310 +django/contrib/admin/locale/sr/LC_MESSAGES/djangojs.mo,sha256=hcYY-2mc-ixe7lnEyDxs_xGJTeTxZcWEWdMl-RMN6Vo,3493 +django/contrib/admin/locale/sr/LC_MESSAGES/djangojs.po,sha256=ZzcWYOM7EUf00de5lJzLlD7uk23Sg2KSI5hld8LfgEc,4944 +django/contrib/admin/locale/sr_Latn/LC_MESSAGES/django.mo,sha256=Qm8tg8dmQY-GExA7fx9cQ5_gVqh-G4EEtv7aQ6ZuxC4,11499 +django/contrib/admin/locale/sr_Latn/LC_MESSAGES/django.po,sha256=MDnjySA7c6shjUdu65uONbeeh2Yx2oR_gJhDp8siMII,15485 +django/contrib/admin/locale/sr_Latn/LC_MESSAGES/djangojs.mo,sha256=YXGQ3Iz5spO6qWZm3yQO2Bbn-jHcp6nWKWS48ajLlSo,2976 +django/contrib/admin/locale/sr_Latn/LC_MESSAGES/djangojs.po,sha256=8JWeb2-Mj8HgAIlSCbvQjli4Aq1IK0ZWEgMNWNPyi2I,4427 +django/contrib/admin/locale/sv/LC_MESSAGES/django.mo,sha256=_3yO3ukV_4ji2n5RabVMcYqgEHsJxoUBmvH6nwAz12I,14991 +django/contrib/admin/locale/sv/LC_MESSAGES/django.po,sha256=GwpPEfb_X8qk734zEojP6qSZ17SFO7po89TyOEiGw_U,17027 +django/contrib/admin/locale/sv/LC_MESSAGES/djangojs.mo,sha256=4f2wPTZpUpc1HAVqUsB5zxEeoFJZZDprQpP8v_SATdo,3795 +django/contrib/admin/locale/sv/LC_MESSAGES/djangojs.po,sha256=uK_YKqoGFNphkO_yH5aQZCIUCue067wTU3pwdndKAo0,5053 +django/contrib/admin/locale/sw/LC_MESSAGES/django.mo,sha256=NoIfEJ62kDa5ZgfW9TM65U9CNHQvGMt8XLPeMoyIu5k,13175 +django/contrib/admin/locale/sw/LC_MESSAGES/django.po,sha256=0lhN3b0vItcXaX5-JMMdk2CxCJSkVPklQlPBYhFAjdc,15937 +django/contrib/admin/locale/sw/LC_MESSAGES/djangojs.mo,sha256=BuJ9W_PaVqgqSQ4vQjcr0WyOwl2YjaT06dNkCiiousM,3647 +django/contrib/admin/locale/sw/LC_MESSAGES/djangojs.po,sha256=UGn8FZ7rM5Cxhtl2hqk41pfa4rQ5g1G9CTzgFuKsL1E,4809 +django/contrib/admin/locale/ta/LC_MESSAGES/django.mo,sha256=25I6J03MT3LQqri8RwTLCBDTQkEECFVVcwTV9z2kenI,10179 +django/contrib/admin/locale/ta/LC_MESSAGES/django.po,sha256=QNfOKCiWBJJXpmmoYyKbqYpY-ikZns2TDVnZyEOqTMs,16847 +django/contrib/admin/locale/ta/LC_MESSAGES/djangojs.mo,sha256=Ynd1RK7tKG2yLns1isefmaIb5kD-wNxURD9WpEoZTkM,1379 +django/contrib/admin/locale/ta/LC_MESSAGES/djangojs.po,sha256=_c45xTYyKL5JEQcT-hGsOMHT6uXULLDXRYgTxXOpHjY,3930 +django/contrib/admin/locale/te/LC_MESSAGES/django.mo,sha256=FY3HtQ9pm436EzZEZmzXkWQwKu5WN4rAFiCTdii3cU0,10807 +django/contrib/admin/locale/te/LC_MESSAGES/django.po,sha256=5SE2Kpbt2oRefmseLAvoo0y-kJddNf3T5wZeXYBsdns,17010 +django/contrib/admin/locale/te/LC_MESSAGES/djangojs.mo,sha256=NHJk0DwtdINPT8YrheZMdT04LqlwTzH1XOhNjGXwUHE,1362 +django/contrib/admin/locale/te/LC_MESSAGES/djangojs.po,sha256=KMVJKc6NZgg_z5Il9XY64Gqp0mZgtZiGhI1pdTEFqRM,3919 +django/contrib/admin/locale/th/LC_MESSAGES/django.mo,sha256=EQqdUSiXovPDnfTvjjNn1Lt3LfrDSUD6I8Fydan4lI4,18881 +django/contrib/admin/locale/th/LC_MESSAGES/django.po,sha256=uw8IVySVRNqpwE8drNmKP8KioNpQzWDwUl3oaV0y_oA,21710 +django/contrib/admin/locale/th/LC_MESSAGES/djangojs.mo,sha256=Jh8o1IVTDVmDgAWNUx_kLVUw34bqZn3Ex-szPkL8Kr0,4563 +django/contrib/admin/locale/th/LC_MESSAGES/djangojs.po,sha256=qxvRwyyLIpgDMX4dPq8AMxO-g9rPvEXF042uvNvTr1I,6022 +django/contrib/admin/locale/tr/LC_MESSAGES/django.mo,sha256=arsn2dsy___tBUPLX09GBcCbj5ApStT6F6nVSt-je78,16526 +django/contrib/admin/locale/tr/LC_MESSAGES/django.po,sha256=FNRhEE_V87qPUxoPKIF4QInNLXNUbRLvEV4U4isv1Ks,18018 +django/contrib/admin/locale/tr/LC_MESSAGES/djangojs.mo,sha256=-yo4Bof9kFUJUESX4eDtQfG0KC59uSd5OfvoCusMocY,4547 +django/contrib/admin/locale/tr/LC_MESSAGES/djangojs.po,sha256=z8SkpuZyggIyD6H93iJW-W37WAQRLkA56Lp2rj76j4Q,5070 +django/contrib/admin/locale/tt/LC_MESSAGES/django.mo,sha256=heqo06HfiX3yPEBInXCw3f4YxO94iwzXOXGj-xnfjkg,13124 +django/contrib/admin/locale/tt/LC_MESSAGES/django.po,sha256=wDNA8rDVGjJcuV4u_vsRkTEFB8q8vqrFh0TTATDay58,17369 +django/contrib/admin/locale/tt/LC_MESSAGES/djangojs.mo,sha256=55fAxZQs6Lmu5_o4N_THuzuYxNAUypkfBUBAS8WdP3E,2607 +django/contrib/admin/locale/tt/LC_MESSAGES/djangojs.po,sha256=NBX9lO8Btte0d6-XOrcnd1hNRp8KGHs39pXywZxInEg,4541 +django/contrib/admin/locale/udm/LC_MESSAGES/django.mo,sha256=2Q_lfocM7OEjFKebqNR24ZBqUiIee7Lm1rmS5tPGdZA,622 +django/contrib/admin/locale/udm/LC_MESSAGES/django.po,sha256=L4TgEk2Fm2mtKqhZroE6k_gfz1VC-_dXe39CiJvaOPE,10496 +django/contrib/admin/locale/udm/LC_MESSAGES/djangojs.mo,sha256=CNmoKj9Uc0qEInnV5t0Nt4ZnKSZCRdIG5fyfSsqwky4,462 +django/contrib/admin/locale/udm/LC_MESSAGES/djangojs.po,sha256=ZLYr0yHdMYAl7Z7ipNSNjRFIMNYmzIjT7PsKNMT6XVk,2811 +django/contrib/admin/locale/uk/LC_MESSAGES/django.mo,sha256=InJ23rNocourO5tjV1MdkjzIs6x0YBU9-_CPCqZYn0o,20141 +django/contrib/admin/locale/uk/LC_MESSAGES/django.po,sha256=YOquNkyEwb2JfkkQW882tA2cqPu7wZf1-Kf_rVGl2Xw,21796 +django/contrib/admin/locale/uk/LC_MESSAGES/djangojs.mo,sha256=HIq-Bx9vC0t7draY5wgVlxNnpjJfw05PF5BQ4EBFMrI,5560 +django/contrib/admin/locale/uk/LC_MESSAGES/djangojs.po,sha256=l_FlIHiFfcXcuAQo_8gt8uaSKb1uVJy289QI6y38qv0,6228 +django/contrib/admin/locale/ur/LC_MESSAGES/django.mo,sha256=w02pk3RUjNgzPRZqHCgWwhMqQ7B2_S8TY3TA7NARVU0,13266 +django/contrib/admin/locale/ur/LC_MESSAGES/django.po,sha256=R-BYRBFQutqFDpt5rOksy8KARZzkssvuLO5nEL5kMrw,17583 +django/contrib/admin/locale/ur/LC_MESSAGES/djangojs.mo,sha256=y3dk74ERlExE61WsbVqwfbe2cQY41X92YPC7Y2I7qYI,2678 +django/contrib/admin/locale/ur/LC_MESSAGES/djangojs.po,sha256=jy9yMssGRZKCQUZXgkSJAV5LQ4a_ztj6mXVkja1x_fU,4646 +django/contrib/admin/locale/vi/LC_MESSAGES/django.mo,sha256=lVBB8fXwFlgE2xzLZIpbXx0snnBf_MGndyIx86fu3U4,15098 +django/contrib/admin/locale/vi/LC_MESSAGES/django.po,sha256=cp6Wp89kMXePbdkK-ZYtoVtM8gbteiL6dr8xMh_aB2E,17657 +django/contrib/admin/locale/vi/LC_MESSAGES/djangojs.mo,sha256=EL4elb9TnM0V61AFALWF2BMkNaDEEioykXJRLNHWL3U,3733 +django/contrib/admin/locale/vi/LC_MESSAGES/djangojs.po,sha256=hisNl41L8c01j4B4ry7zXxNNQRYmougUURJ2ZtRG8Fo,5018 +django/contrib/admin/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=6oTouZROSW7A1OWPyhfY4G-JLvpTq3V-cp0NOxaOIow,13765 +django/contrib/admin/locale/zh_Hans/LC_MESSAGES/django.po,sha256=hqrtJHd2VQ2OYbXMZQxswIrJQY9EfJK14i-v494nzoE,16118 +django/contrib/admin/locale/zh_Hans/LC_MESSAGES/djangojs.mo,sha256=VXPYR-kWJ5Y7-MRFaUe3nhLx9oVRtsfZOCjZJKUvgFo,3912 +django/contrib/admin/locale/zh_Hans/LC_MESSAGES/djangojs.po,sha256=M6YoMI6L6YENSVW4LKVwCcUYNGEUpHYJhq9EqKC7NzY,4856 +django/contrib/admin/locale/zh_Hant/LC_MESSAGES/django.mo,sha256=cHhiknsOsVXW1F9FY22QOSl-NwMto6SkBZwNnxoMmeQ,12853 +django/contrib/admin/locale/zh_Hant/LC_MESSAGES/django.po,sha256=-vC8d64d4bSEvFxL7vQCjkAIinFRANEYxFgbAUJlVFo,15562 +django/contrib/admin/locale/zh_Hant/LC_MESSAGES/djangojs.mo,sha256=xKOzA1SNdvTj_RVNyOwCKMgvsBWNeeGtI9pswzYPLZQ,2985 +django/contrib/admin/locale/zh_Hant/LC_MESSAGES/djangojs.po,sha256=8WBY1-3LlpV0EakdAdjPClEa3axWW9CkuyjB34KYyqM,4422 +django/contrib/admin/migrations/0001_initial.py,sha256=JAmr13sHE3h7Ang79tsbFBgU0nVNN1mbDhGTA7li5bE,1958 +django/contrib/admin/migrations/0002_logentry_remove_auto_add.py,sha256=MJw6ulKXrQgRH5iC48uN3viJ9BoKt4DdPtAVpXdVa1o,619 +django/contrib/admin/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/admin/static/admin/css/base.css,sha256=qcuLCfAHhfjeUkTGE3ws0lwmVfSTc0XofDexhZcXQ_s,15937 +django/contrib/admin/static/admin/css/changelists.css,sha256=QC4vM6zEr4MRJ8zzvGBLOJYvswkYIyUKkA7-vlaWDuY,6117 +django/contrib/admin/static/admin/css/dashboard.css,sha256=NB1xFRGFiDeks1sX1iNiZ1yUlg5kZQNB1eNNWallaHU,434 +django/contrib/admin/static/admin/css/fonts.css,sha256=SnBl3KjeUZqRmZw3F0iNm1YpqFhjrNC_fNN0H2TkuYc,423 +django/contrib/admin/static/admin/css/forms.css,sha256=UU5MCMpM1b243ra1tmLdG_e02yE1yQ5uPy-8jj8xLHg,7750 +django/contrib/admin/static/admin/css/login.css,sha256=lHpzTw50VkxttDANxGiCnANx46B8HaROciU_sRHbTRs,1203 +django/contrib/admin/static/admin/css/rtl.css,sha256=MJWJYxaATOgxemGwdlg4wFjrTPdq9Jq7tvsx-5mgQvc,3616 +django/contrib/admin/static/admin/css/widgets.css,sha256=FbxIKiGYkWjZwRMm5A_Qv-kKrhsPnfzhsF1j28eSqnA,10340 +django/contrib/admin/static/admin/fonts/LICENSE.txt,sha256=Pd-b5cKP4n2tFDpdx27qJSIq0d1ok0oEcGTlbtL6QMU,11560 +django/contrib/admin/static/admin/fonts/README.txt,sha256=8aTEGqGae4MewJx-muqQ1E4xgkwarj9lGmbjKp2vOpo,137 +django/contrib/admin/static/admin/fonts/Roboto-Bold-webfont.woff,sha256=NPwBegIIh-Ky0wNS1D5R7FNrAOZV6koNgbKynKYRfUM,82564 +django/contrib/admin/static/admin/fonts/Roboto-Light-webfont.woff,sha256=ZPkI7tYTAgKLZN-hXqCYnBxc5aa-Se3BMBILeYVu6uQ,81348 +django/contrib/admin/static/admin/fonts/Roboto-Regular-webfont.woff,sha256=cX0lRkeH5ff6E_fLaT8SATtvSBNuv7JcQ-5u_Fye3-Q,80304 +django/contrib/admin/static/admin/img/LICENSE,sha256=0RT6_zSIwWwxmzI13EH5AjnT1j2YU3MwM9j3U19cAAQ,1081 +django/contrib/admin/static/admin/img/README.txt,sha256=M5PZqSUBMTJ36I0D8RMKomdAXz3aQhEvoTHXoHfiNM0,318 +django/contrib/admin/static/admin/img/calendar-icons.svg,sha256=gbMu26nfxZphlqKFcVOXpcv5zhv5x_Qm_P4ba0Ze84I,1094 +django/contrib/admin/static/admin/img/icon-addlink.svg,sha256=kBtPJJ3qeQPWeNftvprZiR51NYaZ2n_ZwJatY9-Zx1Q,331 +django/contrib/admin/static/admin/img/icon-alert.svg,sha256=aXtd9PA66tccls-TJfyECQrmdWrj8ROWKC0tJKa7twA,504 +django/contrib/admin/static/admin/img/icon-calendar.svg,sha256=_bcF7a_R94UpOfLf-R0plVobNUeeTto9UMiUIHBcSHY,1086 +django/contrib/admin/static/admin/img/icon-changelink.svg,sha256=clM2ew94bwVa2xQ6bvfKx8xLtk0i-u5AybNlyP8k-UM,380 +django/contrib/admin/static/admin/img/icon-clock.svg,sha256=k55Yv6R6-TyS8hlL3Kye0IMNihgORFjoJjHY21vtpEA,677 +django/contrib/admin/static/admin/img/icon-deletelink.svg,sha256=06XOHo5y59UfNBtO8jMBHQqmXt8UmohlSMloUuZ6d0A,392 +django/contrib/admin/static/admin/img/icon-no.svg,sha256=QqBaTrrp3KhYJxLYB5E-0cn_s4A_Y8PImYdWjfQSM-c,560 +django/contrib/admin/static/admin/img/icon-unknown-alt.svg,sha256=LyL9oJtR0U49kGHYKMxmmm1vAw3qsfXR7uzZH76sZ_g,655 +django/contrib/admin/static/admin/img/icon-unknown.svg,sha256=ePcXlyi7cob_IcJOpZ66uiymyFgMPHl8p9iEn_eE3fc,655 +django/contrib/admin/static/admin/img/icon-yes.svg,sha256=_H4JqLywJ-NxoPLqSqk9aGJcxEdZwtSFua1TuI9kIcM,436 +django/contrib/admin/static/admin/img/inline-delete.svg,sha256=Ni1z8eDYBOveVDqtoaGyEMWG5Mdnt9dniiuBWTlnr5Y,560 +django/contrib/admin/static/admin/img/search.svg,sha256=HgvLPNT7FfgYvmbt1Al1yhXgmzYHzMg8BuDLnU9qpMU,458 +django/contrib/admin/static/admin/img/selector-icons.svg,sha256=0RJyrulJ_UR9aYP7Wbvs5jYayBVhLoXR26zawNMZ0JQ,3291 +django/contrib/admin/static/admin/img/sorting-icons.svg,sha256=cCvcp4i3MAr-mo8LE_h8ZRu3LD7Ma9BtpK-p24O3lVA,1097 +django/contrib/admin/static/admin/img/tooltag-add.svg,sha256=fTZCouGMJC6Qq2xlqw_h9fFodVtLmDMrpmZacGVJYZQ,331 +django/contrib/admin/static/admin/img/tooltag-arrowright.svg,sha256=GIAqy_4Oor9cDMNC2fSaEGh-3gqScvqREaULnix3wHc,280 +django/contrib/admin/static/admin/img/gis/move_vertex_off.svg,sha256=ou-ppUNyy5QZCKFYlcrzGBwEEiTDX5mmJvM8rpwC5DM,1129 +django/contrib/admin/static/admin/img/gis/move_vertex_on.svg,sha256=DgmcezWDms_3VhgqgYUGn-RGFHyScBP0MeX8PwHy_nE,1129 +django/contrib/admin/static/admin/js/SelectBox.js,sha256=xB_jbdmwUFitjqFcGankTIkhcTGaluR9rmBoVy0w4fg,5755 +django/contrib/admin/static/admin/js/SelectFilter2.js,sha256=YbFS66hZEhN7uZk-A1SKM2McBrzt2w6tB5TRcJ4o0rY,12389 +django/contrib/admin/static/admin/js/actions.js,sha256=7dNJwMbHa3ecOIUs8xFpvc7gl_DO1CcrK1mCsvhYIgA,6501 +django/contrib/admin/static/admin/js/actions.min.js,sha256=6rbtqoTxRb3ZPOeY5GcRGj-vCNW7-5HQNZNJhVH_fhk,3162 +django/contrib/admin/static/admin/js/calendar.js,sha256=ra-Ade20GKQYM3AndYP42EwxyS9LTSz_mLaQnEtNT5I,7790 +django/contrib/admin/static/admin/js/cancel.js,sha256=A9TJZ9Ih6xWf-3ETNJXwXYgzCRu6BlMQhncwS6KWiSk,204 +django/contrib/admin/static/admin/js/change_form.js,sha256=CmUuDhmBaHHxF09xQpuRCRqUqJDsQZEieP50rcN8o0o,698 +django/contrib/admin/static/admin/js/collapse.js,sha256=089NhKcy5cbhzScg6vWEfoXxItzFpxVsYYJ2C7KMQUE,1151 +django/contrib/admin/static/admin/js/collapse.min.js,sha256=8uMn96x2YKpH62DOAc4GiJOkWkpUbdKNTy8TVsc6mOo,649 +django/contrib/admin/static/admin/js/core.js,sha256=lb3_tr4U8uyUDrnUR4nrI4uG4idJQUtInN2OE4IAVu8,7976 +django/contrib/admin/static/admin/js/inlines.js,sha256=Q9c6yYxR57WDkkLC-SWppn0UxQ1GIWyuze2ZUCX4z9g,13404 +django/contrib/admin/static/admin/js/inlines.min.js,sha256=Y9jPcM9UpmxkWjkRxoWgq-APRZ307pqG3ag2X5GiBA0,4748 +django/contrib/admin/static/admin/js/jquery.init.js,sha256=Gr-yEd61wY6uBDMhOaVq-amfciz7EZhMvJfai_WxrHE,363 +django/contrib/admin/static/admin/js/popup_response.js,sha256=7XyHe9SDYkB8OMxF7fhL6N5l4Oxf-gXqzGlpPK63tcc,569 +django/contrib/admin/static/admin/js/prepopulate.js,sha256=PCNwmurilcnTH8ve8QXdAM0rHHWvLIaCU6HEnyRKJyg,1538 +django/contrib/admin/static/admin/js/prepopulate.min.js,sha256=pVBz-2RAxr0d6ebCNjkfOEiUXtd9f6Ppwtl7HOHw2Pk,372 +django/contrib/admin/static/admin/js/prepopulate_init.js,sha256=uD3_ZoYfJ62mcSgqzHfePA3Y5jaOBjxn7SU0LuYFgEE,495 +django/contrib/admin/static/admin/js/timeparse.js,sha256=oVk0xpGmRjS0V2sMsjGulzMSNDvIr1gQ6_fpivvh_kQ,2984 +django/contrib/admin/static/admin/js/urlify.js,sha256=LI0fg0KaA0FF3jEAfTxvmtS0W7VmO7Y-wYirQqQJK0g,8186 +django/contrib/admin/static/admin/js/admin/DateTimeShortcuts.js,sha256=OO9ITMVGV-BC0kR4xL4K8jVSlGGEMQ57Ta40jEncDf0,20529 +django/contrib/admin/static/admin/js/admin/RelatedObjectLookups.js,sha256=RslN8hZ4o4BI1RY9TM1boq_J2mZII1qYfvVcOVaBtdY,6577 +django/contrib/admin/static/admin/js/vendor/jquery/LICENSE-JQUERY.txt,sha256=GIg3JQapSjFSu38FkC7Wm4cW4HUcvoWPb0YdP5LxKfU,1282 +django/contrib/admin/static/admin/js/vendor/jquery/jquery.js,sha256=laXWtGydpwqJ8JA-X9x2miwmaiKhn8tVmOVEigRNtP4,258648 +django/contrib/admin/static/admin/js/vendor/jquery/jquery.min.js,sha256=a23g1Nt4dtEYOj7bR-vTu7-T8VP13humZFBJNIYoEJo,85659 +django/contrib/admin/static/admin/js/vendor/xregexp/LICENSE-XREGEXP.txt,sha256=tyAi9RwLIDwjSrjyBhtyJIkgOHWM469_UzZTr1MmRys,1103 +django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.js,sha256=TjYx21bQgQXDFTdvSqSUh7S8TkYRjT4L4X-SlWNR8CE,128820 +django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.min.js,sha256=E-Plu9EZfyt0PJCSYrCkHuPquVVj9V7g7jQklIOgGDU,62474 +django/contrib/admin/templates/admin/404.html,sha256=o528Ro8Q0JMgd7mtszp8nl1ADHNA12AyclVdmGQnYGc,268 +django/contrib/admin/templates/admin/500.html,sha256=AUIdN7Ka_1KRAGzvo1GvwAHCSJNIbo8oNSF07cMKcj4,527 +django/contrib/admin/templates/admin/actions.html,sha256=FQYsvoJrq949UZHjL1j65Ne_gnSHmMMbgSfUhE-1ciM,1012 +django/contrib/admin/templates/admin/app_index.html,sha256=BSJsWtgum_H2hCxcb2xe-XJozbVOVpUBN_KTe8pcRts,385 +django/contrib/admin/templates/admin/base.html,sha256=8lS1UHJauS_wofqYlQGCbuESyfBvNAbWyJM3wDwkDps,3295 +django/contrib/admin/templates/admin/base_site.html,sha256=1v0vGrcN4FNEIF_VBiQE6yf2HPdkKhag2_v0AUsaGmM,316 +django/contrib/admin/templates/admin/change_form.html,sha256=Ta-hNbm9cOOU4ht4OpFaYW5r19mtgWn4jJC79gRB5vY,3356 +django/contrib/admin/templates/admin/change_list.html,sha256=zoB-LaxqWYhG4ftnYmjm7K1EqBr4nXlU-dG4nOnueBc,3253 +django/contrib/admin/templates/admin/change_list_results.html,sha256=jZ9lN7EYWsG9Gt7_4eA-HjXHic46v-Dl-e61ruSFWVE,1553 +django/contrib/admin/templates/admin/date_hierarchy.html,sha256=uW1_ZMd-7biE28Ix2pQiY1lTvRX1VjyZhUkp-IHA0NI,372 +django/contrib/admin/templates/admin/delete_confirmation.html,sha256=4ee05O9aYEaC9YVW4ML5b1smw4iX_6XOao-EEmerRsA,2390 +django/contrib/admin/templates/admin/delete_selected_confirmation.html,sha256=DCIhRD0ZE2DohJHiMj59yOReWVY7ari2JfwacGYjp7E,2298 +django/contrib/admin/templates/admin/filter.html,sha256=zYXDOFCuL-IjyV_WdVsP4vK6EULW3cIzfPRWtnjl7Qo,301 +django/contrib/admin/templates/admin/index.html,sha256=lwKJMWsD4tdmZRUeutXWAqUWch-DmFZAJh3dwEnH-Ek,2983 +django/contrib/admin/templates/admin/invalid_setup.html,sha256=58ugkYPi6FHmS--y77fhLAdUr4PyrtGwTg6-hm0_Xxg,437 +django/contrib/admin/templates/admin/login.html,sha256=l5s6CMlDeZ7_9nea9JAarSO8ECJ7JgKyrpdfpYxXjKc,1876 +django/contrib/admin/templates/admin/object_history.html,sha256=tjE0pTYaSM43e8QxjNabL2FmrB5wPKm8V3jpuziwPdI,1444 +django/contrib/admin/templates/admin/pagination.html,sha256=h5ZgDSNezRlvz22KhtaRY-3GCnEe8AjRcjCfEktVgWA,554 +django/contrib/admin/templates/admin/popup_response.html,sha256=DDlE_fEKHsGvPcSRy4zFAw_czr3hcCj6YcKRXBNfQEM,358 +django/contrib/admin/templates/admin/prepopulated_fields_js.html,sha256=Q3QxBgVvxePpiz502FjSHOS3szSlHkvUQoPe8sF1YDs,245 +django/contrib/admin/templates/admin/related_widget_wrapper.html,sha256=-OhJpJ29l3j2XtF_9NBsCtCSekT9rw1X7ruPyJ4GWxs,1346 +django/contrib/admin/templates/admin/search_form.html,sha256=umCPvMnvXX_BlHs_296pKniVn7Ycg-nKk3nKwrwNAQc,1027 +django/contrib/admin/templates/admin/submit_line.html,sha256=CvdFFZBKfGcspS2MgJbmmDCwcHv9hG9NPBxJ_MzY530,790 +django/contrib/admin/templates/admin/auth/user/add_form.html,sha256=pMsoxDLGJDzjIkcMmKdTYEnUzZ1ESEhBeDLCW17XN5k,310 +django/contrib/admin/templates/admin/auth/user/change_password.html,sha256=dRW5XPR_B9oOON9eeGecjmnYaYHx94S3iknT5V3PCQY,2243 +django/contrib/admin/templates/admin/edit_inline/stacked.html,sha256=fn7GWmIBXEj3ShZ7zzfsQvNzYk5v_tZtzy1C7rWVqAI,2092 +django/contrib/admin/templates/admin/edit_inline/tabular.html,sha256=AZ8eO6PNTKrrRZaaGrhWNbcublSExIKyvz3eJoeOy7c,3897 +django/contrib/admin/templates/admin/includes/fieldset.html,sha256=aMuq1PJFqta3q90Ev17wZzPE4XzjCWQUSMXG0qZtj0Q,1763 +django/contrib/admin/templates/admin/includes/object_delete_summary.html,sha256=i_I2BADSutoccAxARIwbP4VRlDHsag-llDOi3kjcoXw,188 +django/contrib/admin/templates/registration/logged_out.html,sha256=9NdzlTMq7QQpj2ftUqZ7FPeHDv0KYbjETF8qMJVGGqI,374 +django/contrib/admin/templates/registration/password_change_done.html,sha256=ldLa6UAVgn_FiKQ9TkO2EZraTBZx1URJrRGOn-_VZJs,671 +django/contrib/admin/templates/registration/password_change_form.html,sha256=gXT1Z89nQgIOAd8zD-fNjs5tSO0cVPY4J_dFQ7hONxM,2042 +django/contrib/admin/templates/registration/password_reset_complete.html,sha256=RD0DbFybLTVfHtkU4yN7HG3YXY-xs_BLVgl3vSB7czU,505 +django/contrib/admin/templates/registration/password_reset_confirm.html,sha256=Z-cCS5DkFek-b6jqLXFALvhbl5McYss3o_pUjcG2XdQ,1084 +django/contrib/admin/templates/registration/password_reset_done.html,sha256=ofGCzPs--2mOPLlGcTbZJAoZQkEpfwFb5reLxaKq12g,669 +django/contrib/admin/templates/registration/password_reset_email.html,sha256=d_NtuuiWTS9AZu6qObmp-lux0UkUCdA9ZUIUKyYJeHE,582 +django/contrib/admin/templates/registration/password_reset_form.html,sha256=DPjhP9eKygSPCMAXveytM418O_jNODKle5ZNIlF0c0c,709 +django/contrib/admin/templatetags/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/admin/templatetags/admin_list.py,sha256=Ffe_ecKuJVgyoxtIVDZXtgM4_S82-gGhUNNdAZhjxqw,17779 +django/contrib/admin/templatetags/admin_modify.py,sha256=72epsmK6oOIbE6IjUyxTx8kwBBzKzvaEYqXbU268_uM,3006 +django/contrib/admin/templatetags/admin_static.py,sha256=yDOpxEP2OK0N0e4-wbVd2vepUUmgGPJ7-SYxAE0rJ_4,304 +django/contrib/admin/templatetags/admin_urls.py,sha256=vG3iIoQY9224OT-8kHksTyVoT4dcLf6P3YEJmUG20mA,1799 +django/contrib/admin/templatetags/log.py,sha256=01uzWTLDjqCX7UlXiidmjyDa2y_avOncdnDL-HXlDvI,2080 +django/contrib/admin/views/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/admin/views/decorators.py,sha256=J4wYcyaFr_-xY1ANl6QF4cFhOupRvjjmBotN0FshVYg,658 +django/contrib/admin/views/main.py,sha256=a3uqBflgqQHd7FsNP4DbMYYdWcBVrEBjI_aBQSfqbVQ,16258 +django/contrib/admindocs/__init__.py,sha256=oY-eBzAOwpf5g222-vlH5BWHpDzpkj_DW7_XGDj7zgI,69 +django/contrib/admindocs/apps.py,sha256=cb5L-8ipxE_1KWbgJqvNeVUMTaiBphIpuB6yZ8MmcUs,217 +django/contrib/admindocs/middleware.py,sha256=Yb27MLA1XIlh2-M8Fclz-FZw1y1mpvl1384S-xSrViI,1347 +django/contrib/admindocs/urls.py,sha256=Y3qyD1H1tIZkLyy46-MQtN2AphR2LXTkDieqE2HAG-M,1183 +django/contrib/admindocs/utils.py,sha256=jTxdLr0viwZf-sD5LH0Zc78DwY6CSCOLykoTjLvrBBg,4174 +django/contrib/admindocs/views.py,sha256=zv0SdgzLP_ktNO8hYuw_eN1_49XcdvGHhKNx_Q_Eqno,16536 +django/contrib/admindocs/locale/af/LC_MESSAGES/django.mo,sha256=GFydi1uBAAkOzJP0FXBCbQFNzX9jK7xqXNsiK7JsOwM,705 +django/contrib/admindocs/locale/af/LC_MESSAGES/django.po,sha256=7nIsCfz1HabA8oPvLBqaofdN8nlFYRi3roXxDpUe_Hs,4680 +django/contrib/admindocs/locale/ar/LC_MESSAGES/django.mo,sha256=8kZdGuyFWEYZwvauNRdmrupfuDMOmDtWYoLtis4E_sg,7445 +django/contrib/admindocs/locale/ar/LC_MESSAGES/django.po,sha256=geUtWhqP9w-gU3tlDCAQEZpBn_3TtEn8NLNqSGstbdE,8104 +django/contrib/admindocs/locale/ast/LC_MESSAGES/django.mo,sha256=mvFdMP4EMNNqDtpRUo1INgWRnODGZWWSFrdTIIqKq6s,715 +django/contrib/admindocs/locale/ast/LC_MESSAGES/django.po,sha256=HM9oqkNAsxVmgAaQcMRCH2mGHZpEX49V7dNRHwpZrVc,4694 +django/contrib/admindocs/locale/az/LC_MESSAGES/django.mo,sha256=TlcISZzDbp6U-d_6eU5TZbs9iqVgr0QcJv7300EmAnc,1860 +django/contrib/admindocs/locale/az/LC_MESSAGES/django.po,sha256=la6e4YI4ZtSu4T4pI7nHy2Yck_I6P4kS9oS5DcDAQZQ,5163 +django/contrib/admindocs/locale/be/LC_MESSAGES/django.mo,sha256=JcG8IbSVse7lDaf3c_UWBcOzWHCLfj0ItOUUTmgP-us,3909 +django/contrib/admindocs/locale/be/LC_MESSAGES/django.po,sha256=pjm6ajeG_pqhsYbrhY47QsoLMJaXhl9Aju6c_AVZ4qY,6256 +django/contrib/admindocs/locale/bg/LC_MESSAGES/django.mo,sha256=Uc5lVlnow9N_Bk6VmTBmz73BhzFJAO7YK7kbnm0xq7Q,7998 +django/contrib/admindocs/locale/bg/LC_MESSAGES/django.po,sha256=vJ38FQcSi00ryx98XNVmLhC83jOR_DU0QDufV14x5oU,8874 +django/contrib/admindocs/locale/bn/LC_MESSAGES/django.mo,sha256=kJKr45gdIfzDgI6hsgmSYxJMa3rcAN7zOLK7hdtIs1s,3990 +django/contrib/admindocs/locale/bn/LC_MESSAGES/django.po,sha256=c3fV0UYviUsMMeglQ1JY9zX05WEA-SbgnlV374dJAF8,6483 +django/contrib/admindocs/locale/br/LC_MESSAGES/django.mo,sha256=8029wSDy7kheDBPvIpK45xCJSeCLyG8kbrDdEnA-fzg,862 +django/contrib/admindocs/locale/br/LC_MESSAGES/django.po,sha256=4GBBhARK29n9jB8EVmBKRnEbkZ-VTVJSor8FFqmkBuY,4741 +django/contrib/admindocs/locale/bs/LC_MESSAGES/django.mo,sha256=Z7t4krefESrVZZh_9H1rXOtedlXacmYwZ9xgbQuzCkY,1909 +django/contrib/admindocs/locale/bs/LC_MESSAGES/django.po,sha256=fQgoU52l9axWOFUwQW97qFiy6Uaujkw1V0WKdqE09-A,5218 +django/contrib/admindocs/locale/ca/LC_MESSAGES/django.mo,sha256=pBZK9SNKsk7iUP9LeM2v8JMzPIRQnQX852w7jW1XCAc,6670 +django/contrib/admindocs/locale/ca/LC_MESSAGES/django.po,sha256=6myn_mZ7ybyFhS7udg7Kp-cn1RVkdPGyL8YGfOqT_1E,7431 +django/contrib/admindocs/locale/cs/LC_MESSAGES/django.mo,sha256=q9aOrAIXVYv8MnuuTMxmLE3b8i-MJ8s3XApxqGix6_s,6619 +django/contrib/admindocs/locale/cs/LC_MESSAGES/django.po,sha256=W7Ci60WVqWj-VbPaVl_d03BryKYtMCAk3a-1sZ6bC6g,7286 +django/contrib/admindocs/locale/cy/LC_MESSAGES/django.mo,sha256=OpI-UhESKJfz2RjyS1b9GyFP79_MKLKU4Qh8jf6u9UY,5560 +django/contrib/admindocs/locale/cy/LC_MESSAGES/django.po,sha256=gtar_5ni-zGE38J3iHA2zWErT3wTC7I7vmw3nruxwkw,6692 +django/contrib/admindocs/locale/da/LC_MESSAGES/django.mo,sha256=4sFYLx_KaADuAvM3Dt-9UGjih72em3Z22mSl3RC_YV8,6641 +django/contrib/admindocs/locale/da/LC_MESSAGES/django.po,sha256=TaS8zebFAuSskeGKSszyQ3E7uflksDKl0-T9T9bUpsE,7234 +django/contrib/admindocs/locale/de/LC_MESSAGES/django.mo,sha256=KqBwZYD-WLKSSSPhfHSbyIZP9sMXTqgl7OYoj0C9V-M,6768 +django/contrib/admindocs/locale/de/LC_MESSAGES/django.po,sha256=PUztkosuzNDo2qn5FtEim-tR36HpegVgCmhV9dcROrU,7281 +django/contrib/admindocs/locale/dsb/LC_MESSAGES/django.mo,sha256=NgA1NFEj8YUWT-MJ16KQifP4JBAJEZX18wP9JsT6RE4,7017 +django/contrib/admindocs/locale/dsb/LC_MESSAGES/django.po,sha256=zTjXFPyGggnkc6xS90UU3BXnQFDZzx-wN9c_BJoGADE,7484 +django/contrib/admindocs/locale/el/LC_MESSAGES/django.mo,sha256=UNI4nIUZ5zP9YyOORUD_7u__q7myn_R-wn-iuCkMZQ4,8812 +django/contrib/admindocs/locale/el/LC_MESSAGES/django.po,sha256=8wfYFFxu-YUhMIf0y_jhGVXCubwXI1rYjfxcb1tfRzg,9462 +django/contrib/admindocs/locale/en/LC_MESSAGES/django.mo,sha256=U0OV81NfbuNL9ctF-gbGUG5al1StqN-daB-F-gFBFC8,356 +django/contrib/admindocs/locale/en/LC_MESSAGES/django.po,sha256=j99-nUGI7GAQ3IVq8OlXouNeuP080RzTS4l0p85K6w4,10886 +django/contrib/admindocs/locale/en_AU/LC_MESSAGES/django.mo,sha256=BQ54LF9Tx88m-pG_QVz_nm_vqvoy6pVJzL8urSO4l1Q,486 +django/contrib/admindocs/locale/en_AU/LC_MESSAGES/django.po,sha256=ho7s1uKEs9FGooyZBurvSjvFz1gDSX6R4G2ZKpF1c9Q,5070 +django/contrib/admindocs/locale/en_GB/LC_MESSAGES/django.mo,sha256=Z4Sdx27OVNq6j7G4H9bKxXGxUyjAq3IxqTabUYhlj4c,2007 +django/contrib/admindocs/locale/en_GB/LC_MESSAGES/django.po,sha256=yzpY5UpTQ613D4Kdj5D3QCHJSmKnnvNpXY5bAs9zmog,5167 +django/contrib/admindocs/locale/eo/LC_MESSAGES/django.mo,sha256=f2jd0BMcZzyc0FFVfxHrTovyKN1yA0-BDrn6Ssu6aV0,6396 +django/contrib/admindocs/locale/eo/LC_MESSAGES/django.po,sha256=0esbrsyeeEhO9i6ftzHq4MIUW-kiGc06G5FymHrbsAM,6994 +django/contrib/admindocs/locale/es/LC_MESSAGES/django.mo,sha256=y3LAXmU5yE4dS7NT5cFqCG_7AKunD53LBT5avkSSDUE,6669 +django/contrib/admindocs/locale/es/LC_MESSAGES/django.po,sha256=1ZvB3XmWo-mFTEswxTb0v5II9oWYDe-ZnplMrzWAB8Y,7595 +django/contrib/admindocs/locale/es_AR/LC_MESSAGES/django.mo,sha256=KqeYSO4uJmyX3g_HVF8LiUwU36uLD0-tsOsodm7WGXA,6852 +django/contrib/admindocs/locale/es_AR/LC_MESSAGES/django.po,sha256=fb-ydAqkK7XdIRxC2NC8m6xWfH8zA6i46ys5sMR7C4Y,7397 +django/contrib/admindocs/locale/es_CO/LC_MESSAGES/django.mo,sha256=bjdbTPc0Tq_auYt7Na7N8ckTGX1r7TI04EIb2-9LLLY,6628 +django/contrib/admindocs/locale/es_CO/LC_MESSAGES/django.po,sha256=jG3LC1KiMT5tV3rnqLp11Pic59u4yFL9UVkpnq4p7j0,7211 +django/contrib/admindocs/locale/es_MX/LC_MESSAGES/django.mo,sha256=bygK-V6TJTy181jpD47IoygSnOKw0L1856k-0Y6UGoo,2033 +django/contrib/admindocs/locale/es_MX/LC_MESSAGES/django.po,sha256=sbMVFXyPW0wkk4bM6Su1CqW9IY5HoJNsQQzXY19qboM,5240 +django/contrib/admindocs/locale/es_VE/LC_MESSAGES/django.mo,sha256=zs45thHPd5plcFeJgugpkYj6o5vCANZpXl5-T0mXhHs,6675 +django/contrib/admindocs/locale/es_VE/LC_MESSAGES/django.po,sha256=uacRoQCrtZ-Xt8eP9nWBlCOLYOJyuGYqIatz6_au-SY,7302 +django/contrib/admindocs/locale/et/LC_MESSAGES/django.mo,sha256=5gD0k7ih6C6SCchzlsiqraspuUfUm6bWp5SSngLo1UM,6603 +django/contrib/admindocs/locale/et/LC_MESSAGES/django.po,sha256=we-DR1v0lkUiVPffzFwuhNgfJpbFlboSkZphXrDf4_8,7199 +django/contrib/admindocs/locale/eu/LC_MESSAGES/django.mo,sha256=Rff85jfj63RqpNJNtTg6TJcBjMIHL1WdmYk8xuEfiQM,5032 +django/contrib/admindocs/locale/eu/LC_MESSAGES/django.po,sha256=IBYs0GMs8tXq3ARerIRRsc8nGTiA6cVkRpErzanufKM,6491 +django/contrib/admindocs/locale/fa/LC_MESSAGES/django.mo,sha256=fT_jg0MK-irvhijj-kRWBloRnCUG7y7Rru51wLUFLRw,7700 +django/contrib/admindocs/locale/fa/LC_MESSAGES/django.po,sha256=0wuOM9kEDXmqGsYr_ekyFkAMGlEQFO39OccufKuemRs,8355 +django/contrib/admindocs/locale/fi/LC_MESSAGES/django.mo,sha256=AJXX90x9KxPI1z4UYtY7PLwP-Okn700ko6rnV1FwC8I,6460 +django/contrib/admindocs/locale/fi/LC_MESSAGES/django.po,sha256=GpyCrNcwRtmZEEMRx3NWmWVwBoao_pQKaXWUCOSizJU,7097 +django/contrib/admindocs/locale/fr/LC_MESSAGES/django.mo,sha256=95UVZFVT_2lzvvUmjfYJgOeBVcSQxQiN3gV_NZ5X89A,6971 +django/contrib/admindocs/locale/fr/LC_MESSAGES/django.po,sha256=O_4ApTwBXCdjMaXZCOQ9Gv-O8e-5RVVUsKPvYcP8c9E,7482 +django/contrib/admindocs/locale/fy/LC_MESSAGES/django.mo,sha256=_xVO-FkPPoTla_R0CzktpRuafD9fuIP_G5N-Q08PxNg,476 +django/contrib/admindocs/locale/fy/LC_MESSAGES/django.po,sha256=b3CRH9bSUl_jjb9s51RlvFXp3bmsmuxTfN_MTmIIVNA,5060 +django/contrib/admindocs/locale/ga/LC_MESSAGES/django.mo,sha256=Ly5aJaJSq0TqxHfe2GmPmmPadzdwlEzhNS-juak_jWw,2104 +django/contrib/admindocs/locale/ga/LC_MESSAGES/django.po,sha256=4fyWTfeoFrEyoGYqdH49Oy93ED4j35onRn4oi-nvFQc,5304 +django/contrib/admindocs/locale/gd/LC_MESSAGES/django.mo,sha256=MF5bS0LFOglS1hsu1kIgdAKqUoqS4_6PjRkkJqybJ-M,7156 +django/contrib/admindocs/locale/gd/LC_MESSAGES/django.po,sha256=Ne3-J3SumCtAyzKSWjjFZvDZU0ljxHEo80MfabZ6TFg,7627 +django/contrib/admindocs/locale/gl/LC_MESSAGES/django.mo,sha256=kgg_x8M6V6rMPGKQH4g-w3m544yB4I2B1HFaJgu1tv4,2449 +django/contrib/admindocs/locale/gl/LC_MESSAGES/django.po,sha256=qhal1KIQaABbac9y3-Ycj7N82a0fkfrKHViQJBt_nQ4,5369 +django/contrib/admindocs/locale/he/LC_MESSAGES/django.mo,sha256=KHrP4uCcvA3tNMsyRRVpa7b13zrrOlxDRBnmxdIIq3Y,6926 +django/contrib/admindocs/locale/he/LC_MESSAGES/django.po,sha256=dtFME7uwu-G6YszrZX9zfK5xXMbZOza-RsYfYafQk1E,7527 +django/contrib/admindocs/locale/hi/LC_MESSAGES/django.mo,sha256=GUXNLXXqWFMn8L0rz8JFmd_yopgLxlXmhGZ229Cm1WI,2537 +django/contrib/admindocs/locale/hi/LC_MESSAGES/django.po,sha256=hHc5T1AZyiXNkzGjk51TKKuzGHlpcAwvWqnDYehB2oY,5735 +django/contrib/admindocs/locale/hr/LC_MESSAGES/django.mo,sha256=Vb_Z0MMHMgVqgZJkTpuHtSxey0IM37tvi9hUDmwi6Hw,2620 +django/contrib/admindocs/locale/hr/LC_MESSAGES/django.po,sha256=jGg-o8DLWAwZHoLc2X4jLAYi41e3Z5AizGFGsfpqMiA,5500 +django/contrib/admindocs/locale/hsb/LC_MESSAGES/django.mo,sha256=f6gS1l4jZwl9xYeKmGsBAK0ACVv04y2m03rOLbP9DqE,6978 +django/contrib/admindocs/locale/hsb/LC_MESSAGES/django.po,sha256=VtkmCfvNGnri5eIpDTg6cvx7wuw76gUbC4QzZECaGfA,7448 +django/contrib/admindocs/locale/hu/LC_MESSAGES/django.mo,sha256=Vzih_n2-aVAwnAEbd4-oU7WxFSeLUtv1COmydXcayZE,6849 +django/contrib/admindocs/locale/hu/LC_MESSAGES/django.po,sha256=LpR3V4Z8UwLaGr_Nu5aH9LqEeSoFP7EZu9hAfbgxZOA,7374 +django/contrib/admindocs/locale/ia/LC_MESSAGES/django.mo,sha256=bfO6Rj59dxVTNBLIyJxpFnhUbjwq2KW8kmKckDq3vrg,2038 +django/contrib/admindocs/locale/ia/LC_MESSAGES/django.po,sha256=BBoIzSg4hxPYUfnEs1NMfqXBwV7TNHf1MZKX7q-qu04,5195 +django/contrib/admindocs/locale/id/LC_MESSAGES/django.mo,sha256=Gdz4zvGCzqgAtepVUk5O-zwkq4QBIS8vtydSsELfABs,5997 +django/contrib/admindocs/locale/id/LC_MESSAGES/django.po,sha256=kHpMRC_3DULz-FLaee9m3xzrsMHmJw7pL42cDK4of-E,6909 +django/contrib/admindocs/locale/io/LC_MESSAGES/django.mo,sha256=5t9Vurrh6hGqKohwsZIoveGeYCsUvRBRMz9M7k9XYY8,464 +django/contrib/admindocs/locale/io/LC_MESSAGES/django.po,sha256=SVZZEmaS1WbXFRlLLGg5bzUe09pXR23TeJtHUbhyl0w,5048 +django/contrib/admindocs/locale/is/LC_MESSAGES/django.mo,sha256=GSjSCfbK2hnpydENW9dR3UnDe7pQ_FiGuQpAa15qHD0,2015 +django/contrib/admindocs/locale/is/LC_MESSAGES/django.po,sha256=KNXmEUXiSKQAz62LkUTHtKDy57gAyFKUaunMV4LIEM8,5221 +django/contrib/admindocs/locale/it/LC_MESSAGES/django.mo,sha256=3gpj5HDxoBpmBg5l9y2Y0DYFMeoYzVpxKtVIGvL-4Vs,6650 +django/contrib/admindocs/locale/it/LC_MESSAGES/django.po,sha256=0z5xuWcWWeTCSq0xu_sZPjCLsrkWlkLqfBh9PPQ0oNc,7314 +django/contrib/admindocs/locale/ja/LC_MESSAGES/django.mo,sha256=Ps1sZs8Ub-ntdf1hd5qt_fAQlM4XF4JacrztE-DMSB4,7584 +django/contrib/admindocs/locale/ja/LC_MESSAGES/django.po,sha256=RWtDIBb9FEttevKpQqNk8uvgVZBjnjSbl9LxsFAmL6Y,8132 +django/contrib/admindocs/locale/ka/LC_MESSAGES/django.mo,sha256=Hfud02-U9agwSiyrpSMxP4MhYK8MFFKEkd9J4pmczFw,4624 +django/contrib/admindocs/locale/ka/LC_MESSAGES/django.po,sha256=AO82N0gb9w5-6lO9iQP63_SogngDqJqEGbhsrHBJBHo,6999 +django/contrib/admindocs/locale/kk/LC_MESSAGES/django.mo,sha256=OxpBdJiEJ7UdGa1jHLmlwAOg3H97_6v0e-vyv82f9B0,1816 +django/contrib/admindocs/locale/kk/LC_MESSAGES/django.po,sha256=vw6SoMLxyb5lP8rQmbSf_iBYCQKDXHELvvcb3ldZWYY,5275 +django/contrib/admindocs/locale/km/LC_MESSAGES/django.mo,sha256=2RVtZl7SFwPuiDD0nk1rag849Bfp5xAwCLwoJm0jyXM,1586 +django/contrib/admindocs/locale/km/LC_MESSAGES/django.po,sha256=F-a40tfAX2AxjS1JGfmoIrwUc-SyAufb2jEHSPtwtOY,5160 +django/contrib/admindocs/locale/kn/LC_MESSAGES/django.mo,sha256=ohJnBKshzM43-7VpXE9m5yE9n0b0qqf7raX68BtJsoI,1876 +django/contrib/admindocs/locale/kn/LC_MESSAGES/django.po,sha256=hNjzkUKzDd31e8LdkzKKZVtSRRhRtTnCR4orkwb1EY8,5403 +django/contrib/admindocs/locale/ko/LC_MESSAGES/django.mo,sha256=utEyeQ_sZBQH9Vq3MWSrmjB1leGuexVH9STxvlPDA4c,6761 +django/contrib/admindocs/locale/ko/LC_MESSAGES/django.po,sha256=bKQpxQOG26WMIjx8KTd00PDYq1Ao_qymT_pi0t2-znU,7283 +django/contrib/admindocs/locale/lb/LC_MESSAGES/django.mo,sha256=N0hKFuAdDIq5clRKZirGh4_YDLsxi1PSX3DVe_CZe4k,474 +django/contrib/admindocs/locale/lb/LC_MESSAGES/django.po,sha256=B46-wRHMKUMcbvMCdojOCxqIVL5qVEh4Czo20Qgz6oU,5058 +django/contrib/admindocs/locale/lt/LC_MESSAGES/django.mo,sha256=xbxtGi75io7ULQzFstBrlPDuqTfgqs1Oc2g-R8aIdP4,6862 +django/contrib/admindocs/locale/lt/LC_MESSAGES/django.po,sha256=4KuGG3QiUsto44haov1Mhl4TsCD-1GYjKiKq2rCh_Iw,7551 +django/contrib/admindocs/locale/lv/LC_MESSAGES/django.mo,sha256=X0NGiqTH41JLlkkpYh0ysIaPT4SstWO2Z4Xgdw83Vvk,1826 +django/contrib/admindocs/locale/lv/LC_MESSAGES/django.po,sha256=CKHPW9PJWoza18ne5-fn70JxZl5vdFoczujgSA9rIdc,5132 +django/contrib/admindocs/locale/mk/LC_MESSAGES/django.mo,sha256=XThTRHtYe2DHDNdbTZL8MgSaVmuuwJsKg9E045EHDaU,8257 +django/contrib/admindocs/locale/mk/LC_MESSAGES/django.po,sha256=cEcwszjufM9EJReF4aK2uzKI7mLX8uTh40fIpBo7jKE,9001 +django/contrib/admindocs/locale/ml/LC_MESSAGES/django.mo,sha256=e3dgHbIhrP-VYsMkfxDm-4mchE3g4_yGJcpoWTNM-kU,2974 +django/contrib/admindocs/locale/ml/LC_MESSAGES/django.po,sha256=1cmZDaceCmH-UHS8ZET1BOnfxbSaAzhDK6DQf3qIH4Y,6178 +django/contrib/admindocs/locale/mn/LC_MESSAGES/django.mo,sha256=2kpTlI3KSPH77_8lkZ9horbkbD5m0hKr_fw4kW4Q_go,7629 +django/contrib/admindocs/locale/mn/LC_MESSAGES/django.po,sha256=7kpdK7vsluVO8xPDlFqNlB6s4fR-fy0Msx_HTUYYcpM,8443 +django/contrib/admindocs/locale/mr/LC_MESSAGES/django.mo,sha256=LDGC7YRyVBU50W-iH0MuESunlRXrNfNjwjXRCBdfFVg,468 +django/contrib/admindocs/locale/mr/LC_MESSAGES/django.po,sha256=5cUgPltXyS2Z0kIKF5ER8f5DuBhwmAINJQyfHj652d0,5052 +django/contrib/admindocs/locale/my/LC_MESSAGES/django.mo,sha256=BOPxZEpCB-FWOUxKEs9VG6HMxly6yATwmBfGHC2ntOo,1721 +django/contrib/admindocs/locale/my/LC_MESSAGES/django.po,sha256=jL8HnXghbwtqi4eRpXNVwPyGKYJwQDgb9Y4opI8cMa4,5305 +django/contrib/admindocs/locale/nb/LC_MESSAGES/django.mo,sha256=A8T8McqLoqSmU3BL4uKG1bhhQ0XXhq83WjzCM9cfKA0,6513 +django/contrib/admindocs/locale/nb/LC_MESSAGES/django.po,sha256=jLK6rdM2gG2Rmt4S1fJ3nGYbR46To3LErhxrglNBM1c,7087 +django/contrib/admindocs/locale/ne/LC_MESSAGES/django.mo,sha256=LLSvtyQfCcsnPk-erdxcAFoOK7F3OGWUviz0fAMhI3I,1697 +django/contrib/admindocs/locale/ne/LC_MESSAGES/django.po,sha256=ZhyH1bEgG6GFLJSr2jdn3dmaKE7fjhCvUlRa9VIZDk4,5222 +django/contrib/admindocs/locale/nl/LC_MESSAGES/django.mo,sha256=1tKvpkindWBWObLmHu0bN1lor-yDyYQROeAYlcHl14U,6352 +django/contrib/admindocs/locale/nl/LC_MESSAGES/django.po,sha256=Qv40KEHJk7r4P2SaSaqioE05OiqNdIN5_35uNqixT_w,7059 +django/contrib/admindocs/locale/nn/LC_MESSAGES/django.mo,sha256=1hUnEEFSzjinkpt5IDsgTkDntBD1sxuBgFpLz5Ios_k,1835 +django/contrib/admindocs/locale/nn/LC_MESSAGES/django.po,sha256=oO-UfGhcliz64jXGNqfYfyMmNY0aI_V2ktnS4n8gsoc,5144 +django/contrib/admindocs/locale/os/LC_MESSAGES/django.mo,sha256=ynanw8Z60O--2qOTflXjQlLuVUwRvnNr-MRdhb1XNPc,2253 +django/contrib/admindocs/locale/os/LC_MESSAGES/django.po,sha256=jZ9g7oazWxrvVSBjsnQoYk7SW1wV4OQgHMLauZm7npk,5413 +django/contrib/admindocs/locale/pa/LC_MESSAGES/django.mo,sha256=vAhNS5lppcyUfOPj9oNGA9Hi63HvLQKcTFUQtLkOkVQ,1378 +django/contrib/admindocs/locale/pa/LC_MESSAGES/django.po,sha256=ZzyedI2DPH3bZkIiKIjvhYpPmpRQJLdhrxWIAEPFnb0,5064 +django/contrib/admindocs/locale/pl/LC_MESSAGES/django.mo,sha256=UPjC_wXZ_ydcPemDbTRq3UtKY2xOxLnmqgTE5s9cAiM,6701 +django/contrib/admindocs/locale/pl/LC_MESSAGES/django.po,sha256=P6_MucYstYizQ7iv6CSIbF369mGgssYzcMEKm0CibmM,7445 +django/contrib/admindocs/locale/pt/LC_MESSAGES/django.mo,sha256=BJ1lfvTk2J6mfl8p9yged2lyyupF2NTZDfM56gTrNZA,6556 +django/contrib/admindocs/locale/pt/LC_MESSAGES/django.po,sha256=mxcv7fyyxTRgPR7ccUhyP7E3Kv2I2buwWSeUbcR9ohA,7286 +django/contrib/admindocs/locale/pt_BR/LC_MESSAGES/django.mo,sha256=ZXkBfRbB3bhlQAk68855jEWpRxT_nGKcIYl6pfMoVaU,6794 +django/contrib/admindocs/locale/pt_BR/LC_MESSAGES/django.po,sha256=hYPTFtPgGwitQh0qYxcIDRk6VcPCF1T3aKHuL2PJYgY,7589 +django/contrib/admindocs/locale/ro/LC_MESSAGES/django.mo,sha256=gL3NuAPpVITI3A0K83rD2fbPUwk_vZ0SUlxjGgf_IxE,6773 +django/contrib/admindocs/locale/ro/LC_MESSAGES/django.po,sha256=B0B3tEcRM0MXqm830PLvh6cUQkJ2LIlYcMMn9rIAqxE,7517 +django/contrib/admindocs/locale/ru/LC_MESSAGES/django.mo,sha256=NcxntS3s1D4siutKKUIXYUZdJqjZKhtHo2wRT7qlSu4,8780 +django/contrib/admindocs/locale/ru/LC_MESSAGES/django.po,sha256=BLu9NBANxFLJasKla3S6mKgp_bdljVdJwnBPA0s4LMM,9426 +django/contrib/admindocs/locale/sk/LC_MESSAGES/django.mo,sha256=zorELs-mGxibctYB_K2E9ass_p-j-lU8Rw1987c0lOM,3768 +django/contrib/admindocs/locale/sk/LC_MESSAGES/django.po,sha256=mnHc3WB0SNEfLKYreWEXDIXnbKH-boy3DzGsXAznzxM,5967 +django/contrib/admindocs/locale/sl/LC_MESSAGES/django.mo,sha256=ypabFWBkZVgngtIdkp9edi1JvgfJoRtjgdoD_WmDddY,6494 +django/contrib/admindocs/locale/sl/LC_MESSAGES/django.po,sha256=K4dYfLRcEfFwnIlpxAv1u-VyNq5qeu1ANsDL8e3CGWw,7152 +django/contrib/admindocs/locale/sq/LC_MESSAGES/django.mo,sha256=0rwd0HBrypmBV0zxU5UBgEwdmRN_xk8RMBTE0IGvlPM,6574 +django/contrib/admindocs/locale/sq/LC_MESSAGES/django.po,sha256=v9qEXBj3HzRx5fIKCTHoc1h7jo1Y_d_SY3hBWswrzQI,7198 +django/contrib/admindocs/locale/sr/LC_MESSAGES/django.mo,sha256=DvlAwq6swoHL_TbPkaSjD4txEmk3Q0aRs3RFngKbCxA,2426 +django/contrib/admindocs/locale/sr/LC_MESSAGES/django.po,sha256=fCAJ5r9Dg2oNFZYp1W9_9o8qLMJ_9tq29o8y2yMjr1k,5623 +django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES/django.mo,sha256=zkr-fTno6UAThIaJ5jYjPvRRegbCKDSAeUPIUz42p-k,2115 +django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES/django.po,sha256=oUrTqXbUvu_hyyyyfimxJ1jDhc8DGrVIptKt9d3GPa4,5312 +django/contrib/admindocs/locale/sv/LC_MESSAGES/django.mo,sha256=3i9gfcH9kOy-lJ0U9PEM0VjA2jZrUv3aHCIPf-MwtRM,5819 +django/contrib/admindocs/locale/sv/LC_MESSAGES/django.po,sha256=goRi-mVfL4-lj2NL-dTZQJAg-eNC7E10Va43Gz-kJjg,6851 +django/contrib/admindocs/locale/sw/LC_MESSAGES/django.mo,sha256=j_wS7ZwvRz86AHUJHxMaQ1KGfYWGTaSwDZ6Ol_B_Znc,1994 +django/contrib/admindocs/locale/sw/LC_MESSAGES/django.po,sha256=hwbgBgWtjl7XSmBKi1gF5RcMxIGh143iN6wkikBP8U8,5104 +django/contrib/admindocs/locale/ta/LC_MESSAGES/django.mo,sha256=QAkhWFz8wk64rnBAUebyrc13g6mlIypJ3ZoSmy3xbrs,1804 +django/contrib/admindocs/locale/ta/LC_MESSAGES/django.po,sha256=4UKCI-7oB-8Xj5CCJI8bhDlWEuQZIbhOZsg00fI0X2I,5375 +django/contrib/admindocs/locale/te/LC_MESSAGES/django.mo,sha256=QZyx1bcii9ea9XLHoBrzHsgZRX_ilbYn7UNEzHV0pbg,1794 +django/contrib/admindocs/locale/te/LC_MESSAGES/django.po,sha256=1npjFx2s-lOEPtS_Oyeadk6tIzqs96RGy9PeD--klbU,5382 +django/contrib/admindocs/locale/th/LC_MESSAGES/django.mo,sha256=97cxCOB3BRu3UMj0E52YzD6oQ8Dkd3ZhTof1pd46GN8,2474 +django/contrib/admindocs/locale/th/LC_MESSAGES/django.po,sha256=ldWc39bpZJ6th5L6dG7pPmJMKjgRTl8tB6_6i3t0wOQ,5672 +django/contrib/admindocs/locale/tr/LC_MESSAGES/django.mo,sha256=WUWDwgqN3lO4-uXIWO218-49jSCSjWAhn_6Acb-ycNg,6808 +django/contrib/admindocs/locale/tr/LC_MESSAGES/django.po,sha256=xxMOi_ZDPqvuh0yYhJXbXZr7O8RMek1kPFTbOsVfz2Y,7407 +django/contrib/admindocs/locale/tt/LC_MESSAGES/django.mo,sha256=kDlU0s6G4kEU5mo-UMKu_fOslpCzQSzxDzz9jaC9RSU,2056 +django/contrib/admindocs/locale/tt/LC_MESSAGES/django.po,sha256=dqPVyXEIj4q4craH-TM8o7Cp1lC6fDfq0yjdPRfM5hY,5365 +django/contrib/admindocs/locale/udm/LC_MESSAGES/django.mo,sha256=hwDLYgadsKrQEPi9HiuMWF6jiiYUSy4y-7PVNJMaNpY,618 +django/contrib/admindocs/locale/udm/LC_MESSAGES/django.po,sha256=29fpfn4p8KxxrBdg4QB0GW_l8genZVV0kYi50zO-qKs,5099 +django/contrib/admindocs/locale/uk/LC_MESSAGES/django.mo,sha256=XAlKhnldqQmi5pi5gMqnttERvozzVMDYt7_XrkJM7NY,8056 +django/contrib/admindocs/locale/uk/LC_MESSAGES/django.po,sha256=00Kglp4oT72JbThUOoxDCi7F6EZAVROsdOKLGKZg2Sc,8973 +django/contrib/admindocs/locale/ur/LC_MESSAGES/django.mo,sha256=5pv_imsWrcTXeHUpWRDyreHle61hcdCE35KNe4z4Qqk,2018 +django/contrib/admindocs/locale/ur/LC_MESSAGES/django.po,sha256=gxxu1iGrGrOlOp7-Tj9v2lpyuO6bjkAYde7oqqo6gSk,5327 +django/contrib/admindocs/locale/vi/LC_MESSAGES/django.mo,sha256=cB7KUvYSWIfKL29VOxpvSAEc9UqCCSqDg7zn0yUm1xg,1508 +django/contrib/admindocs/locale/vi/LC_MESSAGES/django.po,sha256=uw5rdJ4ky52o-Shy94DUvdwoYIRuzZHnKXaxWykwbn4,5035 +django/contrib/admindocs/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=yWypMFYPW3Q3mm8hKuQNsgb4fPfirY7H8ZAiuZWOcng,6130 +django/contrib/admindocs/locale/zh_Hans/LC_MESSAGES/django.po,sha256=QyvdfZP7MsP5nca8nTxZ6SbdIt_65FFpPR0gnEHVYfE,6847 +django/contrib/admindocs/locale/zh_Hant/LC_MESSAGES/django.mo,sha256=LKR588Cw8nHzDCFl4cJR6nzieFLps92XkLLVK1To1Ho,3285 +django/contrib/admindocs/locale/zh_Hant/LC_MESSAGES/django.po,sha256=2lQKlqpNqUI-wBBHrO04AQRsh1kuRUq6fOF5ohkbo0I,5679 +django/contrib/admindocs/templates/admin_doc/bookmarklets.html,sha256=KbUjr9cygmTvlCiilIGvDTvLuYDdvi4HqzLLK_UBAHw,1333 +django/contrib/admindocs/templates/admin_doc/index.html,sha256=o1Z-Z6Dx8jzLwjihNnhROUOUKK_ILALjWGlMYz4U8u8,1313 +django/contrib/admindocs/templates/admin_doc/missing_docutils.html,sha256=LA8fyI_q_kRmE0e99XgiIDry3GRQ7ZjAu9EYBuCLT3Q,734 +django/contrib/admindocs/templates/admin_doc/model_detail.html,sha256=OfrSMc1vE_qItQrHO6GBBkwlhOQKex03ogvJJSyr2Jg,1824 +django/contrib/admindocs/templates/admin_doc/model_index.html,sha256=ow10WgNZUa6fUCp23ZmvR-kVdYUL29i3HBJ_iwlezfw,1322 +django/contrib/admindocs/templates/admin_doc/template_detail.html,sha256=xN-QihBsDVvpAI3C219Q__FMijnxw8j-wevYkk_mxMQ,995 +django/contrib/admindocs/templates/admin_doc/template_filter_index.html,sha256=PAzC_vpGSddmcza2UXWRuoSkhd0YVYiK_EEtP3eWJQo,1751 +django/contrib/admindocs/templates/admin_doc/template_tag_index.html,sha256=hmLoj_nh53MVJdnqrrlIg36rgSXj4k0IlimMSsQQmVE,1707 +django/contrib/admindocs/templates/admin_doc/view_detail.html,sha256=4mNkUt1_Q8ZGsvsZ1XMirPWNzJyptYMXZVIdPo9UVMc,896 +django/contrib/admindocs/templates/admin_doc/view_index.html,sha256=McuormWD-bVpIiSbnRvy09A-AURhMJeEhy9YX-kbzfs,1684 +django/contrib/admindocs/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/admindocs/tests/test_fields.py,sha256=RSXFtKhzRWj5wqhdjA3kB6Dpb63b9eOzfNkNhxz5gdA,1172 +django/contrib/auth/__init__.py,sha256=8qPfvU49Jf-4XM9EkY0Oqsh0hYwLAUtOMsoQAU6-e8Q,7785 +django/contrib/auth/admin.py,sha256=h_75YE0PjrHlwWXiVE6P_-1vLbro00PsUfLT3vefmjo,8750 +django/contrib/auth/apps.py,sha256=wMQCq7DP451Xr5A2AM7rWQuYGmPsDKb7cb0_lVHlBWQ,702 +django/contrib/auth/backends.py,sha256=_YOcxgJL19-NRENOd0zONvjx04jgUW_D6YZ7VmZYPmA,6788 +django/contrib/auth/base_user.py,sha256=FMQBO_PtTcKWW3Z8_ax8wuq_pe_nMMh4inr-2JXVYqk,4814 +django/contrib/auth/checks.py,sha256=U146Ml2r-QCRoAeX3xWrGIITDjMnDW5YOvub8lHfTSU,6374 +django/contrib/auth/common-passwords.txt.gz,sha256=EQsJeKUVEhNdKz_y83Tyip8sTs6R2eIKEAZpfmI66LE,3876 +django/contrib/auth/context_processors.py,sha256=sOcqB6tpw_sFbogKbGIVUIKMMuEwOY4-rfJ31ArXT0w,1939 +django/contrib/auth/decorators.py,sha256=Sx6jOH_K0tsxarfqD9YiHskPaF4ZY8jTkPiteJDDMhE,3047 +django/contrib/auth/forms.py,sha256=546VFqweSZyjqevnP5SMfhU4--tpbwEJ_tF3dr7GSCE,14981 +django/contrib/auth/hashers.py,sha256=xdDFoiEvJDsPb8ylyib0o8ou6rvlmDZPtu5iJpnC6H4,22352 +django/contrib/auth/middleware.py,sha256=UpJgA5HIBmh-26ogCleWqNF8ZsOx0yS3nTe7CLfjdck,5868 +django/contrib/auth/mixins.py,sha256=tiYYTxkKVHZBENAJ4fPcBV4Z2pDG5OVI5i5KRCRGW78,4085 +django/contrib/auth/models.py,sha256=-afNfWDU75MQ0stAjEDBNVJzF6ZuitsbrWhA7mQVXqc,14965 +django/contrib/auth/password_validation.py,sha256=-_hB1mNjXGWX6VQ64Ro-05ADP-ijgqfGFe_DgFvFq4E,7538 +django/contrib/auth/signals.py,sha256=nIgCcNGwKHK0XqF4ZNeEZYppsHmkNStqTWKwXB5fbdU,216 +django/contrib/auth/tokens.py,sha256=achT_polAvWqQExs6W8g8Tz4nWQaBJ4x866chEZ-T64,2803 +django/contrib/auth/urls.py,sha256=mxPsZF8sxeIFQmyp8ZXUFn-aWNUT3Th_Z8f7BF8-3D8,1036 +django/contrib/auth/validators.py,sha256=sE1nK5wfsvPCx99MI4_VQ1MI7ebyt-dILMq1FtLBukE,760 +django/contrib/auth/views.py,sha256=Xk6nVZp5_ZlavurKukiCQQDUhO2Hq3WWS_3SYmszYRQ,12477 +django/contrib/auth/handlers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/auth/handlers/modwsgi.py,sha256=WUC3L30mCW1H91gt7p7_xq5jGR1UYu_nshHeIuAuJDY,1344 +django/contrib/auth/locale/af/LC_MESSAGES/django.mo,sha256=R9Em-ZW_Yj9Af3GRwdIXa-BbhZ_crNA3CYmLJMreCTE,649 +django/contrib/auth/locale/af/LC_MESSAGES/django.po,sha256=xaSPO9ojNCftR-n3eLD4gKzongYHr87hpqQk7ov9hYM,4892 +django/contrib/auth/locale/ar/LC_MESSAGES/django.mo,sha256=T-gr7qPOHx0j7pueJwHj28yPyXKxWumGRCwkjuN87ds,9089 +django/contrib/auth/locale/ar/LC_MESSAGES/django.po,sha256=BAenbYyjYEX1blTxQfHf3QSYtSWD95rjPKSvVsGuQWI,9996 +django/contrib/auth/locale/ast/LC_MESSAGES/django.mo,sha256=hifXpzOF6TmAQoA0WVaVfZx-eGFLVze4DoPvmMjp4VM,2250 +django/contrib/auth/locale/ast/LC_MESSAGES/django.po,sha256=J5AEjf8FdZxJx-B7cK9V7AEVYFfOXcIE5iBZAlVNLQo,5453 +django/contrib/auth/locale/az/LC_MESSAGES/django.mo,sha256=vm1BWOW1NEBvDEmx9UqXCV7HiiLoZO-ov0g08w5zhqM,5177 +django/contrib/auth/locale/az/LC_MESSAGES/django.po,sha256=JiaU0NG1vWovyrL2D0YreA95HCiGL0ZLe8JWWsyT-PY,6622 +django/contrib/auth/locale/be/LC_MESSAGES/django.mo,sha256=uBMuNwaarYRq85OKmWFVli2KLw-NHMnQDFIE1ZhFKcs,6158 +django/contrib/auth/locale/be/LC_MESSAGES/django.po,sha256=pRpxjPA4uNhT7pHFX8bzC6KIqzOfFXhA-q-y74aLoZE,7883 +django/contrib/auth/locale/bg/LC_MESSAGES/django.mo,sha256=cWcezEJgIRK75koci4CwbWsM3djt4zo1WHGCyYNJjpo,9216 +django/contrib/auth/locale/bg/LC_MESSAGES/django.po,sha256=Sdl1FJCHeQk7tuJjhOHMwKPFOur5vNDO_hVhY5ZUuzk,9810 +django/contrib/auth/locale/bn/LC_MESSAGES/django.mo,sha256=QkV0Y27DEOAGxDL2tATaAoLS0WrtF7336AjHGh5FatE,5455 +django/contrib/auth/locale/bn/LC_MESSAGES/django.po,sha256=WGRP9Xh1w6x_svtubQSkghXnozqeNDL-7zQLyL2ucBA,7684 +django/contrib/auth/locale/br/LC_MESSAGES/django.mo,sha256=3vh34jUyC2d_VnVBwCAHpmIPVqzq7vKEmDHluidwvdg,1144 +django/contrib/auth/locale/br/LC_MESSAGES/django.po,sha256=peJw7KHL8o3FkJsZdutmO3vSBXUyfVt40YJnK1BY4Dg,5064 +django/contrib/auth/locale/bs/LC_MESSAGES/django.mo,sha256=5AvPt6VRkqGoxTx5fq4Z6lWbxNqjG0aENbsdvn9Zv4o,2963 +django/contrib/auth/locale/bs/LC_MESSAGES/django.po,sha256=G6wZNJP37Fceqyw1o8I1U5VAjrShgXjVX6He6jDNGy0,5806 +django/contrib/auth/locale/ca/LC_MESSAGES/django.mo,sha256=48vfBi6n4NiF1jLoK0XAuIYchEJRIoK2_YIZ2TnTCp0,6820 +django/contrib/auth/locale/ca/LC_MESSAGES/django.po,sha256=FmW5iYpvRmH0CCG4iE-ODAw3ireTbWxaWLXggCROVrA,7631 +django/contrib/auth/locale/cs/LC_MESSAGES/django.mo,sha256=OtoOh7GtBdzhBvx8pA_KNbE7Kp__9qOvtV9-NKKz_vk,6788 +django/contrib/auth/locale/cs/LC_MESSAGES/django.po,sha256=1VdJkEgU4JsIX5BDmPFvLoHgBIEhIXJ-E_iupSZhbIQ,7647 +django/contrib/auth/locale/cy/LC_MESSAGES/django.mo,sha256=HkfGVou68OVGd7PYP1UEZ-EybRaqTk-n2hUisvAJ5Vk,4338 +django/contrib/auth/locale/cy/LC_MESSAGES/django.po,sha256=wKycP9BEd0bPObqmw7e-36eWIqQiBNceuS_NcspJxsE,6366 +django/contrib/auth/locale/da/LC_MESSAGES/django.mo,sha256=2mrRJmeeYPnAclCvNPZjTlfkAfJOA5c49rTePyycr14,7472 +django/contrib/auth/locale/da/LC_MESSAGES/django.po,sha256=Ho07WTC_9V5Zv_9F0NOvf0HnP4MjXL3_N4qHYdNBzKY,7788 +django/contrib/auth/locale/de/LC_MESSAGES/django.mo,sha256=00lttLrdSnnodz41whUg-FO8jC8RqqFFn-CRVTJnV3k,7571 +django/contrib/auth/locale/de/LC_MESSAGES/django.po,sha256=_jN7z3-aNFlNprOXu4u-gZrraQ_I3zRTxlwZCG013KM,7991 +django/contrib/auth/locale/dsb/LC_MESSAGES/django.mo,sha256=fEK-3onviZREb70EcaRMB25M6MeaO2wrqY7djt9ZkrI,8115 +django/contrib/auth/locale/dsb/LC_MESSAGES/django.po,sha256=IRl2uw6zFP-oDfDzPYkPuq3fTtP1lbulWhFfthPyork,8367 +django/contrib/auth/locale/el/LC_MESSAGES/django.mo,sha256=ADY1fIgKdPlcT0ks2cj2Kvr7UJlomSvPrPrCMSEO5fs,10178 +django/contrib/auth/locale/el/LC_MESSAGES/django.po,sha256=WOkVVsSc1OSrl1B5N4KyNbvwyWAZR5Ex2K1hd4cpgg0,10697 +django/contrib/auth/locale/en/LC_MESSAGES/django.mo,sha256=U0OV81NfbuNL9ctF-gbGUG5al1StqN-daB-F-gFBFC8,356 +django/contrib/auth/locale/en/LC_MESSAGES/django.po,sha256=dy7dZmo-sOUvpRaou0jKlJ7f_t1Qg38_eoklQ5tX_Fs,7884 +django/contrib/auth/locale/en_AU/LC_MESSAGES/django.mo,sha256=i7ppjyVdEKfKAzdANy_k_bik0_EdOtGhoUk8YBhYv20,3650 +django/contrib/auth/locale/en_AU/LC_MESSAGES/django.po,sha256=yFQmiYU6v2EtSK1L14qql1fqxJLEQBGsODsNewVPnos,5934 +django/contrib/auth/locale/en_GB/LC_MESSAGES/django.mo,sha256=JlKozg8PSsinAN0vpnIrYE6F0q313bmLH1hcgw2ysvc,3179 +django/contrib/auth/locale/en_GB/LC_MESSAGES/django.po,sha256=DEX6wsQV7Z5TxDpTK4Nxv9ARUt-yX9FjHw9rsG8735s,5800 +django/contrib/auth/locale/eo/LC_MESSAGES/django.mo,sha256=FhWn0wU5E7wzg_O4CGEvdQYZ2kStekHl7NS5bMDUJEQ,6517 +django/contrib/auth/locale/eo/LC_MESSAGES/django.po,sha256=-gMM03OkDxD1xOUjSnzySXJckuDNdkq6shZxjBbDoCc,7274 +django/contrib/auth/locale/es/LC_MESSAGES/django.mo,sha256=pILmTmbbEykJPE8kCMJmH1flf_G9VDRjJ_gfAXrwdb8,6873 +django/contrib/auth/locale/es/LC_MESSAGES/django.po,sha256=4C_ZcMsuL7G65JI2D-sts3PgYAhS3TO2C6XVulSeZ7Y,7955 +django/contrib/auth/locale/es_AR/LC_MESSAGES/django.mo,sha256=78nivkzvC0mbNOcURkWjTFihbL0xm7Aw5L0siUTPWX0,7940 +django/contrib/auth/locale/es_AR/LC_MESSAGES/django.po,sha256=dLdY1AtegPCuH0Ey6pnzZT4Bgj_UY3kVpl53sEJmkRE,8169 +django/contrib/auth/locale/es_CO/LC_MESSAGES/django.mo,sha256=epJdvA7VT_Jo9B443W2xDw0f-Wz4EjHBnv3zGMk5ArM,6884 +django/contrib/auth/locale/es_CO/LC_MESSAGES/django.po,sha256=gNy2sNMmwPLkdPDjdhukxQLmaSokSZIhKl6cUB4o4Ek,7911 +django/contrib/auth/locale/es_MX/LC_MESSAGES/django.mo,sha256=pJ9fR4Wextm-mhZ1wHz1ft3lMSQrvyhwId8SVnBjbcs,3363 +django/contrib/auth/locale/es_MX/LC_MESSAGES/django.po,sha256=OOn220cR3yKmIrtEn0KdyMeTxu1as8243zVWW00E7ZY,5959 +django/contrib/auth/locale/es_VE/LC_MESSAGES/django.mo,sha256=_UEoX4CRH5dcukfstE_YwU6f5gRJTPularcLmmAiTfo,6899 +django/contrib/auth/locale/es_VE/LC_MESSAGES/django.po,sha256=-UYOG6wjctaJASX2Yat2HpsCOEYZKEL8qR22MRoavbU,7587 +django/contrib/auth/locale/et/LC_MESSAGES/django.mo,sha256=dJVnUBpcbpDtTA672ZPXUG4vmVTpXPcdZ1ovuOeWEWg,7440 +django/contrib/auth/locale/et/LC_MESSAGES/django.po,sha256=8442YWe3phCjXIAoFylJN9Ir5u4m6RnkrGxqaHG436I,7848 +django/contrib/auth/locale/eu/LC_MESSAGES/django.mo,sha256=TDiIxTqm618cc0B7wKvwp4hbCvLDrjsOkictouSqEg0,4329 +django/contrib/auth/locale/eu/LC_MESSAGES/django.po,sha256=Y_cTQVUjdKpNK6RSxVsc5SpLZH4ZcCfLdTKglgBJx1E,6354 +django/contrib/auth/locale/fa/LC_MESSAGES/django.mo,sha256=kWNB1gkoqlMo2PIDdcIoQU9YErHpbWWM47TAY5vh5tE,8704 +django/contrib/auth/locale/fa/LC_MESSAGES/django.po,sha256=_dBInwbYML8J30hTQOe5YdhMW6_75zqAs-Vp7Tsnj_M,9020 +django/contrib/auth/locale/fi/LC_MESSAGES/django.mo,sha256=zebqD1NZpIZbUWf6I3nbDA7RZpOUw3jh4tZ-BKN-rNI,6747 +django/contrib/auth/locale/fi/LC_MESSAGES/django.po,sha256=bmww4xkrVyu-Zif4n0Xqjy5XJ9zw1olQmbp_QpwLIYY,7532 +django/contrib/auth/locale/fr/LC_MESSAGES/django.mo,sha256=C0bi120qQBPCWBUbUCd3YTGafQmPHLjvM_z0RS9UqlQ,8134 +django/contrib/auth/locale/fr/LC_MESSAGES/django.po,sha256=E7SOnH3oTW781KVh_Ui1ACM979cCC_oWLVvKsyFexgg,8472 +django/contrib/auth/locale/fy/LC_MESSAGES/django.mo,sha256=95N-77SHF0AzQEer5LuBKu5n5oWf3pbH6_hQGvDrlP4,476 +django/contrib/auth/locale/fy/LC_MESSAGES/django.po,sha256=8XOzOFx-WerF7whzTie03hgO-dkbUFZneyrpZtat5JY,3704 +django/contrib/auth/locale/ga/LC_MESSAGES/django.mo,sha256=z81kICw9lzZTUBg3N0Bq-mfB8Rwg-vUZbxogpzPReCs,3572 +django/contrib/auth/locale/ga/LC_MESSAGES/django.po,sha256=pAU5O6J3qbZWHXdzLjJd2LgR8Mn5VhA3B5q8Hntx6VI,6140 +django/contrib/auth/locale/gd/LC_MESSAGES/django.mo,sha256=J4jnLsviOH2yWiY7ENnd8UBwCSTnBr3MP1-z6cArVus,8740 +django/contrib/auth/locale/gd/LC_MESSAGES/django.po,sha256=Tsv0uep_cibsd257J_ffWZ2Dh6UfxuZ0nKC4c5qODcc,9041 +django/contrib/auth/locale/gl/LC_MESSAGES/django.mo,sha256=pa34XFIjumhy1im_en2ltSyCGHmFpmWJRpMBZY4dMKk,3891 +django/contrib/auth/locale/gl/LC_MESSAGES/django.po,sha256=lgK1eN6xaj4NvSlqGkBv_uCoPYgiPixp8XZ4vdp1dME,6312 +django/contrib/auth/locale/he/LC_MESSAGES/django.mo,sha256=f9UpyTURhIiVOHa5Zu_prdMGXnOzoNH0N9n7x-A3MlU,7258 +django/contrib/auth/locale/he/LC_MESSAGES/django.po,sha256=aySKmEiH2vjT1dpjFNPvOhPVuwD-sd7WbgqGP58GGao,8003 +django/contrib/auth/locale/hi/LC_MESSAGES/django.mo,sha256=-lAy2PBlFKZ_lZhV_MK3r3OS5Fktv5n-vQE4eHVd5Wk,5364 +django/contrib/auth/locale/hi/LC_MESSAGES/django.po,sha256=-ENAoov1qzAlga-JiKUpI6TnlJiwQu6zaxyVe98LRMU,7782 +django/contrib/auth/locale/hr/LC_MESSAGES/django.mo,sha256=vVRtioiecX6Fn_AFb2PuEWHGrhurP_L6u1-pAgUzNQQ,6243 +django/contrib/auth/locale/hr/LC_MESSAGES/django.po,sha256=vKkKZQ9MMFEg7mB-Wf_fvn2Vwt1wEIqcIovUPoIy1_0,7557 +django/contrib/auth/locale/hsb/LC_MESSAGES/django.mo,sha256=_h17hUklN_njdpgq3_TiHONYZC-Pl-FBq1ElU-1GgP4,7955 +django/contrib/auth/locale/hsb/LC_MESSAGES/django.po,sha256=6x979CVC7j2cmV13HIbwJ3khH08dblJWAHPMSQpb-Pc,8201 +django/contrib/auth/locale/hu/LC_MESSAGES/django.mo,sha256=04L5wL8DGin8x6wCwYySYTHtvfm95vVzmul0BzLuxOU,7711 +django/contrib/auth/locale/hu/LC_MESSAGES/django.po,sha256=acYIkyYvvRLy8pcAH0lo5oLFbml9Q3PFCbjjCnDB4es,8044 +django/contrib/auth/locale/ia/LC_MESSAGES/django.mo,sha256=UQKQox3I5wHSeMMueJDon5kEEVGisNiLLIMV2c-TTQU,3314 +django/contrib/auth/locale/ia/LC_MESSAGES/django.po,sha256=rSzLnvW3urFuTI7xInNrpFQ9Tz2j7aZY8neayiNA8UY,5894 +django/contrib/auth/locale/id/LC_MESSAGES/django.mo,sha256=OwfrLRRUVD3mM6ZbdafkmLaR8oECORPL9KVNw3E-jvA,6032 +django/contrib/auth/locale/id/LC_MESSAGES/django.po,sha256=LHtvPk5Sp4M628j9RFNp4YNkIUXXxKBMiOWelGXlOKo,7011 +django/contrib/auth/locale/io/LC_MESSAGES/django.mo,sha256=YwAS3aWljAGXWcBhGU_GLVuGJbHJnGY8kUCE89CPdks,464 +django/contrib/auth/locale/io/LC_MESSAGES/django.po,sha256=W36JXuA1HQ72LspixRxeuvxogVxtk7ZBbT0VWI38_oM,3692 +django/contrib/auth/locale/is/LC_MESSAGES/django.mo,sha256=qBc9iUmiQeE4myhPMn2XDpEj0GEGCHFYrtoYiEYHfM0,3289 +django/contrib/auth/locale/is/LC_MESSAGES/django.po,sha256=L7b-CjY34dGe-psXtL_-Uo-RDNcb6SK8Tuuj2jY1TFk,5965 +django/contrib/auth/locale/it/LC_MESSAGES/django.mo,sha256=rS7Co0Y1nnHv8YQQ-cG8R5jJWt4TQ9KEfV3MFLF8ITo,7586 +django/contrib/auth/locale/it/LC_MESSAGES/django.po,sha256=cMWukLpphJKPcENkzhWowYXlKn9H4I-HrxsfQlrEkOs,8068 +django/contrib/auth/locale/ja/LC_MESSAGES/django.mo,sha256=AWr52hXprVM3ySqWK7gsep-0pfTuaqZhn20KlepmO1s,8056 +django/contrib/auth/locale/ja/LC_MESSAGES/django.po,sha256=x5EkJNIPhY7bqFFgfObvY1P9wOWaip1AFZWbjIX89L0,8241 +django/contrib/auth/locale/ka/LC_MESSAGES/django.mo,sha256=HXny5kSwueaZDeLHvnN6utKr_rG3bXEMur0YuTuQ4lk,7469 +django/contrib/auth/locale/ka/LC_MESSAGES/django.po,sha256=gUXq42QFvzEDdVf4n3BSt9kIDldR2YXmZaqHfn-Mr3M,9155 +django/contrib/auth/locale/kk/LC_MESSAGES/django.mo,sha256=leH2ac5tKBa3OcFHUA3Q5i12omhGJNerfFRI6-4uSgM,3578 +django/contrib/auth/locale/kk/LC_MESSAGES/django.po,sha256=AOmPunEpCkgLWS0htlJ-6FfNdZXkvQp2S1cJkV-5i3c,6342 +django/contrib/auth/locale/km/LC_MESSAGES/django.mo,sha256=cFKFGp-8GVaGJSn0S1cX2axxvjmpWhj0KPwINOBh7T8,2609 +django/contrib/auth/locale/km/LC_MESSAGES/django.po,sha256=5-G4UUvwPG9mq3HHjQtxDNyx6w0yd6Elx6LwngEWV2Y,5986 +django/contrib/auth/locale/kn/LC_MESSAGES/django.mo,sha256=6vmuvm-H6ciqxr5G0oudIg9Z2HRIOCIQFbDjfVH9eac,4024 +django/contrib/auth/locale/kn/LC_MESSAGES/django.po,sha256=VT4yo5CwmGY7sC5tAABV1r3X6b3WtTLryWuPzjUUEmA,6964 +django/contrib/auth/locale/ko/LC_MESSAGES/django.mo,sha256=3Xwj89h1PRFz88M8ZZM7RdrIrXv9_fe1-wjOFMJdzRM,7631 +django/contrib/auth/locale/ko/LC_MESSAGES/django.po,sha256=yulxqgSglbIf6L4TR5yAGnxR_8_E3puR9_XtpvBgFkU,7995 +django/contrib/auth/locale/lb/LC_MESSAGES/django.mo,sha256=OFhpMA1ZXhrs5fwZPO5IjubvWDiju4wfwWiV94SFkiA,474 +django/contrib/auth/locale/lb/LC_MESSAGES/django.po,sha256=dOfY9HjTfMQ0nkRYumw_3ZaywbUrTgT-oTXAnrRyfxo,3702 +django/contrib/auth/locale/lt/LC_MESSAGES/django.mo,sha256=b4EjFt1oooA2QMyW35EyrXX1hLKQVJwXUVHkPcWa9_g,7951 +django/contrib/auth/locale/lt/LC_MESSAGES/django.po,sha256=MfhmHfNSJhJ5RGIVRfHl0g80MAg-Em-WJpJG0YJ--1g,8395 +django/contrib/auth/locale/lv/LC_MESSAGES/django.mo,sha256=_AkkmgKENBIUBpwRZGFUcB7qav9ktYP4tJC_MwxShmg,2946 +django/contrib/auth/locale/lv/LC_MESSAGES/django.po,sha256=XbOSSYWy3oARUIo6JVDCi7-KVJVZ_-hVS4GQ18BoSIQ,5780 +django/contrib/auth/locale/mk/LC_MESSAGES/django.mo,sha256=hfK8ae_4ysr1C0jx4CXc_DsfzCxrwaCzKtCq45xzdtA,9528 +django/contrib/auth/locale/mk/LC_MESSAGES/django.po,sha256=tVihq7zuLdwgInDgi8xsKdva5IBAlPyslrAS0AvyY6s,10025 +django/contrib/auth/locale/ml/LC_MESSAGES/django.mo,sha256=eNsvFgF9a0X_nGm1gfp_qhww0bmCZd04aVLSmPZXyu0,13010 +django/contrib/auth/locale/ml/LC_MESSAGES/django.po,sha256=ZKiW6y-HYKdyYX-ul_xiS186C3pwdwW2Y6Sw1_pU0iY,13309 +django/contrib/auth/locale/mn/LC_MESSAGES/django.mo,sha256=IDk8jeHx_7jmD79PqzSG5kuOXFX4knztwN8BFJ6PJWI,5980 +django/contrib/auth/locale/mn/LC_MESSAGES/django.po,sha256=ArmXguAEp4B80jyLoUXtEyu1ZRnPamcqMZMiFaWCDkw,7939 +django/contrib/auth/locale/mr/LC_MESSAGES/django.mo,sha256=zGuqUTqcWZZn8lZY56lf5tB0_lELn7Dd0Gj78wwO5T4,468 +django/contrib/auth/locale/mr/LC_MESSAGES/django.po,sha256=yLW9WuaBHqdp9PXoDEw7c05Vt0oOtlks5TS8oxYPAO8,3696 +django/contrib/auth/locale/my/LC_MESSAGES/django.mo,sha256=aNjTLr6YsS5PSCRhdSowKOnoUQbUuI-AzERik4OqAXI,1026 +django/contrib/auth/locale/my/LC_MESSAGES/django.po,sha256=r8V5vn4QaEyf3HLExDqBR9fzS-_Dd4qmx35U98QluSA,5143 +django/contrib/auth/locale/nb/LC_MESSAGES/django.mo,sha256=zLRuk2IljLgM8Gho3o-yM5M3TrdPn_vV_GQIie9ZkfQ,7241 +django/contrib/auth/locale/nb/LC_MESSAGES/django.po,sha256=Z1Qqmp7QB-hFd5f-L2QG2Jz7KVFitNrdVgr6AYWSWOU,7563 +django/contrib/auth/locale/ne/LC_MESSAGES/django.mo,sha256=mDA_WLvqCqaCYscwneF3WCZpVCW6nBKNZG8xTNi4BzI,4805 +django/contrib/auth/locale/ne/LC_MESSAGES/django.po,sha256=NpPb33T3GiK6QQsI4UnHWv4A7DvkW0A4Ais7eos9yqM,7135 +django/contrib/auth/locale/nl/LC_MESSAGES/django.mo,sha256=yZ0dvN4dB0gE3fRbbzytkX32ImuO1SoVAN_lztq-1mE,6654 +django/contrib/auth/locale/nl/LC_MESSAGES/django.po,sha256=m_z5vDyl_JvUrBMb6B5seedDe4aYI_4IEcegrOksqIc,7723 +django/contrib/auth/locale/nn/LC_MESSAGES/django.mo,sha256=R-l5bmAPpLTy2PvPluKCRD1WVaBS7kIx6rhOZiA9bAo,2801 +django/contrib/auth/locale/nn/LC_MESSAGES/django.po,sha256=Jn7R-f3myuiQubYtVl68ZWGBa6YoucPLSNtr3jX2-Yc,5603 +django/contrib/auth/locale/os/LC_MESSAGES/django.mo,sha256=PGKx-Z2bcv4kQS0zaayqUTGcPheGcyraRZjNq28jgo8,4434 +django/contrib/auth/locale/os/LC_MESSAGES/django.po,sha256=mLKQUdjgeA394LlSZqnDxCzW3YeAgX3Iwp5vHrUhsbI,6728 +django/contrib/auth/locale/pa/LC_MESSAGES/django.mo,sha256=yJMTxZJHkhxBNPIJ3JZeuQZByJn6kLzJwhKI73lmz8Y,3666 +django/contrib/auth/locale/pa/LC_MESSAGES/django.po,sha256=l1GEJ1Us1U8oOA8Jn29SYMS94JSOBbExGJ_xXNbtMkI,6489 +django/contrib/auth/locale/pl/LC_MESSAGES/django.mo,sha256=CD5IBTqTKLp9TZoAik_m6Z5p0Kymfr0o_ZoXkoOn3LI,7710 +django/contrib/auth/locale/pl/LC_MESSAGES/django.po,sha256=dgO2dh5VCrqVWa3DWVVDksRWuNfLNC6jDUDiEkmsX6A,8325 +django/contrib/auth/locale/pt/LC_MESSAGES/django.mo,sha256=k49BqnrnambsJLMYorYtM6y188KUs3IRfsPleJLebUY,6931 +django/contrib/auth/locale/pt/LC_MESSAGES/django.po,sha256=8fsUI1BcjSLWXFA65ESnQbWa_wu59J6aYIV5Dkw6PC8,7744 +django/contrib/auth/locale/pt_BR/LC_MESSAGES/django.mo,sha256=dIhUK-EhGAwA4xHESbYzv_9yrH-uX5-Qc3H_a4Zurpk,7594 +django/contrib/auth/locale/pt_BR/LC_MESSAGES/django.po,sha256=Q2Q4cc7f9Af7PWTJIBsCaOa3f4ZZI2K0OA8ZaSD7Vuc,8366 +django/contrib/auth/locale/ro/LC_MESSAGES/django.mo,sha256=cLr-Chz9Zlf7JCuhQDeasXpyrG1-q4_bnBBG4vHeENQ,7066 +django/contrib/auth/locale/ro/LC_MESSAGES/django.po,sha256=eTJhU-tiEf5-frEPHttW9RcI0Re2JdtvQyBDM75oTK0,7978 +django/contrib/auth/locale/ru/LC_MESSAGES/django.mo,sha256=mAs6ilMsvpk5OKWMLp1Sw3rchUhBYsUXYictiiDMhEM,10515 +django/contrib/auth/locale/ru/LC_MESSAGES/django.po,sha256=TXMPVgSyKmCdUuwR4fo-R9QtOaGiolG6Sefdb0flbA8,10950 +django/contrib/auth/locale/sk/LC_MESSAGES/django.mo,sha256=mBJnhkGTrJ6dP8bCIje--2n2UikrFdgCJ6biWr1otVM,3921 +django/contrib/auth/locale/sk/LC_MESSAGES/django.po,sha256=N8F1xuvD85Jt-IUeaQQpCMGas1zRG3vq9RkmCSAlomA,6251 +django/contrib/auth/locale/sl/LC_MESSAGES/django.mo,sha256=GbZrY2aFkDd81KWHH6dbHjeKM8Y05Bu2-PA8x4YZ7sY,6702 +django/contrib/auth/locale/sl/LC_MESSAGES/django.po,sha256=9LBpbQfzuLlKCWTRFFIooNu82sCmQvIHS59ZTZQaUa4,7519 +django/contrib/auth/locale/sq/LC_MESSAGES/django.mo,sha256=mCA2bo295FJj1WSUx5-mEzgvU5CrqQFo4AaEbwKRE1M,6940 +django/contrib/auth/locale/sq/LC_MESSAGES/django.po,sha256=pS7TgW3v_QpPOmtXcCbWk3JIwBQmtCnL32c-JEAWbaU,7710 +django/contrib/auth/locale/sr/LC_MESSAGES/django.mo,sha256=R5gdl0uY8HnwN-_KVeobdbxNiW13SrvMyrqbnILsu3Q,3984 +django/contrib/auth/locale/sr/LC_MESSAGES/django.po,sha256=cOJp1xQxol2N0_26caCEVP88-SCT4HF-EoyFWI72hPY,6635 +django/contrib/auth/locale/sr_Latn/LC_MESSAGES/django.mo,sha256=n-UBr6yQxHcaCFoKmC2Vrvox5kK6DwR1eWs32pkQn0I,3291 +django/contrib/auth/locale/sr_Latn/LC_MESSAGES/django.po,sha256=2fdc0kMjlNOcY6EB-AcJBDjRCN3-tkJiWqjymxDAeKc,5945 +django/contrib/auth/locale/sv/LC_MESSAGES/django.mo,sha256=7tyB99Fph33u4JxORG9FwHMS25XIPU158Lbbd7U8B1o,6613 +django/contrib/auth/locale/sv/LC_MESSAGES/django.po,sha256=liSk-wFSTldQK4_mfKRUoA1V8tW-L1QbkcHghNPx3CA,7534 +django/contrib/auth/locale/sw/LC_MESSAGES/django.mo,sha256=jq-4oiaJapK5itXkI3x9PiHHEEeQT86yPLIqucS-gR4,4202 +django/contrib/auth/locale/sw/LC_MESSAGES/django.po,sha256=VCh8a9875wKgDyUkd5fUqI4z2lqc9PHWyf4VjucMXuI,6094 +django/contrib/auth/locale/ta/LC_MESSAGES/django.mo,sha256=eyCmAf-RhsdMngoRZj0njJRvYwWIJFh6VLCzTgCPsWM,2679 +django/contrib/auth/locale/ta/LC_MESSAGES/django.po,sha256=mNFPkw4qzr2waH3Mgt0XUbv3ISuUzIWQidOXQbCeH9I,6082 +django/contrib/auth/locale/te/LC_MESSAGES/django.mo,sha256=lT4_bdIchxvZ-GXnMQvCMN6e0a4gWE_3oj0S0x8ZO2g,2955 +django/contrib/auth/locale/te/LC_MESSAGES/django.po,sha256=wsEI00ni2orKfnOc6Mb24HZaqrCRoRYjw3R9tMtM0TI,6280 +django/contrib/auth/locale/th/LC_MESSAGES/django.mo,sha256=lLKqYC7RkQgpnaqorvj7H6fO03u373qsZhd6hroh4PY,6000 +django/contrib/auth/locale/th/LC_MESSAGES/django.po,sha256=BD4ugXFxtK3cbfQsq1FeqVUjUdzelRl7a-fXd9-O4Ns,7914 +django/contrib/auth/locale/tr/LC_MESSAGES/django.mo,sha256=yvQNwj_htnfCnorE6wuURNgN4t__JTeuk6p8oGaDc5Q,7503 +django/contrib/auth/locale/tr/LC_MESSAGES/django.po,sha256=26jUnMmllgBbeArf39ouQa3gmGA7gHALdig-_kWrxq4,8048 +django/contrib/auth/locale/tt/LC_MESSAGES/django.mo,sha256=Peo-F1P8av3FiQxTGEO-H0oPMIMK3whN85n8MQAzTp4,1371 +django/contrib/auth/locale/tt/LC_MESSAGES/django.po,sha256=QZBES9ems7UmWH4RLlF414dLMZcykrelZnLQsS2Vb1I,5235 +django/contrib/auth/locale/udm/LC_MESSAGES/django.mo,sha256=zey19UQmS79AJFxHGrOziExPDDpJ1AbUegbCRm0x0hM,462 +django/contrib/auth/locale/udm/LC_MESSAGES/django.po,sha256=gLVgaMGg0GA3Tey1_nWIjV1lnM7czLC0XR9NFBgL2Zk,3690 +django/contrib/auth/locale/uk/LC_MESSAGES/django.mo,sha256=TR92Mu49zwSyvOvOBz9lbnBG-oYmu6lWoyk2cboRVUs,9659 +django/contrib/auth/locale/uk/LC_MESSAGES/django.po,sha256=TdQUFL_eYgikL07Fvqqc6tLKT6phDwNjUdsAfZWQlGc,10238 +django/contrib/auth/locale/ur/LC_MESSAGES/django.mo,sha256=QxxMkPoUVUlpEDooaUm_nvexgKSbW1jeAMnFwTEm6hU,698 +django/contrib/auth/locale/ur/LC_MESSAGES/django.po,sha256=461ybQvLvc3eZ9Mwsw-MPCDHyB9rc0_ICleVXoBMZE4,4938 +django/contrib/auth/locale/vi/LC_MESSAGES/django.mo,sha256=yACN5ZrvokQdRFVB4zLeCfh29Kvz26L7rqjlKiL5Jo8,4703 +django/contrib/auth/locale/vi/LC_MESSAGES/django.po,sha256=GqfKC-vho4sDwMwaSCSLcnUK_F7Xytd6YiRIGx1Gih0,6736 +django/contrib/auth/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=pC1h6Aj-CFYX1gXyiZcU5OHQSyizNh_oPSSJ2cWG-X0,6013 +django/contrib/auth/locale/zh_Hans/LC_MESSAGES/django.po,sha256=77_3fplGOF0Rb0weWaN7h8W7pime09coa5d0hvhCLs0,6912 +django/contrib/auth/locale/zh_Hant/LC_MESSAGES/django.mo,sha256=498ZWiQ4ZoQ-SPvgMRsOPCGStO0mdwF-MMXiiMhK0wU,4001 +django/contrib/auth/locale/zh_Hant/LC_MESSAGES/django.po,sha256=2kfs6lOjc5_kdDlcUNEPDlHXvuntkA1G8D1--hG-x8k,6069 +django/contrib/auth/management/__init__.py,sha256=VsLWmeTQMACnZ6jNO3Th--V2OrLZaaqtY-Uw-bVt1W8,5023 +django/contrib/auth/management/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/auth/management/commands/changepassword.py,sha256=OCzfEcts31NodFkH-ew0WGNwjoOAcCnbeII4eBtpkfA,2685 +django/contrib/auth/management/commands/createsuperuser.py,sha256=RckysKszaoUrQV0enUt_R7j-zp4v-R1EJuF2ebhjdwI,8709 +django/contrib/auth/migrations/0001_initial.py,sha256=-PbwSEoUgn4vzOkldZErDkGppPUV9lvmX5HVxa2UB9U,5133 +django/contrib/auth/migrations/0002_alter_permission_name_max_length.py,sha256=Qq5tDqOkapcTDFfXhqCzKshF_Xk6hL4v87LwIPLDrtg,412 +django/contrib/auth/migrations/0003_alter_user_email_max_length.py,sha256=ULCdaDdLjerUxGyG1nIVYhWB6PFLFA6oyrdFTzzh_do,454 +django/contrib/auth/migrations/0004_alter_user_username_opts.py,sha256=HXgxGnxVmKcV-zN3EVRhlfiUbLI76CysHG9uo8ZCin8,931 +django/contrib/auth/migrations/0005_alter_user_last_login_null.py,sha256=ZPbywvnQv2LjPrkYgTbXAgAXsRTiT_SU9BIyHQlOc2U,446 +django/contrib/auth/migrations/0006_require_contenttypes_0002.py,sha256=VY1HrqmfqwJhuip8emRPJt2Tmtqe17OjjmhgDhyglUY,435 +django/contrib/auth/migrations/0007_alter_validators_add_error_messages.py,sha256=4FpuZy_otsL1NKB9XspUgI_6B1bNohblBN0YoyvcBI0,886 +django/contrib/auth/migrations/0008_alter_user_username_max_length.py,sha256=bsVD2uom3fO8K8NMo5grIQc7kVOpyTixl0zLuCU6BcU,898 +django/contrib/auth/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/auth/templates/registration/password_reset_subject.txt,sha256=j8rO05woNdwv8-_F6EMy6FTZGMf-Dp9usdUJXSZHs7Q,124 +django/contrib/auth/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/auth/tests/utils.py,sha256=au-7UAues-McCR6Ua_ztfc8zOav6twFTLouJxjupUtc,482 +django/contrib/contenttypes/__init__.py,sha256=OVcoCHYF9hFs-AnFfg2tjmdetuqx9-Zhi9pdGPAgwH4,75 +django/contrib/contenttypes/admin.py,sha256=opOiLiya8ZUz8hVyplTOp0okoQtjIZVt8iJZFVfK3Ao,5253 +django/contrib/contenttypes/apps.py,sha256=Y0gUN9n1uv7svJ9mwFx2eRCPvRbJQSCzhZi_iyaV46Y,693 +django/contrib/contenttypes/checks.py,sha256=cJj8mlVuYvg89xUv5ahut7CL56mJqsYbFMXVJKZh_k8,656 +django/contrib/contenttypes/fields.py,sha256=yNjcwBrDVzniaEbfRGqgeQZRP1iMduUCYYBrB9mzLF8,26120 +django/contrib/contenttypes/forms.py,sha256=7ZSIUpjPVv67y8rQroF25mRO7rhlHhsyNNMUN1OVnKQ,3620 +django/contrib/contenttypes/management.py,sha256=j75t9GFlT8PYZiIJRwIN9O5ij2s--IcxIuJAbur0Ewk,6118 +django/contrib/contenttypes/models.py,sha256=Qozi7aa5wFVmF82_-Ag59vh404kMuV1le9blWwR8Uvc,6717 +django/contrib/contenttypes/views.py,sha256=hgUY6tr4nAPcGlYzAPSxRWodp7BgwNE_eSrXzu527d8,3689 +django/contrib/contenttypes/locale/af/LC_MESSAGES/django.mo,sha256=CeuKxmXn3PSw7eh7O_0bC4NUBVmOhdDcOsnsYycLD44,470 +django/contrib/contenttypes/locale/af/LC_MESSAGES/django.po,sha256=dnZ6zKmthl5qt6fhnexYool7hu1YdO8TQj5tPLC6q10,985 +django/contrib/contenttypes/locale/ar/LC_MESSAGES/django.mo,sha256=LqOjd6gikkhuJzNN0WWpTT_4Y5r0prnp2wabG0yFRJk,1259 +django/contrib/contenttypes/locale/ar/LC_MESSAGES/django.po,sha256=vfkD6kKIesg9szDYlGsjLyDDJHCUWpjh5b3u7YnTJiQ,1504 +django/contrib/contenttypes/locale/ast/LC_MESSAGES/django.mo,sha256=YDGgo7UvNjL8SXjesGbbdmIT4MlB94NHfUu3Mibd_Gs,643 +django/contrib/contenttypes/locale/ast/LC_MESSAGES/django.po,sha256=jsWKthVmy5wHbf21od0SeSTJo-xJ44Gx369eIPitvis,1088 +django/contrib/contenttypes/locale/az/LC_MESSAGES/django.mo,sha256=RP65GVA1DqN2BWRlxMZGatzODf7cS1OZdpF6kl5ZdLU,698 +django/contrib/contenttypes/locale/az/LC_MESSAGES/django.po,sha256=4RqYWWeg2UxekJFHk2a1End6yu5Cd3nl_THuHDnDW2E,1150 +django/contrib/contenttypes/locale/be/LC_MESSAGES/django.mo,sha256=m-s70OW4ZDLY9V0qVfPQogXNC9CVt7CidmjqKmLPdRU,1394 +django/contrib/contenttypes/locale/be/LC_MESSAGES/django.po,sha256=VgFEQq1exZMQ-94EUDNkw3RrRF8R49q1GHP_6BBvCSk,1575 +django/contrib/contenttypes/locale/bg/LC_MESSAGES/django.mo,sha256=xIn-2ZpXUyai1YFpXj-RQynnresX-gsgCTFmDAx_xzc,1267 +django/contrib/contenttypes/locale/bg/LC_MESSAGES/django.po,sha256=1tMJh1LnxtFqFsMv81hIq43LDl0fRRP2JeLAhzBMj4s,1576 +django/contrib/contenttypes/locale/bn/LC_MESSAGES/django.mo,sha256=gd4GYQU_GK0QxZnugxeR8cKYe1Nmt9udVmEtcDlWHuo,1201 +django/contrib/contenttypes/locale/bn/LC_MESSAGES/django.po,sha256=s25go1I0vHlustEH-UNBzx4J59Cftw2tvSgLAcYy3Kw,1491 +django/contrib/contenttypes/locale/br/LC_MESSAGES/django.mo,sha256=rvGRznrZFfJMa6J5btjn8KusuGfyf5enHi5riU3PkeE,466 +django/contrib/contenttypes/locale/br/LC_MESSAGES/django.po,sha256=-XOhrrNUB3sVOViU-XWriDZM_kDHcx9Ofq3d6GXP5tw,981 +django/contrib/contenttypes/locale/bs/LC_MESSAGES/django.mo,sha256=i7iN1cT_AxEoNqPhGV6i_Dfx7ybk1y8y1OZJWsYzTZE,700 +django/contrib/contenttypes/locale/bs/LC_MESSAGES/django.po,sha256=8v4FCmI4G9EM7HppFCGQzSVsyvGz8f7zsDaQrTUKMac,1151 +django/contrib/contenttypes/locale/ca/LC_MESSAGES/django.mo,sha256=B4W23cgcuBurFLgYgWZB-46kwW1x2O_5qGzO3CEXJBM,1134 +django/contrib/contenttypes/locale/ca/LC_MESSAGES/django.po,sha256=QCq24mhq-MfBz0UT4DkLthKoI0A2dRjDW7_fcEvGFVM,1360 +django/contrib/contenttypes/locale/cs/LC_MESSAGES/django.mo,sha256=0MVWUw22r_qcOF_tp6Mf6wbTxxrYKaSXdPLNJ1vyKcg,1089 +django/contrib/contenttypes/locale/cs/LC_MESSAGES/django.po,sha256=-X5GOdU6sZB-eZGs6nnBAAm49LSqDq1kWrMOkeMSCfc,1306 +django/contrib/contenttypes/locale/cy/LC_MESSAGES/django.mo,sha256=ChYEzYgtzw7c4zVVWZORtWwna6LbGU5YBOGvQ2EbrLc,1159 +django/contrib/contenttypes/locale/cy/LC_MESSAGES/django.po,sha256=i_iz2zxEZNNbTjhYctzbqTWCXvq0mCrecG3ouiE0egQ,1385 +django/contrib/contenttypes/locale/da/LC_MESSAGES/django.mo,sha256=0NjJayuuEKTggl_VfjRRjP9Po71-Pk4__d0HcnLDp9Y,1081 +django/contrib/contenttypes/locale/da/LC_MESSAGES/django.po,sha256=AJE5DqLntX8m_77LgHdepCsk6okLlimO1ig6lG9XFVc,1346 +django/contrib/contenttypes/locale/de/LC_MESSAGES/django.mo,sha256=R4cMUz4DcPyrNrGn1h0AcZmGNI1IQqlxE2xQirBZhTI,1092 +django/contrib/contenttypes/locale/de/LC_MESSAGES/django.po,sha256=p2JDkCW_y3qQDOg3immwQgSR8dE9c5KYj3c3LS9pqWo,1299 +django/contrib/contenttypes/locale/dsb/LC_MESSAGES/django.mo,sha256=9rDrKX6wFab9M8WoGnKnpOqQK40YokhCQH_ulstbbgs,1169 +django/contrib/contenttypes/locale/dsb/LC_MESSAGES/django.po,sha256=YaIZJy_4-fNLWroSaGIAgtjQdXjhBPKCwA5i3Z--Obc,1346 +django/contrib/contenttypes/locale/el/LC_MESSAGES/django.mo,sha256=J0g8GDBO00c_T8WX2q1p3b9goioAQuFtpk5UmJl4Hjs,1323 +django/contrib/contenttypes/locale/el/LC_MESSAGES/django.po,sha256=z5wcWMLoeZDLKczm8NzBTgHaLpx5_5QHCXkE8eqaKTY,1634 +django/contrib/contenttypes/locale/en/LC_MESSAGES/django.mo,sha256=U0OV81NfbuNL9ctF-gbGUG5al1StqN-daB-F-gFBFC8,356 +django/contrib/contenttypes/locale/en/LC_MESSAGES/django.po,sha256=ENzOpatkejwQ6F1IwZAYsMWNGtTHAVPlKCKcVrTygSI,1106 +django/contrib/contenttypes/locale/en_AU/LC_MESSAGES/django.mo,sha256=dTndJxA-F1IE_nMUOtf1sRr7Kq2s_8yjgKk6mkWkVu4,486 +django/contrib/contenttypes/locale/en_AU/LC_MESSAGES/django.po,sha256=wmxyIJtz628AbsxgkB-MjdImcIJWhcW7NV3tWbDpedg,1001 +django/contrib/contenttypes/locale/en_GB/LC_MESSAGES/django.mo,sha256=lAkp7ZIRFOdoLb1vNPnLp2j7bQqKOVd6jcbdoBa0Szo,1053 +django/contrib/contenttypes/locale/en_GB/LC_MESSAGES/django.po,sha256=-5IL3k4sR4j3KOctr15-5QTQ4_PldhbN_5hSjBywtSA,1298 +django/contrib/contenttypes/locale/eo/LC_MESSAGES/django.mo,sha256=HGvR7llxpgjJ8GAC4Qt741MYnLP5cDJon6mPtxzLXIc,1087 +django/contrib/contenttypes/locale/eo/LC_MESSAGES/django.po,sha256=QUW25Lw3YaDVMgOCzqgmQUDXQMJ3u7OMbwIcp651mJY,1279 +django/contrib/contenttypes/locale/es/LC_MESSAGES/django.mo,sha256=mTNj44lxbOgN-y16Btpe7FIA-Xv9BvCQAynRTGvnhfo,1142 +django/contrib/contenttypes/locale/es/LC_MESSAGES/django.po,sha256=mX4ws8ZhWgC6c-0Mzyp4M4qyYPHBpNM8OdCw6g_HT0E,1417 +django/contrib/contenttypes/locale/es_AR/LC_MESSAGES/django.mo,sha256=gR0_XJ0yBS_vQ8U5C1ctfBXTFWvMDWpJReEEZ2sxERw,1121 +django/contrib/contenttypes/locale/es_AR/LC_MESSAGES/django.po,sha256=wusx3bioH5eQhHssrZHQvpuFew6oZdBcjzdokf7SD0o,1328 +django/contrib/contenttypes/locale/es_CO/LC_MESSAGES/django.mo,sha256=CqecLl415xKNpEjOIeLxMUj3l7zJYqTlqFXskQZszHY,1158 +django/contrib/contenttypes/locale/es_CO/LC_MESSAGES/django.po,sha256=RFrtZeAiwjFrerp9x4hErNYgy4K7zfYqSJb8EIznvtI,1338 +django/contrib/contenttypes/locale/es_MX/LC_MESSAGES/django.mo,sha256=vj3Tkt3MuJV_HXOmyLM3nZfkN8e23R5l_hNeq7WLLKA,1109 +django/contrib/contenttypes/locale/es_MX/LC_MESSAGES/django.po,sha256=6AkdgkJmY4_OQPpkfe1-UzGH8q7oKpm70kzfpd2COl0,1331 +django/contrib/contenttypes/locale/es_VE/LC_MESSAGES/django.mo,sha256=59fZBDut-htCj38ZUoqPjhXJPjZBz-xpU9__QFr3kLs,486 +django/contrib/contenttypes/locale/es_VE/LC_MESSAGES/django.po,sha256=0_O6jlKWuRK-YATICJ9AWO4lWbkFSpxXXKOJY4RinhA,1001 +django/contrib/contenttypes/locale/et/LC_MESSAGES/django.mo,sha256=dZ-jq9EUGj8QigeuLo9UvNdvX-yKArJziQOdaDh6Dg0,1066 +django/contrib/contenttypes/locale/et/LC_MESSAGES/django.po,sha256=Lx-ze8865ZSJvIDAOZN7GlT1WBG54bqn9PstyMOW8Qw,1323 +django/contrib/contenttypes/locale/eu/LC_MESSAGES/django.mo,sha256=WWSrSN4SqFVVbh5E5WFsu7QsRw9nW2McEzzIjEYR328,1031 +django/contrib/contenttypes/locale/eu/LC_MESSAGES/django.po,sha256=Ml5FYFs2-CPOt5OxCR9h2Cau_YxQopM11XyBxMwR8f4,1282 +django/contrib/contenttypes/locale/fa/LC_MESSAGES/django.mo,sha256=GVSjYXIL3JNJB7mx2gpZecBjUOLEqUcFNA__K3qNDr4,1165 +django/contrib/contenttypes/locale/fa/LC_MESSAGES/django.po,sha256=q9vgz_K812xre9Obng20pv3sjBeysbhkljAOhsd2gdI,1421 +django/contrib/contenttypes/locale/fi/LC_MESSAGES/django.mo,sha256=zvmmEC6yuuLPzu9HZrRAk4NT7DgLWeaTb7cxbprTV74,1073 +django/contrib/contenttypes/locale/fi/LC_MESSAGES/django.po,sha256=6hxRfiN2R3wiuN8W94BoCYrQjbgoh8Kzji_QCxyWvqg,1316 +django/contrib/contenttypes/locale/fr/LC_MESSAGES/django.mo,sha256=7fC-aeeujf5BUq4L5Xxmpg1RoB278IYr3BQlTzUaaY4,1112 +django/contrib/contenttypes/locale/fr/LC_MESSAGES/django.po,sha256=7oc101FgvlfT18SQRCvcuKKaGlLBCwI2IiWQ02f_k4A,1367 +django/contrib/contenttypes/locale/fy/LC_MESSAGES/django.mo,sha256=YQQy7wpjBORD9Isd-p0lLzYrUgAqv770_56-vXa0EOc,476 +django/contrib/contenttypes/locale/fy/LC_MESSAGES/django.po,sha256=SB07aEGG7n4oX_5rqHB6OnjpK_K0KwFM7YxaWYNpB_4,991 +django/contrib/contenttypes/locale/ga/LC_MESSAGES/django.mo,sha256=WffGg3a8wAlRLZU2KcOnUrTESdsjQeEI9z_viB-42Z0,1083 +django/contrib/contenttypes/locale/ga/LC_MESSAGES/django.po,sha256=JgbInwKwLGBjqa3zNjsIkJAemxazMgDfhkGigADZSho,1335 +django/contrib/contenttypes/locale/gd/LC_MESSAGES/django.mo,sha256=FQj_HORRkGpMFEp-L-uU_bG0tkswcZ0iSnVQ7GFVCEg,1191 +django/contrib/contenttypes/locale/gd/LC_MESSAGES/django.po,sha256=arLepN6jc3_t1rKBH4Gn5sveYRazgwM3RKY9Jqt9NJ8,1346 +django/contrib/contenttypes/locale/gl/LC_MESSAGES/django.mo,sha256=qsM4kKTloaYPOt_Z5qLVyPgxNGrjCV_pVIDUDIj3JjU,1072 +django/contrib/contenttypes/locale/gl/LC_MESSAGES/django.po,sha256=YtBhJs1TyoKxSdUWc2ERTcs4qwxrJ6rSumrCUvbhk5s,1364 +django/contrib/contenttypes/locale/he/LC_MESSAGES/django.mo,sha256=sHKGI4wWXgdlWwc9nAjjXYlY5672dJSMJzUYFTABEPQ,1162 +django/contrib/contenttypes/locale/he/LC_MESSAGES/django.po,sha256=1Y5JkHQt2mrRpxzKMCW5iIvjqdAiRfcX-oGVzLJRYnc,1380 +django/contrib/contenttypes/locale/hi/LC_MESSAGES/django.mo,sha256=Eb7KPMGhzVu4YU22XNfrBeQ5csWAWN1jr5ooq4JqV88,1321 +django/contrib/contenttypes/locale/hi/LC_MESSAGES/django.po,sha256=nW9g6EbfFViVy_rqyrgKjIGgJtK0QQmE08LB-OSqgwY,1577 +django/contrib/contenttypes/locale/hr/LC_MESSAGES/django.mo,sha256=FycYdcJzBj95rRvCFhT_jcdM_d5rSJdtMBPmNhDSf2k,1167 +django/contrib/contenttypes/locale/hr/LC_MESSAGES/django.po,sha256=iz4At78065QnhnlNIUlSFEQK4mqM-1vwouOd87U37yA,1445 +django/contrib/contenttypes/locale/hsb/LC_MESSAGES/django.mo,sha256=kRzB9nMuyOmlZG2DmpxN1c70-_4fp5ZRl7oaXCG6jlQ,1143 +django/contrib/contenttypes/locale/hsb/LC_MESSAGES/django.po,sha256=SXN9MqwSvFLklInPEmhNL-xJbgcoaIQSSKW8Ro1dgrw,1320 +django/contrib/contenttypes/locale/hu/LC_MESSAGES/django.mo,sha256=-9qQXQpj736TCTN2reg3ymZrdBBSW_x1HVtUQXBCVGU,1113 +django/contrib/contenttypes/locale/hu/LC_MESSAGES/django.po,sha256=wPlUtB2RCyrLGE1a8gDUODy6sOG66WG9F-6O0HzVuCk,1346 +django/contrib/contenttypes/locale/ia/LC_MESSAGES/django.mo,sha256=aUUcXVQtwAt3WLrw6lSkjv_B-7VaVGX0SRog3v08BJ0,1079 +django/contrib/contenttypes/locale/ia/LC_MESSAGES/django.po,sha256=-dl2Jz1qMxYgpunQxjqgTiOe8ydKh_MrUFw-weba1dg,1288 +django/contrib/contenttypes/locale/id/LC_MESSAGES/django.mo,sha256=OryjzFNAlkJNd5ObRKSVbojcMXnSJ91HyoMdcSd27t0,1071 +django/contrib/contenttypes/locale/id/LC_MESSAGES/django.po,sha256=njh5ovs8HzIP5-_SLyb_ssvVw1ttPm5lZE6i0uphi8U,1338 +django/contrib/contenttypes/locale/io/LC_MESSAGES/django.mo,sha256=rbdf_LdrndVeAXTP_T1j6X4UgyapAwPZEcoUMI_vFpE,1051 +django/contrib/contenttypes/locale/io/LC_MESSAGES/django.po,sha256=DgIhE81jVviAenqR9O9dCyhHzWJmnT6AjYHOq4Y56pE,1266 +django/contrib/contenttypes/locale/is/LC_MESSAGES/django.mo,sha256=g96aSGY7ThCuulLwcUs0YrWQtfstWsb3kUyxJJPegcg,1046 +django/contrib/contenttypes/locale/is/LC_MESSAGES/django.po,sha256=0QBJ017Ai7tj1DepQeVoscABRCYMaoKoGGIfqvc5RHg,1299 +django/contrib/contenttypes/locale/it/LC_MESSAGES/django.mo,sha256=tB_xn41je5SD679HVUy2yJ_RxKuLYcUkOVC-3Pyods4,1098 +django/contrib/contenttypes/locale/it/LC_MESSAGES/django.po,sha256=nBDzkdBhs9ih0J55ntBDZSpUjYC7KMxqKvZQEI7wfR4,1391 +django/contrib/contenttypes/locale/ja/LC_MESSAGES/django.mo,sha256=Aphbz9EJCyQ48uYUFNE1u1bEJu-c7M9CJyRYlqaE2bk,1239 +django/contrib/contenttypes/locale/ja/LC_MESSAGES/django.po,sha256=XIm06g6Ldwk5pSnYWw4p8xsDEHVOwqyNiBY4o8oplKA,1469 +django/contrib/contenttypes/locale/ka/LC_MESSAGES/django.mo,sha256=pFGTVvAvIgO9Epnyj0PzS-bCPXMna_SJONwz_IOH5iY,1429 +django/contrib/contenttypes/locale/ka/LC_MESSAGES/django.po,sha256=MqbYRGInVbp02Tn7fS3JfZIRid6ywVO_wJnWK9spg94,1649 +django/contrib/contenttypes/locale/kk/LC_MESSAGES/django.mo,sha256=SZmQD1HRnudkKvOv-Bf_v5AanXDN0E04bjAOeeGtbMc,663 +django/contrib/contenttypes/locale/kk/LC_MESSAGES/django.po,sha256=__PQlo_FAKk0dIjlXSmC2n9O7OzbxSkW_6YxNVXO3Ws,1125 +django/contrib/contenttypes/locale/km/LC_MESSAGES/django.mo,sha256=m7u2Ci3SROuN7l-QnMm7hrJ6BsH5LFnA_NQFcAvQ-zE,678 +django/contrib/contenttypes/locale/km/LC_MESSAGES/django.po,sha256=MsDQwcJlWk3PsC-BijUdML72h_M2MP_ERgZk4Q4oyZ0,1123 +django/contrib/contenttypes/locale/kn/LC_MESSAGES/django.mo,sha256=r12RknLKgMaqUOPPGa_rWGw3gGBiBHdNqVOJtcOSTwA,714 +django/contrib/contenttypes/locale/kn/LC_MESSAGES/django.po,sha256=OGnfXYO7UgdAC3s753x8YQLWmtAxfJZd_Wcyx3_6ikg,1162 +django/contrib/contenttypes/locale/ko/LC_MESSAGES/django.mo,sha256=S3ns_fXQ9j9pZVjmfN_oycrlXqlaN4bjUcSvrPkWF_I,1127 +django/contrib/contenttypes/locale/ko/LC_MESSAGES/django.po,sha256=tzp3jDB2FUIYS9eGnyDyqN3sn6hq68W_muz55qJlVrA,1341 +django/contrib/contenttypes/locale/lb/LC_MESSAGES/django.mo,sha256=xokesKl7h7k9dXFKIJwGETgwx1Ytq6mk2erBSxkgY-o,474 +django/contrib/contenttypes/locale/lb/LC_MESSAGES/django.po,sha256=dwVKpCRYmXTD9h69v5ivkZe-yFtvdZNZ3VfuyIl4olY,989 +django/contrib/contenttypes/locale/lt/LC_MESSAGES/django.mo,sha256=QwHLCZmGv1OD88vAcJtEuHuMPfNaUm1ruenYHF5CPg4,1147 +django/contrib/contenttypes/locale/lt/LC_MESSAGES/django.po,sha256=eixY9fvnWbvhkyFbC5oGiHiM7UeXRvJVuIplUv-69wo,1417 +django/contrib/contenttypes/locale/lv/LC_MESSAGES/django.mo,sha256=nfGpLFvKbecxMFMbiXzOJxwuv_wimZXTN2j0bLA6qmY,662 +django/contrib/contenttypes/locale/lv/LC_MESSAGES/django.po,sha256=gqFDyqTDwDzpvpou6HG_FiVA1MaBSHr2xaula3dTioE,1113 +django/contrib/contenttypes/locale/mk/LC_MESSAGES/django.mo,sha256=e0sTuU9-G4Cv1XDKmGYXCPSPqGE9HAgfOKCyxY5vwpk,1258 +django/contrib/contenttypes/locale/mk/LC_MESSAGES/django.po,sha256=zSlh4hM2fTrNCWrLrVHrDZ3nbsqETYAiKzo3qKQ3Wuo,1534 +django/contrib/contenttypes/locale/ml/LC_MESSAGES/django.mo,sha256=Psu2o2-czNQLNl_XWr4jhTkuuq-uVBaDTGZ5E4AToAU,1378 +django/contrib/contenttypes/locale/ml/LC_MESSAGES/django.po,sha256=uiTOZhvpuxdddBG7oxM1Uz1lBekop7NiQMXzNOfe70s,1634 +django/contrib/contenttypes/locale/mn/LC_MESSAGES/django.mo,sha256=yyr_vxrUVWTr9LG1tOihM6Bv4PYsRCnb24tgSBNTUs0,1246 +django/contrib/contenttypes/locale/mn/LC_MESSAGES/django.po,sha256=qkzk7D4kTfxdzdnwhe4c_Qa7JdlQY9AnIzGboiLTR2E,1522 +django/contrib/contenttypes/locale/mr/LC_MESSAGES/django.mo,sha256=2Z5jaGJzpiJTCnhCk8ulCDeAdj-WwR99scdHFPRoHoA,468 +django/contrib/contenttypes/locale/mr/LC_MESSAGES/django.po,sha256=FgZKD9E-By0NztUnBM4llpR59K0MJSIMZIrJYGKDqpc,983 +django/contrib/contenttypes/locale/my/LC_MESSAGES/django.mo,sha256=1bEN-W7n8Gny5dyn_IbNs01gOprW9BzimNRSj7hxhes,1554 +django/contrib/contenttypes/locale/my/LC_MESSAGES/django.po,sha256=KYQJTJIf1g1Vk2zInKfjZrxb0WLz4Ie8MqzYsAPrBHw,1732 +django/contrib/contenttypes/locale/nb/LC_MESSAGES/django.mo,sha256=m9iUCCX4W1RLUrfuuiDK4Hj73UACRUi7yziCn2vwA2w,1081 +django/contrib/contenttypes/locale/nb/LC_MESSAGES/django.po,sha256=9Qh8vnwiU93IF8ZJ_xDK4OMRReLrGdppJpAZcWflDyE,1381 +django/contrib/contenttypes/locale/ne/LC_MESSAGES/django.mo,sha256=HcNlMupDSODx0M89I2ali_q-B0yvtrfxGQ5PI23eVWY,1344 +django/contrib/contenttypes/locale/ne/LC_MESSAGES/django.po,sha256=IgtlJ2FC9lwMMJcBcNrS6yHk8RYd6pcin36E7Y1eqvk,1519 +django/contrib/contenttypes/locale/nl/LC_MESSAGES/django.mo,sha256=v_JHN4Ii6uUQwd8OppOBlhbWm6Jz4QptNbgXjJj_p20,1082 +django/contrib/contenttypes/locale/nl/LC_MESSAGES/django.po,sha256=px9AGYLnDVl9ccUEclYsw7GaHZb8Z6sDb2hVuQiKxCM,1347 +django/contrib/contenttypes/locale/nn/LC_MESSAGES/django.mo,sha256=5Dw9ikG8brq3vVLxSYgev_pzekFYinExiBFKRptzSi4,1054 +django/contrib/contenttypes/locale/nn/LC_MESSAGES/django.po,sha256=c3C4AYxWxxbuJiPYr5aNxmshJmXmr-hdtjSZ4IGjPDc,1299 +django/contrib/contenttypes/locale/os/LC_MESSAGES/django.mo,sha256=TO-LD-jdobza5J2mXwAEyTT_Mg_n5dIDcq5QKHh7B9s,1116 +django/contrib/contenttypes/locale/os/LC_MESSAGES/django.po,sha256=ngkIhh6X-7gcJvFy3qiEVB1o1ffL4O_lP12YHJXMdWk,1334 +django/contrib/contenttypes/locale/pa/LC_MESSAGES/django.mo,sha256=_naAWVIBBVxChgtcfR-t1uyuSrZzShxS1hl4164k4Do,697 +django/contrib/contenttypes/locale/pa/LC_MESSAGES/django.po,sha256=ksPmszuHpjAC_w0XXPj-KUfe9sjTDwhqpQWQcnZW1gc,1145 +django/contrib/contenttypes/locale/pl/LC_MESSAGES/django.mo,sha256=0VI9bJcDOJM5RKerML_WzTsU4RXNXtQIBWJ_DUw6ADY,1171 +django/contrib/contenttypes/locale/pl/LC_MESSAGES/django.po,sha256=LLQ_dZSMEcQ8r6hA27kJ0hGJh4C_PVxLkHQoSTTuNTo,1410 +django/contrib/contenttypes/locale/pt/LC_MESSAGES/django.mo,sha256=LROuoncmCxvDqMuEP5kEzWZIUNfi8TokLuMYWpbuVOY,1125 +django/contrib/contenttypes/locale/pt/LC_MESSAGES/django.po,sha256=ejzVWqdkCY6OdjdOJtBASOpa3KM2hoVrhLNirJbS-60,1379 +django/contrib/contenttypes/locale/pt_BR/LC_MESSAGES/django.mo,sha256=2rVLXCcD8cTEdfY1yDP1O6mpgkvB06J2kYKuZpcmj2U,1141 +django/contrib/contenttypes/locale/pt_BR/LC_MESSAGES/django.po,sha256=rS6MZbA57CKYf3h8fBNa1Cuc8W2vdW2AnceBlegCMPs,1431 +django/contrib/contenttypes/locale/ro/LC_MESSAGES/django.mo,sha256=ZCPMVs0NUvKaEONqCf3D9VA7f3XUSIzdCplLG4XTUJ0,1142 +django/contrib/contenttypes/locale/ro/LC_MESSAGES/django.po,sha256=-w3rj6-Kqi6C0zOGUf4uG14uI0JMO1jCbWcJwpeO97w,1429 +django/contrib/contenttypes/locale/ru/LC_MESSAGES/django.mo,sha256=8xC7KCp21nzQSfWn-25tuiqcCwPau2TVzbt7trO_dHI,1421 +django/contrib/contenttypes/locale/ru/LC_MESSAGES/django.po,sha256=cFDpe_nC8wmtkIsycxNU-WBFaSWN9xAjJn_sa1uO1Ps,1723 +django/contrib/contenttypes/locale/sk/LC_MESSAGES/django.mo,sha256=8-TIAxL18e3Qn-0g72JLKYPwggbRokitHnzZVw2Ovds,1058 +django/contrib/contenttypes/locale/sk/LC_MESSAGES/django.po,sha256=yH8C5yS4qAcrf5sg_WrTd8TuBKFFNxQ7eIiEKoqq6zc,1299 +django/contrib/contenttypes/locale/sl/LC_MESSAGES/django.mo,sha256=IQ9GZpQfqmp0ZdMuF8TLIJ3AHg8853ApiEl1J0ov-6Y,1130 +django/contrib/contenttypes/locale/sl/LC_MESSAGES/django.po,sha256=c2IWBhMRfZ8yDgjiP-8IlDIk9NEJz92Bw4Y71Gv9mpo,1375 +django/contrib/contenttypes/locale/sq/LC_MESSAGES/django.mo,sha256=NR2gONEPJT8eneyNMl6Uf9YWCHe1DQKd2ous2XkCZyw,1122 +django/contrib/contenttypes/locale/sq/LC_MESSAGES/django.po,sha256=xxpdcA-TggQmpPAV2Cikja_UEl7CXrXnozmCObWAmj0,1298 +django/contrib/contenttypes/locale/sr/LC_MESSAGES/django.mo,sha256=jMYbG1pqux5NMv2plks9pH4n-rkbHkU05jK9cli1Ri4,1200 +django/contrib/contenttypes/locale/sr/LC_MESSAGES/django.po,sha256=QkdN5cLaJ8zkrIsx0CawOjl3s83rpqC9dGaYCVW5eEw,1449 +django/contrib/contenttypes/locale/sr_Latn/LC_MESSAGES/django.mo,sha256=welMt_sDfcsUm9-orRVVxC0_MbaHObppsLUvZW9Bm90,1111 +django/contrib/contenttypes/locale/sr_Latn/LC_MESSAGES/django.po,sha256=rXb6mXPmtqXTBFhulT8OiQXovWbeW_BQseQeE-nbPYY,1360 +django/contrib/contenttypes/locale/sv/LC_MESSAGES/django.mo,sha256=Vxxf6HpjbpcOLEXs-5bBKv2h-v9L8o-4Tz6CL36E20g,1067 +django/contrib/contenttypes/locale/sv/LC_MESSAGES/django.po,sha256=4b-26QL4n7wB5_TK0drmyb9jA1PXDKsVsO8TWgUSQOE,1307 +django/contrib/contenttypes/locale/sw/LC_MESSAGES/django.mo,sha256=CKWBQg4Yg1NjID0oyxRkJJBBq-syqzKYT63M0ovHh-I,563 +django/contrib/contenttypes/locale/sw/LC_MESSAGES/django.po,sha256=QJAAifdcyNI_UTIUYpYWfLvXYLFV_8WituDnwKdOIb4,1009 +django/contrib/contenttypes/locale/ta/LC_MESSAGES/django.mo,sha256=QM0MDbwEU2kfoozKlFLclZ_tMOAPBa5N7v7IURI-LBg,678 +django/contrib/contenttypes/locale/ta/LC_MESSAGES/django.po,sha256=qGQl4tqFUYue62q8mMIG6cvKxs1ysopVhZINCDNUZ8Y,1123 +django/contrib/contenttypes/locale/te/LC_MESSAGES/django.mo,sha256=1KIOkE701fLEm5FG5UvC09XrX4GNR-1qbwRf_xWrue4,690 +django/contrib/contenttypes/locale/te/LC_MESSAGES/django.po,sha256=xPz_mCGQkfx-p_zuJ3U42XTaZG0LdYJEAdAeCUxIGP0,1135 +django/contrib/contenttypes/locale/th/LC_MESSAGES/django.mo,sha256=VH2B_YGZDfpgJTgyVUr52Ie8AmoUJf4_GszOn8fpyNI,1186 +django/contrib/contenttypes/locale/th/LC_MESSAGES/django.po,sha256=hxz389T-OwX3Wk62oUuLy9hJKi8uJYBbWOxn5vEycbI,1444 +django/contrib/contenttypes/locale/tr/LC_MESSAGES/django.mo,sha256=9rKqUu2igYQViyCinRpthl8E0iGEpRHNmAFd1jgotL8,1121 +django/contrib/contenttypes/locale/tr/LC_MESSAGES/django.po,sha256=WySX-5iN3RwbT0g4h2Ml9iUCWnIr4PL-7uO26MzHdOo,1355 +django/contrib/contenttypes/locale/tt/LC_MESSAGES/django.mo,sha256=-16nn5yIFdYbg-hsERXk7HRzaEAtuA546-EGOm8q7Ys,659 +django/contrib/contenttypes/locale/tt/LC_MESSAGES/django.po,sha256=4eCkjv8TFAICxxmvFo2przvfzA3wwwbqCvT9XoO6yPM,1110 +django/contrib/contenttypes/locale/udm/LC_MESSAGES/django.mo,sha256=CNmoKj9Uc0qEInnV5t0Nt4ZnKSZCRdIG5fyfSsqwky4,462 +django/contrib/contenttypes/locale/udm/LC_MESSAGES/django.po,sha256=YVyej0nAhhEf7knk4vCeRQhmSQeGZLhMPPXyIyWObnM,977 +django/contrib/contenttypes/locale/uk/LC_MESSAGES/django.mo,sha256=LHO5aFIB8DFskG-ViSmKAm7iFpzBNBH7JLRJ4hspP0g,1275 +django/contrib/contenttypes/locale/uk/LC_MESSAGES/django.po,sha256=q-_YoYxI8rq7gohSagvj5j-GIkpZf2ssvItWJEnWvp8,1553 +django/contrib/contenttypes/locale/ur/LC_MESSAGES/django.mo,sha256=zU_8CtnVbeTEMvRgsgYZrAzNJsDPwr2L7bn4aN5xEXQ,671 +django/contrib/contenttypes/locale/ur/LC_MESSAGES/django.po,sha256=qfleuSWSH0NB1dBPUVXy_r6hvLu6Bwq8TD98pt0W5b0,1122 +django/contrib/contenttypes/locale/vi/LC_MESSAGES/django.mo,sha256=gOba3FiZijw-6u6hxoH9lRAhn4_OMWqVWM2VcjaIPpE,1155 +django/contrib/contenttypes/locale/vi/LC_MESSAGES/django.po,sha256=DSTjQF4Okpf66LZbglLy4V8_I3ssbFWPK9Y7kf_vrfo,1439 +django/contrib/contenttypes/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=ulYcWTY2mwm9PcdszR6M8vKC2gINtzyJcvT9q7bY4RQ,1062 +django/contrib/contenttypes/locale/zh_Hans/LC_MESSAGES/django.po,sha256=lGaolluPM86pjSLuV5FcrGxjsSudMsPkQADFy7o42uc,1353 +django/contrib/contenttypes/locale/zh_Hant/LC_MESSAGES/django.mo,sha256=5hUdXrQKHPoDECD0k-jxDRFQvkIrNqalcsnJs0GElNA,1033 +django/contrib/contenttypes/locale/zh_Hant/LC_MESSAGES/django.po,sha256=VNt0oeP2N_wHTzrK-tplevelB9jAYGwkR49nu8FRsqY,1266 +django/contrib/contenttypes/migrations/0001_initial.py,sha256=dBej5df6_tw2SrRL75c7-60Yrq2rsin3Gs7OUKUlDF4,1227 +django/contrib/contenttypes/migrations/0002_remove_content_type_name.py,sha256=P7yQnM7n8URYVsYdjwhpnQlng5950kuZKqzH-7EPyL0,1168 +django/contrib/contenttypes/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/flatpages/__init__.py,sha256=pa6Mmr3sfZ2KBkXHAvYIw_haRx8tSqTNZluUKg5zQCk,69 +django/contrib/flatpages/admin.py,sha256=TtbAy9suOf6D3z1elSqsC3V6FHqoBdfyx4sfWmP4KXE,655 +django/contrib/flatpages/apps.py,sha256=y4otQ-gExP6E6oTcMYKtDm1d3MzNz5CyMDR4p9G4P0g,199 +django/contrib/flatpages/forms.py,sha256=KdN4PmSLZmoyJTc-4jKg-7NwIKp5mIN8pbpmLTdkvCg,2162 +django/contrib/flatpages/middleware.py,sha256=aXeOeOkUmpdkGOyqZnkR-l1VrDQ161RWIWa3WPBhGac,784 +django/contrib/flatpages/models.py,sha256=Qxz2hFWS9Y4HWAZ2ni1LYasJoDBYBICLTKxgkIEUWGA,1583 +django/contrib/flatpages/sitemaps.py,sha256=0WGMLfr61H5aVX1inE4X_BJhx2b_lw4LKMO4OQGiDX4,554 +django/contrib/flatpages/urls.py,sha256=HwyiiFh1Uy0MPwPOjlgoqdbz-6YUbi29VcNAtxUIAgI,186 +django/contrib/flatpages/views.py,sha256=DLrol_x7lYfvd_b8EYgFeOYled3TgSoR-KZOOaTzJAQ,2747 +django/contrib/flatpages/locale/af/LC_MESSAGES/django.mo,sha256=siKG_APacg9xuQPJ6ZcqFbkPD9HkQTTGhh7f0gd1KyU,498 +django/contrib/flatpages/locale/af/LC_MESSAGES/django.po,sha256=RuknzOz8vynYgEeTBTUHmV05A6p-AIAKBtgg5FNy5sI,1541 +django/contrib/flatpages/locale/ar/LC_MESSAGES/django.mo,sha256=9B3ya7QbOFBnGoLCKA2VBg5knE2LyRkRylFOhw0tRlo,2475 +django/contrib/flatpages/locale/ar/LC_MESSAGES/django.po,sha256=QiEw2Jj056so7IC6TAsOgQYIwE-AJUyK2zOkrMQ9M40,2732 +django/contrib/flatpages/locale/ast/LC_MESSAGES/django.mo,sha256=YqgX8CqL2P15_7n0GOWYHlET8DASlVDhOh4Sudc8XBU,924 +django/contrib/flatpages/locale/ast/LC_MESSAGES/django.po,sha256=VmJ0nueNww5aSfqYOUbZ-F4Lqmv8BXugCNhY0Vd7aHw,1746 +django/contrib/flatpages/locale/az/LC_MESSAGES/django.mo,sha256=tnun32v-G9ZHwvMnukL1v8k593EVJmL208vBzwlZG14,2208 +django/contrib/flatpages/locale/az/LC_MESSAGES/django.po,sha256=LLFHQa0kP77mUIa7LlS9S7_iXTgfAA-5_RHrL8LKywo,2456 +django/contrib/flatpages/locale/be/LC_MESSAGES/django.mo,sha256=hfAH8JeztoY_T4Ws8pctTR7HBi2N5Zg5LM62R7DjvzM,2688 +django/contrib/flatpages/locale/be/LC_MESSAGES/django.po,sha256=_x0_mxAS0LWZD-nNaTXmAYUQoN_vtMCC5O9MY7sayTM,2855 +django/contrib/flatpages/locale/bg/LC_MESSAGES/django.mo,sha256=CXmBSS3JVcSBGK-2agPpr7Hv1paZ1McpqLmLn_4a2Xo,2569 +django/contrib/flatpages/locale/bg/LC_MESSAGES/django.po,sha256=n0asSnOczNZ_Wk2JiQX1u4v69QC4AT5ONVsE9aDZuyo,2779 +django/contrib/flatpages/locale/bn/LC_MESSAGES/django.mo,sha256=tUR97AUgsAvkVR-yLiqJJRamy46ZlvuX6ump7ZtKBpo,2988 +django/contrib/flatpages/locale/bn/LC_MESSAGES/django.po,sha256=KsOB37emjE01f6fGMUs1zt2jkyewgADX9UpL5YyIdFo,3172 +django/contrib/flatpages/locale/br/LC_MESSAGES/django.mo,sha256=B1uwAW5njh-nF0gPaTYgeOW7RpBX2sx1y0RmlxtFQcw,552 +django/contrib/flatpages/locale/br/LC_MESSAGES/django.po,sha256=65pZBY8gmYsrc-qgHgUIBfIbu0NkO7YVIcpPXpG7EB0,1582 +django/contrib/flatpages/locale/bs/LC_MESSAGES/django.mo,sha256=RT7e6oDEYRWgxyOkOltN54fnv-AjWlanejARceWP1bY,1782 +django/contrib/flatpages/locale/bs/LC_MESSAGES/django.po,sha256=2_86QgV3uV6JRpowKZG3-jvEq08L2_pwPrNfLIpV1eA,2233 +django/contrib/flatpages/locale/ca/LC_MESSAGES/django.mo,sha256=3w3Wr5EK4xNewG9NxOCB2O0uPkHrRYs0VUYGvkCQl10,2109 +django/contrib/flatpages/locale/ca/LC_MESSAGES/django.po,sha256=TCMZTnOCUtw06dSaRFuBHlcExLACGjG3o3TkfgEe0Ro,2366 +django/contrib/flatpages/locale/cs/LC_MESSAGES/django.mo,sha256=yc33XCVCQRWpy1WWtkQT6kWwFcpg3X0q1rRWZhcTT9A,2165 +django/contrib/flatpages/locale/cs/LC_MESSAGES/django.po,sha256=GElcyUxRwcnIVrJZZ9gb0BBcfZ80aAMJXNHlVaU9vU0,2380 +django/contrib/flatpages/locale/cy/LC_MESSAGES/django.mo,sha256=o4h9slL4mVDcIfncLQ4ENGMyflXrzimIUG_-ByPxHbw,2163 +django/contrib/flatpages/locale/cy/LC_MESSAGES/django.po,sha256=zVLoFDcrMgP4kkGDXKMmuFeC6YlsvrO4dOgnbdZHHGw,2370 +django/contrib/flatpages/locale/da/LC_MESSAGES/django.mo,sha256=20PZrplVBbwjDcsaC40LfTaCflTLUZfQjEa2kAaNW4o,2126 +django/contrib/flatpages/locale/da/LC_MESSAGES/django.po,sha256=p1GdQC3QNumIx52FGcroPVMSgD3FL-jU0Eyg2_xVK_w,2381 +django/contrib/flatpages/locale/de/LC_MESSAGES/django.mo,sha256=TtwZmJrKv8QmqmD_BwDjboEi4XhHvGGzq35Wb_Jz-cU,2192 +django/contrib/flatpages/locale/de/LC_MESSAGES/django.po,sha256=ZyZd3KdzFICcTrexx0hFaaG1GSPVfvtbWYWtiPPgXd8,2354 +django/contrib/flatpages/locale/dsb/LC_MESSAGES/django.mo,sha256=g3s6cvGbY2YAxENlpIrwYPni7sVRtnSIQ8XFCIhltUY,2238 +django/contrib/flatpages/locale/dsb/LC_MESSAGES/django.po,sha256=uGwBunmv9bFejb-BFiJwQt3IGhAE3eZFcb6EP1sQeGQ,2367 +django/contrib/flatpages/locale/el/LC_MESSAGES/django.mo,sha256=xCByBg9ilbKOkqo55dCxjrNcauXX6USgQa8KgEfM8Dg,2672 +django/contrib/flatpages/locale/el/LC_MESSAGES/django.po,sha256=ZQe7XNa5egZiPh9m37oTQxclt4olzw93LwZvBYkYRkw,2933 +django/contrib/flatpages/locale/en/LC_MESSAGES/django.mo,sha256=U0OV81NfbuNL9ctF-gbGUG5al1StqN-daB-F-gFBFC8,356 +django/contrib/flatpages/locale/en/LC_MESSAGES/django.po,sha256=hsfxD-TQ_jPyo2ASN8f2Ukhf8HNL_l2zXJBhuLjhfAs,2037 +django/contrib/flatpages/locale/en_AU/LC_MESSAGES/django.mo,sha256=cuifXT2XlF4c_bR6ECRhlraSZyA7q4ZLhUgwvW73miw,486 +django/contrib/flatpages/locale/en_AU/LC_MESSAGES/django.po,sha256=ZMAJRrjovd_cdWvzkuEiJ-9ZU9rqRTwoA3x8uY2khcs,1533 +django/contrib/flatpages/locale/en_GB/LC_MESSAGES/django.mo,sha256=DKjcOIbeV1qm2l0aP-6QjT2VswHeg6cqGUu0ejeqIvc,1989 +django/contrib/flatpages/locale/en_GB/LC_MESSAGES/django.po,sha256=nRgYYAWBB3yBeLcmOBvkL3s9bKuxCzYPH1nz6WONyGg,2232 +django/contrib/flatpages/locale/eo/LC_MESSAGES/django.mo,sha256=IEzjOXx1QZTXXdzyCHdK__IZ6iKX7CnTloyakYE_uPc,2162 +django/contrib/flatpages/locale/eo/LC_MESSAGES/django.po,sha256=QeXY4VX9DGrBtb2p6GmJn9wqbvzAHHU80sxOfYy3Xtg,2378 +django/contrib/flatpages/locale/es/LC_MESSAGES/django.mo,sha256=IWwXfMhx1sFyq7pOZ-aXQMulcvy4X8_0nHRqnG4xrsY,2131 +django/contrib/flatpages/locale/es/LC_MESSAGES/django.po,sha256=xB1sNI6poMpobxgRb69OYeddwALvx4zbIgyLxOFZVzc,2448 +django/contrib/flatpages/locale/es_AR/LC_MESSAGES/django.mo,sha256=QKCLltq3k3QxUHdpbxQf4nzmnhrkGI3PZsSUMcufcAQ,2128 +django/contrib/flatpages/locale/es_AR/LC_MESSAGES/django.po,sha256=ishrflCjKZLrSAsTWI-16moB5zTBG7mrEViC6OWJP-I,2289 +django/contrib/flatpages/locale/es_CO/LC_MESSAGES/django.mo,sha256=1vez9-NkS5s59QiOmIjHl7q4M5jnT-UzTk3f-4B-Ur0,2140 +django/contrib/flatpages/locale/es_CO/LC_MESSAGES/django.po,sha256=GHmx_IUqPXtgWyCP3IsKyfeh9iRNruIbV3Ygss8-rT0,2366 +django/contrib/flatpages/locale/es_MX/LC_MESSAGES/django.mo,sha256=ff-Ng6bhP2ixtHmiJoSGl8q2iss6SmPxrZqNeQoI6Bw,2062 +django/contrib/flatpages/locale/es_MX/LC_MESSAGES/django.po,sha256=-evbiu-p-MTiP28fLtp5YXi531HMCUUgmrXTwc5eJbo,2274 +django/contrib/flatpages/locale/es_VE/LC_MESSAGES/django.mo,sha256=cYmN6mIu8-KaEc7neRiRirUd43j1VuSfZy4aDQS6AJU,2187 +django/contrib/flatpages/locale/es_VE/LC_MESSAGES/django.po,sha256=XM90qecj8WFJUJ_7BySeblx4s-6onlZWQEmSpG1TGYw,2393 +django/contrib/flatpages/locale/et/LC_MESSAGES/django.mo,sha256=qezc9kqmw-dWlJcbnxa6xiyvEklGZNx8TQskXK7N-2c,2095 +django/contrib/flatpages/locale/et/LC_MESSAGES/django.po,sha256=TiVt8cIEjHu2md-DcdPeMl1l0uy52OwF2CN3Rt5ut2c,2302 +django/contrib/flatpages/locale/eu/LC_MESSAGES/django.mo,sha256=T-G-Jm30htISjiMI6JJPUIAyg_eifRpjrCoAyHSFSG8,1998 +django/contrib/flatpages/locale/eu/LC_MESSAGES/django.po,sha256=I_65j6iQ4lPsUEHpono9Cip6ZaWGhBhO4NXooPDRc4A,2253 +django/contrib/flatpages/locale/fa/LC_MESSAGES/django.mo,sha256=Ysv3DzsOk6m_fbkdjIhwmsrjLFIkK3E0AF6yduIfut0,2452 +django/contrib/flatpages/locale/fa/LC_MESSAGES/django.po,sha256=RP8vuxBwU_makXo4Xauh-v3nCtxkSC9MBr1k9B9XRpg,2710 +django/contrib/flatpages/locale/fi/LC_MESSAGES/django.mo,sha256=bwgyKKWcizYF9GAg3x6raVkvITgqsnIkh2E7p7TnI8o,2127 +django/contrib/flatpages/locale/fi/LC_MESSAGES/django.po,sha256=xgEElp3S9wp9k01NEsLkt2E9zA9QIWqn_2SMaSikZFo,2365 +django/contrib/flatpages/locale/fr/LC_MESSAGES/django.mo,sha256=y_bAJ6_qM9ab07c4sjo2ysb46adwHHKd147aNt3YWTc,2265 +django/contrib/flatpages/locale/fr/LC_MESSAGES/django.po,sha256=LFuHd6UEB7i5X1TtWi8tPaED-qgd5iHIeGMPLVp92o0,2521 +django/contrib/flatpages/locale/fy/LC_MESSAGES/django.mo,sha256=DRsFoZKo36F34XaiQg_0KUOr3NS_MG3UHptzOI4uEAU,476 +django/contrib/flatpages/locale/fy/LC_MESSAGES/django.po,sha256=9JIrRVsPL1m0NPN6uHiaAYxJXHp5IghZmQhVSkGo5g8,1523 +django/contrib/flatpages/locale/ga/LC_MESSAGES/django.mo,sha256=8jWDgPbPLWpP4_3T1Bq8EyVn-Cd22Ul_RQAuPTiQ0eQ,2191 +django/contrib/flatpages/locale/ga/LC_MESSAGES/django.po,sha256=7WcepTuskARNCBD3wnpMVud0LDagkM-w9VsXL4-etUI,2400 +django/contrib/flatpages/locale/gd/LC_MESSAGES/django.mo,sha256=Andz4Joor0AkZ9efEqpO4lxZ6BhEI56ThFe2OheDiv4,2295 +django/contrib/flatpages/locale/gd/LC_MESSAGES/django.po,sha256=2ktvAasdSSRq5JD9qgmO_49aK0h9ix3U2JphXIaoeMA,2423 +django/contrib/flatpages/locale/gl/LC_MESSAGES/django.mo,sha256=K_JCBCdDQmE1EAnTHzNe98MbTbUnlrBvT0qO8KYr7Pw,2039 +django/contrib/flatpages/locale/gl/LC_MESSAGES/django.po,sha256=V1GcIAvBiLTil_6TqyJcid6Sp9hoOBje1YOR7eY-ZSY,2366 +django/contrib/flatpages/locale/he/LC_MESSAGES/django.mo,sha256=N8lcsZ-G1Sud41fAQ0VC8tZqwGGvJiNJU2Vidu84YTk,2275 +django/contrib/flatpages/locale/he/LC_MESSAGES/django.po,sha256=Y_6EC-HT03Erk0NawyadbMdUhs1gDLy05tskJEQJPZw,2494 +django/contrib/flatpages/locale/hi/LC_MESSAGES/django.mo,sha256=ykajQy0MQ4-QHr1dVG5cy0cFw_EMjPM8v3WO4MeQg5k,2770 +django/contrib/flatpages/locale/hi/LC_MESSAGES/django.po,sha256=M1diXuqJtHSj2S6TZSoUZj5FRiXDJBSaqkg-FPM6mY4,3055 +django/contrib/flatpages/locale/hr/LC_MESSAGES/django.mo,sha256=soshOB2OuacCPOrpWQEKkBqBURlELv1yUV1IyxSPfOU,2188 +django/contrib/flatpages/locale/hr/LC_MESSAGES/django.po,sha256=JbBdwIWeutn_nsntI5Oyh3vD7HaiATi_XkH2VNh96MI,2421 +django/contrib/flatpages/locale/hsb/LC_MESSAGES/django.mo,sha256=5HUFkbFoppePfr-LryUj5YFnomxRiAEd_ShKZDy9x0Y,2230 +django/contrib/flatpages/locale/hsb/LC_MESSAGES/django.po,sha256=iiS_24Cn8xEAK3Q3IonGD7pGaHlQz4wuJp518XhlZvQ,2359 +django/contrib/flatpages/locale/hu/LC_MESSAGES/django.mo,sha256=KV9IhYDpV9E5dDWxnrHqoaQ4UrZIxkN9q5lNw97PrVI,2157 +django/contrib/flatpages/locale/hu/LC_MESSAGES/django.po,sha256=hsqbZt5xci4d1MhMzmdji6sLZFiR8QVF1vRYPKTFBi4,2374 +django/contrib/flatpages/locale/ia/LC_MESSAGES/django.mo,sha256=oNkcfHK3Ctav-qoDZQXLCYfLQBM7lJZmFQXTzTXAnyU,500 +django/contrib/flatpages/locale/ia/LC_MESSAGES/django.po,sha256=F4Rf-I253G6rP3z28Umv-j3aeBQNZ016vYS0IA_eQeE,1543 +django/contrib/flatpages/locale/id/LC_MESSAGES/django.mo,sha256=q6xQnMnf_OWhfA6D--emVsVie7SCvtfM7Snrhtvf6mk,2047 +django/contrib/flatpages/locale/id/LC_MESSAGES/django.po,sha256=mOkPtRDfuLWz3ppn5NZnz9n69aGqRU9K-NSzWbCkqus,2294 +django/contrib/flatpages/locale/io/LC_MESSAGES/django.mo,sha256=N8R9dXw_cnBSbZtwRbX6Tzw5XMr_ZdRkn0UmsQFDTi4,464 +django/contrib/flatpages/locale/io/LC_MESSAGES/django.po,sha256=_pJveonUOmMu3T6WS-tV1OFh-8egW0o7vU3i5YqgChA,1511 +django/contrib/flatpages/locale/is/LC_MESSAGES/django.mo,sha256=Qn7KX2gZanaqnwakJy9DcmU9OPLi58yf8yIhFBVLlEU,2023 +django/contrib/flatpages/locale/is/LC_MESSAGES/django.po,sha256=DTn4h6NyvPZ_uamvpPqC3HV9yUhNudc0KIvcpw9cUIk,2268 +django/contrib/flatpages/locale/it/LC_MESSAGES/django.mo,sha256=HJc9D6WqhK3U9cgeKk5YKQle1-6sCMbo1XMRVYP5Nqs,2099 +django/contrib/flatpages/locale/it/LC_MESSAGES/django.po,sha256=QbkMTGQqrO3AKu7tlkqB8W7bNvh3lLeicVVtsVce934,2284 +django/contrib/flatpages/locale/ja/LC_MESSAGES/django.mo,sha256=3WgNjHzHgKQbI9IFnnvRd9Xf2l-_zk7b6R0FPQRKuJ0,2303 +django/contrib/flatpages/locale/ja/LC_MESSAGES/django.po,sha256=VZEEACNaPwW9czp9qGKHhaDRS73OmhTtOV5i-5raA5o,2529 +django/contrib/flatpages/locale/ka/LC_MESSAGES/django.mo,sha256=kKSceL_G3vvRTu-P2z1dYjKxWisOUP33VtuVxdHzS7Y,3022 +django/contrib/flatpages/locale/ka/LC_MESSAGES/django.po,sha256=KjMROE07plsdht34NT_EFdBRkfgr58pgcPxfR3K14Zk,3301 +django/contrib/flatpages/locale/kk/LC_MESSAGES/django.mo,sha256=XZ6lnpcbo4KkUwFMvw9p6pmOOVi_iaqGVjqPUOKpsSU,1998 +django/contrib/flatpages/locale/kk/LC_MESSAGES/django.po,sha256=qPabYMv9erN5UIR0N8v0fXOqVl9xeC2qIvLFtdsMwdk,2424 +django/contrib/flatpages/locale/km/LC_MESSAGES/django.mo,sha256=D3J9BXiDy8T-riT_L8gGF9DzIImaOmKIPhUy6mYg83w,1942 +django/contrib/flatpages/locale/km/LC_MESSAGES/django.po,sha256=KTsEbAl7MYn0HfJwNFmWr_jW6o9CQDwRWSEfWf2SWHw,2471 +django/contrib/flatpages/locale/kn/LC_MESSAGES/django.mo,sha256=f1cLc2bBV4EpR972pRDyUcsDhrLSxZMTPrYIB4GNPIM,1902 +django/contrib/flatpages/locale/kn/LC_MESSAGES/django.po,sha256=DDVPOf9Ld28nndzY6ZTXyghSBezduJ8HUh0QC9fHXgs,2437 +django/contrib/flatpages/locale/ko/LC_MESSAGES/django.mo,sha256=droVjRmS0ivBGSRF4KWj3MavEGveo5n3cZXDfV4lFXY,2158 +django/contrib/flatpages/locale/ko/LC_MESSAGES/django.po,sha256=j5f33JL9gn2u5vLnR6ezas2ltFYqbDiO6N9zv21fHeM,2428 +django/contrib/flatpages/locale/lb/LC_MESSAGES/django.mo,sha256=o68W9S-t7CHFReZIDSmEuMyy9zSEVPlGOGb218HbiO4,502 +django/contrib/flatpages/locale/lb/LC_MESSAGES/django.po,sha256=BTeiGyB8gPwZYoB1S80-Cw-OV4Ir3QKHMvT8jUrR_qk,1545 +django/contrib/flatpages/locale/lt/LC_MESSAGES/django.mo,sha256=d6PHNL88Jw5VBb3vs3UFZEdFwSpAsiS05Zn4Kd0f52o,2272 +django/contrib/flatpages/locale/lt/LC_MESSAGES/django.po,sha256=Zdy640uJNBs1-BogM0WPNEDJNDTBZlEPmXwg3DM496A,2529 +django/contrib/flatpages/locale/lv/LC_MESSAGES/django.mo,sha256=ozcDcxU3obJ4pHN__w1Ej5iL9j02xqvgAWAR29rLXEs,1546 +django/contrib/flatpages/locale/lv/LC_MESSAGES/django.po,sha256=Ou4llCXIslyLCJUXLdHe0bLZf_d5mlxn0jeO5RFLzik,2053 +django/contrib/flatpages/locale/mk/LC_MESSAGES/django.mo,sha256=R1hMhfHE4IPiRs_qsAydqDueTBYkKZrYltRMCrsw0Xo,2699 +django/contrib/flatpages/locale/mk/LC_MESSAGES/django.po,sha256=PrQhzZIG4aw_fzB_RJQAq-sJnkv4kcZ0y1kcQl2ABzw,2989 +django/contrib/flatpages/locale/ml/LC_MESSAGES/django.mo,sha256=v5jLm5uZCyfxl1zFi_KvrPqnDVT-nKBAYIl8TK-s-sk,3228 +django/contrib/flatpages/locale/ml/LC_MESSAGES/django.po,sha256=VoSgYF__x8iJP71df9AAL77Po05lVgA1CnZW8gqwERg,3461 +django/contrib/flatpages/locale/mn/LC_MESSAGES/django.mo,sha256=424v2IRxYn8FvfE23g1qFB0VnovDWK0CgZHTpMc2H8w,2600 +django/contrib/flatpages/locale/mn/LC_MESSAGES/django.po,sha256=71oQlRcg117aiLlaWztLdKAaUYCW4AZfqH-yzZ5vbAo,2830 +django/contrib/flatpages/locale/mr/LC_MESSAGES/django.mo,sha256=GvSfsp0Op7st6Ifd8zp8Cj4tTHoFMltQb4p64pebrqI,468 +django/contrib/flatpages/locale/mr/LC_MESSAGES/django.po,sha256=sayU0AfVaSFpBj0dT32Ri55LRafQFUHLi03K06kI7gc,1515 +django/contrib/flatpages/locale/my/LC_MESSAGES/django.mo,sha256=LlLhoOckLnJDvvAg6qrSjmGaoRwysjZRYhDWrKQ3r6M,507 +django/contrib/flatpages/locale/my/LC_MESSAGES/django.po,sha256=oIrPd58iH6HT211BFcQLQoCRmNX2eggy2aAJRXlRXWY,1550 +django/contrib/flatpages/locale/nb/LC_MESSAGES/django.mo,sha256=7KxMeXuLtAKNoTI0g3eAKiIF47IU5yezxB6BKbygir0,2091 +django/contrib/flatpages/locale/nb/LC_MESSAGES/django.po,sha256=bEEJm5z-0BOT2b-AdoxRLYNcpesn7FKVF_qAqI9gKAI,2371 +django/contrib/flatpages/locale/ne/LC_MESSAGES/django.mo,sha256=PNmlXaAnCIx-Kp1q7l5SbcvqveoAoOvfN0MKFBAKM4M,1500 +django/contrib/flatpages/locale/ne/LC_MESSAGES/django.po,sha256=5nL5dovjhVfQNL22rC8iLdvWVdvRFa7UXp6PBa6m4_A,2178 +django/contrib/flatpages/locale/nl/LC_MESSAGES/django.mo,sha256=GvIxxfnlWPQSx2ak-fqN0gW7imJDtO3ZmrYkt5-MiF0,2115 +django/contrib/flatpages/locale/nl/LC_MESSAGES/django.po,sha256=i8QCtA65jvlogFRcLoer5N9k1GDpy9Rsq0VzwiuL9QU,2460 +django/contrib/flatpages/locale/nn/LC_MESSAGES/django.mo,sha256=nqHhr6ttqkAJEXuCqKSKmpWLvi3WzUv-X4r6Cc2qpPo,1693 +django/contrib/flatpages/locale/nn/LC_MESSAGES/django.po,sha256=omTu1QygI04ygJUbY5GeTTOGRJ_NiqpoR_1eW1Srwpw,2119 +django/contrib/flatpages/locale/os/LC_MESSAGES/django.mo,sha256=yPwz0xXxXGW8HA7178mKbVPIvI16obHV44-M_DyUJ60,2329 +django/contrib/flatpages/locale/os/LC_MESSAGES/django.po,sha256=xinQJJs8D_tHZhUO4hsNQoiTGwjRR6tSvvojCzMvlP8,2546 +django/contrib/flatpages/locale/pa/LC_MESSAGES/django.mo,sha256=Nmodmu3rW4IDUx684xPgwiNJ296SC0TZkICnZMn3mh4,903 +django/contrib/flatpages/locale/pa/LC_MESSAGES/django.po,sha256=BoiamlWe5n_G2S8dPBKJtsQuHtHM5l2RlPDAKi3e31k,1780 +django/contrib/flatpages/locale/pl/LC_MESSAGES/django.mo,sha256=_Ww1LF7dWNefB8f8Dx5sX7qHPwzlDxqxe3WDhIaaBRM,2215 +django/contrib/flatpages/locale/pl/LC_MESSAGES/django.po,sha256=006Op5eyOaW7--15z_b1gMzqrPQy_omtnqKQCBjO0B0,2426 +django/contrib/flatpages/locale/pt/LC_MESSAGES/django.mo,sha256=psKjrru37iC58pRw-BPu49Dy32WtakblgV5rRZgqVnI,2115 +django/contrib/flatpages/locale/pt/LC_MESSAGES/django.po,sha256=7A6TFbOw9HcGRMjk9QIbMF6syBCSVWkE3po2UIzo5jM,2326 +django/contrib/flatpages/locale/pt_BR/LC_MESSAGES/django.mo,sha256=Ti2Lge8AjkmUS-9EltH5Vns76eIeC8Z_NEQZSMG6Xio,2130 +django/contrib/flatpages/locale/pt_BR/LC_MESSAGES/django.po,sha256=lhwRk75EEluPil9wxMvyEhsOElYY-GosJGnFXtXwEHw,2593 +django/contrib/flatpages/locale/ro/LC_MESSAGES/django.mo,sha256=DXeXqFcZSpnh8dlCNaR15kmQJtqT5Zqml0uk6IgmGqs,2197 +django/contrib/flatpages/locale/ro/LC_MESSAGES/django.po,sha256=gH79RK1IdWyRqpePd0i9JA4DnS3p3DAaaoKhkVhOFZg,2482 +django/contrib/flatpages/locale/ru/LC_MESSAGES/django.mo,sha256=Jx74mLRt7-j8bdMVLCX_BIspsZr4m9hm0JChRlVuTtU,2754 +django/contrib/flatpages/locale/ru/LC_MESSAGES/django.po,sha256=AxbURxdYp4M1ev5bc43UGA4P50M14JzFQ3B5oQ7Rw0U,3042 +django/contrib/flatpages/locale/sk/LC_MESSAGES/django.mo,sha256=dN0YLILUUeLJSlYo3YQOVv4wixX_DTM9PsMZHRaN-Mw,2129 +django/contrib/flatpages/locale/sk/LC_MESSAGES/django.po,sha256=CSVs41nR9BzXeOsyEkAaBJlIfiFEUPhT-jfUU59bexU,2324 +django/contrib/flatpages/locale/sl/LC_MESSAGES/django.mo,sha256=8lqbnBvfzz2iZfRgsNPtEZRg1f6zpYqhmlElb71pxIg,2156 +django/contrib/flatpages/locale/sl/LC_MESSAGES/django.po,sha256=IZ5nWjpaN67rvROjSQ8FZvn9R3P5jaebXkEZSGIJUlk,2383 +django/contrib/flatpages/locale/sq/LC_MESSAGES/django.mo,sha256=B7a3k4Kx2SGzYKrhhQqd6cqVF8d2BhvXRHzVz3APqhk,2183 +django/contrib/flatpages/locale/sq/LC_MESSAGES/django.po,sha256=yN7aGSXNf0M0_FAn_1DnWYG-u7WnxOL4F7nzewFD10s,2350 +django/contrib/flatpages/locale/sr/LC_MESSAGES/django.mo,sha256=b_Lhd_eOAArYKbV8zANi0ypniQmd3yj1ECwFO93FHg0,2513 +django/contrib/flatpages/locale/sr/LC_MESSAGES/django.po,sha256=2P2_NhFZCAzb-DseUG8wkwBAII_5HIhpbnqs_fcy4sY,2763 +django/contrib/flatpages/locale/sr_Latn/LC_MESSAGES/django.mo,sha256=oXBUUWhUyFLmkFI9lQD-pVuWbCzRJ9JgMnyQDYE2AoU,2123 +django/contrib/flatpages/locale/sr_Latn/LC_MESSAGES/django.po,sha256=NLjBaWPm1E01X7rAGCGHCXykv_SqRdqGbGU33ebbwDM,2376 +django/contrib/flatpages/locale/sv/LC_MESSAGES/django.mo,sha256=VPGa4f4MZXLGoJBNfSyOsQMnK_ahMpSHUE8uq3FmC_4,2132 +django/contrib/flatpages/locale/sv/LC_MESSAGES/django.po,sha256=uwa_HNrMnVFNFEij8jPWZdof4bpvv_kfkro1Yu2UqKA,2372 +django/contrib/flatpages/locale/sw/LC_MESSAGES/django.mo,sha256=NrOuTmuWENzgPVDhIsxaqhtJiWZapv_QUIzMsuhgaok,1537 +django/contrib/flatpages/locale/sw/LC_MESSAGES/django.po,sha256=02_J-eAEInaY-kB3jq3PA_0E19WCZ7bWCr5ZHd9Lunw,1991 +django/contrib/flatpages/locale/ta/LC_MESSAGES/django.mo,sha256=BF6qmiDted7TTQac5_HtDDyzyBSgT9rvbJTQ5A33CGQ,1945 +django/contrib/flatpages/locale/ta/LC_MESSAGES/django.po,sha256=h4pEu1P1yFdNJjtJuh2KI1lN6rh07DxsOONqcXUiQqs,2474 +django/contrib/flatpages/locale/te/LC_MESSAGES/django.mo,sha256=N1AEqm_dEOIEVno08mk_NzGcSoliYxKVnn6wQtiOT_Y,1238 +django/contrib/flatpages/locale/te/LC_MESSAGES/django.po,sha256=nXYfLge2wahyg6HIkg7Q0zD0o887cc_uShDPNDqTg5s,2000 +django/contrib/flatpages/locale/th/LC_MESSAGES/django.mo,sha256=YD_BiGtViVGgDWdHu_jRkvcxu6MKw5ml6xc_a3DLSBQ,2685 +django/contrib/flatpages/locale/th/LC_MESSAGES/django.po,sha256=iE1HZ7VAOiGGpi4_dqG868aqAIvuQjkWKlwVQptoWwc,2928 +django/contrib/flatpages/locale/tr/LC_MESSAGES/django.mo,sha256=_ISRxFHON8gkpj5gjcleWlUFvUVnWYKZ6OYl9kauuTw,2136 +django/contrib/flatpages/locale/tr/LC_MESSAGES/django.po,sha256=usW-012YdQFHQev_6spSEmI-WKM8EPpjxvtEe3xRDJM,2383 +django/contrib/flatpages/locale/tt/LC_MESSAGES/django.mo,sha256=Jtq6TFfriBRaSMmqE5YYvc34maBl-OOK7o1evP_hE7g,2007 +django/contrib/flatpages/locale/tt/LC_MESSAGES/django.po,sha256=jt32sywDdLgW-gKlhWn7Hsz1crHYW6htZFLf0vWheRs,2402 +django/contrib/flatpages/locale/udm/LC_MESSAGES/django.mo,sha256=NxCkQ2gC7QJl3F-WcR-ruSOTbmuVjCUgnPq_NX-TLNc,490 +django/contrib/flatpages/locale/udm/LC_MESSAGES/django.po,sha256=tm8RmHjOugRLFO27tuL4Tzfdmz1Jlp6P4f-tpQb52yQ,1533 +django/contrib/flatpages/locale/uk/LC_MESSAGES/django.mo,sha256=9_SER8kQed6USMRiWPCCzUKS1gKn-8iRwLFELQY3wyM,2624 +django/contrib/flatpages/locale/uk/LC_MESSAGES/django.po,sha256=NCSeuxNPvq4uKKQaHtYoJlVp6lOuxoJVtjqUZF5aIr4,2897 +django/contrib/flatpages/locale/ur/LC_MESSAGES/django.mo,sha256=4tC_QQFh7Yfw5JorxdcsEJP9GueDu-bNNYSQznuCGeo,1976 +django/contrib/flatpages/locale/ur/LC_MESSAGES/django.po,sha256=yWKmD3psFku-R_x5YMQ72HcM-eDwrssIv2MyHsPmy0A,2371 +django/contrib/flatpages/locale/vi/LC_MESSAGES/django.mo,sha256=xQ6csRVzq9yq-GTp2jsuN0mohJ4SDmZcJ1pbf_jGm0A,1035 +django/contrib/flatpages/locale/vi/LC_MESSAGES/django.po,sha256=mx7A_eYPkHXz6l7dib0OrLzPGX10c-CpBNO3Wv4CsQs,1900 +django/contrib/flatpages/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=_gW5_Z_4wNfnX-cJMXWCNvD80QnY3QgNI0AtW693RRA,1994 +django/contrib/flatpages/locale/zh_Hans/LC_MESSAGES/django.po,sha256=9lCJ6tBRKA_D_fRAEX2nHfoZvu44BPhmo31lDyXWiGU,2279 +django/contrib/flatpages/locale/zh_Hant/LC_MESSAGES/django.mo,sha256=aUTyArH5DHsau8ZDXEY4p1n_UQrGemP2VfY4tTCQt64,1959 +django/contrib/flatpages/locale/zh_Hant/LC_MESSAGES/django.po,sha256=Jf-2VyIP0EezhnFB-iTsT-ahScmXjbj5n4BmSsDGPDU,2220 +django/contrib/flatpages/migrations/0001_initial.py,sha256=zIJatQLIbPirEmr2ScaF2AqZ4sbl8S6NQw6o7_MXd8w,1775 +django/contrib/flatpages/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/flatpages/templatetags/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/flatpages/templatetags/flatpages.py,sha256=W2GlZCjjLuZ1E-BqhWwi_lrLr7YvirC4GmT0BlPCM5Y,3630 +django/contrib/gis/__init__.py,sha256=GTSQJbKqQkNiljWZylYy_ofRICJeqIkfqmnC9ZdxZ2I,57 +django/contrib/gis/apps.py,sha256=8xR7QCkx3nU-g6FtHm8ErLJxloQoR88zfThzlwsGI2A,397 +django/contrib/gis/feeds.py,sha256=Wi_09fwa02HtwN8bqxhawVGHQbjppne5BaDDaAMD-OQ,5976 +django/contrib/gis/measure.py,sha256=NkJqW4vF7p4lV9bweOLEGNQ9efRHiK3L24KSnrZgFXg,12463 +django/contrib/gis/shortcuts.py,sha256=DWZJ7TlOh3jSLkpVaqwIb5Vym7GiEi_UK3g8BulUV18,1231 +django/contrib/gis/views.py,sha256=jXix0rJ34PAt0zA2UHO06MmFbYhu1G5ki9KOrh8XoIY,740 +django/contrib/gis/admin/__init__.py,sha256=Hni2JCw5ihVuor2HupxDffokiBOG11tu74EcKhiO89w,486 +django/contrib/gis/admin/options.py,sha256=PFHkWBhqFMRId6-mQTmvpgOQMc-PnxxhpR5bdrvrKes,5754 +django/contrib/gis/admin/widgets.py,sha256=1fJYw1zHFZo2EWPglWzBvt-fc67nOhG_cq5Edljsni8,4807 +django/contrib/gis/db/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/gis/db/backends/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/gis/db/backends/utils.py,sha256=YvLLshlRgmtPUwLhYK3x9ULeNueR5lQaFhIOpPYNXZ8,792 +django/contrib/gis/db/backends/base/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/gis/db/backends/base/adapter.py,sha256=nv6U7zQY9MflWK6eRgmx6zL6MS8J6v-ija9LP_xSHw4,508 +django/contrib/gis/db/backends/base/features.py,sha256=DC9tHhp5BlTrJkUTLLiAeeOiGHC40K2yu7nHrCSHo30,4289 +django/contrib/gis/db/backends/base/models.py,sha256=54EeU8ULP3OJ1mV-iqdeSFMZpOPHoszu4xm8IlfH-aw,6879 +django/contrib/gis/db/backends/base/operations.py,sha256=Cv3FN1dGjhgns5kmsGVsllUBLg6UZK_NFHJjdKUkGR8,4887 +django/contrib/gis/db/backends/mysql/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/gis/db/backends/mysql/base.py,sha256=ZIQZVytQJmGZBcEnvgmue49yB6vIMOdBlUxTRswKk6o,594 +django/contrib/gis/db/backends/mysql/features.py,sha256=O4BOuwik_Vw36lEs7mdbEd4cUOQHkDw5vycaCBnYT24,575 +django/contrib/gis/db/backends/mysql/introspection.py,sha256=-Ff3nDRI7Rz3Cc33UlD0TgajjNH5rde9u0SKTMwuAUw,1771 +django/contrib/gis/db/backends/mysql/operations.py,sha256=UGcHOrPO0N56EfFfcbZi_i0ux1qQw7vF2RCeLVMv5-s,4918 +django/contrib/gis/db/backends/mysql/schema.py,sha256=v0VJlcjFoAbeSCf1zbwCBgB70lr56Ze3OMTz5K8uQms,3046 +django/contrib/gis/db/backends/oracle/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/gis/db/backends/oracle/adapter.py,sha256=6JAcP7WxtK89Cip7W_wutSn1K09Z2BtPc7YEKkW4aLY,1866 +django/contrib/gis/db/backends/oracle/base.py,sha256=djotwLmqBZmScU_b0EiDUv6McHR9Gv0mYmUaGa9323M,603 +django/contrib/gis/db/backends/oracle/features.py,sha256=FdCzZGgu1T4TUyqfOV-QuEc25REn7LopHElu_g_Oe0o,417 +django/contrib/gis/db/backends/oracle/introspection.py,sha256=ress3O9JqDUyLBKiE4QI7XKEVLZoIO-wfxsinTwXHMQ,1977 +django/contrib/gis/db/backends/oracle/models.py,sha256=OSi3aSxmz7EaKsla2QoVjpnTWjHHKApDl7suYg9DcKE,2211 +django/contrib/gis/db/backends/oracle/operations.py,sha256=wPfSIF63pzjkRdN9_K0nvnIoL38E4Eu7aFzTjYsz9ao,10645 +django/contrib/gis/db/backends/oracle/schema.py,sha256=rnLjUFiTmjMpTZ-njIy0WVRXvsJvdRY-AkHDh0uRb7M,4050 +django/contrib/gis/db/backends/postgis/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/gis/db/backends/postgis/adapter.py,sha256=UXHmaRDqpGEQpQvw-QZjJcvcVxmz2YSpYeCyGAnzXxg,2235 +django/contrib/gis/db/backends/postgis/base.py,sha256=sJWEcg_Q4CqdHG6Gl3itClWTWwqs5_1AQ1A7caN7-Mk,976 +django/contrib/gis/db/backends/postgis/const.py,sha256=a536866Z3EPWtcjYUXewOe0QjyfFIhxRTk_tFmRu1NA,1484 +django/contrib/gis/db/backends/postgis/features.py,sha256=jsDujj41gkk97RDpe1L3UZmeZpuMQE9nrQllZXXrVqI,382 +django/contrib/gis/db/backends/postgis/introspection.py,sha256=bNAOORO8c7hLTmxzkVz81wghGE0qgzoxtumsxFiCpdc,5441 +django/contrib/gis/db/backends/postgis/models.py,sha256=ZTsf2HdIsIiWTMBkeyVdCzDyJRwj9yyFSF2dddMBgyY,2094 +django/contrib/gis/db/backends/postgis/operations.py,sha256=FMAIgCk4qx8XBSz_NYyDpxq1nAnVlboFeaB5mDcpYNA,18888 +django/contrib/gis/db/backends/postgis/pgraster.py,sha256=IFxCsrznZBe9ZgaN79HK5X8yjtUK4_Rvpid2-kNX-Hs,5071 +django/contrib/gis/db/backends/postgis/schema.py,sha256=ALgcZxyRlx_xOdZsQw6dIeeJGIfJqX_1BluwxW1l4Rg,3091 +django/contrib/gis/db/backends/spatialite/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/gis/db/backends/spatialite/adapter.py,sha256=s56LLY4fRG6lFoc1W171FI7JvMRhk-oHskhBfjcPmv0,317 +django/contrib/gis/db/backends/spatialite/base.py,sha256=54isUGrE0hswqu6J87fp6yNcC8QkYy4tND3Ug6XJdFE,3615 +django/contrib/gis/db/backends/spatialite/client.py,sha256=NsqD2vAnfjqn_FbQnCQeAqbGyZf9oa6gl7EPsMTPf8c,138 +django/contrib/gis/db/backends/spatialite/features.py,sha256=gPTt1rPa7uxWAOg7WS7G1CNCdopbDqnfC7qmiEUK26k,794 +django/contrib/gis/db/backends/spatialite/introspection.py,sha256=G7nzlY3_6k6LyCfUYQNfWt6h2JMGpUOjNPhPl3prQTo,3131 +django/contrib/gis/db/backends/spatialite/models.py,sha256=UvYtq-PZGrbjtRshwnw8TgMhJDGsVmnil2S7qmK0MWY,2946 +django/contrib/gis/db/backends/spatialite/operations.py,sha256=rZ_TnCFO8nMhzq9_waZYiFUu8sbAacFOrrgTFZ7EHy0,10604 +django/contrib/gis/db/backends/spatialite/schema.py,sha256=l1ngEgZKkRw2gm7_YZ6dFPOTwvZK3TI44WMAVD7HIqk,6882 +django/contrib/gis/db/models/__init__.py,sha256=88NV5qlex162FNqwLsrl7FM_8e4YngKW-5N1z7oUpMM,406 +django/contrib/gis/db/models/aggregates.py,sha256=RQgF8zelijkPYHeknERnkv7PO1rkWYre-m0jhS7gl7o,2395 +django/contrib/gis/db/models/fields.py,sha256=HF3FFDWJAV5UE1AL8AAMaUipaa4Kwp9b2ts9qtVdRjM,17923 +django/contrib/gis/db/models/functions.py,sha256=z_JWOxt16qZ-Y0lupymxpuaRHv3GFI-poWbp6dVJ8CA,16388 +django/contrib/gis/db/models/lookups.py,sha256=-NcRfBn8DeY9PyuX51czGszKVgLQUy4jvEmSXegxwCc,13940 +django/contrib/gis/db/models/manager.py,sha256=SyEK679PZ1qqT2IUs-jVU2D5J57Jd7KNpGkUfUqUYa8,1004 +django/contrib/gis/db/models/proxy.py,sha256=ueg-7au_D30VLS4vvknhph_fSNp3_ThuxclSqwFJGxQ,3318 +django/contrib/gis/db/models/query.py,sha256=Fg76O2vQxrxCC_jugGUj3KzeF3Dw4tV0WlLHcwNy95M,32459 +django/contrib/gis/db/models/sql/__init__.py,sha256=DEa2yt3fCKhU6VImcb6QNYqY6-wzOHa-iGrYRbw9gIo,184 +django/contrib/gis/db/models/sql/conversion.py,sha256=gGkJrKF2IDrCb9O7QvcCWZ3dsLYBe1pggq4-YpK6k-A,2475 +django/contrib/gis/forms/__init__.py,sha256=fREam1OSkDWr9ugUMNZMFn8Y9TufpRCn3Glj14DTMbQ,298 +django/contrib/gis/forms/fields.py,sha256=s5lWhfDUdkU9Fw5SZqeTIi-T6DsEvKnH8fs_aLG6LOk,4316 +django/contrib/gis/forms/widgets.py,sha256=cqyYVixqKNj3q37xTNnk8QHWngmv0dd5bkQhtlBgMj4,3529 +django/contrib/gis/gdal/LICENSE,sha256=VwoEWoNyts1qAOMOuv6OPo38Cn_j1O8sxfFtQZ62Ous,1526 +django/contrib/gis/gdal/__init__.py,sha256=4U0C3vOHwTvpHcPbjZHfDW_KqtWsQHS_d2iuoQIQUYI,2533 +django/contrib/gis/gdal/base.py,sha256=GjwyKmoDiWvbIS__pn00FD1_RVNFN6ATirOy7NcB9FE,1179 +django/contrib/gis/gdal/datasource.py,sha256=G4dhUU_jdiQv4kbbt2JPQgS8T_NvyGHskYVeq9-j-Bg,4871 +django/contrib/gis/gdal/driver.py,sha256=r-faL1oMovnmw-v3D94h7ImYktASYCkc-KZes8MlSxc,3260 +django/contrib/gis/gdal/envelope.py,sha256=uIwPw51auMsh2rvrgF8ijDU2ajoVg0DbrR9O1O73pNY,7005 +django/contrib/gis/gdal/error.py,sha256=9fhpHutA4fbcT-FO6CSQLAMgk4U0CsREiSUsbikpdTA,1996 +django/contrib/gis/gdal/feature.py,sha256=WbFRmyD9_YeQAXNPpTYA8508uPtMPKiGkGf5b0RxuUk,4247 +django/contrib/gis/gdal/field.py,sha256=9Jhqyod-BjB9XEvzQSWieCwUSb9u-mSjKdLT4G4HcII,6735 +django/contrib/gis/gdal/geometries.py,sha256=uSLdoXNkoEK5eatCTWH7m_T8SsFSryUJMNiq1GDTszY,24111 +django/contrib/gis/gdal/geomtype.py,sha256=AEapGCxTrqGpzyfE8CNjeq3mK5WIADQVwTzcax50Nb8,3310 +django/contrib/gis/gdal/layer.py,sha256=E6R-eCunaFt2eJK4q86pa_QbyaZHz00fNo8KacmdLjw,8689 +django/contrib/gis/gdal/libgdal.py,sha256=QJoRJEdDgiCQmmqs3kbWywIjxcbgU2MELkG4fl-y6j4,3563 +django/contrib/gis/gdal/srs.py,sha256=Kvv7iqpuUDupFoeQWJt_gi5JtgeJP1DJTZYQK_RPy8U,12184 +django/contrib/gis/gdal/prototypes/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/gis/gdal/prototypes/ds.py,sha256=AAu7QnwigZ-3Dme-uHsOySlT1TGvAYSvqF1pZtauMto,4413 +django/contrib/gis/gdal/prototypes/errcheck.py,sha256=xZ7A7xLbJ9wOiomJlVdcajNhEL81SPX4WL0JEf_4-2I,4229 +django/contrib/gis/gdal/prototypes/generation.py,sha256=mmTnsdiOqPTO4tBSaz80_e5rOKYJvpT9GD8a0QsKbOE,4298 +django/contrib/gis/gdal/prototypes/geom.py,sha256=FWeJ7c7UE0yOmNzgk91DP4N2v-1w8D7M-ACJx9iRXO4,4777 +django/contrib/gis/gdal/prototypes/raster.py,sha256=W0PzOAN_dJNZ4JvpZUk-DEGzkcQYMPodgx0bj22BDSY,4440 +django/contrib/gis/gdal/prototypes/srs.py,sha256=qB9rYIJuP14eQ6U3-yEroIChB12e9BhxjHtRCqOhfFs,3518 +django/contrib/gis/gdal/raster/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/gis/gdal/raster/band.py,sha256=HIYrqrwpnRufX_Z3rDWL0reUq8yVF5hGys7ddOxVuPY,8086 +django/contrib/gis/gdal/raster/const.py,sha256=CpOMQ9rfBAdnF59dN1XwuEgage9M7cjBYcM6rb3BZ_c,1539 +django/contrib/gis/gdal/raster/source.py,sha256=GAGWRnmFVsuC1EkM0NHc0wUwwu8vArPTBr6yPjPT9f4,13670 +django/contrib/gis/geoip/__init__.py,sha256=QeKDbwMpfowl9qKWFHHR1XekRHZ4zBRMYwr6UxzNfQY,882 +django/contrib/gis/geoip/base.py,sha256=0hSzm0buaTLIbKNoE7PW5nU7Ik0J98a-uziLxbx-SkA,11859 +django/contrib/gis/geoip/libgeoip.py,sha256=xGlSb6VVsykfxR1SH7XZ3HCcsnNdjgNoNzlcJTiOrJg,1075 +django/contrib/gis/geoip/prototypes.py,sha256=yCJmnHF3tpLGZVvj9t-CZHVm96rcEGL58cpNpqqcnMg,3943 +django/contrib/gis/geoip2/__init__.py,sha256=tim1qTPmkBDf7PiRj94T7v-N1NxRRHDYHp5t7hAY41s,790 +django/contrib/gis/geoip2/base.py,sha256=FmOMR6qQtwdsrarpqSWXwx1cvwpQntTsQdoVlvOQCiw,9054 +django/contrib/gis/geoip2/resources.py,sha256=BAG8utbkbQvhA80L7Z0xq3ybz6EunKSxQZWnDW-Bm1A,601 +django/contrib/gis/geometry/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/gis/geometry/regex.py,sha256=fzA55sGq-Zy7KDEqV1o15vpJtZtg0R7iuItOKeECObg,675 +django/contrib/gis/geometry/backend/__init__.py,sha256=y0bUemX1S4buVX-J55q6yEoRP3z9bhTzyA1QrWVkioo,767 +django/contrib/gis/geometry/backend/geos.py,sha256=CjvO-y_D10oiTg5ptcsLC8Nz1JYMS11OriJA4fwrDBo,151 +django/contrib/gis/geos/LICENSE,sha256=CL8kt1USOK4yUpUkVCWxyuua0PQvni0wPHs1NQJjIEU,1530 +django/contrib/gis/geos/__init__.py,sha256=9QpevOmkdRufju9fZ-67Wo6u7gJRGWdQRPz22gCyGNk,771 +django/contrib/gis/geos/base.py,sha256=WoVqKsE5FlCNh6ZH6vxe1dPikGQ_xj_QLUbTNwIvebg,1280 +django/contrib/gis/geos/collections.py,sha256=yeqV4kCckfa9E3ffhmFZ2tOGaz0ougSLEw96Vvf9ZgU,5159 +django/contrib/gis/geos/coordseq.py,sha256=yKwXFWyNVDyOTaGcYnv-SgMCjrZO0EOYOkkpIP9wOHo,5482 +django/contrib/gis/geos/error.py,sha256=r3SNTnwDBI6HtuyL3mQ_iEEeKlOqqqdkHnhNoUkMohw,104 +django/contrib/gis/geos/factory.py,sha256=EIh7R5Yr_xl5SkRt47_I7bsxpAMDtMnzFrmCvpXNjoI,994 +django/contrib/gis/geos/geometry.py,sha256=rOD56Mur4A93OfI5dcj6WlsOFmgW-ym0_QR7ehXMyV4,25193 +django/contrib/gis/geos/io.py,sha256=iV3AVOMTpO-ANizYDONFze_gcYtia0ovr7wHx3U-SaM,819 +django/contrib/gis/geos/libgeos.py,sha256=frDdE1CyocrmGQ5D1RO6pVm5tLPJdW92MGN1h0vfPIU,6216 +django/contrib/gis/geos/linestring.py,sha256=Ira74YD5HLJPRWzZIrWQW9zHbQ-ysrXupnoklUMfK5s,6019 +django/contrib/gis/geos/mutable_list.py,sha256=VskJvrR8E0n3HVsxVR_QRafR-J9gBRFsGIZ9zs_80Sw,10716 +django/contrib/gis/geos/point.py,sha256=m0T4Eyn8KvCna-GZsvgttqEo9gHS9vggyK-3EgQMZ2k,5969 +django/contrib/gis/geos/polygon.py,sha256=-WneUt74l2kepN9GmQJjcj1IqX4-5C6PHQjZIxsKGg0,6932 +django/contrib/gis/geos/prepared.py,sha256=ebjIq1f1vPamqtGoj3FiX5W82BBk1snn2a3SoSirx_c,1734 +django/contrib/gis/geos/prototypes/__init__.py,sha256=eXx7fJz589Cm4SmZnUBeWCC3-mpUyvOMUFrAmdfB-74,1279 +django/contrib/gis/geos/prototypes/coordseq.py,sha256=EU8JW5-CboFoBg66hzj-EykYqbEkyjLqnffDi2ru7ms,3049 +django/contrib/gis/geos/prototypes/errcheck.py,sha256=qRhBXF8FfezhbQdLfvL4I4zYj83KXJg-dQyjq2ZEhro,2954 +django/contrib/gis/geos/prototypes/geom.py,sha256=h81UcatNyjMCU_SPgFrke2UK53Jx5neDUZnYwK4gXuA,4171 +django/contrib/gis/geos/prototypes/io.py,sha256=Wra2LsOHc7T5x8lwsgKJZLr4DgHhWJQOm3y34ZbWL0I,10564 +django/contrib/gis/geos/prototypes/misc.py,sha256=W1O0vkWKZ8X3c4TiuTLL8U7Pr8iPP83SnEuRolESnng,1300 +django/contrib/gis/geos/prototypes/predicates.py,sha256=mUoPe2_xJpHlwtQaopQqNfLCfB52lIg_W-wF7qzTD9c,1587 +django/contrib/gis/geos/prototypes/prepared.py,sha256=LJ9LkGLLGbg09BNwVVGRtVOPOI31LuxmEq24vNDp3Bg,1184 +django/contrib/gis/geos/prototypes/threadsafe.py,sha256=gVLCtXlJKmiLWc8NidhtSRhkvftU3cFReilvopYMi_M,2859 +django/contrib/gis/geos/prototypes/topology.py,sha256=u4rvak8vjzIzwNkzL_nZg5AbInQFTATdGHaHum34VpY,2237 +django/contrib/gis/locale/af/LC_MESSAGES/django.mo,sha256=TN3GddZjlqXnhK8UKLlMoMIXNw2szzj7BeRjoKjsR5c,470 +django/contrib/gis/locale/af/LC_MESSAGES/django.po,sha256=XPdXaQsZ6yDPxF3jVMEI4bli_5jrEawoO-8DHMk8Q_A,1478 +django/contrib/gis/locale/ar/LC_MESSAGES/django.mo,sha256=srPhDKGm9tGrfxjUcbIfUbroGP5oh90Ok4hRZMEu0gM,2500 +django/contrib/gis/locale/ar/LC_MESSAGES/django.po,sha256=gQsRymv31wFvEM5Y256kn0UPwdsYrPWPXWtbUKkq7eg,2705 +django/contrib/gis/locale/ast/LC_MESSAGES/django.mo,sha256=gk5S-u3FGlSbCYKgE_tV_3nc-YyXJ_LQAMo_yXd0NIE,850 +django/contrib/gis/locale/ast/LC_MESSAGES/django.po,sha256=r6wdkgJnnuxHGgK1jwF_JUIIy77T13hPE5zLMT5_lzU,1729 +django/contrib/gis/locale/az/LC_MESSAGES/django.mo,sha256=bIPhhXkJkj8sNtLXz0QzqjsvDmLGqZcLkk8W1XkZ7pU,1211 +django/contrib/gis/locale/az/LC_MESSAGES/django.po,sha256=E5cYEZlGlX5TXKDabQQO1XP4R3zvDvsiYJ5MBYK48CU,1846 +django/contrib/gis/locale/be/LC_MESSAGES/django.mo,sha256=_2pPWfzf3aHBFQWtUdSTq12ZfiC2ZUTqVIFh96llaOg,2100 +django/contrib/gis/locale/be/LC_MESSAGES/django.po,sha256=MXLwjzeutNLa9mW77CckNJA_5jPyztVyFYGJs_UtKbg,2419 +django/contrib/gis/locale/bg/LC_MESSAGES/django.mo,sha256=924RfPPHIKXj7G1sqDKemQ6I3MgO3gk_UWUdLn0Vgt0,2535 +django/contrib/gis/locale/bg/LC_MESSAGES/django.po,sha256=lSnUJcxU3S6ppfGxKbZZsvbAZiNLGL4pxALXOoJ_7ho,2747 +django/contrib/gis/locale/bn/LC_MESSAGES/django.mo,sha256=Pqr11Jr_Cf20xz87CgFfvjZyIpFlUu3CPR6ou0fm20A,1070 +django/contrib/gis/locale/bn/LC_MESSAGES/django.po,sha256=cSqGDUGLMU9ev_VlUKyrO6Rph3LvPXeYNAw38QWRMds,1974 +django/contrib/gis/locale/br/LC_MESSAGES/django.mo,sha256=dKdyM_SsEERl7fEYUej6idqQpQVVm2oeBdQwzcxGU8s,466 +django/contrib/gis/locale/br/LC_MESSAGES/django.po,sha256=mcr1XLHBS7WvX4S086rope0RX_WhkpZd93t-1S9A0O0,1512 +django/contrib/gis/locale/bs/LC_MESSAGES/django.mo,sha256=18OwW8plE5lhvuYChfinuAvGcV_-4ySDlysrs42Rnik,1308 +django/contrib/gis/locale/bs/LC_MESSAGES/django.po,sha256=ngSXza_LG67k5oiPnpagjYsm3KOEVVxqcfDOPa7lEXw,1950 +django/contrib/gis/locale/ca/LC_MESSAGES/django.mo,sha256=bYeJTrpVzruhbCo-f5o27NjtwCo-zuZn7owXqwoIvL0,2117 +django/contrib/gis/locale/ca/LC_MESSAGES/django.po,sha256=V_utVQ8s5Me4y8V5-GYvx0CaBDLN5zz2bfOLpKfbAMs,2381 +django/contrib/gis/locale/cs/LC_MESSAGES/django.mo,sha256=ePQhHKzFqkCn4_Hj88JMMU4vaquQiQUA-XXDG82A8ec,2146 +django/contrib/gis/locale/cs/LC_MESSAGES/django.po,sha256=0xVlAKkhteRks5EejpkLPZCKLmQ0vl9lALSoHdWqjNA,2341 +django/contrib/gis/locale/cy/LC_MESSAGES/django.mo,sha256=Mf8PLijc-4AKqj9vPrRsSLxtF0OCy8xcePm1kKzBACo,1430 +django/contrib/gis/locale/cy/LC_MESSAGES/django.po,sha256=hSPHQb3Di4qE_y85RW5cKlzsrWaTYOakTrHYm1nKBuA,1945 +django/contrib/gis/locale/da/LC_MESSAGES/django.mo,sha256=XAk3_GtszExhC7J2KD6H1QzHf9CoTidRiirBfyd599I,2007 +django/contrib/gis/locale/da/LC_MESSAGES/django.po,sha256=s1eiV28xSGtafZrwDEbQvL3bWBTyw9aftVWHkvr8I3I,2243 +django/contrib/gis/locale/de/LC_MESSAGES/django.mo,sha256=fnejUTgC7ZTsGblqXTbXWVXm5C9W_A5F6kyedrwXLI4,2075 +django/contrib/gis/locale/de/LC_MESSAGES/django.po,sha256=5hj9zoyDKp4QrajcGI92KDa4TPFkY994NjheSMqLIOQ,2221 +django/contrib/gis/locale/dsb/LC_MESSAGES/django.mo,sha256=ry6fUE5afxDCbIpNPDx7VCCGjS3TofuN7mPtjeN47yM,2187 +django/contrib/gis/locale/dsb/LC_MESSAGES/django.po,sha256=A4F5bSLlf0CbJo-E3ABPFgBYumilow94hUuTQKfSdxY,2298 +django/contrib/gis/locale/el/LC_MESSAGES/django.mo,sha256=_TSb_egMnGXoLqMVWXAI1xTwJ5FzRt-6M3xEp4waOr4,2609 +django/contrib/gis/locale/el/LC_MESSAGES/django.po,sha256=pJNGVVJ5rSzNW_7PeGCAyJoHe9mAw127KuTC2PGUFAw,2970 +django/contrib/gis/locale/en/LC_MESSAGES/django.mo,sha256=U0OV81NfbuNL9ctF-gbGUG5al1StqN-daB-F-gFBFC8,356 +django/contrib/gis/locale/en/LC_MESSAGES/django.po,sha256=t8GMUSXI8FXkoDBz9qIgt3CF-z3OqzphMHd4PMDj4m0,2322 +django/contrib/gis/locale/en_AU/LC_MESSAGES/django.mo,sha256=IPn5kRqOvv5S7jpbIUw8PEUkHlyjEL-4GuOANd1iAzI,486 +django/contrib/gis/locale/en_AU/LC_MESSAGES/django.po,sha256=x_58HmrHRia2LoYhmmN_NLb1J3f7oTDvwumgTo0LowI,1494 +django/contrib/gis/locale/en_GB/LC_MESSAGES/django.mo,sha256=SsieTzWUGLxjbQNAlbLei2bVaDjUckvh07CXZvOMQYU,1369 +django/contrib/gis/locale/en_GB/LC_MESSAGES/django.po,sha256=GjH1sFqfPeQxl1XTNm-BZA90w6qFRBuvwS8bU96m9CU,1955 +django/contrib/gis/locale/eo/LC_MESSAGES/django.mo,sha256=bBZ5Vd6VgCZBab-QPfiZXmxUxxBaLKDOqg5T-FT5Nws,2054 +django/contrib/gis/locale/eo/LC_MESSAGES/django.po,sha256=0PV-8OaokLNnBBQGTHkWEV5KTj07vb0UjQdqEnDNvwc,2243 +django/contrib/gis/locale/es/LC_MESSAGES/django.mo,sha256=fMigfWURxshj0fFjLlC4EVjvW0yVojRR6RRikhrmvxE,2126 +django/contrib/gis/locale/es/LC_MESSAGES/django.po,sha256=cHCCgcUEUPZ1Q1KLg1fROtQYQzjGrcCy5lnhdEow3zc,2487 +django/contrib/gis/locale/es_AR/LC_MESSAGES/django.mo,sha256=aG79nhPIiKlzVH-6KdP78Nbrx3Lh0nSUTz28ibRO4Dg,2126 +django/contrib/gis/locale/es_AR/LC_MESSAGES/django.po,sha256=1Q8eZ6cVd_v3W84ZjZX2Lp8pIcSPkJxmUF_J_Cx8_5k,2270 +django/contrib/gis/locale/es_CO/LC_MESSAGES/django.mo,sha256=ZfZ2Sv8GfhB3jLw5Iip-rGZNpsCwGooj7D0AZMECQOE,1936 +django/contrib/gis/locale/es_CO/LC_MESSAGES/django.po,sha256=IXcU4qtjiOAwsfjo6THEjzg_iUs0vumsvszAvZfdPBk,2420 +django/contrib/gis/locale/es_MX/LC_MESSAGES/django.mo,sha256=Y3bKCWTsAB3g3xyYealejjylQPVHFgX9uJ6-deOBhOg,1441 +django/contrib/gis/locale/es_MX/LC_MESSAGES/django.po,sha256=o2pcxOhBJ6klNB23Yq0_EHmUxbwEXsdSQhgPouYVH5c,2001 +django/contrib/gis/locale/es_VE/LC_MESSAGES/django.mo,sha256=5YVIO9AOtmjky90DAXVyU0YltfQ4NLEpVYRTTk7SZ5o,486 +django/contrib/gis/locale/es_VE/LC_MESSAGES/django.po,sha256=R8suLsdDnSUEKNlXzow3O6WIT5NcboZoCjir9GfSTSQ,1494 +django/contrib/gis/locale/et/LC_MESSAGES/django.mo,sha256=1Xv6WHnEQoIxlVNLhEIEUj0n56khfW7DYTMfEONuzjA,2038 +django/contrib/gis/locale/et/LC_MESSAGES/django.po,sha256=eOnRfoNooVpmLxrtz1iRYnHafVJXIpcvd4Dtp4e0UNI,2310 +django/contrib/gis/locale/eu/LC_MESSAGES/django.mo,sha256=zfZHqxOaNtQ8eR2dFbTyGjty7cUeLND5a64i33j4_Kw,1351 +django/contrib/gis/locale/eu/LC_MESSAGES/django.po,sha256=AToKpqu0jMpRjJRiOjHrc3l3UTQi1-9BY3KstiHXj_g,1899 +django/contrib/gis/locale/fa/LC_MESSAGES/django.mo,sha256=_aD31QDBpRg9ceIFlHsynhkjD-G2Myzb65qCxYf8ShI,2351 +django/contrib/gis/locale/fa/LC_MESSAGES/django.po,sha256=ItrjnJOg7CdOcndm_DrBbMxcmKHmJ_u53wfhAGdYX9Y,2653 +django/contrib/gis/locale/fi/LC_MESSAGES/django.mo,sha256=GOeIcJOZqeGWQ6KGvOgPHWXi1tXYneSIHVgk5V4NcwQ,2005 +django/contrib/gis/locale/fi/LC_MESSAGES/django.po,sha256=9FagRkuIh6hzhVDFP9CAOS75cN3U_uMpcUQVcpQcgvs,2180 +django/contrib/gis/locale/fr/LC_MESSAGES/django.mo,sha256=pPzEEeZdK21iQ5TYmxziDE0HHd0sI2C7K-ih9B6cszs,2157 +django/contrib/gis/locale/fr/LC_MESSAGES/django.po,sha256=4V8q_qEKvGrg5TrbCcUlbjRYEiQEXgHuOQq5OXA0fiY,2354 +django/contrib/gis/locale/fy/LC_MESSAGES/django.mo,sha256=2kCnWU_giddm3bAHMgDy0QqNwOb9qOiEyCEaYo1WdqQ,476 +django/contrib/gis/locale/fy/LC_MESSAGES/django.po,sha256=7ncWhxC5OLhXslQYv5unWurhyyu_vRsi4bGflZ6T2oQ,1484 +django/contrib/gis/locale/ga/LC_MESSAGES/django.mo,sha256=4p2fWyQYPzgfFDC0uioOKcMt6kjteozC5YbmhVH_b8o,1420 +django/contrib/gis/locale/ga/LC_MESSAGES/django.po,sha256=b6ViquALIygZhpkHByK_TaFrPwsrBM2SVxBJEkuGJf0,2013 +django/contrib/gis/locale/gd/LC_MESSAGES/django.mo,sha256=XoISLuhOCYGSldEwp_8BHiY-ZC9wuFgrzkpucJIF4H8,2196 +django/contrib/gis/locale/gd/LC_MESSAGES/django.po,sha256=ASRUc-HfsuK5LogYvl-r3xoa_rxlVCYLbHQef5c2dy0,2308 +django/contrib/gis/locale/gl/LC_MESSAGES/django.mo,sha256=K_7vnHR4AK4ctB83vNRY2ibsfHhlsWil27FXSfcEEjQ,1421 +django/contrib/gis/locale/gl/LC_MESSAGES/django.po,sha256=NMzRi33TjyEOrDgxx4ojZqoOOk4tYRNepMgiKsahS98,2051 +django/contrib/gis/locale/he/LC_MESSAGES/django.mo,sha256=5eyNcQRIOLo260HTaQ2IaP3aFGrmOfTrEceJXXklZKc,2226 +django/contrib/gis/locale/he/LC_MESSAGES/django.po,sha256=lFKi6N8OR7hHszxKsiNwkbDRQAlyuH31Etgjv2gV5kc,2374 +django/contrib/gis/locale/hi/LC_MESSAGES/django.mo,sha256=QjFGL3gEoRTMGd5gpFCjMVe3kFE1hH-thyFsxQSMO8E,1818 +django/contrib/gis/locale/hi/LC_MESSAGES/django.po,sha256=EYyjDjDZcE_7nidQNDS49YO1KhQxrq-FayYYgumfeow,2417 +django/contrib/gis/locale/hr/LC_MESSAGES/django.mo,sha256=kng2KZV3rph6fCNaGWFwBkZLRFJg1ft96MdJl9ROuq8,1474 +django/contrib/gis/locale/hr/LC_MESSAGES/django.po,sha256=0lpW54dV3w0Fol2hXG2tuUIC7dLfwQr3ybLuMTS0RnY,2115 +django/contrib/gis/locale/hsb/LC_MESSAGES/django.mo,sha256=F2lDUn_IOJ72BVK1zPivyau8H422vFOht8BtwcwcHVk,2161 +django/contrib/gis/locale/hsb/LC_MESSAGES/django.po,sha256=b0cgZMiH6peOFKP3Xmu8aLRsc37jaN54aMKZWHaoubc,2275 +django/contrib/gis/locale/hu/LC_MESSAGES/django.mo,sha256=mhXf_J7OT1IEAqwhOyBrgeh0IbYIB5z6oegAjZpsgw4,2027 +django/contrib/gis/locale/hu/LC_MESSAGES/django.po,sha256=Sglb0blQjXa6U6LmkAUIaRXl7Fk7kGR9eo8IGQKdRwA,2253 +django/contrib/gis/locale/ia/LC_MESSAGES/django.mo,sha256=hPKNztgrP85PBqk5ALI0ZWcKr0ebx2RDhYih4XKszag,1404 +django/contrib/gis/locale/ia/LC_MESSAGES/django.po,sha256=RBev-tZdrx25xJjqL_gBzyty_iL8M9_a-gS7DA88MnM,1954 +django/contrib/gis/locale/id/LC_MESSAGES/django.mo,sha256=wmR7UBMcwLqfsQW-QzcXG6BIhL3KQ6jto6S9dHTZgUs,1564 +django/contrib/gis/locale/id/LC_MESSAGES/django.po,sha256=GCoIvoXprEAabQnNDsH8sCQnbuJ5Af2k8qCJNMjnO2A,2164 +django/contrib/gis/locale/io/LC_MESSAGES/django.mo,sha256=_yUgF2fBUxVAZAPNw2ROyWly5-Bq0niGdNEzo2qbp8k,464 +django/contrib/gis/locale/io/LC_MESSAGES/django.po,sha256=fgGJ1xzliMK0MlVoV9CQn_BuuS3Kl71Kh5YEybGFS0Y,1472 +django/contrib/gis/locale/is/LC_MESSAGES/django.mo,sha256=hOP4a4uXBuhWDsgg-qwV1ty_eTvnohB8Qag0Lkj24Ts,1317 +django/contrib/gis/locale/is/LC_MESSAGES/django.po,sha256=GV5l_f7mqxN_srCqlbfw12KfUz4S4ik_NLKnOJQX1p4,1910 +django/contrib/gis/locale/it/LC_MESSAGES/django.mo,sha256=hEaOd7W6wKkAewk9qw0A6UOtYsWLkJBjkZtZVpKqeHE,2075 +django/contrib/gis/locale/it/LC_MESSAGES/django.po,sha256=wDEW5U7EZdZ-ZNBj57sfONaTY21ijTCNHl_8mXs6t1I,2369 +django/contrib/gis/locale/ja/LC_MESSAGES/django.mo,sha256=zx9nU4lO-jNzfJU32hb0uUgH2vvhIrzlA0T4ooMiq0Y,2207 +django/contrib/gis/locale/ja/LC_MESSAGES/django.po,sha256=bYCvm7M4P9gKsnD5ILBzDEF_27Fz7HaoQrTstWyGd_k,2364 +django/contrib/gis/locale/ka/LC_MESSAGES/django.mo,sha256=nm2kHQAAisWepZ3xWjj3HvLFtRcggfswmQgfaL08Za0,2103 +django/contrib/gis/locale/ka/LC_MESSAGES/django.po,sha256=fOKJxh7Sr86O85K6lp1tyh-_EDMDGsf_x6mnc4aASFE,2664 +django/contrib/gis/locale/kk/LC_MESSAGES/django.mo,sha256=XpmlIbxfXzlVjLxZ9uaHryqCQOUy310CXR0ZP83PTak,1349 +django/contrib/gis/locale/kk/LC_MESSAGES/django.po,sha256=S8c9d-zgSrfBg0YjfcArZDK57F9gWJdWkuL9KopsGPw,2019 +django/contrib/gis/locale/km/LC_MESSAGES/django.mo,sha256=T0aZIZ_gHqHpQyejnBeX40jdcfhrCOjgKjNm2hLrpNE,459 +django/contrib/gis/locale/km/LC_MESSAGES/django.po,sha256=7ARjFcuPQJG0OGLJu9pVfSiAwc2Q-1tT6xcLeKeom1c,1467 +django/contrib/gis/locale/kn/LC_MESSAGES/django.mo,sha256=EkJRlJJSHZJvNZJuOLpO4IIUEoyi_fpKwNWe0OGFcy4,461 +django/contrib/gis/locale/kn/LC_MESSAGES/django.po,sha256=NM3FRy48SSVsUIQc8xh0ZKAgTVAP8iK8elp7NQ6-IdE,1469 +django/contrib/gis/locale/ko/LC_MESSAGES/django.mo,sha256=APjtS8VL6KYLIoLJhH970mYTO5VuFXVv7nYc2M8PKMQ,2059 +django/contrib/gis/locale/ko/LC_MESSAGES/django.po,sha256=8U7j6MSRobZo5wwxpG8F6j4nWhdjNM8HrWCCvD2vWwA,2293 +django/contrib/gis/locale/lb/LC_MESSAGES/django.mo,sha256=XAyZQUi8jDr47VpSAHp_8nQb0KvSMJHo5THojsToFdk,474 +django/contrib/gis/locale/lb/LC_MESSAGES/django.po,sha256=5rfudPpH4snSq2iVm9E81EBwM0S2vbkY2WBGhpuga1Q,1482 +django/contrib/gis/locale/lt/LC_MESSAGES/django.mo,sha256=-xP-JxBNNoKPwSPoB1snK9BOlAiyh4aIkhmGcekG33A,2120 +django/contrib/gis/locale/lt/LC_MESSAGES/django.po,sha256=A9hVQY7QwG7bNG8NEDoZs0P05CCBs9ECSRTx5RlT_nE,2348 +django/contrib/gis/locale/lv/LC_MESSAGES/django.mo,sha256=3SIC-_BNadT6n2T7i0OJRH_LYQfaYxZ6ah2wIg37tZ0,1284 +django/contrib/gis/locale/lv/LC_MESSAGES/django.po,sha256=w39V1TFfcC7IqPI6Y3HIOOJBaFG0KE77kX6JMxCJnPc,1923 +django/contrib/gis/locale/mk/LC_MESSAGES/django.mo,sha256=PyHgriOOrO7qY147sm3O8Y5428YmUWMm8L-dP7gpso8,2717 +django/contrib/gis/locale/mk/LC_MESSAGES/django.po,sha256=DXYD3s9g_N9bww-gm2PwkURcHScxhVhHFJcftDcNkTc,3018 +django/contrib/gis/locale/ml/LC_MESSAGES/django.mo,sha256=G41-WcWBI54OrAQAhtm5yqVa-r_xjnkOdpRP5vc22rQ,2049 +django/contrib/gis/locale/ml/LC_MESSAGES/django.po,sha256=d7Sk7okJI8toCHMX-71VWlsNtaSLfQCi514wr6xhLog,2648 +django/contrib/gis/locale/mn/LC_MESSAGES/django.mo,sha256=0m7kyAB0ZsT9Sm1-9eFlex606_RUtU0kTdfHIMtdagY,2521 +django/contrib/gis/locale/mn/LC_MESSAGES/django.po,sha256=7S-qDh4p3TSOJuYDIYygxxV1W0f_nIk6J3TAoMRRte4,2852 +django/contrib/gis/locale/mr/LC_MESSAGES/django.mo,sha256=sO2E__g61S0p5I6aEwnoAsA3epxv7_Jn55TyF0PZCUA,468 +django/contrib/gis/locale/mr/LC_MESSAGES/django.po,sha256=McWaLXfWmYTDeeDbIOrV80gwnv07KCtNIt0OXW_v7vw,1476 +django/contrib/gis/locale/my/LC_MESSAGES/django.mo,sha256=i6JlVxP_finJ6vMVsv_csixtZa1qGs3ezVJZDIsE7G8,461 +django/contrib/gis/locale/my/LC_MESSAGES/django.po,sha256=eqtpOzHodtyr15aVOVVMtirg6XSUm6n7BsQpSIZ6D2k,1469 +django/contrib/gis/locale/nb/LC_MESSAGES/django.mo,sha256=f_-t0GP95HOY6jjcUCoEkn-1-WzbQmg31CjwP29UV8Q,1992 +django/contrib/gis/locale/nb/LC_MESSAGES/django.po,sha256=3hQOZnHX3zOrtW-h4QSiPuMpExmeeDnOVeFlHfVxPMY,2200 +django/contrib/gis/locale/ne/LC_MESSAGES/django.mo,sha256=Dk04PWE9RfSH5hXHuxMD9RlKkpxif4fBvDro78E3oAU,982 +django/contrib/gis/locale/ne/LC_MESSAGES/django.po,sha256=Ny5WSTwqQVDLIRzyz06HXJCyIOrQv3vqKr2hiMOSGlY,1870 +django/contrib/gis/locale/nl/LC_MESSAGES/django.mo,sha256=VP8meurlaJMn2FLPlKhlhNmOySf6S1_7hOYorv0gO04,2071 +django/contrib/gis/locale/nl/LC_MESSAGES/django.po,sha256=qMlYmtnsV2hCimOa-HmfMX_2XkI_JLC45nYlVg5A61Y,2408 +django/contrib/gis/locale/nn/LC_MESSAGES/django.mo,sha256=H0YEQOOFdTp27NFu9DRMOtT094NOVOdU4aVQzpExjbk,1202 +django/contrib/gis/locale/nn/LC_MESSAGES/django.po,sha256=98WkclJk8jvKWzo3WdiUCvktGDMoFaPn94-zVQHMweQ,1841 +django/contrib/gis/locale/os/LC_MESSAGES/django.mo,sha256=DVhxzoCXrMlG55oxR72ePXv0whLkTDmNA0vv4nwJyWk,1594 +django/contrib/gis/locale/os/LC_MESSAGES/django.po,sha256=0kmOZnYC3yrGEdGG27E8DKLE8ZfjLaYmLU933upH4MI,2206 +django/contrib/gis/locale/pa/LC_MESSAGES/django.mo,sha256=D4hrmA7cdtzYXE7zv2TTE-Wv54eDc2oy1ycRog6wy1Y,1265 +django/contrib/gis/locale/pa/LC_MESSAGES/django.po,sha256=hwzDQWqLbUCm7oor5U41YDDnmRFU-LJPdlDkMm5Rogw,2038 +django/contrib/gis/locale/pl/LC_MESSAGES/django.mo,sha256=gDQkB4UeAlkMxvVI3KiLTmYf2D_NILdbapb2gGeUmpI,2144 +django/contrib/gis/locale/pl/LC_MESSAGES/django.po,sha256=8n3gRRT7Fo456_GhbzsaUErnjaB7eq4dp3yr9pUr414,2443 +django/contrib/gis/locale/pt/LC_MESSAGES/django.mo,sha256=97DtEU7Op4enQiCGfsgbB7rcnXFxVu6v_2tgZmc4KJY,2107 +django/contrib/gis/locale/pt/LC_MESSAGES/django.po,sha256=rCq39JViNPVSI9fhALWapcgf1Lh7U1B7UEgP6EduA70,2508 +django/contrib/gis/locale/pt_BR/LC_MESSAGES/django.mo,sha256=hvbpciF11kbao7pvwgvuk5-anWQdK7fAL3OZbytofPA,2089 +django/contrib/gis/locale/pt_BR/LC_MESSAGES/django.po,sha256=_RBqtN2gh811Od8oLzjYPkFrNkaFg0t3njvLkmFL13c,2396 +django/contrib/gis/locale/ro/LC_MESSAGES/django.mo,sha256=uC1jNngMxWnek0coS0kye_lwEQ6XQBZuRBq-LuzBXoE,2137 +django/contrib/gis/locale/ro/LC_MESSAGES/django.po,sha256=j_pw9xn1o4JM-MWZHXIIxCVmQnvd9bvc1xn47HltKL8,2366 +django/contrib/gis/locale/ru/LC_MESSAGES/django.mo,sha256=jA1J1r6EJhDppnoYah-eFnQohK_V4X0Atk5HbB1B6yA,2693 +django/contrib/gis/locale/ru/LC_MESSAGES/django.po,sha256=CAIpMaq48oTE-7RnkOzSABDi32qc6YSx7tgW1Uh6BNo,2966 +django/contrib/gis/locale/sk/LC_MESSAGES/django.mo,sha256=_KPjIpGkbPPxENxvjpD7uuQ8KrftIbjjyAgaKGFZF2s,1445 +django/contrib/gis/locale/sk/LC_MESSAGES/django.po,sha256=WBI1HSQP2NUvGfA-fyHFsQ5H_UpiMDVoFqbypfDegho,2029 +django/contrib/gis/locale/sl/LC_MESSAGES/django.mo,sha256=ULjW98YyZiE-eYeTeK5OM8-H90PJPBbABo54Uzs0Www,2124 +django/contrib/gis/locale/sl/LC_MESSAGES/django.po,sha256=aX3WIzrv9G4jFUITKs4Gu54D3CdOK1Wp_3OEv2oU5lw,2303 +django/contrib/gis/locale/sq/LC_MESSAGES/django.mo,sha256=yN2zqnHSsUwA5PXtHyc22GrfOddi1kH8E129d4ZOCxY,1991 +django/contrib/gis/locale/sq/LC_MESSAGES/django.po,sha256=s1GuZW7ehuU1k9CTxW3V-aSNUSC24mqFEqLLoncEuIo,2218 +django/contrib/gis/locale/sr/LC_MESSAGES/django.mo,sha256=FP3g8KM9TIcYlxV2MC1PYxQNweapIVbWrczGYA8pSeY,1700 +django/contrib/gis/locale/sr/LC_MESSAGES/django.po,sha256=RorF4Snm_XHYZ0Jm_4VwJd4sn1ZG_cvjZF_Nzj0FGPo,2284 +django/contrib/gis/locale/sr_Latn/LC_MESSAGES/django.mo,sha256=aPYqeNT-S5-Z6u0tus-LkbensBr5tu2mnKOBTcgy7WA,1468 +django/contrib/gis/locale/sr_Latn/LC_MESSAGES/django.po,sha256=TgRDjKAg0dOetf5jumGtVER5sJSftWMtGDsaIOhZ3JY,2052 +django/contrib/gis/locale/sv/LC_MESSAGES/django.mo,sha256=o7LdeC-j1U5OsFYEosNLdf-Zb0YOGWgnO2RHClCdkto,1756 +django/contrib/gis/locale/sv/LC_MESSAGES/django.po,sha256=t4bEwbvy-Oa6emQa-EuT4CNQSWs5WqAUaNBoUt4G8Vs,2119 +django/contrib/gis/locale/sw/LC_MESSAGES/django.mo,sha256=KYi9kiehqrSEvVDVZll9u_cAg-FiPl6R40R8GlOrxUo,1426 +django/contrib/gis/locale/sw/LC_MESSAGES/django.po,sha256=XFSBnv51fl10Cqh0RYUE5MESJHIF1jl-Stsg25SHuu8,1934 +django/contrib/gis/locale/ta/LC_MESSAGES/django.mo,sha256=Rboo36cGKwTebe_MiW4bOiMsRO2isB0EAyJJcoy_F6s,466 +django/contrib/gis/locale/ta/LC_MESSAGES/django.po,sha256=sLYW8_5BSVoSLWUr13BbKRe0hNJ_cBMEtmjCPBdTlAk,1474 +django/contrib/gis/locale/te/LC_MESSAGES/django.mo,sha256=SvyNIoD6XD6mXqn7cJVlazNOmqh2bQAjrR33-I37g5g,824 +django/contrib/gis/locale/te/LC_MESSAGES/django.po,sha256=sBQQtHYmfEMadY9yyJzt_L5htX8Y8z0jtrHLpcKGIY0,1817 +django/contrib/gis/locale/th/LC_MESSAGES/django.mo,sha256=0P-ZWHQ5jc08wx6Wh0zpDDJFbtiLiIwWSvlQ1xx01xk,1835 +django/contrib/gis/locale/th/LC_MESSAGES/django.po,sha256=h4bDHYwex0yPfXH80-wEKZtyLuW-2-Z_9FHSwKJ_EU0,2478 +django/contrib/gis/locale/tr/LC_MESSAGES/django.mo,sha256=O9DsSAt_8g0QOkiIxmo4VIb9NNfRJUU8If7dVgT8coY,2091 +django/contrib/gis/locale/tr/LC_MESSAGES/django.po,sha256=Xr1i182DwVkzNUL7F1RVXu01GqXWcRaYI3yWY46wz2g,2320 +django/contrib/gis/locale/tt/LC_MESSAGES/django.mo,sha256=aVGr4Rd65oMUUVrVquzZGs01RtXVo_KJFjyZMYsAryI,1470 +django/contrib/gis/locale/tt/LC_MESSAGES/django.po,sha256=GjUgtlsJwBSpsURYPfVxJEyWM-X70RsJ_bwkInCPknk,2117 +django/contrib/gis/locale/udm/LC_MESSAGES/django.mo,sha256=I6bfLvRfMn79DO6bVIGfYSVeZY54N6c8BNO7OyyOOsw,462 +django/contrib/gis/locale/udm/LC_MESSAGES/django.po,sha256=B1PCuPYtNOrrhu4fKKJgkqxUrcEyifS2Y3kw-iTmSIk,1470 +django/contrib/gis/locale/uk/LC_MESSAGES/django.mo,sha256=rdI30WvK8LaspEsF5ccSKN-Rs-OnTdGOFq-ncW-ZP6c,2227 +django/contrib/gis/locale/uk/LC_MESSAGES/django.po,sha256=pjB7qJpKkD7e13-twkDGLelBYreiILDgnbyWOE688CE,2717 +django/contrib/gis/locale/ur/LC_MESSAGES/django.mo,sha256=_izdVjnobl931Pn55isUAaiQFwtkcb6ztYRr-fpxvms,1410 +django/contrib/gis/locale/ur/LC_MESSAGES/django.po,sha256=5Llc1FEGiYutLmNVDrUWXDlQmxc-Aw0NCsenER0k9oo,2052 +django/contrib/gis/locale/vi/LC_MESSAGES/django.mo,sha256=OuFx2WA6o9XGsArM08ZBUzeYNRYP3NdSW0o0EBUPawE,1379 +django/contrib/gis/locale/vi/LC_MESSAGES/django.po,sha256=HPHoBwdqrbYc2-Tu2OOi430oBq004RzM6ZSaakxRbVs,1997 +django/contrib/gis/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=38j_-DHo9zaxkPkOH-kIsBTmnhQQiPzfGGv1br-c418,1968 +django/contrib/gis/locale/zh_Hans/LC_MESSAGES/django.po,sha256=DmUH7D1E9M1Cz3p9YlLRd9c0r66z4uP1_A7tiGbv6XA,2328 +django/contrib/gis/locale/zh_Hant/LC_MESSAGES/django.mo,sha256=lTvOqcq8cDMJsjqjG7ujCEtb_nApXvdq-IYslcVjQaY,1468 +django/contrib/gis/locale/zh_Hant/LC_MESSAGES/django.po,sha256=awQE5UEktYKZzhY1ZlvWlrrT3zvZwCdUcCvcwa717fs,2087 +django/contrib/gis/management/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/gis/management/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/gis/management/commands/inspectdb.py,sha256=yWN2qCsqfXSp3TCVDGQYmrMTJ1wa5Jy12aqkgEiAVGw,760 +django/contrib/gis/management/commands/ogrinspect.py,sha256=EQByn43HB7eHXlwo6WPY_yIIwbQPMhYRCliQVH6eeHk,6020 +django/contrib/gis/maps/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/gis/maps/google/__init__.py,sha256=_r3SAP2pwNoaXvsA3mipmP87GqMvyYx9jfVlma54Fm4,2770 +django/contrib/gis/maps/google/gmap.py,sha256=R9jTPeaIS0sxumTa-CjhXo8JwbcE3VJyA3cj5QS_WUY,9223 +django/contrib/gis/maps/google/overlays.py,sha256=awUJiWhKMOQYq5uzZerPGzcsnjvDjuMPmOx7sJLCKKA,11950 +django/contrib/gis/maps/google/zoom.py,sha256=WlsuiE4EzXZ9LkhYeGAw-NboOHmF-6wvVr0s0jxRHvY,6676 +django/contrib/gis/maps/openlayers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/gis/serializers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/gis/serializers/geojson.py,sha256=2zR_wxu42x4lgBb4cT_99NrhnKEQhOg1aNNiOu5XjGY,3110 +django/contrib/gis/sitemaps/__init__.py,sha256=eVHUxfzw1VQn6bqH3D8bE471s8bNJSB3phuAI-zg9gA,138 +django/contrib/gis/sitemaps/kml.py,sha256=P4AV6v0ZCQvyp2FiBrYuIiXcKhZjNz-D1f0EaRNeqMw,2416 +django/contrib/gis/sitemaps/views.py,sha256=iqDwlbd_u4e_4tAsrk4qyweGQA5nw5XFdnsosp-CQCQ,2365 +django/contrib/gis/static/gis/js/OLMapWidget.js,sha256=BXF3ZmcsWA2dLarsDZHqNM6M5iUT-YXcp_jIO7mC7mg,15922 +django/contrib/gis/templates/gis/openlayers-osm.html,sha256=vlIBI3C5jNI0fQCh6I6fMZqhvin6wrTpjhRBwTSthlM,563 +django/contrib/gis/templates/gis/openlayers.html,sha256=RkeWSxejJvfJgQBT4yRs3di4vj-NFqP22QCRocgVUc8,1726 +django/contrib/gis/templates/gis/admin/openlayers.html,sha256=GsjT4sNA-2iHRe7PJKsBIGDEAa29vGXwFNNACowj1lw,1867 +django/contrib/gis/templates/gis/admin/openlayers.js,sha256=KoT3VUMAez9-5QoT5U6OJXzt3MLxlTrJMMwINjQ_k7M,8975 +django/contrib/gis/templates/gis/admin/osm.html,sha256=yvYyZPmgP64r1JT3eZCDun5ENJaaN3d3wbTdCxIOvSo,111 +django/contrib/gis/templates/gis/admin/osm.js,sha256=0wFRJXKZ2plp7tb0F9fgkMzp4NrKZXcHiMkKDJeHMRw,128 +django/contrib/gis/templates/gis/google/google-map.html,sha256=zAb2GmzCS0orpXR-0MUC9WjdPqDX6CrydKxftHHyU-U,621 +django/contrib/gis/templates/gis/google/google-map.js,sha256=Fj2dCnpJ00EDAlycFTHkPX3mvC0NGziGphxQiSwGcvw,3629 +django/contrib/gis/templates/gis/google/google-multi.js,sha256=OyVSNo-5gv13GF1NlzpJ9LNYhv8BYZg03zXwd1yOk6A,218 +django/contrib/gis/templates/gis/google/google-single.js,sha256=6U4W5qPsUavouB1lDRulQR1cHelBhLGM_njYmHF9jp4,123 +django/contrib/gis/templates/gis/kml/base.kml,sha256=VYnJaGgFVHRzDjiFjbcgI-jxlUos4B4Z1hx_JeI2ZXU,219 +django/contrib/gis/templates/gis/kml/placemarks.kml,sha256=TEC81sDL9RK2FVeH0aFJTwIzs6_YWcMeGnHkACJV1Uc,360 +django/contrib/gis/utils/__init__.py,sha256=HY_gjBtgpPgyJ3bkWQPtIcLn5EWOZa-xVsiZpqHsdcA,716 +django/contrib/gis/utils/layermapping.py,sha256=pAzT28FrbJqrAD3qrU3n1ZtHwoTFkA9XC2z8Xh7Y0sU,27371 +django/contrib/gis/utils/ogrinfo.py,sha256=P1TzZXkazsH5hkkxYhXlMAvq58MDgGOKsOn0YD0vkL4,1935 +django/contrib/gis/utils/ogrinspect.py,sha256=RM8pp2B3D3f8d0uY1nO6OmxWW6UrQQSwvb6gct-yyDU,9090 +django/contrib/gis/utils/srs.py,sha256=65GGa4XZaI1_1YoNJR4dH-mjIT5DdNLgSr9tDBmtyik,3041 +django/contrib/gis/utils/wkt.py,sha256=MXcfU-wHrkFaA_rb0UXFP4YJE5cjP72NStMg4isgr7Q,2148 +django/contrib/humanize/__init__.py,sha256=88gkwJxqbRpmigRG0Gu3GNQkXGtTNpica4nf3go-_cI,67 +django/contrib/humanize/apps.py,sha256=L-ESiKYug_PuyzM7DgI_6W2tzw19Cd3ALXRafXMFE5Q,195 +django/contrib/humanize/locale/af/LC_MESSAGES/django.mo,sha256=CeuKxmXn3PSw7eh7O_0bC4NUBVmOhdDcOsnsYycLD44,470 +django/contrib/humanize/locale/af/LC_MESSAGES/django.po,sha256=_77Io7jI-3P2kHpR-ZFd8jw0B1kQxhLiUWR3B2Bud8g,4726 +django/contrib/humanize/locale/ar/LC_MESSAGES/django.mo,sha256=zgJTK6MliB_HmOwDrHGwwSqfQP6vVe6yf-oJ_t8oiEs,7691 +django/contrib/humanize/locale/ar/LC_MESSAGES/django.po,sha256=M_lRsiJsTa9yDyrYjwxIoZU3SrdIHgyb0Rs8bPrJZNY,11035 +django/contrib/humanize/locale/ast/LC_MESSAGES/django.mo,sha256=pxXssxjJM85Q05gkU-4nEkCv9zdQ9btKYwEwiWa4TPU,3468 +django/contrib/humanize/locale/ast/LC_MESSAGES/django.po,sha256=bDuBYIYMwlfpxwGbnp8CAfEWrrHY_1POc-yXlTAUZpI,5762 +django/contrib/humanize/locale/az/LC_MESSAGES/django.mo,sha256=XCMZ2M93p85ZzgooVm5-JzH2LNhhjxl_hKyRsGBztPU,1163 +django/contrib/humanize/locale/az/LC_MESSAGES/django.po,sha256=qmq3TEXvR3YhQ1E7XW4H9CCjo8wfwwh_goaV1eSj3mg,4933 +django/contrib/humanize/locale/be/LC_MESSAGES/django.mo,sha256=pyR-hKlFloFrF8W3VIX4OsXEUNPLpFiJcTK4zOIOFgk,6681 +django/contrib/humanize/locale/be/LC_MESSAGES/django.po,sha256=22dkXs8NqR6a_Cwj4_G0NUUyF2herEXeS7JUI6fbMBE,9256 +django/contrib/humanize/locale/bg/LC_MESSAGES/django.mo,sha256=WjtHihlkopJlVYS2I1OYHJUEceE6oTc32LThzE3Ty18,4645 +django/contrib/humanize/locale/bg/LC_MESSAGES/django.po,sha256=Wrnd-lc5uUolSxLXk-3f7rXhEYI_CPMmq1KFVgT2TT4,6684 +django/contrib/humanize/locale/bn/LC_MESSAGES/django.mo,sha256=FfMmSVcJ5kJFdMusBi8yNooa8X0rY_zEJxHuWgtbzig,4026 +django/contrib/humanize/locale/bn/LC_MESSAGES/django.po,sha256=TowjjRZ7zx25c4r4gXjgbkgkLr9OM4oOva_rxkw0VOk,6545 +django/contrib/humanize/locale/br/LC_MESSAGES/django.mo,sha256=RpxEa0BOJT2KhhPMIs-Rk_dmDeNQFNBtE9ENTqwG4QQ,4069 +django/contrib/humanize/locale/br/LC_MESSAGES/django.po,sha256=YCTxR8ht4AneiCiWyp-buKMC9Gh0nMpj73-hxTZzlFI,5957 +django/contrib/humanize/locale/bs/LC_MESSAGES/django.mo,sha256=DHQrsMW4mwpBtrm8G26JZMoPq9KOU7m0xtuKlodgpA4,1416 +django/contrib/humanize/locale/bs/LC_MESSAGES/django.po,sha256=lVGigyqNk5bMX0L3-Fswd1jREcXKs01Osmc9sVy20dM,5498 +django/contrib/humanize/locale/ca/LC_MESSAGES/django.mo,sha256=mbcYLRQ-e7Vo69r-zj0J0U3ykkzHrkdGag6XZgm3Ags,4040 +django/contrib/humanize/locale/ca/LC_MESSAGES/django.po,sha256=1fPdbbMMbCQlUzOUzeUjLgqNlp43fdP8XNfQoL8nihw,6025 +django/contrib/humanize/locale/cs/LC_MESSAGES/django.mo,sha256=LetN0bt9eFpS7Si91jhK7jTn0Q8La2s_SPQWf_x-An4,4706 +django/contrib/humanize/locale/cs/LC_MESSAGES/django.po,sha256=BBxtjDwAzrjwEfRNW9OdOTE4ALgCxiVDlV6Gg9O4euQ,6976 +django/contrib/humanize/locale/cy/LC_MESSAGES/django.mo,sha256=V2_0HOdb4s75_8TrxsUsBwieIDUcRgk0jYKLQslpM-U,5241 +django/contrib/humanize/locale/cy/LC_MESSAGES/django.po,sha256=YkoxtIGNE_SZ2a4XH7Y0GICg3gb1zNdIsEy0h-_tTf8,7813 +django/contrib/humanize/locale/da/LC_MESSAGES/django.mo,sha256=mFLPN8OITzW0czNjWAuRpPntUCgfdYgpg-eU624JIzA,4108 +django/contrib/humanize/locale/da/LC_MESSAGES/django.po,sha256=MN-ahvTdcdVgI_mBso7kdLR7cC84wVlLnYPHBiRqgbQ,6120 +django/contrib/humanize/locale/de/LC_MESSAGES/django.mo,sha256=cSiSKa7XjY7T5IGyW9eBuNXzqNL53b2zW06mbcduhdo,4152 +django/contrib/humanize/locale/de/LC_MESSAGES/django.po,sha256=_4PA0sLu5jdCZedNDCxfiSHD_jmJVj5xaSJ2kuQc9Ts,6118 +django/contrib/humanize/locale/dsb/LC_MESSAGES/django.mo,sha256=kplpBllMy_IdmNH78hkMPdvItU5Qv3Y-pC19v6B_U0E,4544 +django/contrib/humanize/locale/dsb/LC_MESSAGES/django.po,sha256=jMDe2cgIB0umJd_fHivAyJhzCjrbx9CtkbiXbCVO4IU,7502 +django/contrib/humanize/locale/el/LC_MESSAGES/django.mo,sha256=TjEPOejsx0PnME6hZXMrmq0iyjDerysAPnYZiBwvz3k,5350 +django/contrib/humanize/locale/el/LC_MESSAGES/django.po,sha256=auXNJ620nhOxWz2YSGme81qvjmdtNPdIpOJc9LKol2M,7428 +django/contrib/humanize/locale/en/LC_MESSAGES/django.mo,sha256=U0OV81NfbuNL9ctF-gbGUG5al1StqN-daB-F-gFBFC8,356 +django/contrib/humanize/locale/en/LC_MESSAGES/django.po,sha256=nW6-ZxBRSythaZk2m3rEkPpT3YQWGcXjW7_f5iv9mPs,7038 +django/contrib/humanize/locale/en_AU/LC_MESSAGES/django.mo,sha256=dTndJxA-F1IE_nMUOtf1sRr7Kq2s_8yjgKk6mkWkVu4,486 +django/contrib/humanize/locale/en_AU/LC_MESSAGES/django.po,sha256=dVOlMtk3-d-KrNLM5Rji-Xrk6Y_n801ofjGQvxSu67M,4742 +django/contrib/humanize/locale/en_GB/LC_MESSAGES/django.mo,sha256=cAX3K-hu09KjUHhnrHiVv7ldvvijJz0hBFC6RB3Xuvo,3461 +django/contrib/humanize/locale/en_GB/LC_MESSAGES/django.po,sha256=flph2OFR_FBoKtZj4VeGbU1ZHV0Ahky2LyMz2OcXMPc,5801 +django/contrib/humanize/locale/eo/LC_MESSAGES/django.mo,sha256=9YOWGcK-jKxU5BdEH33mW_IsTmc3hGxSJCLuUIZRbGU,4107 +django/contrib/humanize/locale/eo/LC_MESSAGES/django.po,sha256=k6Y3mqVGT4gjirnIc5UwESFKMe2T1dT5wJm4vsesoXw,6016 +django/contrib/humanize/locale/es/LC_MESSAGES/django.mo,sha256=ezIPngwOQJS9LUlZU1iCzuwtEusPpuYKfbFCQl_WVts,4183 +django/contrib/humanize/locale/es/LC_MESSAGES/django.po,sha256=pKb3Xtb8GLvaJIEr0XWibw2GYIAZUlmy0A8m9xfkHmk,6306 +django/contrib/humanize/locale/es_AR/LC_MESSAGES/django.mo,sha256=w0dm4eDKhyETMjOD78-spiesfnA7Cm6ORFbNGBkK9Os,4265 +django/contrib/humanize/locale/es_AR/LC_MESSAGES/django.po,sha256=_IbSKKJbpm1_1n8CA3EYryGy7HVAp2ghy_NmvndVDLA,6245 +django/contrib/humanize/locale/es_CO/LC_MESSAGES/django.mo,sha256=3QkgkFEBiaBywwkU664YKKUbayPeVOrVt_MQEMeNY5E,4203 +django/contrib/humanize/locale/es_CO/LC_MESSAGES/django.po,sha256=h0hGeQjZ-Xvmm2UD3losylnT0cNb267KgXDBr6D2vHY,6326 +django/contrib/humanize/locale/es_MX/LC_MESSAGES/django.mo,sha256=BUQWyyIl0eLfBchT0F4kptFt97G3PETcGhkClw1-Ogc,3660 +django/contrib/humanize/locale/es_MX/LC_MESSAGES/django.po,sha256=8Mgz2791NSJsXLHphjS7N4i3g27hPi0JKSpLu2cc00o,5905 +django/contrib/humanize/locale/es_VE/LC_MESSAGES/django.mo,sha256=59fZBDut-htCj38ZUoqPjhXJPjZBz-xpU9__QFr3kLs,486 +django/contrib/humanize/locale/es_VE/LC_MESSAGES/django.po,sha256=HoyaA8heOTUfjmON-G5Y38wukQn31EXwqKZxPD1PDgQ,4742 +django/contrib/humanize/locale/et/LC_MESSAGES/django.mo,sha256=Gt5xnYxqenxqKprno_i59maYevPUOJjKFH24tUtUwuQ,4197 +django/contrib/humanize/locale/et/LC_MESSAGES/django.po,sha256=TDT_3TimtNWiiCrJfDKpbyhzMQxIrt2Yp-Lyxh1tD1Q,6213 +django/contrib/humanize/locale/eu/LC_MESSAGES/django.mo,sha256=DNAHsMqZeDvpXCE3kSnoPEQ2PuiGeyXGi068PqUWTBc,3382 +django/contrib/humanize/locale/eu/LC_MESSAGES/django.po,sha256=CzsOF9ZGy2NL_rx3yhur7kbifVZqFQZpLPvz-mCUGyM,5814 +django/contrib/humanize/locale/fa/LC_MESSAGES/django.mo,sha256=7g5NC-k_QLSlS1G46bmRNPJ8Cm6BzNUFkhmnC8tSeE4,3744 +django/contrib/humanize/locale/fa/LC_MESSAGES/django.po,sha256=qTLm8vbCP2rdCAjOVRdkO-Vly-1knmx2dzX5S_RxrIs,5473 +django/contrib/humanize/locale/fi/LC_MESSAGES/django.mo,sha256=gPRfAaQF9L3e064tESCFITbt0-4M_TGuKpEaOQg9l_8,4177 +django/contrib/humanize/locale/fi/LC_MESSAGES/django.po,sha256=Of2VJ2vWRHW2n2XSDXyOcBI9cFBJEI8x9QXwlVDUtJQ,6180 +django/contrib/humanize/locale/fr/LC_MESSAGES/django.mo,sha256=WgD7zmYQ39pkcK8BZ6BrDbEuuxJYv0wg6dlPrx2iqnc,4174 +django/contrib/humanize/locale/fr/LC_MESSAGES/django.po,sha256=MHISh-JhjmYFxBcARyczQwdfrLQF89TpqMMzofikxmY,6178 +django/contrib/humanize/locale/fy/LC_MESSAGES/django.mo,sha256=YQQy7wpjBORD9Isd-p0lLzYrUgAqv770_56-vXa0EOc,476 +django/contrib/humanize/locale/fy/LC_MESSAGES/django.po,sha256=pPvcGgBWiZwQ5yh30OlYs-YZUd_XsFro71T9wErVv0M,4732 +django/contrib/humanize/locale/ga/LC_MESSAGES/django.mo,sha256=3BYxPrO4NsUQ53JABu3lEzhNmsSUe7gM5zef58jNKDc,4929 +django/contrib/humanize/locale/ga/LC_MESSAGES/django.po,sha256=eIeloGjPW3t-3bG4ltjqcxZQgVmHdMhLnIkZBxaArec,8304 +django/contrib/humanize/locale/gd/LC_MESSAGES/django.mo,sha256=LREaQa5CMJmSq4IqEdsqn2kpGLsQQcqbH9HX8vsIiks,5545 +django/contrib/humanize/locale/gd/LC_MESSAGES/django.po,sha256=1Pjm1rU74zcRdj44sofcb8LxvkiEKEhveS2mIFbIxuo,8086 +django/contrib/humanize/locale/gl/LC_MESSAGES/django.mo,sha256=S4iyQpcn3BIo5JhNVZ65-N4ypdrV6XKM5DjgEVTfae0,3474 +django/contrib/humanize/locale/gl/LC_MESSAGES/django.po,sha256=oPDk_1q-No7_Hb9ukbm3flbAoHuIMjIgvmB4vW5IGis,5903 +django/contrib/humanize/locale/he/LC_MESSAGES/django.mo,sha256=EOEve2kHCdaVt2pxDGmsTqHkgB6Lm5C988gm772mExI,4525 +django/contrib/humanize/locale/he/LC_MESSAGES/django.po,sha256=71gZe-LMonHDLg8L5v0WvR9rzwrjkH93x6b6-HY9hz0,6510 +django/contrib/humanize/locale/hi/LC_MESSAGES/django.mo,sha256=5FNiGsb_YY38rExr7d0sBwTr9YdZehi6xQPgRoZ2I7c,4131 +django/contrib/humanize/locale/hi/LC_MESSAGES/django.po,sha256=9ba8vbhz2z_XjLsXMqzUC5S0qfV5mK7s6QfLl2GIRHs,6527 +django/contrib/humanize/locale/hr/LC_MESSAGES/django.mo,sha256=WsLQmKAoXVTlxfG7UdkSejyFyiUrdoVyS9AhNjb8zIU,1274 +django/contrib/humanize/locale/hr/LC_MESSAGES/django.po,sha256=---_L5qH-4Pb1LeQOJJMrEynGxCvASAqvJwVtEXYOeA,5424 +django/contrib/humanize/locale/hsb/LC_MESSAGES/django.mo,sha256=V3E7U45EwPt3QstCz5gGe_OPYSB4tz0ZfyZRDJl7sMM,4571 +django/contrib/humanize/locale/hsb/LC_MESSAGES/django.po,sha256=YKJrlIsjxm77ErpcpLZhIlBvwaTgXdklpxR1rixXvWQ,7529 +django/contrib/humanize/locale/hu/LC_MESSAGES/django.mo,sha256=lRGuYu5Jy9kUkp2Zyl91OGzMKlE798p22KHxXqiP670,4096 +django/contrib/humanize/locale/hu/LC_MESSAGES/django.po,sha256=IvqCTtNzaO2JapirWPH6htsL6VTx8YGfBGO6cL_QyZk,6099 +django/contrib/humanize/locale/hy/LC_MESSAGES/django.mo,sha256=OqSKmHHoxlvs34xI8nwO9XlxD1IXhbQAmY6wO6W1RxQ,1058 +django/contrib/humanize/locale/hy/LC_MESSAGES/django.po,sha256=ugSx3Y2Sauoo8fFV4IiGFtjIzuQu9BJpZMl6yXA8elA,4860 +django/contrib/humanize/locale/ia/LC_MESSAGES/django.mo,sha256=yzFgL-XPf-l7oXo3gwlct-g34KljTtuTgrO0k6YDA4I,3495 +django/contrib/humanize/locale/ia/LC_MESSAGES/django.po,sha256=vtyfE-Rh4l5Mwt7UGvefgU86Q_Z68qxCUDtzKjfFGok,5796 +django/contrib/humanize/locale/id/LC_MESSAGES/django.mo,sha256=NYjs3U04IhVyRChWtHcr0L-ofOhdoqW4rQfybN7wStk,3510 +django/contrib/humanize/locale/id/LC_MESSAGES/django.po,sha256=62p7N14wwX424eZBpdOyux5SyYaGT16rgKqzyqxnLtk,5223 +django/contrib/humanize/locale/io/LC_MESSAGES/django.mo,sha256=nMu5JhIy8Fjie0g5bT8-h42YElCiS00b4h8ej_Ie-w0,464 +django/contrib/humanize/locale/io/LC_MESSAGES/django.po,sha256=RUs8JkpT0toKOLwdv1oCbcBP298EOk02dkdNSJiC-_A,4720 +django/contrib/humanize/locale/is/LC_MESSAGES/django.mo,sha256=pTiv8jH33je94YNZikuwyjlCnBhx8BFkPbXI91VwbsI,3590 +django/contrib/humanize/locale/is/LC_MESSAGES/django.po,sha256=Jts_TCYI7ANR5nYBkWbFvWFWghVwe452i2Pa_egN8Gc,5982 +django/contrib/humanize/locale/it/LC_MESSAGES/django.mo,sha256=xOsB-oZIX4axRMPyZePiatnwVZGeFY7pApuFDN8ytrQ,4690 +django/contrib/humanize/locale/it/LC_MESSAGES/django.po,sha256=mkDuyZxTjILs5r2eLS3QSHi3xg1ipxRtn0zTdEFjfgY,6869 +django/contrib/humanize/locale/ja/LC_MESSAGES/django.mo,sha256=kKGmuRkBMTe6jsJT-mfvNvRXwohDf_vBAEI1NToRcWg,3678 +django/contrib/humanize/locale/ja/LC_MESSAGES/django.po,sha256=paAx9TLEFNk7vQkUUfWVE7Q2uyf-F8XVpSsutp85ol8,5323 +django/contrib/humanize/locale/ka/LC_MESSAGES/django.mo,sha256=ZLijTrowbzCYuvCgqXnq4Lz8Fd5MwAJo89iVg7KonF0,4139 +django/contrib/humanize/locale/ka/LC_MESSAGES/django.po,sha256=PsxHArk-V_H5LFoUVss9ggXDWbisk2gdUOCN1QUWqYU,5740 +django/contrib/humanize/locale/kk/LC_MESSAGES/django.mo,sha256=mRbzTVJ1rDeng4k6gwukTlFclLIy98grIfDqurgk9iE,1706 +django/contrib/humanize/locale/kk/LC_MESSAGES/django.po,sha256=_eQLzYy779wwPOyc__2VxnDU3jvMV2989P1JcPdsrVQ,4703 +django/contrib/humanize/locale/km/LC_MESSAGES/django.mo,sha256=mfXs9p8VokORs6JqIfaSSnQshZEhS90rRFhOIHjW7CI,459 +django/contrib/humanize/locale/km/LC_MESSAGES/django.po,sha256=JQBEHtcy-hrV_GVWIjvUJyOf3dZ5jUzzN8DUTAbHKUg,4351 +django/contrib/humanize/locale/kn/LC_MESSAGES/django.mo,sha256=Oq3DIPjgCqkn8VZMb6ael7T8fQ7LnWobPPAZKQSFHl4,461 +django/contrib/humanize/locale/kn/LC_MESSAGES/django.po,sha256=yrXx6TInsxjnyJfhl8sXTLmYedd2jaAku9L_38CKR5A,4353 +django/contrib/humanize/locale/ko/LC_MESSAGES/django.mo,sha256=Ivoy-deOdN8rHD4yWg7myXGe3c1bKga1xEjVKu8O8M0,3673 +django/contrib/humanize/locale/ko/LC_MESSAGES/django.po,sha256=JAIDFsmH7ln1TvrA9KCPO2JQF8Ht_rJbR49PN92hHLA,5347 +django/contrib/humanize/locale/lb/LC_MESSAGES/django.mo,sha256=xokesKl7h7k9dXFKIJwGETgwx1Ytq6mk2erBSxkgY-o,474 +django/contrib/humanize/locale/lb/LC_MESSAGES/django.po,sha256=_y0QFS5Kzx6uhwOnzmoHtCrbufMrhaTLsHD0LfMqtcM,4730 +django/contrib/humanize/locale/lt/LC_MESSAGES/django.mo,sha256=T4MgXIhTT3EEnfOCP_MhnPNBBdxWE1n06xmfjPDpSQU,5036 +django/contrib/humanize/locale/lt/LC_MESSAGES/django.po,sha256=H0KJUog2XhmWuzpkewbqtyqOA8lSJeMUN9nM5-n0rbc,7321 +django/contrib/humanize/locale/lv/LC_MESSAGES/django.mo,sha256=0Barm6KCC1A1rDmAiDAjEqpJ8KZY2jGMrALq4B2HTuw,1389 +django/contrib/humanize/locale/lv/LC_MESSAGES/django.po,sha256=HsSYi1smfe9eImaHXVjBwVQ6BJRZzovjiAtZ6vU9FH4,5418 +django/contrib/humanize/locale/mk/LC_MESSAGES/django.mo,sha256=QcJeV7pZ-3nJozCYEPuwE_jPKhqdY6Dmryj4nm7em18,4761 +django/contrib/humanize/locale/mk/LC_MESSAGES/django.po,sha256=ZfxZxibKArSWKMWKvkrWq4lmPyU5NDy4WUrnf622F30,6665 +django/contrib/humanize/locale/ml/LC_MESSAGES/django.mo,sha256=HycWBZ24MGYWrctJDp55MATTB2N64U4J0XsaSKIXuI8,5077 +django/contrib/humanize/locale/ml/LC_MESSAGES/django.po,sha256=uxE4In4WpHbPOE7oxgUCp2K9gmQ3il-vFEcGICXUh78,7420 +django/contrib/humanize/locale/mn/LC_MESSAGES/django.mo,sha256=qrtlhph_00w2hMhOI7jSEkGNcPdBjYLLYtroiVV6vEQ,4613 +django/contrib/humanize/locale/mn/LC_MESSAGES/django.po,sha256=Rt9E4mYqiMBKrjfGrc78B-jn7wnhtv3tCCcW0-zWsPg,6603 +django/contrib/humanize/locale/mr/LC_MESSAGES/django.mo,sha256=2Z5jaGJzpiJTCnhCk8ulCDeAdj-WwR99scdHFPRoHoA,468 +django/contrib/humanize/locale/mr/LC_MESSAGES/django.po,sha256=M44sYiBJ7woVZZlDO8rPDQmS_Lz6pDTCajdheyxtdaI,4724 +django/contrib/humanize/locale/my/LC_MESSAGES/django.mo,sha256=D-VJqHPdXpRGBkKp9ft2UXUbcm_0Kndrb-S4A4IWF9M,3479 +django/contrib/humanize/locale/my/LC_MESSAGES/django.po,sha256=9b5j93hEOlV_COS7PO0jDJIKLh3YmphQn8wZR-FXuLI,5433 +django/contrib/humanize/locale/nb/LC_MESSAGES/django.mo,sha256=Z4eLFSFzksUHLoDnhe-Vi5ywpcqnT18RPTHSerx5kNU,4133 +django/contrib/humanize/locale/nb/LC_MESSAGES/django.po,sha256=u-KjCoT9_HHgCuYTal7Ds36xv_Bhj1Tv2bO8vvc9Z08,6082 +django/contrib/humanize/locale/ne/LC_MESSAGES/django.mo,sha256=AQcAa6ltPW4V8fkZWumL97h-BYgAMPaTclqp8xA3cwk,2285 +django/contrib/humanize/locale/ne/LC_MESSAGES/django.po,sha256=FJnyHnWUu2hafXhx4EvUv5zg0R81c_xKxpnaIAke2j4,5544 +django/contrib/humanize/locale/nl/LC_MESSAGES/django.mo,sha256=9kW-6lnSvzL3rZdNXBqUNxRMWAgchFXzL6upPwcPg-Y,4079 +django/contrib/humanize/locale/nl/LC_MESSAGES/django.po,sha256=CDRwZrc-AZiU1unkMbxBD7fQxJTz6-nTs86lvSfDO7M,6148 +django/contrib/humanize/locale/nn/LC_MESSAGES/django.mo,sha256=1C0fghMGKDBxTkChV9fCqYnjT35koZ5eU9FixZF1pGU,3482 +django/contrib/humanize/locale/nn/LC_MESSAGES/django.po,sha256=kscOZsGlMKHA9WhCxCn90ukZpWxnWtZH7gabjzkOtWU,5818 +django/contrib/humanize/locale/os/LC_MESSAGES/django.mo,sha256=vVpL6kk_SjxUkAM5fU6r8Gat096_Xo3RI53j2MDTbY0,3902 +django/contrib/humanize/locale/os/LC_MESSAGES/django.po,sha256=JpjvLFxQZj0vvrYBMkYGxdvVXaNtSW9LDjkEYc6IeNU,6212 +django/contrib/humanize/locale/pa/LC_MESSAGES/django.mo,sha256=MD6Z-bqT1IlgPv_URbMofMUE_cPVZDu8ttIKVsU1oRU,1569 +django/contrib/humanize/locale/pa/LC_MESSAGES/django.po,sha256=F_08IfUvwd3gQt9zq5RCVyPs0CmgVX4-lK-e_xHz73g,5200 +django/contrib/humanize/locale/pl/LC_MESSAGES/django.mo,sha256=GclxfJKxeKz45xcbZDCQ6bNtSa3-4tNO5mjidQ4Wb4A,4771 +django/contrib/humanize/locale/pl/LC_MESSAGES/django.po,sha256=oIAtMms1r-Sq1ycjw9YqR7_xwFdDZPrl53y0gjnwA44,7178 +django/contrib/humanize/locale/pt/LC_MESSAGES/django.mo,sha256=dHErsO_ns0QLTxBgtF9WMS_07-ZWh1hXVhUo2fUiqOI,4154 +django/contrib/humanize/locale/pt/LC_MESSAGES/django.po,sha256=_eW58rSGK8MkErfns5bQB4KESCIDgROjGbZu_BLrGTw,6175 +django/contrib/humanize/locale/pt_BR/LC_MESSAGES/django.mo,sha256=PliDqgRhleXlfVotDRGzr9OvSUC18zQ6lZm0OyrpdCc,4209 +django/contrib/humanize/locale/pt_BR/LC_MESSAGES/django.po,sha256=d7GJ8k4Q2ui-sgmUGpDs1G_pqiI6Nluwtc-SejWs1sM,6293 +django/contrib/humanize/locale/ro/LC_MESSAGES/django.mo,sha256=NFaJWloQlvH9VI_RTmDmBqoHr43Em8kU9gz0yzbMjU4,4809 +django/contrib/humanize/locale/ro/LC_MESSAGES/django.po,sha256=RqJU2rw3j7a0cHsSXDpshEvhbIcC7OyH6EFXWTjeQRU,7240 +django/contrib/humanize/locale/ru/LC_MESSAGES/django.mo,sha256=vai4KD3bphukPvr66xGhNzsUHmhfjgaxNdK0NPlyYxQ,6882 +django/contrib/humanize/locale/ru/LC_MESSAGES/django.po,sha256=kqWDZkrKaQzKa2BmGuXriu7fZEt36KSrcwXFFU0nQ9Y,9692 +django/contrib/humanize/locale/sk/LC_MESSAGES/django.mo,sha256=c_CqYhbUKPGl9S8e0eg2J_ZW2vmL7LsNKZLdIZZyWNA,3976 +django/contrib/humanize/locale/sk/LC_MESSAGES/django.po,sha256=fRkWXGiDrbQ6-k7PpEJYYawBgFKXojjHU_HxTuxwFSc,6698 +django/contrib/humanize/locale/sl/LC_MESSAGES/django.mo,sha256=ShCHcPULAoRDWMqTaN3GPP0_1m8PZCTppVzX5mFvb4Y,4513 +django/contrib/humanize/locale/sl/LC_MESSAGES/django.po,sha256=YulAOwApZeMCJDegOrHKisZemsYlWxF4M-lGPRstEd0,7636 +django/contrib/humanize/locale/sq/LC_MESSAGES/django.mo,sha256=87BCc0BemxnMSN-NnWOH64xhSE3-r4rE85IXawdBmSc,4126 +django/contrib/humanize/locale/sq/LC_MESSAGES/django.po,sha256=frKI9ldDvSDLu5_XqiC-fBknvGDEkTZ3bt0G1yoGXuI,6078 +django/contrib/humanize/locale/sr/LC_MESSAGES/django.mo,sha256=cooZLInAmU3nmov6__XS5MOTEN77NPuwNAL1n7XyqJw,542 +django/contrib/humanize/locale/sr/LC_MESSAGES/django.po,sha256=kY7hZI2ci8VP3I1PNXBhGNchggUzIsKl_7VOI-QMeW4,5165 +django/contrib/humanize/locale/sr_Latn/LC_MESSAGES/django.mo,sha256=PaGxGtTZSzguwipvTdOhO7bvM8WlzCWb1RCEaIupRUQ,562 +django/contrib/humanize/locale/sr_Latn/LC_MESSAGES/django.po,sha256=FrPnMu6xX0NypoRYRAOBhdICGSv8geuHXQKKn3Gd9ck,5185 +django/contrib/humanize/locale/sv/LC_MESSAGES/django.mo,sha256=lf5lvdM-53VujL2X3SFptnywSFAY13rg0qW3uYbQ-fU,4097 +django/contrib/humanize/locale/sv/LC_MESSAGES/django.po,sha256=k8H3VoX6VLIxI4kROXgs9g2o5WZKACPpf7vsd1fUFDk,6111 +django/contrib/humanize/locale/sw/LC_MESSAGES/django.mo,sha256=OSsxjyXbqbnqbavXrk0VwmxRoAfz0RHaynOTRgU7Q90,4146 +django/contrib/humanize/locale/sw/LC_MESSAGES/django.po,sha256=eM82nS01EouAuDv5fP23cqEndxFjEleVFPdU9TZ6KVs,6031 +django/contrib/humanize/locale/ta/LC_MESSAGES/django.mo,sha256=1X2vH0iZOwM0uYX9BccJUXqK-rOuhcu5isRzMpnjh2o,466 +django/contrib/humanize/locale/ta/LC_MESSAGES/django.po,sha256=8x1lMzq2KOJveX92ADSuqNmXGIEYf7fZ1JfIJPysS04,4722 +django/contrib/humanize/locale/te/LC_MESSAGES/django.mo,sha256=Nfq7ayboMEKAjxLtLMwm7SStf7M1_kgGd5nxpyCpHbY,1327 +django/contrib/humanize/locale/te/LC_MESSAGES/django.po,sha256=f-K0PnhlhdENramQG54IUWIqHhJJweRtte3DxbMA5W0,5103 +django/contrib/humanize/locale/th/LC_MESSAGES/django.mo,sha256=lpR1e_izzlxDXv85KSGpRakMDHMbwgpgLtQPNciwWA0,3215 +django/contrib/humanize/locale/th/LC_MESSAGES/django.po,sha256=NqApIY8z5FhkpdLX7M1c7-GOIFm6oICiikAQK28dYkA,5312 +django/contrib/humanize/locale/tr/LC_MESSAGES/django.mo,sha256=AGOX4sJVKODhULouLxHluyh9eeLTfJuMNRgJod_1r3M,4109 +django/contrib/humanize/locale/tr/LC_MESSAGES/django.po,sha256=wsmpxJx0p42XKdHHTpMT6JH60eBEyx1_anP992tI5aE,6154 +django/contrib/humanize/locale/tt/LC_MESSAGES/django.mo,sha256=LAx5eeXVEHHBvU4EFqoQRnJed2mHMQlUvgUGcgCLfkc,3243 +django/contrib/humanize/locale/tt/LC_MESSAGES/django.po,sha256=_ItIl7dM49oW7DpMDQdA0ISB09VC5O-aYZGGK34Ksdk,5201 +django/contrib/humanize/locale/udm/LC_MESSAGES/django.mo,sha256=CNmoKj9Uc0qEInnV5t0Nt4ZnKSZCRdIG5fyfSsqwky4,462 +django/contrib/humanize/locale/udm/LC_MESSAGES/django.po,sha256=AR55jQHmMrbA6RyHGOtqdvUtTFlxWnqvfMy8vZK25Bo,4354 +django/contrib/humanize/locale/uk/LC_MESSAGES/django.mo,sha256=jsCJGCOFfH-JsxAhDYTgSzSaB_wGJTIweGnR6fXeTBQ,5964 +django/contrib/humanize/locale/uk/LC_MESSAGES/django.po,sha256=TaVJZOOcad9C62djYnCUqm8dTE7UyznsJOvJNQ51l1s,8402 +django/contrib/humanize/locale/ur/LC_MESSAGES/django.mo,sha256=akU1ccZ0_OnBX9PNWEzr8j3IbYf0VK591pHAi3fakFI,1347 +django/contrib/humanize/locale/ur/LC_MESSAGES/django.po,sha256=S22DoGTx0y7Ed_wrO-g7ytZZdL3imhbDrtCVwf6wiV0,5015 +django/contrib/humanize/locale/vi/LC_MESSAGES/django.mo,sha256=PF4fDJC7gtkWWOjIRsqna0rlvn0KMxPkk_J1SV8qzIw,3646 +django/contrib/humanize/locale/vi/LC_MESSAGES/django.po,sha256=GOGCHv2TKRuqaTho2SXb0XTSGGnrFO4UiSqQrz4UlRY,5235 +django/contrib/humanize/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=9Za6t2zDfL3ATthRIlyPLKk4vB8B-PsTC6TLItu4sJ4,3573 +django/contrib/humanize/locale/zh_Hans/LC_MESSAGES/django.po,sha256=vtNss1Sh4F1uHTxFC5BTct23ealy7IdnM2mv7-0GGG0,5336 +django/contrib/humanize/locale/zh_Hant/LC_MESSAGES/django.mo,sha256=LiVNzuIi97GNRUmnh8zKZ25C_Gh0_wJf1hEkk045nzI,3391 +django/contrib/humanize/locale/zh_Hant/LC_MESSAGES/django.po,sha256=3fDCpObPKzE6n_uZInEUPc2wAW-w3ZfN7srLwDjmvok,5085 +django/contrib/humanize/templatetags/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/humanize/templatetags/humanize.py,sha256=ShXNw7In8vFnwD3VgYDCZc6aaW6kg-xPtwjNimXE60k,9442 +django/contrib/messages/__init__.py,sha256=PcKzOk4zt5345uws-agcbNdhYMsIOJzV7-p7nwxJorI,175 +django/contrib/messages/api.py,sha256=yyLk7T6HFZm8BDuBsn6M6l08qvkKhl8McILcrL4_mUQ,3105 +django/contrib/messages/apps.py,sha256=odxNOzWqf-mVKrY02aa_etomI9wTpKA4Gahvn6mpWHo,195 +django/contrib/messages/constants.py,sha256=WZxjzvEoKI7mgChSFp_g9e-zUH8r6JLhu9sFsftTGNA,312 +django/contrib/messages/context_processors.py,sha256=I4RVSAVp9syWxdSxYhHvl6UANQzFPbUdnWuL1bh_Rd4,315 +django/contrib/messages/middleware.py,sha256=F1BQoIea5juxvBPGa0tKPnDIfpeIVij6COqY-VImsRM,1019 +django/contrib/messages/utils.py,sha256=rAp466DGbwHPg81wZEM1R3MT5MwGchcX5gLAa6R7fHo,285 +django/contrib/messages/views.py,sha256=ZCrAQ6W42f90Rby_I13cqVGb8gGTvaiIS7tdrd-awsw,557 +django/contrib/messages/storage/__init__.py,sha256=gXDHbQ9KgQdfhYOla9Qj59_SlE9WURQiKzIA0cFH0DQ,392 +django/contrib/messages/storage/base.py,sha256=EqzWDLoTRWUOmV7fKbSeep2NEj343mYViqXS2xAiWYU,6285 +django/contrib/messages/storage/cookie.py,sha256=Sg0k5YKUvsiFnqnjJfnNMDV04NWbF4QP8kKofZsKWYA,6560 +django/contrib/messages/storage/fallback.py,sha256=qDbfmUX5GqzBLpuNW2mLTsogxkAqNKVh0FR6zO5lOHM,2172 +django/contrib/messages/storage/session.py,sha256=RZRwAWXe5jyAIfm3h34UXqMeF_trMuxonKlWAuNS0-0,1795 +django/contrib/postgres/__init__.py,sha256=jtn9-mwOISc5D_YUoQ5z_3sN4bEPNxBOCDzbGNag_mc,67 +django/contrib/postgres/apps.py,sha256=0C1zNEr907zzuSGdpx_C2FlmdPV71CGigSUjvBatEpg,788 +django/contrib/postgres/functions.py,sha256=ekha5zI9FdrU5KACld-5_rStXsguRibVhT7v1OZWQX8,324 +django/contrib/postgres/lookups.py,sha256=GJgPcUXaXTt7Q--aaw-653a5Jmq_c7XunhR6cRbENuE,1648 +django/contrib/postgres/operations.py,sha256=tbkmOb4HzDQcz_YOr7ipdQR3FnXXke1bDSw1utSBEAg,1527 +django/contrib/postgres/search.py,sha256=iY4_ml1KjJHFPlZf1EAXhyJR3zgCnSjdy9KkYJLAJiY,7827 +django/contrib/postgres/signals.py,sha256=QKD2I2luZ-5hNqD1in_W7xnZD8fjL70OEogn5iHsuIk,860 +django/contrib/postgres/utils.py,sha256=namSOlJCazf6LuuvH4VUH0FVpT05mwU31SpDZY0nHqw,1219 +django/contrib/postgres/validators.py,sha256=E7weLTAPH3EUO9s7KwXb-W4Q4Pw_uNUKQz84ekDY79U,2772 +django/contrib/postgres/aggregates/__init__.py,sha256=QCznqMKqPbpraxSi1Y8-B7_MYlL42F1kEWZ1HeLgTKs,65 +django/contrib/postgres/aggregates/general.py,sha256=56x1o6sAjvwoyZcDnYpcSpXig68aZYMvMV5C6F5BFEU,929 +django/contrib/postgres/aggregates/statistics.py,sha256=RmQe1_l6mA841iFY8eCML9dZDVIlVHh8YKAItcvQhoU,2033 +django/contrib/postgres/fields/__init__.py,sha256=GSqucR50I9jrZUYZUFVmb8nV_FSlXu1BcCpFck2pVXI,118 +django/contrib/postgres/fields/array.py,sha256=wAK7KJykUxla-F-DPMU_9qfBdVkQZUhTW7eYIAc0XGE,9933 +django/contrib/postgres/fields/hstore.py,sha256=YDVuIk9Sq-2zKFzk6FQ689V_5GU9Ixt8xdIwWJrxsRU,3325 +django/contrib/postgres/fields/jsonb.py,sha256=sKDpwK6i0mTtFktefkFwZikMIbuSIGuzJNWPuKDDIoA,2701 +django/contrib/postgres/fields/ranges.py,sha256=nj-4aeh83twuVr-pXUzZchvZhIWMPE3s0A5InjjZDx8,6308 +django/contrib/postgres/fields/utils.py,sha256=OjvbHzOj04VZXQXmDkQQRryt0L5KbETfJVtBv_o7wvw,103 +django/contrib/postgres/forms/__init__.py,sha256=GSqucR50I9jrZUYZUFVmb8nV_FSlXu1BcCpFck2pVXI,118 +django/contrib/postgres/forms/array.py,sha256=i92Zac7Uun41H4z8p-Nn-bMxX_wocsazC8ToLf4DYlc,6758 +django/contrib/postgres/forms/hstore.py,sha256=bYLZ17WLRupM4UOfMjb0rQK5gh8_fOsbcJ2hfmn16Ko,1755 +django/contrib/postgres/forms/jsonb.py,sha256=nqzxpf-XG6jE6YretVWFMJR5wobpoBAzs4g9vEqQv84,1227 +django/contrib/postgres/forms/ranges.py,sha256=FGV7MVpFxOJ7zel9PkiPip6MVLmARXuDht7lsX1VLVw,3063 +django/contrib/postgres/locale/ar/LC_MESSAGES/django.mo,sha256=B8-K8p0e2blyLDEbtxZP4zn6wQ_tRgIbuV_elmxUSTE,4480 +django/contrib/postgres/locale/ar/LC_MESSAGES/django.po,sha256=yOYFRuf8R7mJYM56LngHsjQQyOK1zIlQ3o6vptU1Br0,5019 +django/contrib/postgres/locale/be/LC_MESSAGES/django.mo,sha256=vwIjAciqDV3DnQcvjYakyaf8gZBgokUevQ1sxlbhAOs,1352 +django/contrib/postgres/locale/be/LC_MESSAGES/django.po,sha256=4hFNuvkivBcjtV8cliFSHBr70spk3pSuIT2M-q4JOVI,2926 +django/contrib/postgres/locale/bg/LC_MESSAGES/django.mo,sha256=sCrylK_WpJeSXzUc9geNyTRT2D7W_Ez-yKCb9V8HDV0,3625 +django/contrib/postgres/locale/bg/LC_MESSAGES/django.po,sha256=klMCzM-_gdgj3FTuK5JyeJWFCuMXWBYBwe4o94BiQI4,4084 +django/contrib/postgres/locale/ca/LC_MESSAGES/django.mo,sha256=H6BIprYUIsqW-aXzXtq45-Lxs2XJzSwpPc-V7pv8xM8,3046 +django/contrib/postgres/locale/ca/LC_MESSAGES/django.po,sha256=Nisrrld1rEjxOeq6jJuzcQkMVDh3S--zslVgi1UgKN8,3510 +django/contrib/postgres/locale/cs/LC_MESSAGES/django.mo,sha256=TKRXi-atOVuwRGtoi3jO1ApbuJls2iT0S5unpVo3nS0,3322 +django/contrib/postgres/locale/cs/LC_MESSAGES/django.po,sha256=hYdFzS2-TEgiL0jNmUVtPjHHHY39CcED0C66sSrh0mg,3808 +django/contrib/postgres/locale/da/LC_MESSAGES/django.mo,sha256=tVPLYcSHFhYouJlU-r6-PD6wJtRGKjAhY9NDmt1oTCI,3129 +django/contrib/postgres/locale/da/LC_MESSAGES/django.po,sha256=tC99CeRub7qmqoLvu-SVcE-XCpzcFeQh0v2zDyIClZU,3520 +django/contrib/postgres/locale/de/LC_MESSAGES/django.mo,sha256=TzBOuJt-84nUkOLvHWA3UnisoThxZY7k1prmNTX20t0,3232 +django/contrib/postgres/locale/de/LC_MESSAGES/django.po,sha256=6FXrfxo9K4tCb01C8bjiVY-vfAoB14jSXhtnLWAl4ko,3625 +django/contrib/postgres/locale/dsb/LC_MESSAGES/django.mo,sha256=DAw0RoileRHsOgsZQde9OZL8W0yduTCOZd_hsAWRRN0,3826 +django/contrib/postgres/locale/dsb/LC_MESSAGES/django.po,sha256=KLkAvo_eCNPSURMbc1DvJi7xkJUteaFdnnHJ2J-kpH4,4252 +django/contrib/postgres/locale/el/LC_MESSAGES/django.mo,sha256=IFTpuktkrXA8fFsNo3uK0gKUx6iyTTLbX8qFTkX_DtU,3890 +django/contrib/postgres/locale/el/LC_MESSAGES/django.po,sha256=eEegVYPae6SBobk67_u2ggACfrGIZyjteg0gWSQRzKc,4334 +django/contrib/postgres/locale/en/LC_MESSAGES/django.mo,sha256=U0OV81NfbuNL9ctF-gbGUG5al1StqN-daB-F-gFBFC8,356 +django/contrib/postgres/locale/en/LC_MESSAGES/django.po,sha256=f9gNV9MVD6MhX0YYVU_5ATpeOnPMhVDfsnsG2PveNbM,3117 +django/contrib/postgres/locale/eo/LC_MESSAGES/django.mo,sha256=cohe03CtoYigbhZYj4XrwVOnF0E5R0iGKeiAxTwLsvk,3000 +django/contrib/postgres/locale/eo/LC_MESSAGES/django.po,sha256=-RFyxTfb29IJippDXdxLhKpiJ9FzX4wGVbzlsFEZzYA,3432 +django/contrib/postgres/locale/es/LC_MESSAGES/django.mo,sha256=jKUp_K4xgBKxM4JJLfYOuLwdlRaQem3M7PKTNcati68,3053 +django/contrib/postgres/locale/es/LC_MESSAGES/django.po,sha256=MRD2AaQF3xW3VmxeKzFnX9zw-gMe_HAVi1SUY3oWYB0,3617 +django/contrib/postgres/locale/es_AR/LC_MESSAGES/django.mo,sha256=3ySefEfahYJvvLkTirmOaJg6AALkJ-dClxPT_b-e5iM,3147 +django/contrib/postgres/locale/es_AR/LC_MESSAGES/django.po,sha256=l3rwrQ8fmt_p3G4_yGhkUJ3nyy0khUt4TVruaq97ohU,3485 +django/contrib/postgres/locale/es_CO/LC_MESSAGES/django.mo,sha256=tuhAZ1F-S66-S8fAdOEXGc1mzzmVR-GYDJ7egIgJEJM,3067 +django/contrib/postgres/locale/es_CO/LC_MESSAGES/django.po,sha256=BkOaUTnk9RUUd7TyceumIqRr0fjgcisLgLmnw23BIFA,3631 +django/contrib/postgres/locale/es_MX/LC_MESSAGES/django.mo,sha256=wmRsuWuuX5SGXbNyGCdZILQO90eJCt7IR10Ww8lB3Gs,882 +django/contrib/postgres/locale/es_MX/LC_MESSAGES/django.po,sha256=1lF9WR40QIfz3EZR1KiqRU7zWhzg1R1H9UKMiCJ99Gs,2482 +django/contrib/postgres/locale/et/LC_MESSAGES/django.mo,sha256=BtQX1WYmBNXH-z_dI0-6nENWjhi7A28732_KLfmjUl4,3139 +django/contrib/postgres/locale/et/LC_MESSAGES/django.po,sha256=gl7qmtvYcz_IcHxaNKZRWlF7TBGdCziu1s2EWYIljIs,3544 +django/contrib/postgres/locale/fa/LC_MESSAGES/django.mo,sha256=5ma62ao_hpYQrkb3YjG-FYTH2QmcsVNQrAq7BMJmezY,3194 +django/contrib/postgres/locale/fa/LC_MESSAGES/django.po,sha256=0pbE520b9_khA-n-n7thg67ijQjKX2JrUwF5LKMrVHw,3579 +django/contrib/postgres/locale/fi/LC_MESSAGES/django.mo,sha256=fH1QraMXbGV3ftCU_dS3JcVab07nbshT0mWD3rWtDpk,3081 +django/contrib/postgres/locale/fi/LC_MESSAGES/django.po,sha256=fye-VSCEKqY00NxPQ531oyBAizL6sFmPxzxDtuKv27k,3477 +django/contrib/postgres/locale/fr/LC_MESSAGES/django.mo,sha256=TCyiC61dBzAxtOWaSxflx-pOZeFeVvi5AWKB5cOfrkw,3341 +django/contrib/postgres/locale/fr/LC_MESSAGES/django.po,sha256=eXGwvN9emgIt24gA1WwyKctZaL9SaH-Q5vk6Cneve54,3699 +django/contrib/postgres/locale/gd/LC_MESSAGES/django.mo,sha256=axB6QettBKmnwWUt1VjnfDNTovfaUaMMbcxABAnkh_w,3795 +django/contrib/postgres/locale/gd/LC_MESSAGES/django.po,sha256=QmeZCGxLyK9M9kLT8MAJjst9sN8w8XPql-77No1OtbQ,4220 +django/contrib/postgres/locale/he/LC_MESSAGES/django.mo,sha256=GTzXhd5p62XPvy1AWYMs0iZa6L7KrAf7WHlVdpPOnUk,3364 +django/contrib/postgres/locale/he/LC_MESSAGES/django.po,sha256=w9fhHLp5zpZVkS45-sP3mZ2F5WjOPbhkFnVLhbeu9-4,3753 +django/contrib/postgres/locale/hsb/LC_MESSAGES/django.mo,sha256=QQMGNZvI9ugOdvJbjtt4bPhmdx5v1BvPM8O-GYRSV7E,3743 +django/contrib/postgres/locale/hsb/LC_MESSAGES/django.po,sha256=rsxxrOvmRCTx5L_m3qxqcR5WDObXdUyea8oqrKFiqwo,4163 +django/contrib/postgres/locale/hu/LC_MESSAGES/django.mo,sha256=Q1ynR8WCnQUKxWj0KU2sNyQxDOW5YcQcbUuA9bx7UQ0,3140 +django/contrib/postgres/locale/hu/LC_MESSAGES/django.po,sha256=azBE5i-gRUtVGhGKqiRrjiS8315jRPX_Cd7EuZbu_6U,3477 +django/contrib/postgres/locale/id/LC_MESSAGES/django.mo,sha256=I4Ippbvps8YvUkxG1YXetuwdrwpshSvOqg2-oxDLXTw,2903 +django/contrib/postgres/locale/id/LC_MESSAGES/django.po,sha256=cPclPqpk6lxxJBKmR0LAqDODO0aRMpZTqRIQ7RvDL-c,3425 +django/contrib/postgres/locale/it/LC_MESSAGES/django.mo,sha256=ceEbm6XU_SZzqy4RxW2YgVm485rn4ZUnb4JPftru19w,3248 +django/contrib/postgres/locale/it/LC_MESSAGES/django.po,sha256=bPCxQ6vMP23WFfiHXPIzEuDYwZAYZPa-fCJ7Yt588wg,3747 +django/contrib/postgres/locale/ja/LC_MESSAGES/django.mo,sha256=zecW9ecTFSC4QauT1-ppXL0diiH6GyZ7M-jY_BCYkSQ,3316 +django/contrib/postgres/locale/ja/LC_MESSAGES/django.po,sha256=NfuTJYLSh-C17cp9W-t8xMfJUtU8krF9oawme-yop0c,3631 +django/contrib/postgres/locale/ka/LC_MESSAGES/django.mo,sha256=EOYEZI37SN3S9f9_woEObbcHaXMqxEYjK2fFl0KkH9s,767 +django/contrib/postgres/locale/ka/LC_MESSAGES/django.po,sha256=3A9xc9rIQMwB8pbc1eV3r0skTLaViIXpVobxngfwZjk,2480 +django/contrib/postgres/locale/ko/LC_MESSAGES/django.mo,sha256=ku0CRo3rIKiqDRRuXxIGoDN74KiEt6JoM79GppXIqzw,3165 +django/contrib/postgres/locale/ko/LC_MESSAGES/django.po,sha256=qwLXHSR7zi-CYGWN2NzwSBNFTCPgu3gYd_D1D9aYBY4,3569 +django/contrib/postgres/locale/lt/LC_MESSAGES/django.mo,sha256=TFsEz3_Z9wf8PkWyLm_59Vc6gZVxcR-ouX_pFGHEEiE,3540 +django/contrib/postgres/locale/lt/LC_MESSAGES/django.po,sha256=OX2zSnkiWZrC3W_0thU9vMHS4WY8GWOhXQ5haEqY3Ik,3934 +django/contrib/postgres/locale/mk/LC_MESSAGES/django.mo,sha256=aRsXV0tZztDiXx9_ODVDIpuf2WozuHIzCUXL7GswZ0Y,3835 +django/contrib/postgres/locale/mk/LC_MESSAGES/django.po,sha256=b1PR45nTLVci7ElMHiWtQ3n019M-ZNbTo9cxgbDgcZA,4353 +django/contrib/postgres/locale/mn/LC_MESSAGES/django.mo,sha256=ckgJqUrSuVEbYw9Ow5c0GPZH0D792ZSthzLDRonyOZ8,3519 +django/contrib/postgres/locale/mn/LC_MESSAGES/django.po,sha256=FS1eevlyofrogg6xP2nADIKAxat5DV2TxIiBVnAINIw,4089 +django/contrib/postgres/locale/nb/LC_MESSAGES/django.mo,sha256=SyFNbQWwjrpqvD7_mOyGWUCOWUx7mjSMr3vFjUXLBoo,3081 +django/contrib/postgres/locale/nb/LC_MESSAGES/django.po,sha256=ukn9u6dxfHcMFv7l8lVbCCbbwEs3KgXioMnlUMG6fxA,3419 +django/contrib/postgres/locale/ne/LC_MESSAGES/django.mo,sha256=5u8ykd9BtYPD_Gj6hCF8togBQVsRQxAkWxhComHIEuA,934 +django/contrib/postgres/locale/ne/LC_MESSAGES/django.po,sha256=rAYsIXaRc4NG_863HJ_Nxv2B9CbPN5ImJBemmib8XDI,2576 +django/contrib/postgres/locale/nl/LC_MESSAGES/django.mo,sha256=GvrVG-qzWsf8Xmw1QsocEUvo-z-fqRerbaojCSlf2TM,3107 +django/contrib/postgres/locale/nl/LC_MESSAGES/django.po,sha256=eUPm3GthW1FONUSog8wlRT5zqwNuP9cUNqVb4ZBTc0w,3560 +django/contrib/postgres/locale/pl/LC_MESSAGES/django.mo,sha256=BbXtvJudJYV2Rl3W6tMSbBP7sz1xv2wmOsKRoYZLm5U,3446 +django/contrib/postgres/locale/pl/LC_MESSAGES/django.po,sha256=NqR-QZCCOyikcBWIUoM7r6UueaKc5jazaDptn1L9nC4,3999 +django/contrib/postgres/locale/pt/LC_MESSAGES/django.mo,sha256=_eAfzqMRYrdh3pV6kG9lWS7nq4KHN2AhCcPKECtOIaU,3015 +django/contrib/postgres/locale/pt/LC_MESSAGES/django.po,sha256=OB7AF2MxAtSni1foBEfrQqpqKHkXGoK0m4WJ0ANTNr4,3508 +django/contrib/postgres/locale/pt_BR/LC_MESSAGES/django.mo,sha256=CNoJnEUrERkMu2lY3XWN25XdI3eutkhspmaAQgT1zEk,3174 +django/contrib/postgres/locale/pt_BR/LC_MESSAGES/django.po,sha256=l6G8B1c2hnQnuB173Ylg03u3cvp6zTCx5G5PixYUdvs,3795 +django/contrib/postgres/locale/ro/LC_MESSAGES/django.mo,sha256=ENbRMkxHYeHWcVsYql_vw9Epz6-B_2YQO7dSrWIIurM,3338 +django/contrib/postgres/locale/ro/LC_MESSAGES/django.po,sha256=3YCk167ObyiG81G4kJOemstR-7X9OwBwY1U53Dd6dmY,3810 +django/contrib/postgres/locale/ru/LC_MESSAGES/django.mo,sha256=RiwPkmJw36rzXmO2sJw-m44oY5T1xKHHg6-mO_ci3nQ,5183 +django/contrib/postgres/locale/ru/LC_MESSAGES/django.po,sha256=ard-iZUxWcJNk4hierlkwhstiCXLY71M5zK6e_wMXmg,5737 +django/contrib/postgres/locale/sl/LC_MESSAGES/django.mo,sha256=ldhM4wydgZWks3jk_8GQNm55_DrvTtU86DPUqXQ5oaE,3394 +django/contrib/postgres/locale/sl/LC_MESSAGES/django.po,sha256=A7K9dVMmoM5SbhOg1AHLuiXlsekWwHB3m_WhQDOvebU,3865 +django/contrib/postgres/locale/sq/LC_MESSAGES/django.mo,sha256=FTF_2NaxTGpNajJfYRrRP_gM0UoYx7Gqc49NjwkgfUs,2997 +django/contrib/postgres/locale/sq/LC_MESSAGES/django.po,sha256=jD6M07ARu7GUM2jrUF92qvka4h1yTXxq58NBZQPF8iw,3405 +django/contrib/postgres/locale/sv/LC_MESSAGES/django.mo,sha256=FU1OXTx3eB5JGi0QsILn1dN1-8xWQOq4gN0ga3G5d6M,3055 +django/contrib/postgres/locale/sv/LC_MESSAGES/django.po,sha256=oCSC0wtifpApjP8Hst4fVl4Fx2GYv2onoJeR23SHTUA,3545 +django/contrib/postgres/locale/tr/LC_MESSAGES/django.mo,sha256=GGcVGhtIkKD8bLe1nA8xz9REf1-0dS6RnSKeZAp-fJI,3124 +django/contrib/postgres/locale/tr/LC_MESSAGES/django.po,sha256=8l4Mh53oE7e575xx3rWKje2EduLVHNWWEAxoIEKixgY,3471 +django/contrib/postgres/locale/uk/LC_MESSAGES/django.mo,sha256=niQq2utpY5vorkjwtOno3cehgWoPb1yn9fl1-3lJ-Cg,4124 +django/contrib/postgres/locale/uk/LC_MESSAGES/django.po,sha256=Tui7SIwqXDdRXqOOYYx_Ow2fY9MxJFb6gQ5lKMUrPDs,4672 +django/contrib/postgres/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=7M2Z2YC9dQa-GFW_AbJNqjA_7nq4zVfr9GrbZPI_5t0,2757 +django/contrib/postgres/locale/zh_Hans/LC_MESSAGES/django.po,sha256=4szF7ozBAxJ0tlK2fyLlG2Z7cBuKUet07W3CubOSkx8,3152 +django/contrib/postgres/locale/zh_Hant/LC_MESSAGES/django.mo,sha256=mH3o1w-29Qv2NOZeIxDgLortFquVh51aha0TkJSZCEk,844 +django/contrib/postgres/locale/zh_Hant/LC_MESSAGES/django.po,sha256=N6uSnULzQgaPXcl-8DZV78t0rebvIihxjRutRQTpxxI,2449 +django/contrib/redirects/__init__.py,sha256=9vdTkDvH0443yn0qXx59j4dXPn3P-Pf9lB8AWrSp_Bk,69 +django/contrib/redirects/admin.py,sha256=P9wp8yIvDjJSfIXpWYM2ftDlVhKvte_0AM9Ky_j1JIs,314 +django/contrib/redirects/apps.py,sha256=djup2kE2IhhKyN3LnVCBcAi8AAtsCA2GEHE7XuYnM6U,198 +django/contrib/redirects/middleware.py,sha256=VmrPbDUOSrxcHBvjP1Jc_2EBssAAHMFMRUvU1-qVcYY,1961 +django/contrib/redirects/models.py,sha256=jg4aCQq6GV7X0N090NWCYQ2lAa-gqifiCOh6NM_VEoc,1077 +django/contrib/redirects/locale/af/LC_MESSAGES/django.mo,sha256=CeuKxmXn3PSw7eh7O_0bC4NUBVmOhdDcOsnsYycLD44,470 +django/contrib/redirects/locale/af/LC_MESSAGES/django.po,sha256=azk3eRV64rp6_41m5S1vkDRZ5YZ_OjJ6pfn4wqOlKnQ,942 +django/contrib/redirects/locale/ar/LC_MESSAGES/django.mo,sha256=yvUmyex3XFUQI4lT2cBF1o0slIrJQlSF8sCuUrZ3_Vo,1342 +django/contrib/redirects/locale/ar/LC_MESSAGES/django.po,sha256=p8A70faNLphIggBJzMQSmjLakaspN-gZe7M9REm3xLU,1533 +django/contrib/redirects/locale/ast/LC_MESSAGES/django.mo,sha256=3j806AkK4DwMbGwtc5rrUpVG03duPSdttgYQ8UmUie0,1071 +django/contrib/redirects/locale/ast/LC_MESSAGES/django.po,sha256=EN61Dxg5GVfOwt6Oz3o-JbCgGnmJNS6nejy-O-cp1x8,1266 +django/contrib/redirects/locale/az/LC_MESSAGES/django.mo,sha256=q9mMcAjZBw6fNQE3O58k5FKeoXWka9Xxp-HmtAYmE7g,1081 +django/contrib/redirects/locale/az/LC_MESSAGES/django.po,sha256=Xom6DIzHcVoxhGLHdwziANRE0-xRa7ajGVCYHt1HKLo,1282 +django/contrib/redirects/locale/be/LC_MESSAGES/django.mo,sha256=F4VBv0XD6-XoI7JeJNU1fTHOd0gUkICjDlqZAtNrHFk,1402 +django/contrib/redirects/locale/be/LC_MESSAGES/django.po,sha256=eITBajCbL755__hyEMvQUj-fv9a3_6l_5bjLsoSMfTE,1577 +django/contrib/redirects/locale/bg/LC_MESSAGES/django.mo,sha256=o-6q2XzxWPx0MW36H9mUhq0GBEIO69Ao6fqwQO_pAq8,1268 +django/contrib/redirects/locale/bg/LC_MESSAGES/django.po,sha256=ByshPjowupNUXk9j0yv-8yX7Xob4onZBARifIbdCzm0,1493 +django/contrib/redirects/locale/bn/LC_MESSAGES/django.mo,sha256=DugwuO14ho8GXLFsRjpA9At93GxVE-SmqMsbmk4mAqo,1319 +django/contrib/redirects/locale/bn/LC_MESSAGES/django.po,sha256=5w6Jfe4x-LXocIwdRzFBTEz_RPhJqU0mJjyxxruCGv4,1511 +django/contrib/redirects/locale/br/LC_MESSAGES/django.mo,sha256=lnK1kefNVGhfmEvteySHcci9B7eENZ2fcfXFC0lPCy4,623 +django/contrib/redirects/locale/br/LC_MESSAGES/django.po,sha256=2H90ipEvxLxlrx7yfr2Ie0Xl6d15tmmz74iA952SKzk,1025 +django/contrib/redirects/locale/bs/LC_MESSAGES/django.mo,sha256=1frR5RRY5erAo4-tq6OhtTBl8gjkUw_wFg3mG7sfHeQ,1115 +django/contrib/redirects/locale/bs/LC_MESSAGES/django.po,sha256=-zKBn3uKiVjvc7HkGpMcDS1KMVqW3qSGt4GfycMJozk,1316 +django/contrib/redirects/locale/ca/LC_MESSAGES/django.mo,sha256=g_CroMEFMo9hPuprOZDBV30L8a9ep_RklakEy8_Adjs,1137 +django/contrib/redirects/locale/ca/LC_MESSAGES/django.po,sha256=TscK3TpJij-UMzb_4ANI0rrvP_hUbnOyp6UXIvULZU0,1366 +django/contrib/redirects/locale/cs/LC_MESSAGES/django.mo,sha256=mc-s3VEBi9yNG81kmkW1M7i1Q-TlqIHRXHbz6XyKH-Y,1156 +django/contrib/redirects/locale/cs/LC_MESSAGES/django.po,sha256=Fd8GKmAH9VXujTnU5LJD9VzTd2VgAu9-Z-my4OcH_2I,1377 +django/contrib/redirects/locale/cy/LC_MESSAGES/django.mo,sha256=58V19u1m7R1AeXKiEfKR6rZwDttgDPU0yPBvyxVpeZI,1132 +django/contrib/redirects/locale/cy/LC_MESSAGES/django.po,sha256=orwDbKTrcbaq6EjsHW3_J0K1XM6Q_aZE5h0UCH1m-1g,1360 +django/contrib/redirects/locale/da/LC_MESSAGES/django.mo,sha256=VI8cF_McdYpauCrX9bjoWVNmbyQKAp7JCPpwXPCP1Xg,1114 +django/contrib/redirects/locale/da/LC_MESSAGES/django.po,sha256=eURaY2aQWl_8MroArRXTL8-szpoPTemWurJv8moET-U,1294 +django/contrib/redirects/locale/de/LC_MESSAGES/django.mo,sha256=EVchAu9RTGwz-zo_PlSprcxNOqpkhrI4wO8UNreH1QA,1120 +django/contrib/redirects/locale/de/LC_MESSAGES/django.po,sha256=PwtJTtHXvHXfZaltMDl08PU_oYG7k2oCxxYYxdfXhSU,1294 +django/contrib/redirects/locale/dsb/LC_MESSAGES/django.mo,sha256=Se_btHLFeu8n1Z_KnWJH7eL4sjd-Am7zT6Xy2KQCLtk,1242 +django/contrib/redirects/locale/dsb/LC_MESSAGES/django.po,sha256=6NI-duNPkinBLl8oVsSiaMtgEzNc6LpmTrgBjdTMn_M,1386 +django/contrib/redirects/locale/el/LC_MESSAGES/django.mo,sha256=_FxrgGWJg1U0ki63asXzng1zKGn7F0ZIseB5qb0bEFY,1384 +django/contrib/redirects/locale/el/LC_MESSAGES/django.po,sha256=TRfqtTWka783B7vuIXhfU83pr9HLh1DvOSQLvXFXJvk,1611 +django/contrib/redirects/locale/en/LC_MESSAGES/django.mo,sha256=U0OV81NfbuNL9ctF-gbGUG5al1StqN-daB-F-gFBFC8,356 +django/contrib/redirects/locale/en/LC_MESSAGES/django.po,sha256=dKYdOJRafKUDXGsaRIoLCLt2PhwziQgp9SHMEhhfrD8,1098 +django/contrib/redirects/locale/en_AU/LC_MESSAGES/django.mo,sha256=dTndJxA-F1IE_nMUOtf1sRr7Kq2s_8yjgKk6mkWkVu4,486 +django/contrib/redirects/locale/en_AU/LC_MESSAGES/django.po,sha256=CcP5GVZaImhRgohA5zy5K3rCscOlBtn81DB-V26-Wxg,958 +django/contrib/redirects/locale/en_GB/LC_MESSAGES/django.mo,sha256=H5shIVP-XXMAaaQpTvBMv8XgAG028SN0gWpKsVz0ZFY,1053 +django/contrib/redirects/locale/en_GB/LC_MESSAGES/django.po,sha256=K8Vx1XjxU5M9vsP5icpk5UuwRCxUtWZ1_B7cJ9xbYN4,1246 +django/contrib/redirects/locale/eo/LC_MESSAGES/django.mo,sha256=DaOgIuZUxhcjGVORicZaK8qJlscAMcM63yth_ASXeq8,1138 +django/contrib/redirects/locale/eo/LC_MESSAGES/django.po,sha256=HzC17odSufrWm4f0hHJpIz96zFQ3PlBfvDKWNOprYqs,1414 +django/contrib/redirects/locale/es/LC_MESSAGES/django.mo,sha256=9PaHNfzMFqYlHryaDpYTIuelUuKMEdNrqS901y_q3dY,1143 +django/contrib/redirects/locale/es/LC_MESSAGES/django.po,sha256=whlYTuiI46JfECtB8n1NE8AkesxIPyu4TwNfNzOoQrQ,1392 +django/contrib/redirects/locale/es_AR/LC_MESSAGES/django.mo,sha256=VvOkueYnIuEKprKV1Hl0Zvr9Yb2wcH9F21ZctXGxnJs,1127 +django/contrib/redirects/locale/es_AR/LC_MESSAGES/django.po,sha256=2EL7DRsi0z24QH8kn3Ew6JC3jUNNylU2CFVWCrIJie8,1296 +django/contrib/redirects/locale/es_CO/LC_MESSAGES/django.mo,sha256=CSviBWwhzjLN-0CIIKCV-LZxAUGZ4EJWovHVs7WOx3c,1147 +django/contrib/redirects/locale/es_CO/LC_MESSAGES/django.po,sha256=RvyDYbuVTjA_xb2wfofkXcrqqfypk_A_W4fQcZBG5Tw,1291 +django/contrib/redirects/locale/es_MX/LC_MESSAGES/django.mo,sha256=YKhKUt4Euv__rX7MQ99y3m3_kE9-UgMG6Olm70jti8c,1136 +django/contrib/redirects/locale/es_MX/LC_MESSAGES/django.po,sha256=A8GVAY9Pim5MDZPZSQAA6NqnoTHQ2C2S9nI1aAOBcnc,1359 +django/contrib/redirects/locale/es_VE/LC_MESSAGES/django.mo,sha256=59fZBDut-htCj38ZUoqPjhXJPjZBz-xpU9__QFr3kLs,486 +django/contrib/redirects/locale/es_VE/LC_MESSAGES/django.po,sha256=f4XZW8OHjRJoztMJtSDCxd2_Mfy-XK44hLtigjGSsZY,958 +django/contrib/redirects/locale/et/LC_MESSAGES/django.mo,sha256=UfwnAuyz_vSFCxkS5Z8uh9s2I7SR0Y1xojB5WiAv6HE,1122 +django/contrib/redirects/locale/et/LC_MESSAGES/django.po,sha256=_tCCDPcNHj4o96XTx6T8stjQ5e0viTw-Gugr2LUc0yw,1346 +django/contrib/redirects/locale/eu/LC_MESSAGES/django.mo,sha256=3nBtUPnMxBv1Idg5EW3_ZwP76BL5G_UPXdp1fsuqUXw,1044 +django/contrib/redirects/locale/eu/LC_MESSAGES/django.po,sha256=tF1rWKTZdFVWa5hTXCXik89J_bVK9zCd9F7B5d8JFwo,1239 +django/contrib/redirects/locale/fa/LC_MESSAGES/django.mo,sha256=-5jKCxXysUEhRqQyIrWPM_TMsFVkplUaabpQ92gdpAM,1241 +django/contrib/redirects/locale/fa/LC_MESSAGES/django.po,sha256=alWn0yzG0ducicDmtNEDMzPsKI0DOcUwTnYF23QcXgQ,1463 +django/contrib/redirects/locale/fi/LC_MESSAGES/django.mo,sha256=yI0UwuNgDgkZImzP0mhRTmxIIQauOxtWzTElWvbUxG0,1158 +django/contrib/redirects/locale/fi/LC_MESSAGES/django.po,sha256=Fe61Zh5dOajNd5d1hnoru9H2VXfeo0NuX9cqML2EfUo,1368 +django/contrib/redirects/locale/fr/LC_MESSAGES/django.mo,sha256=Pij5Dt3XhspMtsK3QYgwKoVZiigodbWPEUKVNi9cIHo,1141 +django/contrib/redirects/locale/fr/LC_MESSAGES/django.po,sha256=l5x8GP6qwmLckm0NMXXSI7Wk7eZtPBBPpFYcVpasTMg,1326 +django/contrib/redirects/locale/fy/LC_MESSAGES/django.mo,sha256=YQQy7wpjBORD9Isd-p0lLzYrUgAqv770_56-vXa0EOc,476 +django/contrib/redirects/locale/fy/LC_MESSAGES/django.po,sha256=D7xverCbf3kTCcFM8h7EKWM5DcxZRqeOSKDB1irbKeE,948 +django/contrib/redirects/locale/ga/LC_MESSAGES/django.mo,sha256=5eD_27fH_bGk7h2lsz_iqHudqHs9KoRxPzebo3OohMc,1073 +django/contrib/redirects/locale/ga/LC_MESSAGES/django.po,sha256=GQ-GsIzfw_GzadpPW_jZdyJYFnIdbnsgb3n7eVUBjz8,1279 +django/contrib/redirects/locale/gd/LC_MESSAGES/django.mo,sha256=L197QOkG4ne_qEzKTpaO4pI6I3dduIVYZlQDYp5LNTU,1252 +django/contrib/redirects/locale/gd/LC_MESSAGES/django.po,sha256=sXmLe63C-k3bJYHsr6X7q7OnE2tUKqNcu_kipFRWZU0,1371 +django/contrib/redirects/locale/gl/LC_MESSAGES/django.mo,sha256=Kj6ur-MCT4R8dpFO-hCNK9YEtgovm96Lo30yD7H-IEU,1055 +django/contrib/redirects/locale/gl/LC_MESSAGES/django.po,sha256=n6mrjLo1SfnlGnav-hOWnH2RIU6-luzvwzL1EvKBT9Y,1253 +django/contrib/redirects/locale/he/LC_MESSAGES/django.mo,sha256=NikDo6MnQPRRf2qvRmepSmK88SW0Gy6F4ocOosdr1mA,1128 +django/contrib/redirects/locale/he/LC_MESSAGES/django.po,sha256=wVCLXOuDFMPOO70rCF2DSFAa08ly0DCWiqGCiNPkJpM,1302 +django/contrib/redirects/locale/hi/LC_MESSAGES/django.mo,sha256=rIZ22CMSxJCYHcZ7YMTfDzi0X4d_4LCf-bUXM7l0BAA,1409 +django/contrib/redirects/locale/hi/LC_MESSAGES/django.po,sha256=GVIPw9_1zoqsmGMRTnsgDRvgxNTbdN5NYyDGgThJb2c,1649 +django/contrib/redirects/locale/hr/LC_MESSAGES/django.mo,sha256=qfTww_XXLCxovEN41P0cmWj7eksxTwdlxPR4MwCNTS0,1207 +django/contrib/redirects/locale/hr/LC_MESSAGES/django.po,sha256=BT7f2zI6TLCNa0fO74AROjh5FQft4zCPjaRsjLX49RE,1406 +django/contrib/redirects/locale/hsb/LC_MESSAGES/django.mo,sha256=0WPQpoDAyK5zithnKWQXQng-dgOARRR6q1gGyjVaBu4,1236 +django/contrib/redirects/locale/hsb/LC_MESSAGES/django.po,sha256=-sr94k_8E0qViDA38Kb1Ha_dnCEzCDOd2D9e1ChnlAI,1380 +django/contrib/redirects/locale/hu/LC_MESSAGES/django.mo,sha256=5jmRcTBdxl7YkjuaZ45i9M7G76vK3EP0cCw38ekzpgY,1162 +django/contrib/redirects/locale/hu/LC_MESSAGES/django.po,sha256=XLEvL9aPBSOVgBUFXDD2hlEcJO30hZUBThzcuEKJNh4,1339 +django/contrib/redirects/locale/ia/LC_MESSAGES/django.mo,sha256=KwWi9jvHXH0FUCILaeHHAsi1_DmxIEweeWoUaP8LrPw,472 +django/contrib/redirects/locale/ia/LC_MESSAGES/django.po,sha256=l0kyq9Or8EqFh-g9tSfnmiN4c8ok1tXWDw2QjfZ9DUw,944 +django/contrib/redirects/locale/id/LC_MESSAGES/django.mo,sha256=WJTdHF2VNEI7MSr75TCHY9RUappUktaqjR18ZqFousI,1101 +django/contrib/redirects/locale/id/LC_MESSAGES/django.po,sha256=13a2DCxX3xxWeYsr25rHyAjwavK167Nb1-tQFYOtBVE,1322 +django/contrib/redirects/locale/io/LC_MESSAGES/django.mo,sha256=S9FmtF0zbxk_j06kPdpsuxPXg3y5TLIZE6qp4ekwS8E,1019 +django/contrib/redirects/locale/io/LC_MESSAGES/django.po,sha256=Z3Ej-OkQfjB15NTUvwFIwa10WheZPRTBUltoWcL0_98,1228 +django/contrib/redirects/locale/is/LC_MESSAGES/django.mo,sha256=YRYbZhi79USs8CuNLi4x6Sjy0jbj7-kFc_4gxmicfFA,1038 +django/contrib/redirects/locale/is/LC_MESSAGES/django.po,sha256=R5ssHNS9sF7TXMmjJQQljAzqx2AsVuysncR5cojbnLY,1230 +django/contrib/redirects/locale/it/LC_MESSAGES/django.mo,sha256=8XaVNO6xdS2gloxexjIefW1OKvN5bgDLeBLgH0yjICA,1105 +django/contrib/redirects/locale/it/LC_MESSAGES/django.po,sha256=I5NaMpl192YRIJQkjNzyw0HSm8QA54iwcOfmnlGXRKw,1307 +django/contrib/redirects/locale/ja/LC_MESSAGES/django.mo,sha256=tlAsXxYSdRTg8ZPynlf3clZ6IER4xJnU8K10_nnQfoU,1148 +django/contrib/redirects/locale/ja/LC_MESSAGES/django.po,sha256=QAiXVg0Fq2VkHV6n3aEfwJgrJV5u9gQiG8QRlS2biWM,1324 +django/contrib/redirects/locale/ka/LC_MESSAGES/django.mo,sha256=BxyD_cplbjZNToRpk14ghmPgScqoq4EhLCcfw8CZ75I,1511 +django/contrib/redirects/locale/ka/LC_MESSAGES/django.po,sha256=XImDXg-rkf5me8IvdHNJIiPAccMIvTKdD5oSrTOn1Pk,1720 +django/contrib/redirects/locale/kk/LC_MESSAGES/django.mo,sha256=dbeX5s-g9w8iHk3cOcQAileXTa9dFrCMTwttwKEvcIU,1163 +django/contrib/redirects/locale/kk/LC_MESSAGES/django.po,sha256=rCHMgKFih-AQZ_6WHCi_f3S5s89x3gUkbCD3CdY3jdg,1389 +django/contrib/redirects/locale/km/LC_MESSAGES/django.mo,sha256=C6oM_iyqaE-tv8jjfopeKsaqbqVhj7EwvSDwwOwh-lc,1248 +django/contrib/redirects/locale/km/LC_MESSAGES/django.po,sha256=TjxKrw1SZD7gtTicA5nlKvXMxrIrJNkM-ofI1S9Drrg,1437 +django/contrib/redirects/locale/kn/LC_MESSAGES/django.mo,sha256=Ej5om2mw6Ih9oV4lZ2desCD7Vdlj7hrTThSBS95Vfn4,1396 +django/contrib/redirects/locale/kn/LC_MESSAGES/django.po,sha256=j61z_5cKAAZJJshtvK2TKnulUmbWX0bBsw7fN7yrj_8,1588 +django/contrib/redirects/locale/ko/LC_MESSAGES/django.mo,sha256=RaALVxQIxC6OTluKh0GPuqFdWac05XpDh2U5qxTO8Nk,1062 +django/contrib/redirects/locale/ko/LC_MESSAGES/django.po,sha256=ip3HPItg80dlxcxi3ZRiBP1cSTGhSbYxsHSNxyKbCP8,1246 +django/contrib/redirects/locale/lb/LC_MESSAGES/django.mo,sha256=xokesKl7h7k9dXFKIJwGETgwx1Ytq6mk2erBSxkgY-o,474 +django/contrib/redirects/locale/lb/LC_MESSAGES/django.po,sha256=Hv1CF9CC78YuVVNpklDtPJDU5-iIUeuXcljewmc9akg,946 +django/contrib/redirects/locale/lt/LC_MESSAGES/django.mo,sha256=EzYzRp_tTP656BexvBROQ6VgmujUbrDbtYn3edJinXU,1191 +django/contrib/redirects/locale/lt/LC_MESSAGES/django.po,sha256=r_RggNFaph4aFomVIMio8cEEf3O7tvM_1RHmp_aGiLI,1377 +django/contrib/redirects/locale/lv/LC_MESSAGES/django.mo,sha256=dHT95YOrunwe4sw6EFel_Mz4pmbixu4MsbtPgtnRPA8,1111 +django/contrib/redirects/locale/lv/LC_MESSAGES/django.po,sha256=DlT2qc0lf_hhYOSwP4koiDIXnLnUst7INQ5C57E4SYM,1312 +django/contrib/redirects/locale/mk/LC_MESSAGES/django.mo,sha256=ebp__GJoaV56mPb3TLJ6o20JIce9eemX79uYn1zAV_U,1353 +django/contrib/redirects/locale/mk/LC_MESSAGES/django.po,sha256=1B8VVFDRRHnYdH19fXFo5BEdWLlypMMsAM-3HzaF7Q0,1596 +django/contrib/redirects/locale/ml/LC_MESSAGES/django.mo,sha256=1PXw3MS-dDQlC2v1-j_wQ3HZYNYU_yA7nGMn403Xpaw,1331 +django/contrib/redirects/locale/ml/LC_MESSAGES/django.po,sha256=8HJIJTXTpsUd6LyoJ42Z77VR1IgkbXulaHlVWfwzMXI,1520 +django/contrib/redirects/locale/mn/LC_MESSAGES/django.mo,sha256=OjRKWcHwLtm64GxqeNydjLEHOoTeBwHydOByMdx62zY,1274 +django/contrib/redirects/locale/mn/LC_MESSAGES/django.po,sha256=WCgu0xEbJWSHcy9eW_G9AFGKrubYveCTHFDVHAFN-As,1502 +django/contrib/redirects/locale/mr/LC_MESSAGES/django.mo,sha256=2Z5jaGJzpiJTCnhCk8ulCDeAdj-WwR99scdHFPRoHoA,468 +django/contrib/redirects/locale/mr/LC_MESSAGES/django.po,sha256=0aGKTlriCJoP-Tirl-qCl7tjjpjURhgCjRGmurHVO3c,940 +django/contrib/redirects/locale/my/LC_MESSAGES/django.mo,sha256=37cz49r95DRdWnUQ7sEK___KSj_FQazRUN50AzP1Boc,549 +django/contrib/redirects/locale/my/LC_MESSAGES/django.po,sha256=GR1WW2K4SKpty_axgrj7pQ2EnAZLQHuHajijlXDYN_k,1052 +django/contrib/redirects/locale/nb/LC_MESSAGES/django.mo,sha256=dgpEoSNJR0Jd3GXYzwpFSgC530kpFrWyAXnaDU0LpEM,1146 +django/contrib/redirects/locale/nb/LC_MESSAGES/django.po,sha256=YpmGW-RrPuZ9pn1KeOrTCKl6Ptn-282FFSJhkWx8f0g,1402 +django/contrib/redirects/locale/ne/LC_MESSAGES/django.mo,sha256=LjTapQ5PFh4WsQ-Auwgk5nl62nDTMQtmbS7FQ3i7mK8,1420 +django/contrib/redirects/locale/ne/LC_MESSAGES/django.po,sha256=K9rZO9t41OLMtmVFANS88C6an0IYkNQrhN4vkAMR1X4,1607 +django/contrib/redirects/locale/nl/LC_MESSAGES/django.mo,sha256=6J9L5BCe9kkBKsLu5qgkXTz8SIesSZADYzuHIpx_OKM,1114 +django/contrib/redirects/locale/nl/LC_MESSAGES/django.po,sha256=bXjssVuJg4y47hCpfyOT8o7qNzgdrtAFRy8baPT8uPI,1343 +django/contrib/redirects/locale/nn/LC_MESSAGES/django.mo,sha256=QHahUfXouw39LlMhzMYC-nGEmoywINrAL6Qei-Gagsk,1072 +django/contrib/redirects/locale/nn/LC_MESSAGES/django.po,sha256=h0NA_c5ksLnqmRxceWU-__JN98vJQQ_zf-fM--9QidY,1267 +django/contrib/redirects/locale/os/LC_MESSAGES/django.mo,sha256=p5kZL8__7biWwkpxa3uQgRn47PAK3RT9cUbrKkt_-yA,1150 +django/contrib/redirects/locale/os/LC_MESSAGES/django.po,sha256=DkkpxJ8iZA7AkQ10gEqwAbEgltG6wiIKTFibTtO0BkE,1358 +django/contrib/redirects/locale/pa/LC_MESSAGES/django.mo,sha256=AJSFSW5pYgbP0L0ciSUu6AYQbLV4T5-GHoJX5e0DX-4,748 +django/contrib/redirects/locale/pa/LC_MESSAGES/django.po,sha256=LNOiC2Y_3bWP78zuYpUE2mTpSvtvdbhmdMDGEouzL7w,1199 +django/contrib/redirects/locale/pl/LC_MESSAGES/django.mo,sha256=SfMp_zhEXRG-aYNzCOshaNVnb470gaN1ptIm7akqBA8,1175 +django/contrib/redirects/locale/pl/LC_MESSAGES/django.po,sha256=jLHkyZK0RGyDCn5LFWdy7mX10tn_cKKJp-fxyEgXePM,1356 +django/contrib/redirects/locale/pt/LC_MESSAGES/django.mo,sha256=K5jMOXI8Ujow636wcl92CSa7zgjqZppKgz-2WIiyQFI,1129 +django/contrib/redirects/locale/pt/LC_MESSAGES/django.po,sha256=CeTf9z6FIdnK1XKcZ11iD8b71HwZuIHGmXOxxRXfgqY,1350 +django/contrib/redirects/locale/pt_BR/LC_MESSAGES/django.mo,sha256=OTgD0-DuoGKzg_cH_M0Yjxz_MR1HdiaHtDMiFmkcq9U,1162 +django/contrib/redirects/locale/pt_BR/LC_MESSAGES/django.po,sha256=C1FdxxM3uYa8VLC-1-8WgDxPDn9Kw7ddyimTy5hthWE,1417 +django/contrib/redirects/locale/ro/LC_MESSAGES/django.mo,sha256=QD_vaglvSu2ZNTqOYQmqsQELXSDW6uCFDdAz5Rxcs28,1222 +django/contrib/redirects/locale/ro/LC_MESSAGES/django.po,sha256=s0Qd5PaN9mOQ_bXJAKjTHNG4xbMtVJz_XyUC-LFmNto,1475 +django/contrib/redirects/locale/ru/LC_MESSAGES/django.mo,sha256=etYn4n3rSQE6JeCr4_8eMrWejkDY8UGRNJZsuejzjj8,1469 +django/contrib/redirects/locale/ru/LC_MESSAGES/django.po,sha256=WXJQhPNL04ywaapxkyr_lVjCf0PVgPjVWZ8VMtD7cjA,1682 +django/contrib/redirects/locale/sk/LC_MESSAGES/django.mo,sha256=N1ZnzajEDIHTKjJTSi6nROigrx0PArjjIxhMN1XYaU4,1127 +django/contrib/redirects/locale/sk/LC_MESSAGES/django.po,sha256=CsopH7n8a0EkZKZCI-81Gb9OFnH_BRvrK8E4FU-fYiA,1333 +django/contrib/redirects/locale/sl/LC_MESSAGES/django.mo,sha256=7Dxl-8r0SMqhsBiiUKn0-SOYjCQcOZWfeQBmCej7HG0,1156 +django/contrib/redirects/locale/sl/LC_MESSAGES/django.po,sha256=lW3u3T9gjiaNTZa4jbDvAP6Ob1_DPuHcpH7cxRWJa78,1334 +django/contrib/redirects/locale/sq/LC_MESSAGES/django.mo,sha256=P3i5o27gi0WQvq9_BoGsifSXuvbJmbkB_mybRdwtUb4,1125 +django/contrib/redirects/locale/sq/LC_MESSAGES/django.po,sha256=J9zjkOi9p7mGnMavMpO5d8gvv7Isvp9Zu1JdXidi218,1307 +django/contrib/redirects/locale/sr/LC_MESSAGES/django.mo,sha256=4tgMpWEdZ4krCfDiNoTfBVpAbFGUny08kFvELm3T6ZE,1254 +django/contrib/redirects/locale/sr/LC_MESSAGES/django.po,sha256=pzHbuE5pRgJDCbNatYn3xPx6tngzBpzJ-Ce38O3ceJE,1455 +django/contrib/redirects/locale/sr_Latn/LC_MESSAGES/django.mo,sha256=RTO8FbSS6txvhvkxRPXQ1yr9GyKnklR9tCMhcHxxVEo,1130 +django/contrib/redirects/locale/sr_Latn/LC_MESSAGES/django.po,sha256=sKrGKrEpQLGvR6OgWX6I05qg8hdOXll0IOMVD7FHK2Y,1331 +django/contrib/redirects/locale/sv/LC_MESSAGES/django.mo,sha256=GrVBXa4aEBWG_rt-SvSyt2eMFgzK7C7KzKwex6KimXU,1102 +django/contrib/redirects/locale/sv/LC_MESSAGES/django.po,sha256=m-rUx7mT9v2EUL6VJ-SWtlopzTtyhUgv-wLKaBUXrrg,1298 +django/contrib/redirects/locale/sw/LC_MESSAGES/django.mo,sha256=JlMvRiPZoCS9i3nLmLLEQPWDXLfxLtdbGOgGeN2lNtw,1078 +django/contrib/redirects/locale/sw/LC_MESSAGES/django.po,sha256=vtAjW5o-fMyERJMpCI2V04rhx7GyfjLQxEeNw3K68TU,1245 +django/contrib/redirects/locale/ta/LC_MESSAGES/django.mo,sha256=4DiWKDeZsHFw8KaqHz3EE-TOGDkZwYax6ik_1Qousr0,1502 +django/contrib/redirects/locale/ta/LC_MESSAGES/django.po,sha256=1zad0UpxBgdvRohv3-7QBS1GHNbbm7MNs-gZROFCvIM,1700 +django/contrib/redirects/locale/te/LC_MESSAGES/django.mo,sha256=Gtcs4cbgrD7-bSkPKiPbM5DcjONS2fSdHhvWdbs_E1M,467 +django/contrib/redirects/locale/te/LC_MESSAGES/django.po,sha256=RT-t3TjcOLyNQQWljVrIcPWErKssh_HQMyGujloy-EI,939 +django/contrib/redirects/locale/th/LC_MESSAGES/django.mo,sha256=LhkFMqet0lnsIBpecnG8eDcC4ynVwmXnqdPoy2h8voI,1210 +django/contrib/redirects/locale/th/LC_MESSAGES/django.po,sha256=mGqIDEdSNXOePdw08R4B8eh-NvA4c1WEujoE1facCbQ,1393 +django/contrib/redirects/locale/tr/LC_MESSAGES/django.mo,sha256=B7ShDa-0ZYrm-F4j8Aqym--WfRWY0xyEOq5cVqbKHsY,1124 +django/contrib/redirects/locale/tr/LC_MESSAGES/django.po,sha256=NH5wPslGabuHe_yqPXLVltFD8135UgomKUV8c79imZc,1348 +django/contrib/redirects/locale/tt/LC_MESSAGES/django.mo,sha256=o3dfN0Ynx939dOCdBS0uD40I7_UYVdumkF5ulydAeMo,1178 +django/contrib/redirects/locale/tt/LC_MESSAGES/django.po,sha256=mjMkdE-5Vn2jsBrORj0h4X631yJFJhdt__JRh_ndewM,1376 +django/contrib/redirects/locale/udm/LC_MESSAGES/django.mo,sha256=CNmoKj9Uc0qEInnV5t0Nt4ZnKSZCRdIG5fyfSsqwky4,462 +django/contrib/redirects/locale/udm/LC_MESSAGES/django.po,sha256=xsxlm4itpyLlLdPQRIHLuvTYRvruhM3Ezc9jtp3XSm4,934 +django/contrib/redirects/locale/uk/LC_MESSAGES/django.mo,sha256=MGVdlWCsCR1zIbHLMLOwp3EvfvWcIEqS2hV3QkjFFNw,1414 +django/contrib/redirects/locale/uk/LC_MESSAGES/django.po,sha256=Pkvb6mx_refwfk8-c-OudsibEgTdNJ2dAnHoUiH_-JU,1700 +django/contrib/redirects/locale/ur/LC_MESSAGES/django.mo,sha256=Kctgivg91-ztPrMagYEgp78r0hYTnVUQw6LQDwhr6ys,1138 +django/contrib/redirects/locale/ur/LC_MESSAGES/django.po,sha256=NH8a1KS56oImZHZzJ0n2FRIBabhMD3ou0qRcTvCCuwQ,1330 +django/contrib/redirects/locale/vi/LC_MESSAGES/django.mo,sha256=nlkhjE2WuCXztsZBLefUMVg-wFQQlmtrsg2HVIfWNQs,1106 +django/contrib/redirects/locale/vi/LC_MESSAGES/django.po,sha256=TimnGoDEBiEuEJozTj1cT-WxiYPymv11TVTNxf24yMM,1301 +django/contrib/redirects/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=RBfPIuIO4aUWUDZhQQg9oC6-Ov1AFXRyou-osLmLFwU,1089 +django/contrib/redirects/locale/zh_Hans/LC_MESSAGES/django.po,sha256=9oVC1nhNP5F39X_W38zknhc32Wo_F6OdWevaX98d2Q4,1315 +django/contrib/redirects/locale/zh_Hant/LC_MESSAGES/django.mo,sha256=pCBAvZWg5JSaYKuson6s5LtzmeA8EwwTEFXP7qPQAZE,1059 +django/contrib/redirects/locale/zh_Hant/LC_MESSAGES/django.po,sha256=l0Yga5dyYmzxhHmmR9k7fpcRKN4eBnci_iHQauFxCtA,1262 +django/contrib/redirects/migrations/0001_initial.py,sha256=fnLIO8z9pu3aBupcmG6oETTCYMxhlW57Ek3nTPnNTgE,1561 +django/contrib/redirects/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/sessions/__init__.py,sha256=W7kKt-gCROzrUA6UpIRAit3SHa-coN4_A4fphGikCEk,67 +django/contrib/sessions/apps.py,sha256=F6zzUvsrxc7gWrRFlE72qkZTxw9aDIVBmVFU1book6Q,195 +django/contrib/sessions/base_session.py,sha256=IkfINHf7WDipy94eVeQrls07u0IosvYAWGdmmA36ibU,1623 +django/contrib/sessions/exceptions.py,sha256=epvfG9haHc8p34Ic6IqUSC-Yj06Ruh2TSm9G6HQMdno,256 +django/contrib/sessions/middleware.py,sha256=ZjceTNU7sWmQPrXb247qQooSp4c7n8n5SEyBnOjHIsI,3344 +django/contrib/sessions/models.py,sha256=ucxR4YpjfGi5dDS1IRZkbDwGWqFy5P-t4IkA_NsH5sY,1298 +django/contrib/sessions/serializers.py,sha256=GLQkluwSQBbAuPzRSSU-6odofxOvzQi-kh1JeAhbF9U,488 +django/contrib/sessions/backends/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/sessions/backends/base.py,sha256=bHMw72owAeyotlttCKOD9Gh_EvoSYbdXe_zD-RTbie0,12304 +django/contrib/sessions/backends/cache.py,sha256=ExLTaQIKSLlhQl8pNSRJIhKnMuLbUW-w0bE4QVWImUI,2766 +django/contrib/sessions/backends/cached_db.py,sha256=vcHQTilkNQGCwXmWYNLuLsLjocfQ-OwtfVzFzY2K1lY,2813 +django/contrib/sessions/backends/db.py,sha256=GigqDmHlnmOLyNVXhcMnxhpA02kOH2HBo7P5MRwiOsE,3794 +django/contrib/sessions/backends/file.py,sha256=pn0LDfENCpweZ2p4mmpJvxfqigyDUlgtPqKjgp8Ch50,8034 +django/contrib/sessions/backends/signed_cookies.py,sha256=qQeqMINIV_h5R6wkYu-isEdTWDdRBKvgGIYm5IeLAr8,2949 +django/contrib/sessions/locale/af/LC_MESSAGES/django.mo,sha256=CeuKxmXn3PSw7eh7O_0bC4NUBVmOhdDcOsnsYycLD44,470 +django/contrib/sessions/locale/af/LC_MESSAGES/django.po,sha256=fdRPUBMVUrpvAi9zsvwSnts55Wdnj4r2kLxKeroIsSM,745 +django/contrib/sessions/locale/ar/LC_MESSAGES/django.mo,sha256=mOlKWbD5-UpECobzpDOFUIdUDpTBmmzJJLLINYnPpk0,846 +django/contrib/sessions/locale/ar/LC_MESSAGES/django.po,sha256=_ObZZEAWckLh4cnnoFebAeL1v30pUn-2mW_0_izq-e8,995 +django/contrib/sessions/locale/ast/LC_MESSAGES/django.mo,sha256=7l9aZN_12ZLD0FjCrHLxuU6JqHnOebQvHRcnVzpXQfU,702 +django/contrib/sessions/locale/ast/LC_MESSAGES/django.po,sha256=AToIbpsYAt81jq4-gRySK6i75-yzaQpFcR0-7qTePc0,846 +django/contrib/sessions/locale/az/LC_MESSAGES/django.mo,sha256=T1Zg9t7tVKGKc3otJgU1UPcUJpTAFANr8thdmWh0g9I,700 +django/contrib/sessions/locale/az/LC_MESSAGES/django.po,sha256=DwEBsO-BrKBpSVn5zmG7Oq1Q-kPms8pVNgEK8JXDhtE,846 +django/contrib/sessions/locale/be/LC_MESSAGES/django.mo,sha256=L3idGs7LvYvZaxMDwGUF1TiESiMiuFOP1AlH5gF0UIw,895 +django/contrib/sessions/locale/be/LC_MESSAGES/django.po,sha256=HgFsvffTHGaUcIHIAvkuUU_BXEh2BBlbCLzE9AxjTUo,1023 +django/contrib/sessions/locale/bg/LC_MESSAGES/django.mo,sha256=EdYKNQAyKPaoY0xejuy9vP--GJ0iqW7IBtmL4Ul1rbI,783 +django/contrib/sessions/locale/bg/LC_MESSAGES/django.po,sha256=nhdaDxxPsIL4-j_vq05pXAQI8d_Bhd9NIxdAEm1Gki8,942 +django/contrib/sessions/locale/bn/LC_MESSAGES/django.mo,sha256=1kBYXt3PuEtlelGmjtSCJybxmyHgtIW5p4NlG_6lork,762 +django/contrib/sessions/locale/bn/LC_MESSAGES/django.po,sha256=IOtnrq1WoNUqh4PvhoBIqRbV-FDZKX0bMl2F_vU0Bqk,909 +django/contrib/sessions/locale/br/LC_MESSAGES/django.mo,sha256=hRC20a_Gfh7CvH3jsgOTxX7efyGoLurfDBeKZIvdyQc,536 +django/contrib/sessions/locale/br/LC_MESSAGES/django.po,sha256=6aB7NdohFYF5t2YLWaA_APYobgQqDwiNqcmVOD9zBFE,787 +django/contrib/sessions/locale/bs/LC_MESSAGES/django.mo,sha256=IfpCqfTG7fbcJfBl3WphyLI0obsd0U2a7Y0Ior1eZzI,759 +django/contrib/sessions/locale/bs/LC_MESSAGES/django.po,sha256=T3D322uSKkOZWE7ACu1Yw-pYBIKk8tv6N_uf_fOoCrU,909 +django/contrib/sessions/locale/ca/LC_MESSAGES/django.mo,sha256=V4SW83cCsc4Yk1zwfFdGfL4Dwgj0xQBa0ZKQFB2sQ2I,738 +django/contrib/sessions/locale/ca/LC_MESSAGES/django.po,sha256=Z9EO0_rnsXjfwukQfoM3J_gz5iJWDHLHGgeMRb5-v5s,906 +django/contrib/sessions/locale/cs/LC_MESSAGES/django.mo,sha256=OmG659DMf5Qkjn--N6YAptscmCF2QcQENC_GUq6K7-E,747 +django/contrib/sessions/locale/cs/LC_MESSAGES/django.po,sha256=UWqAYI6Pb_8l7NTcjODHInmfKtqldn6nuquTlaGCG58,906 +django/contrib/sessions/locale/cy/LC_MESSAGES/django.mo,sha256=SNSZ3s0NT6zKFPzxaglmmzoAOawAorClFterR4LWBKo,774 +django/contrib/sessions/locale/cy/LC_MESSAGES/django.po,sha256=_avUUvTen4FTaSSQq1JmOVqA0qkzTgSSRdb3BvrS7t0,952 +django/contrib/sessions/locale/da/LC_MESSAGES/django.mo,sha256=9ueGqV54FW8OozC3xBv-2t4-VAGQYKZC4Upfj4OZ73w,722 +django/contrib/sessions/locale/da/LC_MESSAGES/django.po,sha256=Awk1sSYxe4mXSGtQeVTBV8Z8Wlowumah19Asd7PK50o,880 +django/contrib/sessions/locale/de/LC_MESSAGES/django.mo,sha256=2YDMoT6aRAWoCLnQO619AtPsmWegSsBtjtEwOAD5PrE,721 +django/contrib/sessions/locale/de/LC_MESSAGES/django.po,sha256=U3ASeS6hN4lQwNJ3b3SuM9IL1XyKG6-4xoIQIXS1Lnw,844 +django/contrib/sessions/locale/dsb/LC_MESSAGES/django.mo,sha256=9WfnaawT37ojb4IKt1iO_vKflmnEeL-8WBs8FIJKxdQ,810 +django/contrib/sessions/locale/dsb/LC_MESSAGES/django.po,sha256=HNBPkq-h3IYHu_PekBylJVvbkSTDrdDQBWwuasbZz-M,934 +django/contrib/sessions/locale/el/LC_MESSAGES/django.mo,sha256=ETDps7sDbk7lbYYoM7GmemFLdcZU2T1WiRL5Gqr1ZbY,809 +django/contrib/sessions/locale/el/LC_MESSAGES/django.po,sha256=Dtz1aZt5ngCqw8npRA6Ox7aeZplxEcSLSiDHt9we3RY,971 +django/contrib/sessions/locale/en/LC_MESSAGES/django.mo,sha256=U0OV81NfbuNL9ctF-gbGUG5al1StqN-daB-F-gFBFC8,356 +django/contrib/sessions/locale/en/LC_MESSAGES/django.po,sha256=afaM-IIUZtcRZduojUTS8tT0w7C4Ya9lXgReOvq_iF0,804 +django/contrib/sessions/locale/en_AU/LC_MESSAGES/django.mo,sha256=dTndJxA-F1IE_nMUOtf1sRr7Kq2s_8yjgKk6mkWkVu4,486 +django/contrib/sessions/locale/en_AU/LC_MESSAGES/django.po,sha256=gvnvUpim1l7oImnzPXqBww-Uz0TgGjzCLaaszpdkQ10,761 +django/contrib/sessions/locale/en_GB/LC_MESSAGES/django.mo,sha256=BCbVEvemHKxTKHomtVVrPAY_aL_Cf6XM_wFWzXnHC9Y,707 +django/contrib/sessions/locale/en_GB/LC_MESSAGES/django.po,sha256=d2xuA3RdrNEg-oWXy0Od7knVfXE_SrnPyve1excDwh4,849 +django/contrib/sessions/locale/eo/LC_MESSAGES/django.mo,sha256=kz-aot1rEAmkwion60GWKfCVYhPKS9k1RkhGSMexPTQ,727 +django/contrib/sessions/locale/eo/LC_MESSAGES/django.po,sha256=hInVukaIAppga5W4fvI_3Ot1XbtZog1y9kkhl3UsTMg,917 +django/contrib/sessions/locale/es/LC_MESSAGES/django.mo,sha256=AjMjtn30QerwBzCUCawjvQoCYrnx8TT70Lz0uKE2SSE,734 +django/contrib/sessions/locale/es/LC_MESSAGES/django.po,sha256=zWVenKi2EUpfjJubzhP4-xl7mBlwjUUUvak6BlDQW60,909 +django/contrib/sessions/locale/es_AR/LC_MESSAGES/django.mo,sha256=SASlXn-SgrSYn126e22T73IPTHG8cBKXx-nGnEqvZ_o,735 +django/contrib/sessions/locale/es_AR/LC_MESSAGES/django.po,sha256=QEjZU5kDhOrbazVvde2_RzqrGD5Ccwu8daqff6vg8fk,879 +django/contrib/sessions/locale/es_CO/LC_MESSAGES/django.mo,sha256=nbMgCJZY6fIExwfhX-ejRLgCORew6av_v8ISa8vHI6Y,754 +django/contrib/sessions/locale/es_CO/LC_MESSAGES/django.po,sha256=3BNKrLLpJfAN7CpXEkDOQTNCps2v6m3d9ohg54-1l0M,878 +django/contrib/sessions/locale/es_MX/LC_MESSAGES/django.mo,sha256=RuA0h6f7CAujvo2A2SRHpV3PLU8X5OoZUWvgyFJkwcU,756 +django/contrib/sessions/locale/es_MX/LC_MESSAGES/django.po,sha256=rA-vfTa4cDD7M1opEcB_VNpddMcqydCr06h1L8o5ePw,920 +django/contrib/sessions/locale/es_VE/LC_MESSAGES/django.mo,sha256=59fZBDut-htCj38ZUoqPjhXJPjZBz-xpU9__QFr3kLs,486 +django/contrib/sessions/locale/es_VE/LC_MESSAGES/django.po,sha256=zWjgB0AmsmhX2tjk1PgldttqY56Czz8epOVCaYWXTLU,761 +django/contrib/sessions/locale/et/LC_MESSAGES/django.mo,sha256=kMEuAMp4p7DhZh8I8dEpVVfrPIcbHUiQrkdmJDuf-x4,737 +django/contrib/sessions/locale/et/LC_MESSAGES/django.po,sha256=jwETBiFKtj-nlHCW3KtTCLSShNA4oaJjFdHJGrv2fa4,899 +django/contrib/sessions/locale/eu/LC_MESSAGES/django.mo,sha256=Pg1MexIBFlCBCABUXnwHIsyYOhdmDP2CQo_jk1RoFrU,689 +django/contrib/sessions/locale/eu/LC_MESSAGES/django.po,sha256=HTDPFTgKIrX55vkYPPSNLCplpF9KXO4lveH9z58bs80,833 +django/contrib/sessions/locale/fa/LC_MESSAGES/django.mo,sha256=1FY0OWAawV4a9WZqW4LHL3-gJRbB5D9vLYAAMQDxjGA,755 +django/contrib/sessions/locale/fa/LC_MESSAGES/django.po,sha256=taijXU9vfecN6Swj8NlOMwSa1lb6EXck9n03D2poCj0,916 +django/contrib/sessions/locale/fi/LC_MESSAGES/django.mo,sha256=968RaKZVU39TjsxAChcA9_pJmD-yxhHwVduJ16xsD6M,721 +django/contrib/sessions/locale/fi/LC_MESSAGES/django.po,sha256=r2YolTGsdT-C6S6w0frMf1PhS6rY6yBelb4ItEQhmXw,889 +django/contrib/sessions/locale/fr/LC_MESSAGES/django.mo,sha256=gZkPbyYxuIcib2jr6x18l-Fm950fM23UIZg9_IplzY0,733 +django/contrib/sessions/locale/fr/LC_MESSAGES/django.po,sha256=-mCaC2nucr667otRnHbeQB5H9E3-eO_tNU4Du2MXdQg,893 +django/contrib/sessions/locale/fy/LC_MESSAGES/django.mo,sha256=YQQy7wpjBORD9Isd-p0lLzYrUgAqv770_56-vXa0EOc,476 +django/contrib/sessions/locale/fy/LC_MESSAGES/django.po,sha256=U-VEY4WbmIkmrnPK4Mv-B-pbdtDzusBCVmE8iHyvzFU,751 +django/contrib/sessions/locale/ga/LC_MESSAGES/django.mo,sha256=GnniQoHeelUEuMvGGkIjbsBR2yxu1B3sqhucoBhw0cg,747 +django/contrib/sessions/locale/ga/LC_MESSAGES/django.po,sha256=zu8bFvhHlfVSjIJXMVdDa7y6S0Dgflg6mmXuwTzDRxo,894 +django/contrib/sessions/locale/gd/LC_MESSAGES/django.mo,sha256=3M8shPOaVEaMMBBqMrlgNTX8k2cf3JhisykuGGCaduo,791 +django/contrib/sessions/locale/gd/LC_MESSAGES/django.po,sha256=SKVN_dyerk9G6ekKXDcvVL8iuv1pF760tGx3T8loyz4,890 +django/contrib/sessions/locale/gl/LC_MESSAGES/django.mo,sha256=fj0Au8wI7-ZbyF--ZHWAuvuY42DyrpEaUc0OA8JU25s,701 +django/contrib/sessions/locale/gl/LC_MESSAGES/django.po,sha256=RPGb_A7Nz5KSizqZkq44yZ-isZ-yNEHDeHXnvC6I2ck,902 +django/contrib/sessions/locale/he/LC_MESSAGES/django.mo,sha256=Rs4OWF5HeAGvuVxSEDh5qSR8tzsBeXznOd6KBse0avk,809 +django/contrib/sessions/locale/he/LC_MESSAGES/django.po,sha256=1CuYH6DOkWQ4BFIrqnTVL3dXR-MWT1b2HyJvI5c_jkE,969 +django/contrib/sessions/locale/hi/LC_MESSAGES/django.mo,sha256=VriR-EG82xVTFYnQCyiVtEA5L5oSe8_NiHg6RUAzYxI,759 +django/contrib/sessions/locale/hi/LC_MESSAGES/django.po,sha256=tw3O45_avCcKPhj0VbCLinc9VKOPtBoNqAwDa55LppM,951 +django/contrib/sessions/locale/hr/LC_MESSAGES/django.mo,sha256=aJhCHGtVgPQITfu5b4BbE2ajyg_MwO6sfl0DK7j8Q6c,819 +django/contrib/sessions/locale/hr/LC_MESSAGES/django.po,sha256=o_R-EB-tb-VEiCXwqfQ7eivLpbg1zmmkLk_zsLOUgWw,998 +django/contrib/sessions/locale/hsb/LC_MESSAGES/django.mo,sha256=pU-e3i4J7J6XGPU3jymmp7uybJOW7uXLdxHXKemZuls,805 +django/contrib/sessions/locale/hsb/LC_MESSAGES/django.po,sha256=-E_HIpswfTAe3vsTtxBB7m4mruz_biHiNO_9jGAQgKs,929 +django/contrib/sessions/locale/hu/LC_MESSAGES/django.mo,sha256=ljjsM3NFm7ZkLDSMTH50yHu_T_dRJG8n1Hd2OpNR3cQ,737 +django/contrib/sessions/locale/hu/LC_MESSAGES/django.po,sha256=12cp8JFSKHT6xSTQCfI6KnAvwjTSruJWSDgkgQpM4zw,894 +django/contrib/sessions/locale/ia/LC_MESSAGES/django.mo,sha256=KwWi9jvHXH0FUCILaeHHAsi1_DmxIEweeWoUaP8LrPw,472 +django/contrib/sessions/locale/ia/LC_MESSAGES/django.po,sha256=e_iuIIrlWp_ejLnx8HVncyWXKGokL5DgFpwpHX8hcEw,747 +django/contrib/sessions/locale/id/LC_MESSAGES/django.mo,sha256=7d80axuJKbayM3aDym8ng9tANkCpSVy7NMzAmznFGuw,705 +django/contrib/sessions/locale/id/LC_MESSAGES/django.po,sha256=mGe4PhKRhcNnc3BHKph_rwQpHsnX1KMeRwYLVxzCByI,914 +django/contrib/sessions/locale/io/LC_MESSAGES/django.mo,sha256=rRiJaEKiAlEYfR8zMKQnuolNkIXIWbAVliBWs5KDJ6Y,683 +django/contrib/sessions/locale/io/LC_MESSAGES/django.po,sha256=gQnMCbPh8ZrzwpNB7gcCo1dh4rjYTCWtHJ9QiIC3_Sg,840 +django/contrib/sessions/locale/is/LC_MESSAGES/django.mo,sha256=_0xcn2uYVQE36yc81niL9qsFOIojbQU_MF3ToQA2Up8,706 +django/contrib/sessions/locale/is/LC_MESSAGES/django.po,sha256=9nBsekxzeU3nvzV9LfLIVG7g2iez9sqHSTNRuH5vxuI,853 +django/contrib/sessions/locale/it/LC_MESSAGES/django.mo,sha256=WBx--0NOQpGOQNu_sIrp8pIJMYfRy-SVIp6TG1zt0dY,726 +django/contrib/sessions/locale/it/LC_MESSAGES/django.po,sha256=ETzSCla9ztx0xky-NGy6IT9PA85-2evK5QOoKh_wfpk,869 +django/contrib/sessions/locale/ja/LC_MESSAGES/django.mo,sha256=TU2j2WyKsZyvrEILaVtP_oKtbv0fYXZ1rX6OtAJAu5M,757 +django/contrib/sessions/locale/ja/LC_MESSAGES/django.po,sha256=g4tvFSUXx1-E7uz3X4ZwcPENkY7Hf916AWK3qjWiwtg,920 +django/contrib/sessions/locale/ka/LC_MESSAGES/django.mo,sha256=DzccXIBivwRkVjKarqM9jlKkpDsIYAczw7do8i7Os8M,803 +django/contrib/sessions/locale/ka/LC_MESSAGES/django.po,sha256=XY2FvUmpCFoEVMIHsLK07SAcq5f8IVIkEW5SziQYyI8,950 +django/contrib/sessions/locale/kk/LC_MESSAGES/django.mo,sha256=jYD3xuCcyPMzBxmLfLRHR3eAvleaB1ABr7skjhB_4E8,810 +django/contrib/sessions/locale/kk/LC_MESSAGES/django.po,sha256=J-tIthLavH1uCaZ242o0zCeZmyU7ALPZBzgze1U0C4c,1024 +django/contrib/sessions/locale/km/LC_MESSAGES/django.mo,sha256=atlfwsPRgpc2tq83JlQdsPcMobe5GqDYdm7iY-wmOWs,929 +django/contrib/sessions/locale/km/LC_MESSAGES/django.po,sha256=Zbu0Ea_tB5gM5EkYPXFcbEfph2y0cU1Qudy59X9z23w,1073 +django/contrib/sessions/locale/kn/LC_MESSAGES/django.mo,sha256=-tYo3xgBNSKkRm1guZt-TeV20N9vBsKYXqHtSIK0Dz8,814 +django/contrib/sessions/locale/kn/LC_MESSAGES/django.po,sha256=DbTMcEubzlxZ5WY416etO9iWHHhzL3AyDKMn0FCsMAM,961 +django/contrib/sessions/locale/ko/LC_MESSAGES/django.mo,sha256=gxcIbuwjbx7Qhyb-uug_7NGDmW5aZCd-NfSjcb0_CM8,700 +django/contrib/sessions/locale/ko/LC_MESSAGES/django.po,sha256=CPlavLUAaafh_k8xuvTC5S-HRgKcKDJMlK25uIbcngI,855 +django/contrib/sessions/locale/lb/LC_MESSAGES/django.mo,sha256=xokesKl7h7k9dXFKIJwGETgwx1Ytq6mk2erBSxkgY-o,474 +django/contrib/sessions/locale/lb/LC_MESSAGES/django.po,sha256=3igeAnQjDg6D7ItBkQQhyBoFJOZlBxT7NoZiExwD-Fo,749 +django/contrib/sessions/locale/lt/LC_MESSAGES/django.mo,sha256=o0-s6eqSHQsHLoBE1AR3jJP40lPnHDgyVycsfih67EM,786 +django/contrib/sessions/locale/lt/LC_MESSAGES/django.po,sha256=gqZD5XJNkBs8cddExBME2j9KY43Bk04I6jR7TdopZeo,952 +django/contrib/sessions/locale/lv/LC_MESSAGES/django.mo,sha256=uY6BZ5Bqwl-8U1-VxkJ1cKi0T7kJ6vWV-hFtv5Zl6_M,731 +django/contrib/sessions/locale/lv/LC_MESSAGES/django.po,sha256=T3-dAD-zFP-FIswpbE2IxPzOMBFUYwFk3tw2iBQnuvA,881 +django/contrib/sessions/locale/mk/LC_MESSAGES/django.mo,sha256=ycmo1Ncz7RnJpEqg-ka15BTIxci6h894_k-xlVTkfsE,816 +django/contrib/sessions/locale/mk/LC_MESSAGES/django.po,sha256=IAcie2QZvxNO2I_nVBFA0yNSmsC8NiCDPRwIpLiOM4g,988 +django/contrib/sessions/locale/ml/LC_MESSAGES/django.mo,sha256=sj9BxTkJyyKehxfU6T0vqmCfYgWxZW8Q5iJsjEkJXVc,780 +django/contrib/sessions/locale/ml/LC_MESSAGES/django.po,sha256=JYilKFVB4EckFnoNnbrMIYWCufAeML_iYAzRS1gzPvE,927 +django/contrib/sessions/locale/mn/LC_MESSAGES/django.mo,sha256=Ry9mJuULDbRpm5fY3nRRDq-KgeeGI6LotwakGf4fcO8,769 +django/contrib/sessions/locale/mn/LC_MESSAGES/django.po,sha256=vR4wgPM4hxX7g7rDjVqU4reokD9VXEfPUJndHox1kZI,972 +django/contrib/sessions/locale/mr/LC_MESSAGES/django.mo,sha256=2Z5jaGJzpiJTCnhCk8ulCDeAdj-WwR99scdHFPRoHoA,468 +django/contrib/sessions/locale/mr/LC_MESSAGES/django.po,sha256=FQRdZ-qIDuvTCrwbnWfxoxNi8rywLSebcNbxGvr-hb0,743 +django/contrib/sessions/locale/my/LC_MESSAGES/django.mo,sha256=jqc_KK4kwwgG7Rt1YoXm6sDzG6g5OjdmWFxuMb1eek4,872 +django/contrib/sessions/locale/my/LC_MESSAGES/django.po,sha256=svtU1sZdhooGnbVRrhiqJrjTaeH5NMzE0RT0S5tOO-c,997 +django/contrib/sessions/locale/nb/LC_MESSAGES/django.mo,sha256=RCJ4wbP7EcTTiYi4wBGo85PoevSsHu-XFyuoi7No2os,717 +django/contrib/sessions/locale/nb/LC_MESSAGES/django.po,sha256=sKh0nApaMRSHxt76upR4wLHJffduObPz7kQeDpS5_Ng,907 +django/contrib/sessions/locale/ne/LC_MESSAGES/django.mo,sha256=Aia8hQ6EpPWRfmW8dhle1nMFdVrUuy_5knSuo0Xynq0,802 +django/contrib/sessions/locale/ne/LC_MESSAGES/django.po,sha256=yC3-dWj-48XzC3pW5pTXJu1_wbRtjJK5fzuDesDz4wg,978 +django/contrib/sessions/locale/nl/LC_MESSAGES/django.mo,sha256=aH99cJvk-FbF9J-VgBR8JK5JcbMNfFK_xXq-aTb98w8,720 +django/contrib/sessions/locale/nl/LC_MESSAGES/django.po,sha256=HTLsiSLFSGfPjqKoOjoIrS5xHDOdp_65KLqdOsvga3k,883 +django/contrib/sessions/locale/nn/LC_MESSAGES/django.mo,sha256=9s9iS9UzTziM1KWcxBtZ7UGku2GTo5ep3HfvuZm1Mqo,695 +django/contrib/sessions/locale/nn/LC_MESSAGES/django.po,sha256=bL5SvGr0d6UC4gUb4boVZKNq7WdtfOD29ljkrkgYL78,842 +django/contrib/sessions/locale/os/LC_MESSAGES/django.mo,sha256=wI6MAw0YTrs7Pp_6HRwlYiTOyckRJoLmy_rBpEeOA0U,732 +django/contrib/sessions/locale/os/LC_MESSAGES/django.po,sha256=GEBv8_ewMhHQN3_1MMRBkxXaj4FvK4IbbmqTouSkQko,892 +django/contrib/sessions/locale/pa/LC_MESSAGES/django.mo,sha256=J--k2zyvWIImSt0ERqSXDkDHrQKVMqJtfPi7i5TORwk,771 +django/contrib/sessions/locale/pa/LC_MESSAGES/django.po,sha256=TrrGn5R9c8hV12UTVavhEBroki6g0_jU2f4yAcT20d4,918 +django/contrib/sessions/locale/pl/LC_MESSAGES/django.mo,sha256=1Xawh7mPK1haRd5mxkyKGnUgiuDZm5ivykfqGUP7D0k,778 +django/contrib/sessions/locale/pl/LC_MESSAGES/django.po,sha256=b8-9mdJ_k5m_fmU2Pmg4k6zBvIQr6eJMqRz6LYkXSnQ,944 +django/contrib/sessions/locale/pt/LC_MESSAGES/django.mo,sha256=eUyV9pFVvBDxfQg_HXNoVTYUfq43W8-mxSai_WsRBXA,738 +django/contrib/sessions/locale/pt/LC_MESSAGES/django.po,sha256=UBo21U7Wky8Vr0N4BMHrVPXkImGEXpCdFJ5HDxw77mg,896 +django/contrib/sessions/locale/pt_BR/LC_MESSAGES/django.mo,sha256=4yX1CTIZkjYCga683hm_SJUCBliBgTBCb9TfcCKxiNg,757 +django/contrib/sessions/locale/pt_BR/LC_MESSAGES/django.po,sha256=MpJSnGabVkXpREit3V4YigAQdUdYmwFJdWwClYa38Vo,924 +django/contrib/sessions/locale/ro/LC_MESSAGES/django.mo,sha256=Rv9tyOHgCeKGZa-yCo0-eE-xr24IAcD25OXGfUk8H30,776 +django/contrib/sessions/locale/ro/LC_MESSAGES/django.po,sha256=b4Qug5EwaR7XyDE8Ruj9aNzsgP6o3ma19eF6c7jpsGg,1009 +django/contrib/sessions/locale/ru/LC_MESSAGES/django.mo,sha256=Ax0RXEPA_79zNI36cbw9wH8edg-lJO2yLsuBICkDmYw,908 +django/contrib/sessions/locale/ru/LC_MESSAGES/django.po,sha256=ntm2xaYNZjRDhtO_6CYrbSfNNY84T2VimryonLsWMU0,1096 +django/contrib/sessions/locale/sk/LC_MESSAGES/django.mo,sha256=T3IfGb8MC63vque1ReupzOO7pSwwFfiai8vuWXl9HDA,735 +django/contrib/sessions/locale/sk/LC_MESSAGES/django.po,sha256=XpIw-BOiZ7CsD-2GB1ZxODTIHX8ckGCyXHUEkSOahto,879 +django/contrib/sessions/locale/sl/LC_MESSAGES/django.mo,sha256=3heEw1H0jz8u-qLmB7sILj8d8NEee8nUT6828ANNKQI,753 +django/contrib/sessions/locale/sl/LC_MESSAGES/django.po,sha256=VNHOOkp8ii6pF1S1c_IR_uJLWAVnq3va89q4ioOCt-U,911 +django/contrib/sessions/locale/sq/LC_MESSAGES/django.mo,sha256=ikeIbtcRReIL0z36e3uo8n9JZ-CFmroSJChZrtQ9qc0,724 +django/contrib/sessions/locale/sq/LC_MESSAGES/django.po,sha256=yBCGW86kFXCW0mv5Ld48LvcnGxVXh4A3Jte0aOZFFbc,844 +django/contrib/sessions/locale/sr/LC_MESSAGES/django.mo,sha256=e9-MAzmTHhGuzMfXMcyQWVimTtYTDaSMg2-S4E1DcEI,812 +django/contrib/sessions/locale/sr/LC_MESSAGES/django.po,sha256=838wXp2BPD1tB9uZaEdSEfXLTOZFW_ijNnEC5qux_bI,962 +django/contrib/sessions/locale/sr_Latn/LC_MESSAGES/django.mo,sha256=zl92njncjvokIzyfmaVX5eu65OzXxCfZqeD6qhp08Fw,785 +django/contrib/sessions/locale/sr_Latn/LC_MESSAGES/django.po,sha256=8y-JKo6QXNq0Su4txJNUImq8W73NRX6lOEkXnplgef4,935 +django/contrib/sessions/locale/sv/LC_MESSAGES/django.mo,sha256=Eh8ExrL26NSDkAHXcsNnmcjuR7CL2Y_2xT1sDVBxk2g,707 +django/contrib/sessions/locale/sv/LC_MESSAGES/django.po,sha256=IlFI0LY7uqhIVbF-noN2eKU8F9wWZ5oZbvp1KEwM8Ts,853 +django/contrib/sessions/locale/sw/LC_MESSAGES/django.mo,sha256=bcEEsbjqNHqiyRGBL86ANrw2xnXVVhVgOchYKg3gsmg,743 +django/contrib/sessions/locale/sw/LC_MESSAGES/django.po,sha256=p59kHXD5rjYhwsm8CYyTYY0ykR9SJbIzypZxviLg3nc,858 +django/contrib/sessions/locale/ta/LC_MESSAGES/django.mo,sha256=5IcCgwqn89D96bCTIioVd05zT4NYTFXGtdoX_6WQum0,801 +django/contrib/sessions/locale/ta/LC_MESSAGES/django.po,sha256=XuS-KnwIdQRFoSb2wYHSazornR8_iRJWHUGhDJo1wv8,945 +django/contrib/sessions/locale/te/LC_MESSAGES/django.mo,sha256=a0NDjf0pYAH9F8guOPnjNoseggR1QGerj2MDSRkO6vQ,786 +django/contrib/sessions/locale/te/LC_MESSAGES/django.po,sha256=HM-aZBJWM3U4liMHp1LxtmY7QQMF2rFcTuhNdqQVZ2U,980 +django/contrib/sessions/locale/th/LC_MESSAGES/django.mo,sha256=15I-vxMsOs8gvpp4uEBEILVlCZiDXw8A5shcJqijlaA,757 +django/contrib/sessions/locale/th/LC_MESSAGES/django.po,sha256=Z1CIaTwSjyVOw1PWVmY7cCVv008XzfYT6MwKLhaUTOg,901 +django/contrib/sessions/locale/tr/LC_MESSAGES/django.mo,sha256=9mrrXXhP7LGWOHxffHWdg2C1phbZhfMTYfx26ecI5cM,726 +django/contrib/sessions/locale/tr/LC_MESSAGES/django.po,sha256=sYYsQlMZJHAThbI6rPoKHz5K53Q6qPj_O5mQh9JjiwY,863 +django/contrib/sessions/locale/tt/LC_MESSAGES/django.mo,sha256=H2dftp1KmA_EqBqDwfEwr_hsEFYM2wUFmqMaDZg0x4E,806 +django/contrib/sessions/locale/tt/LC_MESSAGES/django.po,sha256=H-qBiSxImXzVfTDYMjwJEyrOWugr3cgktr-D3r9Ju4I,962 +django/contrib/sessions/locale/udm/LC_MESSAGES/django.mo,sha256=CNmoKj9Uc0qEInnV5t0Nt4ZnKSZCRdIG5fyfSsqwky4,462 +django/contrib/sessions/locale/udm/LC_MESSAGES/django.po,sha256=CPml2Fn9Ax_qO5brCFDLPBoTiNdvsvJb1btQ0COwUfY,737 +django/contrib/sessions/locale/uk/LC_MESSAGES/django.mo,sha256=ZP5n_xUuqogmPFzzBBs0PZ52pZKNkmU3FxncmCdErIU,841 +django/contrib/sessions/locale/uk/LC_MESSAGES/django.po,sha256=UYk_a7vhCOazd10OF2ca33V5NmOSyzrznTHOl_K5v7o,1017 +django/contrib/sessions/locale/ur/LC_MESSAGES/django.mo,sha256=S2ZO3HWC9SV0U2-qAQnX_OvyRNGhLc6OElDS3Pqom2g,729 +django/contrib/sessions/locale/ur/LC_MESSAGES/django.po,sha256=xXYM5oyFuo9Hzn5WZkqasWliw1tTu_WxasXa6hUT0lI,879 +django/contrib/sessions/locale/vi/LC_MESSAGES/django.mo,sha256=6ndwIKMKolCTIDXRUT_sHeosZGxhZk57u1YWIKzVxWM,679 +django/contrib/sessions/locale/vi/LC_MESSAGES/django.po,sha256=ATLU6UJHUBF-w2oQTOTt7vbXQQN9DSfpttBIVvJ7Dzk,909 +django/contrib/sessions/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=2V7qz-CiJceRqY3cV4OdkTuVa9Yn_VJSPizVjZzwctg,722 +django/contrib/sessions/locale/zh_Hans/LC_MESSAGES/django.po,sha256=HCJAwFeC4BTsZ7GPbU7OVU8Q7WdJvAhMOUeAzZzn5_I,889 +django/contrib/sessions/locale/zh_Hant/LC_MESSAGES/django.mo,sha256=g0QpsIRX5GO39Y7FHiv97ZxQ5J0_QBXpblGJ5ddy8jg,733 +django/contrib/sessions/locale/zh_Hant/LC_MESSAGES/django.po,sha256=DOe4jknyj-qv3GoOYDZrdxEpMtsu1URPE7htW1pzjbQ,898 +django/contrib/sessions/management/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/sessions/management/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/sessions/management/commands/clearsessions.py,sha256=yDcSmK65l5H1-2hiHhDlN0zivQrxm_ihNKLKt6MmRiQ,650 +django/contrib/sessions/migrations/0001_initial.py,sha256=2aVc51Lp_MroNvsgx23aZGzPqdZIJAJ-eQpMhlxHS8o,1020 +django/contrib/sessions/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/sitemaps/__init__.py,sha256=EvYRhsJXPekNBNJKMao8cjjssNWITi7CtkDH_OAglFE,5555 +django/contrib/sitemaps/apps.py,sha256=2lnIYs5Kxck1CK_kvo9_ZFeJAHmJvCNS7GtSr4wcz-M,196 +django/contrib/sitemaps/views.py,sha256=rzZTNT60WdAhufiPkz2Gwjkua2JFLMg4fAUznoKR0H8,3312 +django/contrib/sitemaps/management/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/sitemaps/management/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/sitemaps/management/commands/ping_google.py,sha256=IzUg9OZa2e3AjwX4bCFEldXzaLsT4O4WnbUgeUKe6qg,412 +django/contrib/sitemaps/templates/sitemap.xml,sha256=KTiksPVpo22dkRjjavoJtckzo-Rin7aZ_QgbC42Y8O0,479 +django/contrib/sitemaps/templates/sitemap_index.xml,sha256=VqDmRlWMx9kC6taiBoi1h9JVspV54ou3nFjE8Nfofl8,209 +django/contrib/sites/__init__.py,sha256=qIj6PsbyT_DVkvjrASve-9F8GeoCKv6sO0-jlEhRJv4,61 +django/contrib/sites/admin.py,sha256=ClzCRn4fUPWO1dNlEWEPjSDInnK87XbNRmadvjYs1go,214 +django/contrib/sites/apps.py,sha256=57q25GnL-I74hJmabJ2o10zrj6ESJV82CuvijuewX5g,366 +django/contrib/sites/management.py,sha256=K6cgSOdN4ins_TiWjUIkGFwuibJmshTlFonqYT2QKrw,1597 +django/contrib/sites/managers.py,sha256=4CZbGPrxASYp7vDD1q2OZmq-YoZllZ0SeDJhGjA9wCo,2079 +django/contrib/sites/middleware.py,sha256=qYcVHsHOg0VxQNS4saoLHkdF503nJR-D7Z01vE0SvUM,309 +django/contrib/sites/models.py,sha256=IGTEwjt9LzlqxWafAaxbzHieVeMCux9l7D8rI3PwE8I,3914 +django/contrib/sites/requests.py,sha256=4U7OO8uES_saKp5d-Jc3rnc_QyS9U_G-VTSdead1Za4,788 +django/contrib/sites/shortcuts.py,sha256=EeKqSM64OzOffe3VMzsusclb9pn6DBhTS5SOEpYQk0s,624 +django/contrib/sites/locale/af/LC_MESSAGES/django.mo,sha256=CeuKxmXn3PSw7eh7O_0bC4NUBVmOhdDcOsnsYycLD44,470 +django/contrib/sites/locale/af/LC_MESSAGES/django.po,sha256=WNd-q5lgjiRfXAGb7iv5iUkCnS_RcI098GNjn4MezDc,775 +django/contrib/sites/locale/ar/LC_MESSAGES/django.mo,sha256=8a4tHAN-1wFmWI6IjCLlrtKxTaTiKM0tF3GBHBirQCU,947 +django/contrib/sites/locale/ar/LC_MESSAGES/django.po,sha256=quS5FjuYADf1tRJxnDRY9nr4hGb0T85gPeOqvSgaQIc,1135 +django/contrib/sites/locale/ast/LC_MESSAGES/django.mo,sha256=ELqOC6eUePYTfkt_yuO-fXC2yxfiBABsR4vUvatyms8,774 +django/contrib/sites/locale/ast/LC_MESSAGES/django.po,sha256=EtIcbdCHTVwPefGbqapQDHnmkDYpzxRH8_FpZeDQob4,915 +django/contrib/sites/locale/az/LC_MESSAGES/django.mo,sha256=6CuwY1qyv6bsGAA5Efe0mCoZv2i0yf2a0txP2b5IXJA,608 +django/contrib/sites/locale/az/LC_MESSAGES/django.po,sha256=wDc50kyUdLdcRQuoKfFgglAYO3puDQo-K0I1VgZ6XLc,835 +django/contrib/sites/locale/be/LC_MESSAGES/django.mo,sha256=ELMcOY3RzyO3Q47jp3eN2liEuuhTcTIq8D2YIGW61QY,1024 +django/contrib/sites/locale/be/LC_MESSAGES/django.po,sha256=jE5ysBs2NAgMfS_nGqjOh4oDPueen0AaQQ-Uebpdvw8,1152 +django/contrib/sites/locale/bg/LC_MESSAGES/django.mo,sha256=vzuZoUkm74LopTaRpGGc-utiCP5nUmA0w8YOwvJnRuo,904 +django/contrib/sites/locale/bg/LC_MESSAGES/django.po,sha256=Vp5U8sNp3gwr8OxJ3CMUPKWZfG_O2wsZHAB5fsRH1Ck,1118 +django/contrib/sites/locale/bn/LC_MESSAGES/django.mo,sha256=XLRFGqMxz2a7JXcU8N_Vky0Av7k4aly7NULd-YbnxV0,925 +django/contrib/sites/locale/bn/LC_MESSAGES/django.po,sha256=Oethcb9tOyyC_qRSFWiErjTkMgJjBsuThWvB18TRC5k,1090 +django/contrib/sites/locale/br/LC_MESSAGES/django.mo,sha256=xuPqu6fJj1RWVBRtHp89yzxICqvJcENroErJScuRiuo,628 +django/contrib/sites/locale/br/LC_MESSAGES/django.po,sha256=A3dS4XFNwrLbcALxFFh-BMKVvAjUEV1hqJgLtDMT8bA,848 +django/contrib/sites/locale/bs/LC_MESSAGES/django.mo,sha256=mlwnikrWNIg-y0kaJr-zosTtB81pZW0tEo1MLjiQvc8,692 +django/contrib/sites/locale/bs/LC_MESSAGES/django.po,sha256=J0e5sMijYm8Bf1ZmzAuSptkyqtYQ1LkuhtcdPH-TRt4,923 +django/contrib/sites/locale/ca/LC_MESSAGES/django.mo,sha256=JTtjfUAMSCTkDfN6vFKRHAkqQaccjO7YIA_nurut8W0,791 +django/contrib/sites/locale/ca/LC_MESSAGES/django.po,sha256=O6Y1QFJWPSKPQNI-GZoM4ivIkDuOm3Pg2YKgTWM4ksU,996 +django/contrib/sites/locale/cs/LC_MESSAGES/django.mo,sha256=kqFPEtaFIIMNiXYlrgyPSGhpbEHHooH1_Jkbu9gjaxQ,815 +django/contrib/sites/locale/cs/LC_MESSAGES/django.po,sha256=99oFDT_JxiSZsSK2_m_pjYDdKMItC5nVviz_5j5f71Y,979 +django/contrib/sites/locale/cy/LC_MESSAGES/django.mo,sha256=3KPCsUrm0C93MozFsGE5qZoRANt-zDfbul6VQt716Dk,835 +django/contrib/sites/locale/cy/LC_MESSAGES/django.po,sha256=vqZ6j6MQ4Fl-hDoCyjII9g1mWyUGa_mHjOLIOIFUHxQ,1013 +django/contrib/sites/locale/da/LC_MESSAGES/django.mo,sha256=0TJ9vlK54VJgemOHYePQDCW4wiTKqetoa-9wq9GL_KA,794 +django/contrib/sites/locale/da/LC_MESSAGES/django.po,sha256=Jwfpsl2pqClc5Z3R0RgJ54aoeHk-N1ek_64Get0Y5dg,957 +django/contrib/sites/locale/de/LC_MESSAGES/django.mo,sha256=pnqiNXsCikkIULxrAjw0yX5F78wsIGuX3jhZzSKTe3Q,792 +django/contrib/sites/locale/de/LC_MESSAGES/django.po,sha256=iV77Hwr_HV_8YCpZJkymSUHF1p3lZxFCTYD2JPiiY0k,980 +django/contrib/sites/locale/dsb/LC_MESSAGES/django.mo,sha256=yfGoRfyUC-YALH0DPH26GEeaPbhJZl7lmhSuVaGobHY,868 +django/contrib/sites/locale/dsb/LC_MESSAGES/django.po,sha256=RpRln2iJe_ovMQg6O5SeGtFd9pn1RNQdAm-uwSUaRd8,992 +django/contrib/sites/locale/el/LC_MESSAGES/django.mo,sha256=yOV09lZvqSaf882hsoW8JUZhmP1GjW1kDMyOyDpP6Dw,878 +django/contrib/sites/locale/el/LC_MESSAGES/django.po,sha256=Rowem3V3U3m6PrNA9bXhwMUlHQgGCLQq4zbPud7TIjQ,1133 +django/contrib/sites/locale/en/LC_MESSAGES/django.mo,sha256=U0OV81NfbuNL9ctF-gbGUG5al1StqN-daB-F-gFBFC8,356 +django/contrib/sites/locale/en/LC_MESSAGES/django.po,sha256=tSjfrNZ_FqLHsXjm5NuTyo5-JpdlPLsPZjFqF2APhy8,817 +django/contrib/sites/locale/en_AU/LC_MESSAGES/django.mo,sha256=dTndJxA-F1IE_nMUOtf1sRr7Kq2s_8yjgKk6mkWkVu4,486 +django/contrib/sites/locale/en_AU/LC_MESSAGES/django.po,sha256=7V9dBdbfHa9aGAfs9nw6ivSxX30CqaYc1ptfplTAPJc,791 +django/contrib/sites/locale/en_GB/LC_MESSAGES/django.mo,sha256=eHLNU_SEkOOgtA6v5LFD2JKPfqrb3a7ZafgBiXvS5OA,639 +django/contrib/sites/locale/en_GB/LC_MESSAGES/django.po,sha256=UkrGYWsPIGWS0J69GNB45UdBbFptPNxZePZ33uqPo_o,862 +django/contrib/sites/locale/eo/LC_MESSAGES/django.mo,sha256=ruvl7iZab1oC5WJBGFWKLPRfKZRM6rkP0irezYerUk0,792 +django/contrib/sites/locale/eo/LC_MESSAGES/django.po,sha256=S5Yl11B-ErIVvTJEdFN1_MfHcj6NK4H3Xr4tHV8hm-g,1043 +django/contrib/sites/locale/es/LC_MESSAGES/django.mo,sha256=ia9gb03HrjqipS6YYM3c4i7W1gPjwjJ0vlAZFYqORWg,804 +django/contrib/sites/locale/es/LC_MESSAGES/django.po,sha256=tVTBxpfbwVuzvdXxetPcb7uANqyp1VgHOmE16RH5c38,1066 +django/contrib/sites/locale/es_AR/LC_MESSAGES/django.mo,sha256=wHFrtfIbmoqlK8C7ibM4mdgGhTKAdL3MD86NIlaD6sQ,817 +django/contrib/sites/locale/es_AR/LC_MESSAGES/django.po,sha256=WXvm8Fl4dnNH1u2MFrjDTk2W04my6X3yCqQ5gowBPKM,969 +django/contrib/sites/locale/es_CO/LC_MESSAGES/django.mo,sha256=AWm2BoXsU9EAxpG9WwPoEeif_q8MXkNc_DiI69ZLIrw,825 +django/contrib/sites/locale/es_CO/LC_MESSAGES/django.po,sha256=tOZfdRW772LaN3Rn_OXgrHDqDer1nhAXOofb8y936L8,949 +django/contrib/sites/locale/es_MX/LC_MESSAGES/django.mo,sha256=0miV9-GkBrDxOYD6E5Yk5SuDpiLStJIRKjhOYixBeJI,809 +django/contrib/sites/locale/es_MX/LC_MESSAGES/django.po,sha256=P-LHl3ufomLmKyo1Gwat-NN3fhYtiQ245xQbOxqL9E8,1019 +django/contrib/sites/locale/es_VE/LC_MESSAGES/django.mo,sha256=59fZBDut-htCj38ZUoqPjhXJPjZBz-xpU9__QFr3kLs,486 +django/contrib/sites/locale/es_VE/LC_MESSAGES/django.po,sha256=8PWXy2L1l67wDIi98Q45j7OpVITr0Lt4zwitAnB-d_o,791 +django/contrib/sites/locale/et/LC_MESSAGES/django.mo,sha256=GqjgEa82auz-cYjmNSL0nuDXO7jVSGdqRPBWXSAC65o,788 +django/contrib/sites/locale/et/LC_MESSAGES/django.po,sha256=UYQKb-U_9qjOdC361kfArksxgDKHf_l7WZ7Okn1NRi0,992 +django/contrib/sites/locale/eu/LC_MESSAGES/django.mo,sha256=tP2ZYvOW2w86CZax-xOpHhu_um7O7_PIdSNfc2nNbp0,773 +django/contrib/sites/locale/eu/LC_MESSAGES/django.po,sha256=ruragx8Cn-PHYC9aT0IlguSjOcBnLyrcgPBxyzxgQ7g,965 +django/contrib/sites/locale/fa/LC_MESSAGES/django.mo,sha256=VpyYbj6pjVNF3hZAXAjbCvGmlGoRzJDnZK07fGU6jDc,872 +django/contrib/sites/locale/fa/LC_MESSAGES/django.po,sha256=NpgZYFdYsFhGsKT8d-4Yb1FwphC7-1XgD_wEnEXEcaw,1088 +django/contrib/sites/locale/fi/LC_MESSAGES/django.mo,sha256=C5V0zLTotbpAHrbgm3ujQJbLG_Sxpf5sOlH86QwImIk,786 +django/contrib/sites/locale/fi/LC_MESSAGES/django.po,sha256=e48ivdKZi4nbLyjmwAmF0kJ46AMpJbn8LhaTyZlKu88,929 +django/contrib/sites/locale/fr/LC_MESSAGES/django.mo,sha256=A6YdwQsVZ5oU31TRKRES-8Rrwt6Yo4yEzTf4afMaA7E,797 +django/contrib/sites/locale/fr/LC_MESSAGES/django.po,sha256=IjIZlsIoBqlwzhZxODFT9I8LUeGIuQWAAifC2zXK85U,999 +django/contrib/sites/locale/fy/LC_MESSAGES/django.mo,sha256=YQQy7wpjBORD9Isd-p0lLzYrUgAqv770_56-vXa0EOc,476 +django/contrib/sites/locale/fy/LC_MESSAGES/django.po,sha256=Yh6Lw0QI2Me0zCtlyXraFLjERKqklB6-IJLDTjH_jTs,781 +django/contrib/sites/locale/ga/LC_MESSAGES/django.mo,sha256=CV7OGPWEBBvxg6DPR4Y7BcwxMQb50sqLJwOjurne39s,668 +django/contrib/sites/locale/ga/LC_MESSAGES/django.po,sha256=TbO2yLyKFQUian0PMTLoTrdvA0lhiUvV-g9tK753kE0,896 +django/contrib/sites/locale/gd/LC_MESSAGES/django.mo,sha256=AjaRk_PDn0LxKfcfx-kXFKA9tLxUtAo6Pldu-CU-F8c,858 +django/contrib/sites/locale/gd/LC_MESSAGES/django.po,sha256=-vgwujT-BC3ZpHe6BfKuL4U9AHQe3EN2opAzIu_Fk_U,957 +django/contrib/sites/locale/gl/LC_MESSAGES/django.mo,sha256=IT-MfiTb79-h_aFsoEpXVuw6RGL1ILha4xX8TD9BC0c,742 +django/contrib/sites/locale/gl/LC_MESSAGES/django.po,sha256=liINMCG9tNcW_cMrDXS9hbeEenok39E0x_wYyad8LJo,940 +django/contrib/sites/locale/he/LC_MESSAGES/django.mo,sha256=edYEfr51hAZ5gBMlqQCY5HfDpfqAxMeTJl2Xy0dAhmI,820 +django/contrib/sites/locale/he/LC_MESSAGES/django.po,sha256=xJWPJLibMlBzWF5X2LqLxCnH3kOJkOurUqkEjkheOzE,985 +django/contrib/sites/locale/hi/LC_MESSAGES/django.mo,sha256=-1IcP--uyCQK1FdZLvW3uPI0FMhpCS_LJbwqspAr8v0,665 +django/contrib/sites/locale/hi/LC_MESSAGES/django.po,sha256=LFyapjRwOj8KlX8-52s7mvcHFAfrTPzvoPYyozI39w8,890 +django/contrib/sites/locale/hr/LC_MESSAGES/django.mo,sha256=Qau-f3relejzJSW_qJ_LZ7PbhyjVU-LhvmQQy6qkntA,876 +django/contrib/sites/locale/hr/LC_MESSAGES/django.po,sha256=MYMQ7N71txaJqwKfGCIbBdW4eyMDFSNYTbXbNazvddc,1055 +django/contrib/sites/locale/hsb/LC_MESSAGES/django.mo,sha256=JQbHzjiucpk65_h-UcxrejLPIMelGn4QAxjioea9jww,863 +django/contrib/sites/locale/hsb/LC_MESSAGES/django.po,sha256=VimN4yB8r7zJ38OOkbiTXFieiBaOAQHiVSH6GfGLngg,987 +django/contrib/sites/locale/hu/LC_MESSAGES/django.mo,sha256=iqApcTrGzFQKP7BDeupv2z0CPjhPYsXm-IthYMqQQRw,806 +django/contrib/sites/locale/hu/LC_MESSAGES/django.po,sha256=-U58XExHdNITT2D_J399T9Q-NOJPsg_OxJ-U6IB9BjY,963 +django/contrib/sites/locale/hy/LC_MESSAGES/django.mo,sha256=UxJTV3U3v-OqOhJhtciQV0frXAz2-ZR-4izy1OwhKLw,906 +django/contrib/sites/locale/hy/LC_MESSAGES/django.po,sha256=PTyBKrxG45cLTQZ0v5G9e4iK2_HpCcFL8ojxBq3T5vo,1025 +django/contrib/sites/locale/ia/LC_MESSAGES/django.mo,sha256=KwWi9jvHXH0FUCILaeHHAsi1_DmxIEweeWoUaP8LrPw,472 +django/contrib/sites/locale/ia/LC_MESSAGES/django.po,sha256=ZCQh_CSGg1Dh0nwLndssQ4l9rkqX1JH0KS5x_z5GA-M,777 +django/contrib/sites/locale/id/LC_MESSAGES/django.mo,sha256=mYvqxVhrDrPFhdRNVFlb8WDVAae42aW5mFsGfFZkCe4,797 +django/contrib/sites/locale/id/LC_MESSAGES/django.po,sha256=SiNh65SL3Y5vDKX4EJCn7rHR9c6e8qis2yBFfMz5efo,1006 +django/contrib/sites/locale/io/LC_MESSAGES/django.mo,sha256=J4kzKM3YvQDlYVjxb4REU_mMaUqPSccxs0LSRYzciBA,760 +django/contrib/sites/locale/io/LC_MESSAGES/django.po,sha256=hAlCYkRFSQgHcad3xgE3yqFiNEk9YrmVmNN44tNfU-g,914 +django/contrib/sites/locale/is/LC_MESSAGES/django.mo,sha256=2R-ZgmmY46haE1I86bELt-9NZ4s5Y_68voTky1Q5JxA,635 +django/contrib/sites/locale/is/LC_MESSAGES/django.po,sha256=qloaCWPGMfWqKoX6mh2DyXsfn_5cUPfazVf9w8UjR5k,863 +django/contrib/sites/locale/it/LC_MESSAGES/django.mo,sha256=WR4tFDHji9pS9-uSNy3hQAPzovfhYo2begq9fSLl6Bo,795 +django/contrib/sites/locale/it/LC_MESSAGES/django.po,sha256=1srVItlLzfEZbFhrL7mvzFs5n3ZWbkhBMGsdj0YVSY8,984 +django/contrib/sites/locale/ja/LC_MESSAGES/django.mo,sha256=64OWKUbYHqoqGegm7kq6KHV-xpMVpHGoGGcpri-CyQI,814 +django/contrib/sites/locale/ja/LC_MESSAGES/django.po,sha256=691QF9S_9Mt0eo8pl_LgrggNSkBKUOVWOPr-iwh-tsY,982 +django/contrib/sites/locale/ka/LC_MESSAGES/django.mo,sha256=Mg6vOd7kzqlCaoJnxJidQ8yo7YSqh3iCK0kNzqayeUU,993 +django/contrib/sites/locale/ka/LC_MESSAGES/django.po,sha256=lGC28lqKm5q_JDtwvm4LlgAWLLdmrniyMiitnlF56DM,1155 +django/contrib/sites/locale/kk/LC_MESSAGES/django.mo,sha256=NRxEItZ8NCv9POIdCDWVsl2O0A13zpBBPyTgslDc_ys,652 +django/contrib/sites/locale/kk/LC_MESSAGES/django.po,sha256=1wOzN4F0bgfAZndpPVBE2O9JS5dLEUy0IQ_T2NShKac,878 +django/contrib/sites/locale/km/LC_MESSAGES/django.mo,sha256=ZabeYge4aM2I7BRxXqPES9doSSviYkaXI7GGBodeGoA,701 +django/contrib/sites/locale/km/LC_MESSAGES/django.po,sha256=chPBf3SGuZFuKWRX1gjusdJXMCosSLsVu4fKKmvVUPA,926 +django/contrib/sites/locale/kn/LC_MESSAGES/django.mo,sha256=kA57VmmjlkLxh-5OztmalVrd8jJD9Ln-R_cfp-M-eUY,676 +django/contrib/sites/locale/kn/LC_MESSAGES/django.po,sha256=c1rtjoRY7nPYjb346QSs3C4vrh9xerMQ2ydGwQfWBEw,904 +django/contrib/sites/locale/ko/LC_MESSAGES/django.mo,sha256=BOb1x-j-RGEyrygKQLTPFeq7e_lTNcXofAHzcBzMb5Q,799 +django/contrib/sites/locale/ko/LC_MESSAGES/django.po,sha256=iClNcAUKY3vcw2R0EcM66G0xAtjzqcsi9N3UoJDEhk4,997 +django/contrib/sites/locale/lb/LC_MESSAGES/django.mo,sha256=xokesKl7h7k9dXFKIJwGETgwx1Ytq6mk2erBSxkgY-o,474 +django/contrib/sites/locale/lb/LC_MESSAGES/django.po,sha256=1yRdK9Zyh7kcWG7wUexuF9-zxEaKLS2gG3ggVOHbRJ8,779 +django/contrib/sites/locale/lt/LC_MESSAGES/django.mo,sha256=psXbqZZRDVHzSCmm-7IogUdZ-IHgn4mQFDAbSdaJGak,869 +django/contrib/sites/locale/lt/LC_MESSAGES/django.po,sha256=HtzfBAgL7Tlh0sM3MCeetZBYsd_9vTlBiRzCNY2ifr8,1124 +django/contrib/sites/locale/lv/LC_MESSAGES/django.mo,sha256=N1RVJEIHPyJYpYbaGUykb5hx4otrk6Z3rtkbHetqE00,666 +django/contrib/sites/locale/lv/LC_MESSAGES/django.po,sha256=gJG2lE-ZurflQ-GV9kkxru8hrQC6kvHfMrreA21oJ4A,941 +django/contrib/sites/locale/mk/LC_MESSAGES/django.mo,sha256=FTAhON7cC9t5zXUkfzfmNnQFY4F1KP2W8OnlnnYS-Ww,885 +django/contrib/sites/locale/mk/LC_MESSAGES/django.po,sha256=HiH8u3o0UEH2XFA4uF5FZkK6r-1vtpEGdPCKwtKCV30,1062 +django/contrib/sites/locale/ml/LC_MESSAGES/django.mo,sha256=PtcRJhsfSqEStyydf9oV2x00uiRfcISXm5Pa9kFoYnE,708 +django/contrib/sites/locale/ml/LC_MESSAGES/django.po,sha256=7ZLYcinvCMUGE5z9Kv1sw4_9V4yw3cY_oYEPSS7XwMU,936 +django/contrib/sites/locale/mn/LC_MESSAGES/django.mo,sha256=_UjpTAxErE8j13QiWNi5WCxXYork92oCtkg1uExvUuM,867 +django/contrib/sites/locale/mn/LC_MESSAGES/django.po,sha256=rLph5jxXoXelOQ0EWPeQGySSzouipcOT7ZIIoRoTz-s,1127 +django/contrib/sites/locale/mr/LC_MESSAGES/django.mo,sha256=2Z5jaGJzpiJTCnhCk8ulCDeAdj-WwR99scdHFPRoHoA,468 +django/contrib/sites/locale/mr/LC_MESSAGES/django.po,sha256=pqnjF5oxvpMyjijy6JfI8qJbbbowZzE5tZF0DMYiCBs,773 +django/contrib/sites/locale/my/LC_MESSAGES/django.mo,sha256=BsiYQMYnlI5DLakH8--eeg4AiVJhBZbyzp7MGutQ594,961 +django/contrib/sites/locale/my/LC_MESSAGES/django.po,sha256=eq263xQEMFJKlkFCPlpiHrkrpfE0SJWtVmbT3-H1I70,1086 +django/contrib/sites/locale/nb/LC_MESSAGES/django.mo,sha256=jCbmYTuOeNOYnZfl5uyWdxC5jAdnEzZnss5gkp92uOI,793 +django/contrib/sites/locale/nb/LC_MESSAGES/django.po,sha256=ID-6piwBWYIiXBx6KP0yhA6PMoC6VdEv6XpoE--0fUo,999 +django/contrib/sites/locale/ne/LC_MESSAGES/django.mo,sha256=MPUZd7jpKvisjR-XtjtN4r_ImlDLNkIuBY3MQIX-qWo,899 +django/contrib/sites/locale/ne/LC_MESSAGES/django.po,sha256=gMS0CHKZ665j8PfkefpE76ZEXnlgJNGe0r9ZBD_X5Zk,1021 +django/contrib/sites/locale/nl/LC_MESSAGES/django.mo,sha256=NV6WiYg1_B5HrzfrEZNOzoGYhd-DjX5xRVrPV7rr7Qc,775 +django/contrib/sites/locale/nl/LC_MESSAGES/django.po,sha256=sU3tISCPeXPBag36L7xwocrs7yYpenyIQCDGiDwRxZI,980 +django/contrib/sites/locale/nn/LC_MESSAGES/django.mo,sha256=TkA4rqcGE3b7uynaEJ5kcYZy691-dd1XTKCtfM-eaAg,633 +django/contrib/sites/locale/nn/LC_MESSAGES/django.po,sha256=L01YeDzkHU1wCRrwq2puJu21LXMrR6bXeVOpXYd6fDc,861 +django/contrib/sites/locale/os/LC_MESSAGES/django.mo,sha256=HiJe6MUFSYA7GG4Xjso3Xw0NJW3QPVYG6-0V4LTszPc,806 +django/contrib/sites/locale/os/LC_MESSAGES/django.po,sha256=45W3Tjh8K7wj4KCEAJ4_PbLv-Gl-5XfunX7vDXRoUPE,963 +django/contrib/sites/locale/pa/LC_MESSAGES/django.mo,sha256=6_6stEu58CPIVyHIuWx3KVhuZfnjxdM0ZsGDD2bLUx0,684 +django/contrib/sites/locale/pa/LC_MESSAGES/django.po,sha256=84DllBzvSJFp6s-FCbDjOlVpEfTgkjvNHLBW84eX4K8,912 +django/contrib/sites/locale/pl/LC_MESSAGES/django.mo,sha256=QryWWJDtZz0qjz-3HTrAyfPdixD05zWOSLQG4xkHjc0,863 +django/contrib/sites/locale/pl/LC_MESSAGES/django.po,sha256=KLvnnr3xeuRJmMkBa_6eX3hl2u86AMwvnNe2r3uLDOU,1051 +django/contrib/sites/locale/pt/LC_MESSAGES/django.mo,sha256=cRlSW5YJeMNKMK_nbDQLvj_PM5djDu2A0CoxPbN5xGk,797 +django/contrib/sites/locale/pt/LC_MESSAGES/django.po,sha256=Z_uSX8GpiNspFHUuGpfG19JZtg98tiWzs-yWqBqnUrg,993 +django/contrib/sites/locale/pt_BR/LC_MESSAGES/django.mo,sha256=_6q0JrhllDGwiWvrPNaB81w4On0sfJBJo76CdpVX9gY,824 +django/contrib/sites/locale/pt_BR/LC_MESSAGES/django.po,sha256=UMgLjf5Oy_QZGwWwrB_J9OufhO4Gew4UlQSN9F3pbN0,1023 +django/contrib/sites/locale/ro/LC_MESSAGES/django.mo,sha256=GpZKS4h8wqH3o57nkdcil3gA5IhhG7BPpYTHes0jUbk,857 +django/contrib/sites/locale/ro/LC_MESSAGES/django.po,sha256=4s_ky7yBpssclpqTPGRuf-0vdUkdoONKMOo-aB4r8Cw,1134 +django/contrib/sites/locale/ru/LC_MESSAGES/django.mo,sha256=KRwP-LTEze6vAZ-qHX_creh6ndkKUumv_6zSRF3qFsA,1005 +django/contrib/sites/locale/ru/LC_MESSAGES/django.po,sha256=DipTbCkjv12LA4z6Zgt9VRdbEvZDBPYDgUqMiMHoZSQ,1241 +django/contrib/sites/locale/sk/LC_MESSAGES/django.mo,sha256=Aq9GjKE8fLbDZkf34R0iJcfcu-55gjjRDQYPBf-adZ4,796 +django/contrib/sites/locale/sk/LC_MESSAGES/django.po,sha256=30rt7KBF9Ukv8lC9qcWHP2DWBgFmMf-1B6a81E_OFWQ,976 +django/contrib/sites/locale/sl/LC_MESSAGES/django.mo,sha256=NmKVuK0X48co6kvQ2ldqhXRd5CA4RMwhVX9KjVq1Gok,829 +django/contrib/sites/locale/sl/LC_MESSAGES/django.po,sha256=ZdjcrAxzc7lgBVz8nzs9AhFMh_feso4M14mEAFPl84Q,992 +django/contrib/sites/locale/sq/LC_MESSAGES/django.mo,sha256=B-rrqPBUKrhLTPKrc91r4PYVWMYZ1EiBu7zprOkqWi4,810 +django/contrib/sites/locale/sq/LC_MESSAGES/django.po,sha256=oEGIxOqiBPr4Pdr3NSYGNfZbYmNfodgGOZnUzUPGvXs,930 +django/contrib/sites/locale/sr/LC_MESSAGES/django.mo,sha256=OPZzInnq9KEBxzxECzgRDsfBtwABpLyMjC2-6S_lS84,724 +django/contrib/sites/locale/sr/LC_MESSAGES/django.po,sha256=OROhsRkAy1Z9C9ix6RNpoVtyWPhFYlVTufP1hVvnSH0,955 +django/contrib/sites/locale/sr_Latn/LC_MESSAGES/django.mo,sha256=D7CdOM8Sf5Lsg5iEjI-O6-37v-3dinRUGeE0JQ1GKZw,712 +django/contrib/sites/locale/sr_Latn/LC_MESSAGES/django.po,sha256=2SKEG31LvP-RoYcQZc7jOMXy7alr2Y6FQXXouDfY-Cc,943 +django/contrib/sites/locale/sv/LC_MESSAGES/django.mo,sha256=oIQVHkpTjTmpqDNn8PZcv0AYHyWRWeVvzQGFOV2FADU,792 +django/contrib/sites/locale/sv/LC_MESSAGES/django.po,sha256=zR49ovc2g-kocJUIYa9HVXFBKSTF11pG72U0WuLyMI0,987 +django/contrib/sites/locale/sw/LC_MESSAGES/django.mo,sha256=KcokUIXVgRvY6AoylR56uOw0RCuXtbtM-el7Kf48OuU,781 +django/contrib/sites/locale/sw/LC_MESSAGES/django.po,sha256=HMbFn25WEJU1c9Jy2RVhjJgFVvS4ezj-UPISoslFyOI,901 +django/contrib/sites/locale/ta/LC_MESSAGES/django.mo,sha256=gC77orp4-Fh6_iPxD4LkOuGv7ks-zZUpnY0XZv1kbOI,714 +django/contrib/sites/locale/ta/LC_MESSAGES/django.po,sha256=hdVGXIkTzvqNKGeAILxHNgbeQ6x9Qx8cUZPtq2vtB_Y,939 +django/contrib/sites/locale/te/LC_MESSAGES/django.mo,sha256=cti7fbcZJgBgQIOAmTqWC9s5waY0p3MqhsRJER1pVcI,687 +django/contrib/sites/locale/te/LC_MESSAGES/django.po,sha256=466JH_l_8_HclHkVA-Wovts88oho8FTIdNi8zsA0eKI,912 +django/contrib/sites/locale/th/LC_MESSAGES/django.mo,sha256=yFZ2kXp5sua4Bre-XQ_S4Fu_gEL88RF-g3T_J8r1tko,850 +django/contrib/sites/locale/th/LC_MESSAGES/django.po,sha256=XWUmQCSL_16fGswqRTrUkJIOLvkq19MBw0NNdvFaOuQ,1047 +django/contrib/sites/locale/tr/LC_MESSAGES/django.mo,sha256=NIUKX5YM_CwYxEsIc9a82vED12YhPrEMRrhlenk9hFY,799 +django/contrib/sites/locale/tr/LC_MESSAGES/django.po,sha256=emxuv82-GNQCV9UCf_o7VgPkKzrpYYxQqA06vK7Cw5Q,1038 +django/contrib/sites/locale/tt/LC_MESSAGES/django.mo,sha256=6ETWS89cBzYxQfjYycVI4KXNSczQ6TL2c2X74GNTBBY,706 +django/contrib/sites/locale/tt/LC_MESSAGES/django.po,sha256=QZKqe6hOlA3r8o7EYTLJTsUiPekqOA34ti33o3oPsCs,930 +django/contrib/sites/locale/udm/LC_MESSAGES/django.mo,sha256=CNmoKj9Uc0qEInnV5t0Nt4ZnKSZCRdIG5fyfSsqwky4,462 +django/contrib/sites/locale/udm/LC_MESSAGES/django.po,sha256=vrLZ0XJF63CO3IucbQpd12lxuoM9S8tTUv6cpu3g81c,767 +django/contrib/sites/locale/uk/LC_MESSAGES/django.mo,sha256=OHO7J-VPvO-V8JMwMaaIwxL9nP2kJq7cM4aPFScs184,960 +django/contrib/sites/locale/uk/LC_MESSAGES/django.po,sha256=29UoyewdMoDWlyFe17PJgzCInGj9XzypCyaxzh-mc4Q,1192 +django/contrib/sites/locale/ur/LC_MESSAGES/django.mo,sha256=lBLOBnJdKRnCl6lON_k9At3zu1kPl4mAPd6Wup5qiPc,654 +django/contrib/sites/locale/ur/LC_MESSAGES/django.po,sha256=wOExZIRSJShHZ-MiDihdMnozvULLqqKgcjxitxg1p40,885 +django/contrib/sites/locale/vi/LC_MESSAGES/django.mo,sha256=i88HUAUkYgGLRG0_bQq7n9RwoIcACGeiabAFUt7Cf4s,762 +django/contrib/sites/locale/vi/LC_MESSAGES/django.po,sha256=L9rZxveAAfCLXDOw-x1Dc6u5f3zo8uzc_kf9rlPGrNw,989 +django/contrib/sites/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=humQQdSbsRNRneXyhuxL58jEr49bhI_r0GwDW6yIf8s,779 +django/contrib/sites/locale/zh_Hans/LC_MESSAGES/django.po,sha256=HQTy7gKYlJBTVTsgXdSL7PXlDNWU5jy04Xr3FPltPHo,946 +django/contrib/sites/locale/zh_Hant/LC_MESSAGES/django.mo,sha256=HqaJuMSZYtZU1IEl9fJ080MwXbAxIgTu_sScjxHyJAg,789 +django/contrib/sites/locale/zh_Hant/LC_MESSAGES/django.po,sha256=9uuhM-wBvQLpDDv0Dw_CfBqQglwUoGI06xQwEvl4YXg,1001 +django/contrib/sites/migrations/0001_initial.py,sha256=GmWtR_BIitRjAmi9TQd272LE-K8vtQjH4ysEH_z5rzQ,1134 +django/contrib/sites/migrations/0002_alter_domain_unique.py,sha256=WaqyBiXyF7zZfdvbY6iZr2WzxbFT72jqzT0vw4ttofk,582 +django/contrib/sites/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/staticfiles/__init__.py,sha256=eGxMURIKxiv-dE7rP1hwNgUhfzUN36-Bc58jCpHgmCE,73 +django/contrib/staticfiles/apps.py,sha256=jVTxc8UXVzK0ATiUTWhzftwRk8OWmv18m9yYyS4O_DE,247 +django/contrib/staticfiles/finders.py,sha256=W6OZQ7VJKiJ3lssHnnPztwkp8hN4F4-6bmN48HsamjY,9854 +django/contrib/staticfiles/handlers.py,sha256=W_BfPDEeeYq8H8qKtFW8YBxHszP6GBQXUVEPATZ8nhg,2328 +django/contrib/staticfiles/storage.py,sha256=j8oTofuqO4rZkXEWZb-eekFs_o_ih1GeWMKeJH8sA5E,15262 +django/contrib/staticfiles/testing.py,sha256=e01cvsUEvoLQBipXhUN3RMMo9A5XbE_nTBnk5Q_9kNo,464 +django/contrib/staticfiles/urls.py,sha256=p3bKoCIqRXbszfDVPAlRBDivmz1uSqRjLl6yde9PIvA,497 +django/contrib/staticfiles/utils.py,sha256=-I0_qcZfPnmaqqP51kO1JXxkxszRQlvsbb_-c6-DIcg,1976 +django/contrib/staticfiles/views.py,sha256=GakKMtcSWl46GxoN7pIGr-Uxl8fr5pwt1f-G6BBtMtA,1329 +django/contrib/staticfiles/management/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/staticfiles/management/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/staticfiles/management/commands/collectstatic.py,sha256=kUZ0ueg47WhrqGsCnyE95tZYD6f0jsV57vU2mIwnVQc,14419 +django/contrib/staticfiles/management/commands/findstatic.py,sha256=qP0hjNtQv_EyUdlGayvr-nsxIL0CFD2EXrDrwHvL2RM,1745 +django/contrib/staticfiles/management/commands/runserver.py,sha256=UDmeW_3rQzHeP2t7dP7nTkM_anrFZnqEoySxsOh1NB4,1385 +django/contrib/staticfiles/templatetags/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/staticfiles/templatetags/staticfiles.py,sha256=P3ixCkaCvU8wTQYePYgZh0mWzyeE0y4SDXltF8TWB6M,537 +django/contrib/syndication/__init__.py,sha256=b5C6iIdbIOHf5wvcm1QJYsspErH3TyWJnCDYS9NjFY4,73 +django/contrib/syndication/apps.py,sha256=J2A8aNjNPOZ8RcxTL8NSZOz-Q1RArrOsTgTV3MZiUFE,204 +django/contrib/syndication/views.py,sha256=hEzvqpapiqAN9tOHRbKhWyV6BQxc9vL_oPLuBUaUjP8,8763 +django/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/core/exceptions.py,sha256=CuNwYzpbvWOboNwsHH-FAiXvAJJEvCDaAx3zL8xFKKg,5626 +django/core/paginator.py,sha256=56FH_vRBH318b5VI_1AEvp17ufRYd_vi27mwU4AB6lc,4730 +django/core/signals.py,sha256=uGRybHCJZ74by2HV-9JEWvfmnw_scuhcxaRP3UmZDjE,247 +django/core/signing.py,sha256=hEV1AxKXO9Ih-feowRbuZ_4UgRdV-NBYsmvot5VS2k8,7060 +django/core/urlresolvers.py,sha256=0wEtMqKtpWvarFltHm3paMRxxFr9EnwuyG9wMywkRLM,263 +django/core/validators.py,sha256=dTFXQsCx-Fv7qR8PTn_qgd91V-SrQR2lIPezVuF5dNY,16316 +django/core/wsgi.py,sha256=lH_djoc1RKk1NtDZHQkVHWu9YwXrGvvZfRV8cqEjQ-I,409 +django/core/cache/__init__.py,sha256=39Zhl4wvVy22UiHUr5Uh3rJNeRzPZR1oA_JXTAOrYEI,3806 +django/core/cache/utils.py,sha256=5yQhkdoSKB6ehx7tN6MnAqay0A0wzXHevvTjY2x9Gx0,479 +django/core/cache/backends/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/core/cache/backends/base.py,sha256=Kl9mg2XHmRNJ1igh7HDDmzcFCbkL6rRW3Az3FGWrJaM,9807 +django/core/cache/backends/db.py,sha256=m0lCZzshVQtrgNMTPmks7bAccbV6dOMkk--t5MIRKB8,8628 +django/core/cache/backends/dummy.py,sha256=SnUSwIYdQ5Q3iHsedH64c8UMfqZkM60bgs7uZQZaPUk,1213 +django/core/cache/backends/filebased.py,sha256=pVUAO2v4AIl6yc7tAhFdZVcq9ugufjSGHSgHwCTa56A,5429 +django/core/cache/backends/locmem.py,sha256=eCcwfgnj9ZwyCqsotKttCrJuZFWKqvVlYEIB2fsaA2k,4287 +django/core/cache/backends/memcached.py,sha256=yg2_fC-menxX36g-xn-TEkwtNNXso0wPXvCgeD42lgQ,6954 +django/core/checks/__init__.py,sha256=GoSjYwdMTSLgw-qOY9YZZaSiFyPGL8_uE41ID3zw_hA,1087 +django/core/checks/caches.py,sha256=j3jJaKEqkgzLzGofXkFe5trMIDDo0JlYsRu9j-1uUgc,456 +django/core/checks/database.py,sha256=IpXyIS-TDTH4p037aG2l0qWnAVFtp8ozJEsXMvaoIu8,261 +django/core/checks/messages.py,sha256=tvbOC3S_2B89W3MYDQav2TwoK6t3n8GYXP_x0MjHd4A,2396 +django/core/checks/model_checks.py,sha256=dlxstrGIMS8ZUdxHQ9BDnKrYHXsBIZn2A9c-YCmbyQA,6273 +django/core/checks/registry.py,sha256=vMnanhvLwcECFmgXGMsbM0Ffbpyw5iUdbyslxq0TeUI,3399 +django/core/checks/templates.py,sha256=fjObLK4CzYFVwohxuS4I7yGW0G5aXoJq7DwQyv8HxL4,1292 +django/core/checks/urls.py,sha256=sb9Z195sNorsoTKOpZV9Vl2mKvfTCJv-XdpJRGMHk9g,3798 +django/core/checks/utils.py,sha256=Ujw5oxq5W1FpBAxvVXJQW01_iCpI1rEzR3pl9dcG3Bk,245 +django/core/checks/compatibility/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/core/checks/compatibility/django_1_10.py,sha256=eSFLJCM0fu6ZyPc9dUBzXgHuAiIXMvNyl5_931YkFxc,638 +django/core/checks/compatibility/django_1_8_0.py,sha256=JwQqCq64Y7rEF2fNi4X-PqyEYnSFlcAUwXJVCXzIEqI,926 +django/core/checks/security/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/core/checks/security/base.py,sha256=_PXw8JKh1af898olMQlsxjY39n6vmPEuJxdatl2X_EM,6645 +django/core/checks/security/csrf.py,sha256=F5-dpS83TMg2NdBwHzJopURJMK2P0HPDivHgXD6KOFM,2003 +django/core/checks/security/sessions.py,sha256=QavR0hfMR3fdL_Z-Q6JXrgctd6uClnNoJzN6ZzJFhNw,2781 +django/core/files/__init__.py,sha256=OjalFLvs-vPaTE3vP0eYZWyNwMj9pLJZNgG4AcGn2_Y,60 +django/core/files/base.py,sha256=htsomvE5ogE4ziIPC98MlaYZuByoZwDAH-rSq5GAJxw,5717 +django/core/files/images.py,sha256=rRktj7KqyqY7Ny7qz_4DV4nhijMmCFZLIcDgmDNdeqE,2428 +django/core/files/locks.py,sha256=QrJvcJI5ENSav3LzZI1ttpc4AqDCT-jkKSzyXUiFv9k,3516 +django/core/files/move.py,sha256=pHkJLwsWs_p3iCBvd4sJblbr5lwfvtjZQN2iOwpps5U,2794 +django/core/files/storage.py,sha256=CSLvhwhdud1owI0ALercLgq9sdyWgpTpIRoIN6HoqDA,18910 +django/core/files/temp.py,sha256=au-eD4f59VKOUjCr_vaqo8mevTc0IXS5eIupUT0_HCc,2934 +django/core/files/uploadedfile.py,sha256=wDw0Df3RPqfsxXZHlAo4mxHHQG0g5afemmQBdvwqO2s,4318 +django/core/files/uploadhandler.py,sha256=0urJ-V2hQ_PFyHDXxPoqZSHh1DK3iFFlSPNC4_OnqkI,6876 +django/core/files/utils.py,sha256=-0rlp9z9_JSBKD3AZWziBjv3se78BWG_reEkmGRPL2s,1338 +django/core/handlers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/core/handlers/base.py,sha256=hkzksjOo2p4i2_ngPsex0_981GcTyMouNpEvSulGGfk,10769 +django/core/handlers/exception.py,sha256=c6dIStHTBjCEjeqLjtoOh_dMUGOOF-gq1VrbYze9-1c,5211 +django/core/handlers/wsgi.py,sha256=55xvvDI1UrXtGVxaqk4iioLnqIW2ql1B7Er9sGja_iA,9048 +django/core/mail/__init__.py,sha256=C_901MhMjANxEfBZDKXVKU7WK7OfqS1JdXDvRYtD4Ds,4556 +django/core/mail/message.py,sha256=-QDnV2PDbZDVmbvctq6ZgV8vTx7IZAR8l6DlsKQxCQ0,19163 +django/core/mail/utils.py,sha256=3OYGLCQodLqRiE3_fdkob-i54M2-XnTqUAI2MZ7nniw,459 +django/core/mail/backends/__init__.py,sha256=VJ_9dBWKA48MXBZXVUaTy9NhgfRonapA6UAjVFEPKD8,37 +django/core/mail/backends/base.py,sha256=_s7ZGkiz7tM5qGz-mxarLNlfNj3FbLinodlKgMUnOD8,1573 +django/core/mail/backends/console.py,sha256=3EeIYfr8fbQu77kUPRvXQrKkHP2xh9bAtxvse2OEZMU,1477 +django/core/mail/backends/dummy.py,sha256=sI7tAa3MfG43UHARduttBvEAYYfiLasgF39jzaZPu9E,234 +django/core/mail/backends/filebased.py,sha256=2FSB0elx91ch0bUfZUCL2e45sq3fwdfUeWtjoDAHYoY,2771 +django/core/mail/backends/locmem.py,sha256=TBGX2cWRZOm6jHmfuFOvyr7NXRieql5tSFKhE6T2KWA,893 +django/core/mail/backends/smtp.py,sha256=qTwCEvxeBG0gEZiehJVyap4DBALqGZ_nFChiIBlZ5vE,5259 +django/core/management/__init__.py,sha256=HCaZz7Mqjf9KzalyGIb-odJUZQNV2oMT4WAo6U8765U,14931 +django/core/management/base.py,sha256=8jtsMxj05HCJKI7_1l0A65v-T9a1X1Dy_hyGc8ScUfw,21797 +django/core/management/color.py,sha256=nSy6EgaRXFMkvfAIQdWOjXCD5PIjQRl0hitf1Slyc8U,1826 +django/core/management/sql.py,sha256=YNEecbRkQbPbNuHUX782g2AvgTKGeJHTZ9aspn8Afac,1972 +django/core/management/templates.py,sha256=c34Qizidwm0ZwcTVO3bEMaJR12loN9ukS-rDfetXu9A,14053 +django/core/management/utils.py,sha256=JWv-hCXJf4c_VFN4B-R62XywHX_B2yLlWcv_kwq4Y4Q,2868 +django/core/management/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/core/management/commands/check.py,sha256=pQ1adVxEHkCqWaSJvRyjdr8LdtDAEUfQMLoB1w7hzKo,2377 +django/core/management/commands/compilemessages.py,sha256=1MonKIX8Z4lLF_l4vIxxwdVa6fmGzrAVt5WiEPy744w,5211 +django/core/management/commands/createcachetable.py,sha256=3lw5YHUx0CHYYU8hzxx1AstpdCwKXIpsO3JU5m0igbU,4433 +django/core/management/commands/dbshell.py,sha256=OeexBQJXEUArOKWGKpBSsaA043X1UokzNWc_EDbJi5M,1240 +django/core/management/commands/diffsettings.py,sha256=lk5RXv8C21IkBE9uEtAKnKh1kSjRdIQYK1Pb_Ka8CWg,1573 +django/core/management/commands/dumpdata.py,sha256=AzfKDBtVKGu1qfnmG0i6CIWv6Jn97PrS1NdVuODtDgk,9116 +django/core/management/commands/flush.py,sha256=ZX5dqp2FMFFlRtOIcQtmHaPS4e8kXVhH_B84jeq_2jM,3938 +django/core/management/commands/inspectdb.py,sha256=CI-UMwLDKGEvvUwXH3ErXB80wwimnIzRNaHXQYkV3h0,12874 +django/core/management/commands/loaddata.py,sha256=y_4yrAD4kctUQod3GfW1VzAn8xbpfLBgL0wdq-iuhgI,13363 +django/core/management/commands/makemessages.py,sha256=Y3kcl_Y1UanSe3nESub_GmcQXquWeFYAgz1hC_h8_Q8,25891 +django/core/management/commands/makemigrations.py,sha256=311p_Zk-Q6zqYWKsuphIjKuauedrMjQ3E1vYwO7hYv0,14231 +django/core/management/commands/migrate.py,sha256=34PMczTazcyOy2qDZu_ixm8D0q3Gs6HNnH8Ta-o4OLw,14655 +django/core/management/commands/runserver.py,sha256=TrEqx-TPQygLPE2V_fMHAq5tfejOwa2RPAh632aTDls,6371 +django/core/management/commands/sendtestemail.py,sha256=RnmPaf5Exj6fHRZQYEAAlKscV5KJ-l_vyg8Kiq2_wxQ,1518 +django/core/management/commands/shell.py,sha256=AuLVgueVj7UsW_p70R4WOaPQau4xT4xEqRsAaLT_Y9A,4849 +django/core/management/commands/showmigrations.py,sha256=f-wybd_5qxwNCCezxoneTWVlpcZOdbZZTFdAWNJ7jfc,5038 +django/core/management/commands/sqlflush.py,sha256=7ytQOb9-u24W_R12j2_aM_SbpIP5UiCiL-E4L4ly2Wo,849 +django/core/management/commands/sqlmigrate.py,sha256=_nCQ4hinbLqF581Haqd24vlqurQjdCkN7-auLx84jm8,2847 +django/core/management/commands/sqlsequencereset.py,sha256=DxzOLM5zOrCGfLrJhdN2sak-xqDFsZGUUNc19w5-EME,926 +django/core/management/commands/squashmigrations.py,sha256=ljOyUS_VDR4DDMhetBk3T1XroeN4V0cKW9F_vbHVrEw,8862 +django/core/management/commands/startapp.py,sha256=3FAuYOcoJ2_2TxpeL8kfhVEy2Vuh62V5HGi3UMYx-ek,1016 +django/core/management/commands/startproject.py,sha256=gVyJHiwQha3pdJ6iAL4i5mPDTiYMBczXafq1jVlpbDw,1223 +django/core/management/commands/test.py,sha256=RWNVcYebEgNmU96O3OhULv8gb0Fzs_NsvMTg4l7JIyc,2794 +django/core/management/commands/testserver.py,sha256=-SsAuaPQ2hZBNJPEar7dDFUvm9z4kKQm3Tg3z1cbDtg,2146 +django/core/serializers/__init__.py,sha256=R-GyvJIl4fbU7jfLT94gRveStQqF62IV25dVF_6DdrY,8253 +django/core/serializers/base.py,sha256=lq_U3gxy9kkulXHdFr8DIL_bXNzaomsWxrtly2Y55E4,7681 +django/core/serializers/json.py,sha256=geuw7469LnrLUg4Elgq1IBa9tCyBvrpUGtH-bb9CD8c,3899 +django/core/serializers/python.py,sha256=wcvvYlghlNXPIWyOku6nBHOq8O08ttW7VflP_FoqULQ,7851 +django/core/serializers/pyyaml.py,sha256=kbXYmcv6-Kxcs6CH5lAkrOw1t-rzab4MQ-SI6_gjENg,2843 +django/core/serializers/xml_serializer.py,sha256=NwZcQEsh_kKrmnt9toUOYcelfdOpjCFC4VeRuO8YOWo,15601 +django/core/servers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/core/servers/basehttp.py,sha256=yqigxQP0XsE5L13lRAZyHe4hj3J1rdsWNCAeKRCbbmo,6991 +django/db/__init__.py,sha256=C5jdEbqo-kZ7LQOltVIXsh9RSBy3w_WfrCrWzWAqHpQ,2322 +django/db/transaction.py,sha256=tEJyYJwAhLltlZtdTxAoI9XPehr5DgpSFXlm1c4hn3U,11366 +django/db/utils.py,sha256=Czd_gXLH8dJ0JbtLOUzGbyK8X70cATrDr69HtoNsVao,10368 +django/db/backends/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/db/backends/signals.py,sha256=rAFB5bUdnk5jckIT4PwVwEuE6aj4dbtasRHcRnIyH6Y,95 +django/db/backends/utils.py,sha256=x3FppVOQ8uK1Ee7Zd-SeHJBVwa_UTh0IiG6hZtR-T30,6725 +django/db/backends/base/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/db/backends/base/base.py,sha256=61lmOSKDjMVVHaFyd2Rswr47ywLwAFkrOk0eCWs1daY,23063 +django/db/backends/base/client.py,sha256=oBWgLApKjqvN3pgkmKZsUiuCgxFIwRtjHqmybOnzKp0,551 +django/db/backends/base/creation.py,sha256=LEkxHOwv4N3LTpT59tINcjao2jPx-C4sW5wqngnnpQg,12151 +django/db/backends/base/features.py,sha256=e6WPuoLQYR34CXH1mEqSy2Gjw_yjV4dmBCk8Ol9FtKU,10240 +django/db/backends/base/introspection.py,sha256=2RqvhwlagYAusAAbUa9WCFRanvdiGwvy97IpUtAXUgk,7457 +django/db/backends/base/operations.py,sha256=fdqI7NlDB1PQyfrYCW2ImQ7vUpq3JJqi6u7nH_PpgpU,23170 +django/db/backends/base/schema.py,sha256=h_2cl8Yf6I_0G0TTIp-xv1kpRyglR3MsYAYjmPUafPE,44432 +django/db/backends/base/validation.py,sha256=7LCfIWVL8Qeo6XxXvcQJFLxxFyJzEqaEnWPFhDFYYp8,301 +django/db/backends/dummy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/db/backends/dummy/base.py,sha256=NwiT3UDKpYjnznB2VxacBUd7ek4YoEZzAjqaqolJYqA,2570 +django/db/backends/dummy/features.py,sha256=m_ZHTydiox34PXZGj9AbbpjZni9UW44eKvz_VNbM7Ug,153 +django/db/backends/mysql/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/db/backends/mysql/base.py,sha256=PPeDd3LWR2slSmUL6JtPHInRFFSb0dRhmlspUTh8UC4,15899 +django/db/backends/mysql/client.py,sha256=N88GH1pR7G_8kMM-SUiwCEeNgsNAFwYPxLcTMA4pIEQ,1518 +django/db/backends/mysql/compiler.py,sha256=J30bWgLviaWfUktegN7YnXmp6CaEZ6u8VeuiN4DUk4E,704 +django/db/backends/mysql/creation.py,sha256=hra_noUemDscst_ItOroXZLpI0gATIHM2jpnstwH4Uo,2231 +django/db/backends/mysql/features.py,sha256=c1etw3h9qZUCwgNj233VSYgAeHfe6H7vEYDYo2j36h4,2938 +django/db/backends/mysql/introspection.py,sha256=reo2VfWmlkPZB0ik-Y70POoR0zbgLEgwVJR3iIYK8fo,9114 +django/db/backends/mysql/operations.py,sha256=em70AN85VoLCAFzX44P7gOji3c0w1FNhsl6xcKsj-IU,9501 +django/db/backends/mysql/schema.py,sha256=qitfJ4AajXJpc9pFFZlQ8ZK-3zd95DBt_ASgzIB-wfs,4590 +django/db/backends/mysql/validation.py,sha256=5E-cvZTITw2Y_FFLx2FTrS1w--YMwu1a7GPsklHgBwQ,2349 +django/db/backends/oracle/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/db/backends/oracle/base.py,sha256=gNurgiva0Vb1GuVzw9Xr-YSbfMudIiTmU41ZhTOqSy0,25003 +django/db/backends/oracle/client.py,sha256=waXFHRMkzhOBWbp4oLvR4oZUXind-3byH5luGItcU2w,325 +django/db/backends/oracle/compiler.py,sha256=KEYbBwgXR3d__l5yJBslLdTzcboaNvvnzGKcf4VqFrM,2044 +django/db/backends/oracle/creation.py,sha256=4tUfEGsltcMKnN-a_TAEkCw_BAFNAvgrdg13m6DqFF8,17256 +django/db/backends/oracle/features.py,sha256=07arMiPnWNR7LYjpIE58seldYxxjBCvR7n_MRlJ_OQA,2547 +django/db/backends/oracle/functions.py,sha256=zXQRB7tz1XM0QVjzqN56QIXF16Ji24vEfGFqpQmWG4k,864 +django/db/backends/oracle/introspection.py,sha256=9d_cLUQHuN6IC45Dl-unJvMW_zUZMnw8gke0hUcuFbc,11463 +django/db/backends/oracle/operations.py,sha256=0ikHRIrwcZQMybYsyGUTzCrkafzozBtDB4SbxKFb7J0,18801 +django/db/backends/oracle/schema.py,sha256=qM4hHslxdcY7DHcKDWqP26sJW6rGgkjy2QLbBhKZaeQ,5313 +django/db/backends/oracle/utils.py,sha256=bxWWFcxwYSYyFHrwawOWWgbE032faglKLUpIBG9Fep0,1252 +django/db/backends/postgresql/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/db/backends/postgresql/base.py,sha256=hDFfse8fgOEGSNcsj1_RdJsGh_WSPtQs_kc6C10DLsA,10551 +django/db/backends/postgresql/client.py,sha256=ijKNb94Ngb7zSNLfapJFArGRmXcqHkGWNa2bTLrN2y4,2120 +django/db/backends/postgresql/creation.py,sha256=UQUjZ1eBJU_WpuPn2BqT3klWiyEdka7AfiTIVc2zkvQ,1869 +django/db/backends/postgresql/features.py,sha256=tSVPDoayc7JAEkWJBB08-zfmafSPpVLLrc0kM_0q0Ww,1178 +django/db/backends/postgresql/introspection.py,sha256=CQ7eNXHpTDnxhcGsVjRoSZbui4voKgu3qj9mYPN9iTo,10204 +django/db/backends/postgresql/operations.py,sha256=lIkvfRX7KSmsP6jGJ_3yynYcPa4nlY3EjvzcuLX79Pk,11054 +django/db/backends/postgresql/schema.py,sha256=LXpTeDIaibMf8BnZgQJQ6c01sTe1LOPQNr2BJ8XsMhw,6005 +django/db/backends/postgresql/utils.py,sha256=3GXuTEoyPNqfUcXOCVnC-gw7xdAV17ZvZYb4Qu6f7Mc,176 +django/db/backends/postgresql/version.py,sha256=vRBmJyUPuVrlZ_j_7E6baKV82hw8TMjftATIhSOnoEM,1517 +django/db/backends/postgresql_psycopg2/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/db/backends/postgresql_psycopg2/base.py,sha256=g2aAztfMtAL93F8tGmO1W2YQbmr-w5sm_Obopi4JHX4,40 +django/db/backends/postgresql_psycopg2/client.py,sha256=IRCmGthBTRhO2RVGdyuxWLJowAc5H1_-1azwzrvJ-Ag,42 +django/db/backends/postgresql_psycopg2/creation.py,sha256=K2mX3uKrYKPu6snParWOUpdPE7njMl7d5F_9rWTEMy4,44 +django/db/backends/postgresql_psycopg2/features.py,sha256=5wEMe_Zj-SGxQ5AF06SH7ghMuamD_y7ddvJ9LBqZxhA,44 +django/db/backends/postgresql_psycopg2/introspection.py,sha256=uhjKJBighkTzV0JeFYJsYedni4w5I_N9LpIwDaPmOsE,49 +django/db/backends/postgresql_psycopg2/operations.py,sha256=xkIOUX-rLI6YjTKtEHYEK89whe2J1T-FKNVRBW2Jbh4,46 +django/db/backends/postgresql_psycopg2/schema.py,sha256=R-3T1eOq2-yD66L2--ICntPF2ZsLZ-Ok4TV4FGxyG5c,42 +django/db/backends/postgresql_psycopg2/utils.py,sha256=eneNs5az6_Q07x0q991G7ZABYgE-YgMg9-Xk35LT7PM,41 +django/db/backends/postgresql_psycopg2/version.py,sha256=WCbQgPPoWDCn3ip3Yb2SIzeWj-t6jRQSQisW1DSDrhs,43 +django/db/backends/sqlite3/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/db/backends/sqlite3/base.py,sha256=bM2Qr3-Sy2YksJwEFNepl95d9vaCo34lVepDMRLUSPk,19209 +django/db/backends/sqlite3/client.py,sha256=Rg8Bwfj68kI78bjH2bEDQfAL008rCegtk7gIqg3NpFU,305 +django/db/backends/sqlite3/creation.py,sha256=oxVi_QKr_XfS9Zo-TcdTGrphHUYOH_4kAN_TJK2STJ4,4846 +django/db/backends/sqlite3/features.py,sha256=lXND7xlL7jdZh31xXbtwRWLw6uRKEak7rInDvgjn7h8,2739 +django/db/backends/sqlite3/introspection.py,sha256=bKCJ1TyHVG37IX1DfC2f9eQmYQCE-LaTYu9oknE-h6Q,11307 +django/db/backends/sqlite3/operations.py,sha256=R6R-_74plITUk_huBu7URNRTlc1PQ54t7qyV0fkLDc0,11834 +django/db/backends/sqlite3/schema.py,sha256=gwTQUJO3KHhg6yC6-cHDwLJWUI-eA0EJ6X3IsYVUhcA,13930 +django/db/migrations/__init__.py,sha256=Oa4RvfEa6hITCqdcqwXYC66YknFKyluuy7vtNbSc-L4,97 +django/db/migrations/autodetector.py,sha256=17pDp7R1JJzOPROOyv2xBa564GhD4xNd62m2WN3tkBM,56981 +django/db/migrations/exceptions.py,sha256=cWQmZRdN6Sjh8d5L6Mn7ufT6QhY4Hs3OH3XRQmDpWs4,1490 +django/db/migrations/executor.py,sha256=onWT1rzkxKGN9A0BGYcgxnYEUWKTc13KsoQ8y-7MP1w,17051 +django/db/migrations/graph.py,sha256=4eykgjwD7ju0IiJyyLor5EjQ7mnDjzC17Rjehp5Q1vo,16656 +django/db/migrations/loader.py,sha256=WeLk9QACDLC91PikF9JNRxrXYSjxDILqHhCSJ5hsSJ4,14349 +django/db/migrations/migration.py,sha256=PPp_fPjNR6hkprCiT-FMY7QQqK2f6v1Zon41BVS6MNY,8324 +django/db/migrations/optimizer.py,sha256=U-q-N1KuSrCXWzisC0viT8Anv-08aCHO9J4d0I-DAck,2872 +django/db/migrations/questioner.py,sha256=0f4huZM7hU_UFhEsGZBm4-0OhgSlxTVqF26DIjEoIm4,10169 +django/db/migrations/recorder.py,sha256=aIzUkOG9SPxNxX661nLfdUb4lr9_MSukqK0bJI9B07g,2868 +django/db/migrations/serializer.py,sha256=s1-5cbDzvJDguLMm8vFqwiDuayF4cdtPh6VW4S3nprU,14738 +django/db/migrations/state.py,sha256=54_jZNKQiNn7CMlg6P-2zY-bWilk1z2yM2EVFsK8Mdk,24438 +django/db/migrations/topological_sort.py,sha256=MLLo_z1eNqL7Hh9Nhmw9dSWn-I3ObtQGnNLc_zXs7fc,1129 +django/db/migrations/utils.py,sha256=irS3wz3e-ERAyQanFo80dzNYXB47g4hAm9Q5xJfVj9k,396 +django/db/migrations/writer.py,sha256=m3pms4JYqWHGH19S6_Lv8Tb3EdYin9hICYQKC75DHnY,11582 +django/db/migrations/operations/__init__.py,sha256=XXDr1e6hj1r536o08luIv8sCenhdCesY9Lzb2YS2elw,650 +django/db/migrations/operations/base.py,sha256=fVvUfl9L6OEusmLcI_HAji3v5-HC6Ps08Ec2hL3ovyI,4888 +django/db/migrations/operations/fields.py,sha256=nOVLwj3i31VgS1bx-keL6EOYR0LX09AVmcKSr6Nt8lk,12272 +django/db/migrations/operations/models.py,sha256=7PUwAvjkP1qNJYUztIrv3BL7UQE9yEZLt9P9Cq2a-IE,29026 +django/db/migrations/operations/special.py,sha256=gt9ofzPXVDLftCenFmUe4aybPiQ-xuC95gi-AOISYsQ,7662 +django/db/models/__init__.py,sha256=2ZYJ3nGq3b5kORhGiBkbmKxNgMzATIGvnE9OQcl0bkM,1634 +django/db/models/aggregates.py,sha256=jmrhFPLwNhbmJN_qk-8mGEALQUFZPLUbdejPHwBvvto,5058 +django/db/models/base.py,sha256=6Yo1dKnE3qPioagIPEHOID3DCVj-0PprJ9l_G5FG8_w,74455 +django/db/models/constants.py,sha256=BstFLrG_rKBHL-IZ7iqXY9uSKLL6IOKOjheXBetCan0,117 +django/db/models/deletion.py,sha256=yxEe2DXZOQl0472DDXNm647Ed81iq8BUBuZg2vV8NDY,13781 +django/db/models/expressions.py,sha256=Y1tqMM0vsCDmBGf7bVvJ9QpLCYItCg2CQUJCbCMEZUg,31750 +django/db/models/lookups.py,sha256=qWYOafAA3jJAlmzcujCZfQQOStSW9RF2Ul0LVI3K1XA,20247 +django/db/models/manager.py,sha256=JCvp5qJS9r5AZkKo23lMokTVjNoBmWS-TbTDzhHe2Po,7232 +django/db/models/options.py,sha256=lcWPl3wIHEs2HKMzG8Y_03TYNfrKsU4sYn_I2t3gWK8,34102 +django/db/models/query.py,sha256=AzjxudINwmHazcyLvhAHEY3jLdGTvdvpGDNZyshSPT0,71248 +django/db/models/query_utils.py,sha256=Yi8fk9rRSfM21KTmJyoDo686pY-1KC9AL6LABHjNClc,9773 +django/db/models/signals.py,sha256=JMDlPheEesfOoiyd17dyZNVZh_919l6oOMYik5g0IrE,2468 +django/db/models/utils.py,sha256=M8EnqqBELhAkxjqdp3BUXP-rhDAty19FVo85aeaJrSo,904 +django/db/models/fields/__init__.py,sha256=-huastAL2eL9dzD6eoE-3SDx4mzjKfbWNx8W1ZlDSKY,87855 +django/db/models/fields/files.py,sha256=p0ZON8-kXSMeRYfYymCnvG1c9Po2UGmnks3GL1bpkZY,19578 +django/db/models/fields/proxy.py,sha256=xB6PaToZfk9tVf8p1GDtbo1dxZUpbRcGRYBxpYPebEE,699 +django/db/models/fields/related.py,sha256=DH8PBVOi05S6XUGOQoKa747_BIyCZOjQ8md71mbtk5E,66699 +django/db/models/fields/related_descriptors.py,sha256=ZiW7GkMdTKVmpSeYCNc6jybTJbblT1GlfR1fLhCQAZA,48581 +django/db/models/fields/related_lookups.py,sha256=npSNDWrsstJ63JiM9uBZCk9b9qZZKr8iUugO6OgwBVM,6259 +django/db/models/fields/reverse_related.py,sha256=YSSHSl7v4e4-zm-_53ZKuajEPU0S6aD2Jzt9GbAsmM4,10310 +django/db/models/functions/__init__.py,sha256=APXTq2tLEfHMiO9SGJX7udJZ4r2bUMWUZsCNWxjgd3E,753 +django/db/models/functions/base.py,sha256=PBmuQD_mOG4USEPlFeR9l-xs23P8Y1EAyfHhmrkeTDE,8081 +django/db/models/functions/datetime.py,sha256=pmfx6G-QIDM4nFnWa3ESma5mdQrXFHwYQe4OnFN_vOw,8526 +django/db/models/sql/__init__.py,sha256=JoALcAxBPynlVagon-cAD-6HdephVn1sl_bglsGRO5w,265 +django/db/models/sql/compiler.py,sha256=a7y4ekuPL-KLfHEDd_Qr65ktSYqFdIX0R0JayErruZU,54440 +django/db/models/sql/constants.py,sha256=p9_PSAOMk-5Gj2bR6mzrQZ5HGOFPxRCdxRk3Y8l1cXA,1039 +django/db/models/sql/datastructures.py,sha256=zHHXvU32mIh6Nq33ngIZ1a3BznLJCqv7yW2peB3bnms,5619 +django/db/models/sql/query.py,sha256=E3RtVTXSg-aILVvyTYepAxRfmtuNUi-93iffdYKNgro,92649 +django/db/models/sql/subqueries.py,sha256=cb1F-h40AXPsIC8-ZGTtLXC0mUhhflL02xA8Ze02bM4,8006 +django/db/models/sql/where.py,sha256=r7RpNfNedXjIbR2EXR7Alok-NruebqTCgzavhDxoDIM,8054 +django/dispatch/__init__.py,sha256=aZs1qtjOnhy8LWricxId1AQgpSUee-WCF-EzCj6o6qs,288 +django/dispatch/dispatcher.py,sha256=gDIHFZwx4CfiYFBWav69lMCxkNl2T1SFGInFVUksWZc,11693 +django/dispatch/license.txt,sha256=VABMS2BpZOvBY68W0EYHwW5Cj4p4oCb-y1P3DAn0qU8,1743 +django/dispatch/weakref_backports.py,sha256=cILfgDdPgZ8BzCqzEOXgvGQ7xy1JpfZXJbq6kuA9fB8,2147 +django/forms/__init__.py,sha256=S6ckOMmvUX-vVST6AC-M8BzsfVQwuEUAdHWabMN-OGI,368 +django/forms/boundfield.py,sha256=dbL6tcJc7JtJXdDYC00pI3DR5KHucwZx50_HKyhVEQU,9137 +django/forms/fields.py,sha256=Nnd9gr3amivVaunY6qdG4OGbeWQYHL6nHBSLAf-Ixso,46258 +django/forms/forms.py,sha256=b1tSJt0WCf81h0p4TFIqL3p0QYR7JCylZVDtmY5fc0Y,19773 +django/forms/formsets.py,sha256=NMmoatv0TtG6MS-gPWuS3bcPd7rie_PtzcNSXwOpkEc,18252 +django/forms/models.py,sha256=xqLRHVNL2TYIrrld8pBYv9eIuSAW9NHjdbY-0tbkAFY,55483 +django/forms/utils.py,sha256=OX-xkDst5LWjEg8AU2T6DpUhLcryv79hGsmCo58zr-Q,6131 +django/forms/widgets.py,sha256=XZOqBRiwckyG2XFNIPKErgpQrPcA3B1kgV-5g0wMpV0,36935 +django/forms/extras/__init__.py,sha256=UVR-iNjmON1kF-yQBIsgsESaEuPHp5kYHaDnxolFKHA,334 +django/forms/extras/widgets.py,sha256=0drRcbI4nPEAxyQgT2lLDdYU31PFa4SpaeYytYQ93B4,58 +django/http/__init__.py,sha256=5JImoB1BZNuZBOt5qyDX7t51McYbkDLX45eKmNN_Fes,1010 +django/http/cookie.py,sha256=1rJPq_2f787f0zoPVP2WguIs-ARt7ghbDwbTjSLXOps,2895 +django/http/multipartparser.py,sha256=5mH9zSX10KbcfFK73dRHl1_QgV-zp9VWgertrlLnluk,25938 +django/http/request.py,sha256=2zAo7JY6n0gcsZlEGH1gMdh5uSLtHNUc6PGTKZ2U31U,20769 +django/http/response.py,sha256=TCkIgkGqNUFdl4GRCmOCr21RcBb7GVSG3Btmk-TwNK0,18101 +django/middleware/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/middleware/cache.py,sha256=E6bEwByF-d0_x8tqAFczE5ihgaxeBiSnVLZBGyzWMlQ,7530 +django/middleware/clickjacking.py,sha256=RdfUdk1ESSJAMeQUSNUZmaCK0sPSfe4YoHzxoi40DFM,2051 +django/middleware/common.py,sha256=1hJ5SzV8Idp1xT1f4h2LFB34BJc4ncfC_d54A8sMqUE,7843 +django/middleware/csrf.py,sha256=IDa6sKbTcL07-dqczg7J85ElmfBwzgWCSHlka5N4B2Y,12492 +django/middleware/gzip.py,sha256=shodquzGAYsN96B09ERKH4PD4BoEZR1vswTL3h4QpbQ,1893 +django/middleware/http.py,sha256=HWOF9ACcrLUjqpfRF3cTch1HuWTtYKN7WfKhg-P57pc,1203 +django/middleware/locale.py,sha256=NnQWrxjZlm1C3frumyu0ovJP8D3Xmk_FD80qE5CyFy0,2999 +django/middleware/security.py,sha256=mYzvNIyYmu9JY4VsIrs6XGJ-FsSV3fmBT4N3I82tWGQ,1875 +django/template/__init__.py,sha256=SnmXmt2NwhJhFuvbr4xOK-XBk-ug6czEvUFGryxp-0k,1889 +django/template/base.py,sha256=0G-6bjowfMr2w5p2ofAZ2jMVGRKBlREg5ru4_PwQPD8,40362 +django/template/context.py,sha256=XamMRak3ApRWmV5slyiDrIjGjk7jW8_lzqVoyqFEawI,8669 +django/template/context_processors.py,sha256=c5rUaalb-MWvSYlOBuv-mkrr6RocVWp0DJWp0JfY9ok,2497 +django/template/defaultfilters.py,sha256=dtR4-xkONYdvPS3Bf5OjS2QUft5d0Elx6ElaQLT90Lg,27933 +django/template/defaulttags.py,sha256=Ajshcob03d31Ht5B914oO_WP7KkIU6EAU8Itbb5rW8A,49155 +django/template/engine.py,sha256=9lCmdjHzZDh4BgTfEAsPGCGD_DI7qhxbBHfZX1MaTuw,7582 +django/template/exceptions.py,sha256=V7DGQYu0B-x5InjTpoBwctLUd39EJWXq-VaxjuIAl9c,1392 +django/template/library.py,sha256=zX3xU66KplELSAN4cStmzmXRkYNmDN4ZitBv3b1hxhU,12790 +django/template/loader.py,sha256=V67xYWG7Ln4hET8YYP6rEEJpgDGSlhkhu8_uLwt_-ro,2401 +django/template/loader_tags.py,sha256=Ymdlc94pN7xiI7Vq8c3k-SQCCAMDOM-dI1lwDlTd40U,13650 +django/template/response.py,sha256=-WpW3pSaoTfhXW9TgUQxHwlwNmzaToJaziiWx9zZ5QM,5657 +django/template/smartif.py,sha256=PBOW9x5O3WPumYRBuqJDzdJ0dZVkz7gVNxJ3q3DSd7c,6389 +django/template/utils.py,sha256=rGjbNjnR0AKLjoPe_-ZanNFbPV9oDxPk95H7VznGhnU,3733 +django/template/backends/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/template/backends/base.py,sha256=Nj1EfiEPBRuvcH7oJxlAByVhKvltFqDPXcwQAcZ9ELw,2894 +django/template/backends/django.py,sha256=nzG1bdnfpQdXSuX_qOnmsJdgPMszZEJwDXXzN5TUxsc,4406 +django/template/backends/dummy.py,sha256=Fw9z9JZpilQ2PoFvW-QWVhtgteFdDlJ2fbbkjZLwubk,2037 +django/template/backends/jinja2.py,sha256=epgd48bS64Ggce6jZGxgtRYWY9LoVAPUQVLYmV5dZio,3372 +django/template/backends/utils.py,sha256=cJJQf_AMDuUPGmhuoOB565x4PcWr-KDrnsOV11Dm6Go,535 +django/template/loaders/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/template/loaders/app_directories.py,sha256=w3a84EAXWX12w7F1CyxIQ_lFiTwxFS7xf3rCEcnUqyc,313 +django/template/loaders/base.py,sha256=QSLtp4YWUGWrbB0msyIUww-ut-fXTizok54i6-seEvc,3759 +django/template/loaders/cached.py,sha256=E35GGlTf4To1F9RS6MoY_X-6FtYe9FN150nHd7Y4W-Y,7116 +django/template/loaders/eggs.py,sha256=pK9KY4Msit53mVnHGIlH_xhqhHoyt_QQWlYmLVQrqN4,2388 +django/template/loaders/filesystem.py,sha256=8d4RiPnoV4Jh4czus2kUEe_y_LLvrIbLFR8HSoUW6Xs,2158 +django/template/loaders/locmem.py,sha256=_uSIWFKDmlrx95aLMrlawIxcrgClt-3vgGI_PKSRr-4,1194 +django/templatetags/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/templatetags/cache.py,sha256=pVmBShg6dluWbHOToPzz-F0UOy2DqRCvDYNy_FI3yos,3390 +django/templatetags/i18n.py,sha256=qWbR0PIRFJLMasN6UmZ_T44NCwT_T150b-WIicGpnhM,19351 +django/templatetags/l10n.py,sha256=RHbzT7_EFFvVwyS6NSoERo4FBe1OvsNvf9pn6DMk_6E,1735 +django/templatetags/static.py,sha256=oiWQkVelfFoeFHXokSpZI9Ke4dROBDRPbhyqD0F0bsA,4391 +django/templatetags/tz.py,sha256=JxuQZ6Gw2rwAxs9W9IVANmbxCJVxDh_8FuJWwRgqH2Y,5572 +django/test/__init__.py,sha256=e3zWk3L91k9pyLRyzKlt_BDAhc8-lXtb7xoYz--inIc,895 +django/test/client.py,sha256=fhbxBZR695TCbDVPnlOX4vjc07vot6iujNzuXjkWGiI,27395 +django/test/html.py,sha256=gaj_W6jX_uxeHyj4WhNJeCEneF4IXK0MyH8B7hPyUOA,7943 +django/test/runner.py,sha256=g1Qievb2HDuiC7LOKPK-g_R_xm1JAqoTgu2VrFWvwN8,28462 +django/test/selenium.py,sha256=Yvg0hTwL54nqc6OxPC4Yh36A8zfmJ-6zLPCyoazsMOs,3456 +django/test/signals.py,sha256=P83irYZm1X3dG5NFsdPgFEF3reJEFkspjWehqt21xGI,5724 +django/test/testcases.py,sha256=Wr2C5nOcqfC_SFMDlY4JegYcmrR1n_bO1WegsvWo4CM,57369 +django/test/utils.py,sha256=C0nqtfOLnOWAIX00KzVEPmX8qp9HtyQceSHjsbzZ97I,23443 +django/urls/__init__.py,sha256=jc17EyWI9chsuzJGIMmSBt1kGCKg6mJmbgNokHn0Xbk,889 +django/urls/base.py,sha256=LNn2UmwVptxg9R69TyYPHDYLJxtxQ3Aemz4byuh8szM,5668 +django/urls/exceptions.py,sha256=eLxlbTWBdn514NMmPD8vm3_E6fJzFYrj6zJRtvQaCnI,156 +django/urls/resolvers.py,sha256=KnOUpmVWqYhaTGberNw0JWkELP0RZigS7mdqdKlStU4,17625 +django/urls/utils.py,sha256=dnnL7FcmoqaK2oefbPsoksHZbiepTu-0IMkc4yiy0bE,2229 +django/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/utils/_os.py,sha256=qpnWUU4FWpl9N1DW5vTWb7AQd4fUqXqyuDXBX3ZVd38,3581 +django/utils/archive.py,sha256=faPR4Nw2kkLj-4-9w_E9mdsh__yR_IhhYy9CN38DqxI,7042 +django/utils/autoreload.py,sha256=q_rbcR_QNo4zMhYdt0oKcB8ibngieImMewTpSDvk8G4,10877 +django/utils/baseconv.py,sha256=GQ0eAd4wQOtJSoFIxz7XzRBUPC3UObna_XTLJe1rv5o,2982 +django/utils/cache.py,sha256=E163vSikpYcKMaLTWrPE45Jv0PTybb4VCAPwGfOUnmU,14997 +django/utils/crypto.py,sha256=4GMHBDwE5GvqNZUAu8qxsRwJ4H0zwGoFsHxDxzP8sYs,6878 +django/utils/datastructures.py,sha256=NiD-2XEVy7jn9X-p845f80pPgXEq7BJRmMlcHVeaIbw,9231 +django/utils/dateformat.py,sha256=nP4EFzCbbibIqbVQWxzg5eGdjnOFWPLCtAplwXyjP6A,11885 +django/utils/dateparse.py,sha256=puPIK2Mzj0f3T6RzDiEQtML6iiLGZcvx6HCD-8oE09A,3995 +django/utils/dates.py,sha256=hzSrO4Bb00Wy0Za7SpIssuF5pIZgCWnFx7MuKqsui_I,2296 +django/utils/datetime_safe.py,sha256=jmizIU88bQQF17uZUqQ1QJDGvGRLv5xK1NaFp2qqaAA,2836 +django/utils/deconstruct.py,sha256=2kEyLC4b6edMeey-5kJDjJMHpl7TENSGozIThNpN-Zw,2047 +django/utils/decorators.py,sha256=HcECmWR3dxzGESkNuc006kvr_5V4Xe_qoWMwtL6KMa8,7531 +django/utils/deprecation.py,sha256=H2zL886fONcu9w-RGisOhkhwSRHp_dvYMDs-XehbJQ4,4208 +django/utils/duration.py,sha256=xj04QTX22hXVhxgcBk1Yne-U1cPNnusNWl8dwETug0Y,519 +django/utils/encoding.py,sha256=C_QhX0ZnQViF68YCYsk4bnYpZBiCKxZHUqBvWyDdUvU,10076 +django/utils/feedgenerator.py,sha256=dlf0p2hJWCKTbpS5BqFDwEypjqGVRl5PLeMZEih80CY,17789 +django/utils/formats.py,sha256=3_eGNliAehgbhuVIXAZoXWEGPnIVeosv6eROj-5oi0U,9188 +django/utils/functional.py,sha256=VqpS9dDTJ-3dSXtTEOQ7cIuOJnkOhWa83OktyKYoLNM,15437 +django/utils/glob.py,sha256=lSl-nuvyUnEXNu0lg3KyZF1OHX18ton-ysnXdNigt9Y,476 +django/utils/html.py,sha256=DL2NGMOcY3NxjwTEAeoQm4apI0djr41EdU7qIYQjUik,14422 +django/utils/html_parser.py,sha256=gw0BP6HMiSD35netiAEuTgj_3LsnwC8fE1gV3HcYXnE,783 +django/utils/http.py,sha256=51eHM7hXbBhrhM4ddjE7ORzXO8FKhL_eq2cyPl6LcSQ,12708 +django/utils/inspect.py,sha256=6-EX6DGXi1HE60DJIrBYSQ25o_ojY_HbVX79pjjuV0E,4195 +django/utils/ipv6.py,sha256=5w1npmExrovuqxEI5K-ec8K6EfAsl5jwdwAOEVF1Tcc,8143 +django/utils/itercompat.py,sha256=z-RgJOzcuEkU0h7JXRza4AcSr-5njR--AANTVYHl6Jc,386 +django/utils/jslex.py,sha256=9FNU7NKR8oD0pmN1XFqCNGdBTPe-S4rU-1Vb6WgZ8Pg,7778 +django/utils/log.py,sha256=SYUbeeNPduLW3rQ5Eci2akaox62d5aFeXKYZyO1emjs,6230 +django/utils/lorem_ipsum.py,sha256=34PQGuOIugAbaw4DmFpVrOdAUG5nncsUZmNvNpKZcgc,4854 +django/utils/lru_cache.py,sha256=PcCp28hIOvodgQXYnog33xe0hEncXUOF6slh3jgHP94,7647 +django/utils/module_loading.py,sha256=2lGrdWrCwKtGWT2oI6uqz3ry3-5QK2yLMiD8WEWXA_Y,6290 +django/utils/numberformat.py,sha256=jwAHYI0sj7cRiG-uRnzerKow8CRU9-u_lA23cNdmUrI,1944 +django/utils/regex_helper.py,sha256=mfqiCQ_GvGwKBdQEJH21EzFhvlxOmk3pjlkvc3na2z4,12673 +django/utils/safestring.py,sha256=mp6kMFs5bESNUOebM5CBcP4yUsn7xLak587VznONl84,4575 +django/utils/six.py,sha256=tb3i4u4c9qMGXw6W8DJzJ4zRIRmsuoxBbtut9LlFs3I,30628 +django/utils/synch.py,sha256=gDlcTGSEI7TBHeFFCVEYG2qmeQTBw6l0YMMZdhPRlfU,2558 +django/utils/termcolors.py,sha256=ZrKvF6DPZuofA1FZ9IkKSdTTAQ1j7aqOiI0hHW2eplM,7302 +django/utils/text.py,sha256=N9fiIAkaQCBdELdarcPSWx40pTUe1Or-dy7yvJQ6HRo,14636 +django/utils/timesince.py,sha256=Ecyyia8Ife965ebgs9H4ei85IDfI5fr6icM21iWgUr4,2671 +django/utils/timezone.py,sha256=AZumM2O2Bh8WKdYziMh87HYF1MN36ESaEd4GlmodAJc,11145 +django/utils/tree.py,sha256=81O7cc2ii6kmpZ4aJ9KX5Decd7AzwYuZf6lVgRLcyso,4871 +django/utils/version.py,sha256=_vh1_U0KNm3xH3bjrL6GISmMo77eJ6tEzE_hodEavgI,2455 +django/utils/xmlutils.py,sha256=6A90aFy5-WfYPaM5_sxqPrDQ0UgJECYJoytfIcXOfF8,930 +django/utils/translation/__init__.py,sha256=djOtmlHml_Cqzw92V8R8xePcF2bCEgPyO2A22N7lZI4,7674 +django/utils/translation/trans_null.py,sha256=D-BB9iV7pEuQTAX2KWsfFsI0RkEnrsusZvSZluObSI4,1468 +django/utils/translation/trans_real.py,sha256=CCa2MNJ3rpuCfaCx0ULy8DW1vqxXY2EmpQqgWEDw2Yo,29824 +django/views/__init__.py,sha256=DGdAuGC0t1bMju9i-B9p_gqPgRIFHtLXTdIxNKWFGsw,63 +django/views/csrf.py,sha256=0fwjTuiEwZ16Fzgqc2GecT-zbBYvYIot5hWFRJSvavg,5732 +django/views/debug.py,sha256=Ssuw4YOl4wi_NkOxC_lKQCkBQ1hHtxlRDRlGHJozJwo,47004 +django/views/defaults.py,sha256=u151sVjNqfac73W2yIpOLlq6dRCWTnOErF28LidFSw0,4280 +django/views/i18n.py,sha256=ErEqkxwTfUiY2hu6U_0iLqbZqGeWjaDPiM3h3AzK60k,15608 +django/views/static.py,sha256=7qyIobiT-izkUZsiB-vI-hb30oraUlOAS9hc9AGeFGY,5129 +django/views/decorators/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/views/decorators/cache.py,sha256=Exx--liuejgMbeEZeeuVls1eR8NwIcXcpoo-hI1byao,2304 +django/views/decorators/clickjacking.py,sha256=_tpqpcbx0SQ5MIRZSc-QlU0MPSsiN9ulhvZboTrxNaA,1744 +django/views/decorators/csrf.py,sha256=OSSagHH0Xzzsv3XnUN6d13nbIe7_hNAkuLN3YiLsnwY,2202 +django/views/decorators/debug.py,sha256=WyoyUOorJK3-9Dq9VdGeFblSH9yus_AGGcvUnW0L0HY,2627 +django/views/decorators/gzip.py,sha256=PtpSGd8BePa1utGqvKMFzpLtZJxpV2_Jej8llw5bCJY,253 +django/views/decorators/http.py,sha256=9EHJNgI4tQb5gYpSvce4WpgDBJUKWnIWlSMBZCYg2gM,4362 +django/views/decorators/vary.py,sha256=nIgb9cGB8rUNannpAWVHXlxyd2k0XSXa3nVaPKIES4g,1200 +django/views/generic/__init__.py,sha256=WTnzEXnKyJqzHlLu_VsXInYg-GokDNBCUYNV_U6U-ok,822 +django/views/generic/base.py,sha256=TAA7ErP1ph7LABILOyRUTkpmzPmzS4iXqB7RoEHZAkk,7583 +django/views/generic/dates.py,sha256=u3_Uh7rmllRJd0s77voj-bh1UzXDj7BPT1dtXLrOYZQ,25785 +django/views/generic/detail.py,sha256=1IW43-SGTFlgWbZtMRr7Xk_0Iu_vOxDjwWKoMg8TuKc,6720 +django/views/generic/edit.py,sha256=A0xV5n7NZ2U9anpGhwBzTHxepoTfsqzgVdHCe5qEGx4,9030 +django/views/generic/list.py,sha256=l451910gDviOyhgoiKKdsPr-x57gJ41v3rD0qG1XCdg,7623 +../../../bin/django-admin,sha256=BT4SsLH0amOaQ-Q3PPwwEpxUMmhazHuFhkNsDYedu5w,299 +Django-1.10.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +django/utils/text.pyc,, +django/conf/locale/__init__.pyc,, +django/conf/locale/ja/__init__.pyc,, +django/contrib/gis/geos/prototypes/prepared.pyc,, +django/forms/__init__.pyc,, +django/core/urlresolvers.pyc,, +django/contrib/auth/urls.pyc,, +django/db/backends/dummy/features.pyc,, +django/templatetags/static.pyc,, +django/views/generic/edit.pyc,, +django/conf/locale/vi/__init__.pyc,, +django/contrib/gis/geometry/backend/__init__.pyc,, +django/contrib/gis/db/backends/base/adapter.pyc,, +django/contrib/redirects/migrations/0001_initial.pyc,, +django/contrib/gis/gdal/raster/band.pyc,, +django/contrib/messages/api.pyc,, +django/test/runner.pyc,, +django/contrib/humanize/apps.pyc,, +django/dispatch/weakref_backports.pyc,, +django/core/serializers/__init__.pyc,, +django/contrib/sitemaps/__init__.pyc,, +django/contrib/gis/gdal/prototypes/generation.pyc,, +django/contrib/auth/checks.pyc,, +django/db/models/manager.pyc,, +django/conf/locale/sl/formats.pyc,, +django/contrib/gis/db/backends/oracle/operations.pyc,, +django/contrib/gis/db/backends/spatialite/introspection.pyc,, +django/conf/locale/fa/formats.pyc,, +django/views/decorators/cache.pyc,, +django/db/backends/sqlite3/base.pyc,, +django/contrib/sessions/__init__.pyc,, +django/db/backends/base/creation.pyc,, +django/contrib/gis/db/backends/oracle/__init__.pyc,, +django/contrib/postgres/forms/array.pyc,, +django/contrib/gis/admin/options.pyc,, +django/db/models/query_utils.pyc,, +django/conf/locale/hi/formats.pyc,, +django/http/multipartparser.pyc,, +django/utils/dateformat.pyc,, +django/contrib/auth/management/commands/changepassword.pyc,, +django/conf/locale/az/formats.pyc,, +django/core/management/commands/compilemessages.pyc,, +django/db/backends/postgresql_psycopg2/client.pyc,, +django/test/signals.pyc,, +django/utils/ipv6.pyc,, +django/contrib/gis/db/backends/postgis/pgraster.pyc,, +django/shortcuts.pyc,, +django/db/migrations/__init__.pyc,, +django/views/decorators/vary.pyc,, +django/conf/locale/mn/formats.pyc,, +django/contrib/gis/gdal/srs.pyc,, +django/utils/decorators.pyc,, +django/core/management/commands/makemigrations.pyc,, +django/core/management/commands/loaddata.pyc,, +django/db/models/functions/base.pyc,, +django/contrib/gis/gdal/feature.pyc,, +django/db/migrations/graph.pyc,, +django/db/models/sql/subqueries.pyc,, +django/conf/locale/de/formats.pyc,, +django/conf/locale/ko/formats.pyc,, +django/conf/locale/kn/__init__.pyc,, +django/test/testcases.pyc,, +django/conf/locale/is/formats.pyc,, +django/contrib/messages/constants.pyc,, +django/utils/translation/trans_null.pyc,, +django/conf/locale/fi/formats.pyc,, +django/conf/locale/et/formats.pyc,, +django/utils/dates.pyc,, +django/contrib/gis/db/models/fields.pyc,, +django/contrib/gis/forms/__init__.pyc,, +django/utils/html_parser.pyc,, +django/contrib/admin/templatetags/admin_static.pyc,, +django/contrib/admindocs/middleware.pyc,, +django/db/backends/signals.pyc,, +django/contrib/gis/db/backends/base/models.pyc,, +django/contrib/syndication/views.pyc,, +django/utils/functional.pyc,, +django/contrib/postgres/signals.pyc,, +django/core/files/__init__.pyc,, +django/utils/formats.pyc,, +django/contrib/gis/gdal/driver.pyc,, +django/db/models/sql/compiler.pyc,, +django/conf/locale/sv/formats.pyc,, +django/contrib/gis/db/models/__init__.pyc,, +django/conf/locale/ga/formats.pyc,, +django/conf/locale/es_MX/__init__.pyc,, +django/views/decorators/gzip.pyc,, +django/contrib/auth/__init__.pyc,, +django/db/utils.pyc,, +django/contrib/postgres/utils.pyc,, +django/contrib/gis/db/backends/base/operations.pyc,, +django/contrib/flatpages/models.pyc,, +django/contrib/staticfiles/finders.pyc,, +django/conf/locale/el/formats.pyc,, +django/forms/models.pyc,, +django/core/signing.pyc,, +django/contrib/staticfiles/management/commands/runserver.pyc,, +django/conf/locale/cy/__init__.pyc,, +django/contrib/sessions/backends/file.pyc,, +django/contrib/gis/geos/prototypes/predicates.pyc,, +django/core/servers/__init__.pyc,, +django/conf/locale/es_AR/__init__.pyc,, +django/contrib/gis/geometry/backend/geos.pyc,, +django/contrib/gis/geos/__init__.pyc,, +django/middleware/locale.pyc,, +django/contrib/gis/geos/factory.pyc,, +django/conf/locale/de/__init__.pyc,, +django/conf/locale/sv/__init__.pyc,, +django/contrib/gis/db/backends/postgis/adapter.pyc,, +django/contrib/admin/options.pyc,, +django/contrib/auth/migrations/0007_alter_validators_add_error_messages.pyc,, +django/contrib/gis/gdal/field.pyc,, +django/http/response.pyc,, +django/forms/forms.pyc,, +django/utils/jslex.pyc,, +django/contrib/sessions/serializers.pyc,, +django/contrib/gis/gdal/layer.pyc,, +django/conf/urls/i18n.pyc,, +django/db/migrations/operations/__init__.pyc,, +django/contrib/gis/db/models/aggregates.pyc,, +django/db/backends/oracle/client.pyc,, +django/views/decorators/csrf.pyc,, +django/contrib/gis/gdal/prototypes/raster.pyc,, +django/contrib/sessions/exceptions.pyc,, +django/template/backends/jinja2.pyc,, +django/conf/locale/ca/formats.pyc,, +django/db/backends/mysql/compiler.pyc,, +django/contrib/redirects/__init__.pyc,, +django/utils/safestring.pyc,, +django/contrib/sessions/middleware.pyc,, +django/db/backends/base/__init__.pyc,, +django/conf/locale/sr_Latn/formats.pyc,, +django/conf/locale/es_CO/__init__.pyc,, +django/contrib/gis/geos/prepared.pyc,, +django/contrib/auth/management/commands/__init__.pyc,, +django/conf/locale/kn/formats.pyc,, +django/contrib/gis/db/models/sql/conversion.pyc,, +django/contrib/postgres/aggregates/statistics.pyc,, +django/conf/locale/sk/__init__.pyc,, +django/contrib/auth/management/__init__.pyc,, +django/contrib/sitemaps/management/commands/__init__.pyc,, +django/core/cache/backends/filebased.pyc,, +django/contrib/auth/handlers/__init__.pyc,, +django/conf/locale/vi/formats.pyc,, +django/utils/xmlutils.pyc,, +django/conf/locale/ga/__init__.pyc,, +django/contrib/contenttypes/apps.pyc,, +django/contrib/gis/geoip/base.pyc,, +django/utils/datastructures.pyc,, +django/contrib/sessions/backends/__init__.pyc,, +django/contrib/gis/admin/widgets.pyc,, +django/contrib/gis/db/backends/postgis/const.pyc,, +django/contrib/contenttypes/management.pyc,, +django/contrib/sitemaps/management/__init__.pyc,, +django/core/files/temp.pyc,, +django/db/backends/postgresql_psycopg2/introspection.pyc,, +django/contrib/auth/admin.pyc,, +django/db/backends/sqlite3/operations.pyc,, +django/contrib/auth/views.pyc,, +django/templatetags/tz.pyc,, +django/contrib/postgres/fields/array.pyc,, +django/contrib/staticfiles/views.pyc,, +django/conf/locale/es_MX/formats.pyc,, +django/db/migrations/recorder.pyc,, +django/contrib/gis/views.pyc,, +django/conf/locale/gl/formats.pyc,, +django/conf/locale/da/formats.pyc,, +django/db/backends/base/base.pyc,, +django/core/cache/backends/memcached.pyc,, +django/contrib/admindocs/urls.pyc,, +django/contrib/contenttypes/models.pyc,, +django/core/handlers/wsgi.pyc,, +django/contrib/gis/management/commands/inspectdb.pyc,, +django/db/backends/mysql/base.pyc,, +django/http/request.pyc,, +django/conf/locale/ar/__init__.pyc,, +django/db/backends/postgresql/__init__.pyc,, +django/conf/locale/km/formats.pyc,, +django/test/__init__.pyc,, +django/contrib/admindocs/tests/test_fields.pyc,, +django/contrib/gis/db/backends/postgis/introspection.pyc,, +django/utils/glob.pyc,, +django/conf/global_settings.pyc,, +django/contrib/gis/gdal/geomtype.pyc,, +django/contrib/gis/db/backends/base/__init__.pyc,, +django/conf/locale/sq/formats.pyc,, +django/contrib/gis/geos/prototypes/coordseq.pyc,, +django/contrib/messages/storage/__init__.pyc,, +django/db/models/functions/datetime.pyc,, +django/contrib/messages/middleware.pyc,, +django/contrib/postgres/validators.pyc,, +django/contrib/staticfiles/templatetags/__init__.pyc,, +django/conf/locale/id/__init__.pyc,, +django/conf/__init__.pyc,, +django/conf/locale/nn/formats.pyc,, +django/contrib/sites/migrations/__init__.pyc,, +django/forms/formsets.pyc,, +django/contrib/gis/geos/base.pyc,, +django/conf/locale/nn/__init__.pyc,, +django/contrib/flatpages/middleware.pyc,, +django/utils/feedgenerator.pyc,, +django/contrib/auth/handlers/modwsgi.pyc,, +django/contrib/postgres/aggregates/__init__.pyc,, +django/views/decorators/debug.pyc,, +django/urls/__init__.pyc,, +django/contrib/gis/geos/prototypes/misc.pyc,, +django/contrib/contenttypes/forms.pyc,, +django/contrib/admindocs/utils.pyc,, +django/contrib/staticfiles/__init__.pyc,, +django/contrib/gis/admin/__init__.pyc,, +django/conf/locale/fr/__init__.pyc,, +django/conf/locale/es_NI/formats.pyc,, +django/contrib/admin/templatetags/admin_urls.pyc,, +../../../bin/django-admin.pyc,, +django/conf/locale/sk/formats.pyc,, +django/contrib/admin/utils.pyc,, +django/utils/_os.pyc,, +django/db/backends/oracle/features.pyc,, +django/db/backends/utils.pyc,, +django/db/backends/sqlite3/introspection.pyc,, +django/conf/locale/bn/__init__.pyc,, +django/utils/timesince.pyc,, +django/conf/locale/ko/__init__.pyc,, +django/contrib/staticfiles/apps.pyc,, +django/contrib/admin/models.pyc,, +django/contrib/admin/forms.pyc,, +django/contrib/gis/db/backends/oracle/base.pyc,, +django/contrib/gis/db/backends/oracle/introspection.pyc,, +django/conf/locale/ro/__init__.pyc,, +django/contrib/gis/gdal/__init__.pyc,, +django/core/checks/messages.pyc,, +django/core/checks/security/sessions.pyc,, +django/contrib/gis/gdal/base.pyc,, +django/contrib/gis/utils/srs.pyc,, +django/contrib/auth/migrations/0001_initial.pyc,, +django/contrib/admin/migrations/__init__.pyc,, +django/core/checks/compatibility/django_1_10.pyc,, +django/conf/locale/sr/formats.pyc,, +django/template/smartif.pyc,, +django/contrib/auth/tests/__init__.pyc,, +django/middleware/gzip.pyc,, +django/contrib/sessions/models.pyc,, +django/contrib/gis/gdal/raster/__init__.pyc,, +django/db/models/options.pyc,, +django/contrib/admin/__init__.pyc,, +django/views/defaults.pyc,, +django/db/migrations/loader.pyc,, +django/conf/locale/km/__init__.pyc,, +django/conf/locale/lt/formats.pyc,, +django/template/backends/__init__.pyc,, +django/http/cookie.pyc,, +django/core/management/commands/inspectdb.pyc,, +django/contrib/sites/managers.pyc,, +django/conf/locale/bn/formats.pyc,, +django/contrib/sitemaps/apps.pyc,, +django/core/management/commands/__init__.pyc,, +django/conf/locale/nb/__init__.pyc,, +django/contrib/gis/geos/polygon.pyc,, +django/contrib/flatpages/urls.pyc,, +django/forms/extras/widgets.pyc,, +django/core/checks/registry.pyc,, +django/core/management/commands/sqlsequencereset.pyc,, +django/utils/timezone.pyc,, +django/template/loaders/filesystem.pyc,, +django/core/management/commands/diffsettings.pyc,, +django/conf/locale/uk/__init__.pyc,, +django/utils/inspect.pyc,, +django/contrib/auth/migrations/__init__.pyc,, +django/contrib/redirects/models.pyc,, +django/conf/locale/de_CH/__init__.pyc,, +django/contrib/admin/exceptions.pyc,, +django/template/loader_tags.pyc,, +django/core/checks/security/base.pyc,, +django/db/migrations/optimizer.pyc,, +django/contrib/gis/maps/openlayers/__init__.pyc,, +django/contrib/contenttypes/checks.pyc,, +django/conf/locale/tr/formats.pyc,, +django/contrib/admin/templatetags/__init__.pyc,, +django/conf/locale/fr/formats.pyc,, +django/contrib/sites/management.pyc,, +django/template/context.pyc,, +django/core/files/move.pyc,, +django/db/backends/sqlite3/schema.pyc,, +django/test/selenium.pyc,, +django/db/models/sql/query.pyc,, +django/contrib/admin/migrations/0002_logentry_remove_auto_add.pyc,, +django/contrib/auth/migrations/0005_alter_user_last_login_null.pyc,, +django/template/loaders/eggs.pyc,, +django/conf/locale/fi/__init__.pyc,, +django/core/cache/backends/base.pyc,, +django/conf/locale/pl/formats.pyc,, +django/contrib/admin/views/main.pyc,, +django/conf/locale/bs/formats.pyc,, +django/db/migrations/migration.pyc,, +django/db/backends/sqlite3/client.pyc,, +django/contrib/gis/db/models/sql/__init__.pyc,, +django/conf/locale/eu/formats.pyc,, +django/template/base.pyc,, +django/contrib/gis/db/backends/oracle/adapter.pyc,, +django/utils/deconstruct.pyc,, +django/conf/locale/es_PR/formats.pyc,, +django/contrib/sessions/migrations/0001_initial.pyc,, +django/views/generic/list.pyc,, +django/db/backends/mysql/operations.pyc,, +django/contrib/gis/db/backends/__init__.pyc,, +django/forms/fields.pyc,, +django/utils/duration.pyc,, +django/conf/locale/mk/formats.pyc,, +django/contrib/admin/filters.pyc,, +django/conf/urls/__init__.pyc,, +django/core/management/base.pyc,, +django/core/management/commands/migrate.pyc,, +django/contrib/auth/tests/utils.pyc,, +django/contrib/contenttypes/migrations/0001_initial.pyc,, +django/conf/locale/en_AU/__init__.pyc,, +django/contrib/postgres/aggregates/general.pyc,, +django/core/management/commands/showmigrations.pyc,, +django/db/models/deletion.pyc,, +django/db/backends/postgresql/utils.pyc,, +django/contrib/sessions/backends/cached_db.pyc,, +django/db/backends/postgresql_psycopg2/creation.pyc,, +django/contrib/sites/admin.pyc,, +django/contrib/gis/db/backends/oracle/models.pyc,, +django/contrib/sites/migrations/0001_initial.pyc,, +django/db/models/fields/related_lookups.pyc,, +django/contrib/redirects/migrations/__init__.pyc,, +django/contrib/sitemaps/views.pyc,, +django/db/migrations/operations/models.pyc,, +django/contrib/postgres/operations.pyc,, +django/core/checks/caches.pyc,, +django/contrib/flatpages/sitemaps.pyc,, +django/db/backends/postgresql_psycopg2/version.pyc,, +django/utils/deprecation.pyc,, +django/utils/termcolors.pyc,, +django/core/management/templates.pyc,, +django/conf/locale/cy/formats.pyc,, +django/core/serializers/python.pyc,, +django/template/loaders/base.pyc,, +django/db/migrations/exceptions.pyc,, +django/contrib/staticfiles/management/commands/__init__.pyc,, +django/core/management/sql.pyc,, +django/contrib/gis/db/backends/mysql/introspection.pyc,, +django/utils/regex_helper.pyc,, +django/conf/locale/eo/__init__.pyc,, +django/db/migrations/topological_sort.pyc,, +django/contrib/gis/measure.pyc,, +django/conf/locale/fy/formats.pyc,, +django/conf/locale/sl/__init__.pyc,, +django/conf/locale/zh_Hant/__init__.pyc,, +django/db/models/functions/__init__.pyc,, +django/utils/numberformat.pyc,, +django/apps/registry.pyc,, +django/contrib/gis/db/backends/spatialite/operations.pyc,, +django/test/html.pyc,, +django/contrib/redirects/middleware.pyc,, +django/contrib/flatpages/templatetags/__init__.pyc,, +django/contrib/admin/views/decorators.pyc,, +django/core/checks/security/csrf.pyc,, +django/db/models/sql/__init__.pyc,, +django/core/management/commands/sqlmigrate.pyc,, +django/db/backends/oracle/creation.pyc,, +django/core/checks/compatibility/__init__.pyc,, +django/contrib/gis/gdal/geometries.pyc,, +django/db/backends/postgresql_psycopg2/operations.pyc,, +django/db/models/lookups.pyc,, +django/contrib/gis/management/commands/__init__.pyc,, +django/db/backends/base/introspection.pyc,, +django/contrib/gis/geoip/__init__.pyc,, +django/contrib/gis/gdal/error.pyc,, +django/core/checks/model_checks.pyc,, +django/template/backends/dummy.pyc,, +django/contrib/gis/gdal/raster/source.pyc,, +django/templatetags/i18n.pyc,, +django/conf/locale/nb/formats.pyc,, +django/contrib/gis/maps/google/overlays.pyc,, +django/contrib/gis/geoip/libgeoip.pyc,, +django/core/management/__init__.pyc,, +django/contrib/sessions/backends/cache.pyc,, +django/contrib/gis/db/backends/oracle/features.pyc,, +django/conf/locale/cs/formats.pyc,, +django/core/management/commands/flush.pyc,, +django/conf/locale/en/__init__.pyc,, +django/contrib/auth/mixins.pyc,, +django/contrib/admin/apps.pyc,, +django/contrib/admin/checks.pyc,, +django/core/checks/templates.pyc,, +django/conf/locale/az/__init__.pyc,, +django/template/defaulttags.pyc,, +django/contrib/flatpages/migrations/0001_initial.pyc,, +django/db/models/constants.pyc,, +django/conf/locale/cs/__init__.pyc,, +django/contrib/syndication/__init__.pyc,, +django/db/backends/oracle/schema.pyc,, +django/contrib/messages/storage/fallback.pyc,, +django/contrib/admindocs/views.pyc,, +django/contrib/flatpages/__init__.pyc,, +django/contrib/gis/geometry/regex.pyc,, +django/contrib/auth/context_processors.pyc,, +django/middleware/__init__.pyc,, +django/contrib/gis/geos/prototypes/topology.pyc,, +django/contrib/messages/storage/cookie.pyc,, +django/conf/locale/ml/formats.pyc,, +django/contrib/postgres/fields/hstore.pyc,, +django/conf/locale/gl/__init__.pyc,, +django/contrib/gis/geos/io.pyc,, +django/contrib/gis/utils/__init__.pyc,, +django/template/loaders/app_directories.pyc,, +django/utils/log.pyc,, +django/conf/locale/en_GB/__init__.pyc,, +django/template/response.pyc,, +django/utils/encoding.pyc,, +django/contrib/gis/maps/__init__.pyc,, +django/contrib/gis/db/backends/postgis/schema.pyc,, +django/db/backends/dummy/base.pyc,, +django/views/decorators/clickjacking.pyc,, +django/core/files/images.pyc,, +django/db/models/fields/proxy.pyc,, +django/views/static.pyc,, +django/core/mail/utils.pyc,, +django/core/mail/backends/dummy.pyc,, +django/core/serializers/pyyaml.pyc,, +django/contrib/contenttypes/fields.pyc,, +django/contrib/postgres/forms/jsonb.pyc,, +django/contrib/gis/gdal/datasource.pyc,, +django/contrib/staticfiles/templatetags/staticfiles.pyc,, +django/db/backends/postgresql_psycopg2/utils.pyc,, +django/contrib/auth/apps.pyc,, +django/core/mail/backends/filebased.pyc,, +django/utils/crypto.pyc,, +django/contrib/sessions/backends/db.pyc,, +django/contrib/gis/sitemaps/views.pyc,, +django/core/servers/basehttp.pyc,, +django/utils/lorem_ipsum.pyc,, +django/template/loaders/__init__.pyc,, +django/core/files/locks.pyc,, +django/utils/version.pyc,, +django/db/backends/postgresql/introspection.pyc,, +django/contrib/admin/decorators.pyc,, +django/db/backends/postgresql/base.pyc,, +django/views/csrf.pyc,, +django/template/loaders/locmem.pyc,, +django/conf/locale/bg/__init__.pyc,, +django/utils/translation/trans_real.pyc,, +django/contrib/messages/storage/base.pyc,, +django/db/backends/postgresql_psycopg2/base.pyc,, +django/contrib/gis/geos/point.pyc,, +django/conf/locale/es_CO/formats.pyc,, +django/utils/synch.pyc,, +django/core/serializers/base.pyc,, +django/conf/locale/fy/__init__.pyc,, +django/db/backends/oracle/compiler.pyc,, +django/core/management/commands/createcachetable.pyc,, +django/db/__init__.pyc,, +django/contrib/contenttypes/admin.pyc,, +django/db/backends/mysql/__init__.pyc,, +django/core/files/storage.pyc,, +django/contrib/gis/geos/prototypes/geom.pyc,, +django/template/utils.pyc,, +django/db/models/query.pyc,, +django/contrib/gis/forms/widgets.pyc,, +django/contrib/humanize/templatetags/__init__.pyc,, +django/core/checks/database.pyc,, +django/conf/locale/es_AR/formats.pyc,, +django/db/models/aggregates.pyc,, +django/views/i18n.pyc,, +django/contrib/auth/management/commands/createsuperuser.pyc,, +django/contrib/postgres/forms/ranges.pyc,, +django/contrib/contenttypes/migrations/0002_remove_content_type_name.pyc,, +django/contrib/__init__.pyc,, +django/db/backends/postgresql/creation.pyc,, +django/contrib/sessions/migrations/__init__.pyc,, +django/contrib/contenttypes/migrations/__init__.pyc,, +django/conf/locale/en_AU/formats.pyc,, +django/contrib/admin/actions.pyc,, +django/contrib/sessions/backends/signed_cookies.pyc,, +django/forms/utils.pyc,, +django/contrib/gis/apps.pyc,, +django/utils/__init__.pyc,, +django/contrib/gis/geometry/__init__.pyc,, +django/core/files/utils.pyc,, +django/contrib/auth/migrations/0006_require_contenttypes_0002.pyc,, +django/contrib/redirects/apps.pyc,, +django/core/management/commands/startapp.pyc,, +django/templatetags/cache.pyc,, +django/conf/locale/ta/__init__.pyc,, +django/core/management/commands/shell.pyc,, +django/db/models/signals.pyc,, +django/db/backends/base/validation.pyc,, +django/conf/locale/sr/__init__.pyc,, +django/db/backends/sqlite3/features.pyc,, +django/contrib/postgres/forms/hstore.pyc,, +django/db/migrations/writer.pyc,, +django/utils/http.pyc,, +django/contrib/gis/__init__.pyc,, +django/core/management/commands/testserver.pyc,, +django/conf/locale/es_PR/__init__.pyc,, +django/utils/itercompat.pyc,, +django/conf/locale/pt/__init__.pyc,, +django/contrib/gis/db/backends/mysql/operations.pyc,, +django/db/migrations/autodetector.pyc,, +django/views/generic/dates.pyc,, +django/conf/locale/gd/formats.pyc,, +django/conf/locale/ar/formats.pyc,, +django/contrib/staticfiles/handlers.pyc,, +django/contrib/postgres/fields/jsonb.pyc,, +django/core/management/commands/test.pyc,, +django/contrib/postgres/apps.pyc,, +django/contrib/staticfiles/management/commands/collectstatic.pyc,, +django/utils/autoreload.pyc,, +django/db/migrations/executor.pyc,, +django/contrib/staticfiles/testing.pyc,, +django/contrib/gis/geoip2/__init__.pyc,, +django/conf/locale/el/__init__.pyc,, +django/utils/translation/__init__.pyc,, +django/db/backends/postgresql/version.pyc,, +django/contrib/gis/geoip/prototypes.pyc,, +django/contrib/messages/utils.pyc,, +django/contrib/gis/db/models/proxy.pyc,, +django/core/management/commands/makemessages.pyc,, +django/contrib/auth/forms.pyc,, +django/contrib/flatpages/views.pyc,, +django/contrib/gis/db/models/query.pyc,, +django/contrib/gis/forms/fields.pyc,, +django/core/wsgi.pyc,, +django/contrib/sessions/apps.pyc,, +django/db/backends/mysql/validation.pyc,, +django/views/decorators/__init__.pyc,, +django/contrib/gis/db/backends/spatialite/client.pyc,, +django/core/mail/backends/base.pyc,, +django/contrib/auth/migrations/0004_alter_user_username_opts.pyc,, +django/contrib/gis/db/backends/postgis/models.pyc,, +django/core/checks/__init__.pyc,, +django/contrib/gis/db/backends/mysql/__init__.pyc,, +django/contrib/auth/decorators.pyc,, +django/urls/base.pyc,, +django/contrib/contenttypes/__init__.pyc,, +django/conf/locale/hr/__init__.pyc,, +django/dispatch/__init__.pyc,, +django/contrib/sites/requests.pyc,, +django/contrib/gis/db/backends/spatialite/schema.pyc,, +django/contrib/admindocs/apps.pyc,, +django/contrib/sites/middleware.pyc,, +django/contrib/sessions/base_session.pyc,, +django/core/cache/backends/locmem.pyc,, +django/conf/locale/et/__init__.pyc,, +django/contrib/gis/utils/ogrinfo.pyc,, +django/apps/__init__.pyc,, +django/contrib/postgres/lookups.pyc,, +django/contrib/admindocs/tests/__init__.pyc,, +django/core/management/commands/dbshell.pyc,, +django/contrib/admin/helpers.pyc,, +django/db/migrations/questioner.pyc,, +django/db/transaction.pyc,, +django/contrib/gis/db/models/lookups.pyc,, +django/conf/locale/pt/formats.pyc,, +django/db/backends/oracle/base.pyc,, +django/db/backends/mysql/client.pyc,, +django/conf/locale/zh_Hans/__init__.pyc,, +django/contrib/gis/geos/coordseq.pyc,, +django/conf/locale/ml/__init__.pyc,, +django/conf/locale/lt/__init__.pyc,, +django/db/backends/sqlite3/__init__.pyc,, +django/template/loader.pyc,, +django/contrib/messages/storage/session.pyc,, +django/contrib/gis/serializers/geojson.pyc,, +django/db/backends/dummy/__init__.pyc,, +django/contrib/gis/geos/mutable_list.pyc,, +django/contrib/gis/gdal/prototypes/errcheck.pyc,, +django/conf/locale/it/formats.pyc,, +django/contrib/sessions/backends/base.pyc,, +django/forms/widgets.pyc,, +django/views/generic/__init__.pyc,, +django/db/models/sql/datastructures.pyc,, +django/contrib/auth/backends.pyc,, +django/contrib/gis/db/backends/spatialite/models.pyc,, +django/views/debug.pyc,, +django/conf/locale/bg/formats.pyc,, +django/contrib/sessions/management/__init__.pyc,, +django/db/models/sql/where.pyc,, +django/db/migrations/operations/base.pyc,, +django/db/models/fields/__init__.pyc,, +django/core/cache/backends/__init__.pyc,, +django/conf/locale/ru/__init__.pyc,, +django/template/defaultfilters.pyc,, +django/core/checks/security/__init__.pyc,, +django/middleware/cache.pyc,, +django/contrib/sites/__init__.pyc,, +django/middleware/security.pyc,, +django/test/client.pyc,, +django/__main__.pyc,, +django/contrib/gis/utils/wkt.pyc,, +django/db/migrations/utils.pyc,, +django/core/management/commands/startproject.pyc,, +django/core/management/commands/squashmigrations.pyc,, +django/core/serializers/json.pyc,, +django/contrib/postgres/fields/utils.pyc,, +django/contrib/gis/management/commands/ogrinspect.pyc,, +django/conf/locale/ta/formats.pyc,, +django/conf/locale/hu/formats.pyc,, +django/views/decorators/http.pyc,, +django/core/checks/urls.pyc,, +django/conf/locale/gd/__init__.pyc,, +django/contrib/auth/migrations/0003_alter_user_email_max_length.pyc,, +django/core/files/uploadhandler.pyc,, +django/db/backends/postgresql_psycopg2/schema.pyc,, +django/conf/locale/mn/__init__.pyc,, +django/db/backends/postgresql_psycopg2/features.pyc,, +django/contrib/auth/hashers.pyc,, +django/contrib/gis/db/backends/mysql/features.pyc,, +django/contrib/admin/templatetags/admin_modify.pyc,, +django/contrib/gis/geos/prototypes/errcheck.pyc,, +django/contrib/gis/geos/geometry.pyc,, +django/core/validators.pyc,, +django/conf/locale/he/formats.pyc,, +django/views/__init__.pyc,, +django/contrib/postgres/forms/__init__.pyc,, +django/utils/datetime_safe.pyc,, +django/conf/locale/te/formats.pyc,, +django/contrib/auth/validators.pyc,, +django/core/signals.pyc,, +django/utils/cache.pyc,, +django/conf/locale/is/__init__.pyc,, +django/contrib/staticfiles/management/commands/findstatic.pyc,, +django/template/engine.pyc,, +django/conf/locale/hi/__init__.pyc,, +django/core/exceptions.pyc,, +django/core/files/uploadedfile.pyc,, +django/views/generic/base.pyc,, +django/contrib/auth/tokens.pyc,, +django/contrib/flatpages/forms.pyc,, +django/core/management/color.pyc,, +django/db/models/fields/related_descriptors.pyc,, +django/db/backends/postgresql/schema.pyc,, +django/db/models/utils.pyc,, +django/contrib/gis/db/backends/spatialite/adapter.pyc,, +django/db/backends/oracle/__init__.pyc,, +django/test/utils.pyc,, +django/db/backends/base/operations.pyc,, +django/contrib/gis/utils/layermapping.pyc,, +django/contrib/admin/views/__init__.pyc,, +django/contrib/gis/gdal/prototypes/__init__.pyc,, +django/contrib/gis/db/backends/postgis/__init__.pyc,, +django/contrib/gis/gdal/prototypes/srs.pyc,, +django/core/management/commands/dumpdata.pyc,, +django/contrib/gis/geos/prototypes/threadsafe.pyc,, +django/conf/locale/mk/__init__.pyc,, +django/contrib/sites/shortcuts.pyc,, +django/conf/locale/eo/formats.pyc,, +django/contrib/messages/apps.pyc,, +django/conf/locale/zh_Hant/formats.pyc,, +django/core/mail/message.pyc,, +django/contrib/humanize/templatetags/humanize.pyc,, +django/db/models/__init__.pyc,, +django/conf/locale/hr/formats.pyc,, +django/contrib/gis/feeds.pyc,, +django/template/loaders/cached.pyc,, +django/contrib/gis/db/backends/spatialite/base.pyc,, +django/core/handlers/exception.pyc,, +django/conf/locale/ka/__init__.pyc,, +django/contrib/gis/db/backends/oracle/schema.pyc,, +django/contrib/postgres/__init__.pyc,, +django/conf/locale/es/formats.pyc,, +django/contrib/admin/migrations/0001_initial.pyc,, +django/core/cache/backends/db.pyc,, +django/forms/boundfield.pyc,, +django/utils/baseconv.pyc,, +django/middleware/common.pyc,, +django/core/handlers/base.pyc,, +django/contrib/gis/db/models/functions.pyc,, +django/middleware/http.pyc,, +django/core/mail/__init__.pyc,, +django/conf/locale/lv/formats.pyc,, +django/contrib/postgres/fields/__init__.pyc,, +django/conf/locale/it/__init__.pyc,, +django/db/backends/oracle/introspection.pyc,, +django/core/files/base.pyc,, +django/core/cache/backends/dummy.pyc,, +django/contrib/gis/db/__init__.pyc,, +django/contrib/gis/maps/google/__init__.pyc,, +django/contrib/sites/migrations/0002_alter_domain_unique.pyc,, +django/contrib/syndication/apps.pyc,, +django/contrib/messages/context_processors.pyc,, +django/conf/urls/static.pyc,, +django/conf/locale/ca/__init__.pyc,, +django/contrib/gis/db/backends/mysql/schema.pyc,, +django/contrib/postgres/search.pyc,, +django/db/backends/postgresql/operations.pyc,, +django/contrib/gis/sitemaps/__init__.pyc,, +django/contrib/postgres/functions.pyc,, +django/db/backends/mysql/features.pyc,, +django/contrib/admindocs/__init__.pyc,, +django/db/backends/oracle/operations.pyc,, +django/db/backends/oracle/functions.pyc,, +django/conf/locale/th/formats.pyc,, +django/contrib/staticfiles/management/__init__.pyc,, +django/__init__.pyc,, +django/core/mail/backends/locmem.pyc,, +django/db/backends/base/schema.pyc,, +django/core/serializers/xml_serializer.pyc,, +django/db/migrations/state.pyc,, +django/contrib/flatpages/migrations/__init__.pyc,, +django/conf/locale/es/__init__.pyc,, +django/db/backends/postgresql/client.pyc,, +django/urls/exceptions.pyc,, +django/http/__init__.pyc,, +django/conf/locale/eu/__init__.pyc,, +django/db/migrations/operations/special.pyc,, +django/db/backends/postgresql/features.pyc,, +django/conf/locale/ka/formats.pyc,, +django/contrib/gis/db/backends/mysql/base.pyc,, +django/core/checks/compatibility/django_1_8_0.pyc,, +django/contrib/gis/db/models/manager.pyc,, +django/dispatch/dispatcher.pyc,, +django/templatetags/l10n.pyc,, +django/conf/locale/hu/__init__.pyc,, +django/contrib/gis/geoip2/base.pyc,, +django/apps/config.pyc,, +django/contrib/contenttypes/views.pyc,, +django/core/mail/backends/console.pyc,, +django/contrib/sites/apps.pyc,, +django/core/cache/utils.pyc,, +django/db/backends/sqlite3/creation.pyc,, +django/contrib/auth/middleware.pyc,, +django/contrib/staticfiles/storage.pyc,, +django/template/backends/utils.pyc,, +django/contrib/gis/gdal/envelope.pyc,, +django/contrib/auth/models.pyc,, +django/contrib/gis/geos/error.pyc,, +django/contrib/admin/templatetags/admin_list.pyc,, +django/contrib/staticfiles/urls.pyc,, +django/contrib/gis/db/backends/postgis/base.pyc,, +django/conf/locale/th/__init__.pyc,, +django/contrib/admin/tests.pyc,, +django/urls/utils.pyc,, +django/core/mail/backends/smtp.pyc,, +django/contrib/gis/maps/google/gmap.pyc,, +django/urls/resolvers.pyc,, +django/db/backends/base/features.pyc,, +django/contrib/admin/widgets.pyc,, +django/contrib/gis/management/__init__.pyc,, +django/conf/locale/ro/formats.pyc,, +django/db/backends/postgresql_psycopg2/__init__.pyc,, +django/contrib/sites/models.pyc,, +django/contrib/gis/geos/collections.pyc,, +django/core/management/commands/check.pyc,, +django/contrib/gis/geoip2/resources.pyc,, +django/contrib/sitemaps/management/commands/ping_google.pyc,, +django/contrib/gis/utils/ogrinspect.pyc,, +django/contrib/sessions/management/commands/clearsessions.pyc,, +django/conf/locale/de_CH/formats.pyc,, +django/contrib/auth/signals.pyc,, +django/contrib/auth/password_validation.pyc,, +django/db/models/sql/constants.pyc,, +django/db/migrations/serializer.pyc,, +django/templatetags/__init__.pyc,, +django/contrib/flatpages/apps.pyc,, +django/template/__init__.pyc,, +django/db/backends/mysql/schema.pyc,, +django/core/management/commands/sqlflush.pyc,, +django/conf/locale/lv/__init__.pyc,, +django/core/mail/backends/__init__.pyc,, +django/contrib/gis/db/backends/postgis/operations.pyc,, +django/db/backends/oracle/utils.pyc,, +django/contrib/sessions/management/commands/__init__.pyc,, +django/contrib/flatpages/admin.pyc,, +django/contrib/auth/migrations/0008_alter_user_username_max_length.pyc,, +django/contrib/staticfiles/utils.pyc,, +django/middleware/csrf.pyc,, +django/conf/locale/sr_Latn/__init__.pyc,, +django/conf/locale/he/__init__.pyc,, +django/utils/tree.pyc,, +django/contrib/gis/db/backends/spatialite/__init__.pyc,, +django/conf/locale/uk/formats.pyc,, +django/template/library.pyc,, +django/conf/locale/en_GB/formats.pyc,, +django/contrib/gis/serializers/__init__.pyc,, +django/conf/locale/te/__init__.pyc,, +django/db/models/fields/related.pyc,, +django/contrib/flatpages/templatetags/flatpages.pyc,, +django/contrib/admin/sites.pyc,, +django/conf/locale/id/formats.pyc,, +django/contrib/gis/maps/google/zoom.pyc,, +django/conf/locale/pt_BR/__init__.pyc,, +django/template/exceptions.pyc,, +django/conf/locale/pt_BR/formats.pyc,, +django/contrib/gis/db/backends/base/features.pyc,, +django/db/backends/mysql/introspection.pyc,, +django/middleware/clickjacking.pyc,, +django/db/backends/__init__.pyc,, +django/contrib/gis/geos/prototypes/io.pyc,, +django/contrib/gis/db/backends/postgis/features.pyc,, +django/db/models/expressions.pyc,, +django/conf/locale/es_NI/__init__.pyc,, +django/contrib/messages/__init__.pyc,, +django/contrib/gis/geos/libgeos.pyc,, +django/db/migrations/operations/fields.pyc,, +django/core/paginator.pyc,, +django/db/models/fields/files.pyc,, +django/utils/lru_cache.pyc,, +django/db/backends/base/client.pyc,, +django/core/cache/__init__.pyc,, +django/conf/locale/sq/__init__.pyc,, +django/conf/locale/tr/__init__.pyc,, +django/contrib/gis/gdal/libgdal.pyc,, +django/contrib/gis/gdal/prototypes/geom.pyc,, +django/db/backends/mysql/creation.pyc,, +django/conf/locale/ja/formats.pyc,, +django/utils/archive.pyc,, +django/contrib/auth/base_user.pyc,, +django/contrib/gis/geos/prototypes/__init__.pyc,, +django/core/checks/utils.pyc,, +django/contrib/redirects/admin.pyc,, +django/contrib/humanize/__init__.pyc,, +django/core/management/utils.pyc,, +django/contrib/messages/views.pyc,, +django/conf/locale/ru/formats.pyc,, +django/bin/django-admin.pyc,, +django/core/handlers/__init__.pyc,, +django/template/context_processors.pyc,, +django/conf/locale/nl/__init__.pyc,, +django/utils/dateparse.pyc,, +django/contrib/gis/gdal/raster/const.pyc,, +django/core/management/commands/runserver.pyc,, +django/contrib/gis/sitemaps/kml.pyc,, +django/db/models/base.pyc,, +django/contrib/gis/db/backends/utils.pyc,, +django/conf/locale/pl/__init__.pyc,, +django/views/generic/detail.pyc,, +django/conf/locale/da/__init__.pyc,, +django/core/__init__.pyc,, +django/template/backends/django.pyc,, +django/contrib/gis/geos/linestring.pyc,, +django/contrib/admin/templatetags/log.pyc,, +django/db/models/fields/reverse_related.pyc,, +django/core/management/commands/sendtestemail.pyc,, +django/conf/locale/en/formats.pyc,, +django/conf/locale/zh_Hans/formats.pyc,, +django/contrib/gis/shortcuts.pyc,, +django/utils/html.pyc,, +django/conf/locale/bs/__init__.pyc,, +django/contrib/gis/gdal/prototypes/ds.pyc,, +django/utils/module_loading.pyc,, +django/contrib/gis/db/backends/spatialite/features.pyc,, +django/conf/locale/fa/__init__.pyc,, +django/forms/extras/__init__.pyc,, +django/template/backends/base.pyc,, +django/contrib/postgres/fields/ranges.pyc,, +django/conf/locale/nl/formats.pyc,, +django/utils/six.pyc,, +django/contrib/auth/migrations/0002_alter_permission_name_max_length.pyc,, diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/Django-1.10.dist-info/WHEEL b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/Django-1.10.dist-info/WHEEL new file mode 100644 index 0000000..8b6dd1b --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/Django-1.10.dist-info/WHEEL @@ -0,0 +1,6 @@ +Wheel-Version: 1.0 +Generator: bdist_wheel (0.29.0) +Root-Is-Purelib: true +Tag: py2-none-any +Tag: py3-none-any + diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/Django-1.10.dist-info/entry_points.txt b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/Django-1.10.dist-info/entry_points.txt new file mode 100644 index 0000000..22df67e --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/Django-1.10.dist-info/entry_points.txt @@ -0,0 +1,3 @@ +[console_scripts] +django-admin = django.core.management:execute_from_command_line + diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/Django-1.10.dist-info/metadata.json b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/Django-1.10.dist-info/metadata.json new file mode 100644 index 0000000..65bdd21 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/Django-1.10.dist-info/metadata.json @@ -0,0 +1 @@ +{"classifiers": ["Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Internet :: WWW/HTTP :: WSGI", "Topic :: Software Development :: Libraries :: Application Frameworks", "Topic :: Software Development :: Libraries :: Python Modules"], "extensions": {"python.commands": {"wrap_console": {"django-admin": "django.core.management:execute_from_command_line"}}, "python.details": {"contacts": [{"email": "foundation@djangoproject.com", "name": "Django Software Foundation", "role": "author"}], "document_names": {"description": "DESCRIPTION.rst", "license": "LICENSE.txt"}, "project_urls": {"Home": "http://www.djangoproject.com/"}}, "python.exports": {"console_scripts": {"django-admin": "django.core.management:execute_from_command_line"}}}, "extras": ["argon2", "bcrypt"], "generator": "bdist_wheel (0.29.0)", "license": "BSD", "metadata_version": "2.0", "name": "Django", "run_requires": [{"extra": "argon2", "requires": ["argon2-cffi (>=16.1.0)"]}, {"extra": "bcrypt", "requires": ["bcrypt"]}], "summary": "A high-level Python Web framework that encourages rapid development and clean, pragmatic design.", "version": "1.10"} \ No newline at end of file diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/Django-1.10.dist-info/top_level.txt b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/Django-1.10.dist-info/top_level.txt new file mode 100644 index 0000000..d3e4ba5 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/Django-1.10.dist-info/top_level.txt @@ -0,0 +1 @@ +django diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/__init__.py new file mode 100644 index 0000000..6dba3bd --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/__init__.py @@ -0,0 +1,27 @@ +from __future__ import unicode_literals + +from django.utils.version import get_version + +VERSION = (1, 10, 0, 'final', 1) + +__version__ = get_version(VERSION) + + +def setup(set_prefix=True): + """ + Configure the settings (this happens as a side effect of accessing the + first setting), configure logging and populate the app registry. + Set the thread-local urlresolvers script prefix if `set_prefix` is True. + """ + from django.apps import apps + from django.conf import settings + from django.urls import set_script_prefix + from django.utils.encoding import force_text + from django.utils.log import configure_logging + + configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) + if set_prefix: + set_script_prefix( + '/' if settings.FORCE_SCRIPT_NAME is None else force_text(settings.FORCE_SCRIPT_NAME) + ) + apps.populate(settings.INSTALLED_APPS) diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/__main__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/__main__.py new file mode 100644 index 0000000..8b96e91 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/__main__.py @@ -0,0 +1,9 @@ +""" +Invokes django-admin when the django module is run as a script. + +Example: python -m django check +""" +from django.core import management + +if __name__ == "__main__": + management.execute_from_command_line() diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/apps/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/apps/__init__.py new file mode 100644 index 0000000..79091dc --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/apps/__init__.py @@ -0,0 +1,4 @@ +from .config import AppConfig +from .registry import apps + +__all__ = ['AppConfig', 'apps'] diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/apps/config.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/apps/config.py new file mode 100644 index 0000000..edd7a48 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/apps/config.py @@ -0,0 +1,204 @@ +import os +from importlib import import_module + +from django.core.exceptions import AppRegistryNotReady, ImproperlyConfigured +from django.utils._os import upath +from django.utils.module_loading import module_has_submodule + +MODELS_MODULE_NAME = 'models' + + +class AppConfig(object): + """ + Class representing a Django application and its configuration. + """ + + def __init__(self, app_name, app_module): + # Full Python path to the application eg. 'django.contrib.admin'. + self.name = app_name + + # Root module for the application eg. . + self.module = app_module + + # The following attributes could be defined at the class level in a + # subclass, hence the test-and-set pattern. + + # Last component of the Python path to the application eg. 'admin'. + # This value must be unique across a Django project. + if not hasattr(self, 'label'): + self.label = app_name.rpartition(".")[2] + + # Human-readable name for the application eg. "Admin". + if not hasattr(self, 'verbose_name'): + self.verbose_name = self.label.title() + + # Filesystem path to the application directory eg. + # u'/usr/lib/python2.7/dist-packages/django/contrib/admin'. Unicode on + # Python 2 and a str on Python 3. + if not hasattr(self, 'path'): + self.path = self._path_from_module(app_module) + + # Module containing models eg. . Set by import_models(). + # None if the application doesn't have a models module. + self.models_module = None + + # Mapping of lower case model names to model classes. Initially set to + # None to prevent accidental access before import_models() runs. + self.models = None + + def __repr__(self): + return '<%s: %s>' % (self.__class__.__name__, self.label) + + def _path_from_module(self, module): + """Attempt to determine app's filesystem path from its module.""" + # See #21874 for extended discussion of the behavior of this method in + # various cases. + # Convert paths to list because Python 3's _NamespacePath does not + # support indexing. + paths = list(getattr(module, '__path__', [])) + if len(paths) != 1: + filename = getattr(module, '__file__', None) + if filename is not None: + paths = [os.path.dirname(filename)] + else: + # For unknown reasons, sometimes the list returned by __path__ + # contains duplicates that must be removed (#25246). + paths = list(set(paths)) + if len(paths) > 1: + raise ImproperlyConfigured( + "The app module %r has multiple filesystem locations (%r); " + "you must configure this app with an AppConfig subclass " + "with a 'path' class attribute." % (module, paths)) + elif not paths: + raise ImproperlyConfigured( + "The app module %r has no filesystem location, " + "you must configure this app with an AppConfig subclass " + "with a 'path' class attribute." % (module,)) + return upath(paths[0]) + + @classmethod + def create(cls, entry): + """ + Factory that creates an app config from an entry in INSTALLED_APPS. + """ + try: + # If import_module succeeds, entry is a path to an app module, + # which may specify an app config class with default_app_config. + # Otherwise, entry is a path to an app config class or an error. + module = import_module(entry) + + except ImportError: + # Track that importing as an app module failed. If importing as an + # app config class fails too, we'll trigger the ImportError again. + module = None + + mod_path, _, cls_name = entry.rpartition('.') + + # Raise the original exception when entry cannot be a path to an + # app config class. + if not mod_path: + raise + + else: + try: + # If this works, the app module specifies an app config class. + entry = module.default_app_config + except AttributeError: + # Otherwise, it simply uses the default app config class. + return cls(entry, module) + else: + mod_path, _, cls_name = entry.rpartition('.') + + # If we're reaching this point, we must attempt to load the app config + # class located at . + mod = import_module(mod_path) + try: + cls = getattr(mod, cls_name) + except AttributeError: + if module is None: + # If importing as an app module failed, that error probably + # contains the most informative traceback. Trigger it again. + import_module(entry) + else: + raise + + # Check for obvious errors. (This check prevents duck typing, but + # it could be removed if it became a problem in practice.) + if not issubclass(cls, AppConfig): + raise ImproperlyConfigured( + "'%s' isn't a subclass of AppConfig." % entry) + + # Obtain app name here rather than in AppClass.__init__ to keep + # all error checking for entries in INSTALLED_APPS in one place. + try: + app_name = cls.name + except AttributeError: + raise ImproperlyConfigured( + "'%s' must supply a name attribute." % entry) + + # Ensure app_name points to a valid module. + app_module = import_module(app_name) + + # Entry is a path to an app config class. + return cls(app_name, app_module) + + def check_models_ready(self): + """ + Raises an exception if models haven't been imported yet. + """ + if self.models is None: + raise AppRegistryNotReady( + "Models for app '%s' haven't been imported yet." % self.label) + + def get_model(self, model_name): + """ + Returns the model with the given case-insensitive model_name. + + Raises LookupError if no model exists with this name. + """ + self.check_models_ready() + try: + return self.models[model_name.lower()] + except KeyError: + raise LookupError( + "App '%s' doesn't have a '%s' model." % (self.label, model_name)) + + def get_models(self, include_auto_created=False, include_swapped=False): + """ + Returns an iterable of models. + + By default, the following models aren't included: + + - auto-created models for many-to-many relations without + an explicit intermediate table, + - models created to satisfy deferred attribute queries, + - models that have been swapped out. + + Set the corresponding keyword argument to True to include such models. + Keyword arguments aren't documented; they're a private API. + """ + self.check_models_ready() + for model in self.models.values(): + if model._meta.auto_created and not include_auto_created: + continue + if model._meta.swapped and not include_swapped: + continue + yield model + + def import_models(self, all_models): + # Dictionary of models for this app, primarily maintained in the + # 'all_models' attribute of the Apps this AppConfig is attached to. + # Injected as a parameter because it gets populated when models are + # imported, which might happen before populate() imports models. + self.models = all_models + + if module_has_submodule(self.module, MODELS_MODULE_NAME): + models_module_name = '%s.%s' % (self.name, MODELS_MODULE_NAME) + self.models_module = import_module(models_module_name) + + def ready(self): + """ + Override this method in subclasses to run code when Django starts. + """ diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/apps/registry.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/apps/registry.py new file mode 100644 index 0000000..8a45830 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/apps/registry.py @@ -0,0 +1,414 @@ +import sys +import threading +import warnings +from collections import Counter, OrderedDict, defaultdict +from functools import partial + +from django.core.exceptions import AppRegistryNotReady, ImproperlyConfigured +from django.utils import lru_cache + +from .config import AppConfig + + +class Apps(object): + """ + A registry that stores the configuration of installed applications. + + It also keeps track of models eg. to provide reverse-relations. + """ + + def __init__(self, installed_apps=()): + # installed_apps is set to None when creating the master registry + # because it cannot be populated at that point. Other registries must + # provide a list of installed apps and are populated immediately. + if installed_apps is None and hasattr(sys.modules[__name__], 'apps'): + raise RuntimeError("You must supply an installed_apps argument.") + + # Mapping of app labels => model names => model classes. Every time a + # model is imported, ModelBase.__new__ calls apps.register_model which + # creates an entry in all_models. All imported models are registered, + # regardless of whether they're defined in an installed application + # and whether the registry has been populated. Since it isn't possible + # to reimport a module safely (it could reexecute initialization code) + # all_models is never overridden or reset. + self.all_models = defaultdict(OrderedDict) + + # Mapping of labels to AppConfig instances for installed apps. + self.app_configs = OrderedDict() + + # Stack of app_configs. Used to store the current state in + # set_available_apps and set_installed_apps. + self.stored_app_configs = [] + + # Whether the registry is populated. + self.apps_ready = self.models_ready = self.ready = False + + # Lock for thread-safe population. + self._lock = threading.Lock() + + # Maps ("app_label", "modelname") tuples to lists of functions to be + # called when the corresponding model is ready. Used by this class's + # `lazy_model_operation()` and `do_pending_operations()` methods. + self._pending_operations = defaultdict(list) + + # Populate apps and models, unless it's the master registry. + if installed_apps is not None: + self.populate(installed_apps) + + def populate(self, installed_apps=None): + """ + Loads application configurations and models. + + This method imports each application module and then each model module. + + It is thread safe and idempotent, but not reentrant. + """ + if self.ready: + return + + # populate() might be called by two threads in parallel on servers + # that create threads before initializing the WSGI callable. + with self._lock: + if self.ready: + return + + # app_config should be pristine, otherwise the code below won't + # guarantee that the order matches the order in INSTALLED_APPS. + if self.app_configs: + raise RuntimeError("populate() isn't reentrant") + + # Load app configs and app modules. + for entry in installed_apps: + if isinstance(entry, AppConfig): + app_config = entry + else: + app_config = AppConfig.create(entry) + if app_config.label in self.app_configs: + raise ImproperlyConfigured( + "Application labels aren't unique, " + "duplicates: %s" % app_config.label) + + self.app_configs[app_config.label] = app_config + + # Check for duplicate app names. + counts = Counter( + app_config.name for app_config in self.app_configs.values()) + duplicates = [ + name for name, count in counts.most_common() if count > 1] + if duplicates: + raise ImproperlyConfigured( + "Application names aren't unique, " + "duplicates: %s" % ", ".join(duplicates)) + + self.apps_ready = True + + # Load models. + for app_config in self.app_configs.values(): + all_models = self.all_models[app_config.label] + app_config.import_models(all_models) + + self.clear_cache() + + self.models_ready = True + + for app_config in self.get_app_configs(): + app_config.ready() + + self.ready = True + + def check_apps_ready(self): + """ + Raises an exception if all apps haven't been imported yet. + """ + if not self.apps_ready: + raise AppRegistryNotReady("Apps aren't loaded yet.") + + def check_models_ready(self): + """ + Raises an exception if all models haven't been imported yet. + """ + if not self.models_ready: + raise AppRegistryNotReady("Models aren't loaded yet.") + + def get_app_configs(self): + """ + Imports applications and returns an iterable of app configs. + """ + self.check_apps_ready() + return self.app_configs.values() + + def get_app_config(self, app_label): + """ + Imports applications and returns an app config for the given label. + + Raises LookupError if no application exists with this label. + """ + self.check_apps_ready() + try: + return self.app_configs[app_label] + except KeyError: + message = "No installed app with label '%s'." % app_label + for app_config in self.get_app_configs(): + if app_config.name == app_label: + message += " Did you mean '%s'?" % app_config.label + break + raise LookupError(message) + + # This method is performance-critical at least for Django's test suite. + @lru_cache.lru_cache(maxsize=None) + def get_models(self, include_auto_created=False, include_swapped=False): + """ + Returns a list of all installed models. + + By default, the following models aren't included: + + - auto-created models for many-to-many relations without + an explicit intermediate table, + - models created to satisfy deferred attribute queries, + - models that have been swapped out. + + Set the corresponding keyword argument to True to include such models. + """ + self.check_models_ready() + + result = [] + for app_config in self.app_configs.values(): + result.extend(list(app_config.get_models(include_auto_created, include_swapped))) + return result + + def get_model(self, app_label, model_name=None): + """ + Returns the model matching the given app_label and model_name. + + As a shortcut, this function also accepts a single argument in the + form .. + + model_name is case-insensitive. + + Raises LookupError if no application exists with this label, or no + model exists with this name in the application. Raises ValueError if + called with a single argument that doesn't contain exactly one dot. + """ + self.check_models_ready() + if model_name is None: + app_label, model_name = app_label.split('.') + return self.get_app_config(app_label).get_model(model_name.lower()) + + def register_model(self, app_label, model): + # Since this method is called when models are imported, it cannot + # perform imports because of the risk of import loops. It mustn't + # call get_app_config(). + model_name = model._meta.model_name + app_models = self.all_models[app_label] + if model_name in app_models: + if (model.__name__ == app_models[model_name].__name__ and + model.__module__ == app_models[model_name].__module__): + warnings.warn( + "Model '%s.%s' was already registered. " + "Reloading models is not advised as it can lead to inconsistencies, " + "most notably with related models." % (app_label, model_name), + RuntimeWarning, stacklevel=2) + else: + raise RuntimeError( + "Conflicting '%s' models in application '%s': %s and %s." % + (model_name, app_label, app_models[model_name], model)) + app_models[model_name] = model + self.do_pending_operations(model) + self.clear_cache() + + def is_installed(self, app_name): + """ + Checks whether an application with this name exists in the registry. + + app_name is the full name of the app eg. 'django.contrib.admin'. + """ + self.check_apps_ready() + return any(ac.name == app_name for ac in self.app_configs.values()) + + def get_containing_app_config(self, object_name): + """ + Look for an app config containing a given object. + + object_name is the dotted Python path to the object. + + Returns the app config for the inner application in case of nesting. + Returns None if the object isn't in any registered app config. + """ + self.check_apps_ready() + candidates = [] + for app_config in self.app_configs.values(): + if object_name.startswith(app_config.name): + subpath = object_name[len(app_config.name):] + if subpath == '' or subpath[0] == '.': + candidates.append(app_config) + if candidates: + return sorted(candidates, key=lambda ac: -len(ac.name))[0] + + def get_registered_model(self, app_label, model_name): + """ + Similar to get_model(), but doesn't require that an app exists with + the given app_label. + + It's safe to call this method at import time, even while the registry + is being populated. + """ + model = self.all_models[app_label].get(model_name.lower()) + if model is None: + raise LookupError( + "Model '%s.%s' not registered." % (app_label, model_name)) + return model + + @lru_cache.lru_cache(maxsize=None) + def get_swappable_settings_name(self, to_string): + """ + For a given model string (e.g. "auth.User"), return the name of the + corresponding settings name if it refers to a swappable model. If the + referred model is not swappable, return None. + + This method is decorated with lru_cache because it's performance + critical when it comes to migrations. Since the swappable settings don't + change after Django has loaded the settings, there is no reason to get + the respective settings attribute over and over again. + """ + for model in self.get_models(include_swapped=True): + swapped = model._meta.swapped + # Is this model swapped out for the model given by to_string? + if swapped and swapped == to_string: + return model._meta.swappable + # Is this model swappable and the one given by to_string? + if model._meta.swappable and model._meta.label == to_string: + return model._meta.swappable + return None + + def set_available_apps(self, available): + """ + Restricts the set of installed apps used by get_app_config[s]. + + available must be an iterable of application names. + + set_available_apps() must be balanced with unset_available_apps(). + + Primarily used for performance optimization in TransactionTestCase. + + This method is safe is the sense that it doesn't trigger any imports. + """ + available = set(available) + installed = set(app_config.name for app_config in self.get_app_configs()) + if not available.issubset(installed): + raise ValueError( + "Available apps isn't a subset of installed apps, extra apps: %s" + % ", ".join(available - installed) + ) + + self.stored_app_configs.append(self.app_configs) + self.app_configs = OrderedDict( + (label, app_config) + for label, app_config in self.app_configs.items() + if app_config.name in available) + self.clear_cache() + + def unset_available_apps(self): + """ + Cancels a previous call to set_available_apps(). + """ + self.app_configs = self.stored_app_configs.pop() + self.clear_cache() + + def set_installed_apps(self, installed): + """ + Enables a different set of installed apps for get_app_config[s]. + + installed must be an iterable in the same format as INSTALLED_APPS. + + set_installed_apps() must be balanced with unset_installed_apps(), + even if it exits with an exception. + + Primarily used as a receiver of the setting_changed signal in tests. + + This method may trigger new imports, which may add new models to the + registry of all imported models. They will stay in the registry even + after unset_installed_apps(). Since it isn't possible to replay + imports safely (eg. that could lead to registering listeners twice), + models are registered when they're imported and never removed. + """ + if not self.ready: + raise AppRegistryNotReady("App registry isn't ready yet.") + self.stored_app_configs.append(self.app_configs) + self.app_configs = OrderedDict() + self.apps_ready = self.models_ready = self.ready = False + self.clear_cache() + self.populate(installed) + + def unset_installed_apps(self): + """ + Cancels a previous call to set_installed_apps(). + """ + self.app_configs = self.stored_app_configs.pop() + self.apps_ready = self.models_ready = self.ready = True + self.clear_cache() + + def clear_cache(self): + """ + Clears all internal caches, for methods that alter the app registry. + + This is mostly used in tests. + """ + # Call expire cache on each model. This will purge + # the relation tree and the fields cache. + self.get_models.cache_clear() + if self.ready: + # Circumvent self.get_models() to prevent that the cache is refilled. + # This particularly prevents that an empty value is cached while cloning. + for app_config in self.app_configs.values(): + for model in app_config.get_models(include_auto_created=True): + model._meta._expire_cache() + + def lazy_model_operation(self, function, *model_keys): + """ + Take a function and a number of ("app_label", "modelname") tuples, and + when all the corresponding models have been imported and registered, + call the function with the model classes as its arguments. + + The function passed to this method must accept exactly n models as + arguments, where n=len(model_keys). + """ + # Base case: no arguments, just execute the function. + if not model_keys: + function() + # Recursive case: take the head of model_keys, wait for the + # corresponding model class to be imported and registered, then apply + # that argument to the supplied function. Pass the resulting partial + # to lazy_model_operation() along with the remaining model args and + # repeat until all models are loaded and all arguments are applied. + else: + next_model, more_models = model_keys[0], model_keys[1:] + + # This will be executed after the class corresponding to next_model + # has been imported and registered. The `func` attribute provides + # duck-type compatibility with partials. + def apply_next_model(model): + next_function = partial(apply_next_model.func, model) + self.lazy_model_operation(next_function, *more_models) + apply_next_model.func = function + + # If the model has already been imported and registered, partially + # apply it to the function now. If not, add it to the list of + # pending operations for the model, where it will be executed with + # the model class as its sole argument once the model is ready. + try: + model_class = self.get_registered_model(*next_model) + except LookupError: + self._pending_operations[next_model].append(apply_next_model) + else: + apply_next_model(model_class) + + def do_pending_operations(self, model): + """ + Take a newly-prepared model and pass it to each function waiting for + it. This is called at the very end of `Apps.register_model()`. + """ + key = model._meta.app_label, model._meta.model_name + for function in self._pending_operations.pop(key, []): + function(model) + +apps = Apps(installed_apps=None) diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/bin/django-admin.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/bin/django-admin.py new file mode 100755 index 0000000..f518cdc --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/bin/django-admin.py @@ -0,0 +1,5 @@ +#!/usr/bin/env python +from django.core import management + +if __name__ == "__main__": + management.execute_from_command_line() diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/__init__.py new file mode 100644 index 0000000..efc9115 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/__init__.py @@ -0,0 +1,187 @@ +""" +Settings and configuration for Django. + +Values will be read from the module specified by the DJANGO_SETTINGS_MODULE environment +variable, and then from django.conf.global_settings; see the global settings file for +a list of all possible variables. +""" + +import importlib +import os +import time + +from django.conf import global_settings +from django.core.exceptions import ImproperlyConfigured +from django.utils.functional import LazyObject, empty + +ENVIRONMENT_VARIABLE = "DJANGO_SETTINGS_MODULE" + + +class LazySettings(LazyObject): + """ + A lazy proxy for either global Django settings or a custom settings object. + The user can manually configure settings prior to using them. Otherwise, + Django uses the settings module pointed to by DJANGO_SETTINGS_MODULE. + """ + def _setup(self, name=None): + """ + Load the settings module pointed to by the environment variable. This + is used the first time we need any settings at all, if the user has not + previously configured the settings manually. + """ + settings_module = os.environ.get(ENVIRONMENT_VARIABLE) + if not settings_module: + desc = ("setting %s" % name) if name else "settings" + raise ImproperlyConfigured( + "Requested %s, but settings are not configured. " + "You must either define the environment variable %s " + "or call settings.configure() before accessing settings." + % (desc, ENVIRONMENT_VARIABLE)) + + self._wrapped = Settings(settings_module) + + def __repr__(self): + # Hardcode the class name as otherwise it yields 'Settings'. + if self._wrapped is empty: + return '' + return '' % { + 'settings_module': self._wrapped.SETTINGS_MODULE, + } + + def __getattr__(self, name): + if self._wrapped is empty: + self._setup(name) + return getattr(self._wrapped, name) + + def configure(self, default_settings=global_settings, **options): + """ + Called to manually configure the settings. The 'default_settings' + parameter sets where to retrieve any unspecified values from (its + argument must support attribute access (__getattr__)). + """ + if self._wrapped is not empty: + raise RuntimeError('Settings already configured.') + holder = UserSettingsHolder(default_settings) + for name, value in options.items(): + setattr(holder, name, value) + self._wrapped = holder + + @property + def configured(self): + """ + Returns True if the settings have already been configured. + """ + return self._wrapped is not empty + + +class BaseSettings(object): + """ + Common logic for settings whether set by a module or by the user. + """ + def __setattr__(self, name, value): + if name in ("MEDIA_URL", "STATIC_URL") and value and not value.endswith('/'): + raise ImproperlyConfigured("If set, %s must end with a slash" % name) + object.__setattr__(self, name, value) + + +class Settings(BaseSettings): + def __init__(self, settings_module): + # update this dict from global settings (but only for ALL_CAPS settings) + for setting in dir(global_settings): + if setting.isupper(): + setattr(self, setting, getattr(global_settings, setting)) + + # store the settings module in case someone later cares + self.SETTINGS_MODULE = settings_module + + mod = importlib.import_module(self.SETTINGS_MODULE) + + tuple_settings = ( + "INSTALLED_APPS", + "TEMPLATE_DIRS", + "LOCALE_PATHS", + ) + self._explicit_settings = set() + for setting in dir(mod): + if setting.isupper(): + setting_value = getattr(mod, setting) + + if (setting in tuple_settings and + not isinstance(setting_value, (list, tuple))): + raise ImproperlyConfigured("The %s setting must be a list or a tuple. " % setting) + setattr(self, setting, setting_value) + self._explicit_settings.add(setting) + + if not self.SECRET_KEY: + raise ImproperlyConfigured("The SECRET_KEY setting must not be empty.") + + if hasattr(time, 'tzset') and self.TIME_ZONE: + # When we can, attempt to validate the timezone. If we can't find + # this file, no check happens and it's harmless. + zoneinfo_root = '/usr/share/zoneinfo' + if (os.path.exists(zoneinfo_root) and not + os.path.exists(os.path.join(zoneinfo_root, *(self.TIME_ZONE.split('/'))))): + raise ValueError("Incorrect timezone setting: %s" % self.TIME_ZONE) + # Move the time zone info into os.environ. See ticket #2315 for why + # we don't do this unconditionally (breaks Windows). + os.environ['TZ'] = self.TIME_ZONE + time.tzset() + + def is_overridden(self, setting): + return setting in self._explicit_settings + + def __repr__(self): + return '<%(cls)s "%(settings_module)s">' % { + 'cls': self.__class__.__name__, + 'settings_module': self.SETTINGS_MODULE, + } + + +class UserSettingsHolder(BaseSettings): + """ + Holder for user configured settings. + """ + # SETTINGS_MODULE doesn't make much sense in the manually configured + # (standalone) case. + SETTINGS_MODULE = None + + def __init__(self, default_settings): + """ + Requests for configuration variables not in this class are satisfied + from the module specified in default_settings (if possible). + """ + self.__dict__['_deleted'] = set() + self.default_settings = default_settings + + def __getattr__(self, name): + if name in self._deleted: + raise AttributeError + return getattr(self.default_settings, name) + + def __setattr__(self, name, value): + self._deleted.discard(name) + super(UserSettingsHolder, self).__setattr__(name, value) + + def __delattr__(self, name): + self._deleted.add(name) + if hasattr(self, name): + super(UserSettingsHolder, self).__delattr__(name) + + def __dir__(self): + return sorted( + s for s in list(self.__dict__) + dir(self.default_settings) + if s not in self._deleted + ) + + def is_overridden(self, setting): + deleted = (setting in self._deleted) + set_locally = (setting in self.__dict__) + set_on_default = getattr(self.default_settings, 'is_overridden', lambda s: False)(setting) + return (deleted or set_locally or set_on_default) + + def __repr__(self): + return '<%(cls)s>' % { + 'cls': self.__class__.__name__, + } + +settings = LazySettings() diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/app_template/__init__.py-tpl b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/app_template/__init__.py-tpl new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/app_template/admin.py-tpl b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/app_template/admin.py-tpl new file mode 100644 index 0000000..8c38f3f --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/app_template/admin.py-tpl @@ -0,0 +1,3 @@ +from django.contrib import admin + +# Register your models here. diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/app_template/apps.py-tpl b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/app_template/apps.py-tpl new file mode 100644 index 0000000..8d1a017 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/app_template/apps.py-tpl @@ -0,0 +1,5 @@ +{{ unicode_literals }}from django.apps import AppConfig + + +class {{ camel_case_app_name }}Config(AppConfig): + name = '{{ app_name }}' diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/app_template/migrations/__init__.py-tpl b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/app_template/migrations/__init__.py-tpl new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/app_template/models.py-tpl b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/app_template/models.py-tpl new file mode 100644 index 0000000..7a54b3e --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/app_template/models.py-tpl @@ -0,0 +1,3 @@ +{{ unicode_literals }}from django.db import models + +# Create your models here. diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/app_template/tests.py-tpl b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/app_template/tests.py-tpl new file mode 100644 index 0000000..7ce503c --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/app_template/tests.py-tpl @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/app_template/views.py-tpl b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/app_template/views.py-tpl new file mode 100644 index 0000000..91ea44a --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/app_template/views.py-tpl @@ -0,0 +1,3 @@ +from django.shortcuts import render + +# Create your views here. diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/global_settings.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/global_settings.py new file mode 100644 index 0000000..576ff6b --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/global_settings.py @@ -0,0 +1,632 @@ +# -*- coding: utf-8 -*- +""" +Default Django settings. Override these with settings in the module pointed to +by the DJANGO_SETTINGS_MODULE environment variable. +""" +from __future__ import unicode_literals + + +# This is defined here as a do-nothing function because we can't import +# django.utils.translation -- that module depends on the settings. +def gettext_noop(s): + return s + +#################### +# CORE # +#################### + +DEBUG = False + +# Whether the framework should propagate raw exceptions rather than catching +# them. This is useful under some testing situations and should never be used +# on a live site. +DEBUG_PROPAGATE_EXCEPTIONS = False + +# Whether to use the "Etag" header. This saves bandwidth but slows down performance. +USE_ETAGS = False + +# People who get code error notifications. +# In the format [('Full Name', 'email@example.com'), ('Full Name', 'anotheremail@example.com')] +ADMINS = [] + +# List of IP addresses, as strings, that: +# * See debug comments, when DEBUG is true +# * Receive x-headers +INTERNAL_IPS = [] + +# Hosts/domain names that are valid for this site. +# "*" matches anything, ".example.com" matches example.com and all subdomains +ALLOWED_HOSTS = [] + +# Local time zone for this installation. All choices can be found here: +# https://en.wikipedia.org/wiki/List_of_tz_zones_by_name (although not all +# systems may support all possibilities). When USE_TZ is True, this is +# interpreted as the default user time zone. +TIME_ZONE = 'America/Chicago' + +# If you set this to True, Django will use timezone-aware datetimes. +USE_TZ = False + +# Language code for this installation. All choices can be found here: +# http://www.i18nguy.com/unicode/language-identifiers.html +LANGUAGE_CODE = 'en-us' + +# Languages we provide translations for, out of the box. +LANGUAGES = [ + ('af', gettext_noop('Afrikaans')), + ('ar', gettext_noop('Arabic')), + ('ast', gettext_noop('Asturian')), + ('az', gettext_noop('Azerbaijani')), + ('bg', gettext_noop('Bulgarian')), + ('be', gettext_noop('Belarusian')), + ('bn', gettext_noop('Bengali')), + ('br', gettext_noop('Breton')), + ('bs', gettext_noop('Bosnian')), + ('ca', gettext_noop('Catalan')), + ('cs', gettext_noop('Czech')), + ('cy', gettext_noop('Welsh')), + ('da', gettext_noop('Danish')), + ('de', gettext_noop('German')), + ('dsb', gettext_noop('Lower Sorbian')), + ('el', gettext_noop('Greek')), + ('en', gettext_noop('English')), + ('en-au', gettext_noop('Australian English')), + ('en-gb', gettext_noop('British English')), + ('eo', gettext_noop('Esperanto')), + ('es', gettext_noop('Spanish')), + ('es-ar', gettext_noop('Argentinian Spanish')), + ('es-co', gettext_noop('Colombian Spanish')), + ('es-mx', gettext_noop('Mexican Spanish')), + ('es-ni', gettext_noop('Nicaraguan Spanish')), + ('es-ve', gettext_noop('Venezuelan Spanish')), + ('et', gettext_noop('Estonian')), + ('eu', gettext_noop('Basque')), + ('fa', gettext_noop('Persian')), + ('fi', gettext_noop('Finnish')), + ('fr', gettext_noop('French')), + ('fy', gettext_noop('Frisian')), + ('ga', gettext_noop('Irish')), + ('gd', gettext_noop('Scottish Gaelic')), + ('gl', gettext_noop('Galician')), + ('he', gettext_noop('Hebrew')), + ('hi', gettext_noop('Hindi')), + ('hr', gettext_noop('Croatian')), + ('hsb', gettext_noop('Upper Sorbian')), + ('hu', gettext_noop('Hungarian')), + ('ia', gettext_noop('Interlingua')), + ('id', gettext_noop('Indonesian')), + ('io', gettext_noop('Ido')), + ('is', gettext_noop('Icelandic')), + ('it', gettext_noop('Italian')), + ('ja', gettext_noop('Japanese')), + ('ka', gettext_noop('Georgian')), + ('kk', gettext_noop('Kazakh')), + ('km', gettext_noop('Khmer')), + ('kn', gettext_noop('Kannada')), + ('ko', gettext_noop('Korean')), + ('lb', gettext_noop('Luxembourgish')), + ('lt', gettext_noop('Lithuanian')), + ('lv', gettext_noop('Latvian')), + ('mk', gettext_noop('Macedonian')), + ('ml', gettext_noop('Malayalam')), + ('mn', gettext_noop('Mongolian')), + ('mr', gettext_noop('Marathi')), + ('my', gettext_noop('Burmese')), + ('nb', gettext_noop('Norwegian Bokmål')), + ('ne', gettext_noop('Nepali')), + ('nl', gettext_noop('Dutch')), + ('nn', gettext_noop('Norwegian Nynorsk')), + ('os', gettext_noop('Ossetic')), + ('pa', gettext_noop('Punjabi')), + ('pl', gettext_noop('Polish')), + ('pt', gettext_noop('Portuguese')), + ('pt-br', gettext_noop('Brazilian Portuguese')), + ('ro', gettext_noop('Romanian')), + ('ru', gettext_noop('Russian')), + ('sk', gettext_noop('Slovak')), + ('sl', gettext_noop('Slovenian')), + ('sq', gettext_noop('Albanian')), + ('sr', gettext_noop('Serbian')), + ('sr-latn', gettext_noop('Serbian Latin')), + ('sv', gettext_noop('Swedish')), + ('sw', gettext_noop('Swahili')), + ('ta', gettext_noop('Tamil')), + ('te', gettext_noop('Telugu')), + ('th', gettext_noop('Thai')), + ('tr', gettext_noop('Turkish')), + ('tt', gettext_noop('Tatar')), + ('udm', gettext_noop('Udmurt')), + ('uk', gettext_noop('Ukrainian')), + ('ur', gettext_noop('Urdu')), + ('vi', gettext_noop('Vietnamese')), + ('zh-hans', gettext_noop('Simplified Chinese')), + ('zh-hant', gettext_noop('Traditional Chinese')), +] + +# Languages using BiDi (right-to-left) layout +LANGUAGES_BIDI = ["he", "ar", "fa", "ur"] + +# If you set this to False, Django will make some optimizations so as not +# to load the internationalization machinery. +USE_I18N = True +LOCALE_PATHS = [] + +# Settings for language cookie +LANGUAGE_COOKIE_NAME = 'django_language' +LANGUAGE_COOKIE_AGE = None +LANGUAGE_COOKIE_DOMAIN = None +LANGUAGE_COOKIE_PATH = '/' + + +# If you set this to True, Django will format dates, numbers and calendars +# according to user current locale. +USE_L10N = False + +# Not-necessarily-technical managers of the site. They get broken link +# notifications and other various emails. +MANAGERS = ADMINS + +# Default content type and charset to use for all HttpResponse objects, if a +# MIME type isn't manually specified. These are used to construct the +# Content-Type header. +DEFAULT_CONTENT_TYPE = 'text/html' +DEFAULT_CHARSET = 'utf-8' + +# Encoding of files read from disk (template and initial SQL files). +FILE_CHARSET = 'utf-8' + +# Email address that error messages come from. +SERVER_EMAIL = 'root@localhost' + +# Database connection info. If left empty, will default to the dummy backend. +DATABASES = {} + +# Classes used to implement DB routing behavior. +DATABASE_ROUTERS = [] + +# The email backend to use. For possible shortcuts see django.core.mail. +# The default is to use the SMTP backend. +# Third-party backends can be specified by providing a Python path +# to a module that defines an EmailBackend class. +EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend' + +# Host for sending email. +EMAIL_HOST = 'localhost' + +# Port for sending email. +EMAIL_PORT = 25 + +# Optional SMTP authentication information for EMAIL_HOST. +EMAIL_HOST_USER = '' +EMAIL_HOST_PASSWORD = '' +EMAIL_USE_TLS = False +EMAIL_USE_SSL = False +EMAIL_SSL_CERTFILE = None +EMAIL_SSL_KEYFILE = None +EMAIL_TIMEOUT = None + +# List of strings representing installed apps. +INSTALLED_APPS = [] + +TEMPLATES = [] + +# Default email address to use for various automated correspondence from +# the site managers. +DEFAULT_FROM_EMAIL = 'webmaster@localhost' + +# Subject-line prefix for email messages send with django.core.mail.mail_admins +# or ...mail_managers. Make sure to include the trailing space. +EMAIL_SUBJECT_PREFIX = '[Django] ' + +# Whether to append trailing slashes to URLs. +APPEND_SLASH = True + +# Whether to prepend the "www." subdomain to URLs that don't have it. +PREPEND_WWW = False + +# Override the server-derived value of SCRIPT_NAME +FORCE_SCRIPT_NAME = None + +# List of compiled regular expression objects representing User-Agent strings +# that are not allowed to visit any page, systemwide. Use this for bad +# robots/crawlers. Here are a few examples: +# import re +# DISALLOWED_USER_AGENTS = [ +# re.compile(r'^NaverBot.*'), +# re.compile(r'^EmailSiphon.*'), +# re.compile(r'^SiteSucker.*'), +# re.compile(r'^sohu-search') +# ] +DISALLOWED_USER_AGENTS = [] + +ABSOLUTE_URL_OVERRIDES = {} + +# List of compiled regular expression objects representing URLs that need not +# be reported by BrokenLinkEmailsMiddleware. Here are a few examples: +# import re +# IGNORABLE_404_URLS = [ +# re.compile(r'^/apple-touch-icon.*\.png$'), +# re.compile(r'^/favicon.ico$), +# re.compile(r'^/robots.txt$), +# re.compile(r'^/phpmyadmin/), +# re.compile(r'\.(cgi|php|pl)$'), +# ] +IGNORABLE_404_URLS = [] + +# A secret key for this particular Django installation. Used in secret-key +# hashing algorithms. Set this in your settings, or Django will complain +# loudly. +SECRET_KEY = '' + +# Default file storage mechanism that holds media. +DEFAULT_FILE_STORAGE = 'django.core.files.storage.FileSystemStorage' + +# Absolute filesystem path to the directory that will hold user-uploaded files. +# Example: "/var/www/example.com/media/" +MEDIA_ROOT = '' + +# URL that handles the media served from MEDIA_ROOT. +# Examples: "http://example.com/media/", "http://media.example.com/" +MEDIA_URL = '' + +# Absolute path to the directory static files should be collected to. +# Example: "/var/www/example.com/static/" +STATIC_ROOT = None + +# URL that handles the static files served from STATIC_ROOT. +# Example: "http://example.com/static/", "http://static.example.com/" +STATIC_URL = None + +# List of upload handler classes to be applied in order. +FILE_UPLOAD_HANDLERS = [ + 'django.core.files.uploadhandler.MemoryFileUploadHandler', + 'django.core.files.uploadhandler.TemporaryFileUploadHandler', +] + +# Maximum size, in bytes, of a request before it will be streamed to the +# file system instead of into memory. +FILE_UPLOAD_MAX_MEMORY_SIZE = 2621440 # i.e. 2.5 MB + +# Maximum size in bytes of request data (excluding file uploads) that will be +# read before a SuspiciousOperation (RequestDataTooBig) is raised. +DATA_UPLOAD_MAX_MEMORY_SIZE = 2621440 # i.e. 2.5 MB + +# Maximum number of GET/POST parameters that will be read before a +# SuspiciousOperation (TooManyFieldsSent) is raised. +DATA_UPLOAD_MAX_NUMBER_FIELDS = 1000 + +# Directory in which upload streamed files will be temporarily saved. A value of +# `None` will make Django use the operating system's default temporary directory +# (i.e. "/tmp" on *nix systems). +FILE_UPLOAD_TEMP_DIR = None + +# The numeric mode to set newly-uploaded files to. The value should be a mode +# you'd pass directly to os.chmod; see https://docs.python.org/3/library/os.html#files-and-directories. +FILE_UPLOAD_PERMISSIONS = None + +# The numeric mode to assign to newly-created directories, when uploading files. +# The value should be a mode as you'd pass to os.chmod; +# see https://docs.python.org/3/library/os.html#files-and-directories. +FILE_UPLOAD_DIRECTORY_PERMISSIONS = None + +# Python module path where user will place custom format definition. +# The directory where this setting is pointing should contain subdirectories +# named as the locales, containing a formats.py file +# (i.e. "myproject.locale" for myproject/locale/en/formats.py etc. use) +FORMAT_MODULE_PATH = None + +# Default formatting for date objects. See all available format strings here: +# http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'N j, Y' + +# Default formatting for datetime objects. See all available format strings here: +# http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATETIME_FORMAT = 'N j, Y, P' + +# Default formatting for time objects. See all available format strings here: +# http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +TIME_FORMAT = 'P' + +# Default formatting for date objects when only the year and month are relevant. +# See all available format strings here: +# http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +YEAR_MONTH_FORMAT = 'F Y' + +# Default formatting for date objects when only the month and day are relevant. +# See all available format strings here: +# http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +MONTH_DAY_FORMAT = 'F j' + +# Default short formatting for date objects. See all available format strings here: +# http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +SHORT_DATE_FORMAT = 'm/d/Y' + +# Default short formatting for datetime objects. +# See all available format strings here: +# http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +SHORT_DATETIME_FORMAT = 'm/d/Y P' + +# Default formats to be used when parsing dates from input boxes, in order +# See all available format string here: +# http://docs.python.org/library/datetime.html#strftime-behavior +# * Note that these format strings are different from the ones to display dates +DATE_INPUT_FORMATS = [ + '%Y-%m-%d', '%m/%d/%Y', '%m/%d/%y', # '2006-10-25', '10/25/2006', '10/25/06' + '%b %d %Y', '%b %d, %Y', # 'Oct 25 2006', 'Oct 25, 2006' + '%d %b %Y', '%d %b, %Y', # '25 Oct 2006', '25 Oct, 2006' + '%B %d %Y', '%B %d, %Y', # 'October 25 2006', 'October 25, 2006' + '%d %B %Y', '%d %B, %Y', # '25 October 2006', '25 October, 2006' +] + +# Default formats to be used when parsing times from input boxes, in order +# See all available format string here: +# http://docs.python.org/library/datetime.html#strftime-behavior +# * Note that these format strings are different from the ones to display dates +TIME_INPUT_FORMATS = [ + '%H:%M:%S', # '14:30:59' + '%H:%M:%S.%f', # '14:30:59.000200' + '%H:%M', # '14:30' +] + +# Default formats to be used when parsing dates and times from input boxes, +# in order +# See all available format string here: +# http://docs.python.org/library/datetime.html#strftime-behavior +# * Note that these format strings are different from the ones to display dates +DATETIME_INPUT_FORMATS = [ + '%Y-%m-%d %H:%M:%S', # '2006-10-25 14:30:59' + '%Y-%m-%d %H:%M:%S.%f', # '2006-10-25 14:30:59.000200' + '%Y-%m-%d %H:%M', # '2006-10-25 14:30' + '%Y-%m-%d', # '2006-10-25' + '%m/%d/%Y %H:%M:%S', # '10/25/2006 14:30:59' + '%m/%d/%Y %H:%M:%S.%f', # '10/25/2006 14:30:59.000200' + '%m/%d/%Y %H:%M', # '10/25/2006 14:30' + '%m/%d/%Y', # '10/25/2006' + '%m/%d/%y %H:%M:%S', # '10/25/06 14:30:59' + '%m/%d/%y %H:%M:%S.%f', # '10/25/06 14:30:59.000200' + '%m/%d/%y %H:%M', # '10/25/06 14:30' + '%m/%d/%y', # '10/25/06' +] + +# First day of week, to be used on calendars +# 0 means Sunday, 1 means Monday... +FIRST_DAY_OF_WEEK = 0 + +# Decimal separator symbol +DECIMAL_SEPARATOR = '.' + +# Boolean that sets whether to add thousand separator when formatting numbers +USE_THOUSAND_SEPARATOR = False + +# Number of digits that will be together, when splitting them by +# THOUSAND_SEPARATOR. 0 means no grouping, 3 means splitting by thousands... +NUMBER_GROUPING = 0 + +# Thousand separator symbol +THOUSAND_SEPARATOR = ',' + +# The tablespaces to use for each model when not specified otherwise. +DEFAULT_TABLESPACE = '' +DEFAULT_INDEX_TABLESPACE = '' + +# Default X-Frame-Options header value +X_FRAME_OPTIONS = 'SAMEORIGIN' + +USE_X_FORWARDED_HOST = False +USE_X_FORWARDED_PORT = False + +# The Python dotted path to the WSGI application that Django's internal server +# (runserver) will use. If `None`, the return value of +# 'django.core.wsgi.get_wsgi_application' is used, thus preserving the same +# behavior as previous versions of Django. Otherwise this should point to an +# actual WSGI application object. +WSGI_APPLICATION = None + +# If your Django app is behind a proxy that sets a header to specify secure +# connections, AND that proxy ensures that user-submitted headers with the +# same name are ignored (so that people can't spoof it), set this value to +# a tuple of (header_name, header_value). For any requests that come in with +# that header/value, request.is_secure() will return True. +# WARNING! Only set this if you fully understand what you're doing. Otherwise, +# you may be opening yourself up to a security risk. +SECURE_PROXY_SSL_HEADER = None + +############## +# MIDDLEWARE # +############## + +# List of middleware to use. Order is important; in the request phase, these +# middleware will be applied in the order given, and in the response +# phase the middleware will be applied in reverse order. +MIDDLEWARE_CLASSES = [ + 'django.middleware.common.CommonMiddleware', + 'django.middleware.csrf.CsrfViewMiddleware', +] + +MIDDLEWARE = None + +############ +# SESSIONS # +############ + +# Cache to store session data if using the cache session backend. +SESSION_CACHE_ALIAS = 'default' +# Cookie name. This can be whatever you want. +SESSION_COOKIE_NAME = 'sessionid' +# Age of cookie, in seconds (default: 2 weeks). +SESSION_COOKIE_AGE = 60 * 60 * 24 * 7 * 2 +# A string like ".example.com", or None for standard domain cookie. +SESSION_COOKIE_DOMAIN = None +# Whether the session cookie should be secure (https:// only). +SESSION_COOKIE_SECURE = False +# The path of the session cookie. +SESSION_COOKIE_PATH = '/' +# Whether to use the non-RFC standard httpOnly flag (IE, FF3+, others) +SESSION_COOKIE_HTTPONLY = True +# Whether to save the session data on every request. +SESSION_SAVE_EVERY_REQUEST = False +# Whether a user's session cookie expires when the Web browser is closed. +SESSION_EXPIRE_AT_BROWSER_CLOSE = False +# The module to store session data +SESSION_ENGINE = 'django.contrib.sessions.backends.db' +# Directory to store session files if using the file session module. If None, +# the backend will use a sensible default. +SESSION_FILE_PATH = None +# class to serialize session data +SESSION_SERIALIZER = 'django.contrib.sessions.serializers.JSONSerializer' + +######### +# CACHE # +######### + +# The cache backends to use. +CACHES = { + 'default': { + 'BACKEND': 'django.core.cache.backends.locmem.LocMemCache', + } +} +CACHE_MIDDLEWARE_KEY_PREFIX = '' +CACHE_MIDDLEWARE_SECONDS = 600 +CACHE_MIDDLEWARE_ALIAS = 'default' + +################## +# AUTHENTICATION # +################## + +AUTH_USER_MODEL = 'auth.User' + +AUTHENTICATION_BACKENDS = ['django.contrib.auth.backends.ModelBackend'] + +LOGIN_URL = '/accounts/login/' + +LOGIN_REDIRECT_URL = '/accounts/profile/' + +LOGOUT_REDIRECT_URL = None + +# The number of days a password reset link is valid for +PASSWORD_RESET_TIMEOUT_DAYS = 3 + +# the first hasher in this list is the preferred algorithm. any +# password using different algorithms will be converted automatically +# upon login +PASSWORD_HASHERS = [ + 'django.contrib.auth.hashers.PBKDF2PasswordHasher', + 'django.contrib.auth.hashers.PBKDF2SHA1PasswordHasher', + 'django.contrib.auth.hashers.Argon2PasswordHasher', + 'django.contrib.auth.hashers.BCryptSHA256PasswordHasher', + 'django.contrib.auth.hashers.BCryptPasswordHasher', +] + +AUTH_PASSWORD_VALIDATORS = [] + +########### +# SIGNING # +########### + +SIGNING_BACKEND = 'django.core.signing.TimestampSigner' + +######## +# CSRF # +######## + +# Dotted path to callable to be used as view when a request is +# rejected by the CSRF middleware. +CSRF_FAILURE_VIEW = 'django.views.csrf.csrf_failure' + +# Settings for CSRF cookie. +CSRF_COOKIE_NAME = 'csrftoken' +CSRF_COOKIE_AGE = 60 * 60 * 24 * 7 * 52 +CSRF_COOKIE_DOMAIN = None +CSRF_COOKIE_PATH = '/' +CSRF_COOKIE_SECURE = False +CSRF_COOKIE_HTTPONLY = False +CSRF_HEADER_NAME = 'HTTP_X_CSRFTOKEN' +CSRF_TRUSTED_ORIGINS = [] + +############ +# MESSAGES # +############ + +# Class to use as messages backend +MESSAGE_STORAGE = 'django.contrib.messages.storage.fallback.FallbackStorage' + +# Default values of MESSAGE_LEVEL and MESSAGE_TAGS are defined within +# django.contrib.messages to avoid imports in this settings file. + +########### +# LOGGING # +########### + +# The callable to use to configure logging +LOGGING_CONFIG = 'logging.config.dictConfig' + +# Custom logging configuration. +LOGGING = {} + +# Default exception reporter filter class used in case none has been +# specifically assigned to the HttpRequest instance. +DEFAULT_EXCEPTION_REPORTER_FILTER = 'django.views.debug.SafeExceptionReporterFilter' + +########### +# TESTING # +########### + +# The name of the class to use to run the test suite +TEST_RUNNER = 'django.test.runner.DiscoverRunner' + +# Apps that don't need to be serialized at test database creation time +# (only apps with migrations are to start with) +TEST_NON_SERIALIZED_APPS = [] + +############ +# FIXTURES # +############ + +# The list of directories to search for fixtures +FIXTURE_DIRS = [] + +############### +# STATICFILES # +############### + +# A list of locations of additional static files +STATICFILES_DIRS = [] + +# The default file storage backend used during the build process +STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.StaticFilesStorage' + +# List of finder classes that know how to find static files in +# various locations. +STATICFILES_FINDERS = [ + 'django.contrib.staticfiles.finders.FileSystemFinder', + 'django.contrib.staticfiles.finders.AppDirectoriesFinder', + # 'django.contrib.staticfiles.finders.DefaultStorageFinder', +] + +############## +# MIGRATIONS # +############## + +# Migration module overrides for apps, by app label. +MIGRATION_MODULES = {} + +################# +# SYSTEM CHECKS # +################# + +# List of all issues generated by system checks that should be silenced. Light +# issues like warnings, infos or debugs will not generate a message. Silencing +# serious issues like errors and criticals does not result in hiding the +# message, but Django will not stop you from e.g. running server. +SILENCED_SYSTEM_CHECKS = [] + +####################### +# SECURITY MIDDLEWARE # +####################### +SECURE_BROWSER_XSS_FILTER = False +SECURE_CONTENT_TYPE_NOSNIFF = False +SECURE_HSTS_INCLUDE_SUBDOMAINS = False +SECURE_HSTS_SECONDS = 0 +SECURE_REDIRECT_EXEMPT = [] +SECURE_SSL_HOST = None +SECURE_SSL_REDIRECT = False diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/__init__.py new file mode 100644 index 0000000..2cdda3c --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/__init__.py @@ -0,0 +1,566 @@ +# -*- encoding: utf-8 -*- +from __future__ import unicode_literals + +""" +LANG_INFO is a dictionary structure to provide meta information about languages. + +About name_local: capitalize it as if your language name was appearing +inside a sentence in your language. +The 'fallback' key can be used to specify a special fallback logic which doesn't +follow the traditional 'fr-ca' -> 'fr' fallback logic. +""" + +LANG_INFO = { + 'af': { + 'bidi': False, + 'code': 'af', + 'name': 'Afrikaans', + 'name_local': 'Afrikaans', + }, + 'ar': { + 'bidi': True, + 'code': 'ar', + 'name': 'Arabic', + 'name_local': 'العربيّة', + }, + 'ast': { + 'bidi': False, + 'code': 'ast', + 'name': 'Asturian', + 'name_local': 'asturianu', + }, + 'az': { + 'bidi': True, + 'code': 'az', + 'name': 'Azerbaijani', + 'name_local': 'Azərbaycanca', + }, + 'be': { + 'bidi': False, + 'code': 'be', + 'name': 'Belarusian', + 'name_local': 'беларуская', + }, + 'bg': { + 'bidi': False, + 'code': 'bg', + 'name': 'Bulgarian', + 'name_local': 'български', + }, + 'bn': { + 'bidi': False, + 'code': 'bn', + 'name': 'Bengali', + 'name_local': 'বাংলা', + }, + 'br': { + 'bidi': False, + 'code': 'br', + 'name': 'Breton', + 'name_local': 'brezhoneg', + }, + 'bs': { + 'bidi': False, + 'code': 'bs', + 'name': 'Bosnian', + 'name_local': 'bosanski', + }, + 'ca': { + 'bidi': False, + 'code': 'ca', + 'name': 'Catalan', + 'name_local': 'català', + }, + 'cs': { + 'bidi': False, + 'code': 'cs', + 'name': 'Czech', + 'name_local': 'česky', + }, + 'cy': { + 'bidi': False, + 'code': 'cy', + 'name': 'Welsh', + 'name_local': 'Cymraeg', + }, + 'da': { + 'bidi': False, + 'code': 'da', + 'name': 'Danish', + 'name_local': 'dansk', + }, + 'de': { + 'bidi': False, + 'code': 'de', + 'name': 'German', + 'name_local': 'Deutsch', + }, + 'dsb': { + 'bidi': False, + 'code': 'dsb', + 'name': 'Lower Sorbian', + 'name_local': 'dolnoserbski', + }, + 'el': { + 'bidi': False, + 'code': 'el', + 'name': 'Greek', + 'name_local': 'Ελληνικά', + }, + 'en': { + 'bidi': False, + 'code': 'en', + 'name': 'English', + 'name_local': 'English', + }, + 'en-au': { + 'bidi': False, + 'code': 'en-au', + 'name': 'Australian English', + 'name_local': 'Australian English', + }, + 'en-gb': { + 'bidi': False, + 'code': 'en-gb', + 'name': 'British English', + 'name_local': 'British English', + }, + 'eo': { + 'bidi': False, + 'code': 'eo', + 'name': 'Esperanto', + 'name_local': 'Esperanto', + }, + 'es': { + 'bidi': False, + 'code': 'es', + 'name': 'Spanish', + 'name_local': 'español', + }, + 'es-ar': { + 'bidi': False, + 'code': 'es-ar', + 'name': 'Argentinian Spanish', + 'name_local': 'español de Argentina', + }, + 'es-co': { + 'bidi': False, + 'code': 'es-co', + 'name': 'Colombian Spanish', + 'name_local': 'español de Colombia', + }, + 'es-mx': { + 'bidi': False, + 'code': 'es-mx', + 'name': 'Mexican Spanish', + 'name_local': 'español de Mexico', + }, + 'es-ni': { + 'bidi': False, + 'code': 'es-ni', + 'name': 'Nicaraguan Spanish', + 'name_local': 'español de Nicaragua', + }, + 'es-ve': { + 'bidi': False, + 'code': 'es-ve', + 'name': 'Venezuelan Spanish', + 'name_local': 'español de Venezuela', + }, + 'et': { + 'bidi': False, + 'code': 'et', + 'name': 'Estonian', + 'name_local': 'eesti', + }, + 'eu': { + 'bidi': False, + 'code': 'eu', + 'name': 'Basque', + 'name_local': 'Basque', + }, + 'fa': { + 'bidi': True, + 'code': 'fa', + 'name': 'Persian', + 'name_local': 'فارسی', + }, + 'fi': { + 'bidi': False, + 'code': 'fi', + 'name': 'Finnish', + 'name_local': 'suomi', + }, + 'fr': { + 'bidi': False, + 'code': 'fr', + 'name': 'French', + 'name_local': 'français', + }, + 'fy': { + 'bidi': False, + 'code': 'fy', + 'name': 'Frisian', + 'name_local': 'frysk', + }, + 'ga': { + 'bidi': False, + 'code': 'ga', + 'name': 'Irish', + 'name_local': 'Gaeilge', + }, + 'gd': { + 'bidi': False, + 'code': 'gd', + 'name': 'Scottish Gaelic', + 'name_local': 'Gàidhlig', + }, + 'gl': { + 'bidi': False, + 'code': 'gl', + 'name': 'Galician', + 'name_local': 'galego', + }, + 'he': { + 'bidi': True, + 'code': 'he', + 'name': 'Hebrew', + 'name_local': 'עברית', + }, + 'hi': { + 'bidi': False, + 'code': 'hi', + 'name': 'Hindi', + 'name_local': 'Hindi', + }, + 'hr': { + 'bidi': False, + 'code': 'hr', + 'name': 'Croatian', + 'name_local': 'Hrvatski', + }, + 'hsb': { + 'bidi': False, + 'code': 'hsb', + 'name': 'Upper Sorbian', + 'name_local': 'hornjoserbsce', + }, + 'hu': { + 'bidi': False, + 'code': 'hu', + 'name': 'Hungarian', + 'name_local': 'Magyar', + }, + 'ia': { + 'bidi': False, + 'code': 'ia', + 'name': 'Interlingua', + 'name_local': 'Interlingua', + }, + 'io': { + 'bidi': False, + 'code': 'io', + 'name': 'Ido', + 'name_local': 'ido', + }, + 'id': { + 'bidi': False, + 'code': 'id', + 'name': 'Indonesian', + 'name_local': 'Bahasa Indonesia', + }, + 'is': { + 'bidi': False, + 'code': 'is', + 'name': 'Icelandic', + 'name_local': 'Íslenska', + }, + 'it': { + 'bidi': False, + 'code': 'it', + 'name': 'Italian', + 'name_local': 'italiano', + }, + 'ja': { + 'bidi': False, + 'code': 'ja', + 'name': 'Japanese', + 'name_local': '日本語', + }, + 'ka': { + 'bidi': False, + 'code': 'ka', + 'name': 'Georgian', + 'name_local': 'ქართული', + }, + 'kk': { + 'bidi': False, + 'code': 'kk', + 'name': 'Kazakh', + 'name_local': 'Қазақ', + }, + 'km': { + 'bidi': False, + 'code': 'km', + 'name': 'Khmer', + 'name_local': 'Khmer', + }, + 'kn': { + 'bidi': False, + 'code': 'kn', + 'name': 'Kannada', + 'name_local': 'Kannada', + }, + 'ko': { + 'bidi': False, + 'code': 'ko', + 'name': 'Korean', + 'name_local': '한국어', + }, + 'lb': { + 'bidi': False, + 'code': 'lb', + 'name': 'Luxembourgish', + 'name_local': 'Lëtzebuergesch', + }, + 'lt': { + 'bidi': False, + 'code': 'lt', + 'name': 'Lithuanian', + 'name_local': 'Lietuviškai', + }, + 'lv': { + 'bidi': False, + 'code': 'lv', + 'name': 'Latvian', + 'name_local': 'latviešu', + }, + 'mk': { + 'bidi': False, + 'code': 'mk', + 'name': 'Macedonian', + 'name_local': 'Македонски', + }, + 'ml': { + 'bidi': False, + 'code': 'ml', + 'name': 'Malayalam', + 'name_local': 'Malayalam', + }, + 'mn': { + 'bidi': False, + 'code': 'mn', + 'name': 'Mongolian', + 'name_local': 'Mongolian', + }, + 'mr': { + 'bidi': False, + 'code': 'mr', + 'name': 'Marathi', + 'name_local': 'मराठी', + }, + 'my': { + 'bidi': False, + 'code': 'my', + 'name': 'Burmese', + 'name_local': 'မြန်မာဘာသာ', + }, + 'nb': { + 'bidi': False, + 'code': 'nb', + 'name': 'Norwegian Bokmal', + 'name_local': 'norsk (bokmål)', + }, + 'ne': { + 'bidi': False, + 'code': 'ne', + 'name': 'Nepali', + 'name_local': 'नेपाली', + }, + 'nl': { + 'bidi': False, + 'code': 'nl', + 'name': 'Dutch', + 'name_local': 'Nederlands', + }, + 'nn': { + 'bidi': False, + 'code': 'nn', + 'name': 'Norwegian Nynorsk', + 'name_local': 'norsk (nynorsk)', + }, + 'no': { + 'bidi': False, + 'code': 'no', + 'name': 'Norwegian', + 'name_local': 'norsk', + }, + 'os': { + 'bidi': False, + 'code': 'os', + 'name': 'Ossetic', + 'name_local': 'Ирон', + }, + 'pa': { + 'bidi': False, + 'code': 'pa', + 'name': 'Punjabi', + 'name_local': 'Punjabi', + }, + 'pl': { + 'bidi': False, + 'code': 'pl', + 'name': 'Polish', + 'name_local': 'polski', + }, + 'pt': { + 'bidi': False, + 'code': 'pt', + 'name': 'Portuguese', + 'name_local': 'Português', + }, + 'pt-br': { + 'bidi': False, + 'code': 'pt-br', + 'name': 'Brazilian Portuguese', + 'name_local': 'Português Brasileiro', + }, + 'ro': { + 'bidi': False, + 'code': 'ro', + 'name': 'Romanian', + 'name_local': 'Română', + }, + 'ru': { + 'bidi': False, + 'code': 'ru', + 'name': 'Russian', + 'name_local': 'Русский', + }, + 'sk': { + 'bidi': False, + 'code': 'sk', + 'name': 'Slovak', + 'name_local': 'Slovensky', + }, + 'sl': { + 'bidi': False, + 'code': 'sl', + 'name': 'Slovenian', + 'name_local': 'Slovenščina', + }, + 'sq': { + 'bidi': False, + 'code': 'sq', + 'name': 'Albanian', + 'name_local': 'shqip', + }, + 'sr': { + 'bidi': False, + 'code': 'sr', + 'name': 'Serbian', + 'name_local': 'српски', + }, + 'sr-latn': { + 'bidi': False, + 'code': 'sr-latn', + 'name': 'Serbian Latin', + 'name_local': 'srpski (latinica)', + }, + 'sv': { + 'bidi': False, + 'code': 'sv', + 'name': 'Swedish', + 'name_local': 'svenska', + }, + 'sw': { + 'bidi': False, + 'code': 'sw', + 'name': 'Swahili', + 'name_local': 'Kiswahili', + }, + 'ta': { + 'bidi': False, + 'code': 'ta', + 'name': 'Tamil', + 'name_local': 'தமிழ்', + }, + 'te': { + 'bidi': False, + 'code': 'te', + 'name': 'Telugu', + 'name_local': 'తెలుగు', + }, + 'th': { + 'bidi': False, + 'code': 'th', + 'name': 'Thai', + 'name_local': 'ภาษาไทย', + }, + 'tr': { + 'bidi': False, + 'code': 'tr', + 'name': 'Turkish', + 'name_local': 'Türkçe', + }, + 'tt': { + 'bidi': False, + 'code': 'tt', + 'name': 'Tatar', + 'name_local': 'Татарча', + }, + 'udm': { + 'bidi': False, + 'code': 'udm', + 'name': 'Udmurt', + 'name_local': 'Удмурт', + }, + 'uk': { + 'bidi': False, + 'code': 'uk', + 'name': 'Ukrainian', + 'name_local': 'Українська', + }, + 'ur': { + 'bidi': True, + 'code': 'ur', + 'name': 'Urdu', + 'name_local': 'اردو', + }, + 'vi': { + 'bidi': False, + 'code': 'vi', + 'name': 'Vietnamese', + 'name_local': 'Tiếng Việt', + }, + 'zh-cn': { + 'fallback': ['zh-hans'], + }, + 'zh-hans': { + 'bidi': False, + 'code': 'zh-hans', + 'name': 'Simplified Chinese', + 'name_local': '简体中文', + }, + 'zh-hant': { + 'bidi': False, + 'code': 'zh-hant', + 'name': 'Traditional Chinese', + 'name_local': '繁體中文', + }, + 'zh-hk': { + 'fallback': ['zh-hant'], + }, + 'zh-mo': { + 'fallback': ['zh-hant'], + }, + 'zh-my': { + 'fallback': ['zh-hans'], + }, + 'zh-sg': { + 'fallback': ['zh-hans'], + }, + 'zh-tw': { + 'fallback': ['zh-hant'], + }, +} diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/af/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/af/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..673404e3cfbd44e65db6bfe84481dd7ba5136814 GIT binary patch literal 19888 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, 2011-2012 +# unklphil , 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Afrikaans (http://www.transifex.com/django/django/language/" +"af/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: af\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Afrikaans" + +msgid "Arabic" +msgstr "Arabies" + +msgid "Asturian" +msgstr "" + +msgid "Azerbaijani" +msgstr "Aserbeidjans" + +msgid "Bulgarian" +msgstr "Bulgaars" + +msgid "Belarusian" +msgstr "Wit-Russies" + +msgid "Bengali" +msgstr "Bengali" + +msgid "Breton" +msgstr "Bretons" + +msgid "Bosnian" +msgstr "Bosnies" + +msgid "Catalan" +msgstr "Katalaans" + +msgid "Czech" +msgstr "Tsjeggies" + +msgid "Welsh" +msgstr "Welsh" + +msgid "Danish" +msgstr "Deens" + +msgid "German" +msgstr "Duits" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "Grieks" + +msgid "English" +msgstr "Engels" + +msgid "Australian English" +msgstr "Australiese Engels" + +msgid "British English" +msgstr "Britse Engels" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Spaans" + +msgid "Argentinian Spanish" +msgstr "Argentynse Spaans" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "Meksikaanse Spaans" + +msgid "Nicaraguan Spanish" +msgstr "Nicaraguaanse Spaans" + +msgid "Venezuelan Spanish" +msgstr "Venezolaanse Spaans" + +msgid "Estonian" +msgstr "Estnies" + +msgid "Basque" +msgstr "Baskies" + +msgid "Persian" +msgstr "Persies" + +msgid "Finnish" +msgstr "Fins" + +msgid "French" +msgstr "Fraans" + +msgid "Frisian" +msgstr "Fries" + +msgid "Irish" +msgstr "Iers" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "Galicies" + +msgid "Hebrew" +msgstr "Hebreeus" + +msgid "Hindi" +msgstr "Hindoe" + +msgid "Croatian" +msgstr "Kroaties" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "Hongaars" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indonesies" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "Yslands" + +msgid "Italian" +msgstr "Italiaans" + +msgid "Japanese" +msgstr "Japannees" + +msgid "Georgian" +msgstr "Georgian" + +msgid "Kazakh" +msgstr "Kazakh" + +msgid "Khmer" +msgstr "Khmer" + +msgid "Kannada" +msgstr "Kannada" + +msgid "Korean" +msgstr "Koreaanse" + +msgid "Luxembourgish" +msgstr "Luxemburgs" + +msgid "Lithuanian" +msgstr "Litaus" + +msgid "Latvian" +msgstr "Lets" + +msgid "Macedonian" +msgstr "Macedonies" + +msgid "Malayalam" +msgstr "Malabaars" + +msgid "Mongolian" +msgstr "Mongools" + +msgid "Marathi" +msgstr "" + +msgid "Burmese" +msgstr "Birmaans" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "Nepalees" + +msgid "Dutch" +msgstr "Nederlands" + +msgid "Norwegian Nynorsk" +msgstr "Noorweegse Nynorsk" + +msgid "Ossetic" +msgstr "Osseties" + +msgid "Punjabi" +msgstr "Punjabi" + +msgid "Polish" +msgstr "Pools" + +msgid "Portuguese" +msgstr "Portugees" + +msgid "Brazilian Portuguese" +msgstr "Brasiliaanse Portugees" + +msgid "Romanian" +msgstr "Roemeens" + +msgid "Russian" +msgstr "Russiese" + +msgid "Slovak" +msgstr "Slowaakse" + +msgid "Slovenian" +msgstr "Sloveens" + +msgid "Albanian" +msgstr "Albanees" + +msgid "Serbian" +msgstr "Serwies" + +msgid "Serbian Latin" +msgstr "Serwies Latyns" + +msgid "Swedish" +msgstr "Sweeds" + +msgid "Swahili" +msgstr "Swahili" + +msgid "Tamil" +msgstr "Tamil" + +msgid "Telugu" +msgstr "Teloegoe" + +msgid "Thai" +msgstr "Thai" + +msgid "Turkish" +msgstr "Turkish" + +msgid "Tatar" +msgstr "Tataars" + +msgid "Udmurt" +msgstr "Oedmoerts" + +msgid "Ukrainian" +msgstr "Oekraïens" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Vietnamese" +msgstr "Viëtnamees" + +msgid "Simplified Chinese" +msgstr "Vereenvoudigde Sjinees" + +msgid "Traditional Chinese" +msgstr "Tradisionele Chinese" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "" + +msgid "Static Files" +msgstr "" + +msgid "Syndication" +msgstr "Sindikasie" + +msgid "Enter a valid value." +msgstr "Sleutel 'n geldige waarde in." + +msgid "Enter a valid URL." +msgstr "Sleutel 'n geldige URL in." + +msgid "Enter a valid integer." +msgstr "Sleutel 'n geldige heelgetal in." + +msgid "Enter a valid email address." +msgstr "Sleutel 'n geldige e-pos adres in." + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Sleutel 'n geldige \"slak\" wat bestaan ​​uit letters, syfers, beklemtoon of " +"koppel." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "Sleutel 'n geldige IPv4-adres in." + +msgid "Enter a valid IPv6 address." +msgstr "Voer 'n geldige IPv6-adres in." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Voer 'n geldige IPv4 of IPv6-adres in." + +msgid "Enter only digits separated by commas." +msgstr "Sleutel slegs syfers in wat deur kommas geskei is." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Maak seker dat hierdie waarde %(limit_value)s is (dit is %(show_value)s )." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "" +"Maak seker dat hierdie waarde minder as of gelyk aan %(limit_value)s is." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "" +"Maak seker dat hierdie waarde groter as of gelyk aan %(limit_value)s is." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Maak seker hierdie waarde het ten minste %(limit_value)d karakter (dit het " +"%(show_value)d)." +msgstr[1] "" +"Maak seker hierdie waarde het ten minste %(limit_value)d karakters (dit het " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Maak seker hierdie waarde het op die meeste %(limit_value)d karakter (dit " +"het %(show_value)d)." +msgstr[1] "" +"Maak seker hierdie waarde het op die meeste %(limit_value)d karakters (dit " +"het %(show_value)d)." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Maak seker dat daar nie meer as %(max)s syfer in totaal is nie." +msgstr[1] "Maak seker dat daar nie meer as %(max)s syfers in totaal is nie." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Maak seker dat daar nie meer as %(max)s desimale plek is nie." +msgstr[1] "Maak seker dat daar nie meer as %(max)s desimale plekke is nie." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Maak seker dat daar nie meer as %(max)s syfer voor die desimale punt is nie." +msgstr[1] "" +"Maak seker dat daar nie meer as %(max)s syfers voor die desimale punt is nie." + +msgid "and" +msgstr "en" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s met hierdie %(field_labels)s bestaan alreeds." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Waarde %(value)r is nie 'n geldige keuse nie." + +msgid "This field cannot be null." +msgstr "Hierdie veld kan nie nil wees nie." + +msgid "This field cannot be blank." +msgstr "Hierdie veld kan nie leeg wees nie." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s met hierdie %(field_label)s bestaan ​​alreeds." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s moet uniek wees vir %(date_field_label)s %(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Veld van type: %(field_type)s " + +msgid "Integer" +msgstr "Heelgetal" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "'%(value)s' waarde moet 'n heelgetal wees." + +msgid "Big (8 byte) integer" +msgstr "Groot (8 greep) heelgetal" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "'%(value)s' waarde moet óf True of False wees." + +msgid "Boolean (Either True or False)" +msgstr "Boole (Eder waar of vals)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "String (tot %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Kommas geskeide heelgetalle" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"'%(value)s' waarde het 'n ongeldige datumformaat. Dit met in die JJJJ-MM-DD " +"formaat wees." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"'%(value)s' waarde het die korrekte formaat (JJJJ-MM-DD), maar dit is 'n " +"ongeldige datum." + +msgid "Date (without time)" +msgstr "Datum (sonder die tyd)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"'%(value)s' waarde se formaat is ongeldig. Dit moet in JJJJ-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] formaat wees." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"'%(value)s' waarde het die korrekte formaat (JJJJ-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) maar dit is 'n ongeldige datum/tyd." + +msgid "Date (with time)" +msgstr "Datum (met die tyd)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "'%(value)s' waarde moet 'n desimale getal wees." + +msgid "Decimal number" +msgstr "Desimale getal" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "E-pos adres" + +msgid "File path" +msgstr "Lêer pad" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "'%(value)s' waarde meote 'n dryfpunt getal wees." + +msgid "Floating point number" +msgstr "Dryfpunt getal" + +msgid "IPv4 address" +msgstr "IPv4 adres" + +msgid "IP address" +msgstr "IP adres" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "'%(value)s' waarde moet óf None, True of False wees." + +msgid "Boolean (Either True, False or None)" +msgstr "Boole (Eder waar, vals of niks)" + +msgid "Positive integer" +msgstr "Positiewe heelgetal" + +msgid "Positive small integer" +msgstr "Positiewe klein heelgetal" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (tot by %(max_length)s)" + +msgid "Small integer" +msgstr "Klein heelgetal" + +msgid "Text" +msgstr "Teks" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"'%(value)s' waarde se formaat is ongeldig. Dit moet in HH:MM[:ss[.uuuuuu]] " +"formaat wees." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"'%(value)s' waarde het die regte formaat (HH:MM[:ss[.uuuuuu]]) maar is nie " +"'n geldige tyd nie." + +msgid "Time" +msgstr "Tyd" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Rou binêre data" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "" + +msgid "File" +msgstr "Lêer" + +msgid "Image" +msgstr "Prent" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "Vreemde sleutel (tipe bepaal deur verwante veld)" + +msgid "One-to-one relationship" +msgstr "Een-tot-een-verhouding" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "Baie-tot-baie-verwantskap" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Die veld is verpligtend." + +msgid "Enter a whole number." +msgstr "Sleutel 'n hele getal in." + +msgid "Enter a number." +msgstr "Sleutel 'n nommer in." + +msgid "Enter a valid date." +msgstr "Sleutel 'n geldige datum in." + +msgid "Enter a valid time." +msgstr "Sleutel 'n geldige tyd in." + +msgid "Enter a valid date/time." +msgstr "Sleutel 'n geldige datum/tyd in." + +msgid "Enter a valid duration." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" +"Geen lêer is ingedien nie. Maak seker die kodering tipe op die vorm is reg." + +msgid "No file was submitted." +msgstr "Geen lêer is ingedien nie." + +msgid "The submitted file is empty." +msgstr "Die ingedien lêer is leeg." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Maak seker hierdie lêernaam het op die meeste %(max)d karakter (dit het " +"%(length)d)." +msgstr[1] "" +"Maak seker hierdie lêernaam het op die meeste %(max)d karakters (dit het " +"%(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Stuur die lêer of tiek die maak skoon boksie, nie beide nie." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Laai 'n geldige prent. Die lêer wat jy opgelaai het is nie 'n prent nie of " +"dit is 'n korrupte prent." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Kies 'n geldige keuse. %(value)s is nie een van die beskikbare keuses nie." + +msgid "Enter a list of values." +msgstr "Sleatel 'n lys van waardes in." + +msgid "Enter a complete value." +msgstr "Sleutel 'n volledige waarde in." + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Versteekte veld %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Dien asseblief %d of minder vorms in." +msgstr[1] "Dien asseblief %d of minder vorms in." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Dien asseblief %d of meer vorms in." +msgstr[1] "Dien asseblief %d of meer vorms in." + +msgid "Order" +msgstr "Orde" + +msgid "Delete" +msgstr "Verwyder" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Korrigeer die dubbele data vir %(field)s ." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "Korrigeer die dubbele data vir %(field)s , dit moet uniek wees." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Korrigeer die dubbele data vir %(field_name)s, dit moet uniek wees vir die " +"%(lookup)s in %(date_field)s ." + +msgid "Please correct the duplicate values below." +msgstr "Korrigeer die dubbele waardes hieronder." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "" +"Die inlyn vreemde sleutel stem nie ooreen met die ouer primêre sleutel." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Kies 'n geldige keuse. Daardie keuse is nie een van die beskikbare keuses " +"nie." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "\"%(pk)s\" is nie 'n geldige waarde vir 'n primêre sleutel nie." + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s kon nie in tydsone %(current_timezone)s vertolk word nie; dit " +"mag dubbelsinnig wees, of nie bestaan nie." + +msgid "Currently" +msgstr "Tans" + +msgid "Change" +msgstr "Verander" + +msgid "Clear" +msgstr "Maak skoon" + +msgid "Unknown" +msgstr "Onbekend" + +msgid "Yes" +msgstr "Ja" + +msgid "No" +msgstr "Nee" + +msgid "yes,no,maybe" +msgstr "ja,nee,miskien" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d greep" +msgstr[1] "%(size)d grepe" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "nm" + +msgid "a.m." +msgstr "vm" + +msgid "PM" +msgstr "NM" + +msgid "AM" +msgstr "VM" + +msgid "midnight" +msgstr "middernag" + +msgid "noon" +msgstr "middag" + +msgid "Monday" +msgstr "Maandag" + +msgid "Tuesday" +msgstr "Dinsdag" + +msgid "Wednesday" +msgstr "Woensdag" + +msgid "Thursday" +msgstr "Donderdag" + +msgid "Friday" +msgstr "Vrydag" + +msgid "Saturday" +msgstr "Saterdag" + +msgid "Sunday" +msgstr "Sondag" + +msgid "Mon" +msgstr "Ma" + +msgid "Tue" +msgstr "Di" + +msgid "Wed" +msgstr "Wo" + +msgid "Thu" +msgstr "Do" + +msgid "Fri" +msgstr "Vr" + +msgid "Sat" +msgstr "Sa" + +msgid "Sun" +msgstr "So" + +msgid "January" +msgstr "Januarie" + +msgid "February" +msgstr "Februarie" + +msgid "March" +msgstr "Maart" + +msgid "April" +msgstr "April" + +msgid "May" +msgstr "Mei" + +msgid "June" +msgstr "Junie" + +msgid "July" +msgstr "Julie" + +msgid "August" +msgstr "Augustus" + +msgid "September" +msgstr "September" + +msgid "October" +msgstr "Oktober" + +msgid "November" +msgstr "November" + +msgid "December" +msgstr "Desember" + +msgid "jan" +msgstr "jan" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "apr" + +msgid "may" +msgstr "mei" + +msgid "jun" +msgstr "jun" + +msgid "jul" +msgstr "jul" + +msgid "aug" +msgstr "aug" + +msgid "sep" +msgstr "sept" + +msgid "oct" +msgstr "okt" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "des" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Jan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Maart" + +msgctxt "abbrev. month" +msgid "April" +msgstr "April" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Mei" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Junie" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Julie" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Aug." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Sept." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Okt." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Des." + +msgctxt "alt. month" +msgid "January" +msgstr "Januarie" + +msgctxt "alt. month" +msgid "February" +msgstr "Februarie" + +msgctxt "alt. month" +msgid "March" +msgstr "Maart" + +msgctxt "alt. month" +msgid "April" +msgstr "April" + +msgctxt "alt. month" +msgid "May" +msgstr "Mei" + +msgctxt "alt. month" +msgid "June" +msgstr "Junie" + +msgctxt "alt. month" +msgid "July" +msgstr "Julie" + +msgctxt "alt. month" +msgid "August" +msgstr "Augustus" + +msgctxt "alt. month" +msgid "September" +msgstr "September" + +msgctxt "alt. month" +msgid "October" +msgstr "Oktober" + +msgctxt "alt. month" +msgid "November" +msgstr "November" + +msgctxt "alt. month" +msgid "December" +msgstr "Desember" + +msgid "This is not a valid IPv6 address." +msgstr "HIerdie is nie 'n geldige IPv6-adres nie." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "of" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr "," + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d jaar" +msgstr[1] "%d jare" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d maand" +msgstr[1] "%d maande" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d week" +msgstr[1] "%d weke" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d dag" +msgstr[1] "%d dae" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d uur" +msgstr[1] "%d ure" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d minuut" +msgstr[1] "%d minute" + +msgid "0 minutes" +msgstr "0 minute" + +msgid "Forbidden" +msgstr "Verbied" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "Meer inligting is beskikbaar met DEBUG=True." + +msgid "Welcome to Django" +msgstr "" + +msgid "It worked!" +msgstr "" + +msgid "Congratulations on your first Django-powered page." +msgstr "" + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" + +msgid "No year specified" +msgstr "Geen jaar gespesifiseer" + +msgid "No month specified" +msgstr "Geen maand gespesifiseer" + +msgid "No day specified" +msgstr "Geen dag gespesifiseer" + +msgid "No week specified" +msgstr "Geen week gespesifiseer" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Geen %(verbose_name_plural)s beskikbaar nie" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Toekomstige %(verbose_name_plural)s is nie beskikbaar nie, omdat " +"%(class_name)s.allow_future vals is." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "" +"Ongeldige datum string '%(datestr)s' die formaat moet wees '%(format)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Geen %(verbose_name)s gevind vir die soektog" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "" +"Bladsy is nie 'laaste' nie, en dit kan nie omgeskakel word na 'n heelgetal " +"nie." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Ongeldige bladsy (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Leë lys en ' %(class_name)s.allow_empty' is vals." + +msgid "Directory indexes are not allowed here." +msgstr "Gids indekse word nie hier toegelaat nie." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" bestaan nie" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Indeks van %(directory)s" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ar/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ar/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..78219160bd06574314dce3d740f0f9382da25ab6 GIT binary patch literal 32064 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, 2013-2014 +# Jannis Leidel , 2011 +# Ossama Khayat , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-07-18 08:41+0000\n" +"Last-Translator: Bashar Al-Abdulhadi\n" +"Language-Team: Arabic (http://www.transifex.com/django/django/language/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " +"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +msgid "Afrikaans" +msgstr "الإفريقية" + +msgid "Arabic" +msgstr "العربيّة" + +msgid "Asturian" +msgstr "الأسترية" + +msgid "Azerbaijani" +msgstr "الأذربيجانية" + +msgid "Bulgarian" +msgstr "البلغاريّة" + +msgid "Belarusian" +msgstr "البيلاروسية" + +msgid "Bengali" +msgstr "البنغاليّة" + +msgid "Breton" +msgstr "البريتونية" + +msgid "Bosnian" +msgstr "البوسنيّة" + +msgid "Catalan" +msgstr "الكتلانيّة" + +msgid "Czech" +msgstr "التشيكيّة" + +msgid "Welsh" +msgstr "الويلز" + +msgid "Danish" +msgstr "الدنماركيّة" + +msgid "German" +msgstr "الألمانيّة" + +msgid "Lower Sorbian" +msgstr "الصربية السفلى" + +msgid "Greek" +msgstr "اليونانيّة" + +msgid "English" +msgstr "الإنجليزيّة" + +msgid "Australian English" +msgstr "الإنجليزية الإسترالية" + +msgid "British English" +msgstr "الإنجليزيّة البريطانيّة" + +msgid "Esperanto" +msgstr "الاسبرانتو" + +msgid "Spanish" +msgstr "الإسبانيّة" + +msgid "Argentinian Spanish" +msgstr "الأسبانية الأرجنتينية" + +msgid "Colombian Spanish" +msgstr "الكولومبية الإسبانية" + +msgid "Mexican Spanish" +msgstr "الأسبانية المكسيكية" + +msgid "Nicaraguan Spanish" +msgstr "الإسبانية النيكاراغوية" + +msgid "Venezuelan Spanish" +msgstr "الإسبانية الفنزويلية" + +msgid "Estonian" +msgstr "الإستونيّة" + +msgid "Basque" +msgstr "الباسك" + +msgid "Persian" +msgstr "الفارسيّة" + +msgid "Finnish" +msgstr "الفنلنديّة" + +msgid "French" +msgstr "الفرنسيّة" + +msgid "Frisian" +msgstr "الفريزيّة" + +msgid "Irish" +msgstr "الإيرلنديّة" + +msgid "Scottish Gaelic" +msgstr "الغيلية الأسكتلندية" + +msgid "Galician" +msgstr "الجليقيّة" + +msgid "Hebrew" +msgstr "العبريّة" + +msgid "Hindi" +msgstr "الهندية" + +msgid "Croatian" +msgstr "الكرواتيّة" + +msgid "Upper Sorbian" +msgstr "الصربية العليا" + +msgid "Hungarian" +msgstr "الهنغاريّة" + +msgid "Interlingua" +msgstr "اللغة الوسيطة" + +msgid "Indonesian" +msgstr "الإندونيسيّة" + +msgid "Ido" +msgstr "ايدو" + +msgid "Icelandic" +msgstr "الآيسلنديّة" + +msgid "Italian" +msgstr "الإيطاليّة" + +msgid "Japanese" +msgstr "اليابانيّة" + +msgid "Georgian" +msgstr "الجورجيّة" + +msgid "Kazakh" +msgstr "الكازاخستانية" + +msgid "Khmer" +msgstr "الخمر" + +msgid "Kannada" +msgstr "الهنديّة (كنّادا)" + +msgid "Korean" +msgstr "الكوريّة" + +msgid "Luxembourgish" +msgstr "اللوكسمبرجية" + +msgid "Lithuanian" +msgstr "اللتوانيّة" + +msgid "Latvian" +msgstr "اللاتفيّة" + +msgid "Macedonian" +msgstr "المقدونيّة" + +msgid "Malayalam" +msgstr "المايالام" + +msgid "Mongolian" +msgstr "المنغوليّة" + +msgid "Marathi" +msgstr "المهاراتية" + +msgid "Burmese" +msgstr "البورمية" + +msgid "Norwegian Bokmål" +msgstr "النرويجية" + +msgid "Nepali" +msgstr "النيبالية" + +msgid "Dutch" +msgstr "الهولنديّة" + +msgid "Norwegian Nynorsk" +msgstr "النينورسك نرويجيّة" + +msgid "Ossetic" +msgstr "الأوسيتيكية" + +msgid "Punjabi" +msgstr "البنجابيّة" + +msgid "Polish" +msgstr "البولنديّة" + +msgid "Portuguese" +msgstr "البرتغاليّة" + +msgid "Brazilian Portuguese" +msgstr "البرتغاليّة البرازيليّة" + +msgid "Romanian" +msgstr "الرومانيّة" + +msgid "Russian" +msgstr "الروسيّة" + +msgid "Slovak" +msgstr "السلوفاكيّة" + +msgid "Slovenian" +msgstr "السلوفانيّة" + +msgid "Albanian" +msgstr "الألبانيّة" + +msgid "Serbian" +msgstr "الصربيّة" + +msgid "Serbian Latin" +msgstr "اللاتينيّة الصربيّة" + +msgid "Swedish" +msgstr "السويديّة" + +msgid "Swahili" +msgstr "السواحلية" + +msgid "Tamil" +msgstr "التاميل" + +msgid "Telugu" +msgstr "التيلوغو" + +msgid "Thai" +msgstr "التايلنديّة" + +msgid "Turkish" +msgstr "التركيّة" + +msgid "Tatar" +msgstr "التتاريية" + +msgid "Udmurt" +msgstr "الأدمرتية" + +msgid "Ukrainian" +msgstr "الأكرانيّة" + +msgid "Urdu" +msgstr "الأوردو" + +msgid "Vietnamese" +msgstr "الفيتناميّة" + +msgid "Simplified Chinese" +msgstr "الصينيّة المبسطة" + +msgid "Traditional Chinese" +msgstr "الصينيّة التقليدية" + +msgid "Messages" +msgstr "الرسائل" + +msgid "Site Maps" +msgstr "خرائط الموقع" + +msgid "Static Files" +msgstr "الملفات الثابتة" + +msgid "Syndication" +msgstr "توظيف النشر" + +msgid "Enter a valid value." +msgstr "أدخل قيمة صحيحة." + +msgid "Enter a valid URL." +msgstr "أدخل رابطاً صحيحاً." + +msgid "Enter a valid integer." +msgstr "أدخل رقم صالح." + +msgid "Enter a valid email address." +msgstr "أدخل عنوان بريد إلكتروني صحيح." + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "أدخل اختصار 'slug' صحيح يتكوّن من أحرف، أرقام، شرطات سفلية وعاديّة." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "أدخل اختصار 'slug' صحيح يتكوّن من أحرف، أرقام، شرطات سفلية وعاديّة." + +msgid "Enter a valid IPv4 address." +msgstr "أدخل عنوان IPv4 صحيح." + +msgid "Enter a valid IPv6 address." +msgstr "أدخل عنوان IPv6 صحيح." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "أدخل عنوان IPv4 أو عنوان IPv6 صحيح." + +msgid "Enter only digits separated by commas." +msgstr "أدخل أرقاما فقط مفصول بينها بفواصل." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "تحقق من أن هذه القيمة هي %(limit_value)s (إنها %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "تحقق من أن تكون هذه القيمة أقل من %(limit_value)s أو مساوية لها." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "تحقق من أن تكون هذه القيمة أكثر من %(limit_value)s أو مساوية لها." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"تأكد أن هذه القيمة تحتوي على %(limit_value)d حرف أو رمز على الأقل (هي تحتوي " +"حالياً على %(show_value)d)." +msgstr[1] "" +"تأكد أن هذه القيمة تحتوي على حرف أو رمز %(limit_value)d على الأقل (هي تحتوي " +"حالياً على %(show_value)d)." +msgstr[2] "" +"تأكد أن هذه القيمة تحتوي على %(limit_value)d حرف و رمز على الأقل (هي تحتوي " +"حالياً على %(show_value)d)." +msgstr[3] "" +"تأكد أن هذه القيمة تحتوي على %(limit_value)d حرف أو رمز على الأقل (هي تحتوي " +"حالياً على %(show_value)d)." +msgstr[4] "" +"تأكد أن هذه القيمة تحتوي على %(limit_value)d حرف أو رمز على الأقل (هي تحتوي " +"حالياً على %(show_value)d)." +msgstr[5] "" +"تأكد أن هذه القيمة تحتوي على %(limit_value)d حرف أو رمز على الأقل (هي تحتوي " +"حالياً على %(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"تأكد أن هذه القيمة تحتوي على %(limit_value)d حرف أو رمز على الأكثر (هي تحتوي " +"حالياً على %(show_value)d)." +msgstr[1] "" +"تأكد أن هذه القيمة تحتوي على حرف أو رمز %(limit_value)d على الأكثر (هي تحتوي " +"حالياً على %(show_value)d)." +msgstr[2] "" +"تأكد أن هذه القيمة تحتوي على %(limit_value)d حرف و رمز على الأكثر (هي تحتوي " +"حالياً على %(show_value)d)." +msgstr[3] "" +"تأكد أن هذه القيمة تحتوي على %(limit_value)d حرف أو رمز على الأكثر (هي تحتوي " +"حالياً على %(show_value)d)." +msgstr[4] "" +"تأكد أن هذه القيمة تحتوي على %(limit_value)d حرف أو رمز على الأكثر (هي تحتوي " +"حالياً على %(show_value)d)." +msgstr[5] "" +"تأكد أن هذه القيمة تحتوي على %(limit_value)d حرف أو رمز على الأكثر (هي تحتوي " +"حالياً على %(show_value)d)." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "تحقق من أن تدخل %(max)s أرقام لا أكثر." +msgstr[1] "تحقق من أن تدخل رقم %(max)s لا أكثر." +msgstr[2] "تحقق من أن تدخل %(max)s رقمين لا أكثر." +msgstr[3] "تحقق من أن تدخل %(max)s أرقام لا أكثر." +msgstr[4] "تحقق من أن تدخل %(max)s أرقام لا أكثر." +msgstr[5] "تحقق من أن تدخل %(max)s أرقام لا أكثر." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "تحقق من أن تدخل %(max)s خانات عشرية لا أكثر." +msgstr[1] "تحقق من أن تدخل خانة %(max)s عشرية لا أكثر." +msgstr[2] "تحقق من أن تدخل %(max)s خانتين عشريتين لا أكثر." +msgstr[3] "تحقق من أن تدخل %(max)s خانات عشرية لا أكثر." +msgstr[4] "تحقق من أن تدخل %(max)s خانات عشرية لا أكثر." +msgstr[5] "تحقق من أن تدخل %(max)s خانات عشرية لا أكثر." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "تحقق من أن تدخل %(max)s أرقام قبل الفاصل العشري لا أكثر." +msgstr[1] "تحقق من أن تدخل رقم %(max)s قبل الفاصل العشري لا أكثر." +msgstr[2] "تحقق من أن تدخل %(max)s رقمين قبل الفاصل العشري لا أكثر." +msgstr[3] "تحقق من أن تدخل %(max)s أرقام قبل الفاصل العشري لا أكثر." +msgstr[4] "تحقق من أن تدخل %(max)s أرقام قبل الفاصل العشري لا أكثر." +msgstr[5] "تحقق من أن تدخل %(max)s أرقام قبل الفاصل العشري لا أكثر." + +msgid "and" +msgstr "و" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s بهذا %(field_labels)s موجود سلفاً." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "القيمة %(value)r ليست خيارا صحيحاً." + +msgid "This field cannot be null." +msgstr "لا يمكن تعيين null كقيمة لهذا الحقل." + +msgid "This field cannot be blank." +msgstr "لا يمكن ترك هذا الحقل فارغاً." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "النموذج %(model_name)s والحقل %(field_label)s موجود مسبقاً." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s يجب أن يكون فريد لـ %(date_field_label)s %(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "حقل نوع: %(field_type)s" + +msgid "Integer" +msgstr "عدد صحيح" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "قيمة '%(value)s' يجب ان تكون عدد صحيح." + +msgid "Big (8 byte) integer" +msgstr "عدد صحيح كبير (8 بايت)" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "قيمة '%(value)s' يجب أن تكون True أو False." + +msgid "Boolean (Either True or False)" +msgstr "ثنائي (إما True أو False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "سلسلة نص (%(max_length)s كحد أقصى)" + +msgid "Comma-separated integers" +msgstr "أرقام صحيحة مفصولة بفواصل" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"قيمة '%(value)s' ليست من بُنية تاريخ صحيحة. القيمة يجب ان تكون من البُنية YYYY-" +"MM-DD." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "قيمة '%(value)s' من بُنية صحيحة (YYYY-MM-DD) لكنها تحوي تاريخ غير صحيح." + +msgid "Date (without time)" +msgstr "التاريخ (دون الوقت)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"قيمة '%(value)s' ليست من بُنية صحيحة. القيمة يجب ان تكون من البُنية YYYY-MM-DD " +"HH:MM[:ss[.uuuuuu]][TZ] ." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"قيمة '%(value)s' من بُنية صحيحة (YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]) لكنها " +"تحوي وقت و تاريخ غير صحيحين." + +msgid "Date (with time)" +msgstr "التاريخ (مع الوقت)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "قيمة '%(value)s' يجب ان تكون عدد عشري." + +msgid "Decimal number" +msgstr "رقم عشري" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" +"قيمة '%(value)s' ليست بنسق صحيح. القيمة يجب ان تكون من التنسيق [DD] [HH:" +"[MM:]]ss[.uuuuuu]." + +msgid "Duration" +msgstr "المدّة" + +msgid "Email address" +msgstr "عنوان بريد إلكتروني" + +msgid "File path" +msgstr "مسار الملف" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "قيمة '%(value)s' يجب ان تكون عدد فاصل عائم." + +msgid "Floating point number" +msgstr "رقم فاصلة عائمة" + +msgid "IPv4 address" +msgstr "عنوان IPv4" + +msgid "IP address" +msgstr "عنوان IP" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "قيمة '%(value)s' يجب ان تكون None أو True أو False." + +msgid "Boolean (Either True, False or None)" +msgstr "ثنائي (إما True أو False أو None)" + +msgid "Positive integer" +msgstr "عدد صحيح موجب" + +msgid "Positive small integer" +msgstr "عدد صحيح صغير موجب" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (حتى %(max_length)s)" + +msgid "Small integer" +msgstr "عدد صحيح صغير" + +msgid "Text" +msgstr "نص" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"قيمة '%(value)s' ليست من بُنية صحيحة. القيمة يجب ان تكون من البُنية HH:MM[:ss[." +"uuuuuu]]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"قيمة '%(value)s' من بُنية صحيحة (HH:MM[:ss[.uuuuuu]]) لكنها تحوي وقت غير صحيح." + +msgid "Time" +msgstr "وقت" + +msgid "URL" +msgstr "رابط" + +msgid "Raw binary data" +msgstr "البيانات الثنائية الخام" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "'%(value)s' ليست قيمة UUID صحيحة." + +msgid "File" +msgstr "ملف" + +msgid "Image" +msgstr "صورة" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "النموذج %(model)s ذو الحقل و القيمة %(field)s %(value)r غير موجود." + +msgid "Foreign Key (type determined by related field)" +msgstr "الحقل المرتبط (تم تحديد النوع وفقاً للحقل المرتبط)" + +msgid "One-to-one relationship" +msgstr "علاقة واحد إلى واحد" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "%(from)s-%(to)s علاقة" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "%(from)s-%(to)s علاقات" + +msgid "Many-to-many relationship" +msgstr "علاقة متعدد إلى متعدد" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "هذا الحقل مطلوب." + +msgid "Enter a whole number." +msgstr "أدخل رقما صحيحا." + +msgid "Enter a number." +msgstr "أدخل رقماً." + +msgid "Enter a valid date." +msgstr "أدخل تاريخاً صحيحاً." + +msgid "Enter a valid time." +msgstr "أدخل وقتاً صحيحاً." + +msgid "Enter a valid date/time." +msgstr "أدخل تاريخاً/وقتاً صحيحاً." + +msgid "Enter a valid duration." +msgstr "أدخل مدّة صحيحة" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "لم يتم ارسال ملف، الرجاء التأكد من نوع ترميز الاستمارة." + +msgid "No file was submitted." +msgstr "لم يتم إرسال اي ملف." + +msgid "The submitted file is empty." +msgstr "الملف الذي قمت بإرساله فارغ." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"تأكد أن إسم هذا الملف يحتوي على %(max)d حرف على الأكثر (هو يحتوي الآن على " +"%(length)d حرف)." +msgstr[1] "" +"تأكد أن إسم هذا الملف يحتوي على حرف %(max)d على الأكثر (هو يحتوي الآن على " +"%(length)d حرف)." +msgstr[2] "" +"تأكد أن إسم هذا الملف يحتوي على %(max)d حرفين على الأكثر (هو يحتوي الآن على " +"%(length)d حرف)." +msgstr[3] "" +"تأكد أن إسم هذا الملف يحتوي على %(max)d حرف على الأكثر (هو يحتوي الآن على " +"%(length)d حرف)." +msgstr[4] "" +"تأكد أن إسم هذا الملف يحتوي على %(max)d حرف على الأكثر (هو يحتوي الآن على " +"%(length)d حرف)." +msgstr[5] "" +"تأكد أن إسم هذا الملف يحتوي على %(max)d حرف على الأكثر (هو يحتوي الآن على " +"%(length)d حرف)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "رجاءً أرسل ملف أو صح علامة صح عند مربع اختيار \"فارغ\"، وليس كلاهما." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"قم برفع صورة صحيحة، الملف الذي قمت برفعه إما أنه ليس ملفا لصورة أو أنه ملف " +"معطوب." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "انتق خياراً صحيحاً. %(value)s ليس أحد الخيارات المتاحة." + +msgid "Enter a list of values." +msgstr "أدخل قائمة من القيم." + +msgid "Enter a complete value." +msgstr "إدخال قيمة كاملة." + +msgid "Enter a valid UUID." +msgstr "أدخل قيمة UUID صحيحة." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(الحقل الخفي %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "بيانات ManagementForm مفقودة أو تم العبث بها" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "الرجاء إرسال %d إستمارة أو أقل." +msgstr[1] "الرجاء إرسال إستمارة %d أو أقل" +msgstr[2] "الرجاء إرسال %d إستمارتين أو أقل" +msgstr[3] "الرجاء إرسال %d إستمارة أو أقل" +msgstr[4] "الرجاء إرسال %d إستمارة أو أقل" +msgstr[5] "الرجاء إرسال %d إستمارة أو أقل" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "الرجاء إرسال %d إستمارة أو أكثر." +msgstr[1] "الرجاء إرسال إستمارة %d أو أكثر." +msgstr[2] "الرجاء إرسال %d إستمارتين أو أكثر." +msgstr[3] "الرجاء إرسال %d إستمارة أو أكثر." +msgstr[4] "الرجاء إرسال %d إستمارة أو أكثر." +msgstr[5] "الرجاء إرسال %d إستمارة أو أكثر." + +msgid "Order" +msgstr "الترتيب" + +msgid "Delete" +msgstr "احذف" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "رجاء صحّح بيانات %(field)s المتكررة." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "رجاء صحّح بيانات %(field)s المتكررة والتي يجب أن تكون مُميّزة." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"رجاء صحّح بيانات %(field_name)s المتكررة والتي يجب أن تكون مُميّزة لـ%(lookup)s " +"في %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "رجاءً صحّح القيم المُكرّرة أدناه." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "حقل foreign key المحدد لا يطابق الحقل الرئيسي له." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "انتق خياراً صحيحاً. اختيارك ليس أحد الخيارات المتاحة." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "\"%(pk)s\" قيمة غير صحيحة للرقم المرجعي." + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s لا يمكن تفسيرها في المنطقة الزمنية %(current_timezone)s; قد " +"تكون غامضة أو أنها غير موجودة." + +msgid "Currently" +msgstr "حالياً" + +msgid "Change" +msgstr "عدّل" + +msgid "Clear" +msgstr "تفريغ" + +msgid "Unknown" +msgstr "مجهول" + +msgid "Yes" +msgstr "نعم" + +msgid "No" +msgstr "لا" + +msgid "yes,no,maybe" +msgstr "نعم,لا,ربما" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d بايت" +msgstr[1] "بايت واحد" +msgstr[2] "بايتان" +msgstr[3] "%(size)d بايتان" +msgstr[4] "%(size)d بايت" +msgstr[5] "%(size)d بايت" + +#, python-format +msgid "%s KB" +msgstr "%s ك.ب" + +#, python-format +msgid "%s MB" +msgstr "%s م.ب" + +#, python-format +msgid "%s GB" +msgstr "%s ج.ب" + +#, python-format +msgid "%s TB" +msgstr "%s ت.ب" + +#, python-format +msgid "%s PB" +msgstr "%s ب.ب" + +msgid "p.m." +msgstr "م" + +msgid "a.m." +msgstr "ص" + +msgid "PM" +msgstr "م" + +msgid "AM" +msgstr "ص" + +msgid "midnight" +msgstr "منتصف الليل" + +msgid "noon" +msgstr "ظهراً" + +msgid "Monday" +msgstr "الاثنين" + +msgid "Tuesday" +msgstr "الثلاثاء" + +msgid "Wednesday" +msgstr "الأربعاء" + +msgid "Thursday" +msgstr "الخميس" + +msgid "Friday" +msgstr "الجمعة" + +msgid "Saturday" +msgstr "السبت" + +msgid "Sunday" +msgstr "الأحد" + +msgid "Mon" +msgstr "إثنين" + +msgid "Tue" +msgstr "ثلاثاء" + +msgid "Wed" +msgstr "أربعاء" + +msgid "Thu" +msgstr "خميس" + +msgid "Fri" +msgstr "جمعة" + +msgid "Sat" +msgstr "سبت" + +msgid "Sun" +msgstr "أحد" + +msgid "January" +msgstr "يناير" + +msgid "February" +msgstr "فبراير" + +msgid "March" +msgstr "مارس" + +msgid "April" +msgstr "إبريل" + +msgid "May" +msgstr "مايو" + +msgid "June" +msgstr "يونيو" + +msgid "July" +msgstr "يوليو" + +msgid "August" +msgstr "أغسطس" + +msgid "September" +msgstr "سبتمبر" + +msgid "October" +msgstr "أكتوبر" + +msgid "November" +msgstr "نوفمبر" + +msgid "December" +msgstr "ديسمبر" + +msgid "jan" +msgstr "يناير" + +msgid "feb" +msgstr "فبراير" + +msgid "mar" +msgstr "مارس" + +msgid "apr" +msgstr "إبريل" + +msgid "may" +msgstr "مايو" + +msgid "jun" +msgstr "يونيو" + +msgid "jul" +msgstr "يوليو" + +msgid "aug" +msgstr "أغسطس" + +msgid "sep" +msgstr "سبتمبر" + +msgid "oct" +msgstr "أكتوبر" + +msgid "nov" +msgstr "نوفمبر" + +msgid "dec" +msgstr "ديسمبر" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "يناير" + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "فبراير" + +msgctxt "abbrev. month" +msgid "March" +msgstr "مارس" + +msgctxt "abbrev. month" +msgid "April" +msgstr "إبريل" + +msgctxt "abbrev. month" +msgid "May" +msgstr "مايو" + +msgctxt "abbrev. month" +msgid "June" +msgstr "يونيو" + +msgctxt "abbrev. month" +msgid "July" +msgstr "يوليو" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "أغسطس" + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "سبتمبر" + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "أكتوبر" + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "نوفمبر" + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "ديسمبر" + +msgctxt "alt. month" +msgid "January" +msgstr "يناير" + +msgctxt "alt. month" +msgid "February" +msgstr "فبراير" + +msgctxt "alt. month" +msgid "March" +msgstr "مارس" + +msgctxt "alt. month" +msgid "April" +msgstr "أبريل" + +msgctxt "alt. month" +msgid "May" +msgstr "مايو" + +msgctxt "alt. month" +msgid "June" +msgstr "يونيو" + +msgctxt "alt. month" +msgid "July" +msgstr "يوليو" + +msgctxt "alt. month" +msgid "August" +msgstr "أغسطس" + +msgctxt "alt. month" +msgid "September" +msgstr "سبتمبر" + +msgctxt "alt. month" +msgid "October" +msgstr "أكتوبر" + +msgctxt "alt. month" +msgid "November" +msgstr "نوفمبر" + +msgctxt "alt. month" +msgid "December" +msgstr "ديسمبر" + +msgid "This is not a valid IPv6 address." +msgstr "هذا ليس عنوان IPv6 صحيح." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "أو" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr "، " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d سنة" +msgstr[1] "%d سنة" +msgstr[2] "%d سنوات" +msgstr[3] "%d سنوات" +msgstr[4] "%d سنوات" +msgstr[5] "%d سنوات" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d شهر" +msgstr[1] "%d شهر" +msgstr[2] "%d شهرين" +msgstr[3] "%d أشهر" +msgstr[4] "%d شهر" +msgstr[5] "%d شهر" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d اسبوع." +msgstr[1] "%d اسبوع." +msgstr[2] "%d أسبوعين" +msgstr[3] "%d أسابيع" +msgstr[4] "%d اسبوع." +msgstr[5] "%d أسبوع" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d يوم" +msgstr[1] "%d يوم" +msgstr[2] "%d يومان" +msgstr[3] "%d أيام" +msgstr[4] "%d يوم" +msgstr[5] "%d يوم" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d ساعة" +msgstr[1] "%d ساعة واحدة" +msgstr[2] "%d ساعتين" +msgstr[3] "%d ساعات" +msgstr[4] "%d ساعة" +msgstr[5] "%d ساعة" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d دقيقة" +msgstr[1] "%d دقيقة" +msgstr[2] "%d دقيقتين" +msgstr[3] "%d دقائق" +msgstr[4] "%d دقيقة" +msgstr[5] "%d دقيقة" + +msgid "0 minutes" +msgstr "0 دقيقة" + +msgid "Forbidden" +msgstr "ممنوع" + +msgid "CSRF verification failed. Request aborted." +msgstr "تم الفشل للتحقق من CSRF. تم إنهاء الطلب." + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"أنت ترى هذه الرسالة لأن هذا الموقع HTTPS يتطلب إرسال 'Referer header' من " +"قبل المتصفح، ولكن لم تم إرسال أي شيء. هذا الـheader مطلوب لأسباب أمنية، " +"لضمان أن متصفحك لم يتم اختطافه من قبل أطراف أخرى." + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" +"إذا قمت بضبط متصفحك لتعطيل 'Referer headers'، يرجى إعادة تفعيلها، على الأقل " +"بالنسبة لهذا الموقع، أو لاتصالات HTTPS، أو للطلبات من نفس المنشأ 'same-" +"origin'." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"أنت ترى هذه الرسالة لأن هذا الموقع يتطلب كعكة CSRF عند تقديم النماذج. ملف " +"الكعكة هذا مطلوب لأسباب أمنية في تعريف الإرتباط، لضمان أنه لم يتم اختطاف " +"المتصفح من قبل أطراف أخرى." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" +"إذا قمت بضبط المتصفح لتعطيل الكوكيز الرجاء إعادة تغعيلها، على الأقل بالنسبة " +"لهذا الموقع، أو للطلبات من نفس المنشأ 'same-origin'." + +msgid "More information is available with DEBUG=True." +msgstr "يتوفر مزيد من المعلومات عند ضبط الخيار DEBUG=True." + +msgid "Welcome to Django" +msgstr "مرحبا بك في جانغو" + +msgid "It worked!" +msgstr "أنه فعّال!" + +msgid "Congratulations on your first Django-powered page." +msgstr "تهانينا على صفحتك الأولى بدعم من جانغو." + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" +"وبطبيعة الحال، لم يتم عمل أي عمل فعلي حتى الآن. الخطوة التالية هي تشغيل أول " +"تطبيق لك عبر الأمر التالي\n" +" python manage.py startapp [app_label] ." + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" +"تظهر لك هذه الرسالة لأنه لديك DEBUG = True في ملف إعدادات جانغو " +"الخاص بك، و ايضا لعدم تكوين أي عناوين المواقع. إبدأ العمل!" + +msgid "No year specified" +msgstr "لم تحدد السنة" + +msgid "No month specified" +msgstr "لم تحدد الشهر" + +msgid "No day specified" +msgstr "لم تحدد اليوم" + +msgid "No week specified" +msgstr "لم تحدد الأسبوع" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "لا يوجد %(verbose_name_plural)s" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"التاريخ بالمستقبل %(verbose_name_plural)s غير متوفر لأن قيمة %(class_name)s." +"allow_future هي False." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "نسق تاريخ غير صحيح '%(datestr)s' محدد بالشكل '%(format)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "لم يعثر على أي %(verbose_name)s مطابقة لهذا الإستعلام" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "الصفحة ليست 'الأخيرة'، ولا يمكن تحويل القيمة إلى رقم صحيح." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "صفحة خاطئة (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "قائمة فارغة و '%(class_name)s.allow_empty' قيمته False." + +msgid "Directory indexes are not allowed here." +msgstr "لا يسمح لفهارس الدليل هنا." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "المسار \"%(path)s\" غير موجود." + +#, python-format +msgid "Index of %(directory)s" +msgstr "فهرس لـ %(directory)s" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ar/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ar/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ar/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ar/formats.py new file mode 100644 index 0000000..1cdba2d --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ar/formats.py @@ -0,0 +1,24 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'j F، Y' +TIME_FORMAT = 'g:i A' +# DATETIME_FORMAT = +YEAR_MONTH_FORMAT = 'F Y' +MONTH_DAY_FORMAT = 'j F' +SHORT_DATE_FORMAT = 'd‏/m‏/Y' +# SHORT_DATETIME_FORMAT = +# FIRST_DAY_OF_WEEK = + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +# DATE_INPUT_FORMATS = +# TIME_INPUT_FORMATS = +# DATETIME_INPUT_FORMATS = +DECIMAL_SEPARATOR = ',' +THOUSAND_SEPARATOR = '.' +# NUMBER_GROUPING = diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ast/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ast/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..be190bcf50528b64dc0c2e61829abdfeb3d2e9f8 GIT binary patch literal 16955 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, 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Asturian (http://www.transifex.com/django/django/language/" +"ast/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ast\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Afrikáans" + +msgid "Arabic" +msgstr "Árabe" + +msgid "Asturian" +msgstr "" + +msgid "Azerbaijani" +msgstr "Azerbaixanu" + +msgid "Bulgarian" +msgstr "Búlgaru" + +msgid "Belarusian" +msgstr "Bielorrusu" + +msgid "Bengali" +msgstr "Bengalí" + +msgid "Breton" +msgstr "Bretón" + +msgid "Bosnian" +msgstr "Bosniu" + +msgid "Catalan" +msgstr "Catalán" + +msgid "Czech" +msgstr "Checu" + +msgid "Welsh" +msgstr "Galés" + +msgid "Danish" +msgstr "Danés" + +msgid "German" +msgstr "Alemán" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "Griegu" + +msgid "English" +msgstr "Inglés" + +msgid "Australian English" +msgstr "" + +msgid "British English" +msgstr "Inglés británicu" + +msgid "Esperanto" +msgstr "Esperantu" + +msgid "Spanish" +msgstr "Castellán" + +msgid "Argentinian Spanish" +msgstr "Español arxentín" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "Español mexicanu" + +msgid "Nicaraguan Spanish" +msgstr "Español nicaraguanu" + +msgid "Venezuelan Spanish" +msgstr "Español venezolanu" + +msgid "Estonian" +msgstr "Estoniu" + +msgid "Basque" +msgstr "Vascu" + +msgid "Persian" +msgstr "Persa" + +msgid "Finnish" +msgstr "Finés" + +msgid "French" +msgstr "Francés" + +msgid "Frisian" +msgstr "Frisón" + +msgid "Irish" +msgstr "Irlandés" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "Gallegu" + +msgid "Hebrew" +msgstr "Hebréu" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Croata" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "Húngaru" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indonesiu" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "Islandés" + +msgid "Italian" +msgstr "Italianu" + +msgid "Japanese" +msgstr "Xaponés" + +msgid "Georgian" +msgstr "Xeorxanu" + +msgid "Kazakh" +msgstr "Kazakh" + +msgid "Khmer" +msgstr "Khmer" + +msgid "Kannada" +msgstr "Canarés" + +msgid "Korean" +msgstr "Coreanu" + +msgid "Luxembourgish" +msgstr "Luxemburgués" + +msgid "Lithuanian" +msgstr "Lituanu" + +msgid "Latvian" +msgstr "Letón" + +msgid "Macedonian" +msgstr "Macedoniu" + +msgid "Malayalam" +msgstr "Malayalam" + +msgid "Mongolian" +msgstr "Mongol" + +msgid "Marathi" +msgstr "" + +msgid "Burmese" +msgstr "Birmanu" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "Nepalí" + +msgid "Dutch" +msgstr "Holandés" + +msgid "Norwegian Nynorsk" +msgstr "Nynorsk noruegu" + +msgid "Ossetic" +msgstr "Osetiu" + +msgid "Punjabi" +msgstr "Punjabi" + +msgid "Polish" +msgstr "Polacu" + +msgid "Portuguese" +msgstr "Portugués" + +msgid "Brazilian Portuguese" +msgstr "Portugués brasileñu" + +msgid "Romanian" +msgstr "Rumanu" + +msgid "Russian" +msgstr "Rusu" + +msgid "Slovak" +msgstr "Eslovacu" + +msgid "Slovenian" +msgstr "Eslovenu" + +msgid "Albanian" +msgstr "Albanu" + +msgid "Serbian" +msgstr "Serbiu" + +msgid "Serbian Latin" +msgstr "Serbiu llatín" + +msgid "Swedish" +msgstr "Suecu" + +msgid "Swahili" +msgstr "Suaḥili" + +msgid "Tamil" +msgstr "Tamil" + +msgid "Telugu" +msgstr "Telugu" + +msgid "Thai" +msgstr "Tailandés" + +msgid "Turkish" +msgstr "Turcu" + +msgid "Tatar" +msgstr "Tatar" + +msgid "Udmurt" +msgstr "Udmurtu" + +msgid "Ukrainian" +msgstr "Ucranianu" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Vietnamese" +msgstr "Vietnamita" + +msgid "Simplified Chinese" +msgstr "Chinu simplificáu" + +msgid "Traditional Chinese" +msgstr "Chinu tradicional" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "" + +msgid "Static Files" +msgstr "" + +msgid "Syndication" +msgstr "" + +msgid "Enter a valid value." +msgstr "Introduz un valor válidu." + +msgid "Enter a valid URL." +msgstr "Introduz una URL válida." + +msgid "Enter a valid integer." +msgstr "" + +msgid "Enter a valid email address." +msgstr "Introduz una direición de corréu válida." + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Introduz un 'slug' válidu que consista en lletres, númberu, guiones baxos o " +"medios. " + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "Introduz una direición IPv4 válida." + +msgid "Enter a valid IPv6 address." +msgstr "Introduz una direición IPv6 válida." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Introduz una direición IPv4 o IPv6 válida." + +msgid "Enter only digits separated by commas." +msgstr "Introduz namái díxitos separtaos per comes." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Asegúrate qu'esti valor ye %(limit_value)s (ye %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Asegúrate qu'esti valor ye menor o igual a %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Asegúrate qu'esti valor ye mayor o igual a %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Asegúrate qu'esti valor tien polo menos %(limit_value)d caráuter (tien " +"%(show_value)d)." +msgstr[1] "" +"Asegúrate qu'esti valor tien polo menos %(limit_value)d caráuteres (tien " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Asegúrate qu'esti valor tien como muncho %(limit_value)d caráuter (tien " +"%(show_value)d)." +msgstr[1] "" +"Asegúrate qu'esti valor tien como muncho %(limit_value)d caráuteres (tien " +"%(show_value)d)." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Asegúrate que nun hai más de %(max)s díxitu en total." +msgstr[1] "Asegúrate que nun hai más de %(max)s díxitos en total." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Asegúrate que nun hai más de %(max)s allugamientu decimal." +msgstr[1] "Asegúrate que nun hai más de %(max)s allugamientos decimales." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Asegúrate que nun hai más de %(max)s díxitu enantes del puntu decimal." +msgstr[1] "" +"Asegúrate que nun hai más de %(max)s díxitos enantes del puntu decimal." + +msgid "and" +msgstr "y" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "Esti campu nun pue ser nulu." + +msgid "This field cannot be blank." +msgstr "Esti campu nun pue tar baleru." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s con esti %(field_label)s yá esiste." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Campu de la triba: %(field_type)s" + +msgid "Integer" +msgstr "Enteru" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "" + +msgid "Big (8 byte) integer" +msgstr "Enteru big (8 byte)" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "Boleanu (tamién True o False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Cadena (fasta %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Enteros separtaos per coma" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "Data (ensin hora)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "Data (con hora)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "Númberu decimal" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "Direición de corréu" + +msgid "File path" +msgstr "Camín del ficheru" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "Númberu de puntu flotante" + +msgid "IPv4 address" +msgstr "Direición IPv4" + +msgid "IP address" +msgstr "Direición IP" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "Boleanu (tamién True, False o None)" + +msgid "Positive integer" +msgstr "Enteru positivu" + +msgid "Positive small integer" +msgstr "Enteru pequeñu positivu" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (fasta %(max_length)s)" + +msgid "Small integer" +msgstr "Enteru pequeñu" + +msgid "Text" +msgstr "Testu" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "Hora" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Datos binarios crudos" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "" + +msgid "File" +msgstr "Ficheru" + +msgid "Image" +msgstr "Imaxe" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "Clave foriata (triba determinada pol campu rellacionáu)" + +msgid "One-to-one relationship" +msgstr "Rellación a ún" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "Rellación a munchos" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Requierse esti campu." + +msgid "Enter a whole number." +msgstr "Introduz un númberu completu" + +msgid "Enter a number." +msgstr "Introduz un númberu." + +msgid "Enter a valid date." +msgstr "Introduz una data válida." + +msgid "Enter a valid time." +msgstr "Introduz una hora válida." + +msgid "Enter a valid date/time." +msgstr "Introduz una data/hora válida." + +msgid "Enter a valid duration." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Nun s'unvió'l ficheru. Comprueba la triba de cifráu nel formulariu." + +msgid "No file was submitted." +msgstr "No file was submitted." + +msgid "The submitted file is empty." +msgstr "El ficheru dunviáu ta baleru." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Asegúrate qu'esti nome de ficheru tien polo menos %(max)d caráuter (tien " +"%(length)d)." +msgstr[1] "" +"Asegúrate qu'esti nome de ficheru tien polo menos %(max)d caráuteres (tien " +"%(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Por favor, dunvia un ficheru o conseña la caxella , non dambos." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Xubi una imaxe válida. El ficheru que xubiesti o nun yera una imaxe, o taba " +"toriada." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Esbilla una escoyeta válida. %(value)s nun una ún de les escoyetes " +"disponibles." + +msgid "Enter a list of values." +msgstr "Introduz una llista valores." + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Campu anubríu %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Por favor, dunvia %d o menos formularios." +msgstr[1] "Por favor, dunvia %d o menos formularios." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" +msgstr[1] "" + +msgid "Order" +msgstr "Orde" + +msgid "Delete" +msgstr "Desanciar" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Por favor, igua'l datu duplicáu de %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Por favor, igua'l datu duplicáu pa %(field)s, el cual tien de ser únicu." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Por favor, igua'l datu duplicáu de %(field_name)s el cual tien de ser únicu " +"pal %(lookup)s en %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Por favor, igua los valores duplicaos embaxo" + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "" +"La calve foriata en llinia nun concasa cola clave primaria d'instancia pá." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Esbilla una escoyeta válida. Esa escoyeta nun ye una de les escoyetes " +"disponibles." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "\"%(pk)s\" nun ye un valor válidu pa la clave primaria." + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"Nun pudo interpretase %(datetime)s nel fusu horariu %(current_timezone)s; " +"pue ser ambiguu o pue nun esistir." + +msgid "Currently" +msgstr "Anguaño" + +msgid "Change" +msgstr "Camudar" + +msgid "Clear" +msgstr "Llimpiar" + +msgid "Unknown" +msgstr "Desconocíu" + +msgid "Yes" +msgstr "Sí" + +msgid "No" +msgstr "Non" + +msgid "yes,no,maybe" +msgstr "sí,non,quiciabes" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d byte" +msgstr[1] "%(size)d bytes" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "Media nueche" + +msgid "noon" +msgstr "Meudía" + +msgid "Monday" +msgstr "Llunes" + +msgid "Tuesday" +msgstr "Martes" + +msgid "Wednesday" +msgstr "Miércoles" + +msgid "Thursday" +msgstr "Xueves" + +msgid "Friday" +msgstr "Vienres" + +msgid "Saturday" +msgstr "Sábadu" + +msgid "Sunday" +msgstr "Domingu" + +msgid "Mon" +msgstr "LLu" + +msgid "Tue" +msgstr "Mar" + +msgid "Wed" +msgstr "Mie" + +msgid "Thu" +msgstr "Xue" + +msgid "Fri" +msgstr "Vie" + +msgid "Sat" +msgstr "Sáb" + +msgid "Sun" +msgstr "Dom" + +msgid "January" +msgstr "Xineru" + +msgid "February" +msgstr "Febreru" + +msgid "March" +msgstr "Marzu" + +msgid "April" +msgstr "Abril" + +msgid "May" +msgstr "Mayu" + +msgid "June" +msgstr "Xunu" + +msgid "July" +msgstr "Xunetu" + +msgid "August" +msgstr "Agostu" + +msgid "September" +msgstr "Setiembre" + +msgid "October" +msgstr "Ochobre" + +msgid "November" +msgstr "Payares" + +msgid "December" +msgstr "Avientu" + +msgid "jan" +msgstr "xin" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "abr" + +msgid "may" +msgstr "may" + +msgid "jun" +msgstr "xun" + +msgid "jul" +msgstr "xnt" + +msgid "aug" +msgstr "ago" + +msgid "sep" +msgstr "set" + +msgid "oct" +msgstr "och" + +msgid "nov" +msgstr "pay" + +msgid "dec" +msgstr "avi" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Xin." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Mar." + +msgctxt "abbrev. month" +msgid "April" +msgstr "Abr." + +msgctxt "abbrev. month" +msgid "May" +msgstr "May." + +msgctxt "abbrev. month" +msgid "June" +msgstr "Xun." + +msgctxt "abbrev. month" +msgid "July" +msgstr "Xnt." + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Ago." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Set." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Och." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Pay." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Avi." + +msgctxt "alt. month" +msgid "January" +msgstr "Xineru" + +msgctxt "alt. month" +msgid "February" +msgstr "Febreru" + +msgctxt "alt. month" +msgid "March" +msgstr "Marzu" + +msgctxt "alt. month" +msgid "April" +msgstr "Abril" + +msgctxt "alt. month" +msgid "May" +msgstr "Mayu" + +msgctxt "alt. month" +msgid "June" +msgstr "Xunu" + +msgctxt "alt. month" +msgid "July" +msgstr "Xunetu" + +msgctxt "alt. month" +msgid "August" +msgstr "Agostu" + +msgctxt "alt. month" +msgid "September" +msgstr "Setiembre" + +msgctxt "alt. month" +msgid "October" +msgstr "Ochobre" + +msgctxt "alt. month" +msgid "November" +msgstr "Payares" + +msgctxt "alt. month" +msgid "December" +msgstr "Avientu" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "o" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d añu" +msgstr[1] "%d años" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d mes" +msgstr[1] "%d meses" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d selmana" +msgstr[1] "%d selmanes" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d día" +msgstr[1] "%d díes" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d hora" +msgstr[1] "%d hores" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d minutu" +msgstr[1] "%d minutos" + +msgid "0 minutes" +msgstr "0 minutos" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "Welcome to Django" +msgstr "" + +msgid "It worked!" +msgstr "" + +msgid "Congratulations on your first Django-powered page." +msgstr "" + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" + +msgid "No year specified" +msgstr "Nun s'especificó l'añu" + +msgid "No month specified" +msgstr "Nun s'especificó'l mes" + +msgid "No day specified" +msgstr "Nun s'especificó'l día" + +msgid "No week specified" +msgstr "Nun s'especificó la selmana" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Ensin %(verbose_name_plural)s disponible" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Nun ta disponible'l %(verbose_name_plural)s futuru porque %(class_name)s." +"allow_future ye False." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "Cadena de data inválida '%(datestr)s' col formatu dau '%(format)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Nun s'alcontró %(verbose_name)s que concase cola gueta" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "La páxina nun ye 'last', tampoco pue convertise a un int." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Páxina inválida (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "La llista ta balera y '%(class_name)s.allow_empty' ye False." + +msgid "Directory indexes are not allowed here." +msgstr "Nun tán almitíos equí los indexaos de direutoriu." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" nun esiste" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Índiz de %(directory)s" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/az/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/az/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..4067a8c7d87a02f1a8ac59c222611a2c95612836 GIT binary patch literal 16530 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, 2015 +# Metin Amiroff , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Azerbaijani (http://www.transifex.com/django/django/language/" +"az/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: az\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Afrikaans" + +msgid "Arabic" +msgstr "Ərəbcə" + +msgid "Asturian" +msgstr "Asturiyaca" + +msgid "Azerbaijani" +msgstr "Azərbaycanca" + +msgid "Bulgarian" +msgstr "Bolqarca" + +msgid "Belarusian" +msgstr "Belarusca" + +msgid "Bengali" +msgstr "Benqalca" + +msgid "Breton" +msgstr "Bretonca" + +msgid "Bosnian" +msgstr "Bosniyaca" + +msgid "Catalan" +msgstr "Katalanca" + +msgid "Czech" +msgstr "Çexcə" + +msgid "Welsh" +msgstr "Uelscə" + +msgid "Danish" +msgstr "Danimarkaca" + +msgid "German" +msgstr "Almanca" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "Yunanca" + +msgid "English" +msgstr "İngiliscə" + +msgid "Australian English" +msgstr "Avstraliya İngiliscəsi" + +msgid "British English" +msgstr "Britaniya İngiliscəsi" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "İspanca" + +msgid "Argentinian Spanish" +msgstr "Argentina İspancası" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "Meksika İspancası" + +msgid "Nicaraguan Spanish" +msgstr "Nikaraqua İspancası" + +msgid "Venezuelan Spanish" +msgstr "Venesuela İspancası" + +msgid "Estonian" +msgstr "Estonca" + +msgid "Basque" +msgstr "Baskca" + +msgid "Persian" +msgstr "Farsca" + +msgid "Finnish" +msgstr "Fincə" + +msgid "French" +msgstr "Fransızca" + +msgid "Frisian" +msgstr "Friscə" + +msgid "Irish" +msgstr "İrlandca" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "Qallik dili" + +msgid "Hebrew" +msgstr "İbranicə" + +msgid "Hindi" +msgstr "Hindcə" + +msgid "Croatian" +msgstr "Xorvatca" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "Macarca" + +msgid "Interlingua" +msgstr "İnterlinqua" + +msgid "Indonesian" +msgstr "İndonezcə" + +msgid "Ido" +msgstr "İdoca" + +msgid "Icelandic" +msgstr "İslandca" + +msgid "Italian" +msgstr "İtalyanca" + +msgid "Japanese" +msgstr "Yaponca" + +msgid "Georgian" +msgstr "Gürcücə" + +msgid "Kazakh" +msgstr "Qazax" + +msgid "Khmer" +msgstr "Kxmercə" + +msgid "Kannada" +msgstr "Kannada dili" + +msgid "Korean" +msgstr "Koreyca" + +msgid "Luxembourgish" +msgstr "Lüksemburqca" + +msgid "Lithuanian" +msgstr "Litva dili" + +msgid "Latvian" +msgstr "Latviya dili" + +msgid "Macedonian" +msgstr "Makedonca" + +msgid "Malayalam" +msgstr "Malayamca" + +msgid "Mongolian" +msgstr "Monqolca" + +msgid "Marathi" +msgstr "Marathicə" + +msgid "Burmese" +msgstr "Burmescə" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "Nepal" + +msgid "Dutch" +msgstr "Flamandca" + +msgid "Norwegian Nynorsk" +msgstr "Nynorsk Norveçcəsi" + +msgid "Ossetic" +msgstr "Osetincə" + +msgid "Punjabi" +msgstr "Pancabicə" + +msgid "Polish" +msgstr "Polyakca" + +msgid "Portuguese" +msgstr "Portuqalca" + +msgid "Brazilian Portuguese" +msgstr "Braziliya Portuqalcası" + +msgid "Romanian" +msgstr "Rumınca" + +msgid "Russian" +msgstr "Rusca" + +msgid "Slovak" +msgstr "Slovakca" + +msgid "Slovenian" +msgstr "Slovencə" + +msgid "Albanian" +msgstr "Albanca" + +msgid "Serbian" +msgstr "Serbcə" + +msgid "Serbian Latin" +msgstr "Serbcə Latın" + +msgid "Swedish" +msgstr "İsveçcə" + +msgid "Swahili" +msgstr "Suahili" + +msgid "Tamil" +msgstr "Tamilcə" + +msgid "Telugu" +msgstr "Teluqu dili" + +msgid "Thai" +msgstr "Tayca" + +msgid "Turkish" +msgstr "Türkcə" + +msgid "Tatar" +msgstr "Tatar" + +msgid "Udmurt" +msgstr "Udmurtca" + +msgid "Ukrainian" +msgstr "Ukraynaca" + +msgid "Urdu" +msgstr "Urduca" + +msgid "Vietnamese" +msgstr "Vyetnamca" + +msgid "Simplified Chinese" +msgstr "Sadələşdirilmiş Çincə" + +msgid "Traditional Chinese" +msgstr "Ənənəvi Çincə" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "Sayt Xəritələri" + +msgid "Static Files" +msgstr "Statik Fayllar" + +msgid "Syndication" +msgstr "Sindikasiya" + +msgid "Enter a valid value." +msgstr "Düzgün qiymət daxil edin." + +msgid "Enter a valid URL." +msgstr "Düzgün URL daxil edin." + +msgid "Enter a valid integer." +msgstr "Düzgün rəqəm daxil edin." + +msgid "Enter a valid email address." +msgstr "Düzgün e-poçt ünvanı daxil edin." + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Hərflərdən, rəqəmlərdən, alt-xətlərdən və ya defislərdən ibarət düzgün " +"qısaltma daxil edin." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "Düzgün IPv4 ünvanı daxil edin." + +msgid "Enter a valid IPv6 address." +msgstr "Düzgün IPv6 ünvanını daxil edin." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Düzgün IPv4 və ya IPv6 ünvanını daxil edin." + +msgid "Enter only digits separated by commas." +msgstr "Vergüllə ayırmaqla yalnız rəqəmlər daxil edin." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Əmin edin ki, bu qiymət %(limit_value)s-dir (bu %(show_value)s-dir)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "" +"Bu qiymətin %(limit_value)s-ya bərabər və ya ondan kiçik olduğunu yoxlayın." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "" +"Bu qiymətin %(limit_value)s-ya bərabər və ya ondan böyük olduğunu yoxlayın." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +msgstr[1] "" + +msgid "and" +msgstr "və" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "%(value)r dəyəri doğru seçim deyil." + +msgid "This field cannot be null." +msgstr "Bu sahə boş qala bilməz." + +msgid "This field cannot be blank." +msgstr "Bu sahə ağ qala bilməz." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s bu %(field_label)s sahə ilə artıq mövcuddur." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s dəyəri %(date_field_label)s %(lookup_type)s üçün unikal " +"olmalıdır." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Sahənin tipi: %(field_type)s" + +msgid "Integer" +msgstr "Tam ədəd" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "'%(value)s' dəyəri tam rəqəm olmalıdır." + +msgid "Big (8 byte) integer" +msgstr "Böyük (8 bayt) tam ədəd" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "'%(value)s' dəyəri True və ya False olmalıdır." + +msgid "Boolean (Either True or False)" +msgstr "Bul (ya Doğru, ya Yalan)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Sətir (%(max_length)s simvola kimi)" + +msgid "Comma-separated integers" +msgstr "Vergüllə ayrılmış tam ədədlər" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "Tarix (saatsız)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "Tarix (vaxt ilə)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "Rasional ədəd" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "Müddət" + +msgid "Email address" +msgstr "E-poçt" + +msgid "File path" +msgstr "Faylın ünvanı" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "Sürüşən vergüllü ədəd" + +msgid "IPv4 address" +msgstr "IPv4 ünvanı" + +msgid "IP address" +msgstr "IP ünvan" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "Bul (Ya Doğru, ya Yalan, ya da Heç nə)" + +msgid "Positive integer" +msgstr "Müsbət tam ədəd" + +msgid "Positive small integer" +msgstr "Müsbət tam kiçik ədəd" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Əzmə (%(max_length)s simvola kimi)" + +msgid "Small integer" +msgstr "Kiçik tam ədəd" + +msgid "Text" +msgstr "Mətn" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "Vaxt" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "" + +msgid "File" +msgstr "Fayl" + +msgid "Image" +msgstr "Şəkil" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "Xarici açar (bağlı olduğu sahəyə uyğun tipi alır)" + +msgid "One-to-one relationship" +msgstr "Birin-birə münasibət" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "Çoxun-çoxa münasibət" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Bu sahə vacibdir." + +msgid "Enter a whole number." +msgstr "Tam ədəd daxil edin." + +msgid "Enter a number." +msgstr "Ədəd daxil edin." + +msgid "Enter a valid date." +msgstr "Düzgün tarix daxil edin." + +msgid "Enter a valid time." +msgstr "Düzgün vaxt daxil edin." + +msgid "Enter a valid date/time." +msgstr "Düzgün tarix/vaxt daxil edin." + +msgid "Enter a valid duration." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Fayl göndərilməyib. Vərəqənin (\"form\") şifrələmə tipini yoxlayın." + +msgid "No file was submitted." +msgstr "Fayl göndərilməyib." + +msgid "The submitted file is empty." +msgstr "Göndərilən fayl boşdur." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +msgstr[1] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Ya fayl göndərin, ya da xanaya quş qoymayın, hər ikisini də birdən etməyin." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Düzgün şəkil göndərin. Göndərdiyiniz fayl ya şəkil deyil, ya da şəkildə " +"problem var." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Düzgün seçim edin. %(value)s seçimlər arasında yoxdur." + +msgid "Enter a list of values." +msgstr "Qiymətlərin siyahısını daxil edin." + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" +msgstr[1] "" + +msgid "Order" +msgstr "Sırala" + +msgid "Delete" +msgstr "Sil" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "%(field)s sahəsinə görə təkrarlanan məlumatlara düzəliş edin." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"%(field)s sahəsinə görə təkrarlanan məlumatlara düzəliş edin, onların hamısı " +"fərqli olmalıdır." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"%(field_name)s sahəsinə görə təkrarlanan məlumatlara düzəliş edin, onlar " +"%(date_field)s %(lookup)s-a görə fərqli olmalıdır." + +msgid "Please correct the duplicate values below." +msgstr "Aşağıda təkrarlanan qiymətlərə düzəliş edin." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "Xarici açar ana obyektin əsas açarı ilə üst-üstə düşmür." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Düzgün seçim edin. Bu seçim mümkün deyil." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s %(current_timezone)s zaman qurşağında ifadə oluna bilmir; ya " +"duallıq, ya da yanlışlıq var." + +msgid "Currently" +msgstr "Hal-hazırda" + +msgid "Change" +msgstr "Dəyiş" + +msgid "Clear" +msgstr "Təmizlə" + +msgid "Unknown" +msgstr "Məlum deyil" + +msgid "Yes" +msgstr "Hə" + +msgid "No" +msgstr "Yox" + +msgid "yes,no,maybe" +msgstr "hə,yox,bəlkə" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d bayt" +msgstr[1] "%(size)d bayt" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s QB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "gecə yarısı" + +msgid "noon" +msgstr "günorta" + +msgid "Monday" +msgstr "Bazar ertəsi" + +msgid "Tuesday" +msgstr "Çərşənbə axşamı" + +msgid "Wednesday" +msgstr "Çərşənbə" + +msgid "Thursday" +msgstr "Cümə axşamı" + +msgid "Friday" +msgstr "Cümə" + +msgid "Saturday" +msgstr "Şənbə" + +msgid "Sunday" +msgstr "Bazar" + +msgid "Mon" +msgstr "B.e" + +msgid "Tue" +msgstr "Ç.a" + +msgid "Wed" +msgstr "Çrş" + +msgid "Thu" +msgstr "C.a" + +msgid "Fri" +msgstr "Cüm" + +msgid "Sat" +msgstr "Şnb" + +msgid "Sun" +msgstr "Bzr" + +msgid "January" +msgstr "Yanvar" + +msgid "February" +msgstr "Fevral" + +msgid "March" +msgstr "Mart" + +msgid "April" +msgstr "Aprel" + +msgid "May" +msgstr "May" + +msgid "June" +msgstr "İyun" + +msgid "July" +msgstr "İyul" + +msgid "August" +msgstr "Avqust" + +msgid "September" +msgstr "Sentyabr" + +msgid "October" +msgstr "Oktyabr" + +msgid "November" +msgstr "Noyabr" + +msgid "December" +msgstr "Dekabr" + +msgid "jan" +msgstr "ynv" + +msgid "feb" +msgstr "fvr" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "apr" + +msgid "may" +msgstr "may" + +msgid "jun" +msgstr "iyn" + +msgid "jul" +msgstr "iyl" + +msgid "aug" +msgstr "avq" + +msgid "sep" +msgstr "snt" + +msgid "oct" +msgstr "okt" + +msgid "nov" +msgstr "noy" + +msgid "dec" +msgstr "dek" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Yan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Fev." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Mart" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Aprel" + +msgctxt "abbrev. month" +msgid "May" +msgstr "May" + +msgctxt "abbrev. month" +msgid "June" +msgstr "İyun" + +msgctxt "abbrev. month" +msgid "July" +msgstr "İyul" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Avq." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Sent." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Okt." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Noy." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Dek." + +msgctxt "alt. month" +msgid "January" +msgstr "Yanvar" + +msgctxt "alt. month" +msgid "February" +msgstr "Fevral" + +msgctxt "alt. month" +msgid "March" +msgstr "Mart" + +msgctxt "alt. month" +msgid "April" +msgstr "Aprel" + +msgctxt "alt. month" +msgid "May" +msgstr "May" + +msgctxt "alt. month" +msgid "June" +msgstr "İyun" + +msgctxt "alt. month" +msgid "July" +msgstr "İyul" + +msgctxt "alt. month" +msgid "August" +msgstr "Avqust" + +msgctxt "alt. month" +msgid "September" +msgstr "Sentyabr" + +msgctxt "alt. month" +msgid "October" +msgstr "Oktyabr" + +msgctxt "alt. month" +msgid "November" +msgstr "Noyabr" + +msgctxt "alt. month" +msgid "December" +msgstr "Dekabr" + +msgid "This is not a valid IPv6 address." +msgstr "Bu doğru IPv6 ünvanı deyil." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "və ya" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d il" +msgstr[1] "%d il" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d ay" +msgstr[1] "%d ay" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d həftə" +msgstr[1] "%d həftə" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d gün" +msgstr[1] "%d gün" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d saat" +msgstr[1] "%d saat" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d dəqiqə" +msgstr[1] "%d dəqiqə" + +msgid "0 minutes" +msgstr "0 dəqiqə" + +msgid "Forbidden" +msgstr "Qadağan" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF təsdiqləmə alınmadı. Sorğu ləğv edildi." + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "Daha ətraflı məlumat DEBUG=True ilə mövcuddur." + +msgid "Welcome to Django" +msgstr "Djangoya Xoş Gəldiniz" + +msgid "It worked!" +msgstr "İşlədi!" + +msgid "Congratulations on your first Django-powered page." +msgstr "İlk Django ilə işləyən səhifəniz münasibəti ilə təbrik edirik." + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" + +msgid "No year specified" +msgstr "İl göstərilməyib" + +msgid "No month specified" +msgstr "Ay göstərilməyib" + +msgid "No day specified" +msgstr "Gün göstərilməyib" + +msgid "No week specified" +msgstr "Həftə göstərilməyib" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "%(verbose_name_plural)s seçmək mümkün deyil" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Gələcək %(verbose_name_plural)s seçmək mümkün deyil, çünki %(class_name)s." +"allow_future Yalan kimi qeyd olunub." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "\"%(format)s\" formatına görə \"%(datestr)s\" tarixi düzgün deyil" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Sorğuya uyğun %(verbose_name)s tapılmadı" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "Səhifə nə \"axırıncı\"dır, nə də tam ədədə çevirmək mümkündür." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Qeyri-düzgün səhifə (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Siyahı boşdur və '%(class_name)s.allow_empty' Yalan kimi qeyd olunub." + +msgid "Directory indexes are not allowed here." +msgstr "Ünvan indekslərinə icazə verilmir." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" mövcud deyil" + +#, python-format +msgid "Index of %(directory)s" +msgstr "%(directory)s-nin indeksi" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/az/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/az/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/az/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/az/formats.py new file mode 100644 index 0000000..07b1181 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/az/formats.py @@ -0,0 +1,35 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'j E Y г.' +TIME_FORMAT = 'G:i' +DATETIME_FORMAT = 'j E Y г. G:i' +YEAR_MONTH_FORMAT = 'F Y г.' +MONTH_DAY_FORMAT = 'j F' +SHORT_DATE_FORMAT = 'd.m.Y' +SHORT_DATETIME_FORMAT = 'd.m.Y H:i' +FIRST_DAY_OF_WEEK = 1 # Monday + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + '%d.%m.%Y', # '25.10.2006' + '%d.%m.%y', # '25.10.06' +] +DATETIME_INPUT_FORMATS = [ + '%d.%m.%Y %H:%M:%S', # '25.10.2006 14:30:59' + '%d.%m.%Y %H:%M:%S.%f', # '25.10.2006 14:30:59.000200' + '%d.%m.%Y %H:%M', # '25.10.2006 14:30' + '%d.%m.%Y', # '25.10.2006' + '%d.%m.%y %H:%M:%S', # '25.10.06 14:30:59' + '%d.%m.%y %H:%M:%S.%f', # '25.10.06 14:30:59.000200' + '%d.%m.%y %H:%M', # '25.10.06 14:30' + '%d.%m.%y', # '25.10.06' +] +DECIMAL_SEPARATOR = ',' +THOUSAND_SEPARATOR = '\xa0' # non-breaking space +NUMBER_GROUPING = 3 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/be/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/be/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..c10ca4f446f971e6580a9a9d22ec3caf4b9cea0b GIT binary patch literal 24094 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 literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/be/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/be/LC_MESSAGES/django.po new file mode 100644 index 0000000..7a3402f --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/be/LC_MESSAGES/django.po @@ -0,0 +1,1190 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Viktar Palstsiuk , 2014-2015 +# Дмитрий Шатера , 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Belarusian (http://www.transifex.com/django/django/language/" +"be/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: be\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n" +"%100>=11 && n%100<=14)? 2 : 3);\n" + +msgid "Afrikaans" +msgstr "Афрыкаанс" + +msgid "Arabic" +msgstr "Арабская" + +msgid "Asturian" +msgstr "Астурыйская" + +msgid "Azerbaijani" +msgstr "Азэрбайджанская" + +msgid "Bulgarian" +msgstr "Баўгарская" + +msgid "Belarusian" +msgstr "Беларуская" + +msgid "Bengali" +msgstr "Бэнґальская" + +msgid "Breton" +msgstr "Брэтонская" + +msgid "Bosnian" +msgstr "Басьнійская" + +msgid "Catalan" +msgstr "Каталёнская" + +msgid "Czech" +msgstr "Чэская" + +msgid "Welsh" +msgstr "Валійская" + +msgid "Danish" +msgstr "Дацкая" + +msgid "German" +msgstr "Нямецкая" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "Грэцкая" + +msgid "English" +msgstr "Анґельская" + +msgid "Australian English" +msgstr "Анґельская (Аўстралія)" + +msgid "British English" +msgstr "Анґельская (Брытанская)" + +msgid "Esperanto" +msgstr "Эспэранта" + +msgid "Spanish" +msgstr "Гішпанская" + +msgid "Argentinian Spanish" +msgstr "Гішпанская (Арґентына)" + +msgid "Colombian Spanish" +msgstr "Гішпанская (Калумбія)" + +msgid "Mexican Spanish" +msgstr "Гішпанская (Мэксыка)" + +msgid "Nicaraguan Spanish" +msgstr "Гішпанская (Нікараґуа)" + +msgid "Venezuelan Spanish" +msgstr "Іспанская (Вэнэсуэла)" + +msgid "Estonian" +msgstr "Эстонская" + +msgid "Basque" +msgstr "Басконская" + +msgid "Persian" +msgstr "Фарсі" + +msgid "Finnish" +msgstr "Фінская" + +msgid "French" +msgstr "Француская" + +msgid "Frisian" +msgstr "Фрызкая" + +msgid "Irish" +msgstr "Ірляндзкая" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "Ґальская" + +msgid "Hebrew" +msgstr "Габрэйская" + +msgid "Hindi" +msgstr "Гінды" + +msgid "Croatian" +msgstr "Харвацкая" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "Вугорская" + +msgid "Interlingua" +msgstr "Інтэрлінгва" + +msgid "Indonesian" +msgstr "Інданэзійская" + +msgid "Ido" +msgstr "Іда" + +msgid "Icelandic" +msgstr "Ісьляндзкая" + +msgid "Italian" +msgstr "Італьянская" + +msgid "Japanese" +msgstr "Японская" + +msgid "Georgian" +msgstr "Грузінская" + +msgid "Kazakh" +msgstr "Казаская" + +msgid "Khmer" +msgstr "Кхмерская" + +msgid "Kannada" +msgstr "Каннада" + +msgid "Korean" +msgstr "Карэйская" + +msgid "Luxembourgish" +msgstr "Люксэмбургская" + +msgid "Lithuanian" +msgstr "Літоўская" + +msgid "Latvian" +msgstr "Латыская" + +msgid "Macedonian" +msgstr "Македонская" + +msgid "Malayalam" +msgstr "Малаялам" + +msgid "Mongolian" +msgstr "Манґольская" + +msgid "Marathi" +msgstr "Маратхі" + +msgid "Burmese" +msgstr "Бірманская" + +msgid "Norwegian Bokmål" +msgstr "Нарвэская букмал" + +msgid "Nepali" +msgstr "Нэпальская" + +msgid "Dutch" +msgstr "Галяндзкая" + +msgid "Norwegian Nynorsk" +msgstr "Нарвэская нюнорск" + +msgid "Ossetic" +msgstr "Асяцінская" + +msgid "Punjabi" +msgstr "Панджабі" + +msgid "Polish" +msgstr "Польская" + +msgid "Portuguese" +msgstr "Партуґальская" + +msgid "Brazilian Portuguese" +msgstr "Партуґальская (Бразылія)" + +msgid "Romanian" +msgstr "Румынская" + +msgid "Russian" +msgstr "Расейская" + +msgid "Slovak" +msgstr "Славацкая" + +msgid "Slovenian" +msgstr "Славенская" + +msgid "Albanian" +msgstr "Альбанская" + +msgid "Serbian" +msgstr "Сэрбская" + +msgid "Serbian Latin" +msgstr "Сэрбская (лацінка)" + +msgid "Swedish" +msgstr "Швэдзкая" + +msgid "Swahili" +msgstr "Суахілі" + +msgid "Tamil" +msgstr "Тамільская" + +msgid "Telugu" +msgstr "Тэлуґу" + +msgid "Thai" +msgstr "Тайская" + +msgid "Turkish" +msgstr "Турэцкая" + +msgid "Tatar" +msgstr "Татарская" + +msgid "Udmurt" +msgstr "Удмурцкая" + +msgid "Ukrainian" +msgstr "Украінская" + +msgid "Urdu" +msgstr "Урду" + +msgid "Vietnamese" +msgstr "Віетнамская" + +msgid "Simplified Chinese" +msgstr "Кітайская (спрошчаная)" + +msgid "Traditional Chinese" +msgstr "Кітайская (звычайная)" + +msgid "Messages" +msgstr "Паведамленні" + +msgid "Site Maps" +msgstr "Мапы сайту" + +msgid "Static Files" +msgstr "Cтатычныя файлы" + +msgid "Syndication" +msgstr "Сындыкацыя" + +msgid "Enter a valid value." +msgstr "Пазначце правільнае значэньне." + +msgid "Enter a valid URL." +msgstr "Пазначце чынную спасылку." + +msgid "Enter a valid integer." +msgstr "Увядзіце цэлы лік." + +msgid "Enter a valid email address." +msgstr "Увядзіце сапраўдны адрас электроннай пошты." + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "Бірка можа зьмяшчаць літары, лічбы, знакі падкрэсьліваньня ды злучкі." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "Пазначце чынны адрас IPv4." + +msgid "Enter a valid IPv6 address." +msgstr "Пазначце чынны адрас IPv6." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Пазначце чынны адрас IPv4 або IPv6." + +msgid "Enter only digits separated by commas." +msgstr "Набярыце лічбы, падзеленыя коскамі." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Упэўніцеся, што гэтае значэньне — %(limit_value)s (зараз яно — " +"%(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Значэньне мусіць быць меншым або роўным %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Значэньне мусіць быць большым або роўным %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +msgid "and" +msgstr "і" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Значэнне %(value)r не з'яўляецца правільным выбарам." + +msgid "This field cannot be null." +msgstr "Поле ня можа мець значэньне «null»." + +msgid "This field cannot be blank." +msgstr "Трэба запоўніць поле." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s з такім %(field_label)s ужо існуе." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Палі віду: %(field_type)s" + +msgid "Integer" +msgstr "Цэлы лік" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "Значэньне '%(value)s' павінна быць цэлым лікам." + +msgid "Big (8 byte) integer" +msgstr "Вялікі (8 байтаў) цэлы" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "Значэньне '%(value)s' павінна быць True або False." + +msgid "Boolean (Either True or False)" +msgstr "Ляґічнае («сапраўдна» або «не сапраўдна»)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Радок (ня болей за %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Цэлыя лікі, падзеленыя коскаю" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "Дата (бяз часу)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "Дата (разам з часам)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "Значэньне '%(value)s' павінна быць дзесятковым лікам." + +msgid "Decimal number" +msgstr "Дзесятковы лік" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "Працягласць" + +msgid "Email address" +msgstr "Адрас эл. пошты" + +msgid "File path" +msgstr "Шлях да файла" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "Значэньне '%(value)s' павінна быць дробным лікам." + +msgid "Floating point number" +msgstr "Лік зь пераноснай коскаю" + +msgid "IPv4 address" +msgstr "Адрас IPv4" + +msgid "IP address" +msgstr "Адрас IP" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "Значэньне '%(value)s' павінна быць None, True альбо False." + +msgid "Boolean (Either True, False or None)" +msgstr "Ляґічнае («сапраўдна», «не сапраўдна» ці «нічога»)" + +msgid "Positive integer" +msgstr "Дадатны цэлы лік" + +msgid "Positive small integer" +msgstr "Дадатны малы цэлы лік" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Бірка (ня болей за %(max_length)s)" + +msgid "Small integer" +msgstr "Малы цэлы лік" + +msgid "Text" +msgstr "Тэкст" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"Значэньне '%(value)s' мае няправільны фармат. Яно павінна быць у фармаце HH:" +"MM[:ss[.uuuuuu]]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "Час" + +msgid "URL" +msgstr "Сеціўная спасылка" + +msgid "Raw binary data" +msgstr "Неапрацаваныя бінарныя зьвесткі" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "'%(value)s' не з'яўляецца дапушчальным UUID." + +msgid "File" +msgstr "Файл" + +msgid "Image" +msgstr "Выява" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "Экземпляр %(model)s з %(field)s %(value)r не iснуе." + +msgid "Foreign Key (type determined by related field)" +msgstr "Вонкавы ключ (від вызначаецца паводле зьвязанага поля)" + +msgid "One-to-one relationship" +msgstr "Сувязь «адзін да аднаго»" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "Сувязь %(from)s-%(to)s" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "Сувязi %(from)s-%(to)s" + +msgid "Many-to-many relationship" +msgstr "Сувязь «некалькі да некалькіх»" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Поле трэба запоўніць." + +msgid "Enter a whole number." +msgstr "Набярыце ўвесь лік." + +msgid "Enter a number." +msgstr "Набярыце лік." + +msgid "Enter a valid date." +msgstr "Пазначце чынную дату." + +msgid "Enter a valid time." +msgstr "Пазначце чынны час." + +msgid "Enter a valid date/time." +msgstr "Пазначце чынныя час і дату." + +msgid "Enter a valid duration." +msgstr "Увядзіце сапраўдны тэрмін." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Файл не даслалі. Зірніце кадоўку блянку." + +msgid "No file was submitted." +msgstr "Файл не даслалі." + +msgid "The submitted file is empty." +msgstr "Дасланы файл — парожні." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Трэба або даслаць файл, або абраць «Ачысьціць», але нельга рабіць гэта " +"адначасова." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Запампаваць чынны малюнак. Запампавалі або не выяву, або пашкоджаную выяву." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Абярыце дазволенае. %(value)s няма ў даступных значэньнях." + +msgid "Enter a list of values." +msgstr "Упішыце сьпіс значэньняў." + +msgid "Enter a complete value." +msgstr "Калі ласка, увядзіце поўнае значэньне." + +msgid "Enter a valid UUID." +msgstr "Увядзіце сапраўдны UUID." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Схаванае поле %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Калі ласка, адпраўце %d або менш формаў." +msgstr[1] "Калі ласка, адпраўце %d або менш формаў." +msgstr[2] "Калі ласка, адпраўце %d або менш формаў." +msgstr[3] "Калі ласка, адпраўце %d або менш формаў." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Калі ласка, адпраўце %d або больш формаў." +msgstr[1] "Калі ласка, адпраўце %d або больш формаў." +msgstr[2] "Калі ласка, адпраўце %d або больш формаў." +msgstr[3] "Калі ласка, адпраўце %d або больш формаў." + +msgid "Order" +msgstr "Парадак" + +msgid "Delete" +msgstr "Выдаліць" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "У полі «%(field)s» выпраўце зьвесткі, якія паўтараюцца." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "Выпраўце зьвесткі ў полі «%(field)s»: нельга, каб яны паўтараліся." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Выпраўце зьвесткі ў полі «%(field_name)s»: нельга каб зьвесткі ў " +"«%(date_field)s» для «%(lookup)s» паўтараліся." + +msgid "Please correct the duplicate values below." +msgstr "Выпраўце зьвесткі, якія паўтараюцца (гл. ніжэй)." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "Вонкавы ключ не супадае з бацькоўскім першасным ключом." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Абярыце дазволенае. Абранага няма ў даступных значэньнях." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "\"%(pk)s\" мае недапушчальнае значэнне для першаснага ключа." + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"У часавым абсягу «%(current_timezone)s» нельга зразумець дату %(datetime)s: " +"яна можа быць неадназначнаю або яе можа не існаваць." + +msgid "Currently" +msgstr "Зараз" + +msgid "Change" +msgstr "Зьмяніць" + +msgid "Clear" +msgstr "Ачысьціць" + +msgid "Unknown" +msgstr "Невядома" + +msgid "Yes" +msgstr "Так" + +msgid "No" +msgstr "Не" + +msgid "yes,no,maybe" +msgstr "так,не,магчыма" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d байт" +msgstr[1] "%(size)d байты" +msgstr[2] "%(size)d байтаў" +msgstr[3] "%(size)d байтаў" + +#, python-format +msgid "%s KB" +msgstr "%s КБ" + +#, python-format +msgid "%s MB" +msgstr "%s МБ" + +#, python-format +msgid "%s GB" +msgstr "%s ҐБ" + +#, python-format +msgid "%s TB" +msgstr "%s ТБ" + +#, python-format +msgid "%s PB" +msgstr "%s ПБ" + +msgid "p.m." +msgstr "папаўдні" + +msgid "a.m." +msgstr "папоўначы" + +msgid "PM" +msgstr "папаўдні" + +msgid "AM" +msgstr "папоўначы" + +msgid "midnight" +msgstr "поўнач" + +msgid "noon" +msgstr "поўдзень" + +msgid "Monday" +msgstr "Панядзелак" + +msgid "Tuesday" +msgstr "Аўторак" + +msgid "Wednesday" +msgstr "Серада" + +msgid "Thursday" +msgstr "Чацьвер" + +msgid "Friday" +msgstr "Пятніца" + +msgid "Saturday" +msgstr "Субота" + +msgid "Sunday" +msgstr "Нядзеля" + +msgid "Mon" +msgstr "Пн" + +msgid "Tue" +msgstr "Аў" + +msgid "Wed" +msgstr "Ср" + +msgid "Thu" +msgstr "Чц" + +msgid "Fri" +msgstr "Пт" + +msgid "Sat" +msgstr "Сб" + +msgid "Sun" +msgstr "Нд" + +msgid "January" +msgstr "студзеня" + +msgid "February" +msgstr "лютага" + +msgid "March" +msgstr "сакавік" + +msgid "April" +msgstr "красавіка" + +msgid "May" +msgstr "траўня" + +msgid "June" +msgstr "чэрвеня" + +msgid "July" +msgstr "ліпеня" + +msgid "August" +msgstr "жніўня" + +msgid "September" +msgstr "верасьня" + +msgid "October" +msgstr "кастрычніка" + +msgid "November" +msgstr "лістапада" + +msgid "December" +msgstr "сьнежня" + +msgid "jan" +msgstr "сту" + +msgid "feb" +msgstr "лют" + +msgid "mar" +msgstr "сак" + +msgid "apr" +msgstr "кра" + +msgid "may" +msgstr "тра" + +msgid "jun" +msgstr "чэр" + +msgid "jul" +msgstr "ліп" + +msgid "aug" +msgstr "жні" + +msgid "sep" +msgstr "вер" + +msgid "oct" +msgstr "кас" + +msgid "nov" +msgstr "ліс" + +msgid "dec" +msgstr "сьн" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Сту." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Люты" + +msgctxt "abbrev. month" +msgid "March" +msgstr "сакавік" + +msgctxt "abbrev. month" +msgid "April" +msgstr "красавіка" + +msgctxt "abbrev. month" +msgid "May" +msgstr "траўня" + +msgctxt "abbrev. month" +msgid "June" +msgstr "чэрвеня" + +msgctxt "abbrev. month" +msgid "July" +msgstr "ліпеня" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Жні." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Вер." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Кас." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Ліс." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Сьн." + +msgctxt "alt. month" +msgid "January" +msgstr "студзеня" + +msgctxt "alt. month" +msgid "February" +msgstr "лютага" + +msgctxt "alt. month" +msgid "March" +msgstr "сакавік" + +msgctxt "alt. month" +msgid "April" +msgstr "красавіка" + +msgctxt "alt. month" +msgid "May" +msgstr "траўня" + +msgctxt "alt. month" +msgid "June" +msgstr "чэрвеня" + +msgctxt "alt. month" +msgid "July" +msgstr "ліпеня" + +msgctxt "alt. month" +msgid "August" +msgstr "жніўня" + +msgctxt "alt. month" +msgid "September" +msgstr "верасьня" + +msgctxt "alt. month" +msgid "October" +msgstr "кастрычніка" + +msgctxt "alt. month" +msgid "November" +msgstr "лістапада" + +msgctxt "alt. month" +msgid "December" +msgstr "сьнежня" + +msgid "This is not a valid IPv6 address." +msgstr "Гэта ня правільны адрас IPv6." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "або" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d год" +msgstr[1] "%d гады" +msgstr[2] "%d гадоў" +msgstr[3] "%d гадоў" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d месяц" +msgstr[1] "%d месяцы" +msgstr[2] "%d месяцаў" +msgstr[3] "%d месяцаў" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d тыдзень" +msgstr[1] "%d тыдні" +msgstr[2] "%d тыдняў" +msgstr[3] "%d тыдняў" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d дзень" +msgstr[1] "%d дні" +msgstr[2] "%d дзён" +msgstr[3] "%d дзён" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d гадзіна" +msgstr[1] "%d гадзіны" +msgstr[2] "%d гадзін" +msgstr[3] "%d гадзін" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d хвіліна" +msgstr[1] "%d хвіліны" +msgstr[2] "%d хвілінаў" +msgstr[3] "%d хвілінаў" + +msgid "0 minutes" +msgstr "0 хвілін" + +msgid "Forbidden" +msgstr "Забаронена" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF-праверка не атрымалася. Запыт спынены." + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Вы бачыце гэта паведамленне, таму што гэты HTTPS-сайт патрабуе каб Referer " +"загаловак быў адасланы вашым вэб-браўзэрам, але гэтага не адбылося. Гэты " +"загаловак неабходны для бяспекі, каб пераканацца, што ваш браўзэр не " +"ўзаламаны трэцімі асобамі." + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Вы бачыце гэта паведамленне, таму што гэты сайт патрабуе CSRF кукі для " +"адсылкі формы. Гэтыя кукі неабходныя для бяспекі, каб пераканацца, што ваш " +"браўзэр не ўзламаны трэцімі асобамі." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "Больш падрабязная інфармацыя даступная з DEBUG=True." + +msgid "Welcome to Django" +msgstr "Вітаем у Django" + +msgid "It worked!" +msgstr "Гэта спрацавала!" + +msgid "Congratulations on your first Django-powered page." +msgstr "Віншуем Вас з першай старонкай на базе Django." + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" + +msgid "No year specified" +msgstr "Не пазначылі год" + +msgid "No month specified" +msgstr "Не пазначылі месяц" + +msgid "No day specified" +msgstr "Не пазначылі дзень" + +msgid "No week specified" +msgstr "Не пазначылі тыдзень" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Няма доступу да %(verbose_name_plural)s" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Няма доступу да %(verbose_name_plural)s, якія будуць, бо «%(class_name)s." +"allow_future» мае значэньне «не сапраўдна»." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "Радок даты «%(datestr)s» не адпавядае выгляду «%(format)s»" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Па запыце не знайшлі ніводнага %(verbose_name)s" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "" +"Нумар бачыны ня мае значэньня «last» і яго нельга ператварыць у цэлы лік." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Няправільная старонка (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "" +"Сьпіс парожні, але «%(class_name)s.allow_empty» мае значэньне «не " +"сапраўдна», што забараняе паказваць парожнія сьпісы." + +msgid "Directory indexes are not allowed here." +msgstr "Не дазваляецца глядзець сьпіс файлаў каталёґа." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "Шлях «%(path)s» не існуе." + +#, python-format +msgid "Index of %(directory)s" +msgstr "Файлы каталёґа «%(directory)s»" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/bg/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/bg/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..0e2606d586fef775cf685615ef11a3fd1f6f5153 GIT binary patch literal 28722 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, 2012 +# Jannis Leidel , 2011 +# Lyuboslav Petrov , 2014 +# Todor Lubenov , 2013-2015 +# Venelin Stoykov , 2015-2016 +# vestimir , 2014 +# Alexander Atanasov , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 17:31+0000\n" +"Last-Translator: Venelin Stoykov \n" +"Language-Team: Bulgarian (http://www.transifex.com/django/django/language/" +"bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Африкански" + +msgid "Arabic" +msgstr "арабски език" + +msgid "Asturian" +msgstr "Астурийски" + +msgid "Azerbaijani" +msgstr "Азербайджански език" + +msgid "Bulgarian" +msgstr "български език" + +msgid "Belarusian" +msgstr "Беларуски" + +msgid "Bengali" +msgstr "бенгалски език" + +msgid "Breton" +msgstr "Бретон" + +msgid "Bosnian" +msgstr "босненски език" + +msgid "Catalan" +msgstr "каталунски език" + +msgid "Czech" +msgstr "чешки език" + +msgid "Welsh" +msgstr "уелски език" + +msgid "Danish" +msgstr "датски език" + +msgid "German" +msgstr "немски език" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "гръцки език" + +msgid "English" +msgstr "английски език" + +msgid "Australian English" +msgstr "Австралийски Английски" + +msgid "British English" +msgstr "британски английски" + +msgid "Esperanto" +msgstr "Есперанто" + +msgid "Spanish" +msgstr "испански език" + +msgid "Argentinian Spanish" +msgstr "кастилски" + +msgid "Colombian Spanish" +msgstr "Колумбийски Испански" + +msgid "Mexican Spanish" +msgstr "Мексикански испански" + +msgid "Nicaraguan Spanish" +msgstr "никарагуански испански" + +msgid "Venezuelan Spanish" +msgstr "Испански Венецуелски" + +msgid "Estonian" +msgstr "естонски език" + +msgid "Basque" +msgstr "баски" + +msgid "Persian" +msgstr "персийски език" + +msgid "Finnish" +msgstr "финландски език" + +msgid "French" +msgstr "френски език" + +msgid "Frisian" +msgstr "фризийски език" + +msgid "Irish" +msgstr "ирландски език" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "галицейски език" + +msgid "Hebrew" +msgstr "иврит" + +msgid "Hindi" +msgstr "хинди" + +msgid "Croatian" +msgstr "хърватски език" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "унгарски език" + +msgid "Interlingua" +msgstr "Международен" + +msgid "Indonesian" +msgstr "индонезийски език" + +msgid "Ido" +msgstr "Идо" + +msgid "Icelandic" +msgstr "исландски език" + +msgid "Italian" +msgstr "италиански език" + +msgid "Japanese" +msgstr "японски език" + +msgid "Georgian" +msgstr "грузински език" + +msgid "Kazakh" +msgstr "Казахски" + +msgid "Khmer" +msgstr "кхмерски език" + +msgid "Kannada" +msgstr "каннада" + +msgid "Korean" +msgstr "Корейски" + +msgid "Luxembourgish" +msgstr "Люксембургски" + +msgid "Lithuanian" +msgstr "Литовски" + +msgid "Latvian" +msgstr "Латвийски" + +msgid "Macedonian" +msgstr "Македонски" + +msgid "Malayalam" +msgstr "малаялам" + +msgid "Mongolian" +msgstr "Монголски" + +msgid "Marathi" +msgstr "Марати" + +msgid "Burmese" +msgstr "Бурмесе" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "Непалски" + +msgid "Dutch" +msgstr "холандски" + +msgid "Norwegian Nynorsk" +msgstr "норвежки съвременен език" + +msgid "Ossetic" +msgstr "Осетски" + +msgid "Punjabi" +msgstr "пенджаби" + +msgid "Polish" +msgstr "полски език" + +msgid "Portuguese" +msgstr "португалски език" + +msgid "Brazilian Portuguese" +msgstr "бразилски португалски" + +msgid "Romanian" +msgstr "румънски език" + +msgid "Russian" +msgstr "руски език" + +msgid "Slovak" +msgstr "словашки език" + +msgid "Slovenian" +msgstr "словенски език" + +msgid "Albanian" +msgstr "албански език" + +msgid "Serbian" +msgstr "сръбски език" + +msgid "Serbian Latin" +msgstr "сръбски с латински букви" + +msgid "Swedish" +msgstr "шведски език" + +msgid "Swahili" +msgstr "Суахили" + +msgid "Tamil" +msgstr "тамил" + +msgid "Telugu" +msgstr "телугу" + +msgid "Thai" +msgstr "тайландски език" + +msgid "Turkish" +msgstr "турски език" + +msgid "Tatar" +msgstr "Татарски" + +msgid "Udmurt" +msgstr "Удмурт" + +msgid "Ukrainian" +msgstr "украински език" + +msgid "Urdu" +msgstr "Урду" + +msgid "Vietnamese" +msgstr "виетнамски език" + +msgid "Simplified Chinese" +msgstr "китайски език" + +msgid "Traditional Chinese" +msgstr "традиционен китайски" + +msgid "Messages" +msgstr "Съобщения" + +msgid "Site Maps" +msgstr "Бързи Maps" + +msgid "Static Files" +msgstr "Статични файлове" + +msgid "Syndication" +msgstr "Syndication" + +msgid "Enter a valid value." +msgstr "Въведете валидна стойност. " + +msgid "Enter a valid URL." +msgstr "Въведете валиден URL адрес." + +msgid "Enter a valid integer." +msgstr "Въведете валидно число." + +msgid "Enter a valid email address." +msgstr "Въведете валиден имейл адрес." + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Въведете валиден 'слъг', състоящ се от букви, цифри, тирета или долни тирета." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Въведете валиден 'слъг', състоящ се от букви, цифри, тирета или долни тирета." + +msgid "Enter a valid IPv4 address." +msgstr "Въведете валиден IPv4 адрес." + +msgid "Enter a valid IPv6 address." +msgstr "Въведете валиден IPv6 адрес." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Въведете валиден IPv4 или IPv6 адрес." + +msgid "Enter only digits separated by commas." +msgstr "Въведете само еднозначни числа, разделени със запетая. " + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Уверете се, че тази стойност е %(limit_value)s (тя е %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Уверете се, че тази стойност е по-малка или равна на %(limit_value)s ." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "" +"Уверете се, че тази стойност е по-голяма или равна на %(limit_value)s ." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Уверете се, тази стойност е най-малко %(limit_value)d знака (тя има " +"%(show_value)d )." +msgstr[1] "" +"Уверете се, тази стойност е най-малко %(limit_value)d знака (тя има " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Уверете се, тази стойност има най-много %(limit_value)d знака (тя има " +"%(show_value)d)." +msgstr[1] "" +"Уверете се, тази стойност има най-много %(limit_value)d знака (тя има " +"%(show_value)d)." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Уверете се, че има не повече от %(max)s цифри в общо." +msgstr[1] "Уверете се, че има не повече от %(max)s цифри общо." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +"Уверете се, че има не повече от%(max)s знак след десетичната запетая." +msgstr[1] "" +"Уверете се, че има не повече от %(max)s знака след десетичната запетая." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Уверете се, че има не повече от %(max)s цифри преди десетичната запетая." +msgstr[1] "" +"Уверете се, че има не повече от %(max)s цифри преди десетичната запетая." + +msgid "and" +msgstr "и" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s с тези %(field_labels)s вече съществува." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Стойността %(value)r не е валиден избор." + +msgid "This field cannot be null." +msgstr "Това поле не може да има празна стойност." + +msgid "This field cannot be blank." +msgstr "Това поле не може да е празно." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s с този %(field_label)s вече съществува." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s трябва да са уникални за %(date_field_label)s " +"%(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Поле от тип: %(field_type)s" + +msgid "Integer" +msgstr "Цяло число" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "'%(value)s' стойност трябва да е цяло число." + +msgid "Big (8 byte) integer" +msgstr "Голямо (8 байта) цяло число" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "Стойността на '%(value)s' трябва да бъде или True или False." + +msgid "Boolean (Either True or False)" +msgstr "Boolean (True или False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Символен низ (до %(max_length)s символа)" + +msgid "Comma-separated integers" +msgstr "Цели числа, разделени с запетая" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"'%(value)s' стойност е с формат невалидна дата. Тя трябва да бъде в YYYY-MM-" +"DD формат." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"Стойността на '%(value)s' е в правилния формат (ГГГГ-ММ-ДД), но тя е " +"невалидна дата." + +msgid "Date (without time)" +msgstr "Дата (без час)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"Стойността на '%(value)s' е с невалиден формат. Трябва да бъде във формат " +"ГГГГ-ММ-ДД ЧЧ:ММ[:сс[.uuuuuu]][TZ] (където u означава милисекунда, а TZ - " +"часова зона)" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"Стойността на '%(value)s' е с правилен формат ( ГГГГ-ММ-ДД ЧЧ:ММ[:сс[." +"μμμμμμ]][TZ]), но датата/часът са невалидни" + +msgid "Date (with time)" +msgstr "Дата (и час)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "Стойността на '%(value)s' трябва да е десетично число." + +msgid "Decimal number" +msgstr "Десетична дроб" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" +"Стойността на '%(value)s' е с невалиден формат. Тя трябва да бъде в [ДД] " +"[ЧЧ:[ММ:]]сс[.μμμμμμ]" + +msgid "Duration" +msgstr "Продължителност" + +msgid "Email address" +msgstr "Email адрес" + +msgid "File path" +msgstr "Път към файл" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "'%(value)s' стойност трябва да е число с плаваща запетая." + +msgid "Floating point number" +msgstr "Число с плаваща запетая" + +msgid "IPv4 address" +msgstr "IPv4 адрес" + +msgid "IP address" +msgstr "IP адрес" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "Стойност '%(value)s' трябва да бъде или None, True или False." + +msgid "Boolean (Either True, False or None)" +msgstr "Boolean (Възможните стойности са True, False или None)" + +msgid "Positive integer" +msgstr "Положително цяло число" + +msgid "Positive small integer" +msgstr "Положително 2 байта цяло число" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (до %(max_length)s )" + +msgid "Small integer" +msgstr "2 байта цяло число" + +msgid "Text" +msgstr "Текст" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"Стойността '%(value)s' е с невалиден формат. Тя трябва да бъде в ЧЧ:ММ [:" +"сс[.μμμμμμ]]" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"Стойността на '%(value)s' е в правилния формат (ЧЧ:ММ [:сс[.μμμμμμ]]), но " +"часът е невалиден." + +msgid "Time" +msgstr "Време" + +msgid "URL" +msgstr "URL адрес" + +msgid "Raw binary data" +msgstr "сурови двоични данни" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "'%(value)s' не е валиден UUID." + +msgid "File" +msgstr "Файл" + +msgid "Image" +msgstr "Изображение" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "Инстанция на %(model)s с %(field)s %(value)r не съществува." + +msgid "Foreign Key (type determined by related field)" +msgstr "Външен ключ (тип, определен от свързаното поле)" + +msgid "One-to-one relationship" +msgstr "словенски език" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "Много-към-много връзка" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Това поле е задължително." + +msgid "Enter a whole number." +msgstr "Въведете цяло число. " + +msgid "Enter a number." +msgstr "Въведете число." + +msgid "Enter a valid date." +msgstr "Въведете валидна дата. " + +msgid "Enter a valid time." +msgstr "Въведете валиден час." + +msgid "Enter a valid date/time." +msgstr "Въведете валидна дата/час. " + +msgid "Enter a valid duration." +msgstr "Въведете валидна продължителност." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Не е получен файл. Проверете типа кодиране на формата. " + +msgid "No file was submitted." +msgstr "Няма изпратен файл." + +msgid "The submitted file is empty." +msgstr "Каченият файл е празен. " + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "Уверете се, това име е най-много %(max)d знака (то има %(length)d)." +msgstr[1] "" +"Уверете се, това файлово име има най-много %(max)d знаци (има %(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Моля, или пратете файл или маркирайте полето за изчистване, но не и двете." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Качете валидно изображение. Файлът, който сте качили или не е изображение, " +"или е повреден. " + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Направете валиден избор. %(value)s не е един от възможните избори." + +msgid "Enter a list of values." +msgstr "Въведете списък от стойности" + +msgid "Enter a complete value." +msgstr "Въведете пълна стойност." + +msgid "Enter a valid UUID." +msgstr "Въведете валиден UUID." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Скрито поле %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "Данни за мениджърската форма липсват или са били променени." + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Моля, въведете %d по-малко форми." +msgstr[1] "Моля, въведете %d по-малко форми." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Моля, въведете %d или по-вече форми." +msgstr[1] "Моля, въведете %d или по-вече форми." + +msgid "Order" +msgstr "Ред" + +msgid "Delete" +msgstr "Изтрий" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Моля, коригирайте дублираните данни за %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Моля, коригирайте дублираните данни за %(field)s, които трябва да са " +"уникални." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Моля, коригирайте дублиранитe данни за %(field_name)s , които трябва да са " +"уникални за %(lookup)s в %(date_field)s ." + +msgid "Please correct the duplicate values below." +msgstr "Моля, коригирайте повтарящите се стойности по-долу." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "Невалидна избрана стойност." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Направете валиден избор. Този не е един от възможните избори. " + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "\"%(pk)s\" не е валидна стойност за първичен ключ." + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s не може да бъде разчетено в %(current_timezone)s; може да е " +"двусмислен или да не съществува" + +msgid "Currently" +msgstr "Сега" + +msgid "Change" +msgstr "Промени" + +msgid "Clear" +msgstr "Изчисти" + +msgid "Unknown" +msgstr "Неизвестно" + +msgid "Yes" +msgstr "Да" + +msgid "No" +msgstr "Не" + +msgid "yes,no,maybe" +msgstr "да, не, може би" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d, байт" +msgstr[1] "%(size)d, байта" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s ТБ" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "след обяд" + +msgid "a.m." +msgstr "преди обяд" + +msgid "PM" +msgstr "след обяд" + +msgid "AM" +msgstr "преди обяд" + +msgid "midnight" +msgstr "полунощ" + +msgid "noon" +msgstr "обяд" + +msgid "Monday" +msgstr "понеделник" + +msgid "Tuesday" +msgstr "вторник" + +msgid "Wednesday" +msgstr "сряда" + +msgid "Thursday" +msgstr "четвъртък" + +msgid "Friday" +msgstr "петък" + +msgid "Saturday" +msgstr "събота" + +msgid "Sunday" +msgstr "неделя" + +msgid "Mon" +msgstr "Пон" + +msgid "Tue" +msgstr "Вт" + +msgid "Wed" +msgstr "Ср" + +msgid "Thu" +msgstr "Чет" + +msgid "Fri" +msgstr "Пет" + +msgid "Sat" +msgstr "Съб" + +msgid "Sun" +msgstr "Нед" + +msgid "January" +msgstr "Януари" + +msgid "February" +msgstr "Февруари" + +msgid "March" +msgstr "Март" + +msgid "April" +msgstr "Април" + +msgid "May" +msgstr "Май" + +msgid "June" +msgstr "Юни" + +msgid "July" +msgstr "Юли" + +msgid "August" +msgstr "Август" + +msgid "September" +msgstr "Септември" + +msgid "October" +msgstr "Октомври" + +msgid "November" +msgstr "Ноември" + +msgid "December" +msgstr "Декември" + +msgid "jan" +msgstr "ян" + +msgid "feb" +msgstr "фев" + +msgid "mar" +msgstr "мар" + +msgid "apr" +msgstr "апр" + +msgid "may" +msgstr "май" + +msgid "jun" +msgstr "юни" + +msgid "jul" +msgstr "юли" + +msgid "aug" +msgstr "авг" + +msgid "sep" +msgstr "сеп" + +msgid "oct" +msgstr "окт" + +msgid "nov" +msgstr "ноев" + +msgid "dec" +msgstr "дек" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Ян." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Фев." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Март" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Април" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Май" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Юни" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Юли" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Авг." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Септ." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Окт." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Ноев." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Дек." + +msgctxt "alt. month" +msgid "January" +msgstr "Януари" + +msgctxt "alt. month" +msgid "February" +msgstr "Февруари" + +msgctxt "alt. month" +msgid "March" +msgstr "Март" + +msgctxt "alt. month" +msgid "April" +msgstr "Април" + +msgctxt "alt. month" +msgid "May" +msgstr "Май" + +msgctxt "alt. month" +msgid "June" +msgstr "Юни" + +msgctxt "alt. month" +msgid "July" +msgstr "Юли" + +msgctxt "alt. month" +msgid "August" +msgstr "Август" + +msgctxt "alt. month" +msgid "September" +msgstr "Септември" + +msgctxt "alt. month" +msgid "October" +msgstr "след обяд" + +msgctxt "alt. month" +msgid "November" +msgstr "Ноември" + +msgctxt "alt. month" +msgid "December" +msgstr "Декември" + +msgid "This is not a valid IPv6 address." +msgstr "Въведете валиден IPv6 адрес." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "или" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr "," + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d година" +msgstr[1] "%d години" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d месец" +msgstr[1] "%d месеца" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d седмица" +msgstr[1] "%d седмици" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d дни" +msgstr[1] "%d дни" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d час" +msgstr[1] "%d часа" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d минута" +msgstr[1] "%d минути" + +msgid "0 minutes" +msgstr "0 минути" + +msgid "Forbidden" +msgstr "Забранен" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF проверката се провали. Заявката прекратена." + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Вие виждате това съобщение, защото този HTTPS сайт изисква 'Referer header' " +"да бъде изпратен от вашият WEB браузър, но такъв не бе изпратен. Този " +"header е задължителен от съображения за сигурност, за да се гарантира, че " +"вашият браузър не е компрометиран от трети страни." + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" +"Ако сте конфигурирали вашия браузър, да забраните 'Referer' headers, моля да " +"ги активирате отново, поне за този сайт, или за HTTPS връзки, или за 'same-" +"origin' заявки." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Вие виждате това съобщение, защото този сайт изисква CSRF бисквитка когато " +"се подават формуляри. Тази бисквитка е задължителна от съображения за " +"сигурност, за да се гарантира, че вашият браузър не е компрометиран от трети " +"страни." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" +"Ако сте конфигурирали вашия браузър, да забраните бисквитките, моля да ги " +"активирате отново, поне за този сайт, или за'same-origin' заявки." + +msgid "More information is available with DEBUG=True." +msgstr "Повече информация е на разположение с DEBUG=True." + +msgid "Welcome to Django" +msgstr "Добре дошли в Django" + +msgid "It worked!" +msgstr "Той работи!" + +msgid "Congratulations on your first Django-powered page." +msgstr "Поздравления за първата си Django страница." + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" + +msgid "No year specified" +msgstr "Не е посочена година" + +msgid "No month specified" +msgstr "Не е посочен месец" + +msgid "No day specified" +msgstr "ноев" + +msgid "No week specified" +msgstr "Не е посочена седмица" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Няма достъпни %(verbose_name_plural)s" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Бъдещo %(verbose_name_plural)s е достъпно, тъй като %(class_name)s." +"allow_future е False." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "Невалидна дата '%(datestr)s' посочен формат '%(format)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Няма %(verbose_name)s , съвпадащи със заявката" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "Страницата не е 'last' нито може да се преобразува в int." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Невалидна страница (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Празен списък и '%(class_name)s.allow_empty' не е валидно." + +msgid "Directory indexes are not allowed here." +msgstr "Тук не е позволено индексиране на директория." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" не съществува" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Индекс %(directory)s" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/bg/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/bg/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/bg/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/bg/formats.py new file mode 100644 index 0000000..98820e7 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/bg/formats.py @@ -0,0 +1,24 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'd F Y' +TIME_FORMAT = 'H:i' +# DATETIME_FORMAT = +# YEAR_MONTH_FORMAT = +MONTH_DAY_FORMAT = 'j F' +SHORT_DATE_FORMAT = 'd.m.Y' +# SHORT_DATETIME_FORMAT = +# FIRST_DAY_OF_WEEK = + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +# DATE_INPUT_FORMATS = +# TIME_INPUT_FORMATS = +# DATETIME_INPUT_FORMATS = +DECIMAL_SEPARATOR = ',' +THOUSAND_SEPARATOR = ' ' # Non-breaking space +# NUMBER_GROUPING = diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/bn/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/bn/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..7ca743d0316365a32c49f97b24cbed94996dd95f GIT binary patch literal 17515 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, 2011 +# nsmgr8 , 2013 +# Tahmid Rafi , 2012-2013 +# Tahmid Rafi , 2013 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Bengali (http://www.transifex.com/django/django/language/" +"bn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "আফ্রিকার অন্যতম সরকারি ভাষা" + +msgid "Arabic" +msgstr "আরবী" + +msgid "Asturian" +msgstr "" + +msgid "Azerbaijani" +msgstr "আজারবাইজানি" + +msgid "Bulgarian" +msgstr "বুলগেরিয়ান" + +msgid "Belarusian" +msgstr "বেলারুশীয়" + +msgid "Bengali" +msgstr "বাংলা" + +msgid "Breton" +msgstr "ব্রেটন" + +msgid "Bosnian" +msgstr "বসনিয়ান" + +msgid "Catalan" +msgstr "ক্যাটালান" + +msgid "Czech" +msgstr "চেক" + +msgid "Welsh" +msgstr "ওয়েল্স" + +msgid "Danish" +msgstr "ড্যানিশ" + +msgid "German" +msgstr "জার্মান" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "গ্রিক" + +msgid "English" +msgstr "ইংলিশ" + +msgid "Australian English" +msgstr "" + +msgid "British English" +msgstr "বৃটিশ ইংলিশ" + +msgid "Esperanto" +msgstr "আন্তর্জাতিক ভাষা" + +msgid "Spanish" +msgstr "স্প্যানিশ" + +msgid "Argentinian Spanish" +msgstr "আর্জেন্টিনিয়ান স্প্যানিশ" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "মেক্সিকান স্প্যানিশ" + +msgid "Nicaraguan Spanish" +msgstr "নিকারাগুয়ান স্প্যানিশ" + +msgid "Venezuelan Spanish" +msgstr "ভেনেজুয়েলার স্প্যানিশ" + +msgid "Estonian" +msgstr "এস্তোনিয়ান" + +msgid "Basque" +msgstr "বাস্ক" + +msgid "Persian" +msgstr "ফারসি" + +msgid "Finnish" +msgstr "ফিনিশ" + +msgid "French" +msgstr "ফ্রেঞ্চ" + +msgid "Frisian" +msgstr "ফ্রিজ্ল্যানডের ভাষা" + +msgid "Irish" +msgstr "আইরিশ" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "গ্যালিসিয়ান" + +msgid "Hebrew" +msgstr "হিব্রু" + +msgid "Hindi" +msgstr "হিন্দী" + +msgid "Croatian" +msgstr "ক্রোয়েশিয়ান" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "হাঙ্গেরিয়ান" + +msgid "Interlingua" +msgstr "" + +msgid "Indonesian" +msgstr "ইন্দোনেশিয়ান" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "আইসল্যান্ডিক" + +msgid "Italian" +msgstr "ইটালিয়ান" + +msgid "Japanese" +msgstr "জাপানিজ" + +msgid "Georgian" +msgstr "জর্জিয়ান" + +msgid "Kazakh" +msgstr "কাজাখ" + +msgid "Khmer" +msgstr "খমার" + +msgid "Kannada" +msgstr "কান্নাড়া" + +msgid "Korean" +msgstr "কোরিয়ান" + +msgid "Luxembourgish" +msgstr "লুক্সেমবার্গীয়" + +msgid "Lithuanian" +msgstr "লিথুয়ানিয়ান" + +msgid "Latvian" +msgstr "লাটভিয়ান" + +msgid "Macedonian" +msgstr "ম্যাসাডোনিয়ান" + +msgid "Malayalam" +msgstr "মালায়ালম" + +msgid "Mongolian" +msgstr "মঙ্গোলিয়ান" + +msgid "Marathi" +msgstr "" + +msgid "Burmese" +msgstr "বার্মিজ" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "নেপালি" + +msgid "Dutch" +msgstr "ডাচ" + +msgid "Norwegian Nynorsk" +msgstr "নরওয়েজীয়ান নিনর্স্ক" + +msgid "Ossetic" +msgstr "অসেটিক" + +msgid "Punjabi" +msgstr "পাঞ্জাবী" + +msgid "Polish" +msgstr "পোলিশ" + +msgid "Portuguese" +msgstr "পর্তুগীজ" + +msgid "Brazilian Portuguese" +msgstr "ব্রাজিলিয়ান পর্তুগীজ" + +msgid "Romanian" +msgstr "রোমানিয়ান" + +msgid "Russian" +msgstr "রাশান" + +msgid "Slovak" +msgstr "স্লোভাক" + +msgid "Slovenian" +msgstr "স্লোভেনিয়ান" + +msgid "Albanian" +msgstr "আলবেনীয়ান" + +msgid "Serbian" +msgstr "সার্বিয়ান" + +msgid "Serbian Latin" +msgstr "সার্বিয়ান ল্যাটিন" + +msgid "Swedish" +msgstr "সুইডিশ" + +msgid "Swahili" +msgstr "সোয়াহিলি" + +msgid "Tamil" +msgstr "তামিল" + +msgid "Telugu" +msgstr "তেলেগু" + +msgid "Thai" +msgstr "থাই" + +msgid "Turkish" +msgstr "তুর্কি" + +msgid "Tatar" +msgstr "তাতারদেশীয়" + +msgid "Udmurt" +msgstr "" + +msgid "Ukrainian" +msgstr "ইউক্রেনিয়ান" + +msgid "Urdu" +msgstr "উর্দু" + +msgid "Vietnamese" +msgstr "ভিয়েতনামিজ" + +msgid "Simplified Chinese" +msgstr "সরলীকৃত চাইনীজ" + +msgid "Traditional Chinese" +msgstr "প্রচলিত চাইনীজ" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "" + +msgid "Static Files" +msgstr "" + +msgid "Syndication" +msgstr "" + +msgid "Enter a valid value." +msgstr "একটি বৈধ মান দিন।" + +msgid "Enter a valid URL." +msgstr "বৈধ URL দিন" + +msgid "Enter a valid integer." +msgstr "" + +msgid "Enter a valid email address." +msgstr "একটি বৈধ ইমেইল ঠিকানা লিখুন." + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"বৈধ ’slug' প্রবেশ করান যাতে শুধুমাত্র ইংরেজী বর্ণ, অঙ্ক, আন্ডারস্কোর অথবা হাইফেন " +"রয়েছে।" + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "একটি বৈধ IPv4 ঠিকানা দিন।" + +msgid "Enter a valid IPv6 address." +msgstr "একটি বৈধ IPv6 ঠিকানা টাইপ করুন।" + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "একটি বৈধ IPv4 অথবা IPv6 ঠিকানা টাইপ করুন।" + +msgid "Enter only digits separated by commas." +msgstr "শুধুমাত্র কমা দিয়ে সংখ্যা দিন।" + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "সংখ্যাটির মান %(limit_value)s হতে হবে (এটা এখন %(show_value)s আছে)।" + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "সংখ্যাটির মান %(limit_value)s এর চেয়ে ছোট বা সমান হতে হবে।" + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "সংখ্যাটির মান %(limit_value)s এর চেয়ে বড় বা সমান হতে হবে।" + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +msgstr[1] "" + +msgid "and" +msgstr "এবং" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "এর মান null হতে পারবে না।" + +msgid "This field cannot be blank." +msgstr "এই ফিল্ডের মান ফাঁকা হতে পারে না" + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(field_label)s সহ %(model_name)s আরেকটি রয়েছে।" + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "ফিল্ডের ধরণ: %(field_type)s" + +msgid "Integer" +msgstr "ইন্টিজার" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "" + +msgid "Big (8 byte) integer" +msgstr "বিগ (৮ বাইট) ইন্টিজার" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "বুলিয়ান (হয় True অথবা False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "স্ট্রিং (সর্বোচ্চ %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "কমা দিয়ে আলাদা করা ইন্টিজার" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "তারিখ (সময় বাদে)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "তারিখ (সময় সহ)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "দশমিক সংখ্যা" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "ইমেইল ঠিকানা" + +msgid "File path" +msgstr "ফাইল পথ" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "ফ্লোটিং পয়েন্ট সংখ্যা" + +msgid "IPv4 address" +msgstr "IPv4 ঠিকানা" + +msgid "IP address" +msgstr "আইপি ঠিকানা" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "বুলিয়ান (হয় True, False অথবা None)" + +msgid "Positive integer" +msgstr "পজিটিভ ইন্টিজার" + +msgid "Positive small integer" +msgstr "পজিটিভ স্মল ইন্টিজার" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "স্লাগ (সর্বোচ্চ %(max_length)s)" + +msgid "Small integer" +msgstr "স্মল ইন্টিজার" + +msgid "Text" +msgstr "টেক্সট" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "সময়" + +msgid "URL" +msgstr "ইউআরএল (URL)" + +msgid "Raw binary data" +msgstr "র বাইনারি ডাটা" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "" + +msgid "File" +msgstr "ফাইল" + +msgid "Image" +msgstr "ইমেজ" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "ফরেন কি (টাইপ রিলেটেড ফিল্ড দ্বারা নির্ণীত হবে)" + +msgid "One-to-one relationship" +msgstr "ওয়ান-টু-ওয়ান রিলেশানশিপ" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "ম্যানি-টু-ম্যানি রিলেশানশিপ" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr "" + +msgid "This field is required." +msgstr "এটি আবশ্যক।" + +msgid "Enter a whole number." +msgstr "একটি পূর্ণসংখ্যা দিন" + +msgid "Enter a number." +msgstr "একটি সংখ্যা প্রবেশ করান।" + +msgid "Enter a valid date." +msgstr "বৈধ তারিখ দিন।" + +msgid "Enter a valid time." +msgstr "বৈধ সময় দিন।" + +msgid "Enter a valid date/time." +msgstr "বৈধ তারিখ/সময় দিন।" + +msgid "Enter a valid duration." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "কোন ফাইল দেয়া হয়নি। ফর্মের এনকোডিং ঠিক আছে কিনা দেখুন।" + +msgid "No file was submitted." +msgstr "কোন ফাইল দেয়া হয়নি।" + +msgid "The submitted file is empty." +msgstr "ফাইলটি খালি।" + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +msgstr[1] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"একটি ফাইল সাবমিট করুন অথবা ক্লিয়ার চেকবক্সটি চেক করে দিন, যে কোন একটি করুন।" + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"সঠিক ছবি আপলোড করুন। যে ফাইলটি আপলোড করা হয়েছে তা হয় ছবি নয় অথবা নষ্ট হয়ে " +"যাওয়া ছবি।" + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "%(value)s বৈধ নয়। অনুগ্রহ করে আরেকটি সিলেক্ট করুন।" + +msgid "Enter a list of values." +msgstr "কয়েকটি মানের তালিকা দিন।" + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr "" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" +msgstr[1] "" + +msgid "Order" +msgstr "ক্রম" + +msgid "Delete" +msgstr "মুছুন" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "" + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" + +msgid "Please correct the duplicate values below." +msgstr "" + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "ইনলাইন ফরেন কি টি প্যারেন্ট ইনস্ট্যান্সের প্রাইমারি কি এর সমান নয়।" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "এটি বৈধ নয়। অনুগ্রহ করে আরেকটি সিলেক্ট করুন।" + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +msgid "Currently" +msgstr "এই মুহুর্তে" + +msgid "Change" +msgstr "পরিবর্তন" + +msgid "Clear" +msgstr "পরিষ্কার করুন" + +msgid "Unknown" +msgstr "অজানা" + +msgid "Yes" +msgstr "হ্যাঁ" + +msgid "No" +msgstr "না" + +msgid "yes,no,maybe" +msgstr "হ্যাঁ,না,হয়তো" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d বাইট" +msgstr[1] "%(size)d বাইট" + +#, python-format +msgid "%s KB" +msgstr "%s কিলোবাইট" + +#, python-format +msgid "%s MB" +msgstr "%s মেগাবাইট" + +#, python-format +msgid "%s GB" +msgstr "%s গিগাবাইট" + +#, python-format +msgid "%s TB" +msgstr "%s টেরাবাইট" + +#, python-format +msgid "%s PB" +msgstr "%s পেটাবাইট" + +msgid "p.m." +msgstr "অপরাহ্ন" + +msgid "a.m." +msgstr "পূর্বাহ্ন" + +msgid "PM" +msgstr "অপরাহ্ন" + +msgid "AM" +msgstr "পূর্বাহ্ন" + +msgid "midnight" +msgstr "মধ্যরাত" + +msgid "noon" +msgstr "দুপুর" + +msgid "Monday" +msgstr "সোমবার" + +msgid "Tuesday" +msgstr "মঙ্গলবার" + +msgid "Wednesday" +msgstr "বুধবার" + +msgid "Thursday" +msgstr "বৃহস্পতিবার" + +msgid "Friday" +msgstr "শুক্রবার" + +msgid "Saturday" +msgstr "শনিবার" + +msgid "Sunday" +msgstr "রবিবার" + +msgid "Mon" +msgstr "সোম" + +msgid "Tue" +msgstr "মঙ্গল" + +msgid "Wed" +msgstr "বুধ" + +msgid "Thu" +msgstr "বৃহঃ" + +msgid "Fri" +msgstr "শুক্র" + +msgid "Sat" +msgstr "শনি" + +msgid "Sun" +msgstr "রবি" + +msgid "January" +msgstr "জানুয়ারি" + +msgid "February" +msgstr "ফেব্রুয়ারি" + +msgid "March" +msgstr "মার্চ" + +msgid "April" +msgstr "এপ্রিল" + +msgid "May" +msgstr "মে" + +msgid "June" +msgstr "জুন" + +msgid "July" +msgstr "জুলাই" + +msgid "August" +msgstr "আগস্ট" + +msgid "September" +msgstr "সেপ্টেম্বর" + +msgid "October" +msgstr "অক্টোবর" + +msgid "November" +msgstr "নভেম্বর" + +msgid "December" +msgstr "ডিসেম্বর" + +msgid "jan" +msgstr "জান." + +msgid "feb" +msgstr "ফেব." + +msgid "mar" +msgstr "মার্চ" + +msgid "apr" +msgstr "এপ্রি." + +msgid "may" +msgstr "মে" + +msgid "jun" +msgstr "জুন" + +msgid "jul" +msgstr "জুল." + +msgid "aug" +msgstr "আগ." + +msgid "sep" +msgstr "সেপ্টে." + +msgid "oct" +msgstr "অক্টো." + +msgid "nov" +msgstr "নভে." + +msgid "dec" +msgstr "ডিসে." + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "জানু." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "ফেব্রু." + +msgctxt "abbrev. month" +msgid "March" +msgstr "মার্চ" + +msgctxt "abbrev. month" +msgid "April" +msgstr "এপ্রিল" + +msgctxt "abbrev. month" +msgid "May" +msgstr "মে" + +msgctxt "abbrev. month" +msgid "June" +msgstr "জুন" + +msgctxt "abbrev. month" +msgid "July" +msgstr "জুলাই" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "আগ." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "সেপ্ট." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "অক্টো." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "নভে." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "ডিসে." + +msgctxt "alt. month" +msgid "January" +msgstr "জানুয়ারি" + +msgctxt "alt. month" +msgid "February" +msgstr "ফেব্রুয়ারি" + +msgctxt "alt. month" +msgid "March" +msgstr "মার্চ" + +msgctxt "alt. month" +msgid "April" +msgstr "এপ্রিল" + +msgctxt "alt. month" +msgid "May" +msgstr "মে" + +msgctxt "alt. month" +msgid "June" +msgstr "জুন" + +msgctxt "alt. month" +msgid "July" +msgstr "জুলাই" + +msgctxt "alt. month" +msgid "August" +msgstr "আগস্ট" + +msgctxt "alt. month" +msgid "September" +msgstr "সেপ্টেম্বর" + +msgctxt "alt. month" +msgid "October" +msgstr "অক্টোবর" + +msgctxt "alt. month" +msgid "November" +msgstr "নভেম্বর" + +msgctxt "alt. month" +msgid "December" +msgstr "ডিসেম্বর" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "অথবা" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr "," + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" + +msgid "0 minutes" +msgstr "0 মিনিট" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "Welcome to Django" +msgstr "" + +msgid "It worked!" +msgstr "" + +msgid "Congratulations on your first Django-powered page." +msgstr "" + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" + +msgid "No year specified" +msgstr "কোন বছর উল্লেখ করা হয়নি" + +msgid "No month specified" +msgstr "কোন মাস উল্লেখ করা হয়নি" + +msgid "No day specified" +msgstr "কোন দিন উল্লেখ করা হয়নি" + +msgid "No week specified" +msgstr "কোন সপ্তাহ উল্লেখ করা হয়নি" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "কোন %(verbose_name_plural)s নেই" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "কুয়েরি ম্যাচ করে এমন কোন %(verbose_name)s পাওয়া যায় নি" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "" + +msgid "Directory indexes are not allowed here." +msgstr "ডিরেক্টরি ইনডেক্স অনুমোদিত নয়" + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" এর অস্তিত্ব নেই" + +#, python-format +msgid "Index of %(directory)s" +msgstr "%(directory)s এর ইনডেক্স" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/bn/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/bn/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/bn/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/bn/formats.py new file mode 100644 index 0000000..2348c3a --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/bn/formats.py @@ -0,0 +1,24 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'j F, Y' +TIME_FORMAT = 'g:i A' +# DATETIME_FORMAT = +YEAR_MONTH_FORMAT = 'F Y' +MONTH_DAY_FORMAT = 'j F' +SHORT_DATE_FORMAT = 'j M, Y' +# SHORT_DATETIME_FORMAT = +# FIRST_DAY_OF_WEEK = + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +# DATE_INPUT_FORMATS = +# TIME_INPUT_FORMATS = +# DATETIME_INPUT_FORMATS = +DECIMAL_SEPARATOR = '.' +THOUSAND_SEPARATOR = ',' +# NUMBER_GROUPING = diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/br/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/br/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..07ae6cefa66606a5b7b32d9fec5606f720a0ab6e GIT binary patch literal 15121 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 Ij;rAPKWzK!MgRZ+ literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/br/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/br/LC_MESSAGES/django.po new file mode 100644 index 0000000..143e36a --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/br/LC_MESSAGES/django.po @@ -0,0 +1,1152 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Fulup , 2012,2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Breton (http://www.transifex.com/django/django/language/br/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: br\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +msgid "Afrikaans" +msgstr "Afrikaneg" + +msgid "Arabic" +msgstr "Arabeg" + +msgid "Asturian" +msgstr "Astureg" + +msgid "Azerbaijani" +msgstr "Azeri" + +msgid "Bulgarian" +msgstr "Bulgareg" + +msgid "Belarusian" +msgstr "Belaruseg" + +msgid "Bengali" +msgstr "Bengaleg" + +msgid "Breton" +msgstr "Brezhoneg" + +msgid "Bosnian" +msgstr "Bosneg" + +msgid "Catalan" +msgstr "Katalaneg" + +msgid "Czech" +msgstr "Tchekeg" + +msgid "Welsh" +msgstr "Kembraeg" + +msgid "Danish" +msgstr "Daneg" + +msgid "German" +msgstr "Alamaneg" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "Gresianeg" + +msgid "English" +msgstr "Saozneg" + +msgid "Australian English" +msgstr "Saozneg Aostralia" + +msgid "British English" +msgstr "Saozneg Breizh-Veur" + +msgid "Esperanto" +msgstr "Esperanteg" + +msgid "Spanish" +msgstr "Spagnoleg" + +msgid "Argentinian Spanish" +msgstr "Spagnoleg Arc'hantina" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "Spagnoleg Mec'hiko" + +msgid "Nicaraguan Spanish" +msgstr "Spagnoleg Nicaragua" + +msgid "Venezuelan Spanish" +msgstr "Spagnoleg Venezuela" + +msgid "Estonian" +msgstr "Estoneg" + +msgid "Basque" +msgstr "Euskareg" + +msgid "Persian" +msgstr "Perseg" + +msgid "Finnish" +msgstr "Finneg" + +msgid "French" +msgstr "Galleg" + +msgid "Frisian" +msgstr "Frizeg" + +msgid "Irish" +msgstr "Iwerzhoneg" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "Galizeg" + +msgid "Hebrew" +msgstr "Hebraeg" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Kroateg" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "Hungareg" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indonezeg" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Islandeg" + +msgid "Italian" +msgstr "Italianeg" + +msgid "Japanese" +msgstr "Japaneg" + +msgid "Georgian" +msgstr "Jorjianeg" + +msgid "Kazakh" +msgstr "kazak" + +msgid "Khmer" +msgstr "Khmer" + +msgid "Kannada" +msgstr "Kannata" + +msgid "Korean" +msgstr "Koreaneg" + +msgid "Luxembourgish" +msgstr "Luksembourgeg" + +msgid "Lithuanian" +msgstr "Lituaneg" + +msgid "Latvian" +msgstr "Latveg" + +msgid "Macedonian" +msgstr "Makedoneg" + +msgid "Malayalam" +msgstr "Malayalam" + +msgid "Mongolian" +msgstr "Mongoleg" + +msgid "Marathi" +msgstr "Marathi" + +msgid "Burmese" +msgstr "Burmeg" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "nepaleg" + +msgid "Dutch" +msgstr "Nederlandeg" + +msgid "Norwegian Nynorsk" +msgstr "Norvegeg Nynorsk" + +msgid "Ossetic" +msgstr "Oseteg" + +msgid "Punjabi" +msgstr "Punjabeg" + +msgid "Polish" +msgstr "Poloneg" + +msgid "Portuguese" +msgstr "Portugaleg" + +msgid "Brazilian Portuguese" +msgstr "Portugaleg Brazil" + +msgid "Romanian" +msgstr "Roumaneg" + +msgid "Russian" +msgstr "Rusianeg" + +msgid "Slovak" +msgstr "Slovakeg" + +msgid "Slovenian" +msgstr "Sloveneg" + +msgid "Albanian" +msgstr "Albaneg" + +msgid "Serbian" +msgstr "Serbeg" + +msgid "Serbian Latin" +msgstr "Serbeg e lizherennoù latin" + +msgid "Swedish" +msgstr "Svedeg" + +msgid "Swahili" +msgstr "swahileg" + +msgid "Tamil" +msgstr "Tamileg" + +msgid "Telugu" +msgstr "Telougou" + +msgid "Thai" +msgstr "Thai" + +msgid "Turkish" +msgstr "Turkeg" + +msgid "Tatar" +msgstr "tatar" + +msgid "Udmurt" +msgstr "Oudmourteg" + +msgid "Ukrainian" +msgstr "Ukraineg" + +msgid "Urdu" +msgstr "Ourdou" + +msgid "Vietnamese" +msgstr "Vietnameg" + +msgid "Simplified Chinese" +msgstr "Sinaeg eeunaet" + +msgid "Traditional Chinese" +msgstr "Sinaeg hengounel" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "Tresoù al lec'hienn" + +msgid "Static Files" +msgstr "Restroù statek" + +msgid "Syndication" +msgstr "Sindikadur" + +msgid "Enter a valid value." +msgstr "Merkit un talvoud reizh" + +msgid "Enter a valid URL." +msgstr "Merkit un URL reizh" + +msgid "Enter a valid integer." +msgstr "" + +msgid "Enter a valid email address." +msgstr "Merkit ur chomlec'h postel reizh" + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"N'hall bezañ er vaezienn-mañ nemet lizherennoù, niveroù, tiredoù izel _ ha " +"barrennigoù-stagañ." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "Merkit ur chomlec'h IPv4 reizh." + +msgid "Enter a valid IPv6 address." +msgstr "Merkit ur chomlec'h IPv6 reizh." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Merkit ur chomlec'h IPv4 pe IPv6 reizh." + +msgid "Enter only digits separated by commas." +msgstr "Merkañ hepken sifroù dispartiet dre skejoù." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Bezit sur ez eo an talvoud-mañ %(limit_value)s (evit ar mare ez eo " +"%(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Gwiriit mat emañ an talvoud-mañ a-is pe par da %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Gwiriit mat emañ an talvoud-mañ a-us pe par da %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +msgstr[1] "" + +msgid "and" +msgstr "ha" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "N'hall ket ar vaezienn chom goullo" + +msgid "This field cannot be blank." +msgstr "N'hall ket ar vaezienn chom goullo" + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "Bez' ez eus c'hoazh eus ur %(model_name)s gant ar %(field_label)s-mañ." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Seurt maezienn : %(field_type)s" + +msgid "Integer" +msgstr "Anterin" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "" + +msgid "Big (8 byte) integer" +msgstr "Anterin bras (8 okted)" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "Boulean (gwir pe gaou)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "neudennad arouezennoù (betek %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Niveroù anterin dispartiet dre ur skej" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "Deizad (hep eur)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "Deizad (gant an eur)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "Niver dekvedennel" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "Chomlec'h postel" + +msgid "File path" +msgstr "Treug war-du ar restr" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "Niver gant skej nij" + +msgid "IPv4 address" +msgstr "Chomlec'h IPv4" + +msgid "IP address" +msgstr "Chomlec'h IP" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "Rekis eo d'an talvoud '%(value)s' bezañ par da Hini, Gwir pe Gaou." + +msgid "Boolean (Either True, False or None)" +msgstr "Boulean (gwir pe gaou pe netra)" + +msgid "Positive integer" +msgstr "Niver anterin pozitivel" + +msgid "Positive small integer" +msgstr "Niver anterin bihan pozitivel" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (betek %(max_length)s arouez.)" + +msgid "Small integer" +msgstr "Niver anterin bihan" + +msgid "Text" +msgstr "Testenn" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "Eur" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "" + +msgid "File" +msgstr "Restr" + +msgid "Image" +msgstr "Skeudenn" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "Alc'hwez estren (seurt termenet dre ar vaezienn liammet)" + +msgid "One-to-one relationship" +msgstr "Darempred unan-ouzh-unan" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "Darempred lies-ouzh-lies" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr "" + +msgid "This field is required." +msgstr "Rekis eo leuniañ ar vaezienn." + +msgid "Enter a whole number." +msgstr "Merkit un niver anterin." + +msgid "Enter a number." +msgstr "Merkit un niver." + +msgid "Enter a valid date." +msgstr "Merkit un deiziad reizh" + +msgid "Enter a valid time." +msgstr "Merkit un eur reizh" + +msgid "Enter a valid date/time." +msgstr "Merkit un eur/deiziad reizh" + +msgid "Enter a valid duration." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "N'eus ket kaset restr ebet. Gwiriit ar seurt enkodañ evit ar restr" + +msgid "No file was submitted." +msgstr "N'eus bet kaset restr ebet." + +msgid "The submitted file is empty." +msgstr "Goullo eo ar restr kaset." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +msgstr[1] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Kasit ur restr pe askit al log riñsañ; an eil pe egile" + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Enpozhiit ur skeudenn reizh. Ar seurt bet enporzhiet ganeoc'h a oa foeltret " +"pe ne oa ket ur skeudenn" + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Dizuit un dibab reizh. %(value)s n'emañ ket e-touez an dibaboù posupl." + +msgid "Enter a list of values." +msgstr "Merkit ur roll talvoudoù" + +msgid "Enter a complete value." +msgstr "Merkañ un talvoud klok" + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr "" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" +msgstr[1] "" + +msgid "Order" +msgstr "Urzh" + +msgid "Delete" +msgstr "Diverkañ" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Reizhit ar roadennoù e doubl e %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Reizhit ar roadennoù e doubl e %(field)s, na zle bezañ enni nemet talvoudoù " +"dzho o-unan." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Reizhit ar roadennoù e doubl e %(field_name)s a rank bezañ ennañ talvodoù en " +"o-unan evit lodenn %(lookup)s %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Reizhañ ar roadennoù e doubl zo a-is" + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "" +"Ne glot ket an alc'hwez estren enlinenn gant alc'hwez-mamm an urzhiataer " +"galloudel kar" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Diuzit un dibab reizh. N'emañ ket an dibab-mañ e-touez ar re bosupl." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"N'eo ket bete komprenet an talvoud %(datetime)s er werzhid eur " +"%(current_timezone)s; pe eo amjestr pe n'eus ket anezhañ." + +msgid "Currently" +msgstr "Evit ar mare" + +msgid "Change" +msgstr "Kemmañ" + +msgid "Clear" +msgstr "Riñsañ" + +msgid "Unknown" +msgstr "Dianav" + +msgid "Yes" +msgstr "Ya" + +msgid "No" +msgstr "Ket" + +msgid "yes,no,maybe" +msgstr "ya, ket, marteze" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d okted" +msgstr[1] "%(size)d okted" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "g.m." + +msgid "a.m." +msgstr "mintin" + +msgid "PM" +msgstr "G.M." + +msgid "AM" +msgstr "Mintin" + +msgid "midnight" +msgstr "hanternoz" + +msgid "noon" +msgstr "kreisteiz" + +msgid "Monday" +msgstr "Lun" + +msgid "Tuesday" +msgstr "Meurzh" + +msgid "Wednesday" +msgstr "Merc'her" + +msgid "Thursday" +msgstr "Yaou" + +msgid "Friday" +msgstr "Gwener" + +msgid "Saturday" +msgstr "Sadorn" + +msgid "Sunday" +msgstr "Sul" + +msgid "Mon" +msgstr "Lun" + +msgid "Tue" +msgstr "Meu" + +msgid "Wed" +msgstr "Mer" + +msgid "Thu" +msgstr "Yao" + +msgid "Fri" +msgstr "Gwe" + +msgid "Sat" +msgstr "Sad" + +msgid "Sun" +msgstr "Sul" + +msgid "January" +msgstr "Genver" + +msgid "February" +msgstr "C'hwevrer" + +msgid "March" +msgstr "Meurzh" + +msgid "April" +msgstr "Ebrel" + +msgid "May" +msgstr "Mae" + +msgid "June" +msgstr "Mezheven" + +msgid "July" +msgstr "Gouere" + +msgid "August" +msgstr "Eost" + +msgid "September" +msgstr "Gwengolo" + +msgid "October" +msgstr "Here" + +msgid "November" +msgstr "Du" + +msgid "December" +msgstr "Kerzu" + +msgid "jan" +msgstr "Gen" + +msgid "feb" +msgstr "C'hwe" + +msgid "mar" +msgstr "Meu" + +msgid "apr" +msgstr "Ebr" + +msgid "may" +msgstr "Mae" + +msgid "jun" +msgstr "Mez" + +msgid "jul" +msgstr "Gou" + +msgid "aug" +msgstr "Eos" + +msgid "sep" +msgstr "Gwe" + +msgid "oct" +msgstr "Her" + +msgid "nov" +msgstr "Du" + +msgid "dec" +msgstr "Kzu" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Gen." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "C'hwe." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Meu." + +msgctxt "abbrev. month" +msgid "April" +msgstr "Ebr." + +msgctxt "abbrev. month" +msgid "May" +msgstr "Mae" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Mez." + +msgctxt "abbrev. month" +msgid "July" +msgstr "Gou." + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Eos." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Gwe." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Her." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Du" + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Kzu" + +msgctxt "alt. month" +msgid "January" +msgstr "Genver" + +msgctxt "alt. month" +msgid "February" +msgstr "C'hwevrer" + +msgctxt "alt. month" +msgid "March" +msgstr "Meurzh" + +msgctxt "alt. month" +msgid "April" +msgstr "Ebrel" + +msgctxt "alt. month" +msgid "May" +msgstr "Mae" + +msgctxt "alt. month" +msgid "June" +msgstr "Mezheven" + +msgctxt "alt. month" +msgid "July" +msgstr "Gouere" + +msgctxt "alt. month" +msgid "August" +msgstr "Eost" + +msgctxt "alt. month" +msgid "September" +msgstr "Gwengolo" + +msgctxt "alt. month" +msgid "October" +msgstr "Here" + +msgctxt "alt. month" +msgid "November" +msgstr "Du" + +msgctxt "alt. month" +msgid "December" +msgstr "Kerzu" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "pe" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr "," + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d bloaz" +msgstr[1] "%d bloaz" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d miz" +msgstr[1] "%d miz" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d sizhun" +msgstr[1] "%d sizhun" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d deiz" +msgstr[1] "%d deiz" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d eur" +msgstr[1] "%d eur" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d munud" +msgstr[1] "%d munud" + +msgid "0 minutes" +msgstr "0 munud" + +msgid "Forbidden" +msgstr "Difennet" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "Welcome to Django" +msgstr "" + +msgid "It worked!" +msgstr "" + +msgid "Congratulations on your first Django-powered page." +msgstr "" + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" + +msgid "No year specified" +msgstr "N'eus bet resisaet bloavezh ebet" + +msgid "No month specified" +msgstr "N'eus bet resisaet miz ebet" + +msgid "No day specified" +msgstr "N'eus bet resisaet deiz ebet" + +msgid "No week specified" +msgstr "N'eus bet resisaet sizhun ebet" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "N'eus %(verbose_name_plural)s ebet da gaout." + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"En dazont ne vo ket a %(verbose_name_plural)s rak faos eo %(class_name)s." +"allow_future." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "" +"Direizh eo ar furmad '%(format)s' evit an neudennad deiziad '%(datestr)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" +"N'eus bet kavet traezenn %(verbose_name)s ebet o klotaén gant ar goulenn" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "" +"N'eo ket 'last' ar bajenn na n'hall ket bezañ amdroet en un niver anterin." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Roll goullo ha faos eo '%(class_name)s.allow_empty'." + +msgid "Directory indexes are not allowed here." +msgstr "N'haller ket diskwel endalc'had ar c'havlec'h-mañ." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "N'eus ket eus \"%(path)s\"" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Meneger %(directory)s" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/bs/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/bs/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..6851d6fcb8d53fb4edf3c723567af0bc85073358 GIT binary patch literal 11249 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%0ARPEdAAiH*^8P=L! zhvUMl2JGRGQ=;-%n|X{C=8nf@`nLK>Z5&^cw2LmDG>rL@C)iu=1h(W~9B1j)7*CYU zP!zMkeis}=lSSO(>@>R)j7_t)tH|u^?e=qn6sas~cMxd`eR)Z|V6B;iwV;9~wt1CTKHA0sw|D7f2NhGrk}e)kG7p|UfRTN4s|K*=&`{+ZKTxX8(GyJ5Oc614XwyVLJZ4y%86Kyg8T+n%xDh;mkD!GeKQ*H|2M@ za7+c90|nTZ8}twP;oyrSdef>|SJuXr)tN0#OvmR0we!LO&M8gVEcfFYzA@#%O=mqy zS8OYD8?fAy%xuu<<~EaeyXqbrU#()LReV)j6_?42izr%@MVXY-G)%R-r<&;BEYeJ) zo8kyDQ>kC)Qj)|RxBZEm;-Z9Vo(*zD=z*z0pP!l)XU zh~~xmmf586*nJdXS>$Mf@?xcNu-$EOot3`bumvm3CC9d5_N4W~oF4|cu97U~1-LAP zg_Y_T1Q9yDBFKzi!SVQ29DJ|hS?{x=ydEw|D;i6SaqU@}#QC-~33va9Bsu)W&0F`s zIH~m7OVgHC#M3Qp9-p@~X?M_7T9hvt;(~h!z=g8g0#8wdqGwEGANg9~tJ7{H zS-C6daxEX8$QogNc&un-!&Awqw{mjl)bIvfMJYS1OY^9=c4W;%pQv~t};nF>M`Bih`jAVNSx%I zgEoA=EV7@KFrH4%rB2N0-3W%K0>3lrjU_gs@CKTB-W^@NdS+&(lB>mVI@nj?j<&iS zQy(}7TYYskTRpgPVtiuL{OH$IMpka%h{hWYPuZ(mjyGG~jo8;`1TW8>$-t>)tZrY z>(+RuoZ{(qhEqM!btJE~`*xWRN;*sIzwP z?3HFoxS9E0(n~sCFAZC`isaCNgI5$BSk`~eg`U0O;1%3Mxzo17M;Cbd3OuuRC>!M* z;C9v3S3mOP-8*!E+n_D7AoL7c^+WfR$yJ}smI_pD1gf`w4C=S?I9w2g7CN`)2EoN- zzy_j3lXH>i@L!$2ZNi=jWIIyOpGS~b}368%BB1AGMgAAiQt5YdVHH9M*E8o-9%l7=XPu(S<>vDBbsan(nE(_er{&Mv_ic1)XqSs=9ePG4?EKSY)SD1BE zu4J+Iz@@h;hJE1Dn}@tMX0N%(@JxD5>Ru*;8?y7-4u?EKlUCUDYALs6jfWTR&r6$) z3(v)}On9+0mriXo+gEH(6|S)bzIyre)pqA9uw9%VC*^RtuPn(}I1lr+Y8Yr@$1|Un z`JFPUO$^bu*kI0LD<)8sD?{S+QIxBTGZv7CUH=gg?qtEfVZEmPR^*#$E_T!#WAd3+ zc32w=!VlTqkaP_9P43xVJ8BgNuf@K?F0-Bn2d@ue3ipEjWxWG_|p z!zFfF)?V%$w|5(9vA^^vG1dHo*HWR8S~L~!T4%#en2?v;>&s1TLteWj&@vN*{oo#y7 zS86d=Whku1c7$#8^&7U!`5HU;>lOwYGgL43_s2|L5Sz`cWtrAZgQ`udESu<&qV`=NLly=Jtf0aE8~G5rWR_FLsXZO)8A!>+67$8J69_X2wsa|a0R4I}Tz z%x(T2pUYd8PG_-8!*V4J=S10Fll@I>X zPqIg{oh`O_n`67Ya(LW!bFLuTn>KdF2P>9Gzlu(3)N;B>LA0bH{csIppCt#c0Q}WJnpO;6vtpPp(llUNrXhbQ4u)hV HOw0cRqt)QE literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/bs/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/bs/LC_MESSAGES/django.po new file mode 100644 index 0000000..ce663c7 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/bs/LC_MESSAGES/django.po @@ -0,0 +1,1162 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Filip Dupanović , 2011 +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Bosnian (http://www.transifex.com/django/django/language/" +"bs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bs\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +msgid "Afrikaans" +msgstr "" + +msgid "Arabic" +msgstr "arapski" + +msgid "Asturian" +msgstr "" + +msgid "Azerbaijani" +msgstr "Azerbejdžanski" + +msgid "Bulgarian" +msgstr "bugarski" + +msgid "Belarusian" +msgstr "" + +msgid "Bengali" +msgstr "bengalski" + +msgid "Breton" +msgstr "" + +msgid "Bosnian" +msgstr "bosanski" + +msgid "Catalan" +msgstr "katalonski" + +msgid "Czech" +msgstr "češki" + +msgid "Welsh" +msgstr "velški" + +msgid "Danish" +msgstr "danski" + +msgid "German" +msgstr "njemački" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "grčki" + +msgid "English" +msgstr "engleski" + +msgid "Australian English" +msgstr "" + +msgid "British English" +msgstr "Britanski engleski" + +msgid "Esperanto" +msgstr "" + +msgid "Spanish" +msgstr "španski" + +msgid "Argentinian Spanish" +msgstr "Argentinski španski" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "Meksički španski" + +msgid "Nicaraguan Spanish" +msgstr "Nikuaraganski španski" + +msgid "Venezuelan Spanish" +msgstr "" + +msgid "Estonian" +msgstr "estonski" + +msgid "Basque" +msgstr "baskijski" + +msgid "Persian" +msgstr "persijski" + +msgid "Finnish" +msgstr "finski" + +msgid "French" +msgstr "francuski" + +msgid "Frisian" +msgstr "frišanski" + +msgid "Irish" +msgstr "irski" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "galski" + +msgid "Hebrew" +msgstr "hebrejski" + +msgid "Hindi" +msgstr "hindi" + +msgid "Croatian" +msgstr "hrvatski" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "mađarski" + +msgid "Interlingua" +msgstr "" + +msgid "Indonesian" +msgstr "Indonežanski" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "islandski" + +msgid "Italian" +msgstr "italijanski" + +msgid "Japanese" +msgstr "japanski" + +msgid "Georgian" +msgstr "gruzijski" + +msgid "Kazakh" +msgstr "" + +msgid "Khmer" +msgstr "kambođanski" + +msgid "Kannada" +msgstr "kanada" + +msgid "Korean" +msgstr "korejski" + +msgid "Luxembourgish" +msgstr "" + +msgid "Lithuanian" +msgstr "litvanski" + +msgid "Latvian" +msgstr "latvijski" + +msgid "Macedonian" +msgstr "makedonski" + +msgid "Malayalam" +msgstr "Malajalamski" + +msgid "Mongolian" +msgstr "Mongolski" + +msgid "Marathi" +msgstr "" + +msgid "Burmese" +msgstr "" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "" + +msgid "Dutch" +msgstr "holandski" + +msgid "Norwegian Nynorsk" +msgstr "Norveški novi" + +msgid "Ossetic" +msgstr "" + +msgid "Punjabi" +msgstr "Pandžabi" + +msgid "Polish" +msgstr "poljski" + +msgid "Portuguese" +msgstr "portugalski" + +msgid "Brazilian Portuguese" +msgstr "brazilski portugalski" + +msgid "Romanian" +msgstr "rumunski" + +msgid "Russian" +msgstr "ruski" + +msgid "Slovak" +msgstr "slovački" + +msgid "Slovenian" +msgstr "slovenački" + +msgid "Albanian" +msgstr "albanski" + +msgid "Serbian" +msgstr "srpski" + +msgid "Serbian Latin" +msgstr "srpski latinski" + +msgid "Swedish" +msgstr "švedski" + +msgid "Swahili" +msgstr "" + +msgid "Tamil" +msgstr "tamilski" + +msgid "Telugu" +msgstr "telugu" + +msgid "Thai" +msgstr "tajlandski" + +msgid "Turkish" +msgstr "turski" + +msgid "Tatar" +msgstr "" + +msgid "Udmurt" +msgstr "" + +msgid "Ukrainian" +msgstr "ukrajinski" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Vietnamese" +msgstr "vijetnamežanski" + +msgid "Simplified Chinese" +msgstr "novokineski" + +msgid "Traditional Chinese" +msgstr "starokineski" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "" + +msgid "Static Files" +msgstr "" + +msgid "Syndication" +msgstr "" + +msgid "Enter a valid value." +msgstr "Unesite ispravnu vrijednost." + +msgid "Enter a valid URL." +msgstr "Unesite ispravan URL." + +msgid "Enter a valid integer." +msgstr "" + +msgid "Enter a valid email address." +msgstr "" + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Unesite ispravan „slug“, koji se sastoji od slova, brojki, donjih crta ili " +"crtica." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "Unesite ispravnu IPv4 adresu." + +msgid "Enter a valid IPv6 address." +msgstr "" + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "" + +msgid "Enter only digits separated by commas." +msgstr "Unesite samo brojke razdvojene zapetama." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Pobrinite se da je ova vrijednost %(limit_value)s (trenutno je " +"%(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Ova vrijednost mora da bude manja ili jednaka %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Ova vrijednost mora biti veća ili jednaka %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "and" +msgstr "i" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "Ovo polje ne može ostati prazno." + +msgid "This field cannot be blank." +msgstr "Ovo polje ne može biti prazno." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s sa ovom vrijednošću %(field_label)s već postoji." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Polje tipa: %(field_type)s" + +msgid "Integer" +msgstr "Cijeo broj" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "" + +msgid "Big (8 byte) integer" +msgstr "Big (8 bajtni) integer" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "Bulova vrijednost (True ili False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "String (najviše %(max_length)s znakova)" + +msgid "Comma-separated integers" +msgstr "Cijeli brojevi razdvojeni zapetama" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "Datum (bez vremena)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "Datum (sa vremenom)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "Decimalni broj" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "Email adresa" + +msgid "File path" +msgstr "Putanja fajla" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "Broj sa pokrenom zapetom" + +msgid "IPv4 address" +msgstr "" + +msgid "IP address" +msgstr "IP adresa" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "Bulova vrijednost (True, False ili None)" + +msgid "Positive integer" +msgstr "" + +msgid "Positive small integer" +msgstr "" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "" + +msgid "Small integer" +msgstr "" + +msgid "Text" +msgstr "Tekst" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "Vrijeme" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "" + +msgid "File" +msgstr "" + +msgid "Image" +msgstr "" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "Strani ključ (tip određen povezanim poljem)" + +msgid "One-to-one relationship" +msgstr "Jedan-na-jedan odnos" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "Više-na-više odsnos" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr "" + +msgid "This field is required." +msgstr "Ovo polje se mora popuniti." + +msgid "Enter a whole number." +msgstr "Unesite cijeo broj." + +msgid "Enter a number." +msgstr "Unesite broj." + +msgid "Enter a valid date." +msgstr "Unesite ispravan datum." + +msgid "Enter a valid time." +msgstr "Unesite ispravno vrijeme" + +msgid "Enter a valid date/time." +msgstr "Unesite ispravan datum/vrijeme." + +msgid "Enter a valid duration." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Fajl nije prebačen. Provjerite tip enkodiranja formulara." + +msgid "No file was submitted." +msgstr "Fajl nije prebačen." + +msgid "The submitted file is empty." +msgstr "Prebačen fajl je prazan." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Prebacite ispravan fajl. Fajl koji je prebačen ili nije slika, ili je " +"oštećen." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"%(value)s nije među ponuđenim vrijednostima. Odaberite jednu od ponuđenih." + +msgid "Enter a list of values." +msgstr "Unesite listu vrijednosti." + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr "" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "Order" +msgstr "Redoslijed" + +msgid "Delete" +msgstr "Obriši" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Ispravite dupli sadržaj za polja: %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Ispravite dupli sadržaj za polja: %(field)s, koji mora da bude jedinstven." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Ispravite dupli sadržaj za polja: %(field_name)s, koji mora da bude " +"jedinstven za %(lookup)s u %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Ispravite duple vrijednosti dole." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "Strani ključ se nije poklopio sa instancom roditeljskog ključa." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Odabrana vrijednost nije među ponuđenima. Odaberite jednu od ponuđenih." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +msgid "Currently" +msgstr "Trenutno" + +msgid "Change" +msgstr "Izmjeni" + +msgid "Clear" +msgstr "Očisti" + +msgid "Unknown" +msgstr "Nepoznato" + +msgid "Yes" +msgstr "Da" + +msgid "No" +msgstr "Ne" + +msgid "yes,no,maybe" +msgstr "da,ne,možda" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "po p." + +msgid "a.m." +msgstr "prije p." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "ponoć" + +msgid "noon" +msgstr "podne" + +msgid "Monday" +msgstr "ponedjeljak" + +msgid "Tuesday" +msgstr "utorak" + +msgid "Wednesday" +msgstr "srijeda" + +msgid "Thursday" +msgstr "četvrtak" + +msgid "Friday" +msgstr "petak" + +msgid "Saturday" +msgstr "subota" + +msgid "Sunday" +msgstr "nedjelja" + +msgid "Mon" +msgstr "pon." + +msgid "Tue" +msgstr "uto." + +msgid "Wed" +msgstr "sri." + +msgid "Thu" +msgstr "čet." + +msgid "Fri" +msgstr "pet." + +msgid "Sat" +msgstr "sub." + +msgid "Sun" +msgstr "ned." + +msgid "January" +msgstr "januar" + +msgid "February" +msgstr "februar" + +msgid "March" +msgstr "mart" + +msgid "April" +msgstr "april" + +msgid "May" +msgstr "maj" + +msgid "June" +msgstr "juni" + +msgid "July" +msgstr "juli" + +msgid "August" +msgstr "august" + +msgid "September" +msgstr "septembar" + +msgid "October" +msgstr "oktobar" + +msgid "November" +msgstr "novembar" + +msgid "December" +msgstr "decembar" + +msgid "jan" +msgstr "jan." + +msgid "feb" +msgstr "feb." + +msgid "mar" +msgstr "mar." + +msgid "apr" +msgstr "apr." + +msgid "may" +msgstr "maj." + +msgid "jun" +msgstr "jun." + +msgid "jul" +msgstr "jul." + +msgid "aug" +msgstr "aug." + +msgid "sep" +msgstr "sep." + +msgid "oct" +msgstr "okt." + +msgid "nov" +msgstr "nov." + +msgid "dec" +msgstr "dec." + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Jan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Mart" + +msgctxt "abbrev. month" +msgid "April" +msgstr "April" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Maj" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Juni" + +msgctxt "abbrev. month" +msgid "July" +msgstr "juli" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "august" + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "septembar" + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "oktobar" + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "novembar" + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "decembar" + +msgctxt "alt. month" +msgid "January" +msgstr "januar" + +msgctxt "alt. month" +msgid "February" +msgstr "februar" + +msgctxt "alt. month" +msgid "March" +msgstr "mart" + +msgctxt "alt. month" +msgid "April" +msgstr "april" + +msgctxt "alt. month" +msgid "May" +msgstr "maj" + +msgctxt "alt. month" +msgid "June" +msgstr "juni" + +msgctxt "alt. month" +msgid "July" +msgstr "juli" + +msgctxt "alt. month" +msgid "August" +msgstr "august" + +msgctxt "alt. month" +msgid "September" +msgstr "septembar" + +msgctxt "alt. month" +msgid "October" +msgstr "oktobar" + +msgctxt "alt. month" +msgid "November" +msgstr "Novembar" + +msgctxt "alt. month" +msgid "December" +msgstr "decembar" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "" + +msgid "or" +msgstr "ili" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "0 minutes" +msgstr "" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "Welcome to Django" +msgstr "" + +msgid "It worked!" +msgstr "" + +msgid "Congratulations on your first Django-powered page." +msgstr "" + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" + +msgid "No year specified" +msgstr "Godina nije naznačena" + +msgid "No month specified" +msgstr "Mjesec nije naznačen" + +msgid "No day specified" +msgstr "Dan nije naznačen" + +msgid "No week specified" +msgstr "Sedmica nije naznačena" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "" + +msgid "Directory indexes are not allowed here." +msgstr "" + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "" + +#, python-format +msgid "Index of %(directory)s" +msgstr "" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/bs/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/bs/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/bs/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/bs/formats.py new file mode 100644 index 0000000..cce3900 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/bs/formats.py @@ -0,0 +1,24 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'j. N Y.' +TIME_FORMAT = 'G:i' +DATETIME_FORMAT = 'j. N. Y. G:i T' +YEAR_MONTH_FORMAT = 'F Y.' +MONTH_DAY_FORMAT = 'j. F' +SHORT_DATE_FORMAT = 'Y M j' +# SHORT_DATETIME_FORMAT = +# FIRST_DAY_OF_WEEK = + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +# DATE_INPUT_FORMATS = +# TIME_INPUT_FORMATS = +# DATETIME_INPUT_FORMATS = +DECIMAL_SEPARATOR = ',' +THOUSAND_SEPARATOR = '.' +# NUMBER_GROUPING = diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ca/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ca/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..8eb40deed3e7c6fb6fc298a50f7f2eaadee13293 GIT binary patch literal 23977 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 R9yqG)^e(yJI4278{{dvch@t=h literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ca/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ca/LC_MESSAGES/django.po new file mode 100644 index 0000000..197fa29 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ca/LC_MESSAGES/django.po @@ -0,0 +1,1209 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Antoni Aloy , 2012,2015-2016 +# Carles Barrobés , 2011-2012,2014 +# duub qnnp, 2015 +# Jannis Leidel , 2011 +# Manuel Miranda , 2015 +# Roger Pons , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Catalan (http://www.transifex.com/django/django/language/" +"ca/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Afrikans" + +msgid "Arabic" +msgstr "àrab" + +msgid "Asturian" +msgstr "Asturià" + +msgid "Azerbaijani" +msgstr "azerbaijanès" + +msgid "Bulgarian" +msgstr "búlgar" + +msgid "Belarusian" +msgstr "Bielorús" + +msgid "Bengali" +msgstr "bengalí" + +msgid "Breton" +msgstr "Bretó" + +msgid "Bosnian" +msgstr "bosnià" + +msgid "Catalan" +msgstr "català" + +msgid "Czech" +msgstr "txec" + +msgid "Welsh" +msgstr "gal·lès" + +msgid "Danish" +msgstr "danès" + +msgid "German" +msgstr "alemany" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "grec" + +msgid "English" +msgstr "anglès" + +msgid "Australian English" +msgstr "Anglès d'Austràlia" + +msgid "British English" +msgstr "anglès britànic" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "espanyol" + +msgid "Argentinian Spanish" +msgstr "castellà d'Argentina" + +msgid "Colombian Spanish" +msgstr "Español de Colombia" + +msgid "Mexican Spanish" +msgstr "espanyol de Mèxic" + +msgid "Nicaraguan Spanish" +msgstr "castellà de Nicaragua" + +msgid "Venezuelan Spanish" +msgstr "Espanyol de Veneçuela" + +msgid "Estonian" +msgstr "estonià" + +msgid "Basque" +msgstr "euskera" + +msgid "Persian" +msgstr "persa" + +msgid "Finnish" +msgstr "finlandès" + +msgid "French" +msgstr "francès" + +msgid "Frisian" +msgstr "frisi" + +msgid "Irish" +msgstr "irlandès" + +msgid "Scottish Gaelic" +msgstr "Escocés Gaélico" + +msgid "Galician" +msgstr "gallec" + +msgid "Hebrew" +msgstr "hebreu" + +msgid "Hindi" +msgstr "hindi" + +msgid "Croatian" +msgstr "croat" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "hongarès" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "indonesi" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "islandès" + +msgid "Italian" +msgstr "italià" + +msgid "Japanese" +msgstr "japonès" + +msgid "Georgian" +msgstr "georgià" + +msgid "Kazakh" +msgstr "Kazakh" + +msgid "Khmer" +msgstr "khmer" + +msgid "Kannada" +msgstr "kannarès" + +msgid "Korean" +msgstr "coreà" + +msgid "Luxembourgish" +msgstr "Luxemburguès" + +msgid "Lithuanian" +msgstr "lituà" + +msgid "Latvian" +msgstr "letó" + +msgid "Macedonian" +msgstr "macedoni" + +msgid "Malayalam" +msgstr "malaiàlam " + +msgid "Mongolian" +msgstr "mongol" + +msgid "Marathi" +msgstr "Maratí" + +msgid "Burmese" +msgstr "Burmès" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "Nepalí" + +msgid "Dutch" +msgstr "holandès" + +msgid "Norwegian Nynorsk" +msgstr "noruec nynorsk" + +msgid "Ossetic" +msgstr "Ossètic" + +msgid "Punjabi" +msgstr "panjabi" + +msgid "Polish" +msgstr "polonès" + +msgid "Portuguese" +msgstr "portuguès" + +msgid "Brazilian Portuguese" +msgstr "portuguès de brasil" + +msgid "Romanian" +msgstr "romanès" + +msgid "Russian" +msgstr "rus" + +msgid "Slovak" +msgstr "eslovac" + +msgid "Slovenian" +msgstr "eslovè" + +msgid "Albanian" +msgstr "albanès" + +msgid "Serbian" +msgstr "serbi" + +msgid "Serbian Latin" +msgstr "serbi llatí" + +msgid "Swedish" +msgstr "suec" + +msgid "Swahili" +msgstr "Swahili" + +msgid "Tamil" +msgstr "tàmil" + +msgid "Telugu" +msgstr "telugu" + +msgid "Thai" +msgstr "tailandès" + +msgid "Turkish" +msgstr "turc" + +msgid "Tatar" +msgstr "Tatar" + +msgid "Udmurt" +msgstr "Udmurt" + +msgid "Ukrainian" +msgstr "ucraïnès" + +msgid "Urdu" +msgstr "urdu" + +msgid "Vietnamese" +msgstr "vietnamita" + +msgid "Simplified Chinese" +msgstr "xinès simplificat" + +msgid "Traditional Chinese" +msgstr "xinès tradicional" + +msgid "Messages" +msgstr "Missatges" + +msgid "Site Maps" +msgstr "Mapes del lloc" + +msgid "Static Files" +msgstr "Arxius estàtics" + +msgid "Syndication" +msgstr "Sindicació" + +msgid "Enter a valid value." +msgstr "Introduïu un valor vàlid." + +msgid "Enter a valid URL." +msgstr "Introduïu una URL vàlida." + +msgid "Enter a valid integer." +msgstr "Introduïu un enter vàlid." + +msgid "Enter a valid email address." +msgstr "Introdueix una adreça de correu electrònic vàlida" + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Introduïu un 'slug' vàlid, consistent en lletres, números, guions o guions " +"baixos." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Introduïu un 'slug' vàlid format per lletres Unicode, números, guions o " +"guions baixos." + +msgid "Enter a valid IPv4 address." +msgstr "Introduïu una adreça IPv4 vàlida." + +msgid "Enter a valid IPv6 address." +msgstr "Entreu una adreça IPv6 vàlida." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Entreu una adreça IPv4 o IPv6 vàlida." + +msgid "Enter only digits separated by commas." +msgstr "Introduïu només dígits separats per comes." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Assegureu-vos que el valor sigui %(limit_value)s (és %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "" +"Assegureu-vos que aquest valor sigui menor o igual que %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "" +"Assegureu-vos que aquest valor sigui més gran o igual que %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Assegureu-vos que aquest valor té almenys %(limit_value)d caràcter (en té " +"%(show_value)d)." +msgstr[1] "" +"Assegureu-vos que aquest valor té almenys %(limit_value)d caràcters (en té " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Assegureu-vos que aquest valor té com a molt %(limit_value)d caràcter (en té " +"%(show_value)d)." +msgstr[1] "" +"Assegureu-vos que aquest valor té com a molt %(limit_value)d caràcters (en " +"té %(show_value)d)." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Assegureu-vos que no hi ha més de %(max)s dígit en total." +msgstr[1] "Assegureu-vos que no hi ha més de %(max)s dígits en total." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Assegureu-vos que no hi ha més de %(max)s decimal." +msgstr[1] "Assegureu-vos que no hi ha més de %(max)s decimals." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Assegureu-vos que no hi ha més de %(max)s dígit abans de la coma decimal." +msgstr[1] "" +"Assegureu-vos que no hi ha més de %(max)s dígits abans de la coma decimal." + +msgid "and" +msgstr "i" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "Ja existeix %(model_name)s amb aquest %(field_labels)s." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "El valor %(value)r no és una opció vàlida." + +msgid "This field cannot be null." +msgstr "Aquest camp no pot ser nul." + +msgid "This field cannot be blank." +msgstr "Aquest camp no pot estar en blanc." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "Ja existeix %(model_name)s amb aquest %(field_label)s." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s ha de ser únic per a %(date_field_label)s i %(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Camp del tipus: %(field_type)s" + +msgid "Integer" +msgstr "Enter" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "El valor '%(value)s' ha de ser un nombre enter." + +msgid "Big (8 byte) integer" +msgstr "Enter gran (8 bytes)" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "El valor '%(value)s' ha de ser \"True\" o \"False\"." + +msgid "Boolean (Either True or False)" +msgstr "Booleà (Cert o Fals)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Cadena (de fins a %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Enters separats per comes" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"El valor '%(value)s' no té un format de data vàlid. Ha de tenir el format " +"YYYY-MM-DD." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"El valor '%(value)s' té el format correcte (YYYY-MM-DD) però no és una data " +"vàlida." + +msgid "Date (without time)" +msgstr "Data (sense hora)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"El valor '%(value)s' no té un format vàlid. Ha de tenir el format YYYY-MM-DD " +"HH:MM[:ss[.uuuuuu]][TZ]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"El valor '%(value)s' té el format correcte (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) però no és una data/hora vàlida." + +msgid "Date (with time)" +msgstr "Data (amb hora)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "El valor '%(value)s' ha de ser un nombre decimal." + +msgid "Decimal number" +msgstr "Número decimal" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" +"'El valor %(value)s' té un format invàlid. Ha d'estar en el format [DD] [HH:" +"[MM:]]ss[.uuuuuu] ." + +msgid "Duration" +msgstr "Durada" + +msgid "Email address" +msgstr "Adreça de correu electrònic" + +msgid "File path" +msgstr "Ruta del fitxer" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "El valor '%(value)s' ha de ser un número de coma flotant." + +msgid "Floating point number" +msgstr "Número de coma flotant" + +msgid "IPv4 address" +msgstr "Adreça IPv4" + +msgid "IP address" +msgstr "Adreça IP" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "El valor '%(value)s' ha de ser None, True o False." + +msgid "Boolean (Either True, False or None)" +msgstr "Booleà (Cert, Fals o Cap ('None'))" + +msgid "Positive integer" +msgstr "Enter positiu" + +msgid "Positive small integer" +msgstr "Enter petit positiu" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (fins a %(max_length)s)" + +msgid "Small integer" +msgstr "Enter petit" + +msgid "Text" +msgstr "Text" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"El valor '%(value)s' no té un format vàlid. Ha de tenir el format HH:MM[:ss[." +"uuuuuu]]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"El valor '%(value)s' té el format correcte (HH:MM[:ss[.uuuuuu]]) però no és " +"una hora vàlida." + +msgid "Time" +msgstr "Hora" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Dades binàries" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "'%(value)s' no és un UUID vàlid." + +msgid "File" +msgstr "Arxiu" + +msgid "Image" +msgstr "Imatge" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "La instància de %(model)s amb %(field)s %(value)r no existeix." + +msgid "Foreign Key (type determined by related field)" +msgstr "Clau forana (tipus determinat pel camp relacionat)" + +msgid "One-to-one relationship" +msgstr "Inter-relació un-a-un" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "Inter-relació molts-a-molts" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Aquest camp és obligatori." + +msgid "Enter a whole number." +msgstr "Introduïu un número sencer." + +msgid "Enter a number." +msgstr "Introduïu un número." + +msgid "Enter a valid date." +msgstr "Introduïu una data vàlida." + +msgid "Enter a valid time." +msgstr "Introduïu una hora vàlida." + +msgid "Enter a valid date/time." +msgstr "Introduïu una data/hora vàlides." + +msgid "Enter a valid duration." +msgstr "Introdueixi una durada vàlida." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" +"No s'ha enviat cap fitxer. Comproveu el tipus de codificació del formulari." + +msgid "No file was submitted." +msgstr "No s'ha enviat cap fitxer." + +msgid "The submitted file is empty." +msgstr "El fitxer enviat està buit." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Aquest nom d'arxiu hauria de tenir com a molt %(max)d caràcter (en té " +"%(length)d)." +msgstr[1] "" +"Aquest nom d'arxiu hauria de tenir com a molt %(max)d caràcters (en té " +"%(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Si us plau, envieu un fitxer o marqueu la casella de selecció \"netejar\", " +"no ambdós." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Carregueu una imatge vàlida. El fitxer que heu carregat no era una imatge o " +"estava corrupte." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Esculliu una opció vàlida. %(value)s no és una de les opcions vàlides." + +msgid "Enter a list of values." +msgstr "Introduïu una llista de valors." + +msgid "Enter a complete value." +msgstr "Introduïu un valor complet." + +msgid "Enter a valid UUID." +msgstr "Intrudueixi un UUID vàlid." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Camp ocult %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "Falten dades de ManagementForm o s'ha manipulat" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Sisplau envieu com a molt %d formulari." +msgstr[1] "Sisplau envieu com a molt %d formularis." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Sisplau envieu com a mínim %d formulari." +msgstr[1] "Sisplau envieu com a mínim %d formularis." + +msgid "Order" +msgstr "Ordre" + +msgid "Delete" +msgstr "Eliminar" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Si us plau, corregiu la dada duplicada per a %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Si us plau, corregiu la dada duplicada per a %(field)s, la qual ha de ser " +"única." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Si us plau, corregiu la dada duplicada per a %(field_name)s, la qual ha de " +"ser única per a %(lookup)s en %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Si us plau, corregiu els valors duplicats a sota." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "" +"La clau forana en línia no coincideix amb la clau primària de la instància " +"mare." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Esculli una opció vàlida. Aquesta opció no és una de les opcions disponibles." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "\"%(pk)s\" no és un valor vàlid per a una clau primària." + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"No s'ha pogut interpretar %(datetime)s a la zona horària " +"%(current_timezone)s; potser és ambigua o no existeix." + +msgid "Currently" +msgstr "Actualment" + +msgid "Change" +msgstr "Modificar" + +msgid "Clear" +msgstr "Netejar" + +msgid "Unknown" +msgstr "Desconegut" + +msgid "Yes" +msgstr "Sí" + +msgid "No" +msgstr "No" + +msgid "yes,no,maybe" +msgstr "sí,no,potser" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d byte" +msgstr[1] "%(size)d bytes" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "mitjanit" + +msgid "noon" +msgstr "migdia" + +msgid "Monday" +msgstr "Dilluns" + +msgid "Tuesday" +msgstr "Dimarts" + +msgid "Wednesday" +msgstr "Dimecres" + +msgid "Thursday" +msgstr "Dijous" + +msgid "Friday" +msgstr "Divendres" + +msgid "Saturday" +msgstr "Dissabte" + +msgid "Sunday" +msgstr "Diumenge" + +msgid "Mon" +msgstr "dl." + +msgid "Tue" +msgstr "dt." + +msgid "Wed" +msgstr "dc." + +msgid "Thu" +msgstr "dj." + +msgid "Fri" +msgstr "dv." + +msgid "Sat" +msgstr "ds." + +msgid "Sun" +msgstr "dg." + +msgid "January" +msgstr "gener" + +msgid "February" +msgstr "febrer" + +msgid "March" +msgstr "març" + +msgid "April" +msgstr "abril" + +msgid "May" +msgstr "maig" + +msgid "June" +msgstr "juny" + +msgid "July" +msgstr "juliol" + +msgid "August" +msgstr "agost" + +msgid "September" +msgstr "setembre" + +msgid "October" +msgstr "octubre" + +msgid "November" +msgstr "novembre" + +msgid "December" +msgstr "desembre" + +msgid "jan" +msgstr "gen." + +msgid "feb" +msgstr "feb." + +msgid "mar" +msgstr "març" + +msgid "apr" +msgstr "abr." + +msgid "may" +msgstr "maig" + +msgid "jun" +msgstr "juny" + +msgid "jul" +msgstr "jul." + +msgid "aug" +msgstr "ago." + +msgid "sep" +msgstr "set." + +msgid "oct" +msgstr "oct." + +msgid "nov" +msgstr "nov." + +msgid "dec" +msgstr "des." + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "gen." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "mar." + +msgctxt "abbrev. month" +msgid "April" +msgstr "abr." + +msgctxt "abbrev. month" +msgid "May" +msgstr "mai." + +msgctxt "abbrev. month" +msgid "June" +msgstr "jun." + +msgctxt "abbrev. month" +msgid "July" +msgstr "jul." + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "ago." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "set." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "oct." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "des." + +msgctxt "alt. month" +msgid "January" +msgstr "gener" + +msgctxt "alt. month" +msgid "February" +msgstr "febrer" + +msgctxt "alt. month" +msgid "March" +msgstr "març" + +msgctxt "alt. month" +msgid "April" +msgstr "abril" + +msgctxt "alt. month" +msgid "May" +msgstr "maig" + +msgctxt "alt. month" +msgid "June" +msgstr "juny" + +msgctxt "alt. month" +msgid "July" +msgstr "juliol" + +msgctxt "alt. month" +msgid "August" +msgstr "agost" + +msgctxt "alt. month" +msgid "September" +msgstr "setembre" + +msgctxt "alt. month" +msgid "October" +msgstr "octubre" + +msgctxt "alt. month" +msgid "November" +msgstr "novembre" + +msgctxt "alt. month" +msgid "December" +msgstr "desembre" + +msgid "This is not a valid IPv6 address." +msgstr "Aquesta no és una adreça IPv6 vàlida." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "o" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d any" +msgstr[1] "%d anys" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d mes" +msgstr[1] "%d mesos" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d setmana" +msgstr[1] "%d setmanes" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d dia" +msgstr[1] "%d dies" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d hora" +msgstr[1] "%d hores" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d minut" +msgstr[1] "%d minuts" + +msgid "0 minutes" +msgstr "0 minuts" + +msgid "Forbidden" +msgstr "Prohibit" + +msgid "CSRF verification failed. Request aborted." +msgstr "La verificació de CSRF ha fallat. Petició abortada." + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Estàs veient aquest missatge perquè aquest lloc HTTPS requereix que el teu " +"navegador enviï una capçalera 'Referer', i no n'ha arribada cap. Aquesta " +"capçalera es requereix per motius de seguretat, per garantir que el teu " +"navegador no està sent infiltrat per tercers." + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" +"Si has configurat el teu navegador per deshabilitar capçaleres 'Referer', " +"sisplau torna-les a habilitar, com a mínim per a aquest lloc, o per a " +"connexions HTTPs, o per a peticions amb el mateix orígen." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Estàs veient aquest missatge perquè aquest lloc requereix una galeta CSRF " +"quan s'envien formularis. Aquesta galeta es requereix per motius de " +"seguretat, per garantir que el teu navegador no està sent infiltrat per " +"tercers." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" +"Si has configurat el teu navegador per deshabilitar galetes, sisplau torna-" +"les a habilitar, com a mínim per a aquest lloc, o per a peticions amb el " +"mateix orígen." + +msgid "More information is available with DEBUG=True." +msgstr "Més informació disponible amb DEBUG=True." + +msgid "Welcome to Django" +msgstr "Benvingut a Django" + +msgid "It worked!" +msgstr "Funciona!" + +msgid "Congratulations on your first Django-powered page." +msgstr "Enhorabona per la teva primera plana amb Django." + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" +"Per suposat, encara no has fet cap feina real encara. Seguidament crea la " +"teva primera aplicació executant python manage.py startapp " +"[app_label]." + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" +"Veieu aquest missatge perquè teniu DEBUG = True a la " +"configuració del Django settings i no heu configurat cap URL. A treballar!" + +msgid "No year specified" +msgstr "No s'ha especificat any" + +msgid "No month specified" +msgstr "No s'ha especificat mes" + +msgid "No day specified" +msgstr "No s'ha especificat dia" + +msgid "No week specified" +msgstr "No s'ha especificat setmana" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Cap %(verbose_name_plural)s disponible" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Futurs %(verbose_name_plural)s no disponibles perquè %(class_name)s." +"allow_future és Fals." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "Cadena invàlida de dats '%(datestr)s' donat el format '%(format)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "No s'ha trobat sap %(verbose_name)s que coincideixi amb la petició" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "La pàgina no és 'last', ni es pot convertir en un enter" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Pàgina invàlida (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Llista buida i '%(class_name)s.allow_empty' és Fals." + +msgid "Directory indexes are not allowed here." +msgstr "Aquí no es permeten índexs de directori." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" no existeix" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Índex de %(directory)s" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ca/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ca/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ca/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ca/formats.py new file mode 100644 index 0000000..d42016b --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ca/formats.py @@ -0,0 +1,33 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = r'j \d\e F \d\e Y' +TIME_FORMAT = 'G:i' +DATETIME_FORMAT = r'j \d\e F \d\e Y \a \l\e\s G:i' +YEAR_MONTH_FORMAT = r'F \d\e\l Y' +MONTH_DAY_FORMAT = r'j \d\e F' +SHORT_DATE_FORMAT = 'd/m/Y' +SHORT_DATETIME_FORMAT = 'd/m/Y G:i' +FIRST_DAY_OF_WEEK = 1 # Monday + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + # '31/12/2009', '31/12/09' + '%d/%m/%Y', '%d/%m/%y' +] +DATETIME_INPUT_FORMATS = [ + '%d/%m/%Y %H:%M:%S', + '%d/%m/%Y %H:%M:%S.%f', + '%d/%m/%Y %H:%M', + '%d/%m/%y %H:%M:%S', + '%d/%m/%y %H:%M:%S.%f', + '%d/%m/%y %H:%M', +] +DECIMAL_SEPARATOR = ',' +THOUSAND_SEPARATOR = '.' +NUMBER_GROUPING = 3 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/cs/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/cs/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..2a688810e524f1c572ed54db5689080bf12b1dc5 GIT binary patch literal 24995 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 YJ0sO#tRZT%WpfP?)*iYY^*CPs8`u7X`~Uy| literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/cs/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/cs/LC_MESSAGES/django.po new file mode 100644 index 0000000..209048f --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/cs/LC_MESSAGES/django.po @@ -0,0 +1,1216 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Jan Papež , 2012 +# Jirka Vejrazka , 2011 +# Tomáš Ehrlich , 2015 +# Vláďa Macek , 2012-2014 +# Vláďa Macek , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Czech (http://www.transifex.com/django/django/language/cs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: cs\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +msgid "Afrikaans" +msgstr "afrikánsky" + +msgid "Arabic" +msgstr "arabsky" + +msgid "Asturian" +msgstr "Asturian" + +msgid "Azerbaijani" +msgstr "Ázerbájdžánština" + +msgid "Bulgarian" +msgstr "bulharsky" + +msgid "Belarusian" +msgstr "bělorusky" + +msgid "Bengali" +msgstr "bengálsky" + +msgid "Breton" +msgstr "bretonsky" + +msgid "Bosnian" +msgstr "bosensky" + +msgid "Catalan" +msgstr "katalánsky" + +msgid "Czech" +msgstr "česky" + +msgid "Welsh" +msgstr "velšsky" + +msgid "Danish" +msgstr "dánsky" + +msgid "German" +msgstr "německy" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "řecky" + +msgid "English" +msgstr "anglicky" + +msgid "Australian English" +msgstr "australskou angličtinou" + +msgid "British English" +msgstr "britskou angličtinou" + +msgid "Esperanto" +msgstr "esperantsky" + +msgid "Spanish" +msgstr "španělsky" + +msgid "Argentinian Spanish" +msgstr "argentinskou španělštinou" + +msgid "Colombian Spanish" +msgstr "kolumbijskou španělštinou" + +msgid "Mexican Spanish" +msgstr "Mexická španělština" + +msgid "Nicaraguan Spanish" +msgstr "Nikaragujskou španělštinou" + +msgid "Venezuelan Spanish" +msgstr "venezuelskou španělštinou" + +msgid "Estonian" +msgstr "estonsky" + +msgid "Basque" +msgstr "baskicky" + +msgid "Persian" +msgstr "persky" + +msgid "Finnish" +msgstr "finsky" + +msgid "French" +msgstr "francouzsky" + +msgid "Frisian" +msgstr "frísky" + +msgid "Irish" +msgstr "irsky" + +msgid "Scottish Gaelic" +msgstr "skotskou keltštinou" + +msgid "Galician" +msgstr "galicijsky" + +msgid "Hebrew" +msgstr "hebrejsky" + +msgid "Hindi" +msgstr "hindsky" + +msgid "Croatian" +msgstr "chorvatsky" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "maďarsky" + +msgid "Interlingua" +msgstr "interlingua" + +msgid "Indonesian" +msgstr "indonésky" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "islandsky" + +msgid "Italian" +msgstr "italsky" + +msgid "Japanese" +msgstr "japonsky" + +msgid "Georgian" +msgstr "gruzínsky" + +msgid "Kazakh" +msgstr "kazašsky" + +msgid "Khmer" +msgstr "khmersky" + +msgid "Kannada" +msgstr "kannadsky" + +msgid "Korean" +msgstr "korejsky" + +msgid "Luxembourgish" +msgstr "lucembursky" + +msgid "Lithuanian" +msgstr "litevsky" + +msgid "Latvian" +msgstr "lotyšsky" + +msgid "Macedonian" +msgstr "makedonsky" + +msgid "Malayalam" +msgstr "malajálamsky" + +msgid "Mongolian" +msgstr "mongolsky" + +msgid "Marathi" +msgstr "Marathi" + +msgid "Burmese" +msgstr "barmštinou" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "nepálsky" + +msgid "Dutch" +msgstr "nizozemsky" + +msgid "Norwegian Nynorsk" +msgstr "norsky (Nynorsk)" + +msgid "Ossetic" +msgstr "osetštinou" + +msgid "Punjabi" +msgstr "paňdžábsky" + +msgid "Polish" +msgstr "polsky" + +msgid "Portuguese" +msgstr "portugalsky" + +msgid "Brazilian Portuguese" +msgstr "brazilskou portugalštinou" + +msgid "Romanian" +msgstr "rumunsky" + +msgid "Russian" +msgstr "rusky" + +msgid "Slovak" +msgstr "slovensky" + +msgid "Slovenian" +msgstr "slovinsky" + +msgid "Albanian" +msgstr "albánsky" + +msgid "Serbian" +msgstr "srbsky" + +msgid "Serbian Latin" +msgstr "srbsky (latinkou)" + +msgid "Swedish" +msgstr "švédsky" + +msgid "Swahili" +msgstr "svahilsky" + +msgid "Tamil" +msgstr "tamilsky" + +msgid "Telugu" +msgstr "telužsky" + +msgid "Thai" +msgstr "thajsky" + +msgid "Turkish" +msgstr "turecky" + +msgid "Tatar" +msgstr "tatarsky" + +msgid "Udmurt" +msgstr "udmurtsky" + +msgid "Ukrainian" +msgstr "ukrajinsky" + +msgid "Urdu" +msgstr "Urdština" + +msgid "Vietnamese" +msgstr "vietnamsky" + +msgid "Simplified Chinese" +msgstr "čínsky (zjednodušeně)" + +msgid "Traditional Chinese" +msgstr "čínsky (tradičně)" + +msgid "Messages" +msgstr "Zprávy" + +msgid "Site Maps" +msgstr "Mapy webu" + +msgid "Static Files" +msgstr "Statické soubory" + +msgid "Syndication" +msgstr "Syndikace" + +msgid "Enter a valid value." +msgstr "Zadejte platnou hodnotu." + +msgid "Enter a valid URL." +msgstr "Zadejte platnou adresu URL." + +msgid "Enter a valid integer." +msgstr "Zadejte platné celé číslo." + +msgid "Enter a valid email address." +msgstr "Zadejte platnou e-mailovou adresu." + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Zadejte platný identifikátor složený pouze z písmen, čísel, podtržítek a " +"pomlček." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Zadejte platný identifikátor složený pouze z písmen, čísel, podtržítek a " +"pomlček typu Unicode." + +msgid "Enter a valid IPv4 address." +msgstr "Zadejte platnou adresu typu IPv4." + +msgid "Enter a valid IPv6 address." +msgstr "Zadejte platnou adresu typu IPv6." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Zadejte platnou adresu typu IPv4 nebo IPv6." + +msgid "Enter only digits separated by commas." +msgstr "Zadejte pouze číslice oddělené čárkami." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Hodnota musí být %(limit_value)s (nyní je %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Hodnota musí být menší nebo rovna %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Hodnota musí být větší nebo rovna %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Tato hodnota má mít nejméně %(limit_value)d znak (nyní má %(show_value)d)." +msgstr[1] "" +"Tato hodnota má mít nejméně %(limit_value)d znaky (nyní má %(show_value)d)." +msgstr[2] "" +"Tato hodnota má mít nejméně %(limit_value)d znaků (nyní má %(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Tato hodnota má mít nejvýše %(limit_value)d znak (nyní má %(show_value)d)." +msgstr[1] "" +"Tato hodnota má mít nejvýše %(limit_value)d znaky (nyní má %(show_value)d)." +msgstr[2] "" +"Tato hodnota má mít nejvýše %(limit_value)d znaků (nyní má %(show_value)d)." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Ujistěte se, že pole neobsahuje celkem více než %(max)s číslici." +msgstr[1] "Ujistěte se, že pole neobsahuje celkem více než %(max)s číslice." +msgstr[2] "Ujistěte se, že pole neobsahuje celkem více než %(max)s číslic." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Ujistěte se, že pole neobsahuje více než %(max)s desetinné místo." +msgstr[1] "Ujistěte se, že pole neobsahuje více než %(max)s desetinná místa." +msgstr[2] "Ujistěte se, že pole neobsahuje více než %(max)s desetinných míst." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Ujistěte se, že hodnota neobsahuje více než %(max)s místo před desetinnou " +"čárkou (tečkou)." +msgstr[1] "" +"Ujistěte se, že hodnota neobsahuje více než %(max)s místa před desetinnou " +"čárkou (tečkou)." +msgstr[2] "" +"Ujistěte se, že hodnota neobsahuje více než %(max)s míst před desetinnou " +"čárkou (tečkou)." + +msgid "and" +msgstr "a" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" +"Položka %(model_name)s s touto kombinací hodnot v polích %(field_labels)s " +"již existuje." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Hodnota %(value)r není platná možnost." + +msgid "This field cannot be null." +msgstr "Pole nemůže být null." + +msgid "This field cannot be blank." +msgstr "Pole nemůže být prázdné." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "" +"Položka %(model_name)s s touto hodnotou v poli %(field_label)s již existuje." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"Pole %(field_label)s musí být unikátní testem %(lookup_type)s pro pole " +"%(date_field_label)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Pole typu: %(field_type)s" + +msgid "Integer" +msgstr "Celé číslo" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "Hodnota '%(value)s' musí být celé číslo." + +msgid "Big (8 byte) integer" +msgstr "Velké číslo (8 bajtů)" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "Hodnota '%(value)s' musí být buď True nebo False." + +msgid "Boolean (Either True or False)" +msgstr "Pravdivost (buď Ano (True), nebo Ne (False))" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Řetězec (max. %(max_length)s znaků)" + +msgid "Comma-separated integers" +msgstr "Celá čísla oddělená čárkou" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "Hodnota '%(value)s' není platné datum. Musí být ve tvaru RRRR-MM-DD." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"Ačkoli hodnota '%(value)s' je ve správném tvaru (RRRR-MM-DD), jde o neplatné " +"datum." + +msgid "Date (without time)" +msgstr "Datum (bez času)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"Hodnota '%(value)s' je v neplatném tvaru, který má být RRRR-MM-DD HH:MM[:SS[." +"uuuuuu]][TZ]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"Ačkoli hodnota '%(value)s' je ve správném tvaru (RRRR-MM-DD HH:MM[:SS[." +"uuuuuu]][TZ]), jde o neplatné datum a čas." + +msgid "Date (with time)" +msgstr "Datum (s časem)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "Hodnota '%(value)s' musí být desítkové číslo." + +msgid "Decimal number" +msgstr "Desetinné číslo" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" +"Hodnota '%(value)s' je v neplatném tvaru, který má být [DD] [HH:[MM:]]ss[." +"uuuuuu]." + +msgid "Duration" +msgstr "Doba trvání" + +msgid "Email address" +msgstr "E-mailová adresa" + +msgid "File path" +msgstr "Cesta k souboru" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "Hodnota '%(value)s' musí být reálné číslo." + +msgid "Floating point number" +msgstr "Číslo s pohyblivou řádovou čárkou" + +msgid "IPv4 address" +msgstr "Adresa IPv4" + +msgid "IP address" +msgstr "Adresa IP" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "Hodnota '%(value)s' musí být buď None, True nebo False." + +msgid "Boolean (Either True, False or None)" +msgstr "Pravdivost (buď Ano (True), Ne (False) nebo Nic (None))" + +msgid "Positive integer" +msgstr "Kladné celé číslo" + +msgid "Positive small integer" +msgstr "Kladné malé celé číslo" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Identifikátor (nejvýše %(max_length)s znaků)" + +msgid "Small integer" +msgstr "Malé celé číslo" + +msgid "Text" +msgstr "Text" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"Hodnota '%(value)s' je v neplatném tvaru, který má být HH:MM[:ss[.uuuuuu]]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"Ačkoli hodnota '%(value)s' je ve správném tvaru (HH:MM[:ss[.uuuuuu]]), jde o " +"neplatný čas." + +msgid "Time" +msgstr "Čas" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Přímá binární data" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "\"%(value)s\" není platná hodnota typu UUID." + +msgid "File" +msgstr "Soubor" + +msgid "Image" +msgstr "Obrázek" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" +"Položka typu %(model)s s hodnotou %(field)s rovnou %(value)r neexistuje." + +msgid "Foreign Key (type determined by related field)" +msgstr "Cizí klíč (typ určen pomocí souvisejícího pole)" + +msgid "One-to-one relationship" +msgstr "Vazba jedna-jedna" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "Vazba mnoho-mnoho" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?!" + +msgid "This field is required." +msgstr "Toto pole je třeba vyplnit." + +msgid "Enter a whole number." +msgstr "Zadejte celé číslo." + +msgid "Enter a number." +msgstr "Zadejte číslo." + +msgid "Enter a valid date." +msgstr "Zadejte platné datum." + +msgid "Enter a valid time." +msgstr "Zadejte platný čas." + +msgid "Enter a valid date/time." +msgstr "Zadejte platné datum a čas." + +msgid "Enter a valid duration." +msgstr "Zadejte platnou délku trvání." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" +"Soubor nebyl odeslán. Zkontrolujte parametr \"encoding type\" formuláře." + +msgid "No file was submitted." +msgstr "Žádný soubor nebyl odeslán." + +msgid "The submitted file is empty." +msgstr "Odeslaný soubor je prázdný." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Tento název souboru má mít nejvýše %(max)d znak (nyní má %(length)d)." +msgstr[1] "" +"Tento název souboru má mít nejvýše %(max)d znaky (nyní má %(length)d)." +msgstr[2] "" +"Tento název souboru má mít nejvýše %(max)d znaků (nyní má %(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Musíte vybrat cestu k souboru nebo vymazat výběr, ne obojí." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Nahrajte platný obrázek. Odeslaný soubor buď nebyl obrázek nebo byl poškozen." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Vyberte platnou možnost, \"%(value)s\" není k dispozici." + +msgid "Enter a list of values." +msgstr "Zadejte seznam hodnot." + +msgid "Enter a complete value." +msgstr "Zadejte úplnou hodnotu." + +msgid "Enter a valid UUID." +msgstr "Zadejte platné UUID." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Skryté pole %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "Data objektu ManagementForm chybí nebo byla pozměněna." + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Odešlete %d nebo méně formulářů." +msgstr[1] "Odešlete %d nebo méně formulářů." +msgstr[2] "Odešlete %d nebo méně formulářů." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Odešlete %d nebo více formulářů." +msgstr[1] "Odešlete %d nebo více formulářů." +msgstr[2] "Odešlete %d nebo více formulářů." + +msgid "Order" +msgstr "Pořadí" + +msgid "Delete" +msgstr "Odstranit" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Opravte duplicitní data v poli %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "Opravte duplicitní data v poli %(field)s, které musí být unikátní." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Opravte duplicitní data v poli %(field_name)s, které musí být unikátní " +"testem %(lookup)s pole %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Odstraňte duplicitní hodnoty níže." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "" +"Cizí klíč typu inline neodpovídá primárnímu klíči v rodičovské položce." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Vyberte platnou možnost. Tato není k dispozici." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "Hodnota \"%(pk)s\" není platný primární klíč." + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"Hodnotu %(datetime)s nelze interpretovat v časové zóně %(current_timezone)s; " +"může to být nejednoznačné nebo nemusí existovat." + +msgid "Currently" +msgstr "Aktuálně" + +msgid "Change" +msgstr "Změnit" + +msgid "Clear" +msgstr "Zrušit" + +msgid "Unknown" +msgstr "Neznámé" + +msgid "Yes" +msgstr "Ano" + +msgid "No" +msgstr "Ne" + +msgid "yes,no,maybe" +msgstr "ano, ne, možná" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d bajt" +msgstr[1] "%(size)d bajty" +msgstr[2] "%(size)d bajtů" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "odp." + +msgid "a.m." +msgstr "dop." + +msgid "PM" +msgstr "odp." + +msgid "AM" +msgstr "dop." + +msgid "midnight" +msgstr "půlnoc" + +msgid "noon" +msgstr "poledne" + +msgid "Monday" +msgstr "pondělí" + +msgid "Tuesday" +msgstr "úterý" + +msgid "Wednesday" +msgstr "středa" + +msgid "Thursday" +msgstr "čtvrtek" + +msgid "Friday" +msgstr "pátek" + +msgid "Saturday" +msgstr "sobota" + +msgid "Sunday" +msgstr "neděle" + +msgid "Mon" +msgstr "po" + +msgid "Tue" +msgstr "út" + +msgid "Wed" +msgstr "st" + +msgid "Thu" +msgstr "čt" + +msgid "Fri" +msgstr "pá" + +msgid "Sat" +msgstr "so" + +msgid "Sun" +msgstr "ne" + +msgid "January" +msgstr "leden" + +msgid "February" +msgstr "únor" + +msgid "March" +msgstr "březen" + +msgid "April" +msgstr "duben" + +msgid "May" +msgstr "květen" + +msgid "June" +msgstr "červen" + +msgid "July" +msgstr "červenec" + +msgid "August" +msgstr "srpen" + +msgid "September" +msgstr "září" + +msgid "October" +msgstr "říjen" + +msgid "November" +msgstr "listopad" + +msgid "December" +msgstr "prosinec" + +msgid "jan" +msgstr "led" + +msgid "feb" +msgstr "úno" + +msgid "mar" +msgstr "bře" + +msgid "apr" +msgstr "dub" + +msgid "may" +msgstr "kvě" + +msgid "jun" +msgstr "čen" + +msgid "jul" +msgstr "čec" + +msgid "aug" +msgstr "srp" + +msgid "sep" +msgstr "zář" + +msgid "oct" +msgstr "říj" + +msgid "nov" +msgstr "lis" + +msgid "dec" +msgstr "pro" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Led." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Úno." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Bře." + +msgctxt "abbrev. month" +msgid "April" +msgstr "Dub." + +msgctxt "abbrev. month" +msgid "May" +msgstr "Kvě." + +msgctxt "abbrev. month" +msgid "June" +msgstr "Čer." + +msgctxt "abbrev. month" +msgid "July" +msgstr "Čec." + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Srp." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Zář." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Říj." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Lis." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Pro." + +msgctxt "alt. month" +msgid "January" +msgstr "ledna" + +msgctxt "alt. month" +msgid "February" +msgstr "února" + +msgctxt "alt. month" +msgid "March" +msgstr "března" + +msgctxt "alt. month" +msgid "April" +msgstr "dubna" + +msgctxt "alt. month" +msgid "May" +msgstr "května" + +msgctxt "alt. month" +msgid "June" +msgstr "června" + +msgctxt "alt. month" +msgid "July" +msgstr "července" + +msgctxt "alt. month" +msgid "August" +msgstr "srpna" + +msgctxt "alt. month" +msgid "September" +msgstr "září" + +msgctxt "alt. month" +msgid "October" +msgstr "října" + +msgctxt "alt. month" +msgid "November" +msgstr "listopadu" + +msgctxt "alt. month" +msgid "December" +msgstr "prosince" + +msgid "This is not a valid IPv6 address." +msgstr "Toto není platná adresa typu IPv6." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "nebo" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d rok" +msgstr[1] "%d roky" +msgstr[2] "%d let" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d měsíc" +msgstr[1] "%d měsíce" +msgstr[2] "%d měsíců" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d týden" +msgstr[1] "%d týdny" +msgstr[2] "%d týdnů" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d den" +msgstr[1] "%d dny" +msgstr[2] "%d dní" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d hodina" +msgstr[1] "%d hodiny" +msgstr[2] "%d hodin" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d minuta" +msgstr[1] "%d minuty" +msgstr[2] "%d minut" + +msgid "0 minutes" +msgstr "0 minut" + +msgid "Forbidden" +msgstr "Nepřístupné (Forbidden)" + +msgid "CSRF verification failed. Request aborted." +msgstr "Selhalo ověření typu CSRF. Požadavek byl zadržen." + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Tato zpráva se zobrazuje, protože tento web na protokolu HTTPS požaduje " +"záhlaví Referer od vašeho webového prohlížeče. Záhlaví je požadováno z " +"bezpečnostních důvodů, aby se zajistilo, že vašeho prohlížeče se nezmocnil " +"někdo další." + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" +"Pokud má váš prohlížeč záhlaví Referer vypnuté, žádáme vás o jeho zapnutí, " +"alespoň pro tento web nebo pro spojení typu HTTPS nebo pro požadavky typu " +"\"stejný původ\" (same origin)." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Tato zpráva se zobrazuje, protože tento web při odesílání formulářů požaduje " +"v souboru cookie údaj CSRF, a to z bezpečnostních důvodů, aby se zajistilo, " +"že se vašeho prohlížeče nezmocnil někdo další." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" +"Pokud má váš prohlížeč soubory cookie vypnuté, žádáme vás o jejich zapnutí, " +"alespoň pro tento web nebo pro požadavky typu \"stejný původ\" (same origin)." + +msgid "More information is available with DEBUG=True." +msgstr "V případě zapnutí volby DEBUG=True bude k dispozici více informací." + +msgid "Welcome to Django" +msgstr "Vítejte v systému Django" + +msgid "It worked!" +msgstr "Funguje to!" + +msgid "Congratulations on your first Django-powered page." +msgstr "Gratulujeme, toto je vaše první stránka generována v prostředí Django." + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" +"Samozřejmě máte před sebou ještě spoustu práce. Začněte vytvořením Vaší " +"první aplikace pomocí příkazu python manage.py startapp [app_label]. " + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" +"Tuto zprávu vidíte, protože máte v nastavení Djanga zapnutý vývojový režim " +"DEBUG = True a zatím nemáte nastavena žádná URL. S chutí do " +"práce!" + +msgid "No year specified" +msgstr "Nebyl specifikován rok" + +msgid "No month specified" +msgstr "Nebyl specifikován měsíc" + +msgid "No day specified" +msgstr "Nebyl specifikován den" + +msgid "No week specified" +msgstr "Nebyl specifikován týden" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "%(verbose_name_plural)s nejsou k dispozici" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"%(verbose_name_plural)s s budoucím datem nejsou k dipozici protoze " +"%(class_name)s.allow_future je False" + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "Datum '%(datestr)s' neodpovídá formátu '%(format)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Nepodařilo se nalézt žádný objekt %(verbose_name)s" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "Požadavek na stránku nemohl být konvertován na číslo, ani není 'last'" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Neplatná stránka (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "List je prázdný a '%(class_name)s.allow_empty' je nastaveno na False" + +msgid "Directory indexes are not allowed here." +msgstr "Indexy adresářů zde nejsou povoleny." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" neexistuje" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Index adresáře %(directory)s" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/cs/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/cs/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/cs/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/cs/formats.py new file mode 100644 index 0000000..3f2d3fa --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/cs/formats.py @@ -0,0 +1,45 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'j. E Y' +TIME_FORMAT = 'G:i' +DATETIME_FORMAT = 'j. E Y G:i' +YEAR_MONTH_FORMAT = 'F Y' +MONTH_DAY_FORMAT = 'j. F' +SHORT_DATE_FORMAT = 'd.m.Y' +SHORT_DATETIME_FORMAT = 'd.m.Y G:i' +FIRST_DAY_OF_WEEK = 1 # Monday + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + '%d.%m.%Y', '%d.%m.%y', # '05.01.2006', '05.01.06' + '%d. %m. %Y', '%d. %m. %y', # '5. 1. 2006', '5. 1. 06' + # '%d. %B %Y', '%d. %b. %Y', # '25. October 2006', '25. Oct. 2006' +] +# Kept ISO formats as one is in first position +TIME_INPUT_FORMATS = [ + '%H:%M:%S', # '04:30:59' + '%H.%M', # '04.30' + '%H:%M', # '04:30' +] +DATETIME_INPUT_FORMATS = [ + '%d.%m.%Y %H:%M:%S', # '05.01.2006 04:30:59' + '%d.%m.%Y %H:%M:%S.%f', # '05.01.2006 04:30:59.000200' + '%d.%m.%Y %H.%M', # '05.01.2006 04.30' + '%d.%m.%Y %H:%M', # '05.01.2006 04:30' + '%d.%m.%Y', # '05.01.2006' + '%d. %m. %Y %H:%M:%S', # '05. 01. 2006 04:30:59' + '%d. %m. %Y %H:%M:%S.%f', # '05. 01. 2006 04:30:59.000200' + '%d. %m. %Y %H.%M', # '05. 01. 2006 04.30' + '%d. %m. %Y %H:%M', # '05. 01. 2006 04:30' + '%d. %m. %Y', # '05. 01. 2006' + '%Y-%m-%d %H.%M', # '2006-01-05 04.30' +] +DECIMAL_SEPARATOR = ',' +THOUSAND_SEPARATOR = '\xa0' # non-breaking space +NUMBER_GROUPING = 3 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/cy/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/cy/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..e4e6be2c4a450838433684d8aae8c97697e1c317 GIT binary patch literal 22605 zcmeI3d4MHVeeVk#wgF@pki}vdx?84uW?*D#7_evQnStq)2{xl8x-Y?$Qz zk$2(rr|Q(%&+q)s?=17JBj>%r z8{ubR0FOPv^Dc)iSchMM<8Xw+oC$A%r@~Lb1@OD@dGLUfJZ}+P22X)?xG%g3(gfZu zkY@01h4bLs-1pnu_xHd9@&5o+`TrK~4?hWyg7>-ak2wFwpz8lPJQ)7Y`5$z$=gsH+ zaCiVb0jj-DgZ%HE$Dh;TW~lGiL4E&YsQlgx4} z3ett%zR$7sH~}jD=}_N?pu#VO>aPo+>a`B4-YR466ReL#1;(sPoyDW7)-+jLbsve_I@yFcz zg!_I4RQ?4hxvIPOYvDn>zY*Pjz5^BSL>lD?xX5wDaRRD6La1`a zP;xvCRo)w&|LdXhy%nAV-|qas21j}S7F-M$P^bi62FcpH4=#sK!V$Q1(DN>a(@^!j z8_tIxhbsU5Q00FZsyzP;)lR>GD(8VTiu{j&YRBWD{7-_b;2Cf=tUA75+Vrcfo^s zzZCQWAAzdJx1sdF0vc82Sq_?hJE7uz5*`Ns!SPY3ct3;BgwJ5oI0_yK75)r(G&~=w-s>GV zI$q{@h2zzZ1;?`ER>#;eh3da)sP=xD^Z#SVS3!-x8{GGsod4^g3th2-XZ7Pd8!{u{?u8q2`H4;ni^2Ffs&hg;&CTF7Ui6yb5lD_rcTQiA=I8&j@75doffwZ-sP; z_YlNn@D5sL?V^4txqhyDKMSh;mO{1H`A~9tAyl~4Q1ZUP@iM6Xz6z@SW2pE|D7m=~ zN)B#>iuYD1Ilmn${9RD`>LXC)`ZDZ?PeA4OEQ|%o&B;*Vmq5weuzSD6aRLtD|3awr zUkTODH$&z7MtB;0D^xo7Lg}+FK;`pwsPNx`$H0GrlG~@;_rp=TYKP;X!kq^D-~d#9 zFMul7m5`z4ZG%ep?eP8Z4){a3`T5wGa0DSb7kT>^cqKf01$rOew9?u=|F+8W@bcD; zTDiL!s$37ko0O7VULHIC0-Z@*sxB^M!7 z{x65h@3m0ndka)P?}X~N4?*Ssw@~@s3#GR{>-?XBYk8ly!P-UZVT1P;JQe-~s$Y&6 zr%m7$j*mm-cg+iI|GgYau3rN+p56wP?}y=G@MG@%i%{_%f@;Taz=PqpAyxH$1j*7n zf1}lRuZ9YLBUJitfJ*N@@DO-6RQ*5W_(ga!?_Y(7!e2m@V_ycd;?0Np{%ojno)1-y z4N&P!K!txHRK6vs@@<1^&!+qS68HUj#~Yy1c^#aDZ-Pg`A4BN_dHUdFsC+Mm>i11h z@mf&%zXU3uS3>ps4etAGQ02G-s$3s({vU;k_X)?pb9?~C_&*FaZ>-s5_5T<=g7;~t zaqudr{BMD3&o@HV|28Ojxf6Z|-UUAnZ@SE;H@4Z9V*SIF`-*9in={JH?`>9O&Nd`|K z1L>si;M%{3^nkx~Py2Vhdtm68-zWL|68Aixu=@QG?m^r&xXq|HS<%?sA-dYQulRjp~IT;@tUtfG4%xyK(bexsG&S z8Fps8>s9il-!T^6euTZ+Js<7jJqP|4zpvn?aWBVx3a8&uF3h)i{!8P-{*vPh;Slb1 zxH|4^+%pM(6_mcx?_Y5*!kvZtXIzGRJFfjZo$x>9<*T>@c>WC3e&h3D3HMFhvw8mp zd?oG_o{zz8;rU;1y}yI-AH?Giaqq&tAE)1oaWBRF2={B;Hk{=C5*$;2*=u?$)bF{t zpWvh??!tW#_c-o0oPLLr$1?c$xPm-g-H7`d z?!CB0xc2Y6JnTcfe`tHa_u#I;Rh-|IjH10hevSF!hNaj2~Q*LU%{~+zYBQ&5N;Lj=pO&)@qDU#KMFQ*&m#VDxZ`;~94>(m z;J%KV!g;4I=${H2)q(6(zm$ZTA14hz+#Y2O^JSa-BkLRZ(?KmN>2DtTiPL4PS|gpH^k4rG2Y$!n#!ui+O$KZ+Y+I+ccvu*9>k5dJku9Qq6Ti+P%c zabt`8nY2a)chSYf5*+=$>m<(f_~FU z16iNzt!h9c#5BI`LiLk+upTsq{IxW9p1F?lFXuNnHa56&Wjny`lbbuGHEV{)#;zRB zvMYyj^SkP*-#5vg!p)KTm6KQOE{8@nL^2V%V#Afi@1G;30l$zpByh-5PqRr#hj!8& zbEUld;_f6P_0OWGpW7}{ovZlm-VgjzSY$lc{5Y={!gSYR%e4gQnWHs2$w}TCVP)3| zg$&v-_181@7y6SanuVc08q~5mTe_XLi#02J|C*>&3S-|4ew2XK3j;ibX_}-1nYYmQ z7I#M8us3}1&?(-?m^V^RqisPDXWmGy5X4asdn2f}nm3XLg{TNBD5*#v{D~<7WL0k@ zYvid3nO7J--UxqE6eK}b#g&=~a!r^Pf@mudyyZdm;ym=0hqWNhGsRmT#udVQ%cF|l zf1Xh&1ML>`mM2LqB&q&YwtZ&QbYRZU3vIKh{nVNYl$ok5PlIbBQ?T(QZBW`Uqadi` zghHfIgQ9kdygaW}0#mK!d0JP%6%!jr{pm1`%26?BLNVO&aBNLgoB1M4I5G(8)P-}TBt_h1(Z>4SE zl~PjuR;g=F!N2X1Fgi6n@C%EfWK|D6qRVTI>Bd_bX{aa6P*Ge8w==&5X=vuSpjJzo z6bIo$(pKgTGG0}uW`0mArD2xwHq~hPbR;#5OFl}qSPQbu%{D_Ofi0l|^+``SnQiy| zsyNHZs!21IddjfJ>14Z4$XZdZGz=6|oLW?m8e8n#J$JFPYSL^6m{qjBNwK$pdzz$cvj4a; z?mEG}Dk42Ym-V!sjcvSp>X*&gWQ3|qXIyPt$*IIr_sxkAsQ&yp+E~^J>wQMR( zgSe6K#Qdr0YcwpRIg21~RBH}(LZdYm4kJ2t5u!Itk5M#``QvN7#Zzp|h*6nQ>bxoG zT~{1$G)W7_meErfRbv0ru;uqFDHJt5%<6&3i-M&X6q;5|UIX4Jt0`u((KM3NY6KW_ zV>HKJ(UOa~ypUv}na8$F)pCrM0k^`NX8sEbv`Qf?26<){Xgkh%Wt$Rm@8-PK$YW7W zu{uoBihW>h!F#G@%o-XfY$f+KHDj@4rfjJ4x!Ve)#V&s$rhN(3!>YfFi@w(Pf( z9Hl%h%RMf$9!#k&eyLwblV+w-o6u*ODR|$;u*_te_A#*s68wceLoJ{xX*kFXpvp1Z z)ff8A%U10&1L8$(vZ#R#%A0)FOiqqZD90EB0;`9F+?T$Ld1Nq2k&?KNWQ`GoXzXQ4 zi%GIA3ZHiQc3O&hfa$eX){aDxHF?_vLI&~1GBo0_)|z2>Ax$*|Fb{aP174%k$C{N` zV)p2jH?1Zs(X{MqvvSlY`^1+{+$pm6`?aZ1LBz~DVjvsPXuz7x@KiAn$*Q-O30|^t zNf4Xib4h?@EsOJ#98>U;JPy4}gE$UK0lX&IR`o8e*0J<1Wke8dUC@|T^mQ1>IToWH z^X(XeNJd5Jk6}$wU40nCEN$WHJjIlu9>$GPD#3ES5y*I}M_FbxC<>D4zYtQ(Mo?$0 zBWp526|ptgNCpvWH|Qi3)o6+@7`D|&WaN!8fp4dpj!o-8k5rx=reZf}1@H7ss3d7_Sz zk|}_67u8fjRB5V|V1}{bF*6tKc+B+Cmd6aAv>8gv`0HD7l4jdTXxc6UHel;(F|Z*H z)mO;6)sOA2+K{3WybW2#E>%%ys^gMY8eW@9eQ3HyA2TQ8T)k(^V`%^yRvH#9BVQTE z<0ux%)woqH?HvVUM(0x~Lk%D!Thx@UvC5gT-mFH&YG=D8k0ZK-v>F|wnE?FdGZO1t+$vR%#2 zawKU~J4v{>3z$+-$zc;kFS$X}y7t<;0A}5_iv(tTXNaOfdX~%M39|#rPyMeg4Zb;# ztjz&72*)s4p22H;Z#o8N{9C#ZO6o*7+V~(bQ6G1~RPo)(mSgo=n)!tz(R+EU8 zpvJWJTGc03L?zI&FX*t&P^C!~nr7KaDwA4*+CY1n&Q!yWrwL32Q&>wMof}c~2=mow z1;#mc2r7GmsnZ_|rZR7$mP`lR3_?@k39MAVKcBMJG%MaMZfTVbcoQ?)uD!D|(IA_m zFN2Bn>@>8q1ngIaCfgZ#8Z*G8xzjw>UWL?NxVjs zL6sd67-C3Ny@{6W4^lvJPX={1f+p$2)SC>cOb)g;JeoD)k0gTW)95r~sIe7}HBvJ2 zY_zZGE_Oeda|oL?g18vY+&EV%9i3{23LS2?7KX@zXEPF|mCPu?KEp!Vwv%shUaQUc zM0{B(*a7U(nB<%|wdHN5VLw@=hE?{f)iRUpvUrneP(u2Xm^D$m$0ym$!r4H1x=qc7 zq3>-f)$_FBZQ7OwX1~na6mN@@X6$X6!qP2uWSq^K3L>tm8{Hry57kK!&A3c5PJ^hz zQo9N+MWEGFn&wC-TS+DjZ&O;zz01t0M0><=S}^m_!VM|!vM>&>$z@=6Hu5fu!iKg6 z5aZ2EbT~v>b>AG;sMO^M;pG%g8%J3f+PRd}ojKDnm5m8$twtG=?IveZ_uEFPvq}3j z6gb_;BoUbK#+Kb27TWggLbLlEYp|QymSAcq^0YRs>elX1qrkI}W0Z)^Dh#8{n5tyJ zBCoRnHN#qVEmJU6sj@p++(uhc4r-8=Se>K|?9!n|vS#CK zzu6Hnab_ovu`}CiBAk+64S6w^RlABk9(J?3CrD=pwa2fsr0wx*o9Vq?rh?tXZSA`6 zu4=s=)T{g2vDZ_v}Z)v!IfBh!~R)|mz*=W_?*GB&gXIX zdFP(F_^ic?2{^bhoMr{SL%6dS`-{&TK6}ZTi}}r8hwV9to{h6wz<%|xPjjchTKSAKuB(U=-uw5Zu^4sjmA-cUK*KE(FL zB3q+2(10fLqGD^&!2GebW2?G#Uoy0K{t7H}6wlzK*~`$ZxrqJgD89h#mSR9J+cY^k zcwRT0@?z;dxXKy)!~S`NsL?6puwQJ=A2+)VgQGIzhW*%XK4i<5Uce$<`w+|e<7La1 z4EPuOi~V6=FK6jxiFxr)S>~VTpK*pC>uHGzb{1dGzF!xW@F)wreY9zGJFfANgUe7NzXCR9UvwB4-zylZVVF zofc7R#cDa=q*@yhbDw9|gRn0qM3da&F!xKPsIJ(yd_yc5Wq;2&%C59ZL0@O(&^gDh zHp#Ocku(cIno!U^OhD(^Rh4?j6uJl5OuOD*ym8_kHPbjL>9CrLb)V;a44UQ;drs8z zI5)|Z+YcR|?nA`ccge?OFl5H_AZfAB-4i>jKpzphUtj)QYx{gP7quPQakW+e)jy`_N$Uc z%yypo9;G@mV$R~juzMD7lkY8WJw&|P<=CTSyM^`V$l=NrBUec_5#%|_Kcm*gRx?WH zN`oB(ZDJ@5JH&|AE}D`1-U`f-WdH7qIG|k#Wf3F5wyPG|ym~X*<4W}8sFd5KZwo=U z{GJm7?W4JMUSC@tIL2n1sD(+fi$EO7`cusoMr4r2L9^TmJa<{0sG;nFn5do5GxDzl z%r+f)(>by`m6zgj+r8}~%^{N*=y@DOG^IJP?upcoAaE-vN5Rf{Ft2lYGw$7~{N>9z zmFHNVHBVTv$MSGhfm3;VEYI6SA;6rk_#@g+j#-(GWQ}GTDSVR?`3Z6~pLsDS^WI43 zK%N0u(wTgPz~)SzjbuIPNS=oku91+7CZ~d&&Z8G~qRyrTG5!8c)N)oGdq1ydBb}3E z8>D?OuhvkDx|4ab(FQ}*G+Fwb(q}9**VRz{>~D2SKc3=2-Ih0XGOt3mw71T~YQ{{I z_{QAU!j&ZnTcJa~Kcbyg^cx*n3?fWh;%YxPHxB6+2Qnn{WG8S=*QqH6U@Wlv^o8 zc#V*AMqdkaO}1njVM?J0>L}z2tyg4XrldhBPZ^`FdcZDw#vuz!S<^@MqaSjf(I83f zQnO^D0FvpQpVm_iC(2Gl*uN;I)v(Fl9Q)0_?!hrz^IXxyY!2yb?0uT@vT?AJz}>KW z5p-{o-F?_@d3A_oY#D^WDv3QUJ(Jbbj{090b9PM;pBARjZu`d7ZjXbT8vUN3rFk`? z!nlcQE+fbgkoVLQdrprGcF-?EB4|AD#f=(K4VQJDaiPTu@Gymm{S*^HWW!t=?35@s%jaS%Yt?EEv}KTY($^B+SPHtOvec%$vyZaF%$B#wf9_D{ z%u0f-?XHhZm$p4WGmW;lTR_bG*e#4@uSsF!tG3L251e4 zyw71ax(hFqug}iC{Nq zbg@O{K>N_Hv$t!sl;8;0-GJfDtHcVivk9@gt1hc0S)A^&bmcadxRzrycEKhhU3dA+ zo%pOyQf$IFD06Y78Zv@dudxi_%ZeZiiaIeg%heUS{vzKbHSyL34bBBC<_1jDti#qd zi<#Le*9dXaCO|A5w);s;dtT zW+e{jP{=5v!D!Hs?Aq60nuOq$<5agk9}A0FR7_A6xgE1S#O^ALDPCxd4(5#(d!hlW zSR;=boLW%&-Fq;sU%3WDoOaUgK1?(4*7HAFE{Myy`gx`rVCR#bEw)OMpq!bJ?rzn& z0Ej5F0Ikmo-qjjTNtiHhchj`Wqks73h)sbwHY-;$O_;#gN|Z`8JIAxUeDoCalg6Xf zb=uFWa5F~xf?5ic%X!LxWG+>4*w~z%jlA8q=3JlJyOp!Qt&hwd88#kJax~mzP(-&& zJGHpxUhe77Jf<({mr1;1hBJ3$2!Ht+npK#-Q724cW&Fx(X23VoiVv*j~MLqXpGU;KdFNOrGA*4ZXnx)cKlYNXmO=*vVwlBx* zGUIMhk(16n845Q0o=i{q?2e~wpmu$uOndd(8Pdj(Oegm4n$qufMX0e?VtXbtQo_G~ ztEtT@5}Tle24^cVR!=Z{$?#$3FbNQbJ#0mm$;MRe1SyXGUx$%3xx4cG=Y<(>wxlR} zw%F8UW@ccT)a9LW*Q3Cw==hE|?HwM@_4H4oatwwdw;Ajm9+KSHG!y@XREOl12aY}X zCnxlsx(tP{USwoj6U}$0Q=M&IE7N|WA?1QHpBfQ#`UWkq)6`sYJ(2e$y)jfdH-ypx z6=BLZU7Z27Q&6HL(KM-% zQg>O=yQo`Cyoj1x?$gJZR>gY^LgMUFO+bs^i7W<|4Py zW!#R$)mBz$Wyp{wBPZ^*4V|>FG)hlu${K9!#@et*i!r<@bLX3h!{tBJ7iP0n{+*8) zWc+KGc+QZ4%yLQaA*G_HgU=(r9n%wr`y1l*RgIPpNm|@EUw-NaV zYOT64)7OUHMr&`YQHdp8OPyW6=}M^SJ7=$2+gLqnJ7|YXJ~BqIV3-w+Eg;iGFUCY~ zt8@EFmO~!1aX*IX)$VR<<(p1MDX>#Wt3^qLHZ4{cGR0z1rBwzgi*zkuD$$hL^6yy& zD8mMpn{<@9)q_?cb#$K$j&9953m{FmHhUTE_F%ynCtV92n^n?lYt%E<%q+W!-kIM! z#r8QOHx=oY-EOweD5cVG*NAIOon_6C*BUAeb&h~^!lTm!W;qNR4h9lzCu2%8Y(lP) zI&qdEDx+t}SUmcMB5a={wG+{iL}$(GEc6}C@>wbNno%azz+=Vd1, 2011 +# Maredudd ap Gwyndaf , 2012,2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Welsh (http://www.transifex.com/django/django/language/cy/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: cy\n" +"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != " +"11) ? 2 : 3;\n" + +msgid "Afrikaans" +msgstr "Affricaneg" + +msgid "Arabic" +msgstr "Arabeg" + +msgid "Asturian" +msgstr "Astwrieg" + +msgid "Azerbaijani" +msgstr "Azerbaijanaidd" + +msgid "Bulgarian" +msgstr "Bwlgareg" + +msgid "Belarusian" +msgstr "Belarwseg" + +msgid "Bengali" +msgstr "Bengaleg" + +msgid "Breton" +msgstr "Llydaweg" + +msgid "Bosnian" +msgstr "Bosnieg" + +msgid "Catalan" +msgstr "Catalaneg" + +msgid "Czech" +msgstr "Tsieceg" + +msgid "Welsh" +msgstr "Cymraeg" + +msgid "Danish" +msgstr "Daneg" + +msgid "German" +msgstr "Almaeneg" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "Groegedd" + +msgid "English" +msgstr "Saesneg" + +msgid "Australian English" +msgstr "Saesneg Awstralia" + +msgid "British English" +msgstr "Saesneg Prydain" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Sbaeneg" + +msgid "Argentinian Spanish" +msgstr "Sbaeneg Ariannin" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "Sbaeneg Mecsico" + +msgid "Nicaraguan Spanish" +msgstr "Sbaeneg Nicaragwa" + +msgid "Venezuelan Spanish" +msgstr "Sbaeneg Feneswela" + +msgid "Estonian" +msgstr "Estoneg" + +msgid "Basque" +msgstr "Basgeg" + +msgid "Persian" +msgstr "Persieg" + +msgid "Finnish" +msgstr "Ffinneg" + +msgid "French" +msgstr "Ffrangeg" + +msgid "Frisian" +msgstr "Ffrisieg" + +msgid "Irish" +msgstr "Gwyddeleg" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "Galisieg" + +msgid "Hebrew" +msgstr "Hebraeg" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Croasieg" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "Hwngareg" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indoneseg" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Islandeg" + +msgid "Italian" +msgstr "Eidaleg" + +msgid "Japanese" +msgstr "Siapanëeg" + +msgid "Georgian" +msgstr "Georgeg" + +msgid "Kazakh" +msgstr "Casacstanaidd" + +msgid "Khmer" +msgstr "Chmereg" + +msgid "Kannada" +msgstr "Canadeg" + +msgid "Korean" +msgstr "Corëeg" + +msgid "Luxembourgish" +msgstr "Lwcsembergeg" + +msgid "Lithuanian" +msgstr "Lithwaneg" + +msgid "Latvian" +msgstr "Latfieg" + +msgid "Macedonian" +msgstr "Macedoneg" + +msgid "Malayalam" +msgstr "Malaialam" + +msgid "Mongolian" +msgstr "Mongoleg" + +msgid "Marathi" +msgstr "Marathi" + +msgid "Burmese" +msgstr "Byrmaneg" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "Nepaleg" + +msgid "Dutch" +msgstr "Iseldireg" + +msgid "Norwegian Nynorsk" +msgstr "Ninorsk Norwyeg" + +msgid "Ossetic" +msgstr "Osetieg" + +msgid "Punjabi" +msgstr "Pwnjabi" + +msgid "Polish" +msgstr "Pwyleg" + +msgid "Portuguese" +msgstr "Portiwgaleg" + +msgid "Brazilian Portuguese" +msgstr "Portiwgaleg Brasil" + +msgid "Romanian" +msgstr "Romaneg" + +msgid "Russian" +msgstr "Rwsieg" + +msgid "Slovak" +msgstr "Slofaceg" + +msgid "Slovenian" +msgstr "Slofeneg" + +msgid "Albanian" +msgstr "Albaneg" + +msgid "Serbian" +msgstr "Serbeg" + +msgid "Serbian Latin" +msgstr "Lladin Serbiaidd" + +msgid "Swedish" +msgstr "Swedeg" + +msgid "Swahili" +msgstr "Swahili" + +msgid "Tamil" +msgstr "Tamil" + +msgid "Telugu" +msgstr "Telwgw" + +msgid "Thai" +msgstr "Tai" + +msgid "Turkish" +msgstr "Twrceg" + +msgid "Tatar" +msgstr "Tatareg" + +msgid "Udmurt" +msgstr "Wdmwrteg" + +msgid "Ukrainian" +msgstr "Wcreineg" + +msgid "Urdu" +msgstr "Wrdw" + +msgid "Vietnamese" +msgstr "Fietnameg" + +msgid "Simplified Chinese" +msgstr "Tsieinëeg Syml" + +msgid "Traditional Chinese" +msgstr "Tseinëeg Traddodiadol" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "Mapiau Safle" + +msgid "Static Files" +msgstr "Ffeiliau Statig" + +msgid "Syndication" +msgstr "Syndicetiad" + +msgid "Enter a valid value." +msgstr "Rhowch werth dilys." + +msgid "Enter a valid URL." +msgstr "Rhowch URL dilys." + +msgid "Enter a valid integer." +msgstr "Rhowch gyfanrif dilys." + +msgid "Enter a valid email address." +msgstr "Rhowch gyfeiriad ebost dilys." + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Rhowch 'falwen' dilys yn cynnwys llythrennau, rhifau, tanlinellau neu " +"cysylltnodau." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "Rhowch gyfeiriad IPv4 dilys." + +msgid "Enter a valid IPv6 address." +msgstr "Rhowch gyfeiriad IPv6 dilys." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Rhowch gyfeiriad IPv4 neu IPv6 dilys." + +msgid "Enter only digits separated by commas." +msgstr "Rhowch ddigidau wedi'i gwahanu gan gomas yn unig." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Sicrhewch taw y gwerth yw %(limit_value)s (%(show_value)s yw ar hyn o bryd)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Sicrhewch fod y gwerth hwn yn fwy neu'n llai na %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Sicrhewch fod y gwerth yn fwy na neu'n gyfartal â %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Sicrhewch fod gan y gwerth hwn oleiaf %(limit_value)d nod (mae ganddo " +"%(show_value)d)." +msgstr[1] "" +"Sicrhewch fod gan y gwerth hwn oleiaf %(limit_value)d nod (mae ganddo " +"%(show_value)d)." +msgstr[2] "" +"Sicrhewch fod gan y gwerth hwn oleiaf %(limit_value)d nod (mae ganddo " +"%(show_value)d)." +msgstr[3] "" +"Sicrhewch fod gan y gwerth hwn oleiaf %(limit_value)d nod (mae ganddo " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Sicrhewch fod gan y gwerth hwn ddim mwy na %(limit_value)d nod (mae ganddo " +"%(show_value)d)." +msgstr[1] "" +"Sicrhewch fod gan y gwerth hwn ddim mwy na %(limit_value)d nod (mae ganddo " +"%(show_value)d)." +msgstr[2] "" +"Sicrhewch fod gan y gwerth hwn ddim mwy na %(limit_value)d nod (mae ganddo " +"%(show_value)d)." +msgstr[3] "" +"Sicrhewch fod gan y gwerth hwn ddim mwy na %(limit_value)d nod (mae ganddo " +"%(show_value)d)." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Sicrhewch nad oes mwy nag %(max)s digid i gyd." +msgstr[1] "Sicrhewch nad oes mwy na %(max)s ddigid i gyd." +msgstr[2] "Sicrhewch nad oes mwy na %(max)s digid i gyd." +msgstr[3] "Sicrhewch nad oes mwy na %(max)s digid i gyd." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Sicrhewch nad oes mwy nag %(max)s lle degol." +msgstr[1] "Sicrhewch nad oes mwy na %(max)s le degol." +msgstr[2] "Sicrhewch nad oes mwy na %(max)s lle degol." +msgstr[3] "Sicrhewch nad oes mwy na %(max)s lle degol." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "Sicrhewch nad oes mwy nag %(max)s digid cyn y pwynt degol." +msgstr[1] "Sicrhewch nad oes mwy na %(max)s ddigid cyn y pwynt degol." +msgstr[2] "Sicrhewch nad oes mwy na %(max)s digid cyn y pwynt degol." +msgstr[3] "Sicrhewch nad oes mwy na %(max)s digid cyn y pwynt degol." + +msgid "and" +msgstr "a" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "Mae %(model_name)s gyda'r %(field_labels)s hyn yn bodoli'n barod." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Nid yw gwerth %(value)r yn ddewis dilys." + +msgid "This field cannot be null." +msgstr "Ni all y maes hwn fod yn 'null'." + +msgid "This field cannot be blank." +msgstr "Ni all y maes hwn fod yn wag." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "Mae %(model_name)s gyda'r %(field_label)s hwn yn bodoli'n barod." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Maes o fath: %(field_type)s" + +msgid "Integer" +msgstr "cyfanrif" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "Rhaid i'r gwerth '%(value)s' fod yn gyfanrif." + +msgid "Big (8 byte) integer" +msgstr "Cyfanrif mawr (8 beit)" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "Rhaid i werth '%(value)s' for unai'n True neu False." + +msgid "Boolean (Either True or False)" +msgstr "Boleaidd (Unai True neu False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "String (hyd at %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Cyfanrifau wedi'u gwahanu gan gomas" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"Mae gan werth '%(value)s' fformat dyddiad annilys. Rhaid iddo fod yn y " +"fformat BBBB-MM-DD." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"Mae'r gwerth '%(value)s' yn y fformat cywir (BBBB-MM-DD) ond mae'r dyddiad " +"yn annilys" + +msgid "Date (without time)" +msgstr "Dyddiad (heb amser)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"Mae '%(value)s' mewn fformat annilys. Rhaid iddo fod yn y fformat BBBB-MM-DD " +"AA:MM[:ee[.uuuuuu]][CA]" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"Mae '%(value)s' yn y fformat cywir (BBBB-MM-DD AA:MM[:ee[.uuuuuu]][CA]) on " +"mae'n ddyddiad/amser annilys." + +msgid "Date (with time)" +msgstr "Dyddiad (gydag amser)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "Rhaid i '%(value)s' fod yn ddegolyn." + +msgid "Decimal number" +msgstr "Rhif degol" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "Cyfeiriad ebost" + +msgid "File path" +msgstr "Llwybr ffeil" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "Rhaid i '%(value)s' fod yn rif pwynt arnawf." + +msgid "Floating point number" +msgstr "Rhif pwynt symudol" + +msgid "IPv4 address" +msgstr "Cyfeiriad IPv4" + +msgid "IP address" +msgstr "cyfeiriad IP" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "Rhaid i '%(value)s' gael y gwerth None, True neu False." + +msgid "Boolean (Either True, False or None)" +msgstr "Boleaidd (Naill ai True, False neu None)" + +msgid "Positive integer" +msgstr "Cyfanrif positif" + +msgid "Positive small integer" +msgstr "Cyfanrif bach positif" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Malwen (hyd at %(max_length)s)" + +msgid "Small integer" +msgstr "Cyfanrif bach" + +msgid "Text" +msgstr "Testun" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"Mae gan y gwerth '%(value)s' fformat annilys. Rhaid iddo fod yn y fformat AA:" +"MM[:ee[.uuuuuu]]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"Mae'r gwerth '%(value)s' yn y fformat cywir AA:MM[:ee[.uuuuuu]] ond mae'r " +"amser yn annilys." + +msgid "Time" +msgstr "Amser" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Data deuol crai" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "" + +msgid "File" +msgstr "Ffeil" + +msgid "Image" +msgstr "Delwedd" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "Allwedd Estron (math yn ddibynol ar y maes cysylltiedig)" + +msgid "One-to-one relationship" +msgstr "Perthynas un-i-un" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "Perthynas llawer-i-lawer" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Mae angen y maes hwn." + +msgid "Enter a whole number." +msgstr "Rhowch cyfanrif." + +msgid "Enter a number." +msgstr "Rhowch rif." + +msgid "Enter a valid date." +msgstr "Rhif ddyddiad dilys." + +msgid "Enter a valid time." +msgstr "Rhowch amser dilys." + +msgid "Enter a valid date/time." +msgstr "Rhowch ddyddiad/amser dilys." + +msgid "Enter a valid duration." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Ni anfonwyd ffeil. Gwiriwch math yr amgodiad ar y ffurflen." + +msgid "No file was submitted." +msgstr "Ni anfonwyd ffeil." + +msgid "The submitted file is empty." +msgstr "Mae'r ffeil yn wag." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Sicrhewch fod gan enw'r ffeil ar y mwyaf %(max)d nod (mae ganddo %(length)d)." +msgstr[1] "" +"Sicrhewch fod gan enw'r ffeil ar y mwyaf %(max)d nod (mae ganddo %(length)d)." +msgstr[2] "" +"Sicrhewch fod gan enw'r ffeil ar y mwyaf %(max)d nod (mae ganddo %(length)d)." +msgstr[3] "" +"Sicrhewch fod gan enw'r ffeil ar y mwyaf %(max)d nod (mae ganddo %(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Nail ai cyflwynwych ffeil neu dewisiwch y blwch gwiriad, ond nid y ddau." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Llwythwch ddelwedd dilys. Doedd y ddelwedd a lwythwyd ddim yn ddelwedd " +"dilys, neu roedd yn ddelwedd llygredig." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Dewiswch ddewisiad dilys. Nid yw %(value)s yn un o'r dewisiadau sydd ar gael." + +msgid "Enter a list of values." +msgstr "Rhowch restr o werthoedd." + +msgid "Enter a complete value." +msgstr "Rhowch werth cyflawn." + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Maes cudd %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "Mae data ManagementForm ar goll neu mae rhywun wedi ymyrryd ynddo" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Cyflwynwch %d neu lai o ffurflenni." +msgstr[1] "Cyflwynwch %d neu lai o ffurflenni." +msgstr[2] "Cyflwynwch %d neu lai o ffurflenni." +msgstr[3] "Cyflwynwch %d neu lai o ffurflenni." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Cyflwynwch %d neu fwy o ffurflenni." +msgstr[1] "Cyflwynwch %d neu fwy o ffurflenni." +msgstr[2] "Cyflwynwch %d neu fwy o ffurflenni." +msgstr[3] "Cyflwynwch %d neu fwy o ffurflenni." + +msgid "Order" +msgstr "Trefn" + +msgid "Delete" +msgstr "Dileu" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Cywirwch y data dyblyg ar gyfer %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Cywirwch y data dyblyg ar gyfer %(field)s, sydd yn gorfod bod yn unigryw." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Cywirwch y data dyblyg ar gyfer %(field_name)s sydd yn gorfod bod yn unigryw " +"ar gyfer %(lookup)s yn %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Cywirwch y gwerthoedd dyblyg isod." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "" +"Nid yw'r allwedd estron mewnlin yn cydfynd gyda allwedd gynradd enghraifft y " +"rhiant." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Dewiswch ddewisiad dilys. Nid yw'r dewisiad yn un o'r dewisiadau sydd ar " +"gael." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "Nid yw \"%(pk)s\" yn werth dilys ar gyfer allwedd cynradd." + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"Ni ellir dehongli %(datetime)s yn y gylchfa amser %(current_timezone)s; " +"mae'n amwys neu ddim yn bodoli." + +msgid "Currently" +msgstr "Ar hyn o bryd" + +msgid "Change" +msgstr "Newid" + +msgid "Clear" +msgstr "Clirio" + +msgid "Unknown" +msgstr "Anhysbys" + +msgid "Yes" +msgstr "Ie" + +msgid "No" +msgstr "Na" + +msgid "yes,no,maybe" +msgstr "ie,na,efallai" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d beit" +msgstr[1] "%(size)d beit" +msgstr[2] "%(size)d beit" +msgstr[3] "%(size)d beit" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "y.h." + +msgid "a.m." +msgstr "y.b." + +msgid "PM" +msgstr "YH" + +msgid "AM" +msgstr "YB" + +msgid "midnight" +msgstr "canol nos" + +msgid "noon" +msgstr "canol dydd" + +msgid "Monday" +msgstr "Dydd Llun" + +msgid "Tuesday" +msgstr "Dydd Mawrth" + +msgid "Wednesday" +msgstr "Dydd Mercher" + +msgid "Thursday" +msgstr "Dydd Iau" + +msgid "Friday" +msgstr "Dydd Gwener" + +msgid "Saturday" +msgstr "Dydd Sadwrn" + +msgid "Sunday" +msgstr "Dydd Sul" + +msgid "Mon" +msgstr "Llu" + +msgid "Tue" +msgstr "Maw" + +msgid "Wed" +msgstr "Mer" + +msgid "Thu" +msgstr "Iau" + +msgid "Fri" +msgstr "Gwe" + +msgid "Sat" +msgstr "Sad" + +msgid "Sun" +msgstr "Sul" + +msgid "January" +msgstr "Ionawr" + +msgid "February" +msgstr "Chwefror" + +msgid "March" +msgstr "Mawrth" + +msgid "April" +msgstr "Ebrill" + +msgid "May" +msgstr "Mai" + +msgid "June" +msgstr "Mehefin" + +msgid "July" +msgstr "Gorffenaf" + +msgid "August" +msgstr "Awst" + +msgid "September" +msgstr "Medi" + +msgid "October" +msgstr "Hydref" + +msgid "November" +msgstr "Tachwedd" + +msgid "December" +msgstr "Rhagfyr" + +msgid "jan" +msgstr "ion" + +msgid "feb" +msgstr "chw" + +msgid "mar" +msgstr "maw" + +msgid "apr" +msgstr "ebr" + +msgid "may" +msgstr "mai" + +msgid "jun" +msgstr "meh" + +msgid "jul" +msgstr "gor" + +msgid "aug" +msgstr "aws" + +msgid "sep" +msgstr "med" + +msgid "oct" +msgstr "hyd" + +msgid "nov" +msgstr "tach" + +msgid "dec" +msgstr "rhag" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Ion." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Chwe." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Mawrth" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Ebrill" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Mai" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Meh." + +msgctxt "abbrev. month" +msgid "July" +msgstr "Gorff." + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Awst" + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Medi" + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Hydr." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Tach." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Rhag." + +msgctxt "alt. month" +msgid "January" +msgstr "Ionawr" + +msgctxt "alt. month" +msgid "February" +msgstr "Chwefror" + +msgctxt "alt. month" +msgid "March" +msgstr "Mawrth" + +msgctxt "alt. month" +msgid "April" +msgstr "Ebrill" + +msgctxt "alt. month" +msgid "May" +msgstr "Mai" + +msgctxt "alt. month" +msgid "June" +msgstr "Mehefin" + +msgctxt "alt. month" +msgid "July" +msgstr "Gorffenaf" + +msgctxt "alt. month" +msgid "August" +msgstr "Awst" + +msgctxt "alt. month" +msgid "September" +msgstr "Medi" + +msgctxt "alt. month" +msgid "October" +msgstr "Hydref" + +msgctxt "alt. month" +msgid "November" +msgstr "Tachwedd" + +msgctxt "alt. month" +msgid "December" +msgstr "Rhagfyr" + +msgid "This is not a valid IPv6 address." +msgstr "Nid yw hwn yn gyfeiriad IPv6 dilys." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "neu" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr "," + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d blwyddyn" +msgstr[1] "%d flynedd" +msgstr[2] "%d blwyddyn" +msgstr[3] "%d blwyddyn" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d mis" +msgstr[1] "%d fis" +msgstr[2] "%d mis" +msgstr[3] "%d mis" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d wythnos" +msgstr[1] "%d wythnos" +msgstr[2] "%d wythnos" +msgstr[3] "%d wythnos" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d diwrnod" +msgstr[1] "%d ddiwrnod" +msgstr[2] "%d diwrnod" +msgstr[3] "%d diwrnod" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d awr" +msgstr[1] "%d awr" +msgstr[2] "%d awr" +msgstr[3] "%d awr" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d munud" +msgstr[1] "%d funud" +msgstr[2] "%d munud" +msgstr[3] "%d munud" + +msgid "0 minutes" +msgstr "0 munud" + +msgid "Forbidden" +msgstr "Gwaharddedig" + +msgid "CSRF verification failed. Request aborted." +msgstr "Gwirio CSRF wedi methu. Ataliwyd y cais." + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Rydych yn gweld y neges hwn can fod y safle HTTPS hwn angen 'Referer header' " +"i gael ei anfon gan ei porwr, ond ni anfonwyd un. Mae angen y pennyn hwn ar " +"mwyn diogelwch, i sicrhau na herwgipiwyd eich porwr gan trydydd parti." + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" +"Os ydych wedi analluogi pennynau 'Referer' yn eich porwr yn galluogwch nhw, " +"oleiaf ar gyfer y safle hwn neu ar gyfer cysylltiadau HTTPS neu ar gyfer " +"ceisiadau 'same-origin'." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Dangosir y neges hwn oherwydd bod angen cwci CSRF ar y safle hwn pan yn " +"anfon ffurflenni. Mae angen y cwci ar gyfer diogelwch er mwyn sicrhau nad " +"oes trydydd parti yn herwgipio eich porwr." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" +"Os ydych wedi analluogi cwcis, galluogwch nhw, oleiaf i'r safle hwn neu " +"ceisiadau 'same-origin'." + +msgid "More information is available with DEBUG=True." +msgstr "Mae mwy o wybodaeth ar gael gyda DEBUG=True" + +msgid "Welcome to Django" +msgstr "" + +msgid "It worked!" +msgstr "" + +msgid "Congratulations on your first Django-powered page." +msgstr "" + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" + +msgid "No year specified" +msgstr "Dim blwyddyn wedi’i bennu" + +msgid "No month specified" +msgstr "Dim mis wedi’i bennu" + +msgid "No day specified" +msgstr "Dim diwrnod wedi’i bennu" + +msgid "No week specified" +msgstr "Dim wythnos wedi’i bennu" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Dim %(verbose_name_plural)s ar gael" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"%(verbose_name_plural)s i'r dyfodol ddim ar gael oherwydd mae %(class_name)s." +"allow_future yn 'False'. " + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "" +"Rhoddwyd y fformat '%(format)s' i'r llynyn dyddiad annilys '%(datestr)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Ni ganfuwyd %(verbose_name)s yn cydweddu â'r ymholiad" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "Nid yw'r dudalen yn 'last', ac ni ellir ei drosi i int." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Tudalen annilys (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Rhestr wag a '%(class_name)s.allow_empty' yn False." + +msgid "Directory indexes are not allowed here." +msgstr "Ni ganiateir mynegai cyfeiriaduron yma." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "Nid yw \"%(path)s\" yn bodoli" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Mynegai %(directory)s" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/cy/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/cy/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/cy/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/cy/formats.py new file mode 100644 index 0000000..4a69a88 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/cy/formats.py @@ -0,0 +1,38 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'j F Y' # '25 Hydref 2006' +TIME_FORMAT = 'P' # '2:30 y.b.' +DATETIME_FORMAT = 'j F Y, P' # '25 Hydref 2006, 2:30 y.b.' +YEAR_MONTH_FORMAT = 'F Y' # 'Hydref 2006' +MONTH_DAY_FORMAT = 'j F' # '25 Hydref' +SHORT_DATE_FORMAT = 'd/m/Y' # '25/10/2006' +SHORT_DATETIME_FORMAT = 'd/m/Y P' # '25/10/2006 2:30 y.b.' +FIRST_DAY_OF_WEEK = 1 # 'Dydd Llun' + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + '%d/%m/%Y', '%d/%m/%y', # '25/10/2006', '25/10/06' +] +DATETIME_INPUT_FORMATS = [ + '%Y-%m-%d %H:%M:%S', # '2006-10-25 14:30:59' + '%Y-%m-%d %H:%M:%S.%f', # '2006-10-25 14:30:59.000200' + '%Y-%m-%d %H:%M', # '2006-10-25 14:30' + '%Y-%m-%d', # '2006-10-25' + '%d/%m/%Y %H:%M:%S', # '25/10/2006 14:30:59' + '%d/%m/%Y %H:%M:%S.%f', # '25/10/2006 14:30:59.000200' + '%d/%m/%Y %H:%M', # '25/10/2006 14:30' + '%d/%m/%Y', # '25/10/2006' + '%d/%m/%y %H:%M:%S', # '25/10/06 14:30:59' + '%d/%m/%y %H:%M:%S.%f', # '25/10/06 14:30:59.000200' + '%d/%m/%y %H:%M', # '25/10/06 14:30' + '%d/%m/%y', # '25/10/06' +] +DECIMAL_SEPARATOR = '.' +THOUSAND_SEPARATOR = ',' +NUMBER_GROUPING = 3 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/da/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/da/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..c43539b2f583b3f07e1f2ca9c37d61c079b63a68 GIT binary patch literal 23753 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, 2012 +# Danni Randeris , 2014 +# Erik Wognsen , 2013-2016 +# Finn Gruwier Larsen, 2011 +# Jannis Leidel , 2011 +# jonaskoelker , 2012 +# Mads Chr. Olesen , 2013 +# valberg , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 19:27+0000\n" +"Last-Translator: Erik Wognsen \n" +"Language-Team: Danish (http://www.transifex.com/django/django/language/da/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "afrikaans" + +msgid "Arabic" +msgstr "arabisk" + +msgid "Asturian" +msgstr "Asturisk" + +msgid "Azerbaijani" +msgstr "azerbaidjansk" + +msgid "Bulgarian" +msgstr "bulgarsk" + +msgid "Belarusian" +msgstr "hviderussisk" + +msgid "Bengali" +msgstr "bengalsk" + +msgid "Breton" +msgstr "bretonsk" + +msgid "Bosnian" +msgstr "bosnisk" + +msgid "Catalan" +msgstr "catalansk" + +msgid "Czech" +msgstr "tjekkisk" + +msgid "Welsh" +msgstr "walisisk" + +msgid "Danish" +msgstr "dansk" + +msgid "German" +msgstr "tysk" + +msgid "Lower Sorbian" +msgstr "nedresorbisk" + +msgid "Greek" +msgstr "græsk" + +msgid "English" +msgstr "engelsk" + +msgid "Australian English" +msgstr "australsk engelsk" + +msgid "British English" +msgstr "britisk engelsk" + +msgid "Esperanto" +msgstr "esperanto" + +msgid "Spanish" +msgstr "spansk" + +msgid "Argentinian Spanish" +msgstr "argentinsk spansk" + +msgid "Colombian Spanish" +msgstr "colombiansk spansk" + +msgid "Mexican Spanish" +msgstr "mexikansk spansk" + +msgid "Nicaraguan Spanish" +msgstr "nicaraguansk spansk" + +msgid "Venezuelan Spanish" +msgstr "venezuelansk spansk" + +msgid "Estonian" +msgstr "estisk" + +msgid "Basque" +msgstr "baskisk" + +msgid "Persian" +msgstr "persisk" + +msgid "Finnish" +msgstr "finsk" + +msgid "French" +msgstr "fransk" + +msgid "Frisian" +msgstr "frisisk" + +msgid "Irish" +msgstr "irsk" + +msgid "Scottish Gaelic" +msgstr "skotsk gælisk" + +msgid "Galician" +msgstr "galicisk" + +msgid "Hebrew" +msgstr "hebraisk" + +msgid "Hindi" +msgstr "hindi" + +msgid "Croatian" +msgstr "kroatisk" + +msgid "Upper Sorbian" +msgstr "øvresorbisk" + +msgid "Hungarian" +msgstr "ungarsk" + +msgid "Interlingua" +msgstr "interlingua" + +msgid "Indonesian" +msgstr "indonesisk" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "islandsk" + +msgid "Italian" +msgstr "italiensk" + +msgid "Japanese" +msgstr "japansk" + +msgid "Georgian" +msgstr "georgisk" + +msgid "Kazakh" +msgstr "kasakhisk" + +msgid "Khmer" +msgstr "khmer" + +msgid "Kannada" +msgstr "kannada" + +msgid "Korean" +msgstr "koreansk" + +msgid "Luxembourgish" +msgstr "luxembourgisk" + +msgid "Lithuanian" +msgstr "litauisk" + +msgid "Latvian" +msgstr "lettisk" + +msgid "Macedonian" +msgstr "makedonsk" + +msgid "Malayalam" +msgstr "malaysisk" + +msgid "Mongolian" +msgstr "mongolsk" + +msgid "Marathi" +msgstr "Marathi" + +msgid "Burmese" +msgstr "burmesisk" + +msgid "Norwegian Bokmål" +msgstr "norsk bokmål" + +msgid "Nepali" +msgstr "nepalesisk" + +msgid "Dutch" +msgstr "hollandsk" + +msgid "Norwegian Nynorsk" +msgstr "norsk nynorsk" + +msgid "Ossetic" +msgstr "ossetisk" + +msgid "Punjabi" +msgstr "punjabi" + +msgid "Polish" +msgstr "polsk" + +msgid "Portuguese" +msgstr "portugisisk" + +msgid "Brazilian Portuguese" +msgstr "brasiliansk portugisisk" + +msgid "Romanian" +msgstr "rumænsk" + +msgid "Russian" +msgstr "russisk" + +msgid "Slovak" +msgstr "slovakisk" + +msgid "Slovenian" +msgstr "slovensk" + +msgid "Albanian" +msgstr "albansk" + +msgid "Serbian" +msgstr "serbisk" + +msgid "Serbian Latin" +msgstr "serbisk (latin)" + +msgid "Swedish" +msgstr "svensk" + +msgid "Swahili" +msgstr "swahili" + +msgid "Tamil" +msgstr "tamil" + +msgid "Telugu" +msgstr "telugu" + +msgid "Thai" +msgstr "thai" + +msgid "Turkish" +msgstr "tyrkisk" + +msgid "Tatar" +msgstr "tatarisk" + +msgid "Udmurt" +msgstr "udmurtisk" + +msgid "Ukrainian" +msgstr "ukrainsk" + +msgid "Urdu" +msgstr "urdu" + +msgid "Vietnamese" +msgstr "vietnamesisk" + +msgid "Simplified Chinese" +msgstr "forenklet kinesisk" + +msgid "Traditional Chinese" +msgstr "traditionelt kinesisk" + +msgid "Messages" +msgstr "Meddelelser" + +msgid "Site Maps" +msgstr "Site Maps" + +msgid "Static Files" +msgstr "Static Files" + +msgid "Syndication" +msgstr "Syndication" + +msgid "Enter a valid value." +msgstr "Indtast en gyldig værdi." + +msgid "Enter a valid URL." +msgstr "Indtast en gyldig URL." + +msgid "Enter a valid integer." +msgstr "Indtast et gyldigt heltal." + +msgid "Enter a valid email address." +msgstr "Indtast en gyldig e-mail-adresse." + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Indtast en \"slug\" bestående af bogstaver, cifre, understreger og " +"bindestreger." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Indtast en \"slug\" bestående af bogstaver, cifre, understreger og " +"bindestreger." + +msgid "Enter a valid IPv4 address." +msgstr "Indtast en gyldig IPv4-adresse." + +msgid "Enter a valid IPv6 address." +msgstr "Indtast en gyldig IPv6-adresse." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Indtast en gyldig IPv4- eller IPv6-adresse." + +msgid "Enter only digits separated by commas." +msgstr "Indtast kun cifre adskilt af kommaer." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Denne værdi skal være %(limit_value)s (den er %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Denne værdi skal være mindre end eller lig %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Denne værdi skal være større end eller lig %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Denne værdi skal have mindst %(limit_value)d tegn (den har %(show_value)d)." +msgstr[1] "" +"Denne værdi skal have mindst %(limit_value)d tegn (den har %(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Denne værdi må højst have %(limit_value)d tegn (den har %(show_value)d)." +msgstr[1] "" +"Denne værdi må højst have %(limit_value)d tegn (den har %(show_value)d)." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Der må maksimalt være %(max)s ciffer i alt." +msgstr[1] "Der må maksimalt være %(max)s cifre i alt." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Der må maksimalt være %(max)s decimal." +msgstr[1] "Der må maksimalt være %(max)s decimaler." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "Der må maksimalt være %(max)s ciffer før kommaet." +msgstr[1] "Der må maksimalt være %(max)s cifre før kommaet." + +msgid "and" +msgstr "og" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s med dette %(field_labels)s eksisterer allerede." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Værdien %(value)r er ikke et gyldigt valg." + +msgid "This field cannot be null." +msgstr "Dette felt kan ikke være null." + +msgid "This field cannot be blank." +msgstr "Dette felt kan ikke være tomt." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s med dette %(field_label)s eksisterer allerede." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s skal være unik for %(date_field_label)s %(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Felt af type: %(field_type)s" + +msgid "Integer" +msgstr "Heltal" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "'%(value)s'-værdien skal være et heltal." + +msgid "Big (8 byte) integer" +msgstr "Stort heltal (8 byte)" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "'%(value)s'-værdien skal være enten True eller False." + +msgid "Boolean (Either True or False)" +msgstr "Boolsk (enten True eller False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Streng (op til %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Kommaseparerede heltal" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"'%(value)s'-værdien har et ugyldigt datoformat. Den skal være i formatet " +"ÅÅÅÅ-MM-DD." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"'%(value)s'-værdien har det korrekte format (ÅÅÅÅ-MM-DD) men er en ugyldig " +"dato." + +msgid "Date (without time)" +msgstr "Dato (uden tid)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"'%(value)s'-værdien har et ugyldigt format. Den skal være i formatet ÅÅÅÅ-MM-" +"DD TT:MM[:ss[.uuuuuu]][TZ]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"'%(value)s'-værdien har det korrekte format (ÅÅÅÅ-MM-DD TT:MM[:ss[.uuuuuu]]" +"[TZ]) men er en ugyldig dato/tid." + +msgid "Date (with time)" +msgstr "Dato (med tid)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "'%(value)s'-værdien skal være et decimaltal." + +msgid "Decimal number" +msgstr "Decimaltal" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" +"'%(value)s' værdien har et ugyldigt format. Den skal være i formatet [DD] " +"[HH:[MM:]]ss[.uuuuuu]." + +msgid "Duration" +msgstr "Varighed" + +msgid "Email address" +msgstr "E-mail-adresse" + +msgid "File path" +msgstr "Sti" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "'%(value)s'-værdien skal være en float (et kommatal)." + +msgid "Floating point number" +msgstr "Flydende-komma-tal" + +msgid "IPv4 address" +msgstr "IPv4-adresse" + +msgid "IP address" +msgstr "IP-adresse" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "'%(value)s'-værdien skal være enten None, True eller False." + +msgid "Boolean (Either True, False or None)" +msgstr "Boolsk (True, False eller None)" + +msgid "Positive integer" +msgstr "Positivt heltal" + +msgid "Positive small integer" +msgstr "Positivt lille heltal" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "\"Slug\" (op til %(max_length)s)" + +msgid "Small integer" +msgstr "Lille heltal" + +msgid "Text" +msgstr "Tekst" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"'%(value)s'-værdien har et ugyldigt format. Den skal være i formatet TT:MM[:" +"ss[.uuuuuu]]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"'%(value)s'-værdien har det korrekte format (TT:MM[:ss[.uuuuuu]]) men er et " +"ugyldigt tidspunkt." + +msgid "Time" +msgstr "Tid" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Rå binære data" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "'%(value)s' er ikke et gyldigt UUID." + +msgid "File" +msgstr "Fil" + +msgid "Image" +msgstr "Billede" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "%(model)s instans med %(field)s %(value)r findes ikke." + +msgid "Foreign Key (type determined by related field)" +msgstr "Fremmednøgle (type bestemt af relateret felt)" + +msgid "One-to-one relationship" +msgstr "En-til-en-relation" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "%(from)s-%(to)s-relation" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "%(from)s-%(to)s-relationer" + +msgid "Many-to-many relationship" +msgstr "Mange-til-mange-relation" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Dette felt er påkrævet." + +msgid "Enter a whole number." +msgstr "Indtast et heltal." + +msgid "Enter a number." +msgstr "Indtast et tal." + +msgid "Enter a valid date." +msgstr "Indtast en gyldig dato." + +msgid "Enter a valid time." +msgstr "Indtast en gyldig tid." + +msgid "Enter a valid date/time." +msgstr "Indtast gyldig dato/tid." + +msgid "Enter a valid duration." +msgstr "Indtast en gyldig varighed." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Ingen fil blev indsendt. Kontroller kodningstypen i formularen." + +msgid "No file was submitted." +msgstr "Ingen fil blev indsendt." + +msgid "The submitted file is empty." +msgstr "Den indsendte fil er tom." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "Dette filnavn må højst have %(max)d tegn (det har %(length)d)." +msgstr[1] "Dette filnavn må højst have %(max)d tegn (det har %(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Du skal enten indsende en fil eller afmarkere afkrydsningsfeltet, ikke begge " +"dele." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Indsend en billedfil. Filen, du indsendte, var enten ikke et billede eller " +"en defekt billedfil." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Marker en gyldig valgmulighed. %(value)s er ikke en af de tilgængelige " +"valgmuligheder." + +msgid "Enter a list of values." +msgstr "Indtast en liste af værdier." + +msgid "Enter a complete value." +msgstr "Indtast en komplet værdi." + +msgid "Enter a valid UUID." +msgstr "Indtast et gyldigt UUID." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Skjult felt %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "ManagementForm-data mangler eller er blevet manipuleret" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Send venligst %d eller færre formularer." +msgstr[1] "Send venligst %d eller færre formularer." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Send venligst %d eller flere formularer." +msgstr[1] "Send venligst %d eller flere formularer." + +msgid "Order" +msgstr "Rækkefølge" + +msgid "Delete" +msgstr "Slet" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Ret venligst duplikerede data for %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "Ret venligst de duplikerede data for %(field)s, som skal være unik." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Ret venligst de duplikerede data for %(field_name)s, som skal være unik for " +"%(lookup)s i %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Ret venligst de duplikerede data herunder." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "" +"Den indlejrede fremmednøgle passede ikke med forælderinstansens primærnøgle." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Marker en gyldig valgmulighed. Det valg, du har foretaget, er ikke blandt de " +"tilgængelige valgmuligheder." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "\"%(pk)s\" er ikke en gyldig værdi for en primærnøgle." + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s kunne ikke fortolkes i tidszonen %(current_timezone)s; den kan " +"være tvetydig eller den eksisterer måske ikke." + +msgid "Currently" +msgstr "Aktuelt" + +msgid "Change" +msgstr "Ret" + +msgid "Clear" +msgstr "Afmarkér" + +msgid "Unknown" +msgstr "Ukendt" + +msgid "Yes" +msgstr "Ja" + +msgid "No" +msgstr "Nej" + +msgid "yes,no,maybe" +msgstr "ja,nej,måske" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d byte" +msgstr[1] "%(size)d bytes" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "midnat" + +msgid "noon" +msgstr "middag" + +msgid "Monday" +msgstr "mandag" + +msgid "Tuesday" +msgstr "tirsdag" + +msgid "Wednesday" +msgstr "onsdag" + +msgid "Thursday" +msgstr "torsdag" + +msgid "Friday" +msgstr "fredag" + +msgid "Saturday" +msgstr "lørdag" + +msgid "Sunday" +msgstr "søndag" + +msgid "Mon" +msgstr "man" + +msgid "Tue" +msgstr "tir" + +msgid "Wed" +msgstr "ons" + +msgid "Thu" +msgstr "tor" + +msgid "Fri" +msgstr "fre" + +msgid "Sat" +msgstr "lør" + +msgid "Sun" +msgstr "søn" + +msgid "January" +msgstr "januar" + +msgid "February" +msgstr "februar" + +msgid "March" +msgstr "marts" + +msgid "April" +msgstr "april" + +msgid "May" +msgstr "maj" + +msgid "June" +msgstr "juni" + +msgid "July" +msgstr "juli" + +msgid "August" +msgstr "august" + +msgid "September" +msgstr "september" + +msgid "October" +msgstr "oktober" + +msgid "November" +msgstr "november" + +msgid "December" +msgstr "december" + +msgid "jan" +msgstr "jan" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "apr" + +msgid "may" +msgstr "maj" + +msgid "jun" +msgstr "jun" + +msgid "jul" +msgstr "jul" + +msgid "aug" +msgstr "aug" + +msgid "sep" +msgstr "sept" + +msgid "oct" +msgstr "okt" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "dec" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "jan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "marts" + +msgctxt "abbrev. month" +msgid "April" +msgstr "april" + +msgctxt "abbrev. month" +msgid "May" +msgstr "maj" + +msgctxt "abbrev. month" +msgid "June" +msgstr "juni" + +msgctxt "abbrev. month" +msgid "July" +msgstr "juli" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "aug." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "sept." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "okt." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "dec." + +msgctxt "alt. month" +msgid "January" +msgstr "januar" + +msgctxt "alt. month" +msgid "February" +msgstr "februar" + +msgctxt "alt. month" +msgid "March" +msgstr "marts" + +msgctxt "alt. month" +msgid "April" +msgstr "april" + +msgctxt "alt. month" +msgid "May" +msgstr "maj" + +msgctxt "alt. month" +msgid "June" +msgstr "juni" + +msgctxt "alt. month" +msgid "July" +msgstr "juli" + +msgctxt "alt. month" +msgid "August" +msgstr "august" + +msgctxt "alt. month" +msgid "September" +msgstr "september" + +msgctxt "alt. month" +msgid "October" +msgstr "oktober" + +msgctxt "alt. month" +msgid "November" +msgstr "november" + +msgctxt "alt. month" +msgid "December" +msgstr "december" + +msgid "This is not a valid IPv6 address." +msgstr "Dette er ikke en gyldig IPv6-adresse." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "eller" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d år" +msgstr[1] "%d år" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d måned" +msgstr[1] "%d måneder" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d uge" +msgstr[1] "%d uger" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d dag" +msgstr[1] "%d dage" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d time" +msgstr[1] "%d timer" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d minut" +msgstr[1] "%d minutter" + +msgid "0 minutes" +msgstr "0 minutter" + +msgid "Forbidden" +msgstr "Forbudt" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF-verifikationen mislykkedes. Forespørgslen blev afbrudt." + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Du ser denne besked fordi denne HTTPS-webside påkræver at din browser sender " +"en 'Referer header', men den blev ikke sendt. Denne header er påkrævet af " +"sikkerhedsmæssige grunde for at sikre at din browser ikke bliver kapret af " +"tredjepart." + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" +"Hvis du har opsat din browser til ikke at sende 'Referer' headere, beder vi " +"dig slå dem til igen, i hvert fald for denne webside, eller for HTTPS-" +"forbindelser, eller for 'same-origin'-forespørgsler." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Du ser denne besked fordi denne webside kræver en CSRF-cookie, når du sender " +"formularer. Denne cookie er påkrævet af sikkerhedsmæssige grunde for at " +"sikre at din browser ikke bliver kapret af tredjepart." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" +"Hvis du har slået cookies fra i din browser, beder vi dig slå dem til igen, " +"i hvert fald for denne webside, eller for 'same-origin'-forespørgsler." + +msgid "More information is available with DEBUG=True." +msgstr "Mere information er tilgængeligt med DEBUG=True." + +msgid "Welcome to Django" +msgstr "Velkommen til Django" + +msgid "It worked!" +msgstr "Det virkede!" + +msgid "Congratulations on your first Django-powered page." +msgstr "Tillykke med din første Django-drevne side." + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" +"Du har dog ikke gjort noget endnu. Start din første app ved at køre " +"python manage.py startapp [app_label]." + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" +"Du ser denne besked fordi du har DEBUG = True i din Django " +"indstillingsfil og du har ikke konfigureret nogen URLs endnu. Kom i sving!" + +msgid "No year specified" +msgstr "Intet år specificeret" + +msgid "No month specified" +msgstr "Ingen måned specificeret" + +msgid "No day specified" +msgstr "Ingen dag specificeret" + +msgid "No week specified" +msgstr "Ingen uge specificeret" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Ingen %(verbose_name_plural)s til rådighed" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Fremtidige %(verbose_name_plural)s ikke tilgængelige, fordi %(class_name)s ." +"allow_future er falsk." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "Ugyldig datostreng ' %(datestr)s ' givet format ' %(format)s '" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Ingen %(verbose_name)s fundet matcher forespørgslen" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "Side er ikke 'sidste', kan heller ikke konverteres til en int." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Ugyldig side (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Tom liste og ' %(class_name)s .allow_empty' er falsk." + +msgid "Directory indexes are not allowed here." +msgstr "Mappeindekser er ikke tilladte her" + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\" %(path)s\" eksisterer ikke" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Indeks for %(directory)s" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/da/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/da/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/da/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/da/formats.py new file mode 100644 index 0000000..90ba056 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/da/formats.py @@ -0,0 +1,29 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'j. F Y' +TIME_FORMAT = 'H:i' +DATETIME_FORMAT = 'j. F Y H:i' +YEAR_MONTH_FORMAT = 'F Y' +MONTH_DAY_FORMAT = 'j. F' +SHORT_DATE_FORMAT = 'd.m.Y' +SHORT_DATETIME_FORMAT = 'd.m.Y H:i' +FIRST_DAY_OF_WEEK = 1 + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + '%d.%m.%Y', # '25.10.2006' +] +DATETIME_INPUT_FORMATS = [ + '%d.%m.%Y %H:%M:%S', # '25.10.2006 14:30:59' + '%d.%m.%Y %H:%M:%S.%f', # '25.10.2006 14:30:59.000200' + '%d.%m.%Y %H:%M', # '25.10.2006 14:30' +] +DECIMAL_SEPARATOR = ',' +THOUSAND_SEPARATOR = '.' +NUMBER_GROUPING = 3 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/de/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/de/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..dcd2e800679d13934c5a78fa3b0997a0bb2943e1 GIT binary patch literal 25098 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, 2011 +# Dunedan , 2016 +# Jannis Vajen, 2011,2013 +# Jannis Leidel , 2013-2016 +# Jannis Vajen, 2016 +# Markus Holtermann , 2013,2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-07-26 11:37+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: German (http://www.transifex.com/django/django/language/de/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Afrikaans" + +msgid "Arabic" +msgstr "Arabisch" + +msgid "Asturian" +msgstr "Asturisch" + +msgid "Azerbaijani" +msgstr "Aserbaidschanisch" + +msgid "Bulgarian" +msgstr "Bulgarisch" + +msgid "Belarusian" +msgstr "Weißrussisch" + +msgid "Bengali" +msgstr "Bengali" + +msgid "Breton" +msgstr "Bretonisch" + +msgid "Bosnian" +msgstr "Bosnisch" + +msgid "Catalan" +msgstr "Katalanisch" + +msgid "Czech" +msgstr "Tschechisch" + +msgid "Welsh" +msgstr "Walisisch" + +msgid "Danish" +msgstr "Dänisch" + +msgid "German" +msgstr "Deutsch" + +msgid "Lower Sorbian" +msgstr "Niedersorbisch" + +msgid "Greek" +msgstr "Griechisch" + +msgid "English" +msgstr "Englisch" + +msgid "Australian English" +msgstr "Australisches Englisch" + +msgid "British English" +msgstr "Britisches Englisch" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Spanisch" + +msgid "Argentinian Spanish" +msgstr "Argentinisches Spanisch" + +msgid "Colombian Spanish" +msgstr "Kolumbianisches Spanisch" + +msgid "Mexican Spanish" +msgstr "Mexikanisches Spanisch" + +msgid "Nicaraguan Spanish" +msgstr "Nicaraguanisches Spanisch" + +msgid "Venezuelan Spanish" +msgstr "Venezolanisches Spanisch" + +msgid "Estonian" +msgstr "Estnisch" + +msgid "Basque" +msgstr "Baskisch" + +msgid "Persian" +msgstr "Persisch" + +msgid "Finnish" +msgstr "Finnisch" + +msgid "French" +msgstr "Französisch" + +msgid "Frisian" +msgstr "Friesisch" + +msgid "Irish" +msgstr "Irisch" + +msgid "Scottish Gaelic" +msgstr "Schottisch-Gälisch" + +msgid "Galician" +msgstr "Galicisch" + +msgid "Hebrew" +msgstr "Hebräisch" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Kroatisch" + +msgid "Upper Sorbian" +msgstr "Obersorbisch" + +msgid "Hungarian" +msgstr "Ungarisch" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indonesisch" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Isländisch" + +msgid "Italian" +msgstr "Italienisch" + +msgid "Japanese" +msgstr "Japanisch" + +msgid "Georgian" +msgstr "Georgisch" + +msgid "Kazakh" +msgstr "Kasachisch" + +msgid "Khmer" +msgstr "Khmer" + +msgid "Kannada" +msgstr "Kannada" + +msgid "Korean" +msgstr "Koreanisch" + +msgid "Luxembourgish" +msgstr "Luxemburgisch" + +msgid "Lithuanian" +msgstr "Litauisch" + +msgid "Latvian" +msgstr "Lettisch" + +msgid "Macedonian" +msgstr "Mazedonisch" + +msgid "Malayalam" +msgstr "Malayalam" + +msgid "Mongolian" +msgstr "Mongolisch" + +msgid "Marathi" +msgstr "Marathi" + +msgid "Burmese" +msgstr "Birmanisch" + +msgid "Norwegian Bokmål" +msgstr "Norwegisch (Bokmål)" + +msgid "Nepali" +msgstr "Nepali" + +msgid "Dutch" +msgstr "Holländisch" + +msgid "Norwegian Nynorsk" +msgstr "Norwegisch (Nynorsk)" + +msgid "Ossetic" +msgstr "Ossetisch" + +msgid "Punjabi" +msgstr "Panjabi" + +msgid "Polish" +msgstr "Polnisch" + +msgid "Portuguese" +msgstr "Portugiesisch" + +msgid "Brazilian Portuguese" +msgstr "Brasilianisches Portugiesisch" + +msgid "Romanian" +msgstr "Rumänisch" + +msgid "Russian" +msgstr "Russisch" + +msgid "Slovak" +msgstr "Slowakisch" + +msgid "Slovenian" +msgstr "Slowenisch" + +msgid "Albanian" +msgstr "Albanisch" + +msgid "Serbian" +msgstr "Serbisch" + +msgid "Serbian Latin" +msgstr "Serbisch (Latein)" + +msgid "Swedish" +msgstr "Schwedisch" + +msgid "Swahili" +msgstr "Swahili" + +msgid "Tamil" +msgstr "Tamilisch" + +msgid "Telugu" +msgstr "Telugisch" + +msgid "Thai" +msgstr "Thailändisch" + +msgid "Turkish" +msgstr "Türkisch" + +msgid "Tatar" +msgstr "Tatarisch" + +msgid "Udmurt" +msgstr "Udmurtisch" + +msgid "Ukrainian" +msgstr "Ukrainisch" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Vietnamese" +msgstr "Vietnamesisch" + +msgid "Simplified Chinese" +msgstr "Vereinfachtes Chinesisch" + +msgid "Traditional Chinese" +msgstr "Traditionelles Chinesisch" + +msgid "Messages" +msgstr "Mitteilungen" + +msgid "Site Maps" +msgstr "Sitemaps" + +msgid "Static Files" +msgstr "Statische Dateien" + +msgid "Syndication" +msgstr "Syndication" + +msgid "Enter a valid value." +msgstr "Bitte einen gültigen Wert eingeben." + +msgid "Enter a valid URL." +msgstr "Bitte eine gültige Adresse eingeben." + +msgid "Enter a valid integer." +msgstr "Bitte eine gültige Ganzzahl eingeben." + +msgid "Enter a valid email address." +msgstr "Bitte gültige E-Mail-Adresse eingeben." + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Bitte ein gültiges Kürzel eingeben, bestehend aus Buchstaben, Ziffern, " +"Unter- und Bindestrichen." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Bitte ein gültiges Kürzel eingeben, bestehend aus Buchstaben (Unicode), " +"Ziffern, Unter- und Bindestrichen." + +msgid "Enter a valid IPv4 address." +msgstr "Bitte eine gültige IPv4-Adresse eingeben." + +msgid "Enter a valid IPv6 address." +msgstr "Bitte eine gültige IPv6-Adresse eingeben." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Bitte eine gültige IPv4- oder IPv6-Adresse eingeben" + +msgid "Enter only digits separated by commas." +msgstr "Bitte nur durch Komma getrennte Ziffern eingeben." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Bitte sicherstellen, dass der Wert %(limit_value)s ist. (Er ist " +"%(show_value)s)" + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Dieser Wert muss kleiner oder gleich %(limit_value)s sein." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Dieser Wert muss größer oder gleich %(limit_value)s sein." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Bitte sicherstellen, dass der Wert aus mindestens %(limit_value)d Zeichen " +"besteht. (Er besteht aus %(show_value)d Zeichen)." +msgstr[1] "" +"Bitte sicherstellen, dass der Wert aus mindestens %(limit_value)d Zeichen " +"besteht. (Er besteht aus %(show_value)d Zeichen)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Bitte sicherstellen, dass der Wert aus höchstens %(limit_value)d Zeichen " +"besteht. (Er besteht aus %(show_value)d Zeichen)." +msgstr[1] "" +"Bitte sicherstellen, dass der Wert aus höchstens %(limit_value)d Zeichen " +"besteht. (Er besteht aus %(show_value)d Zeichen)." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" +"Bitte sicherstellen, dass der Wert höchstens %(max)s Ziffer enthält." +msgstr[1] "" +"Bitte sicherstellen, dass der Wert höchstens %(max)s Ziffern enthält." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +"Bitte sicherstellen, dass der Wert höchstens %(max)s Dezimalstelle enthält." +msgstr[1] "" +"Bitte sicherstellen, dass der Wert höchstens %(max)s Dezimalstellen enthält." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Bitte sicherstellen, dass der Wert höchstens %(max)s Ziffer vor dem Komma " +"enthält." +msgstr[1] "" +"Bitte sicherstellen, dass der Wert höchstens %(max)s Ziffern vor dem Komma " +"enthält." + +msgid "and" +msgstr "und" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s mit diesem %(field_labels)s existiert bereits." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Wert %(value)r ist keine gültige Option." + +msgid "This field cannot be null." +msgstr "Dieses Feld darf nicht null sein." + +msgid "This field cannot be blank." +msgstr "Dieses Feld darf nicht leer sein." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s mit diesem %(field_label)s existiert bereits." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s muss für %(date_field_label)s %(lookup_type)s eindeutig sein." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Feldtyp: %(field_type)s" + +msgid "Integer" +msgstr "Ganzzahl" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "‚%(value)s‛ Wert muss eine Ganzzahl sein." + +msgid "Big (8 byte) integer" +msgstr "Große Ganzzahl (8 Byte)" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "‚%(value)s‛ Wert muss entweder True oder False sein." + +msgid "Boolean (Either True or False)" +msgstr "Boolescher Wert (True oder False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Zeichenkette (bis zu %(max_length)s Zeichen)" + +msgid "Comma-separated integers" +msgstr "Kommaseparierte Liste von Ganzzahlen" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"‚%(value)s‛ Wert hat ein ungültiges Datumsformat. Es muss YYYY-MM-DD " +"entsprechen." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"‚%(value)s‛ hat das korrekte Format (YYYY-MM-DD) aber ein ungültiges Datum." + +msgid "Date (without time)" +msgstr "Datum (ohne Uhrzeit)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"‚%(value)s‛ Wert hat ein ungültiges Format. Es muss YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] entsprechen." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"‚%(value)s‛ Wert hat das korrekte Format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) aber eine ungültige Zeit-/Datumsangabe." + +msgid "Date (with time)" +msgstr "Datum (mit Uhrzeit)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "‚%(value)s‛ Wert muss eine Dezimalzahl sein." + +msgid "Decimal number" +msgstr "Dezimalzahl" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" +"'%(value)s' Wert hat ein ungültiges Format. Es muss der Form [DD] [HH:" +"[MM:]]ss[.uuuuuu] entsprechen." + +msgid "Duration" +msgstr "Zeitspanne" + +msgid "Email address" +msgstr "E-Mail-Adresse" + +msgid "File path" +msgstr "Dateipfad" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "‚%(value)s‛ Wert muss eine Fließkommazahl sein." + +msgid "Floating point number" +msgstr "Gleitkommazahl" + +msgid "IPv4 address" +msgstr "IPv4-Adresse" + +msgid "IP address" +msgstr "IP-Adresse" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "‚%(value)s‛ Wert muss entweder None, True oder False sein." + +msgid "Boolean (Either True, False or None)" +msgstr "Boolescher Wert (True, False oder None)" + +msgid "Positive integer" +msgstr "Positive Ganzzahl" + +msgid "Positive small integer" +msgstr "Positive kleine Ganzzahl" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Kürzel (bis zu %(max_length)s)" + +msgid "Small integer" +msgstr "Kleine Ganzzahl" + +msgid "Text" +msgstr "Text" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"‚%(value)s‛ Wert hat ein ungültiges Format. Es muss HH:MM[:ss[.uuuuuu]] " +"entsprechen." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"‚%(value)s‛ Wert hat das korrekte Format (HH:MM[:ss[.uuuuuu]]) aber ist eine " +"ungültige Zeitangabe." + +msgid "Time" +msgstr "Zeit" + +msgid "URL" +msgstr "Adresse (URL)" + +msgid "Raw binary data" +msgstr "Binärdaten" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "Wert '%(value)s' ist keine gültige UUID." + +msgid "File" +msgstr "Datei" + +msgid "Image" +msgstr "Bild" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "Objekt vom Typ %(model)s mit %(field)s %(value)r existiert nicht." + +msgid "Foreign Key (type determined by related field)" +msgstr "Fremdschlüssel (Typ definiert durch verknüpftes Feld)" + +msgid "One-to-one relationship" +msgstr "1:1-Beziehung" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "%(from)s-%(to)s-Beziehung" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "%(from)s-%(to)s-Beziehungen" + +msgid "Many-to-many relationship" +msgstr "n:m-Beziehung" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Dieses Feld ist zwingend erforderlich." + +msgid "Enter a whole number." +msgstr "Bitte eine ganze Zahl eingeben." + +msgid "Enter a number." +msgstr "Bitte eine Zahl eingeben." + +msgid "Enter a valid date." +msgstr "Bitte ein gültiges Datum eingeben." + +msgid "Enter a valid time." +msgstr "Bitte eine gültige Uhrzeit eingeben." + +msgid "Enter a valid date/time." +msgstr "Bitte ein gültiges Datum und Uhrzeit eingeben." + +msgid "Enter a valid duration." +msgstr "Bitte eine gültige Zeitspanne eingeben." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" +"Es wurde keine Datei übertragen. Überprüfen Sie das Encoding des Formulars." + +msgid "No file was submitted." +msgstr "Es wurde keine Datei übertragen." + +msgid "The submitted file is empty." +msgstr "Die übertragene Datei ist leer." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Bitte sicherstellen, dass der Dateiname aus höchstens %(max)d Zeichen " +"besteht. (Er besteht aus %(length)d Zeichen)." +msgstr[1] "" +"Bitte sicherstellen, dass der Dateiname aus höchstens %(max)d Zeichen " +"besteht. (Er besteht aus %(length)d Zeichen)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Bitte wählen Sie entweder eine Datei aus oder wählen Sie \"Löschen\", nicht " +"beides." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Bitte ein gültiges Bild hochladen. Die hochgeladene Datei ist kein Bild oder " +"ist defekt." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Bitte eine gültige Auswahl treffen. %(value)s ist keine gültige Auswahl." + +msgid "Enter a list of values." +msgstr "Bitte eine Liste mit Werten eingeben." + +msgid "Enter a complete value." +msgstr "Bitte einen vollständigen Wert eingeben." + +msgid "Enter a valid UUID." +msgstr "Bitte eine gültige UUID eingeben." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Verstecktes Feld %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "ManagementForm-Daten fehlen oder wurden manipuliert." + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Bitte höchstens %d Formular abschicken." +msgstr[1] "Bitte höchstens %d Formulare abschicken." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Bitte %d oder mehr Formulare abschicken." +msgstr[1] "Bitte %d oder mehr Formulare abschicken." + +msgid "Order" +msgstr "Reihenfolge" + +msgid "Delete" +msgstr "Löschen" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Bitte die doppelten Daten für %(field)s korrigieren." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Bitte die doppelten Daten für %(field)s korrigieren, das eindeutig sein muss." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Bitte die doppelten Daten für %(field_name)s korrigieren, da es für " +"%(lookup)s in %(date_field)s eindeutig sein muss." + +msgid "Please correct the duplicate values below." +msgstr "Bitte die unten aufgeführten doppelten Werte korrigieren." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "" +"Der Inline-Fremdschlüssel passt nicht zum Primärschlüssel der übergeordneten " +"Instanz." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Bitte eine gültige Auswahl treffen. Dies ist keine gültige Auswahl." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "\"%(pk)s\" ist kein gültiger Wert für einen Primärschlüssel." + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s konnte mit der Zeitzone %(current_timezone)s nicht eindeutig " +"interpretiert werden, da es doppeldeutig oder eventuell inkorrekt ist." + +msgid "Currently" +msgstr "Derzeit" + +msgid "Change" +msgstr "Ändern" + +msgid "Clear" +msgstr "Zurücksetzen" + +msgid "Unknown" +msgstr "Unbekannt" + +msgid "Yes" +msgstr "Ja" + +msgid "No" +msgstr "Nein" + +msgid "yes,no,maybe" +msgstr "Ja,Nein,Vielleicht" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d Byte" +msgstr[1] "%(size)d Bytes" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "nachm." + +msgid "a.m." +msgstr "vorm." + +msgid "PM" +msgstr "nachm." + +msgid "AM" +msgstr "vorm." + +msgid "midnight" +msgstr "Mitternacht" + +msgid "noon" +msgstr "Mittag" + +msgid "Monday" +msgstr "Montag" + +msgid "Tuesday" +msgstr "Dienstag" + +msgid "Wednesday" +msgstr "Mittwoch" + +msgid "Thursday" +msgstr "Donnerstag" + +msgid "Friday" +msgstr "Freitag" + +msgid "Saturday" +msgstr "Samstag" + +msgid "Sunday" +msgstr "Sonntag" + +msgid "Mon" +msgstr "Mo" + +msgid "Tue" +msgstr "Di" + +msgid "Wed" +msgstr "Mi" + +msgid "Thu" +msgstr "Do" + +msgid "Fri" +msgstr "Fr" + +msgid "Sat" +msgstr "Sa" + +msgid "Sun" +msgstr "So" + +msgid "January" +msgstr "Januar" + +msgid "February" +msgstr "Februar" + +msgid "March" +msgstr "März" + +msgid "April" +msgstr "April" + +msgid "May" +msgstr "Mai" + +msgid "June" +msgstr "Juni" + +msgid "July" +msgstr "Juli" + +msgid "August" +msgstr "August" + +msgid "September" +msgstr "September" + +msgid "October" +msgstr "Oktober" + +msgid "November" +msgstr "November" + +msgid "December" +msgstr "Dezember" + +msgid "jan" +msgstr "Jan" + +msgid "feb" +msgstr "Feb" + +msgid "mar" +msgstr "Mär" + +msgid "apr" +msgstr "Apr" + +msgid "may" +msgstr "Mai" + +msgid "jun" +msgstr "Jun" + +msgid "jul" +msgstr "Jul" + +msgid "aug" +msgstr "Aug" + +msgid "sep" +msgstr "Sep" + +msgid "oct" +msgstr "Okt" + +msgid "nov" +msgstr "Nov" + +msgid "dec" +msgstr "Dez" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Jan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "März" + +msgctxt "abbrev. month" +msgid "April" +msgstr "April" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Mai" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Juni" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Juli" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Aug." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Sept." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Okt." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Dez." + +msgctxt "alt. month" +msgid "January" +msgstr "Januar" + +msgctxt "alt. month" +msgid "February" +msgstr "Februar" + +msgctxt "alt. month" +msgid "March" +msgstr "März" + +msgctxt "alt. month" +msgid "April" +msgstr "April" + +msgctxt "alt. month" +msgid "May" +msgstr "Mai" + +msgctxt "alt. month" +msgid "June" +msgstr "Juni" + +msgctxt "alt. month" +msgid "July" +msgstr "Juli" + +msgctxt "alt. month" +msgid "August" +msgstr "August" + +msgctxt "alt. month" +msgid "September" +msgstr "September" + +msgctxt "alt. month" +msgid "October" +msgstr "Oktober" + +msgctxt "alt. month" +msgid "November" +msgstr "November" + +msgctxt "alt. month" +msgid "December" +msgstr "Dezember" + +msgid "This is not a valid IPv6 address." +msgstr "Dies ist keine gültige IPv6-Adresse." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "oder" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d Jahr" +msgstr[1] "%d Jahre" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d Monat" +msgstr[1] "%d Monate" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d Woche" +msgstr[1] "%d Wochen" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d Tag" +msgstr[1] "%d Tage" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d Stunde" +msgstr[1] "%d Stunden" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d Minute" +msgstr[1] "%d Minuten" + +msgid "0 minutes" +msgstr "0 Minuten" + +msgid "Forbidden" +msgstr "Verboten" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF-Verifizierung fehlgeschlagen. Anfrage abgebrochen." + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Sie sehen diese Fehlermeldung da diese HTTPS-Seite einen „Referer“-Header " +"von Ihrem Webbrowser erwartet, aber keinen erhalten hat. Dieser Header ist " +"aus Sicherheitsgründen notwendig, um sicherzustellen, dass Ihr Webbrowser " +"nicht von Dritten missbraucht wird." + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" +"Falls Sie Ihren Webbrowser so konfiguriert haben, dass „Referer“-Header " +"nicht gesendet werden, müssen Sie diese Funktion mindestens für diese Seite, " +"für sichere HTTPS-Verbindungen oder für „Same-Origin“-Verbindungen " +"reaktivieren." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Sie sehen Diese Nachricht, da diese Seite einen CSRF-Cookie beim Verarbeiten " +"von Formulardaten benötigt. Dieses Cookie ist aus Sicherheitsgründen " +"notwendig, um sicherzustellen, dass Ihr Webbrowser nicht von Dritten " +"missbraucht wird." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" +"Falls Sie Cookies in Ihren Webbrowser deaktiviert haben, müssen Sie sie " +"mindestens für diese Seite oder für „Same-Origin“-Verbindungen reaktivieren." + +msgid "More information is available with DEBUG=True." +msgstr "Mehr Information ist verfügbar mit DEBUG=True." + +msgid "Welcome to Django" +msgstr "Willkommen zu Django" + +msgid "It worked!" +msgstr "Es hat geklappt!" + +msgid "Congratulations on your first Django-powered page." +msgstr "Herzlichen Glückwunsch zur ersten Django-basierten Seite." + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" +"Natürlich ist hier noch nichts weiter zu sehen. Bitte als Nächstes eine neue " +"Anwendung durch Ausführen von python manage.py startapp [app_label] anlegen." + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" +"Diese Mitteiling ist sichtbar weil in der settings.py-Datei DEBUG = " +"True steht und die URLs noch nicht konfiguriert sind." + +msgid "No year specified" +msgstr "Kein Jahr angegeben" + +msgid "No month specified" +msgstr "Kein Monat angegeben" + +msgid "No day specified" +msgstr "Kein Tag angegeben" + +msgid "No week specified" +msgstr "Keine Woche angegeben" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Keine %(verbose_name_plural)s verfügbar" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"In der Zukunft liegende %(verbose_name_plural)s sind nicht verfügbar, da " +"%(class_name)s.allow_future auf False gesetzt ist." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "Ungültiges Datum '%(datestr)s' für das Format '%(format)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Konnte keine %(verbose_name)s mit diesen Parametern finden." + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "" +"Weder ist dies die letzte Seite ('last') noch konnte sie in einen " +"ganzzahligen Wert umgewandelt werden." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Ungültige Seite (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Leere Liste und '%(class_name)s.allow_empty' ist False." + +msgid "Directory indexes are not allowed here." +msgstr "Dateilisten sind untersagt." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" ist nicht vorhanden" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Verzeichnis %(directory)s" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/de/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/de/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/de/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/de/formats.py new file mode 100644 index 0000000..cf1283b --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/de/formats.py @@ -0,0 +1,31 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'j. F Y' +TIME_FORMAT = 'H:i' +DATETIME_FORMAT = 'j. F Y H:i' +YEAR_MONTH_FORMAT = 'F Y' +MONTH_DAY_FORMAT = 'j. F' +SHORT_DATE_FORMAT = 'd.m.Y' +SHORT_DATETIME_FORMAT = 'd.m.Y H:i' +FIRST_DAY_OF_WEEK = 1 # Monday + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + '%d.%m.%Y', '%d.%m.%y', # '25.10.2006', '25.10.06' + # '%d. %B %Y', '%d. %b. %Y', # '25. October 2006', '25. Oct. 2006' +] +DATETIME_INPUT_FORMATS = [ + '%d.%m.%Y %H:%M:%S', # '25.10.2006 14:30:59' + '%d.%m.%Y %H:%M:%S.%f', # '25.10.2006 14:30:59.000200' + '%d.%m.%Y %H:%M', # '25.10.2006 14:30' + '%d.%m.%Y', # '25.10.2006' +] +DECIMAL_SEPARATOR = ',' +THOUSAND_SEPARATOR = '.' +NUMBER_GROUPING = 3 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/de_CH/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/de_CH/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/de_CH/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/de_CH/formats.py new file mode 100644 index 0000000..f8a9b90 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/de_CH/formats.py @@ -0,0 +1,38 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +from __future__ import unicode_literals + +DATE_FORMAT = 'j. F Y' +TIME_FORMAT = 'H:i' +DATETIME_FORMAT = 'j. F Y H:i' +YEAR_MONTH_FORMAT = 'F Y' +MONTH_DAY_FORMAT = 'j. F' +SHORT_DATE_FORMAT = 'd.m.Y' +SHORT_DATETIME_FORMAT = 'd.m.Y H:i' +FIRST_DAY_OF_WEEK = 1 # Monday + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + '%d.%m.%Y', '%d.%m.%y', # '25.10.2006', '25.10.06' + # '%d. %B %Y', '%d. %b. %Y', # '25. October 2006', '25. Oct. 2006' +] +DATETIME_INPUT_FORMATS = [ + '%d.%m.%Y %H:%M:%S', # '25.10.2006 14:30:59' + '%d.%m.%Y %H:%M:%S.%f', # '25.10.2006 14:30:59.000200' + '%d.%m.%Y %H:%M', # '25.10.2006 14:30' + '%d.%m.%Y', # '25.10.2006' +] + +# these are the separators for non-monetary numbers. For monetary numbers, +# the DECIMAL_SEPARATOR is a . (decimal point) and the THOUSAND_SEPARATOR is a +# ' (single quote). +# For details, please refer to http://www.bk.admin.ch/dokumentation/sprachen/04915/05016/index.html?lang=de +# (in German) and the documentation +DECIMAL_SEPARATOR = ',' +THOUSAND_SEPARATOR = '\xa0' # non-breaking space +NUMBER_GROUPING = 3 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/dsb/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/dsb/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..e9654b5d1ebb9f3d9e3d4fd545632387fc106832 GIT binary patch literal 26503 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 Y4bL+pA~nO2q4H$3h!cuM#xm6VFSr-zaR2}S literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/dsb/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/dsb/LC_MESSAGES/django.po new file mode 100644 index 0000000..8ee6011 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/dsb/LC_MESSAGES/django.po @@ -0,0 +1,1246 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Michael Wolf , 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-07-01 21:52+0000\n" +"Last-Translator: Michael Wolf \n" +"Language-Team: Lower Sorbian (http://www.transifex.com/django/django/" +"language/dsb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: dsb\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" +"%100==4 ? 2 : 3);\n" + +msgid "Afrikaans" +msgstr "Afrikaanšćina" + +msgid "Arabic" +msgstr "Arabšćina" + +msgid "Asturian" +msgstr "Asturišćina" + +msgid "Azerbaijani" +msgstr "Azerbajdžanišćina" + +msgid "Bulgarian" +msgstr "Bulgaršćina" + +msgid "Belarusian" +msgstr "Běłorušćina" + +msgid "Bengali" +msgstr "Bengalšćina" + +msgid "Breton" +msgstr "Bretońšćina" + +msgid "Bosnian" +msgstr "Bosnišćina" + +msgid "Catalan" +msgstr "Katalańšćina" + +msgid "Czech" +msgstr "Češćina" + +msgid "Welsh" +msgstr "Kymrišćina" + +msgid "Danish" +msgstr "Dańšćina" + +msgid "German" +msgstr "Nimšćina" + +msgid "Lower Sorbian" +msgstr "Dolnoserbšćina" + +msgid "Greek" +msgstr "Grichišćina" + +msgid "English" +msgstr "Engelšćina" + +msgid "Australian English" +msgstr "Awstralska engelšćina" + +msgid "British English" +msgstr "Britiska engelšćina" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Špańšćina" + +msgid "Argentinian Spanish" +msgstr "Argentinska špańšćina" + +msgid "Colombian Spanish" +msgstr "Kolumbiska špańšćina" + +msgid "Mexican Spanish" +msgstr "Mexikańska špańšćina" + +msgid "Nicaraguan Spanish" +msgstr "Nikaraguaska špańšćina" + +msgid "Venezuelan Spanish" +msgstr "Venezolaniska špańšćina" + +msgid "Estonian" +msgstr "Estnišćina" + +msgid "Basque" +msgstr "Baskišćina" + +msgid "Persian" +msgstr "Persišćina" + +msgid "Finnish" +msgstr "Finšćina" + +msgid "French" +msgstr "Francojšćina" + +msgid "Frisian" +msgstr "Frizišćina" + +msgid "Irish" +msgstr "Iršćina" + +msgid "Scottish Gaelic" +msgstr "Šotiska gelišćina" + +msgid "Galician" +msgstr "Galicišćina" + +msgid "Hebrew" +msgstr "Hebrejšćina" + +msgid "Hindi" +msgstr "Hindišćina" + +msgid "Croatian" +msgstr "Chorwatšćina" + +msgid "Upper Sorbian" +msgstr "Górnoserbšćina" + +msgid "Hungarian" +msgstr "Hungoršćina" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indonešćina" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Islandšćina" + +msgid "Italian" +msgstr "Italšćina" + +msgid "Japanese" +msgstr "Japańšćina" + +msgid "Georgian" +msgstr "Georgišćina" + +msgid "Kazakh" +msgstr "Kazachšćina" + +msgid "Khmer" +msgstr "Rěc Khmerow" + +msgid "Kannada" +msgstr "Kannadišćina" + +msgid "Korean" +msgstr "Korejańšćina" + +msgid "Luxembourgish" +msgstr "Luxemburgšćina" + +msgid "Lithuanian" +msgstr "Litawšćina" + +msgid "Latvian" +msgstr "Letišćina" + +msgid "Macedonian" +msgstr "Makedońšćina" + +msgid "Malayalam" +msgstr "Malajalam" + +msgid "Mongolian" +msgstr "Mongolšćina" + +msgid "Marathi" +msgstr "Marathi" + +msgid "Burmese" +msgstr "Myanmaršćina" + +msgid "Norwegian Bokmål" +msgstr "Norwegski Bokmål" + +msgid "Nepali" +msgstr "Nepalšćina" + +msgid "Dutch" +msgstr "¨Nižozemšćina" + +msgid "Norwegian Nynorsk" +msgstr "Norwegski Nynorsk" + +msgid "Ossetic" +msgstr "Osetšćina" + +msgid "Punjabi" +msgstr "Pundžabi" + +msgid "Polish" +msgstr "Pólšćina" + +msgid "Portuguese" +msgstr "Portugišćina" + +msgid "Brazilian Portuguese" +msgstr "Brazilska portugišćina" + +msgid "Romanian" +msgstr "Rumunšćina" + +msgid "Russian" +msgstr "Rušćina" + +msgid "Slovak" +msgstr "Słowakšćina" + +msgid "Slovenian" +msgstr "Słowjeńšćina" + +msgid "Albanian" +msgstr "Albanšćina" + +msgid "Serbian" +msgstr "Serbišćina" + +msgid "Serbian Latin" +msgstr "Serbišćina, łatyńska" + +msgid "Swedish" +msgstr "Šwedšćina" + +msgid "Swahili" +msgstr "Suahelšćina" + +msgid "Tamil" +msgstr "Tamilšćina" + +msgid "Telugu" +msgstr "Telugu" + +msgid "Thai" +msgstr "Thaišćina" + +msgid "Turkish" +msgstr "Turkojšćina" + +msgid "Tatar" +msgstr "Tataršćina" + +msgid "Udmurt" +msgstr "Udmurtšćina" + +msgid "Ukrainian" +msgstr "Ukrainšćina" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Vietnamese" +msgstr "Vietnamšćina" + +msgid "Simplified Chinese" +msgstr "Zjadnorjona chinšćina" + +msgid "Traditional Chinese" +msgstr "Tradicionelna chinšćina" + +msgid "Messages" +msgstr "Powěsći" + +msgid "Site Maps" +msgstr "Wopśimjeśowy pśeglěd sedła" + +msgid "Static Files" +msgstr "Statiske dataje" + +msgid "Syndication" +msgstr "Syndikacija" + +msgid "Enter a valid value." +msgstr "Zapódajśo płaśiwu gódnotu." + +msgid "Enter a valid URL." +msgstr "Zapódajśo płaśiwy URL." + +msgid "Enter a valid integer." +msgstr "Zapódajśo płaśiwu cełu licbu." + +msgid "Enter a valid email address." +msgstr "Zapódajśo płaśiwu e-mailowu adresu." + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Zapódajśo płaśiwe 'adresowe mě', kótarež jano wopśimujo pismiki, licby, " +"pódsmužki abo wězawki." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Zapódajśo płaśiwe 'adresowe mě', kótarež jano wopśimujo unicodowe pismiki, " +"licby, pódmužki abo wězawki." + +msgid "Enter a valid IPv4 address." +msgstr "Zapódajśo płaśiwu IPv4-adresu." + +msgid "Enter a valid IPv6 address." +msgstr "Zapódajśo płaśiwu IPv6-adresu." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Zapódajśo płaśiwu IPv4- abo IPv6-adresu." + +msgid "Enter only digits separated by commas." +msgstr "Zapódajśo jano cyfry źělone pśez komy." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Zawěsććo toś tu gódnotu jo %(limit_value)s (jo %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "" +"Zawěsććo, až toś ta gódnota jo mjeńša ako abo to samske ako %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "" +"Zawěsććo, až toś ta gódnota jo wětša ako abo to samske ako %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Zawěsććo, až toś ta gódnota ma nanejmjenjej %(limit_value)d znamuško (ma " +"%(show_value)d)." +msgstr[1] "" +"Zawěsććo, až toś ta gódnota ma nanejmjenjej %(limit_value)d znamušce (ma " +"%(show_value)d)." +msgstr[2] "" +"Zawěsććo, až toś ta gódnota ma nanejmjenjej %(limit_value)d znamuška (ma " +"%(show_value)d)." +msgstr[3] "" +"Zawěsććo, až toś ta gódnota ma nanejmjenjej %(limit_value)d znamuškow (ma " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Zawěććo, až toś ta gódnota ma maksimalnje %(limit_value)d znamuško (ma " +"%(show_value)d)." +msgstr[1] "" +"Zawěććo, až toś ta gódnota ma maksimalnje %(limit_value)d znamušce (ma " +"%(show_value)d)." +msgstr[2] "" +"Zawěććo, až toś ta gódnota ma maksimalnje %(limit_value)d znamuška (ma " +"%(show_value)d)." +msgstr[3] "" +"Zawěććo, až toś ta gódnota ma maksimalnje %(limit_value)d znamuškow (ma " +"%(show_value)d)." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Zawěsććo, až njejo wěcej ako %(max)s cyfry dogromady." +msgstr[1] "Zawěsććo, až njejo wěcej ako %(max)s cyfrowu dogromady." +msgstr[2] "Zawěsććo, až njejo wěcej ako %(max)s cyfrow dogromady." +msgstr[3] "Zawěsććo, až njejo wěcej ako %(max)s cyfrow dogromady." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Zawěsććo, až njejo wěcej ako %(max)s decimalnego městna." +msgstr[1] "Zawěsććo, až njejo wěcej ako %(max)s decimalneju městnowu." +msgstr[2] "Zawěsććo, až njejo wěcej ako %(max)s decimalnych městnow." +msgstr[3] "Zawěsććo, až njejo wěcej ako %(max)s decimalnych městnow." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "Zawěsććo, až njejo wěcej ako %(max)s cyfry pśed decimalneju komu." +msgstr[1] "Zawěsććo, až njejo wěcej ako %(max)s cyfrowu pśed decimalneju komu." +msgstr[2] "Zawěsććo, až njejo wěcej ako %(max)s cyfrow pśed decimalneju komu." +msgstr[3] "Zawěsććo, až njejo wěcej ako %(max)s cyfrow pśed decimalneju komu." + +msgid "and" +msgstr "a" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s z toś tym %(field_labels)s južo eksistěrujo." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Gódnota %(value)r njejo płaśiwa wóleńska móžnosć." + +msgid "This field cannot be null." +msgstr "Toś to pólo njamóžo nul byś." + +msgid "This field cannot be blank." +msgstr "Toś to pólo njamóžo prozne byś." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s z toś tym %(field_label)s južo eksistěrujo." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s musy za %(date_field_label)s %(lookup_type)s jadnorazowy byś." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Typ póla: %(field_type)s" + +msgid "Integer" +msgstr "Integer" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "Gódnota '%(value)s' musy ceła licba byś." + +msgid "Big (8 byte) integer" +msgstr "Big (8 bajtow) integer" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "Gódnota '%(value)s musy pak True pak False byś." + +msgid "Boolean (Either True or False)" +msgstr "Boolean (pak True pak False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Znamuškowy rjeśazk (až %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Pśez komu źělone cełe licby" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"Gódnota '%(value)s' ma njepłaśiwy datumowy format. Musy we formaśe DD.MM." +"YYYY byś." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"Gódnota '%(value)s' ma korektny format (DD.MM.YYYY), ale jo njepłaśiwy datum." + +msgid "Date (without time)" +msgstr "Datum (bźez casa)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"Gódnota '%(value)s' ma njepłaśiwy format. Musy w formaśe DD.MM.YYYY HH:MM[:" +"ss[.uuuuuu]][TZ] byś." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"Gódnota '%(value)s' ma korektny format (DD.MM.YYYY HH:MM[:ss[.uuuuuu]][TZ]), " +"ale jo njepłaśiwy datum/cas." + +msgid "Date (with time)" +msgstr "Datum (z casom)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "Gódnota '%(value)s' musy decimalna licba byś." + +msgid "Decimal number" +msgstr "Decimalna licba" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" +"Gódnota '%(value)s ma njepłaśiwy format. Musy we formaśe [DD] [HH:[MM:]]ss[." +"uuuuuu] byś." + +msgid "Duration" +msgstr "Traśe" + +msgid "Email address" +msgstr "E-mailowa adresa" + +msgid "File path" +msgstr "Datajowa sćažka" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "Gódnota '%(value)s' musy typ float měś." + +msgid "Floating point number" +msgstr "Licba běžeceje komy" + +msgid "IPv4 address" +msgstr "IPv4-adresa" + +msgid "IP address" +msgstr "IP-adresa" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "Gódnota '%(value)s' musy pak None, True pak False byś." + +msgid "Boolean (Either True, False or None)" +msgstr "Boolean (pak True, False pak None)" + +msgid "Positive integer" +msgstr "Pozitiwna ceła licba" + +msgid "Positive small integer" +msgstr "Pozitiwna mała ceła licba" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Adresowe mě (až %(max_length)s)" + +msgid "Small integer" +msgstr "Mała ceła licba" + +msgid "Text" +msgstr "Tekst" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"Gódnota '%(value)s' ma njepłaśiwy format. Musy w formaśe HH:MM[:ss[." +"uuuuuu]] byś." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"Gódnota '%(value)s' ma korektny format (HH:MM[:ss[.uuuuuu]]), ale jo " +"njepłaśiwy cas." + +msgid "Time" +msgstr "Cas" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Gropne binarne daty" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "'%(value)s' njejo płaśiwy UUID." + +msgid "File" +msgstr "Dataja" + +msgid "Image" +msgstr "Woraz" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "Instanca %(model)s z %(field)s %(value)r njeeksistěrujo." + +msgid "Foreign Key (type determined by related field)" +msgstr "Cuzy kluc (typ póstaja se pśez wótpowědne pólo)" + +msgid "One-to-one relationship" +msgstr "Póśěg jaden jaden" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "Póśěg %(from)s-%(to)s" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "Póśěgi %(from)s-%(to)s" + +msgid "Many-to-many relationship" +msgstr "Póśěg wjele wjele" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Toś to pólo jo trěbne." + +msgid "Enter a whole number." +msgstr "Zapódajśo cełu licbu." + +msgid "Enter a number." +msgstr "Zapódajśo licbu." + +msgid "Enter a valid date." +msgstr "Zapódajśo płaśiwy datum." + +msgid "Enter a valid time." +msgstr "Zapódajśo płaśiwy cas." + +msgid "Enter a valid date/time." +msgstr "Zapódajśo płaśiwy datum/cas." + +msgid "Enter a valid duration." +msgstr "Zapódaśe płaśiwe traśe." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" +"Dataja njejo se wótpósłała. Pśeglědujśo koděrowański typ na formularje. " + +msgid "No file was submitted." +msgstr "Žedna dataja jo se wótpósłała." + +msgid "The submitted file is empty." +msgstr "Wótpósłana dataja jo prozna." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Zawěsććo, až toś to datajowe mě ma maksimalnje %(max)d znamuško (ma " +"%(length)d)." +msgstr[1] "" +"Zawěsććo, až toś to datajowe mě ma maksimalnje %(max)d znamušce (ma " +"%(length)d)." +msgstr[2] "" +"Zawěsććo, až toś to datajowe mě ma maksimalnje %(max)d znamuška (ma " +"%(length)d)." +msgstr[3] "" +"Zawěsććo, až toś to datajowe mě ma maksimalnje %(max)d znamuškow (ma " +"%(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Pšosym pak wótpósćelśo dataju pak stajśo kokulku do kontrolnego kašćika, " +"njecyńśo wobej." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Nagrajśo płaśiwy wobraz. Dataja, kótaruž sćo nagrał, pak njejo wobraz był " +"pak jo wobškóźony wobraz." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Wubjeŕśo płaśiwu wóleńsku móžnosć. %(value)s njejo jadna z k dispoziciji " +"stojecych wóleńskich móžnosćow." + +msgid "Enter a list of values." +msgstr "Zapódajśo lisćinu gódnotow." + +msgid "Enter a complete value." +msgstr "Zapódajśo dopołnu gódnotu." + +msgid "Enter a valid UUID." +msgstr "Zapódajśo płaśiwy UUID." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Schowane pólo %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "Daty ManagementForm feluju abo su sfalšowane" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Pšosym wótposćelśo %d formular." +msgstr[1] "Pšosym wótposćelśo %d formulara abo mjenjej." +msgstr[2] "Pšosym wótposćelśo %d formulary abo mjenjej." +msgstr[3] "Pšosym wótposćelśo %d formularow abo mjenjej." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Pšosym wótposćelśo %d formular abo wěcej." +msgstr[1] "Pšosym wótposćelśo %d formulara abo wěcej." +msgstr[2] "Pšosym wótposćelśo %d formulary abo wěcej." +msgstr[3] "Pšosym wótposćelśo %d formularow abo wěcej." + +msgid "Order" +msgstr "Rěd" + +msgid "Delete" +msgstr "Lašowaś" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Pšosym korigěrujśo dwójne daty za %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Pšosym korigěrujśo dwójne daty za %(field)s, kótarež muse jadnorazowe byś." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Pšosym korigěrujśo dwójne daty za %(field_name)s, kótarež muse za %(lookup)s " +"w %(date_field)s jadnorazowe byś." + +msgid "Please correct the duplicate values below." +msgstr "Pšosym korigěrujśo slědujuce dwójne gódnoty." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "" +"Nutśkowny cuzy kluc njejo primarnemu klucoju nadrědowaneje instance " +"wótpowědował." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Wubjeŕśo płaśiwu wóleńsku móžnosć. Toś ta wóleńska móžnosć njejo žedna z " +"wóleńskich móžnosćow." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "\"%(pk)s\" njejo płaśiwa gódnota za primarny kluc." + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s njedajo se w casowej conje %(current_timezone)s " +"interpretěrowaś; jo dwójozmysłowy abo snaź njeeksistěrujo." + +msgid "Currently" +msgstr "Tuchylu" + +msgid "Change" +msgstr "Změniś" + +msgid "Clear" +msgstr "Lašowaś" + +msgid "Unknown" +msgstr "Njeznaty" + +msgid "Yes" +msgstr "Jo" + +msgid "No" +msgstr "Ně" + +msgid "yes,no,maybe" +msgstr "jo,ně,snaź" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d bajt" +msgstr[1] "%(size)d bajta" +msgstr[2] "%(size)d bajty" +msgstr[3] "%(size)d bajtow" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "wótpołdnja" + +msgid "a.m." +msgstr "dopołdnja" + +msgid "PM" +msgstr "wótpołdnja" + +msgid "AM" +msgstr "dopołdnja" + +msgid "midnight" +msgstr "połnoc" + +msgid "noon" +msgstr "połdnjo" + +msgid "Monday" +msgstr "Pónjeźele" + +msgid "Tuesday" +msgstr "Wałtora" + +msgid "Wednesday" +msgstr "Srjoda" + +msgid "Thursday" +msgstr "Stwórtk" + +msgid "Friday" +msgstr "Pětk" + +msgid "Saturday" +msgstr "Sobota" + +msgid "Sunday" +msgstr "Njeźela" + +msgid "Mon" +msgstr "Pón" + +msgid "Tue" +msgstr "Wał" + +msgid "Wed" +msgstr "Srj" + +msgid "Thu" +msgstr "Stw" + +msgid "Fri" +msgstr "Pět" + +msgid "Sat" +msgstr "Sob" + +msgid "Sun" +msgstr "Nje" + +msgid "January" +msgstr "Januar" + +msgid "February" +msgstr "Februar" + +msgid "March" +msgstr "Měrc" + +msgid "April" +msgstr "Apryl" + +msgid "May" +msgstr "Maj" + +msgid "June" +msgstr "Junij" + +msgid "July" +msgstr "Julij" + +msgid "August" +msgstr "Awgust" + +msgid "September" +msgstr "September" + +msgid "October" +msgstr "Oktober" + +msgid "November" +msgstr "Nowember" + +msgid "December" +msgstr "December" + +msgid "jan" +msgstr "jan" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "měr" + +msgid "apr" +msgstr "apr" + +msgid "may" +msgstr "maj" + +msgid "jun" +msgstr "jun" + +msgid "jul" +msgstr "jul" + +msgid "aug" +msgstr "awg" + +msgid "sep" +msgstr "sep" + +msgid "oct" +msgstr "okt" + +msgid "nov" +msgstr "now" + +msgid "dec" +msgstr "dec" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Jan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Měrc" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Apryl" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Maj" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Junij" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Julij" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Awg." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Sept." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Okt." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Now." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Dec." + +msgctxt "alt. month" +msgid "January" +msgstr "Januar" + +msgctxt "alt. month" +msgid "February" +msgstr "Februar" + +msgctxt "alt. month" +msgid "March" +msgstr "Měrc" + +msgctxt "alt. month" +msgid "April" +msgstr "Apryl" + +msgctxt "alt. month" +msgid "May" +msgstr "Maj" + +msgctxt "alt. month" +msgid "June" +msgstr "Junij" + +msgctxt "alt. month" +msgid "July" +msgstr "Julij" + +msgctxt "alt. month" +msgid "August" +msgstr "Awgust" + +msgctxt "alt. month" +msgid "September" +msgstr "September" + +msgctxt "alt. month" +msgid "October" +msgstr "Oktober" + +msgctxt "alt. month" +msgid "November" +msgstr "Nowember" + +msgctxt "alt. month" +msgid "December" +msgstr "December" + +msgid "This is not a valid IPv6 address." +msgstr "To njejo płaśiwa IPv6-adresa." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "abo" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d lěto" +msgstr[1] "%d lěśe" +msgstr[2] "%d lěta" +msgstr[3] "%d lět" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d mjasec" +msgstr[1] "%d mjaseca" +msgstr[2] "%d mjasece" +msgstr[3] "%d mjasecow" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d tyźeń" +msgstr[1] "%d tyéznja" +msgstr[2] "%d tyźenje" +msgstr[3] "%d tyźenjow" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d źeń" +msgstr[1] "%d dnja" +msgstr[2] "%d dny" +msgstr[3] "%d dnjow" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d góźina" +msgstr[1] "%d góźinje" +msgstr[2] "%d góźiny" +msgstr[3] "%d góźin" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d minuta" +msgstr[1] "%d minuśe" +msgstr[2] "%d minuty" +msgstr[3] "%d minutow" + +msgid "0 minutes" +msgstr "0 minutow" + +msgid "Forbidden" +msgstr "Zakazany" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF-pśeglědanje njejo se raźiło. Napšašowanje jo se pśetergnuło." + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Wiźiśo toś tu powěźeńku, dokulaž toś to HTTPS-sedło trjeba głowu 'Referer', " +"aby se pśez waš webwobglědowak słało, ale žedna njejo se pósłała. Toś ta " +"głowa jo trěbna z pśicynow wěstoty, aby so zawěsćiło, až waš wobglědowak " +"njekaprujo se wót tśeśich." + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" +"Jolic sćo swój wobglědowak tak konfigurěrował, aby se głowy 'Referer' " +"znjemóžnili, zmóžniśo je pšosym zasej, nanejmjenjej za toś to sedło, za " +"HTTPS-zwiski abo za napšašowanja 'same-origin'." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Wiźiśo toś tu powěźeńku, dokulaž toś to HTTPS-sedło trjeba CSRF-cookie, aby " +"formulary wótpósłało. Toś ten cookie jo trěbna z pśicynow wěstoty, aby so " +"zawěsćiło, až waš wobglědowak njekaprujo se wót tśeśich." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" +"Jolic sćo swój wobglědowak tak konfigurěrował, aby cookieje znjemóžnili, " +"zmóžniśo je pšosym zasej, nanejmjenjej za toś to sedło abo za napšašowanja " +"'same-origin'." + +msgid "More information is available with DEBUG=True." +msgstr "Dalšne informacije su k dispoziciji z DEBUG=True." + +msgid "Welcome to Django" +msgstr "Witajśo k Django" + +msgid "It worked!" +msgstr "Jo funkcioněrowało!" + +msgid "Congratulations on your first Django-powered page." +msgstr "Glukužycenje za waš prědny bok, kótaryž spěchujo se wót Django." + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" +"Zawěsće, pópšawem hyšći njejsćo žedno źěło gótował. Wuwjeźćo ako pśiduce " +"python manage.py startapp [app_label], aby swójo prědne " +"nałoženje startował." + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" +"Wiźiśo toś tu powěźeńku, dokulaž maśo DEBUG = True w swójej " +"dataji nastajenjow Django a njejsćo URL konfigurěrował. Dajśo se na źěło!" + +msgid "No year specified" +msgstr "Žedno lěto pódane" + +msgid "No month specified" +msgstr "Žeden mjasec pódany" + +msgid "No day specified" +msgstr "Žeden źeń pódany" + +msgid "No week specified" +msgstr "Žeden tyźeń pódany" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Žedne %(verbose_name_plural)s k dispoziciji" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Pśichodne %(verbose_name_plural)s njejo k dispoziciji, dokulaž " +"%(class_name)s.allow_future jo False." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "" +"Njepłaśiwy '%(format)s' za datumowy znamuškowy rjeśazk '%(datestr)s' pódany" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Žedno %(verbose_name)s namakane, kótarež wótpowědujo napšašowanjeju." + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "Bok njejo 'last', ani njedajo se do 'int' konwertěrowaś." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Njepłaśiwy bok (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Prozna lisćina a '%(class_name)s.allow_empty' jo False." + +msgid "Directory indexes are not allowed here." +msgstr "Zapisowe indekse njejsu how dowólone." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" njeeksistěrujo" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Indeks %(directory)s" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/el/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/el/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..bf587e00383eff9cb24133246e1a9564e5f85798 GIT binary patch literal 31345 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, 2013 +# Dimitris Glezos , 2011,2013 +# Giannis Meletakis , 2015 +# Jannis Leidel , 2011 +# Nikolas Demiridis , 2014 +# Nick Mavrakis , 2016 +# Pãnoș , 2014 +# Pãnoș , 2016 +# Serafeim Papastefanos , 2016 +# Stavros Korokithakis , 2014,2016 +# Yorgos Pagles , 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-07-14 16:48+0000\n" +"Last-Translator: Nick Mavrakis \n" +"Language-Team: Greek (http://www.transifex.com/django/django/language/el/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Αφρικάνς" + +msgid "Arabic" +msgstr "Αραβικά" + +msgid "Asturian" +msgstr "Αστούριας" + +msgid "Azerbaijani" +msgstr "Γλώσσα Αζερμπαϊτζάν" + +msgid "Bulgarian" +msgstr "Βουλγαρικά" + +msgid "Belarusian" +msgstr "Λευκορώσικα" + +msgid "Bengali" +msgstr "Μπενγκάλι" + +msgid "Breton" +msgstr "Βρετονικά" + +msgid "Bosnian" +msgstr "Βοσνιακά" + +msgid "Catalan" +msgstr "Καταλανικά" + +msgid "Czech" +msgstr "Τσέχικα" + +msgid "Welsh" +msgstr "Ουαλικά" + +msgid "Danish" +msgstr "Δανέζικα" + +msgid "German" +msgstr "Γερμανικά" + +msgid "Lower Sorbian" +msgstr "Κάτω Σορβικά" + +msgid "Greek" +msgstr "Ελληνικά" + +msgid "English" +msgstr "Αγγλικά" + +msgid "Australian English" +msgstr "Αγγλικά Αυστραλίας" + +msgid "British English" +msgstr "Αγγλικά Βρετανίας" + +msgid "Esperanto" +msgstr "Εσπεράντο" + +msgid "Spanish" +msgstr "Ισπανικά" + +msgid "Argentinian Spanish" +msgstr "Ισπανικά Αργεντινής" + +msgid "Colombian Spanish" +msgstr "Ισπανικά Κολομβίας" + +msgid "Mexican Spanish" +msgstr "Μεξικανική διάλεκτος Ισπανικών" + +msgid "Nicaraguan Spanish" +msgstr "Ισπανικά Νικαράγουας " + +msgid "Venezuelan Spanish" +msgstr "Ισπανικά Βενεζουέλας" + +msgid "Estonian" +msgstr "Εσθονικά" + +msgid "Basque" +msgstr "Βάσκικα" + +msgid "Persian" +msgstr "Περσικά" + +msgid "Finnish" +msgstr "Φινλανδικά" + +msgid "French" +msgstr "Γαλλικά" + +msgid "Frisian" +msgstr "Frisian" + +msgid "Irish" +msgstr "Ιρλανδικά" + +msgid "Scottish Gaelic" +msgstr "Σκωτσέζικα Γαελικά" + +msgid "Galician" +msgstr "Γαελικά" + +msgid "Hebrew" +msgstr "Εβραϊκά" + +msgid "Hindi" +msgstr "Ινδικά" + +msgid "Croatian" +msgstr "Κροατικά" + +msgid "Upper Sorbian" +msgstr "Άνω Σορβικά" + +msgid "Hungarian" +msgstr "Ουγγρικά" + +msgid "Interlingua" +msgstr "Ιντερλίνγκουα" + +msgid "Indonesian" +msgstr "Ινδονησιακά" + +msgid "Ido" +msgstr "Ίντο" + +msgid "Icelandic" +msgstr "Ισλανδικά" + +msgid "Italian" +msgstr "Ιταλικά" + +msgid "Japanese" +msgstr "Γιαπωνέζικα" + +msgid "Georgian" +msgstr "Γεωργιανά" + +msgid "Kazakh" +msgstr "Καζακστά" + +msgid "Khmer" +msgstr "Χμερ" + +msgid "Kannada" +msgstr "Κανάντα" + +msgid "Korean" +msgstr "Κορεάτικα" + +msgid "Luxembourgish" +msgstr "Λουξεμβουργιανά" + +msgid "Lithuanian" +msgstr "Λιθουανικά" + +msgid "Latvian" +msgstr "Λεττονικά" + +msgid "Macedonian" +msgstr "Μακεδονικά" + +msgid "Malayalam" +msgstr "Μαλαγιαλάμ" + +msgid "Mongolian" +msgstr "Μογγολικά" + +msgid "Marathi" +msgstr "Μαράθι" + +msgid "Burmese" +msgstr "Βιρμανικά" + +msgid "Norwegian Bokmål" +msgstr "Νορβηγικά Μποκμάλ" + +msgid "Nepali" +msgstr "Νεπαλέζικα" + +msgid "Dutch" +msgstr "Ολλανδικά" + +msgid "Norwegian Nynorsk" +msgstr "Νορβηγική διάλεκτος Nynorsk - Νεονορβηγική" + +msgid "Ossetic" +msgstr "Οσσετικά" + +msgid "Punjabi" +msgstr "Πουντζάμπι" + +msgid "Polish" +msgstr "Πολωνικά" + +msgid "Portuguese" +msgstr "Πορτογαλικά" + +msgid "Brazilian Portuguese" +msgstr "Πορτογαλικά - διάλεκτος Βραζιλίας" + +msgid "Romanian" +msgstr "Ρουμανικά" + +msgid "Russian" +msgstr "Ρωσικά" + +msgid "Slovak" +msgstr "Σλοβακικά" + +msgid "Slovenian" +msgstr "Σλοβενικά" + +msgid "Albanian" +msgstr "Αλβανικά" + +msgid "Serbian" +msgstr "Σερβικά" + +msgid "Serbian Latin" +msgstr "Σέρβικα Λατινικά" + +msgid "Swedish" +msgstr "Σουηδικά" + +msgid "Swahili" +msgstr "Σουαχίλι" + +msgid "Tamil" +msgstr "Διάλεκτος Ταμίλ" + +msgid "Telugu" +msgstr "Τελούγκου" + +msgid "Thai" +msgstr "Ταϊλάνδης" + +msgid "Turkish" +msgstr "Τουρκικά" + +msgid "Tatar" +msgstr "Ταταρικά" + +msgid "Udmurt" +msgstr "Ουντμουρτικά" + +msgid "Ukrainian" +msgstr "Ουκρανικά" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Vietnamese" +msgstr "Βιετναμέζικα" + +msgid "Simplified Chinese" +msgstr "Απλοποιημένα Κινέζικα" + +msgid "Traditional Chinese" +msgstr "Παραδοσιακά Κινέζικα" + +msgid "Messages" +msgstr "Μηνύματα" + +msgid "Site Maps" +msgstr "Χάρτες Ιστότοπου" + +msgid "Static Files" +msgstr "Στατικά Αρχεία" + +msgid "Syndication" +msgstr "Syndication" + +msgid "Enter a valid value." +msgstr "Εισάγετε μια έγκυρη τιμή." + +msgid "Enter a valid URL." +msgstr "Εισάγετε ένα έγκυρο URL." + +msgid "Enter a valid integer." +msgstr "Εισάγετε έναν έγκυρο ακέραιο." + +msgid "Enter a valid email address." +msgstr "Εισάγετε μια έγκυρη διεύθυνση ηλ. ταχυδρομείου." + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Εισάγετε ένα έγκυρο 'slug' αποτελούμενο από γράμματα, αριθμούς, παύλες ή " +"κάτω παύλες." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Ένα έγκυρο 'slug' αποτελείται από Unicode γράμματα, αριθμούς, παύλες ή κάτω " +"παύλες." + +msgid "Enter a valid IPv4 address." +msgstr "Εισάγετε μια έγκυρη IPv4 διεύθυνση." + +msgid "Enter a valid IPv6 address." +msgstr "Εισάγετε μία έγκυρη IPv6 διεύθυνση" + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Εισάγετε μία έγκυρη IPv4 ή IPv6 διεύθυνση" + +msgid "Enter only digits separated by commas." +msgstr "Εισάγετε μόνο ψηφία χωρισμένα με κόμματα." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Βεβαιωθείτε ότι η τιμή είναι %(limit_value)s (η τιμή που καταχωρήσατε είναι " +"%(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Βεβαιωθείτε ότι η τιμή είναι μικρότερη ή ίση από %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Βεβαιωθείτε ότι η τιμή είναι μεγαλύτερη ή ίση από %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Βεβαιωθείται πως η τιμή αυτή έχει τουλάχιστον %(limit_value)d χαρακτήρες " +"(έχει %(show_value)d)." +msgstr[1] "" +"Βεβαιωθείται πως η τιμή αυτή έχει τουλάχιστον %(limit_value)d χαρακτήρες " +"(έχει %(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Βεβαιωθείται πως η τιμή αυτή έχει τοπολύ %(limit_value)d χαρακτήρες (έχει " +"%(show_value)d)." +msgstr[1] "" +"Βεβαιωθείται πως η τιμή αυτή έχει τουλάχιστον %(limit_value)d χαρακτήρες " +"(έχει %(show_value)d)." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" +"Σιγουρευτείτε οτι τα σύνολο των ψηφίων δεν είναι παραπάνω από %(max)s" +msgstr[1] "" +"Σιγουρευτείτε οτι τα σύνολο των ψηφίων δεν είναι παραπάνω από %(max)s" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Σιγουρευτείτε ότι το δεκαδικό ψηφίο δεν είναι παραπάνω από %(max)s." +msgstr[1] "Σιγουρευτείτε ότι τα δεκαδικά ψηφία δεν είναι παραπάνω από %(max)s." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Βεβαιωθείτε ότι δεν υπάρχουν πάνω από %(max)s ψηφία πριν την υποδιαστολή." +msgstr[1] "" +"Βεβαιωθείτε ότι δεν υπάρχουν πάνω από %(max)s ψηφία πριν την υποδιαστολή." + +msgid "and" +msgstr "και" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s με αυτή την %(field_labels)s υπάρχει ήδη." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Η τιμή %(value)r δεν είναι έγκυρη επιλογή." + +msgid "This field cannot be null." +msgstr "Το πεδίο αυτό δεν μπορεί να είναι μηδενικό (null)." + +msgid "This field cannot be blank." +msgstr "Το πεδίο αυτό δεν μπορεί να είναι κενό." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s με αυτό το %(field_label)s υπάρχει ήδη." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s πρέπει να είναι μοναδική για %(date_field_label)s " +"%(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Πεδίο τύπου: %(field_type)s" + +msgid "Integer" +msgstr "Ακέραιος" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "Η τιμή '%(value)s' πρέπει να είναι ακέραιος." + +msgid "Big (8 byte) integer" +msgstr "Μεγάλος ακέραιος - big integer (8 bytes)" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "Η τιμή '%(value)s' πρέπει να είναι είτε True ή False." + +msgid "Boolean (Either True or False)" +msgstr "Boolean (Είτε Αληθές ή Ψευδές)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Συμβολοσειρά (μέχρι %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Ακέραιοι χωρισμένοι με κόμματα" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"Η τιμή του '%(value)s' έχει μια λανθασμένη μορφή ημερομηνίας. Η ημερομηνία " +"θα πρέπει να είναι στην μορφή YYYY-MM-DD." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"Η τιμή '%(value)s' είναι στην σωστή μορφή (YYYY-MM-DD) αλλά είναι μια " +"λανθασμένη ημερομηνία." + +msgid "Date (without time)" +msgstr "Ημερομηνία (χωρίς την ώρα)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"Η τιμή του '%(value)s' έχει μια λανθασμένη μορφή. Η ημερομηνία/ώρα θα πρέπει " +"να είναι στην μορφή YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"Η τιμή '%(value)s' έχει τη σωστή μορφή (YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]) " +"αλλά δεν αντιστοιχεί σε σωστή ημερομηνία και ώρα." + +msgid "Date (with time)" +msgstr "Ημερομηνία (με ώρα)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "Η τιμή '%(value)s' πρέπει να είναι ακέραιος." + +msgid "Decimal number" +msgstr "Δεκαδικός αριθμός" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" +"Η τιμή '%(value)s' έχει εσφαλμένη μορφή. Πρέπει να είναι της μορφής [DD] [HH:" +"[MM:]]ss[.uuuuuu]." + +msgid "Duration" +msgstr "Διάρκεια" + +msgid "Email address" +msgstr "Ηλεκτρονική διεύθυνση" + +msgid "File path" +msgstr "Τοποθεσία αρχείου" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "Η '%(value)s' τιμή πρέπει να είναι δεκαδικός." + +msgid "Floating point number" +msgstr "Αριθμός κινητής υποδιαστολής" + +msgid "IPv4 address" +msgstr "Διεύθυνση IPv4" + +msgid "IP address" +msgstr "IP διεύθυνση" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "Η '%(value)s' τιμή πρέπει είναι είτε None, True ή False." + +msgid "Boolean (Either True, False or None)" +msgstr "Boolean (Αληθές, Ψευδές, ή τίποτα)" + +msgid "Positive integer" +msgstr "Θετικός ακέραιος" + +msgid "Positive small integer" +msgstr "Θετικός μικρός ακέραιος" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (μέχρι %(max_length)s)" + +msgid "Small integer" +msgstr "Μικρός ακέραιος" + +msgid "Text" +msgstr "Κείμενο" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"Η τιμή '%(value)s' έχει εσφαλμένη μορφή. Πρέπει να είναι της μορφής HH:MM[:" +"ss[.uuuuuu]]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"Η τιμή '%(value)s' έχει τη σωστή μορφή (HH:MM[:ss[.uuuuuu]]) αλλά δεν " +"αντιστοιχή σε σωστή ώρα." + +msgid "Time" +msgstr "Ώρα" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Δυαδικά δεδομένα" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "'%(value)s' δεν είναι ένα έγκυρο UUID." + +msgid "File" +msgstr "Αρχείο" + +msgid "Image" +msgstr "Εικόνα" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" +"Το μοντέλο %(model)s με την τιμή %(value)r του πεδίου %(field)s δεν υπάρχει." + +msgid "Foreign Key (type determined by related field)" +msgstr "Foreign Key (ο τύπος καθορίζεται από το πεδίο του συσχετισμού)" + +msgid "One-to-one relationship" +msgstr "Σχέση ένα-προς-ένα" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "σχέση %(from)s-%(to)s" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "σχέσεις %(from)s-%(to)s" + +msgid "Many-to-many relationship" +msgstr "Σχέση πολλά-προς-πολλά" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Αυτό το πεδίο είναι απαραίτητο." + +msgid "Enter a whole number." +msgstr "Εισάγετε έναν ακέραιο αριθμό." + +msgid "Enter a number." +msgstr "Εισάγετε έναν αριθμό." + +msgid "Enter a valid date." +msgstr "Εισάγετε μια έγκυρη ημερομηνία." + +msgid "Enter a valid time." +msgstr "Εισάγετε μια έγκυρη ώρα." + +msgid "Enter a valid date/time." +msgstr "Εισάγετε μια έγκυρη ημερομηνία/ώρα." + +msgid "Enter a valid duration." +msgstr "Εισάγετε μια έγκυρη διάρκεια." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" +"Δεν έχει υποβληθεί κάποιο αρχείο. Ελέγξτε τον τύπο κωδικοποίησης στη φόρμα." + +msgid "No file was submitted." +msgstr "Δεν υποβλήθηκε κάποιο αρχείο." + +msgid "The submitted file is empty." +msgstr "Το αρχείο που υποβλήθηκε είναι κενό." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Βεβαιωθείται πως το όνομα του αρχείου έχει το πολύ %(max)d χαρακτήρα (το " +"παρόν έχει %(length)d)." +msgstr[1] "" +"Βεβαιωθείται πως το όνομα του αρχείου έχει το πολύ %(max)d χαρακτήρα (το " +"παρόν έχει %(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Βεβαιωθείτε ότι είτε έχετε επιλέξει ένα αρχείο για αποστολή είτε έχετε " +"επιλέξει την εκκαθάριση του πεδίου. Δεν είναι δυνατή η επιλογή και των δύο " +"ταυτοχρόνως." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Βεβαιωθείτε ότι το αρχείο που έχετε επιλέξει για αποστολή είναι αρχείο " +"εικόνας. Το τρέχον είτε δεν ήταν εικόνα είτε έχει υποστεί φθορά." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Βεβαιωθείτε ότι έχετε επιλέξει μία έγκυρη επιλογή. Η τιμή %(value)s δεν " +"είναι διαθέσιμη προς επιλογή." + +msgid "Enter a list of values." +msgstr "Εισάγετε μια λίστα τιμών." + +msgid "Enter a complete value." +msgstr "Εισάγετε μια πλήρης τιμή" + +msgid "Enter a valid UUID." +msgstr "Εισάγετε μια έγκυρη UUID." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Κρυφό πεδίο %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "Τα δεδομένα του ManagementForm λείπουν ή έχουν αλλοιωθεί" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Παρακαλώ υποβάλλετε %d ή λιγότερες φόρμες." +msgstr[1] "Παρακαλώ υποβάλλετε %d ή λιγότερες φόρμες." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Παρακαλώ υποβάλλετε %d ή περισσότερες φόρμες." +msgstr[1] "Παρακαλώ υποβάλλετε %d ή περισσότερες φόρμες." + +msgid "Order" +msgstr "Ταξινόμηση" + +msgid "Delete" +msgstr "Διαγραφή" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Στο %(field)s έχετε ξαναεισάγει τα ίδια δεδομένα." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Στο %(field)s έχετε ξαναεισάγει τα ίδια δεδομένα. Θα πρέπει να εμφανίζονται " +"μία φορά. " + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Στο %(field_name)s έχετε ξαναεισάγει τα ίδια δεδομένα. Θα πρέπει να " +"εμφανίζονται μία φορά για το %(lookup)s στο %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Έχετε ξαναεισάγει την ίδια τιμη. Βεβαιωθείτε ότι είναι μοναδική." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "" +"Το inline foreign key δεν αντιστοιχεί με το primary κλειδί του γονικού " +"object." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Επιλέξτε μια έγκυρη επιλογή. Η επιλογή αυτή δεν είναι μία από τις διαθέσιμες " +"επιλογές." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "Το \"%(pk)s\" δεν είναι έγκυρη τιμή για πρωτεύων κλειδί" + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"Η ημερομηνία %(datetime)s δεν μπόρεσε να μετατραπεί στην ζώνη ώρας " +"%(current_timezone)s; ίσως να είναι ασαφής ή να μην υπάρχει." + +msgid "Currently" +msgstr "Τώρα" + +msgid "Change" +msgstr "Επεξεργασία" + +msgid "Clear" +msgstr "Εκκαθάριση" + +msgid "Unknown" +msgstr "Άγνωστο" + +msgid "Yes" +msgstr "Ναι" + +msgid "No" +msgstr "Όχι" + +msgid "yes,no,maybe" +msgstr "ναι,όχι,ίσως" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d bytes" +msgstr[1] "%(size)d bytes" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "μμ." + +msgid "a.m." +msgstr "πμ." + +msgid "PM" +msgstr "ΜΜ" + +msgid "AM" +msgstr "ΠΜ" + +msgid "midnight" +msgstr "μεσάνυχτα" + +msgid "noon" +msgstr "μεσημέρι" + +msgid "Monday" +msgstr "Δευτέρα" + +msgid "Tuesday" +msgstr "Τρίτη" + +msgid "Wednesday" +msgstr "Τετάρτη" + +msgid "Thursday" +msgstr "Πέμπτη" + +msgid "Friday" +msgstr "Παρασκευή" + +msgid "Saturday" +msgstr "Σάββατο" + +msgid "Sunday" +msgstr "Κυριακή" + +msgid "Mon" +msgstr "Δευ" + +msgid "Tue" +msgstr "Τρί" + +msgid "Wed" +msgstr "Τετ" + +msgid "Thu" +msgstr "Πέμ" + +msgid "Fri" +msgstr "Παρ" + +msgid "Sat" +msgstr "Σαβ" + +msgid "Sun" +msgstr "Κυρ" + +msgid "January" +msgstr "Ιανουάριος" + +msgid "February" +msgstr "Φεβρουάριος" + +msgid "March" +msgstr "Μάρτιος" + +msgid "April" +msgstr "Απρίλιος" + +msgid "May" +msgstr "Μάιος" + +msgid "June" +msgstr "Ιούνιος" + +msgid "July" +msgstr "Ιούλιος" + +msgid "August" +msgstr "Αύγουστος" + +msgid "September" +msgstr "Σεπτέμβριος" + +msgid "October" +msgstr "Οκτώβριος" + +msgid "November" +msgstr "Νοέμβριος" + +msgid "December" +msgstr "Δεκέμβριος" + +msgid "jan" +msgstr "Ιαν" + +msgid "feb" +msgstr "Φεβ" + +msgid "mar" +msgstr "Μάρ" + +msgid "apr" +msgstr "Απρ" + +msgid "may" +msgstr "Μάι" + +msgid "jun" +msgstr "Ιούν" + +msgid "jul" +msgstr "Ιούλ" + +msgid "aug" +msgstr "Αύγ" + +msgid "sep" +msgstr "Σεπ" + +msgid "oct" +msgstr "Οκτ" + +msgid "nov" +msgstr "Νοέ" + +msgid "dec" +msgstr "Δεκ" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Ιαν." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Φεβ." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Μάρτιος" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Απρίλ." + +msgctxt "abbrev. month" +msgid "May" +msgstr "Μάιος" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Ιούν." + +msgctxt "abbrev. month" +msgid "July" +msgstr "Ιούλ." + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Αύγ." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Σεπτ." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Οκτ." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Νοέμ." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Δεκ." + +msgctxt "alt. month" +msgid "January" +msgstr "Ιανουαρίου" + +msgctxt "alt. month" +msgid "February" +msgstr "Φεβρουαρίου" + +msgctxt "alt. month" +msgid "March" +msgstr "Μαρτίου" + +msgctxt "alt. month" +msgid "April" +msgstr "Απριλίου" + +msgctxt "alt. month" +msgid "May" +msgstr "Μαΐου" + +msgctxt "alt. month" +msgid "June" +msgstr "Ιουνίου" + +msgctxt "alt. month" +msgid "July" +msgstr "Ιουλίου" + +msgctxt "alt. month" +msgid "August" +msgstr "Αυγούστου" + +msgctxt "alt. month" +msgid "September" +msgstr "Σεπτεμβρίου" + +msgctxt "alt. month" +msgid "October" +msgstr "Οκτωβρίου" + +msgctxt "alt. month" +msgid "November" +msgstr "Νοεμβρίου" + +msgctxt "alt. month" +msgid "December" +msgstr "Δεκεμβρίου" + +msgid "This is not a valid IPv6 address." +msgstr "Αυτή δεν είναι έγκυρη διεύθυνση IPv6." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "ή" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d χρόνος" +msgstr[1] "%d χρόνια" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d μήνας" +msgstr[1] "%d μήνες" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d βδομάδα" +msgstr[1] "%d βδομάδες" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d μέρα" +msgstr[1] "%d μέρες" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d ώρα" +msgstr[1] "%d ώρες" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d λεπτό" +msgstr[1] "%d λεπτά" + +msgid "0 minutes" +msgstr "0 λεπτά" + +msgid "Forbidden" +msgstr "Απαγορευμένο" + +msgid "CSRF verification failed. Request aborted." +msgstr "Η πιστοποίηση CSRF απέτυχε. Το αίτημα ματαιώθηκε." + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Βλέπετε αυτό το μήνυμα επειδή αυτή η HTTPS σελίδα απαιτεί από τον Web " +"browser σας να σταλεί ένας 'Referer header', όμως τίποτα δεν στάλθηκε. Αυτός " +"ο header είναι απαραίτητος για λόγους ασφαλείας, για να εξασφαλιστεί ότι ο " +"browser δεν έχει γίνει hijacked από τρίτους." + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" +"Αν οι 'Referer' headers είναι απενεργοποιημένοι στον browser σας από εσάς, " +"παρακαλούμε να τους ξανά-ενεργοποιήσετε, τουλάχιστον για αυτό το site ή για " +"τις συνδέσεις HTTPS ή για τα 'same-origin' requests." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Βλέπετε αυτό το μήνυμα επειδή αυτή η σελίδα απαιτεί ένα CSRF cookie, όταν " +"κατατίθενται φόρμες. Αυτό το cookie είναι απαραίτητο για λόγους ασφαλείας, " +"για να εξασφαλιστεί ότι ο browser δεν έχει γίνει hijacked από τρίτους." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" +"Αν τα cookies είναι απενεργοποιημένα στον browser σας από εσάς, παρακαλούμε " +"να τα ξανά-ενεργοποιήσετε, τουλάχιστον για αυτό το site ή για τα 'same-" +"origin' requests." + +msgid "More information is available with DEBUG=True." +msgstr "Περισσότερες πληροφορίες είναι διαθέσιμες με DEBUG=True." + +msgid "Welcome to Django" +msgstr "Καλωσήρθατε στο Django" + +msgid "It worked!" +msgstr "Δούλεψε!" + +msgid "Congratulations on your first Django-powered page." +msgstr "Συγχαρητήρια στην πρώτη Django-τροφοδοτούμενη σελίδα σας." + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" +"Φυσίκα, δεν έχετε κάνει καμία δουλειά ακόμα. Ξεκινήστε την πρώτη σας " +"εφαρμογή εκτελώντας python manage.py startapp [app_label]." + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" +"Βλέπετε αυτό το μήνυμα επείδη έχετε DEBUG = True στο αρχείο " +"settings του Django σας και δεν έχετε ρυθμίσει καμία URL. Στρωθείτε στην " +"δουλειά!" + +msgid "No year specified" +msgstr "Δεν έχει οριστεί χρονιά" + +msgid "No month specified" +msgstr "Δεν έχει οριστεί μήνας" + +msgid "No day specified" +msgstr "Δεν έχει οριστεί μέρα" + +msgid "No week specified" +msgstr "Δεν έχει οριστεί εβδομάδα" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Δεν υπάρχουν διαθέσιμα %(verbose_name_plural)s" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Μελλοντικά %(verbose_name_plural)s δεν είναι διαθέσιμα διότι δεν έχει τεθεί " +"το %(class_name)s.allow_future." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "" +"Λανθασμένη αναπαράσταση ημερομηνίας '%(datestr)s' για την επιλεγμένη μορφή " +"'%(format)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Δεν βρέθηκαν %(verbose_name)s που να ικανοποιούν την αναζήτηση." + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "" +"Η σελίδα δεν έχει την τιμή 'last' υποδηλώνοντας την τελευταία σελίδα, ούτε " +"μπορεί να μετατραπεί σε ακέραιο." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Άκυρη σελίδα (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Άδεια λίστα και το '%(class_name)s.allow_empty' είναι False." + +msgid "Directory indexes are not allowed here." +msgstr "Τα ευρετήρια καταλόγων δεν επιτρέπονται εδώ." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "Το \"%(path)s\" δεν υπάρχει" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Ευρετήριο του %(directory)s" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/el/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/el/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/el/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/el/formats.py new file mode 100644 index 0000000..7cfcd10 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/el/formats.py @@ -0,0 +1,38 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'd/m/Y' +TIME_FORMAT = 'P' +DATETIME_FORMAT = 'd/m/Y P' +YEAR_MONTH_FORMAT = 'F Y' +MONTH_DAY_FORMAT = 'j F' +SHORT_DATE_FORMAT = 'd/m/Y' +SHORT_DATETIME_FORMAT = 'd/m/Y P' +FIRST_DAY_OF_WEEK = 0 # Sunday + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + '%d/%m/%Y', '%d/%m/%y', '%Y-%m-%d', # '25/10/2006', '25/10/06', '2006-10-25', +] +DATETIME_INPUT_FORMATS = [ + '%d/%m/%Y %H:%M:%S', # '25/10/2006 14:30:59' + '%d/%m/%Y %H:%M:%S.%f', # '25/10/2006 14:30:59.000200' + '%d/%m/%Y %H:%M', # '25/10/2006 14:30' + '%d/%m/%Y', # '25/10/2006' + '%d/%m/%y %H:%M:%S', # '25/10/06 14:30:59' + '%d/%m/%y %H:%M:%S.%f', # '25/10/06 14:30:59.000200' + '%d/%m/%y %H:%M', # '25/10/06 14:30' + '%d/%m/%y', # '25/10/06' + '%Y-%m-%d %H:%M:%S', # '2006-10-25 14:30:59' + '%Y-%m-%d %H:%M:%S.%f', # '2006-10-25 14:30:59.000200' + '%Y-%m-%d %H:%M', # '2006-10-25 14:30' + '%Y-%m-%d', # '2006-10-25' +] +DECIMAL_SEPARATOR = ',' +THOUSAND_SEPARATOR = '\xa0' # non-breaking space +NUMBER_GROUPING = 3 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/en/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/en/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..0d4c976d2624f5caf10d5989cf58218bbd1bd925 GIT binary patch literal 356 zcmYL^&q@O^5Qi&z+M{O=Ie4;8O)0B0xB&q0w_}K)qVuH1Y-7m!Y=xZ< z2^P`11|GIHLglr{md_PT1DeDx%uGTp#!^i{Dn3G8Y9)tKNy#Ft@YD4@_nriqgPI7H z>q$P8WA>g*Oi%?wu{Ftu|M?=J`QReit+5CdzqBaHwl1#44bpwZfIi6?w_ylTR)bkViO(Y2`8CPYlPFV!Oyd#~T*9Rrk9`^J&gqIh#D8~gzx CN@0=! literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/en/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/en/LC_MESSAGES/django.po new file mode 100644 index 0000000..01fa3b1 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/en/LC_MESSAGES/django.po @@ -0,0 +1,1442 @@ +# This file is distributed under the same license as the Django package. +# +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2010-05-13 15:35+0200\n" +"Last-Translator: Django team\n" +"Language-Team: English \n" +"Language: en\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: conf/global_settings.py:51 +msgid "Afrikaans" +msgstr "" + +#: conf/global_settings.py:52 +msgid "Arabic" +msgstr "" + +#: conf/global_settings.py:53 +msgid "Asturian" +msgstr "" + +#: conf/global_settings.py:54 +msgid "Azerbaijani" +msgstr "" + +#: conf/global_settings.py:55 +msgid "Bulgarian" +msgstr "" + +#: conf/global_settings.py:56 +msgid "Belarusian" +msgstr "" + +#: conf/global_settings.py:57 +msgid "Bengali" +msgstr "" + +#: conf/global_settings.py:58 +msgid "Breton" +msgstr "" + +#: conf/global_settings.py:59 +msgid "Bosnian" +msgstr "" + +#: conf/global_settings.py:60 +msgid "Catalan" +msgstr "" + +#: conf/global_settings.py:61 +msgid "Czech" +msgstr "" + +#: conf/global_settings.py:62 +msgid "Welsh" +msgstr "" + +#: conf/global_settings.py:63 +msgid "Danish" +msgstr "" + +#: conf/global_settings.py:64 +msgid "German" +msgstr "" + +#: conf/global_settings.py:70 +msgid "Lower Sorbian" +msgstr "" + +#: conf/global_settings.py:71 +msgid "Greek" +msgstr "" + +#: conf/global_settings.py:66 +msgid "English" +msgstr "" + +#: conf/global_settings.py:67 +msgid "Australian English" +msgstr "" + +#: conf/global_settings.py:68 +msgid "British English" +msgstr "" + +#: conf/global_settings.py:69 +msgid "Esperanto" +msgstr "" + +#: conf/global_settings.py:70 +msgid "Spanish" +msgstr "" + +#: conf/global_settings.py:71 +msgid "Argentinian Spanish" +msgstr "" + +#: conf/global_settings.py:72 +msgid "Colombian Spanish" +msgstr "" + +#: conf/global_settings.py:72 +msgid "Mexican Spanish" +msgstr "" + +#: conf/global_settings.py:73 +msgid "Nicaraguan Spanish" +msgstr "" + +#: conf/global_settings.py:74 +msgid "Venezuelan Spanish" +msgstr "" + +#: conf/global_settings.py:75 +msgid "Estonian" +msgstr "" + +#: conf/global_settings.py:76 +msgid "Basque" +msgstr "" + +#: conf/global_settings.py:77 +msgid "Persian" +msgstr "" + +#: conf/global_settings.py:78 +msgid "Finnish" +msgstr "" + +#: conf/global_settings.py:79 +msgid "French" +msgstr "" + +#: conf/global_settings.py:80 +msgid "Frisian" +msgstr "" + +#: conf/global_settings.py:81 +msgid "Irish" +msgstr "" + +#: conf/global_settings.py:83 +msgid "Scottish Gaelic" +msgstr "" + +#: conf/global_settings.py:82 +msgid "Galician" +msgstr "" + +#: conf/global_settings.py:83 +msgid "Hebrew" +msgstr "" + +#: conf/global_settings.py:84 +msgid "Hindi" +msgstr "" + +#: conf/global_settings.py:85 +msgid "Croatian" +msgstr "" + +#: conf/global_settings.py:94 +msgid "Upper Sorbian" +msgstr "" + +#: conf/global_settings.py:95 +msgid "Hungarian" +msgstr "" + +#: conf/global_settings.py:87 +msgid "Interlingua" +msgstr "" + +#: conf/global_settings.py:88 +msgid "Indonesian" +msgstr "" + +#: conf/global_settings.py:89 +msgid "Ido" +msgstr "" + +#: conf/global_settings.py:90 +msgid "Icelandic" +msgstr "" + +#: conf/global_settings.py:91 +msgid "Italian" +msgstr "" + +#: conf/global_settings.py:92 +msgid "Japanese" +msgstr "" + +#: conf/global_settings.py:93 +msgid "Georgian" +msgstr "" + +#: conf/global_settings.py:94 +msgid "Kazakh" +msgstr "" + +#: conf/global_settings.py:95 +msgid "Khmer" +msgstr "" + +#: conf/global_settings.py:96 +msgid "Kannada" +msgstr "" + +#: conf/global_settings.py:97 +msgid "Korean" +msgstr "" + +#: conf/global_settings.py:98 +msgid "Luxembourgish" +msgstr "" + +#: conf/global_settings.py:99 +msgid "Lithuanian" +msgstr "" + +#: conf/global_settings.py:100 +msgid "Latvian" +msgstr "" + +#: conf/global_settings.py:101 +msgid "Macedonian" +msgstr "" + +#: conf/global_settings.py:102 +msgid "Malayalam" +msgstr "" + +#: conf/global_settings.py:103 +msgid "Mongolian" +msgstr "" + +#: conf/global_settings.py:104 +msgid "Marathi" +msgstr "" + +#: conf/global_settings.py:105 +msgid "Burmese" +msgstr "" + +#: conf/global_settings.py:113 +msgid "Norwegian Bokmål" +msgstr "" + +#: conf/global_settings.py:107 +msgid "Nepali" +msgstr "" + +#: conf/global_settings.py:108 +msgid "Dutch" +msgstr "" + +#: conf/global_settings.py:109 +msgid "Norwegian Nynorsk" +msgstr "" + +#: conf/global_settings.py:110 +msgid "Ossetic" +msgstr "" + +#: conf/global_settings.py:111 +msgid "Punjabi" +msgstr "" + +#: conf/global_settings.py:112 +msgid "Polish" +msgstr "" + +#: conf/global_settings.py:113 +msgid "Portuguese" +msgstr "" + +#: conf/global_settings.py:114 +msgid "Brazilian Portuguese" +msgstr "" + +#: conf/global_settings.py:115 +msgid "Romanian" +msgstr "" + +#: conf/global_settings.py:116 +msgid "Russian" +msgstr "" + +#: conf/global_settings.py:117 +msgid "Slovak" +msgstr "" + +#: conf/global_settings.py:118 +msgid "Slovenian" +msgstr "" + +#: conf/global_settings.py:119 +msgid "Albanian" +msgstr "" + +#: conf/global_settings.py:120 +msgid "Serbian" +msgstr "" + +#: conf/global_settings.py:121 +msgid "Serbian Latin" +msgstr "" + +#: conf/global_settings.py:122 +msgid "Swedish" +msgstr "" + +#: conf/global_settings.py:123 +msgid "Swahili" +msgstr "" + +#: conf/global_settings.py:124 +msgid "Tamil" +msgstr "" + +#: conf/global_settings.py:125 +msgid "Telugu" +msgstr "" + +#: conf/global_settings.py:126 +msgid "Thai" +msgstr "" + +#: conf/global_settings.py:127 +msgid "Turkish" +msgstr "" + +#: conf/global_settings.py:128 +msgid "Tatar" +msgstr "" + +#: conf/global_settings.py:129 +msgid "Udmurt" +msgstr "" + +#: conf/global_settings.py:130 +msgid "Ukrainian" +msgstr "" + +#: conf/global_settings.py:131 +msgid "Urdu" +msgstr "" + +#: conf/global_settings.py:132 +msgid "Vietnamese" +msgstr "" + +#: conf/global_settings.py:133 +msgid "Simplified Chinese" +msgstr "" + +#: conf/global_settings.py:134 +msgid "Traditional Chinese" +msgstr "" + +#: contrib/messages/apps.py:7 +msgid "Messages" +msgstr "" + +#: contrib/sitemaps/apps.py:7 +msgid "Site Maps" +msgstr "" + +#: contrib/staticfiles/apps.py:7 +msgid "Static Files" +msgstr "" + +#: contrib/syndication/apps.py:7 +msgid "Syndication" +msgstr "" + +#: core/validators.py:33 +msgid "Enter a valid value." +msgstr "" + +#: core/validators.py:98 forms/fields.py:677 +msgid "Enter a valid URL." +msgstr "" + +#: core/validators.py:141 +msgid "Enter a valid integer." +msgstr "" + +#: core/validators.py:152 +msgid "Enter a valid email address." +msgstr "" + +#: core/validators.py:225 +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" + +#: core/validators.py:232 +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +#: core/validators.py:237 core/validators.py:256 +msgid "Enter a valid IPv4 address." +msgstr "" + +#: core/validators.py:242 core/validators.py:257 +msgid "Enter a valid IPv6 address." +msgstr "" + +#: core/validators.py:252 core/validators.py:255 +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "" + +#: core/validators.py:284 db/models/fields/__init__.py:1147 +msgid "Enter only digits separated by commas." +msgstr "" + +#: core/validators.py:292 +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" + +#: core/validators.py:318 +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "" + +#: core/validators.py:325 +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "" + +#: core/validators.py:334 +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +#: core/validators.py:345 +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +#: core/validators.py:359 +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" +msgstr[1] "" + +#: core/validators.py:364 +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +msgstr[1] "" + +#: core/validators.py:369 +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +msgstr[1] "" + +#: db/models/base.py:1095 forms/models.py:727 +msgid "and" +msgstr "" + +#: db/models/base.py:1097 +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#: db/models/fields/__init__.py:110 +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +#: db/models/fields/__init__.py:111 +msgid "This field cannot be null." +msgstr "" + +#: db/models/fields/__init__.py:112 +msgid "This field cannot be blank." +msgstr "" + +#: db/models/fields/__init__.py:113 +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "" + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#: db/models/fields/__init__.py:117 +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#: db/models/fields/__init__.py:134 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "" + +#: db/models/fields/__init__.py:930 db/models/fields/__init__.py:1834 +msgid "Integer" +msgstr "" + +#: db/models/fields/__init__.py:934 db/models/fields/__init__.py:1832 +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "" + +#: db/models/fields/__init__.py:960 db/models/fields/__init__.py:1849 +msgid "Big (8 byte) integer" +msgstr "" + +#: db/models/fields/__init__.py:972 +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "" + +#: db/models/fields/__init__.py:1011 +msgid "Boolean (Either True or False)" +msgstr "" + +#: db/models/fields/__init__.py:1086 +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "" + +#: db/models/fields/__init__.py:1142 +msgid "Comma-separated integers" +msgstr "" + +#: db/models/fields/__init__.py:1191 +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#: db/models/fields/__init__.py:1193 db/models/fields/__init__.py:1336 +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +#: db/models/fields/__init__.py:1196 +msgid "Date (without time)" +msgstr "" + +#: db/models/fields/__init__.py:1334 +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#: db/models/fields/__init__.py:1338 +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +#: db/models/fields/__init__.py:1342 +msgid "Date (with time)" +msgstr "" + +#: db/models/fields/__init__.py:1494 +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "" + +#: db/models/fields/__init__.py:1496 +msgid "Decimal number" +msgstr "" + +#: db/models/fields/__init__.py:1653 +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" + +#: db/models/fields/__init__.py:1656 +msgid "Duration" +msgstr "" + +#: db/models/fields/__init__.py:1707 +msgid "Email address" +msgstr "" + +#: db/models/fields/__init__.py:1731 +msgid "File path" +msgstr "" + +#: db/models/fields/__init__.py:1798 +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "" + +#: db/models/fields/__init__.py:1800 +msgid "Floating point number" +msgstr "" + +#: db/models/fields/__init__.py:1864 +msgid "IPv4 address" +msgstr "" + +#: db/models/fields/__init__.py:1947 +msgid "IP address" +msgstr "" + +#: db/models/fields/__init__.py:2031 +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "" + +#: db/models/fields/__init__.py:2033 +msgid "Boolean (Either True, False or None)" +msgstr "" + +#: db/models/fields/__init__.py:2093 +msgid "Positive integer" +msgstr "" + +#: db/models/fields/__init__.py:2105 +msgid "Positive small integer" +msgstr "" + +#: db/models/fields/__init__.py:2118 +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "" + +#: db/models/fields/__init__.py:2152 +msgid "Small integer" +msgstr "" + +#: db/models/fields/__init__.py:2159 +msgid "Text" +msgstr "" + +#: db/models/fields/__init__.py:2185 +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#: db/models/fields/__init__.py:2187 +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +#: db/models/fields/__init__.py:2190 +msgid "Time" +msgstr "" + +#: db/models/fields/__init__.py:2318 +msgid "URL" +msgstr "" + +#: db/models/fields/__init__.py:2341 +msgid "Raw binary data" +msgstr "" + +#: db/models/fields/__init__.py:2385 +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "" + +#: db/models/fields/files.py:237 +msgid "File" +msgstr "" + +#: db/models/fields/files.py:392 +msgid "Image" +msgstr "" + +#: db/models/fields/related.py:723 +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +#: db/models/fields/related.py:725 +msgid "Foreign Key (type determined by related field)" +msgstr "" + +#: db/models/fields/related.py:983 +msgid "One-to-one relationship" +msgstr "" + +#: db/models/fields/related.py:1049 +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#: db/models/fields/related.py:1050 +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +#: db/models/fields/related.py:1092 +msgid "Many-to-many relationship" +msgstr "" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the label +#: forms/boundfield.py:167 +msgid ":?.!" +msgstr "" + +#: forms/fields.py:65 +msgid "This field is required." +msgstr "" + +#: forms/fields.py:254 +msgid "Enter a whole number." +msgstr "" + +#: forms/fields.py:299 forms/fields.py:336 +msgid "Enter a number." +msgstr "" + +#: forms/fields.py:414 forms/fields.py:1158 +msgid "Enter a valid date." +msgstr "" + +#: forms/fields.py:438 forms/fields.py:1159 +msgid "Enter a valid time." +msgstr "" + +#: forms/fields.py:460 +msgid "Enter a valid date/time." +msgstr "" + +#: forms/fields.py:489 +msgid "Enter a valid duration." +msgstr "" + +#: forms/fields.py:556 +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" + +#: forms/fields.py:557 +msgid "No file was submitted." +msgstr "" + +#: forms/fields.py:558 +msgid "The submitted file is empty." +msgstr "" + +#: forms/fields.py:560 +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +msgstr[1] "" + +#: forms/fields.py:563 +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" + +#: forms/fields.py:625 +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" + +#: forms/fields.py:792 forms/fields.py:886 forms/models.py:1230 +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" + +#: forms/fields.py:887 forms/fields.py:1002 forms/models.py:1229 +msgid "Enter a list of values." +msgstr "" + +#: forms/fields.py:1003 +msgid "Enter a complete value." +msgstr "" + +#: forms/fields.py:1217 +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +#: forms/forms.py:84 +msgid ":" +msgstr "" + +#: forms/forms.py:191 +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "" + +#: forms/formsets.py:97 +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#: forms/formsets.py:345 +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "" +msgstr[1] "" + +#: forms/formsets.py:352 +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" +msgstr[1] "" + +#: forms/formsets.py:380 forms/formsets.py:382 +msgid "Order" +msgstr "" + +#: forms/formsets.py:384 +msgid "Delete" +msgstr "" + +#: forms/models.py:721 +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "" + +#: forms/models.py:725 +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" + +#: forms/models.py:731 +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" + +#: forms/models.py:739 +msgid "Please correct the duplicate values below." +msgstr "" + +#: forms/models.py:1063 +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "" + +#: forms/models.py:1123 +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" + +#: forms/models.py:1232 +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "" + +#: forms/utils.py:172 +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +#: forms/widgets.py:353 +msgid "Currently" +msgstr "" + +#: forms/widgets.py:354 +msgid "Change" +msgstr "" + +#: forms/widgets.py:355 +msgid "Clear" +msgstr "" + +#: forms/widgets.py:570 +msgid "Unknown" +msgstr "" + +#: forms/widgets.py:571 +msgid "Yes" +msgstr "" + +#: forms/widgets.py:572 +msgid "No" +msgstr "" + +#: template/defaultfilters.py:867 +msgid "yes,no,maybe" +msgstr "" + +#: template/defaultfilters.py:896 template/defaultfilters.py:908 +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "" +msgstr[1] "" + +#: template/defaultfilters.py:910 +#, python-format +msgid "%s KB" +msgstr "" + +#: template/defaultfilters.py:912 +#, python-format +msgid "%s MB" +msgstr "" + +#: template/defaultfilters.py:914 +#, python-format +msgid "%s GB" +msgstr "" + +#: template/defaultfilters.py:916 +#, python-format +msgid "%s TB" +msgstr "" + +#: template/defaultfilters.py:918 +#, python-format +msgid "%s PB" +msgstr "" + +#: utils/dateformat.py:61 +msgid "p.m." +msgstr "" + +#: utils/dateformat.py:62 +msgid "a.m." +msgstr "" + +#: utils/dateformat.py:67 +msgid "PM" +msgstr "" + +#: utils/dateformat.py:68 +msgid "AM" +msgstr "" + +#: utils/dateformat.py:151 +msgid "midnight" +msgstr "" + +#: utils/dateformat.py:153 +msgid "noon" +msgstr "" + +#: utils/dates.py:6 +msgid "Monday" +msgstr "" + +#: utils/dates.py:6 +msgid "Tuesday" +msgstr "" + +#: utils/dates.py:6 +msgid "Wednesday" +msgstr "" + +#: utils/dates.py:6 +msgid "Thursday" +msgstr "" + +#: utils/dates.py:6 +msgid "Friday" +msgstr "" + +#: utils/dates.py:7 +msgid "Saturday" +msgstr "" + +#: utils/dates.py:7 +msgid "Sunday" +msgstr "" + +#: utils/dates.py:10 +msgid "Mon" +msgstr "" + +#: utils/dates.py:10 +msgid "Tue" +msgstr "" + +#: utils/dates.py:10 +msgid "Wed" +msgstr "" + +#: utils/dates.py:10 +msgid "Thu" +msgstr "" + +#: utils/dates.py:10 +msgid "Fri" +msgstr "" + +#: utils/dates.py:11 +msgid "Sat" +msgstr "" + +#: utils/dates.py:11 +msgid "Sun" +msgstr "" + +#: utils/dates.py:18 +msgid "January" +msgstr "" + +#: utils/dates.py:18 +msgid "February" +msgstr "" + +#: utils/dates.py:18 +msgid "March" +msgstr "" + +#: utils/dates.py:18 +msgid "April" +msgstr "" + +#: utils/dates.py:18 +msgid "May" +msgstr "" + +#: utils/dates.py:18 +msgid "June" +msgstr "" + +#: utils/dates.py:19 +msgid "July" +msgstr "" + +#: utils/dates.py:19 +msgid "August" +msgstr "" + +#: utils/dates.py:19 +msgid "September" +msgstr "" + +#: utils/dates.py:19 +msgid "October" +msgstr "" + +#: utils/dates.py:19 +msgid "November" +msgstr "" + +#: utils/dates.py:20 +msgid "December" +msgstr "" + +#: utils/dates.py:23 +msgid "jan" +msgstr "" + +#: utils/dates.py:23 +msgid "feb" +msgstr "" + +#: utils/dates.py:23 +msgid "mar" +msgstr "" + +#: utils/dates.py:23 +msgid "apr" +msgstr "" + +#: utils/dates.py:23 +msgid "may" +msgstr "" + +#: utils/dates.py:23 +msgid "jun" +msgstr "" + +#: utils/dates.py:24 +msgid "jul" +msgstr "" + +#: utils/dates.py:24 +msgid "aug" +msgstr "" + +#: utils/dates.py:24 +msgid "sep" +msgstr "" + +#: utils/dates.py:24 +msgid "oct" +msgstr "" + +#: utils/dates.py:24 +msgid "nov" +msgstr "" + +#: utils/dates.py:24 +msgid "dec" +msgstr "" + +#: utils/dates.py:31 +msgctxt "abbrev. month" +msgid "Jan." +msgstr "" + +#: utils/dates.py:32 +msgctxt "abbrev. month" +msgid "Feb." +msgstr "" + +#: utils/dates.py:33 +msgctxt "abbrev. month" +msgid "March" +msgstr "" + +#: utils/dates.py:34 +msgctxt "abbrev. month" +msgid "April" +msgstr "" + +#: utils/dates.py:35 +msgctxt "abbrev. month" +msgid "May" +msgstr "" + +#: utils/dates.py:36 +msgctxt "abbrev. month" +msgid "June" +msgstr "" + +#: utils/dates.py:37 +msgctxt "abbrev. month" +msgid "July" +msgstr "" + +#: utils/dates.py:38 +msgctxt "abbrev. month" +msgid "Aug." +msgstr "" + +#: utils/dates.py:39 +msgctxt "abbrev. month" +msgid "Sept." +msgstr "" + +#: utils/dates.py:40 +msgctxt "abbrev. month" +msgid "Oct." +msgstr "" + +#: utils/dates.py:41 +msgctxt "abbrev. month" +msgid "Nov." +msgstr "" + +#: utils/dates.py:42 +msgctxt "abbrev. month" +msgid "Dec." +msgstr "" + +#: utils/dates.py:45 +msgctxt "alt. month" +msgid "January" +msgstr "" + +#: utils/dates.py:46 +msgctxt "alt. month" +msgid "February" +msgstr "" + +#: utils/dates.py:47 +msgctxt "alt. month" +msgid "March" +msgstr "" + +#: utils/dates.py:48 +msgctxt "alt. month" +msgid "April" +msgstr "" + +#: utils/dates.py:49 +msgctxt "alt. month" +msgid "May" +msgstr "" + +#: utils/dates.py:50 +msgctxt "alt. month" +msgid "June" +msgstr "" + +#: utils/dates.py:51 +msgctxt "alt. month" +msgid "July" +msgstr "" + +#: utils/dates.py:52 +msgctxt "alt. month" +msgid "August" +msgstr "" + +#: utils/dates.py:53 +msgctxt "alt. month" +msgid "September" +msgstr "" + +#: utils/dates.py:54 +msgctxt "alt. month" +msgid "October" +msgstr "" + +#: utils/dates.py:55 +msgctxt "alt. month" +msgid "November" +msgstr "" + +#: utils/dates.py:56 +msgctxt "alt. month" +msgid "December" +msgstr "" + +#: utils/ipv6.py:10 +msgid "This is not a valid IPv6 address." +msgstr "" + +#: utils/text.py:77 +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "" + +#: utils/text.py:246 +msgid "or" +msgstr "" + +#. Translators: This string is used as a separator between list elements +#: utils/text.py:265 utils/timesince.py:63 +msgid ", " +msgstr "" + +#: utils/timesince.py:11 +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" + +#: utils/timesince.py:12 +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" + +#: utils/timesince.py:13 +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "" +msgstr[1] "" + +#: utils/timesince.py:14 +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" + +#: utils/timesince.py:15 +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "" +msgstr[1] "" + +#: utils/timesince.py:16 +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" + +#: utils/timesince.py:52 +msgid "0 minutes" +msgstr "" + +#: views/csrf.py:107 +msgid "Forbidden" +msgstr "" + +#: views/csrf.py:108 +msgid "CSRF verification failed. Request aborted." +msgstr "" + +#: views/csrf.py:112 +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +#: views/csrf.py:117 +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" + +#: views/csrf.py:122 +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +#: views/csrf.py:127 +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" + +#: views/csrf.py:132 +msgid "More information is available with DEBUG=True." +msgstr "" + +#: views/debug.py:508 +msgid "Welcome to Django" +msgstr "" + +#: views/debug.py:509 +msgid "It worked!" +msgstr "" + +#: views/debug.py:510 +msgid "Congratulations on your first Django-powered page." +msgstr "" + +#: views/debug.py:511 +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" + +#: views/debug.py:513 +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" + +#: views/generic/dates.py:48 +msgid "No year specified" +msgstr "" + +#: views/generic/dates.py:104 +msgid "No month specified" +msgstr "" + +#: views/generic/dates.py:163 +msgid "No day specified" +msgstr "" + +#: views/generic/dates.py:219 +msgid "No week specified" +msgstr "" + +#: views/generic/dates.py:378 views/generic/dates.py:406 +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "" + +#: views/generic/dates.py:660 +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" + +#: views/generic/dates.py:694 +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "" + +#: views/generic/detail.py:55 +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" + +#: views/generic/list.py:76 +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "" + +#: views/generic/list.py:81 +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "" + +#: views/generic/list.py:172 +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "" + +#: views/static.py:58 +msgid "Directory indexes are not allowed here." +msgstr "" + +#: views/static.py:60 +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "" + +#: views/static.py:100 +#, python-format +msgid "Index of %(directory)s" +msgstr "" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/en/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/en/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/en/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/en/formats.py new file mode 100644 index 0000000..63b23fa --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/en/formats.py @@ -0,0 +1,43 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'N j, Y' +TIME_FORMAT = 'P' +DATETIME_FORMAT = 'N j, Y, P' +YEAR_MONTH_FORMAT = 'F Y' +MONTH_DAY_FORMAT = 'F j' +SHORT_DATE_FORMAT = 'm/d/Y' +SHORT_DATETIME_FORMAT = 'm/d/Y P' +FIRST_DAY_OF_WEEK = 0 # Sunday + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +# Kept ISO formats as they are in first position +DATE_INPUT_FORMATS = [ + '%Y-%m-%d', '%m/%d/%Y', '%m/%d/%y', # '2006-10-25', '10/25/2006', '10/25/06' + # '%b %d %Y', '%b %d, %Y', # 'Oct 25 2006', 'Oct 25, 2006' + # '%d %b %Y', '%d %b, %Y', # '25 Oct 2006', '25 Oct, 2006' + # '%B %d %Y', '%B %d, %Y', # 'October 25 2006', 'October 25, 2006' + # '%d %B %Y', '%d %B, %Y', # '25 October 2006', '25 October, 2006' +] +DATETIME_INPUT_FORMATS = [ + '%Y-%m-%d %H:%M:%S', # '2006-10-25 14:30:59' + '%Y-%m-%d %H:%M:%S.%f', # '2006-10-25 14:30:59.000200' + '%Y-%m-%d %H:%M', # '2006-10-25 14:30' + '%Y-%m-%d', # '2006-10-25' + '%m/%d/%Y %H:%M:%S', # '10/25/2006 14:30:59' + '%m/%d/%Y %H:%M:%S.%f', # '10/25/2006 14:30:59.000200' + '%m/%d/%Y %H:%M', # '10/25/2006 14:30' + '%m/%d/%Y', # '10/25/2006' + '%m/%d/%y %H:%M:%S', # '10/25/06 14:30:59' + '%m/%d/%y %H:%M:%S.%f', # '10/25/06 14:30:59.000200' + '%m/%d/%y %H:%M', # '10/25/06 14:30' + '%m/%d/%y', # '10/25/06' +] +DECIMAL_SEPARATOR = '.' +THOUSAND_SEPARATOR = ',' +NUMBER_GROUPING = 3 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/en_AU/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/en_AU/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..3496b922a3cc5b23a5738d0bab0cdb0197090030 GIT binary patch literal 16566 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, 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: English (Australia) (http://www.transifex.com/django/django/" +"language/en_AU/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: en_AU\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Afrikaans" + +msgid "Arabic" +msgstr "Arabic" + +msgid "Asturian" +msgstr "" + +msgid "Azerbaijani" +msgstr "Azerbaijani" + +msgid "Bulgarian" +msgstr "Bulgarian" + +msgid "Belarusian" +msgstr "Belarusian" + +msgid "Bengali" +msgstr "Bengali" + +msgid "Breton" +msgstr "Breton" + +msgid "Bosnian" +msgstr "Bosnian" + +msgid "Catalan" +msgstr "Catalan" + +msgid "Czech" +msgstr "Czech" + +msgid "Welsh" +msgstr "Welsh" + +msgid "Danish" +msgstr "Danish" + +msgid "German" +msgstr "German" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "Greek" + +msgid "English" +msgstr "English" + +msgid "Australian English" +msgstr "" + +msgid "British English" +msgstr "British English" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Spanish" + +msgid "Argentinian Spanish" +msgstr "Argentinian Spanish" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "Mexican Spanish" + +msgid "Nicaraguan Spanish" +msgstr "Nicaraguan Spanish" + +msgid "Venezuelan Spanish" +msgstr "Venezuelan Spanish" + +msgid "Estonian" +msgstr "Estonian" + +msgid "Basque" +msgstr "Basque" + +msgid "Persian" +msgstr "Persian" + +msgid "Finnish" +msgstr "Finnish" + +msgid "French" +msgstr "French" + +msgid "Frisian" +msgstr "Frisian" + +msgid "Irish" +msgstr "Irish" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "Galician" + +msgid "Hebrew" +msgstr "Hebrew" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Croatian" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "Hungarian" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indonesian" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "Icelandic" + +msgid "Italian" +msgstr "Italian" + +msgid "Japanese" +msgstr "Japanese" + +msgid "Georgian" +msgstr "Georgian" + +msgid "Kazakh" +msgstr "Kazakh" + +msgid "Khmer" +msgstr "Khmer" + +msgid "Kannada" +msgstr "Kannada" + +msgid "Korean" +msgstr "Korean" + +msgid "Luxembourgish" +msgstr "Luxembourgish" + +msgid "Lithuanian" +msgstr "Lithuanian" + +msgid "Latvian" +msgstr "Latvian" + +msgid "Macedonian" +msgstr "Macedonian" + +msgid "Malayalam" +msgstr "Malayalam" + +msgid "Mongolian" +msgstr "Mongolian" + +msgid "Marathi" +msgstr "" + +msgid "Burmese" +msgstr "Burmese" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "Nepali" + +msgid "Dutch" +msgstr "Dutch" + +msgid "Norwegian Nynorsk" +msgstr "Norwegian Nynorsk" + +msgid "Ossetic" +msgstr "Ossetic" + +msgid "Punjabi" +msgstr "Punjabi" + +msgid "Polish" +msgstr "Polish" + +msgid "Portuguese" +msgstr "Portuguese" + +msgid "Brazilian Portuguese" +msgstr "Brazilian Portuguese" + +msgid "Romanian" +msgstr "Romanian" + +msgid "Russian" +msgstr "Russian" + +msgid "Slovak" +msgstr "Slovak" + +msgid "Slovenian" +msgstr "Slovenian" + +msgid "Albanian" +msgstr "Albanian" + +msgid "Serbian" +msgstr "Serbian" + +msgid "Serbian Latin" +msgstr "Serbian Latin" + +msgid "Swedish" +msgstr "Swedish" + +msgid "Swahili" +msgstr "Swahili" + +msgid "Tamil" +msgstr "Tamil" + +msgid "Telugu" +msgstr "Telugu" + +msgid "Thai" +msgstr "Thai" + +msgid "Turkish" +msgstr "Turkish" + +msgid "Tatar" +msgstr "Tatar" + +msgid "Udmurt" +msgstr "Udmurt" + +msgid "Ukrainian" +msgstr "Ukrainian" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Vietnamese" +msgstr "Vietnamese" + +msgid "Simplified Chinese" +msgstr "Simplified Chinese" + +msgid "Traditional Chinese" +msgstr "Traditional Chinese" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "" + +msgid "Static Files" +msgstr "" + +msgid "Syndication" +msgstr "" + +msgid "Enter a valid value." +msgstr "Enter a valid value." + +msgid "Enter a valid URL." +msgstr "Enter a valid URL." + +msgid "Enter a valid integer." +msgstr "" + +msgid "Enter a valid email address." +msgstr "Enter a valid email address." + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "Enter a valid IPv4 address." + +msgid "Enter a valid IPv6 address." +msgstr "Enter a valid IPv6 address." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Enter a valid IPv4 or IPv6 address." + +msgid "Enter only digits separated by commas." +msgstr "Enter only digits separated by commas." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Ensure this value is %(limit_value)s (it is %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Ensure this value is less than or equal to %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Ensure this value is greater than or equal to %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgstr[1] "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgstr[1] "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Ensure that there are no more than %(max)s digit in total." +msgstr[1] "Ensure that there are no more than %(max)s digits in total." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Ensure that there are no more than %(max)s decimal place." +msgstr[1] "Ensure that there are no more than %(max)s decimal places." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgstr[1] "" +"Ensure that there are no more than %(max)s digits before the decimal point." + +msgid "and" +msgstr "and" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "This field cannot be null." + +msgid "This field cannot be blank." +msgstr "This field cannot be blank." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s with this %(field_label)s already exists." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Field of type: %(field_type)s" + +msgid "Integer" +msgstr "Integer" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "" + +msgid "Big (8 byte) integer" +msgstr "Big (8 byte) integer" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "Boolean (Either True or False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "String (up to %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Comma-separated integers" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "Date (without time)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "Date (with time)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "Decimal number" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "Email address" + +msgid "File path" +msgstr "File path" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "Floating point number" + +msgid "IPv4 address" +msgstr "IPv4 address" + +msgid "IP address" +msgstr "IP address" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "Boolean (Either True, False or None)" + +msgid "Positive integer" +msgstr "Positive integer" + +msgid "Positive small integer" +msgstr "Positive small integer" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (up to %(max_length)s)" + +msgid "Small integer" +msgstr "Small integer" + +msgid "Text" +msgstr "Text" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "Time" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Raw binary data" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "" + +msgid "File" +msgstr "File" + +msgid "Image" +msgstr "Image" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "Foreign Key (type determined by related field)" + +msgid "One-to-one relationship" +msgstr "One-to-one relationship" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "Many-to-many relationship" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "This field is required." + +msgid "Enter a whole number." +msgstr "Enter a whole number." + +msgid "Enter a number." +msgstr "Enter a number." + +msgid "Enter a valid date." +msgstr "Enter a valid date." + +msgid "Enter a valid time." +msgstr "Enter a valid time." + +msgid "Enter a valid date/time." +msgstr "Enter a valid date/time." + +msgid "Enter a valid duration." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "No file was submitted. Check the encoding type on the form." + +msgid "No file was submitted." +msgstr "No file was submitted." + +msgid "The submitted file is empty." +msgstr "The submitted file is empty." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Ensure this filename has at most %(max)d character (it has %(length)d)." +msgstr[1] "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Please either submit a file or check the clear checkbox, not both." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Select a valid choice. %(value)s is not one of the available choices." + +msgid "Enter a list of values." +msgstr "Enter a list of values." + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Hidden field %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Please submit %d or fewer forms." +msgstr[1] "Please submit %d or fewer forms." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" +msgstr[1] "" + +msgid "Order" +msgstr "Order" + +msgid "Delete" +msgstr "Delete" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Please correct the duplicate data for %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "Please correct the duplicate data for %(field)s, which must be unique." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Please correct the duplicate values below." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "The inline foreign key did not match the parent instance primary key." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Select a valid choice. That choice is not one of the available choices." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "\"%(pk)s\" is not a valid value for a primary key." + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." + +msgid "Currently" +msgstr "Currently" + +msgid "Change" +msgstr "Change" + +msgid "Clear" +msgstr "Clear" + +msgid "Unknown" +msgstr "Unknown" + +msgid "Yes" +msgstr "Yes" + +msgid "No" +msgstr "No" + +msgid "yes,no,maybe" +msgstr "yes,no,maybe" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d byte" +msgstr[1] "%(size)d bytes" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "midnight" + +msgid "noon" +msgstr "noon" + +msgid "Monday" +msgstr "Monday" + +msgid "Tuesday" +msgstr "Tuesday" + +msgid "Wednesday" +msgstr "Wednesday" + +msgid "Thursday" +msgstr "Thursday" + +msgid "Friday" +msgstr "Friday" + +msgid "Saturday" +msgstr "Saturday" + +msgid "Sunday" +msgstr "Sunday" + +msgid "Mon" +msgstr "Mon" + +msgid "Tue" +msgstr "Tue" + +msgid "Wed" +msgstr "Wed" + +msgid "Thu" +msgstr "Thu" + +msgid "Fri" +msgstr "Fri" + +msgid "Sat" +msgstr "Sat" + +msgid "Sun" +msgstr "Sun" + +msgid "January" +msgstr "January" + +msgid "February" +msgstr "February" + +msgid "March" +msgstr "March" + +msgid "April" +msgstr "April" + +msgid "May" +msgstr "May" + +msgid "June" +msgstr "June" + +msgid "July" +msgstr "July" + +msgid "August" +msgstr "August" + +msgid "September" +msgstr "September" + +msgid "October" +msgstr "October" + +msgid "November" +msgstr "November" + +msgid "December" +msgstr "December" + +msgid "jan" +msgstr "jan" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "apr" + +msgid "may" +msgstr "may" + +msgid "jun" +msgstr "jun" + +msgid "jul" +msgstr "jul" + +msgid "aug" +msgstr "aug" + +msgid "sep" +msgstr "sep" + +msgid "oct" +msgstr "oct" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "dec" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Jan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "March" + +msgctxt "abbrev. month" +msgid "April" +msgstr "April" + +msgctxt "abbrev. month" +msgid "May" +msgstr "May" + +msgctxt "abbrev. month" +msgid "June" +msgstr "June" + +msgctxt "abbrev. month" +msgid "July" +msgstr "July" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Aug." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Sept." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Oct." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Dec." + +msgctxt "alt. month" +msgid "January" +msgstr "January" + +msgctxt "alt. month" +msgid "February" +msgstr "February" + +msgctxt "alt. month" +msgid "March" +msgstr "March" + +msgctxt "alt. month" +msgid "April" +msgstr "April" + +msgctxt "alt. month" +msgid "May" +msgstr "May" + +msgctxt "alt. month" +msgid "June" +msgstr "June" + +msgctxt "alt. month" +msgid "July" +msgstr "July" + +msgctxt "alt. month" +msgid "August" +msgstr "August" + +msgctxt "alt. month" +msgid "September" +msgstr "September" + +msgctxt "alt. month" +msgid "October" +msgstr "October" + +msgctxt "alt. month" +msgid "November" +msgstr "November" + +msgctxt "alt. month" +msgid "December" +msgstr "December" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "or" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d year" +msgstr[1] "%d years" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d month" +msgstr[1] "%d months" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d week" +msgstr[1] "%d weeks" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d day" +msgstr[1] "%d days" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d hour" +msgstr[1] "%d hours" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d minute" +msgstr[1] "%d minutes" + +msgid "0 minutes" +msgstr "0 minutes" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "Welcome to Django" +msgstr "" + +msgid "It worked!" +msgstr "" + +msgid "Congratulations on your first Django-powered page." +msgstr "" + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" + +msgid "No year specified" +msgstr "No year specified" + +msgid "No month specified" +msgstr "No month specified" + +msgid "No day specified" +msgstr "No day specified" + +msgid "No week specified" +msgstr "No week specified" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "No %(verbose_name_plural)s available" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "Invalid date string '%(datestr)s' given format '%(format)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "No %(verbose_name)s found matching the query" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "Page is not 'last', nor can it be converted to an int." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Invalid page (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Empty list and '%(class_name)s.allow_empty' is False." + +msgid "Directory indexes are not allowed here." +msgstr "Directory indexes are not allowed here." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" does not exist" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Index of %(directory)s" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/en_AU/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/en_AU/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/en_AU/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/en_AU/formats.py new file mode 100644 index 0000000..fe97ea9 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/en_AU/formats.py @@ -0,0 +1,42 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'j M Y' # '25 Oct 2006' +TIME_FORMAT = 'P' # '2:30 p.m.' +DATETIME_FORMAT = 'j M Y, P' # '25 Oct 2006, 2:30 p.m.' +YEAR_MONTH_FORMAT = 'F Y' # 'October 2006' +MONTH_DAY_FORMAT = 'j F' # '25 October' +SHORT_DATE_FORMAT = 'd/m/Y' # '25/10/2006' +SHORT_DATETIME_FORMAT = 'd/m/Y P' # '25/10/2006 2:30 p.m.' +FIRST_DAY_OF_WEEK = 0 # Sunday + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + '%d/%m/%Y', '%d/%m/%y', # '25/10/2006', '25/10/06' + # '%b %d %Y', '%b %d, %Y', # 'Oct 25 2006', 'Oct 25, 2006' + # '%d %b %Y', '%d %b, %Y', # '25 Oct 2006', '25 Oct, 2006' + # '%B %d %Y', '%B %d, %Y', # 'October 25 2006', 'October 25, 2006' + # '%d %B %Y', '%d %B, %Y', # '25 October 2006', '25 October, 2006' +] +DATETIME_INPUT_FORMATS = [ + '%Y-%m-%d %H:%M:%S', # '2006-10-25 14:30:59' + '%Y-%m-%d %H:%M:%S.%f', # '2006-10-25 14:30:59.000200' + '%Y-%m-%d %H:%M', # '2006-10-25 14:30' + '%Y-%m-%d', # '2006-10-25' + '%d/%m/%Y %H:%M:%S', # '25/10/2006 14:30:59' + '%d/%m/%Y %H:%M:%S.%f', # '25/10/2006 14:30:59.000200' + '%d/%m/%Y %H:%M', # '25/10/2006 14:30' + '%d/%m/%Y', # '25/10/2006' + '%d/%m/%y %H:%M:%S', # '25/10/06 14:30:59' + '%d/%m/%y %H:%M:%S.%f', # '25/10/06 14:30:59.000200' + '%d/%m/%y %H:%M', # '25/10/06 14:30' + '%d/%m/%y', # '25/10/06' +] +DECIMAL_SEPARATOR = '.' +THOUSAND_SEPARATOR = ',' +NUMBER_GROUPING = 3 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/en_GB/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/en_GB/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..951a882f3d848129e290287407cd7cf2545ce6d4 GIT binary patch literal 13305 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 UkC3td|Jbgo?LV;pzkhZ3KQ!LwlK=n! literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/en_GB/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/en_GB/LC_MESSAGES/django.po new file mode 100644 index 0000000..1ca44df --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/en_GB/LC_MESSAGES/django.po @@ -0,0 +1,1146 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# jon_atkinson , 2011-2012 +# Ross Poulton , 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: English (United Kingdom) (http://www.transifex.com/django/" +"django/language/en_GB/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "" + +msgid "Arabic" +msgstr "Arabic" + +msgid "Asturian" +msgstr "" + +msgid "Azerbaijani" +msgstr "Azerbaijani" + +msgid "Bulgarian" +msgstr "Bulgarian" + +msgid "Belarusian" +msgstr "" + +msgid "Bengali" +msgstr "Bengali" + +msgid "Breton" +msgstr "" + +msgid "Bosnian" +msgstr "Bosnian" + +msgid "Catalan" +msgstr "Catalan" + +msgid "Czech" +msgstr "Czech" + +msgid "Welsh" +msgstr "Welsh" + +msgid "Danish" +msgstr "Danish" + +msgid "German" +msgstr "German" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "Greek" + +msgid "English" +msgstr "English" + +msgid "Australian English" +msgstr "" + +msgid "British English" +msgstr "British English" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Spanish" + +msgid "Argentinian Spanish" +msgstr "Argentinian Spanish" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "Mexican Spanish" + +msgid "Nicaraguan Spanish" +msgstr "Nicaraguan Spanish" + +msgid "Venezuelan Spanish" +msgstr "" + +msgid "Estonian" +msgstr "Estonian" + +msgid "Basque" +msgstr "Basque" + +msgid "Persian" +msgstr "Persian" + +msgid "Finnish" +msgstr "Finnish" + +msgid "French" +msgstr "French" + +msgid "Frisian" +msgstr "Frisian" + +msgid "Irish" +msgstr "Irish" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "Galician" + +msgid "Hebrew" +msgstr "Hebrew" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Croatian" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "Hungarian" + +msgid "Interlingua" +msgstr "" + +msgid "Indonesian" +msgstr "Indonesian" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "Icelandic" + +msgid "Italian" +msgstr "Italian" + +msgid "Japanese" +msgstr "Japanese" + +msgid "Georgian" +msgstr "Georgian" + +msgid "Kazakh" +msgstr "Kazakh" + +msgid "Khmer" +msgstr "Khmer" + +msgid "Kannada" +msgstr "Kannada" + +msgid "Korean" +msgstr "Korean" + +msgid "Luxembourgish" +msgstr "" + +msgid "Lithuanian" +msgstr "Lithuanian" + +msgid "Latvian" +msgstr "Latvian" + +msgid "Macedonian" +msgstr "Macedonian" + +msgid "Malayalam" +msgstr "Malayalam" + +msgid "Mongolian" +msgstr "Mongolian" + +msgid "Marathi" +msgstr "" + +msgid "Burmese" +msgstr "" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "Nepali" + +msgid "Dutch" +msgstr "Dutch" + +msgid "Norwegian Nynorsk" +msgstr "Norwegian Nynorsk" + +msgid "Ossetic" +msgstr "" + +msgid "Punjabi" +msgstr "Punjabi" + +msgid "Polish" +msgstr "Polish" + +msgid "Portuguese" +msgstr "Portuguese" + +msgid "Brazilian Portuguese" +msgstr "Brazilian Portuguese" + +msgid "Romanian" +msgstr "Romanian" + +msgid "Russian" +msgstr "Russian" + +msgid "Slovak" +msgstr "Slovak" + +msgid "Slovenian" +msgstr "Slovenian" + +msgid "Albanian" +msgstr "Albanian" + +msgid "Serbian" +msgstr "Serbian" + +msgid "Serbian Latin" +msgstr "Serbian Latin" + +msgid "Swedish" +msgstr "Swedish" + +msgid "Swahili" +msgstr "Swahili" + +msgid "Tamil" +msgstr "Tamil" + +msgid "Telugu" +msgstr "Telugu" + +msgid "Thai" +msgstr "Thai" + +msgid "Turkish" +msgstr "Turkish" + +msgid "Tatar" +msgstr "Tatar" + +msgid "Udmurt" +msgstr "" + +msgid "Ukrainian" +msgstr "Ukrainian" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Vietnamese" +msgstr "Vietnamese" + +msgid "Simplified Chinese" +msgstr "Simplified Chinese" + +msgid "Traditional Chinese" +msgstr "Traditional Chinese" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "" + +msgid "Static Files" +msgstr "" + +msgid "Syndication" +msgstr "" + +msgid "Enter a valid value." +msgstr "Enter a valid value." + +msgid "Enter a valid URL." +msgstr "Enter a valid URL." + +msgid "Enter a valid integer." +msgstr "" + +msgid "Enter a valid email address." +msgstr "" + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "Enter a valid IPv4 address." + +msgid "Enter a valid IPv6 address." +msgstr "Enter a valid IPv6 address." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Enter a valid IPv4 or IPv6 address." + +msgid "Enter only digits separated by commas." +msgstr "Enter only digits separated by commas." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Ensure this value is %(limit_value)s (it is %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Ensure this value is less than or equal to %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Ensure this value is greater than or equal to %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +msgstr[1] "" + +msgid "and" +msgstr "and" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "This field cannot be null." + +msgid "This field cannot be blank." +msgstr "This field cannot be blank." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s with this %(field_label)s already exists." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Field of type: %(field_type)s" + +msgid "Integer" +msgstr "Integer" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "" + +msgid "Big (8 byte) integer" +msgstr "Big (8 byte) integer" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "Boolean (Either True or False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "String (up to %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Comma-separated integers" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "Date (without time)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "Date (with time)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "Decimal number" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "Email address" + +msgid "File path" +msgstr "File path" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "Floating point number" + +msgid "IPv4 address" +msgstr "IPv4 address" + +msgid "IP address" +msgstr "IP address" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "Boolean (Either True, False or None)" + +msgid "Positive integer" +msgstr "Positive integer" + +msgid "Positive small integer" +msgstr "Positive small integer" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (up to %(max_length)s)" + +msgid "Small integer" +msgstr "Small integer" + +msgid "Text" +msgstr "Text" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "Time" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "" + +msgid "File" +msgstr "File" + +msgid "Image" +msgstr "Image" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "Foreign Key (type determined by related field)" + +msgid "One-to-one relationship" +msgstr "One-to-one relationship" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "Many-to-many relationship" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr "" + +msgid "This field is required." +msgstr "This field is required." + +msgid "Enter a whole number." +msgstr "Enter a whole number." + +msgid "Enter a number." +msgstr "Enter a number." + +msgid "Enter a valid date." +msgstr "Enter a valid date." + +msgid "Enter a valid time." +msgstr "Enter a valid time." + +msgid "Enter a valid date/time." +msgstr "Enter a valid date/time." + +msgid "Enter a valid duration." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "No file was submitted. Check the encoding type on the form." + +msgid "No file was submitted." +msgstr "No file was submitted." + +msgid "The submitted file is empty." +msgstr "The submitted file is empty." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +msgstr[1] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Please either submit a file or check the clear checkbox, not both." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Select a valid choice. %(value)s is not one of the available choices." + +msgid "Enter a list of values." +msgstr "Enter a list of values." + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr "" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" +msgstr[1] "" + +msgid "Order" +msgstr "Order" + +msgid "Delete" +msgstr "Delete" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Please correct the duplicate data for %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "Please correct the duplicate data for %(field)s, which must be unique." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Please correct the duplicate values below." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "The inline foreign key did not match the parent instance primary key." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Select a valid choice. That choice is not one of the available choices." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." + +msgid "Currently" +msgstr "Currently" + +msgid "Change" +msgstr "Change" + +msgid "Clear" +msgstr "Clear" + +msgid "Unknown" +msgstr "Unknown" + +msgid "Yes" +msgstr "Yes" + +msgid "No" +msgstr "No" + +msgid "yes,no,maybe" +msgstr "yes,no,maybe" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d byte" +msgstr[1] "%(size)d bytes" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "midnight" + +msgid "noon" +msgstr "noon" + +msgid "Monday" +msgstr "Monday" + +msgid "Tuesday" +msgstr "Tuesday" + +msgid "Wednesday" +msgstr "Wednesday" + +msgid "Thursday" +msgstr "Thursday" + +msgid "Friday" +msgstr "Friday" + +msgid "Saturday" +msgstr "Saturday" + +msgid "Sunday" +msgstr "Sunday" + +msgid "Mon" +msgstr "Mon" + +msgid "Tue" +msgstr "Tue" + +msgid "Wed" +msgstr "Wed" + +msgid "Thu" +msgstr "Thu" + +msgid "Fri" +msgstr "Fri" + +msgid "Sat" +msgstr "Sat" + +msgid "Sun" +msgstr "Sun" + +msgid "January" +msgstr "January" + +msgid "February" +msgstr "February" + +msgid "March" +msgstr "March" + +msgid "April" +msgstr "April" + +msgid "May" +msgstr "May" + +msgid "June" +msgstr "June" + +msgid "July" +msgstr "July" + +msgid "August" +msgstr "August" + +msgid "September" +msgstr "September" + +msgid "October" +msgstr "October" + +msgid "November" +msgstr "November" + +msgid "December" +msgstr "December" + +msgid "jan" +msgstr "jan" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "apr" + +msgid "may" +msgstr "may" + +msgid "jun" +msgstr "jun" + +msgid "jul" +msgstr "jul" + +msgid "aug" +msgstr "aug" + +msgid "sep" +msgstr "sep" + +msgid "oct" +msgstr "oct" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "dec" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Jan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "March" + +msgctxt "abbrev. month" +msgid "April" +msgstr "April" + +msgctxt "abbrev. month" +msgid "May" +msgstr "May" + +msgctxt "abbrev. month" +msgid "June" +msgstr "June" + +msgctxt "abbrev. month" +msgid "July" +msgstr "July" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Aug." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Sept." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Oct." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Dec." + +msgctxt "alt. month" +msgid "January" +msgstr "January" + +msgctxt "alt. month" +msgid "February" +msgstr "February" + +msgctxt "alt. month" +msgid "March" +msgstr "March" + +msgctxt "alt. month" +msgid "April" +msgstr "April" + +msgctxt "alt. month" +msgid "May" +msgstr "May" + +msgctxt "alt. month" +msgid "June" +msgstr "June" + +msgctxt "alt. month" +msgid "July" +msgstr "July" + +msgctxt "alt. month" +msgid "August" +msgstr "August" + +msgctxt "alt. month" +msgid "September" +msgstr "September" + +msgctxt "alt. month" +msgid "October" +msgstr "October" + +msgctxt "alt. month" +msgid "November" +msgstr "November" + +msgctxt "alt. month" +msgid "December" +msgstr "December" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "or" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" + +msgid "0 minutes" +msgstr "" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "Welcome to Django" +msgstr "" + +msgid "It worked!" +msgstr "" + +msgid "Congratulations on your first Django-powered page." +msgstr "" + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" + +msgid "No year specified" +msgstr "No year specified" + +msgid "No month specified" +msgstr "No month specified" + +msgid "No day specified" +msgstr "No day specified" + +msgid "No week specified" +msgstr "No week specified" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "No %(verbose_name_plural)s available" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "Invalid date string '%(datestr)s' given format '%(format)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "No %(verbose_name)s found matching the query" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "Page is not 'last', nor can it be converted to an int." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Empty list and '%(class_name)s.allow_empty' is False." + +msgid "Directory indexes are not allowed here." +msgstr "Directory indexes are not allowed here." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" does not exist" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Index of %(directory)s" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/en_GB/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/en_GB/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/en_GB/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/en_GB/formats.py new file mode 100644 index 0000000..190ec73 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/en_GB/formats.py @@ -0,0 +1,42 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'j M Y' # '25 Oct 2006' +TIME_FORMAT = 'P' # '2:30 p.m.' +DATETIME_FORMAT = 'j M Y, P' # '25 Oct 2006, 2:30 p.m.' +YEAR_MONTH_FORMAT = 'F Y' # 'October 2006' +MONTH_DAY_FORMAT = 'j F' # '25 October' +SHORT_DATE_FORMAT = 'd/m/Y' # '25/10/2006' +SHORT_DATETIME_FORMAT = 'd/m/Y P' # '25/10/2006 2:30 p.m.' +FIRST_DAY_OF_WEEK = 1 # Monday + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + '%d/%m/%Y', '%d/%m/%y', # '25/10/2006', '25/10/06' + # '%b %d %Y', '%b %d, %Y', # 'Oct 25 2006', 'Oct 25, 2006' + # '%d %b %Y', '%d %b, %Y', # '25 Oct 2006', '25 Oct, 2006' + # '%B %d %Y', '%B %d, %Y', # 'October 25 2006', 'October 25, 2006' + # '%d %B %Y', '%d %B, %Y', # '25 October 2006', '25 October, 2006' +] +DATETIME_INPUT_FORMATS = [ + '%Y-%m-%d %H:%M:%S', # '2006-10-25 14:30:59' + '%Y-%m-%d %H:%M:%S.%f', # '2006-10-25 14:30:59.000200' + '%Y-%m-%d %H:%M', # '2006-10-25 14:30' + '%Y-%m-%d', # '2006-10-25' + '%d/%m/%Y %H:%M:%S', # '25/10/2006 14:30:59' + '%d/%m/%Y %H:%M:%S.%f', # '25/10/2006 14:30:59.000200' + '%d/%m/%Y %H:%M', # '25/10/2006 14:30' + '%d/%m/%Y', # '25/10/2006' + '%d/%m/%y %H:%M:%S', # '25/10/06 14:30:59' + '%d/%m/%y %H:%M:%S.%f', # '25/10/06 14:30:59.000200' + '%d/%m/%y %H:%M', # '25/10/06 14:30' + '%d/%m/%y', # '25/10/06' +] +DECIMAL_SEPARATOR = '.' +THOUSAND_SEPARATOR = ',' +NUMBER_GROUPING = 3 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/eo/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/eo/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..7b634f9fc6344dfc6b8e1f8c2fefada36c913602 GIT binary patch literal 23521 zcmchf3!EKAo$nh63gP{JDKvqQ8Ocn-8wLU-nM@Lr31emgLd4KBr!&*%(S7L0OeUhR zDxfP0vhq-g$Ya4pK^Mg2y`u9Kl;NTgzdi>7V>LZH}CCv_i|i4M7f^#;!&Q*f8KBSGanvu zwCB}fH(UlEh3CTG!?R)6F`jo0%%JLf2<{KR0uO}Wg@?lD;KA@^mwzyYb^QdmCp_J; z%ke_T9>#X;|a@uU6oiBkZ-wQSV1MnbtIXn_p;i>RCsCIuAs=mje%6}E={->ed<3B?6^I53! zFG0z{s~BvRI}FZ&uYtPW4OLGs+z<9cy@vp*y|=?0-UV-iho0bhqwr(!W;lyMxDS2` z-UHvj%RCSM4xSIsKFP}I7(7Dd9KQ-RK0ktM;D5lCa5;@bG`-s(kMJIG=ih;PPrrof z-=1xjM?sBK2UPt%5K;8r1P_OAhAMvx)cd&~9tJ-Td8GF=)OfxK_kz2(TkZo9UGGph z1D*=^hG)T7!-Y`wEO+_qU?=Ahd=)rMDK-GIIl-zy9 zoj(lK&&Qzj+TTD_p!Z);&p*7w)^{vae@}#JM;nwpo#OHrLOp*8RDCO<-p?g2|2imn zx)JUU?}9wSy9Xl5-Z!A;(+g1JwkJ1hd|m@}-y5LjX~pp^jyFNI=Wb};H@uPaN1){M z0+gG^<5H;WS3o^KglEDLmwy-R;rszOA3hHgcpN9ZTJI*f2!0MOgfGDh;034HeqRGM zzSqM8;rpQaaSzmUAA<+L$D!K$w9Ee<)VMz5@_zzV?&oj`d>Jl1L?< zJ^&AaA9mLtfoj)h9KYc5{}!75LygDN?)vwk*2y11)wckpdlFm(4~7xc`@0(I`8Pn_ z|895?ycMdy54h_O!529HOZXJLA7Oew%+Ip*@6BXVd-sQ`f0pAJj>{a^I>wHF0(IZ} zp`QCum;X7(r`+`)Ldn?+Q04YK$KH2@ELHz5!kU19%6l!Qa9Vj-WIyhhK*UY`+j2 z1l|Ru4_|<&F7Nn-RzCZn+CK)B|1g{d{~2n$q?9D5d%)e`e$b2`)cZTsT|W|PUd(cA zhw8_CsQ#Y`HJ?^M)z=Rt4_82qf8AYw3)FkO&Yiy(9>w`>@JRSccpQ8Z>UqyX$=AO_ z)jwmg)kFJ2ogWR=j#*H8whgNOes}$iQ1z6c+Eamg&RgMZc)Pp)*HHIucIQt)jl;K~ zm4geR#{VL? z7koW@Exa7+{cV6V;k9s2_-?52exJ*~8)`m&9IBol!ad+mq3ZirsQX@kZ-T#tDtFmR zd;LnN=R{EDu7bKg=FZ>huD=8BP5zB=A9$O~zX$4h55h;_!|+BJ^xFEKhZ_GEpxU$F zD*L>{;l7+73;W^8umfJ>u0I6zyhowh^+lJz1*&~dx%_WAe$VCq5UM{vb@@Mc{FUSH zpzh!8V*C8PpxSkq-RQ300$=3(HuxmG=`uV2FJlqb{XcEqRepbWeyHP7j>o#|CqRvVJJfrc57quI$Hh?Nuo9}i0msW7uY_vfdZ_y< zP~~%|`mToR$MueX3RV8S?)=XjZ+HBV<6VyTIzHg|F{pY!0ri~6T>j&ZTO6Nse9G}@ zsQK`1xEnM&1J2S3zh_B2{Z1xn-F-J{9;xv=odchAxXXAP{yS+e*G`vh_9}B--bwJk zxNsfmY*Hslb9gpMx<)=ly6ugS{){9!J)FFc!z$?*j^749Ow#XE&fg3VhO9=rya)HZi{pLZDK1ZX z12KnIR027x}{FZbgX^T$y{emQ0p@VYLy&FmYK+^A97Uu71?)Xny@^0q% z)1dRR{SI-|@p&ZK zR{Fh_w19M^PWZjfmHQ&cx0)PuJ^X|_z7hV0^aIjINcs&}c;APA?v5XZ|4910J3obb zkK*_*+<7m&+8r;2KO*f%nFwkff0Fbcq`OEzB^}AN(@CG<_{XGKq}Os@!1s~#TSIz@ zbU*1kq~o~0OeF2kv3`F_y4M_e-Vb4!w85Q!06s_B&6WKi$Nxt98cDxbyZm2qJcqPc zneO*V$B#nkpLdd8O?nUMX_9_>S$O{npLfT3Mn9+MT$u$^2~P9(WJlR z{O6>q|cFFB%MHN{k_b|dr3F6WWL@Vzr*oW)ct;rf6`Ls5snWc|511Z zJP`h0(sGi1n@CrZ{*H7k*KdN2-+T^^A$^Fnp0o!^zxzmMkgn2+`@M#H_46HjIQ|By zlkta*>IZ&3jcP$U?pMO`PH%QwDagY-s)g;D zKa>>JQamU32SY!K^DwQaVIGz^_Eo~)n8cw!yKSgQ(=g80DNkAL*|~m{`?X+PHwLxA zXt+p<%;#w?yV*cJaD5b3OY5q^U|8juwIVamE8^%X*F@W!I1=TbRO5=8P zCmyEjSgX4Kf<6F)$Z+6Kq1>+9pbR;QKor@-;7R7~bEcy1xW+rhy zV)Argvc|%&q8!m=jE8}#NhBllmoCy@oFe?~HGlie-+@KmoW_u4bEZnrnl;P2J0}&e zGBpy=*BBA8f+lH_oYjK7(_fBIxYvsaUB<7Yx3{CayHQ}r)lFa1vSnSpy=%L&Y;9*@ zepg)ahgR9rxM^x%J8=0Q{DigL-B1>#SAky&htOwLKQ3y6VY>aY z>#GTJIgQvgtCJ+>;qdk=3ehuR>aRlg&GiRT)E26)C#YuAj&!4Lch{8iZOfukDU5xi zw9r3RCAD)DrfHJ4XWm@jo8O%DU0&A(oyU6%d%cD0)2I>zapok zMPW5ai%j<|3gcnQdyArBzwKS_D5m*?7H)A(sLRVXuE zS(FAFBh#?HB+Y4Un9&fHql8AJQBG5vO~uZZjw@=hA99~*XPQ%uYEiz<+HKP}D;r718U>~_ zZC7e+ZQ#yU>4xl&*T(HvxJyms&G5=vM$g`DvRnF>O*>?i8phDo`)9hwQpe~?7S%kN zTI*zCup`dxRrJM9-K%E=*fX`d^pxG0s7{-2bWO6}W}E43^BaqMqa4p=S2HK87Q=I> zEY8qTQ9SH(>zX(kVq-vya_-IMI>Ug20!^4^m{K7pba7<7J`%<)PuWhb+pTRol`ZcZ zJ-wk%C%S1LWUkQ;c;Z1dWh)hnk~X|43hqa?#@YPl9;ZAxLc9!$LR??nu zFfG{BdOg})N({73>_T|$F4Arqxmpd)A68;EPCZd<%%UEdg%Y2-G{0+(*OR1!#x~PY z7!Ak%ig4U-Q&lV#$QBzh)=?UkVj#&Vup3XWhutx2X-^s{X=4YB`P5Tje`yPiZ8Df- zp;<}S)vFA;_QKjG2cxXO!62hD7!CzRW;Wbgue$4PP0T#E>MmtQ3~4BqhDkbX57>oq zo@z(9i~$PAyk%Gek+-bCiZce&^1g=Pd99M_Egzyw6dm%GmlALJdf7BA3!~bJ#OvAL z%bGEE&S091Wzri7?<_M7pR+n#&vKv6!Nv$Q<>vZK_JFRWVFzoFI>&ljo9km4SjEp8 zOcuS#q8yu=GvzEB80hQQ6Ju-{j1)U8cXzXH3hj1xG(gv@r zecNnB4Li?UF2hTrh(DuYjbYA{jiqbEVYxLT$wHc{2w)L#Y?Xs%sE>6nvBdDwDQE3$ z%!i{P1BydMkoB4oU&s7*s~Q6(cq5&lOA##B61dk4oxRV*3}^ zu{ta^V4`9S59?9An0EAB7kaU{$4NDgVwzJ6Y@x!q!-n-RpAN6(0slM(Oe%5IK<{AEGa{loj=AnWyK)YliAixpY1Om z35P1?nW(6wWEvoSMmND?iCO<_ErO7$+C{4;q$3kfyf7N)Lq*;ZEM(rNu zVzwgMt6aRE*^EPrDc(>hayMdmVr)q3Gc(v~j2of!$3uKbtHKTWTqZ)0=B*p6pk6nc zw?Kn4isxy`KfgYnkI)lj0-@@xGfcWoMc4Ajx*V@KZ=NaJ>0KO$k{~_ODDZ{=U7Vt` zyo<98x9E`9*X#9BTf-eT2UVQU!Kgq9NtDbELMn>4tR(<7s9fzI`p|q5s6MOv8ZI2O z(^P}K3JrfJw~gW zRu0+iHqfm5n#pWFn?;>R#ELCep%G*aY*R{y=(IZ@Og3oP*|8=0NV5ue?`+n5){KyC zwh`iq=ImMlvo+N$*hU4DuA?u|Yc2kXzJ%oq?X34N9}?GGMpi?m6B(LIN&>h!@z@BMh-h)5~qtGN4_%Ewr=s)N?!8`>}0I<1KwwhKR02So}t1p@cA; zSXla5>;2xKo_YP%WHhK4gk}KxG3@=eqHZ@JI0@Fd-DuYC^-mhhhHI-o=P^UREIjJ7 z>*ls9uveL?_>+n>X2NNGNsCy{BI#sw&Wzb@E+;IlQwAd5$#4~P1qH76F&2#AqJklo z&xqGQE`y00SXBms8lJcTUTW$Mgmk6=8*-0fjrb!8VZApB*I1T(i@|&<8TmF#gLz#z zn^+ks>%MPH`f{UMnhM`e9bUNc#&q%sj*UW*mNK&jgA$XDSo3MG#YMF`=@R$Ltio`? zNoHqnd z?yae$fpJ)RYvM|rjK$uXI;MH4DdRZ0Q0%_CZghnf5mYHfWEZdkI*nosY1FWaOEGA} znWhC2is#PM;jKwag?EYhEY_GYe6E`O)yz#P?~*VMHx{ypo1WB5qA-^?1u?#qRhWcG ztM8YFRrV_Ut=erY)9JCl5_`5+K$`WxebVj4QCw`RF|+jzxB#b+U3_98rf7<8Gj zws`;>8V+43AW18 zreJdQW{WU6%i7>m^QPX2nK-q2492Nh{b5~sRfO1Br;RSQWY~`yEk&A6@|L`&tDq&X zvFB;cG98?#-1ctb+;y!rgMLk%Hf`UQyoMRvlBHhRWs~i;7t~WPD26@!;okai&?{pD zl#41U_G&C8d}8-%Q7MjwM{+MtSZLy8)JukPFG;<+qyUGBH_nbWPUcd0F!cJ;q>P!+ zvAooAi44*t?($32JDkj19oG2>($Sj@N2QKM#cqO zHa6DDw<|n<>%$G5sN8wBR}G-7O$GD9WM2Es-sQbZCi;I$=lq$A+2NoOI|huONDKTt zzCJ|pxyBdHj9jp0pr_;PiE?@tZjFv5ZsXMDpFJ4m&4zaQVKTGNcyc;=WI%TLv32ZZ z3r;;32ZMY(3)*7;_yztc?dQ&H4dOsUhn0=EFoSF&fNyIG)p%25!1wSRDz9(Un#V^ zaQh*StU;SjeY}bPXlz_`PaYMG`YJAAZKrA}lC5f=c$M24lJ@BzhOjVqgR(TtAMn)e)IM!jT12uGR*G7HU0TCR-BDrU z9r6l0?wu^oVo?rvTf0z=RS zjlhtBMr25w1vWAykXgYZVFE(}J^^Gnb_2hy86c9hHv&U2KE8InB10%lJctTydB}x` zP{@Rals9kUc5ewKvr3@gkc8k69Vj#;;Clm>40jS8BIOvgv*wtQ^N7<3xiGb>1buKJ zu@~mz5HJH~)*CaJji3M_nXArX#vO}zJX=2b;*vJr`ydtS};38+2 zqg%_3UY0cggo7mI*erlJ#rg191b+ACM=?oQ6@$&2kj)he0tviT1!f42ZEy2C!_9vl zC*#AakI=x&vFeWp@dyDq&%S)aG|r~ zG!15ZM*IirmWoz|_&hP0aPF@T^LnynQywS=B*B4Rtt)WAgn`)Uz1=tvYqK<^-n3H8uw-3aoiFeNH{X~IR`CNs}2 zFOvd2T1S0XYenF9uG+$U-bcin4QL5lD53CNGbdNq62zd8l*ujK*(%GsP-oI;=GNoc z8fVec;He|9-6sG4s$QbI`CXAQhB2IFec3s=Rd|SGpmC|Csf395jp5y9W%zP6c{Pbb zseR&|k+aru!S&NJnWk+Ks(7dBS;B_5@L8+TM6!fzx9~~W3kn)RriuBm7tkK|g0%xE zH^9cguA?!bdCp*n5x+>`B9)|swT*()+$hKT${_8kBV0}_e<2zvHhncGtQqBPRBEc+ z)rxFmX*;n3v7$jv@36|Z*~8XrrX6y=Zl};TuWh4VZ3sHHdYbIH=`-hP&6@6-7L%=R z!OLz}6vogjDqEFk+E$Z?LaX0aWv9G+vpB`>l{E|NH9K9;Lnl^g)?~gAAxT zN$`e3eEu2gfRAX?25-7Bk|~Qeu_R1tMj_2d@p^kp>4fYOLP@arOel%$NLdRul!UN_ zJ|~VQj-+{v$48|UMAFanjC?l9DNW}aY{!G{tiuY3il1KNuT<3Drloi2vtnQJ#O z9B7F+O3HY&`OunF3wfw3d}&izKEW_igDOD;(nhLCegG*P1TQQnTy*(1p2Q5YDr;o( zG{Q-2FiB9>6YHAd`Zl%`P2REzcV2|gqGI$yqmA<1zmhg?voVXJszPzBMJL(BwX#)M z$wp+uS=-H^lF=aWR!(fFpZJ*M*=*|Zb3E~RrbjiZNCHveC~{`KaWCN^njCjBWp9bi zXw{OnXm=cMVnw0f+1@tbB#?{KOgR&7!f8>B68Ss%OSp-QctxAYG+sfp34axCLVxm6 z{<6Ukib}Q-gP1^*fH}u!2s|m8d_kGS!PFR&g6WU6#g%}s?Pduxj<&quT_QKK<}tp# z-lCd!1l5ij416m#)P{K&A%~ev`trmkp%oxHu0UyaD zW0&g%&tx3>j5^DV zJB=4>V_GEI)809uJtkB~*_D)Us}bp;O^bQ3wK$D+!GsQ~TQ(Ir&+Xj7Wq$>#E7c^X zO)R|$|Hy133jq2+Ix&`uk}Db@g6g&5wvV&!v8`I+{9{|?%SYClnWUrWG`}sju_^5y zo^!j2N-+GjnPNjnQ=~EpPm!vMD@iKpK=6?{VrNJA&#X>9-}n`>#+rhg z6gyOkO&dO~J4~!#^P}_$*+&Vp)!Ug!6?fM<;!h;Y6A>$G;zIIB?G0%pRwW@+1*^#G zW9Q!|L7doOHG);-lc5tWK4IfI*ATmT-&}wdw8FmGsafM3l9H8PC=z`@mVRLVSdHCu z($arKvBeW(Jiwj1UePY!;{3nUH^8h0w7ubQW_BQ5tv+c5u57Qj&f1V6$Ud!6Qc~dr z-fg@RtwH1xlflBI@nSV|wh6kTlJJkSaJtL5Bn+cANZE<%*x8pN9~ZD{F!x0h@-I`f z@!VHd5HZ||>b5G?m!LfR%)h>o8tqFqD!4_T5Ue|=nL&&BCoppQG%w-l_}bfoLDY3x zkZ*!q%+iAB5Z!|A#nB+I5fP(GSejmcg@5qi4-?$NBBo(9n>u3?n^DCSl(KWdEzQ*k zCp4pN^`|W-({3C0Z+@rU7}?An7TUtWBz7yDiCqai6TAXU^om%K zTX29imDN{oS{dl+DTb}y3mZZj#aq!=s)osHHfV%h%P)!%j$Wsl=Bm-?ms=6dBw)}J22RUvi<=*1 zmfFAQ-eoKT4N0JD1OP?If&Er1-8?{)OVASI!m$Z*(IUzM&DT|&v|2eQgndwk9M?do~ z5~~!Ru=rhcip+5Hl8w%zSK7GAnYx~^JF{tMe1wn@q>}pA0_agJ5MM92v1@P=HK>28 zF4MNoXw(uk8Ri#ObcPF+e=5f=K|6;b<8|a_S^n63#D{5r;uJ+8HL8DINj2IW5<*|L zfiBuDY_H>tMaRUBWTM+9#>H+OV$*zMBUs}Q5x{R@ZnGu+h&?e2!j5~QCQtJkF^;V3 zZrc$qEVB$?x#9K3~ zKM3|<|Iuq|?3ImgqdB, 2012-2013 +# Baptiste Darthenay , 2013-2015 +# batisteo , 2011 +# Dinu Gherman , 2011 +# kristjan , 2011 +# Adamo Mesha , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Esperanto (http://www.transifex.com/django/django/language/" +"eo/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: eo\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Afrikansa" + +msgid "Arabic" +msgstr "Araba" + +msgid "Asturian" +msgstr "Asturia" + +msgid "Azerbaijani" +msgstr "Azerbajĝana" + +msgid "Bulgarian" +msgstr "Bulgara" + +msgid "Belarusian" +msgstr "Belorusa" + +msgid "Bengali" +msgstr "Bengala" + +msgid "Breton" +msgstr "Bretona" + +msgid "Bosnian" +msgstr "Bosnia" + +msgid "Catalan" +msgstr "Kataluna" + +msgid "Czech" +msgstr "Ĉeĥa" + +msgid "Welsh" +msgstr "Kimra" + +msgid "Danish" +msgstr "Dana" + +msgid "German" +msgstr "Germana" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "Greka" + +msgid "English" +msgstr "Angla" + +msgid "Australian English" +msgstr "Angla (Aŭstralia)" + +msgid "British English" +msgstr "Angla (Brita)" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Hispana" + +msgid "Argentinian Spanish" +msgstr "Hispana (Argentinio)" + +msgid "Colombian Spanish" +msgstr "Hispana (Kolombio)" + +msgid "Mexican Spanish" +msgstr "Hispana (Meksiko)" + +msgid "Nicaraguan Spanish" +msgstr "Hispana (Nikaragvo)" + +msgid "Venezuelan Spanish" +msgstr "Hispana (Venezuelo)" + +msgid "Estonian" +msgstr "Estona" + +msgid "Basque" +msgstr "Eŭska" + +msgid "Persian" +msgstr "Persa" + +msgid "Finnish" +msgstr "Finna" + +msgid "French" +msgstr "Franca" + +msgid "Frisian" +msgstr "Frisa" + +msgid "Irish" +msgstr "Irlanda" + +msgid "Scottish Gaelic" +msgstr "Skota gaela" + +msgid "Galician" +msgstr "Galega" + +msgid "Hebrew" +msgstr "Hebrea" + +msgid "Hindi" +msgstr "Hinda" + +msgid "Croatian" +msgstr "Kroata" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "Hungara" + +msgid "Interlingua" +msgstr "Interlingvaa" + +msgid "Indonesian" +msgstr "Indoneza" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Islanda" + +msgid "Italian" +msgstr "Itala" + +msgid "Japanese" +msgstr "Japana" + +msgid "Georgian" +msgstr "Kartvela" + +msgid "Kazakh" +msgstr "Kazaĥa" + +msgid "Khmer" +msgstr "Kmera" + +msgid "Kannada" +msgstr "Kanara" + +msgid "Korean" +msgstr "Korea" + +msgid "Luxembourgish" +msgstr "Lukszemburga" + +msgid "Lithuanian" +msgstr "Litova" + +msgid "Latvian" +msgstr "Latva" + +msgid "Macedonian" +msgstr "Makedona" + +msgid "Malayalam" +msgstr "Malajala" + +msgid "Mongolian" +msgstr "Mongola" + +msgid "Marathi" +msgstr "Marata" + +msgid "Burmese" +msgstr "Birma" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "Nepala" + +msgid "Dutch" +msgstr "Nederlanda" + +msgid "Norwegian Nynorsk" +msgstr "Norvega (nynorsk)" + +msgid "Ossetic" +msgstr "Oseta" + +msgid "Punjabi" +msgstr "Panĝaba" + +msgid "Polish" +msgstr "Pola" + +msgid "Portuguese" +msgstr "Portugala" + +msgid "Brazilian Portuguese" +msgstr "Portugala (Brazilo)" + +msgid "Romanian" +msgstr "Rumana" + +msgid "Russian" +msgstr "Rusa" + +msgid "Slovak" +msgstr "Slovaka" + +msgid "Slovenian" +msgstr "Slovena" + +msgid "Albanian" +msgstr "Albana" + +msgid "Serbian" +msgstr "Serba" + +msgid "Serbian Latin" +msgstr "Serba (latina)" + +msgid "Swedish" +msgstr "Sveda" + +msgid "Swahili" +msgstr "Svahila" + +msgid "Tamil" +msgstr "Tamila" + +msgid "Telugu" +msgstr "Telugua" + +msgid "Thai" +msgstr "Taja" + +msgid "Turkish" +msgstr "Turka" + +msgid "Tatar" +msgstr "Tatara" + +msgid "Udmurt" +msgstr "Udmurta" + +msgid "Ukrainian" +msgstr "Ukraina" + +msgid "Urdu" +msgstr "Urdua" + +msgid "Vietnamese" +msgstr "Vjetnama" + +msgid "Simplified Chinese" +msgstr "Ĉina (simpligite)" + +msgid "Traditional Chinese" +msgstr "Ĉina (tradicie)" + +msgid "Messages" +msgstr "Mesaĝoj" + +msgid "Site Maps" +msgstr "Retejaj mapoj" + +msgid "Static Files" +msgstr "Statikaj dosieroj" + +msgid "Syndication" +msgstr "Abonrilato" + +msgid "Enter a valid value." +msgstr "Enigu validan valoron." + +msgid "Enter a valid URL." +msgstr "Enigu validan adreson." + +msgid "Enter a valid integer." +msgstr "Enigu validan entjero." + +msgid "Enter a valid email address." +msgstr "Enigu validan retpoŝtan adreson." + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Tiu kampo nur devas havi literojn, nombrojn, substrekojn aŭ streketojn." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Tiu kampo nur devas enhavi Unikodajn literojn, nombrojn, substrekojn aŭ " +"streketojn." + +msgid "Enter a valid IPv4 address." +msgstr "Enigu validan IPv4-adreson." + +msgid "Enter a valid IPv6 address." +msgstr "Enigu validan IPv6-adreson." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Enigu validan IPv4 aŭ IPv6-adreson." + +msgid "Enter only digits separated by commas." +msgstr "Enigu nur ciferojn apartigitajn per komoj." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Certigu ke ĉi tiu valoro estas %(limit_value)s (ĝi estas %(show_value)s). " + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Certigu ke ĉi tiu valoro estas malpli ol aŭ egala al %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Certigu ke ĉi tiu valoro estas pli ol aŭ egala al %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Certigu, ke tiu valuto havas %(limit_value)d karaktero (ĝi havas " +"%(show_value)d)." +msgstr[1] "" +"Certigu, ke tiu valuto havas %(limit_value)d karakteroj (ĝi havas " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Certigu, ke tio valuto maksimume havas %(limit_value)d karakterojn (ĝi havas " +"%(show_value)d)." +msgstr[1] "" +"Certigu, ke tio valuto maksimume havas %(limit_value)d karakterojn (ĝi havas " +"%(show_value)d)." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Certigu ke ne estas pli ol %(max)s cifero entute." +msgstr[1] "Certigu ke ne estas pli ol %(max)s ciferoj entute." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Certigu, ke ne estas pli ol %(max)s dekumaj lokoj." +msgstr[1] "Certigu, ke ne estas pli ol %(max)s dekumaj lokoj." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "Certigu ke ne estas pli ol %(max)s ciferoj antaŭ la dekuma punkto." +msgstr[1] "Certigu ke ne estas pli ol %(max)s ciferoj antaŭ la dekuma punkto." + +msgid "and" +msgstr "kaj" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s kun tiuj %(field_labels)s jam ekzistas." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Valoro %(value)r ne estas valida elekto." + +msgid "This field cannot be null." +msgstr "Tiu ĉi kampo ne povas esti senvalora (null)." + +msgid "This field cannot be blank." +msgstr "Tiu ĉi kampo ne povas esti malplena." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s kun tiu %(field_label)s jam ekzistas." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s devas esti unika por %(date_field_label)s %(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Kampo de tipo: %(field_type)s" + +msgid "Integer" +msgstr "Entjero" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "'%(value)s' valoro devas esti entjero." + +msgid "Big (8 byte) integer" +msgstr "Granda (8 bitoka) entjero" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "'%(value)s' valoro devas esti Vera aŭ Malvera" + +msgid "Boolean (Either True or False)" +msgstr "Bulea (Vera aŭ Malvera)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Ĉeno (ĝis %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Kom-apartigitaj entjeroj" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"'%(value)s' valoro ne havas validan datformaton. Ĝi devas esti kiel formato " +"JJJJ-MM-TT." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"'%(value)s' valoro havas la ĝustan formaton (JJJJ-MM-TT), sed ne estas " +"valida dato." + +msgid "Date (without time)" +msgstr "Dato (sen horo)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"'%(value)s' valoro ne havas validan formaton. Ĝi devas esti kiel formato " +"JJJJ-MM-TT HH:MM[:ss[.uuuuuu]][HZ]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"'%(value)s' valoro havas la ĝustan formaton (JJJJ-MM-TT HH:MM[:ss[.uuuuuu]]" +"[HZ]), sed ne estas valida dato kaj horo." + +msgid "Date (with time)" +msgstr "Dato (kun horo)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "'%(value)s' valoro devas esti dekuma nombro." + +msgid "Decimal number" +msgstr "Dekuma nombro" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" +"'%(value)s' valoro ne havas validan formaton. Ĝi devas esti kiel formato " +"[DD] [HH:[MM:]]ss[.uuuuuu]." + +msgid "Duration" +msgstr "Daŭro" + +msgid "Email address" +msgstr "Retpoŝtadreso" + +msgid "File path" +msgstr "Dosiervojo" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "'%(value)s' valoro devas esti glitkoma nombro." + +msgid "Floating point number" +msgstr "Glitkoma nombro" + +msgid "IPv4 address" +msgstr "IPv4-adreso" + +msgid "IP address" +msgstr "IP-adreso" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "'%(value)s' valoro devas esti Neniu, Vera aŭ Malvera." + +msgid "Boolean (Either True, False or None)" +msgstr "Buleo (Vera, Malvera aŭ Neniu)" + +msgid "Positive integer" +msgstr "Pozitiva entjero" + +msgid "Positive small integer" +msgstr "Pozitiva malgranda entjero" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Ĵetonvorto (ĝis %(max_length)s)" + +msgid "Small integer" +msgstr "Malgranda entjero" + +msgid "Text" +msgstr "Teksto" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"'%(value)s' valoro ne havas validan formaton. Ĝi devas esti laŭ la formato " +"HH:MM[:ss[.uuuuuu]]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"'%(value)s' valoro havas ĝustan formaton (HH:MM[:ss[.uuuuuu]]), sed ne estas " +"valida horo." + +msgid "Time" +msgstr "Horo" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Kruda binara datumo" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "'%(value)s' ne estas valida UUID." + +msgid "File" +msgstr "Dosiero" + +msgid "Image" +msgstr "Bildo" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "%(model)s kazo kun %(field)s %(value)r ne ekzistas." + +msgid "Foreign Key (type determined by related field)" +msgstr "Fremda ŝlosilo (tipo determinita per rilata kampo)" + +msgid "One-to-one relationship" +msgstr "Unu-al-unu rilato" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "Mult-al-multa rilato" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Ĉi tiu kampo estas deviga." + +msgid "Enter a whole number." +msgstr "Enigu plenan nombron." + +msgid "Enter a number." +msgstr "Enigu nombron." + +msgid "Enter a valid date." +msgstr "Enigu validan daton." + +msgid "Enter a valid time." +msgstr "Enigu validan horon." + +msgid "Enter a valid date/time." +msgstr "Enigu validan daton/tempon." + +msgid "Enter a valid duration." +msgstr "Enigu validan daŭron." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" +"Neniu dosiero estis alŝutita. Kontrolu la kodoprezentan tipon en la " +"formularo." + +msgid "No file was submitted." +msgstr "Neniu dosiero estis alŝutita." + +msgid "The submitted file is empty." +msgstr "La alŝutita dosiero estas malplena." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Certigu, ke tio dosiernomo maksimume havas %(max)d karakteron (ĝi havas " +"%(length)d)." +msgstr[1] "" +"Certigu, ke tio dosiernomo maksimume havas %(max)d karakterojn (ĝi havas " +"%(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Bonvolu aŭ alŝuti dosieron, aŭ elekti la malplenan markobutonon, ne ambaŭ." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Alŝutu validan bildon. La alŝutita dosiero ne estas bildo, aŭ estas " +"difektita bildo." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Elektu validan elekton. %(value)s ne estas el la eblaj elektoj." + +msgid "Enter a list of values." +msgstr "Enigu liston de valoroj." + +msgid "Enter a complete value." +msgstr "Enigu kompletan valoron." + +msgid "Enter a valid UUID." +msgstr "Enigu validan UUID-n." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Kaŝita kampo %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "ManagementForm datumoj mankas, aŭ estas tuŝaĉitaj kun" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Bonvolu sendi %d aŭ malpli formularojn." +msgstr[1] "Bonvolu sendi %d aŭ malpli formularojn." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Bonvolu sendi %d aŭ pli formularojn." +msgstr[1] "Bonvolu sendi %d aŭ pli formularojn." + +msgid "Order" +msgstr "Ordo" + +msgid "Delete" +msgstr "Forigi" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Bonvolu ĝustigi la duoblan datumon por %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Bonvolu ĝustigi la duoblan datumon por %(field)s, kiu devas esti unika." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Bonvolu ĝustigi la duoblan datumon por %(field_name)s, kiu devas esti unika " +"por la %(lookup)s en %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Bonvolu ĝustigi la duoblan valoron sube." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "La enteksta fremda ŝlosilo ne egalis la ĉefŝlosilon de patra apero." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Elektu validan elekton. Ĉi tiu elekto ne estas el la eblaj elektoj." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "\"%(pk)s\" ne estas valida valuto por la ĉefa ŝlosilo." + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s ne povus esti interpretita en horzono %(current_timezone)s; ĝi " +"povas esti plursenca aŭ ne ekzistas." + +msgid "Currently" +msgstr "Nuntempe" + +msgid "Change" +msgstr "Ŝanĝi" + +msgid "Clear" +msgstr "Vakigi" + +msgid "Unknown" +msgstr "Nekonate" + +msgid "Yes" +msgstr "Jes" + +msgid "No" +msgstr "Ne" + +msgid "yes,no,maybe" +msgstr "jes,ne,eble" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d bitoko" +msgstr[1] "%(size)d bitokoj" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "ptm" + +msgid "a.m." +msgstr "atm" + +msgid "PM" +msgstr "PTM" + +msgid "AM" +msgstr "ATM" + +msgid "midnight" +msgstr "noktomezo" + +msgid "noon" +msgstr "tagmezo" + +msgid "Monday" +msgstr "lundo" + +msgid "Tuesday" +msgstr "mardo" + +msgid "Wednesday" +msgstr "merkredo" + +msgid "Thursday" +msgstr "ĵaŭdo" + +msgid "Friday" +msgstr "vendredo" + +msgid "Saturday" +msgstr "sabato" + +msgid "Sunday" +msgstr "dimanĉo" + +msgid "Mon" +msgstr "lun" + +msgid "Tue" +msgstr "mar" + +msgid "Wed" +msgstr "mer" + +msgid "Thu" +msgstr "ĵaŭ" + +msgid "Fri" +msgstr "ven" + +msgid "Sat" +msgstr "sab" + +msgid "Sun" +msgstr "dim" + +msgid "January" +msgstr "januaro" + +msgid "February" +msgstr "februaro" + +msgid "March" +msgstr "marto" + +msgid "April" +msgstr "aprilo" + +msgid "May" +msgstr "majo" + +msgid "June" +msgstr "junio" + +msgid "July" +msgstr "julio" + +msgid "August" +msgstr "aŭgusto" + +msgid "September" +msgstr "septembro" + +msgid "October" +msgstr "oktobro" + +msgid "November" +msgstr "novembro" + +msgid "December" +msgstr "decembro" + +msgid "jan" +msgstr "jan" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "apr" + +msgid "may" +msgstr "maj" + +msgid "jun" +msgstr "jun" + +msgid "jul" +msgstr "jul" + +msgid "aug" +msgstr "aŭg" + +msgid "sep" +msgstr "sep" + +msgid "oct" +msgstr "okt" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "dec" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "jan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "marto" + +msgctxt "abbrev. month" +msgid "April" +msgstr "apr." + +msgctxt "abbrev. month" +msgid "May" +msgstr "majo" + +msgctxt "abbrev. month" +msgid "June" +msgstr "jun." + +msgctxt "abbrev. month" +msgid "July" +msgstr "jul." + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "aŭg." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "sept." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "okt." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "dec." + +msgctxt "alt. month" +msgid "January" +msgstr "Januaro" + +msgctxt "alt. month" +msgid "February" +msgstr "Februaro" + +msgctxt "alt. month" +msgid "March" +msgstr "Marto" + +msgctxt "alt. month" +msgid "April" +msgstr "Aprilo" + +msgctxt "alt. month" +msgid "May" +msgstr "Majo" + +msgctxt "alt. month" +msgid "June" +msgstr "Junio" + +msgctxt "alt. month" +msgid "July" +msgstr "Julio" + +msgctxt "alt. month" +msgid "August" +msgstr "Aŭgusto" + +msgctxt "alt. month" +msgid "September" +msgstr "Septembro" + +msgctxt "alt. month" +msgid "October" +msgstr "Oktobro" + +msgctxt "alt. month" +msgid "November" +msgstr "Novembro" + +msgctxt "alt. month" +msgid "December" +msgstr "Decembro" + +msgid "This is not a valid IPv6 address." +msgstr "Tiu ne estas valida IPv6-adreso." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "aŭ" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d jaro" +msgstr[1] "%d jaroj" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d monato" +msgstr[1] "%d monatoj" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d semajno" +msgstr[1] "%d semajnoj" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d tago" +msgstr[1] "%d tagoj" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d horo" +msgstr[1] "%d horoj" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d minuto" +msgstr[1] "%d minutoj" + +msgid "0 minutes" +msgstr "0 minutoj" + +msgid "Forbidden" +msgstr "Malpermesa" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF konfirmo malsukcesis. Peto ĉesigita." + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Vi vidas tiun mesaĝon ĉar ĉi HTTPS retejo postulas “Referer header” esti " +"sendita per via foliumilo, sed neniu estis sendita. Ĉi kaplinio estas " +"bezonata pro motivoj de sekureco, por certigi ke via retumilo ne estu " +"forrabita de triaj partioj." + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" +"Se vi agordis vian foliumilon por malebligi “Referer” kaplinioj, bonvolu " +"reaktivigi ilin, almenaŭ por tiu ĉi retejo, aŭ por HTTPS rilatoj, aŭ por " +"“samoriginaj” petoj." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Vi vidas tiun mesaĝon ĉar tiu-ĉi retejo postulas CSRF kuketon sendante " +"formojn. Tiu-ĉi kuketo estas bezonata pro motivoj de sekureco, por certigi " +"ke via retumilo ne esti forrabita de triaj partioj." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" +"Se vi agordis vian foliumilon por malŝalti kuketojn, bonvole reaktivigi " +"ilin, almenaŭ por tiu ĉi retejo, aŭ por “samoriginaj” petoj." + +msgid "More information is available with DEBUG=True." +msgstr "Pliaj informoj estas videblaj kun DEBUG=True." + +msgid "Welcome to Django" +msgstr "Bonvenon en Dĵango" + +msgid "It worked!" +msgstr "Sukcesis!" + +msgid "Congratulations on your first Django-powered page." +msgstr "Gratulojn por via unua Dĵanga paĝo." + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" +"Kompreneble, vi ankoraŭ ne reale faris ajnan laboron. Poste, komencu vian " +"unuan aplikaĵon lanĉante python manage.py startapp [aplikaĵo_etikedo]." + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" +"Vi vidas ĉi tiun mesaĝon ĉar vi havas DEBUG = True en viaj " +"Dĵangaj agordaj dosieron kaj vi ne agordis ajna URLoj. Eklaboru!" + +msgid "No year specified" +msgstr "Neniu jaro specifita" + +msgid "No month specified" +msgstr "Neniu monato specifita" + +msgid "No day specified" +msgstr "Neniu tago specifita" + +msgid "No week specified" +msgstr "Neniu semajno specifita" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Neniu %(verbose_name_plural)s disponeblaj" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Estonta %(verbose_name_plural)s ne disponeblas ĉar %(class_name)s." +"allow_future estas Malvera." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "" +"La formato « %(format)s » aplikita al la data ĉeno '%(datestr)s' ne estas " +"valida" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Neniu %(verbose_name)s trovita kongruas kun la informpeto" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "Paĝo ne estas 'last', kaj ne povus esti transformita al entjero." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Nevalida paĝo (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Malplena listo kaj '%(class_name)s.allow_empty' estas Malvera." + +msgid "Directory indexes are not allowed here." +msgstr "Dosierujaj indeksoj ne estas permesitaj tie." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" ne ekzistas" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Indekso de %(directory)s" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/eo/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/eo/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/eo/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/eo/formats.py new file mode 100644 index 0000000..1e61912 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/eo/formats.py @@ -0,0 +1,52 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = r'j\-\a \d\e F Y' # '26-a de julio 1887' +TIME_FORMAT = 'H:i' # '18:59' +DATETIME_FORMAT = r'j\-\a \d\e F Y\, \j\e H:i' # '26-a de julio 1887, je 18:59' +YEAR_MONTH_FORMAT = r'F \d\e Y' # 'julio de 1887' +MONTH_DAY_FORMAT = r'j\-\a \d\e F' # '26-a de julio' +SHORT_DATE_FORMAT = 'Y-m-d' # '1887-07-26' +SHORT_DATETIME_FORMAT = 'Y-m-d H:i' # '1887-07-26 18:59' +FIRST_DAY_OF_WEEK = 1 # Monday (lundo) + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + '%Y-%m-%d', # '1887-07-26' + '%y-%m-%d', # '87-07-26' + '%Y %m %d', # '1887 07 26' + '%d-a de %b %Y', # '26-a de jul 1887' + '%d %b %Y', # '26 jul 1887' + '%d-a de %B %Y', # '26-a de julio 1887' + '%d %B %Y', # '26 julio 1887' + '%d %m %Y', # '26 07 1887' +] +TIME_INPUT_FORMATS = [ + '%H:%M:%S', # '18:59:00' + '%H:%M', # '18:59' +] +DATETIME_INPUT_FORMATS = [ + '%Y-%m-%d %H:%M:%S', # '1887-07-26 18:59:00' + '%Y-%m-%d %H:%M', # '1887-07-26 18:59' + '%Y-%m-%d', # '1887-07-26' + + '%Y.%m.%d %H:%M:%S', # '1887.07.26 18:59:00' + '%Y.%m.%d %H:%M', # '1887.07.26 18:59' + '%Y.%m.%d', # '1887.07.26' + + '%d/%m/%Y %H:%M:%S', # '26/07/1887 18:59:00' + '%d/%m/%Y %H:%M', # '26/07/1887 18:59' + '%d/%m/%Y', # '26/07/1887' + + '%y-%m-%d %H:%M:%S', # '87-07-26 18:59:00' + '%y-%m-%d %H:%M', # '87-07-26 18:59' + '%y-%m-%d', # '87-07-26' +] +DECIMAL_SEPARATOR = ',' +THOUSAND_SEPARATOR = '\xa0' # non-breaking space +NUMBER_GROUPING = 3 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..04d2d2d8c3aa74948b8220b4ff1e25ef7578890b GIT binary patch literal 24075 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, 2013 +# albertoalcolea , 2014 +# Antoni Aloy , 2011-2014 +# Diego Andres Sanabria Martin , 2012 +# Diego Schulz , 2012 +# Ernesto Avilés Vázquez , 2015 +# Ernesto Avilés Vázquez , 2014 +# franchukelly , 2011 +# Igor Támara , 2015 +# Jannis Leidel , 2011 +# Yusuf (Josè) Luis , 2016 +# Josue Naaman Nistal Guerra , 2014 +# Leonardo J. Caballero G. , 2011,2013 +# Marc Garcia , 2011 +# monobotsoft , 2012 +# ntrrgc , 2013 +# ntrrgc , 2013 +# Pablo, 2015 +# Sebastián Ramírez Magrí , 2013 +# Veronicabh , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Spanish (http://www.transifex.com/django/django/language/" +"es/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Afrikaans" + +msgid "Arabic" +msgstr "Árabe" + +msgid "Asturian" +msgstr "Asturiano" + +msgid "Azerbaijani" +msgstr "Azerbaiyán" + +msgid "Bulgarian" +msgstr "Búlgaro" + +msgid "Belarusian" +msgstr "Bielorruso" + +msgid "Bengali" +msgstr "Bengalí" + +msgid "Breton" +msgstr "Bretón" + +msgid "Bosnian" +msgstr "Bosnio" + +msgid "Catalan" +msgstr "Catalán" + +msgid "Czech" +msgstr "Checo" + +msgid "Welsh" +msgstr "Galés" + +msgid "Danish" +msgstr "Danés" + +msgid "German" +msgstr "Alemán" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "Griego" + +msgid "English" +msgstr "Inglés" + +msgid "Australian English" +msgstr "Inglés australiano" + +msgid "British English" +msgstr "Inglés británico" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Español" + +msgid "Argentinian Spanish" +msgstr "Español de Argentina" + +msgid "Colombian Spanish" +msgstr "Español Colombiano" + +msgid "Mexican Spanish" +msgstr "Español de México" + +msgid "Nicaraguan Spanish" +msgstr "Español de Nicaragua" + +msgid "Venezuelan Spanish" +msgstr "Español venezolano" + +msgid "Estonian" +msgstr "Estonio" + +msgid "Basque" +msgstr "Vasco" + +msgid "Persian" +msgstr "Persa" + +msgid "Finnish" +msgstr "Finés" + +msgid "French" +msgstr "Francés" + +msgid "Frisian" +msgstr "Frisón" + +msgid "Irish" +msgstr "Irlandés" + +msgid "Scottish Gaelic" +msgstr "Gaélico Escocés" + +msgid "Galician" +msgstr "Gallego" + +msgid "Hebrew" +msgstr "Hebreo" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Croata" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "Húngaro" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indonesio" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Islandés" + +msgid "Italian" +msgstr "Italiano" + +msgid "Japanese" +msgstr "Japonés" + +msgid "Georgian" +msgstr "Georgiano" + +msgid "Kazakh" +msgstr "Kazajo" + +msgid "Khmer" +msgstr "Khmer" + +msgid "Kannada" +msgstr "Kannada" + +msgid "Korean" +msgstr "Koreano" + +msgid "Luxembourgish" +msgstr "Luxenburgués" + +msgid "Lithuanian" +msgstr "Lituano" + +msgid "Latvian" +msgstr "Letón" + +msgid "Macedonian" +msgstr "Macedonio" + +msgid "Malayalam" +msgstr "Malayalam" + +msgid "Mongolian" +msgstr "Mongol" + +msgid "Marathi" +msgstr "Maratí" + +msgid "Burmese" +msgstr "Birmano" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "Nepalí" + +msgid "Dutch" +msgstr "Holandés" + +msgid "Norwegian Nynorsk" +msgstr "Nynorsk" + +msgid "Ossetic" +msgstr "Osetio" + +msgid "Punjabi" +msgstr "Panyabí" + +msgid "Polish" +msgstr "Polaco" + +msgid "Portuguese" +msgstr "Portugués" + +msgid "Brazilian Portuguese" +msgstr "Portugués de Brasil" + +msgid "Romanian" +msgstr "Rumano" + +msgid "Russian" +msgstr "Ruso" + +msgid "Slovak" +msgstr "Eslovaco" + +msgid "Slovenian" +msgstr "Esloveno" + +msgid "Albanian" +msgstr "Albanés" + +msgid "Serbian" +msgstr "Serbio" + +msgid "Serbian Latin" +msgstr "Serbio latino" + +msgid "Swedish" +msgstr "Sueco" + +msgid "Swahili" +msgstr "Suajili" + +msgid "Tamil" +msgstr "Tamil" + +msgid "Telugu" +msgstr "Telugu" + +msgid "Thai" +msgstr "Tailandés" + +msgid "Turkish" +msgstr "Turco" + +msgid "Tatar" +msgstr "Tártaro" + +msgid "Udmurt" +msgstr "Udmurt" + +msgid "Ukrainian" +msgstr "Ucraniano" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Vietnamese" +msgstr "Vietnamita" + +msgid "Simplified Chinese" +msgstr "Cino simplificado" + +msgid "Traditional Chinese" +msgstr "Chino tradicional" + +msgid "Messages" +msgstr "Mensajes" + +msgid "Site Maps" +msgstr "Mapas del sitio" + +msgid "Static Files" +msgstr "Archivos estáticos" + +msgid "Syndication" +msgstr "Sindicación" + +msgid "Enter a valid value." +msgstr "Introduzca un valor correcto." + +msgid "Enter a valid URL." +msgstr "Introduzca una URL válida." + +msgid "Enter a valid integer." +msgstr "Introduzca un número entero válido." + +msgid "Enter a valid email address." +msgstr "Introduzca una dirección de correo electrónico válida." + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Introduzca un 'slug' válido, consistente en letras, números, guiones bajos o " +"medios." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Ingrese un 'slug' consistente en letras, números, subrayados o guiones " +"Unicodes." + +msgid "Enter a valid IPv4 address." +msgstr "Introduzca una dirección IPv4 válida." + +msgid "Enter a valid IPv6 address." +msgstr "Introduzca una dirección IPv6 válida." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Introduzca una dirección IPv4 o IPv6 válida." + +msgid "Enter only digits separated by commas." +msgstr "Introduzca sólo dígitos separados por comas." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Asegúrese de que este valor es %(limit_value)s (actualmente es " +"%(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Asegúrese de que este valor es menor o igual a %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Asegúrese de que este valor es mayor o igual a %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Asegúrese de que este valor tenga al menos %(limit_value)d caracter (tiene " +"%(show_value)d)." +msgstr[1] "" +"Asegúrese de que este valor tenga al menos %(limit_value)d caracteres (tiene " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Asegúrese de que este valor tenga menos de %(limit_value)d caracter (tiene " +"%(show_value)d)." +msgstr[1] "" +"Asegúrese de que este valor tenga menos de %(limit_value)d caracteres (tiene " +"%(show_value)d)." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Asegúrese de que no hay más de %(max)s dígito en total." +msgstr[1] "Asegúrese de que no haya más de %(max)s dígitos en total." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Asegúrese de que no haya más de %(max)s dígito decimal." +msgstr[1] "Asegúrese de que no haya más de %(max)s dígitos decimales." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Asegúrese de que no haya más de %(max)s dígito antes del punto decimal" +msgstr[1] "" +"Asegúrese de que no haya más de %(max)s dígitos antes del punto decimal." + +msgid "and" +msgstr "y" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s con este %(field_labels)s ya existe." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Valor %(value)r no es una opción válida." + +msgid "This field cannot be null." +msgstr "Este campo no puede ser nulo." + +msgid "This field cannot be blank." +msgstr "Este campo no puede estar vacío." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "Ya existe %(model_name)s con este %(field_label)s." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s debe ser único para %(date_field_label)s %(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Campo de tipo: %(field_type)s" + +msgid "Integer" +msgstr "Entero" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "El valor'%(value)s' debe ser un entero." + +msgid "Big (8 byte) integer" +msgstr "Entero grande (8 bytes)" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "El valor '%(value)s' debe ser verdadero o falso." + +msgid "Boolean (Either True or False)" +msgstr "Booleano (Verdadero o Falso)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Cadena (máximo %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Enteros separados por comas" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"El valor '%(value)s' tiene un formato de fecha no válida. Debe estar en " +"formato AAAA-MM-DD." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"El valor '%(value)s' tiene el formato correcto (AAAA-MM-DD), pero la fecha " +"no es válida." + +msgid "Date (without time)" +msgstr "Fecha (sin hora)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"El valor'%(value)s' no tiene un formato válido. Debe estar en formato AAAA-" +"MM-DD HH: [TZ]: MM [ss [uuuuuu].]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"El valor '%(value)s' tiene el formato correcto (AAAA-MM-DD HH: MM [:. Ss " +"[uuuuuu]] [TZ]), pero la fecha/hora no es válida." + +msgid "Date (with time)" +msgstr "Fecha (con hora)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "El valor '%(value)s' debe ser un número decimal." + +msgid "Decimal number" +msgstr "Número decimal" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" +"El valor '%(value)s' no tiene un formato válido. Debe estar en el formato " +"[DD] [HH:[MM:]]ss[.uuuuuu]." + +msgid "Duration" +msgstr "Duración" + +msgid "Email address" +msgstr "Correo electrónico" + +msgid "File path" +msgstr "Ruta de fichero" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "El valor '%(value)s' debe ser un float." + +msgid "Floating point number" +msgstr "Número en coma flotante" + +msgid "IPv4 address" +msgstr "Dirección IPv4" + +msgid "IP address" +msgstr "Dirección IP" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "El valor '%(value)s' debe ser Ninguno, Verdadero o Falso." + +msgid "Boolean (Either True, False or None)" +msgstr "Booleano (Verdadero, Falso o Nulo)" + +msgid "Positive integer" +msgstr "Entero positivo" + +msgid "Positive small integer" +msgstr "Entero positivo corto" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (hasta %(max_length)s)" + +msgid "Small integer" +msgstr "Entero corto" + +msgid "Text" +msgstr "Texto" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"El valor '%(value)s' no tiene un formato válido. Debe estar en formato HH: " +"MM [: SS [uuuuuu].] ." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"El valor '%(value)s' tiene el formato correcto (HH: MM [:. Ss [uuuuuu]]), " +"pero es una hora no válida." + +msgid "Time" +msgstr "Hora" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Data de binarios brutos" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "'%(value)s' no es un UUID válido." + +msgid "File" +msgstr "Archivo" + +msgid "Image" +msgstr "Imagen" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "La instancia de %(model)s con %(field)s %(value)r no existe." + +msgid "Foreign Key (type determined by related field)" +msgstr "Llave foránea (tipo determinado por el campo relacionado)" + +msgid "One-to-one relationship" +msgstr "Relación uno-a-uno" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "Relación muchos-a-muchos" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Este campo es obligatorio." + +msgid "Enter a whole number." +msgstr "Introduzca un número entero." + +msgid "Enter a number." +msgstr "Introduzca un número." + +msgid "Enter a valid date." +msgstr "Introduzca una fecha válida." + +msgid "Enter a valid time." +msgstr "Introduzca una hora válida." + +msgid "Enter a valid date/time." +msgstr "Introduzca una fecha/hora válida." + +msgid "Enter a valid duration." +msgstr "Introduzca una duración válida." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" +"No se ha enviado ningún fichero. Compruebe el tipo de codificación en el " +"formulario." + +msgid "No file was submitted." +msgstr "No se ha enviado ningún fichero" + +msgid "The submitted file is empty." +msgstr "El fichero enviado está vacío." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Asegúrese de que este nombre de archivo tenga como máximo %(max)d caracter " +"(tiene %(length)d)." +msgstr[1] "" +"Asegúrese de que este nombre de archivo tenga como máximo %(max)d caracteres " +"(tiene %(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Por favor envíe un fichero o marque la casilla de limpiar, pero no ambos." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Envíe una imagen válida. El fichero que ha enviado no era una imagen o se " +"trataba de una imagen corrupta." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Escoja una opción válida. %(value)s no es una de las opciones disponibles." + +msgid "Enter a list of values." +msgstr "Introduzca una lista de valores." + +msgid "Enter a complete value." +msgstr "Introduzca un valor completo." + +msgid "Enter a valid UUID." +msgstr "Introduzca un UUID válido." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Compo oculto %(name)s) *%(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "Los datos de ManagementForm faltan o han sido manipulados" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Por favor, envíe %d o menos formas." +msgstr[1] "Por favor, envíe %d o menos formas." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Por favor, envíe %d o más formas." +msgstr[1] "Por favor, envíe %d o más formas." + +msgid "Order" +msgstr "Orden" + +msgid "Delete" +msgstr "Eliminar" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Por favor, corrija el dato duplicado para %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Por favor corrija el dato duplicado para %(field)s, ya que debe ser único." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Por favor corrija los datos duplicados para %(field_name)s ya que debe ser " +"único para %(lookup)s en %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Por favor, corrija los valores duplicados abajo." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "" +"La clave foránea en linea no coincide con la clave primaria de la instancia " +"padre." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Escoja una opción válida. Esa opción no está entre las disponibles." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "\"%(pk)s\" no es un valor válido para una llave primaria." + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s no puede interpretarse en la zona temporal " +"%(current_timezone)s; puede ser ambiguo o puede no existir." + +msgid "Currently" +msgstr "Actualmente" + +msgid "Change" +msgstr "Modificar" + +msgid "Clear" +msgstr "Limpiar" + +msgid "Unknown" +msgstr "Desconocido" + +msgid "Yes" +msgstr "Sí" + +msgid "No" +msgstr "No" + +msgid "yes,no,maybe" +msgstr "sí, no, quizás" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d byte" +msgstr[1] "%(size)d bytes" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "medianoche" + +msgid "noon" +msgstr "mediodía" + +msgid "Monday" +msgstr "Lunes" + +msgid "Tuesday" +msgstr "Martes" + +msgid "Wednesday" +msgstr "Miércoles" + +msgid "Thursday" +msgstr "Jueves" + +msgid "Friday" +msgstr "Viernes" + +msgid "Saturday" +msgstr "Sábado" + +msgid "Sunday" +msgstr "Domingo" + +msgid "Mon" +msgstr "Lun" + +msgid "Tue" +msgstr "Mar" + +msgid "Wed" +msgstr "Mié" + +msgid "Thu" +msgstr "Jue" + +msgid "Fri" +msgstr "Vie" + +msgid "Sat" +msgstr "Sáb" + +msgid "Sun" +msgstr "Dom" + +msgid "January" +msgstr "Enero" + +msgid "February" +msgstr "Febrero" + +msgid "March" +msgstr "Marzo" + +msgid "April" +msgstr "Abril" + +msgid "May" +msgstr "Mayo" + +msgid "June" +msgstr "Junio" + +msgid "July" +msgstr "Julio" + +msgid "August" +msgstr "Agosto" + +msgid "September" +msgstr "Septiembre" + +msgid "October" +msgstr "Octubre" + +msgid "November" +msgstr "Noviembre" + +msgid "December" +msgstr "Diciembre" + +msgid "jan" +msgstr "ene" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "apr" + +msgid "may" +msgstr "may" + +msgid "jun" +msgstr "jun" + +msgid "jul" +msgstr "jul" + +msgid "aug" +msgstr "ago" + +msgid "sep" +msgstr "sep" + +msgid "oct" +msgstr "oct" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "dic" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Ene." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Mar." + +msgctxt "abbrev. month" +msgid "April" +msgstr "Abr." + +msgctxt "abbrev. month" +msgid "May" +msgstr "Mayo" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Jun." + +msgctxt "abbrev. month" +msgid "July" +msgstr "Jul." + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Ago." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Sept." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Oct." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Dic." + +msgctxt "alt. month" +msgid "January" +msgstr "Enero" + +msgctxt "alt. month" +msgid "February" +msgstr "Febrero" + +msgctxt "alt. month" +msgid "March" +msgstr "Marzo" + +msgctxt "alt. month" +msgid "April" +msgstr "Abril" + +msgctxt "alt. month" +msgid "May" +msgstr "Mayo" + +msgctxt "alt. month" +msgid "June" +msgstr "Junio" + +msgctxt "alt. month" +msgid "July" +msgstr "Julio" + +msgctxt "alt. month" +msgid "August" +msgstr "Agosto" + +msgctxt "alt. month" +msgid "September" +msgstr "Septiembre" + +msgctxt "alt. month" +msgid "October" +msgstr "Octubre" + +msgctxt "alt. month" +msgid "November" +msgstr "Noviembre" + +msgctxt "alt. month" +msgid "December" +msgstr "Diciembre" + +msgid "This is not a valid IPv6 address." +msgstr "Esta no es una dirección IPv6 válida." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "o" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d año" +msgstr[1] "%d años" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d mes" +msgstr[1] "%d meses" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d semana" +msgstr[1] "%d semanas" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d día" +msgstr[1] "%d días" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d hora" +msgstr[1] "%d horas" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d minuto" +msgstr[1] "%d minutos" + +msgid "0 minutes" +msgstr "0 minutos" + +msgid "Forbidden" +msgstr "Prohibido" + +msgid "CSRF verification failed. Request aborted." +msgstr "Verificación CSRF fallida. Solicitud abortada" + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Estás viendo este mensaje porque este sitio web es HTTPS y requiere que tu " +"navegador envíe la cabecera Referer y no se envió ninguna. Esta cabecera se " +"necesita por razones de seguridad, para asegurarse de que tu navegador no ha " +"sido comprometido por terceras partes." + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" +"Si has configurado tu navegador para desactivar las cabeceras 'Referer', por " +"favor vuélvelas a activar, al menos para esta web, o para conexiones HTTPS, " +"o para peticiones 'mismo-origen'." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Estás viendo este mensaje porqué esta web requiere una cookie CSRF cuando se " +"envían formularios. Esta cookie se necesita por razones de seguridad, para " +"asegurar que tu navegador no ha sido comprometido por terceras partes." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" +"Si has inhabilitado las cookies en tu navegador, por favor habilítalas " +"nuevamente al menos para este sitio, o para solicitudes del mismo origen." + +msgid "More information is available with DEBUG=True." +msgstr "Se puede ver más información si se establece DEBUG=True." + +msgid "Welcome to Django" +msgstr "Bienvenido a Django" + +msgid "It worked!" +msgstr "¡Funcionó!" + +msgid "Congratulations on your first Django-powered page." +msgstr "Enhorabuena por tu primer página hecha en Django." + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" +"Por supuesto, todavía no has hecho ningún trabajo. Para continuar, inicia tu " +"primera aplicación ejecutando python manage.py startapp [app_label]." + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" +"Ves este mensaje porque tienes DEBUG = True en el archivo de " +"configuración de Django y no has configurado ninguna URL. ¡A trabajar!" + +msgid "No year specified" +msgstr "No se ha indicado el año" + +msgid "No month specified" +msgstr "No se ha indicado el mes" + +msgid "No day specified" +msgstr "No se ha indicado el día" + +msgid "No week specified" +msgstr "No se ha indicado la semana" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "No %(verbose_name_plural)s disponibles" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Los futuros %(verbose_name_plural)s no están disponibles porque " +"%(class_name)s.allow_future es Falso." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "Fecha '%(datestr)s' no válida, el formato válido es '%(format)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "No se encontró ningún %(verbose_name)s coincidente con la consulta" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "La página no es la \"ultima\", ni puede ser convertida a un entero." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Página inválida (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Lista vacía y '%(class_name)s.allow_empty' es Falso." + +msgid "Directory indexes are not allowed here." +msgstr "Los índices de directorio no están permitidos." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" no existe" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Índice de %(directory)s" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es/formats.py new file mode 100644 index 0000000..701032a --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es/formats.py @@ -0,0 +1,33 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = r'j \d\e F \d\e Y' +TIME_FORMAT = 'H:i' +DATETIME_FORMAT = r'j \d\e F \d\e Y \a \l\a\s H:i' +YEAR_MONTH_FORMAT = r'F \d\e Y' +MONTH_DAY_FORMAT = r'j \d\e F' +SHORT_DATE_FORMAT = 'd/m/Y' +SHORT_DATETIME_FORMAT = 'd/m/Y H:i' +FIRST_DAY_OF_WEEK = 1 # Monday + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + # '31/12/2009', '31/12/09' + '%d/%m/%Y', '%d/%m/%y' +] +DATETIME_INPUT_FORMATS = [ + '%d/%m/%Y %H:%M:%S', + '%d/%m/%Y %H:%M:%S.%f', + '%d/%m/%Y %H:%M', + '%d/%m/%y %H:%M:%S', + '%d/%m/%y %H:%M:%S.%f', + '%d/%m/%y %H:%M', +] +DECIMAL_SEPARATOR = ',' +THOUSAND_SEPARATOR = '.' +NUMBER_GROUPING = 3 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es_AR/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es_AR/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..14eaa0fb399f46f048cfea263b61e98e37b962ff GIT binary patch literal 24831 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 u6S6`e!>nr, 2011 +# lardissone , 2014 +# poli , 2014 +# Ramiro Morales, 2013-2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-07-30 23:44+0000\n" +"Last-Translator: Ramiro Morales\n" +"Language-Team: Spanish (Argentina) (http://www.transifex.com/django/django/" +"language/es_AR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_AR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "afrikáans" + +msgid "Arabic" +msgstr "árabe" + +msgid "Asturian" +msgstr "asturiano" + +msgid "Azerbaijani" +msgstr "Azerbaiyán" + +msgid "Bulgarian" +msgstr "búlgaro" + +msgid "Belarusian" +msgstr "bielorruso" + +msgid "Bengali" +msgstr "bengalí" + +msgid "Breton" +msgstr "bretón" + +msgid "Bosnian" +msgstr "bosnio" + +msgid "Catalan" +msgstr "catalán" + +msgid "Czech" +msgstr "checo" + +msgid "Welsh" +msgstr "galés" + +msgid "Danish" +msgstr "danés" + +msgid "German" +msgstr "alemán" + +msgid "Lower Sorbian" +msgstr "bajo sorabo" + +msgid "Greek" +msgstr "griego" + +msgid "English" +msgstr "inglés" + +msgid "Australian English" +msgstr "inglés australiano" + +msgid "British English" +msgstr "inglés británico" + +msgid "Esperanto" +msgstr "esperanto" + +msgid "Spanish" +msgstr "español" + +msgid "Argentinian Spanish" +msgstr "español (Argentina)" + +msgid "Colombian Spanish" +msgstr "español (Colombia)" + +msgid "Mexican Spanish" +msgstr "español (México)" + +msgid "Nicaraguan Spanish" +msgstr "español (Nicaragua)" + +msgid "Venezuelan Spanish" +msgstr "español (Venezuela)" + +msgid "Estonian" +msgstr "estonio" + +msgid "Basque" +msgstr "vasco" + +msgid "Persian" +msgstr "persa" + +msgid "Finnish" +msgstr "finlandés" + +msgid "French" +msgstr "francés" + +msgid "Frisian" +msgstr "frisón" + +msgid "Irish" +msgstr "irlandés" + +msgid "Scottish Gaelic" +msgstr "gaélico escocés" + +msgid "Galician" +msgstr "gallego" + +msgid "Hebrew" +msgstr "hebreo" + +msgid "Hindi" +msgstr "hindi" + +msgid "Croatian" +msgstr "croata" + +msgid "Upper Sorbian" +msgstr "alto sorabo" + +msgid "Hungarian" +msgstr "húngaro" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "indonesio" + +msgid "Ido" +msgstr "ido" + +msgid "Icelandic" +msgstr "islandés" + +msgid "Italian" +msgstr "italiano" + +msgid "Japanese" +msgstr "japonés" + +msgid "Georgian" +msgstr "georgiano" + +msgid "Kazakh" +msgstr "kazajo" + +msgid "Khmer" +msgstr "jémer" + +msgid "Kannada" +msgstr "canarés" + +msgid "Korean" +msgstr "coreano" + +msgid "Luxembourgish" +msgstr "luxemburgués" + +msgid "Lithuanian" +msgstr "lituano" + +msgid "Latvian" +msgstr "letón" + +msgid "Macedonian" +msgstr "macedonio" + +msgid "Malayalam" +msgstr "Malayalam" + +msgid "Mongolian" +msgstr "mongol" + +msgid "Marathi" +msgstr "maratí" + +msgid "Burmese" +msgstr "burmés" + +msgid "Norwegian Bokmål" +msgstr "bokmål noruego" + +msgid "Nepali" +msgstr "nepalés" + +msgid "Dutch" +msgstr "holandés" + +msgid "Norwegian Nynorsk" +msgstr "nynorsk" + +msgid "Ossetic" +msgstr "osetio" + +msgid "Punjabi" +msgstr "Panyabí" + +msgid "Polish" +msgstr "polaco" + +msgid "Portuguese" +msgstr "portugués" + +msgid "Brazilian Portuguese" +msgstr "portugués de Brasil" + +msgid "Romanian" +msgstr "rumano" + +msgid "Russian" +msgstr "ruso" + +msgid "Slovak" +msgstr "eslovaco" + +msgid "Slovenian" +msgstr "esloveno" + +msgid "Albanian" +msgstr "albanés" + +msgid "Serbian" +msgstr "serbio" + +msgid "Serbian Latin" +msgstr "latín de Serbia" + +msgid "Swedish" +msgstr "sueco" + +msgid "Swahili" +msgstr "suajili" + +msgid "Tamil" +msgstr "tamil" + +msgid "Telugu" +msgstr "telugu" + +msgid "Thai" +msgstr "tailandés" + +msgid "Turkish" +msgstr "turco" + +msgid "Tatar" +msgstr "tártaro" + +msgid "Udmurt" +msgstr "udmurto" + +msgid "Ukrainian" +msgstr "ucraniano" + +msgid "Urdu" +msgstr "urdu" + +msgid "Vietnamese" +msgstr "vietnamita" + +msgid "Simplified Chinese" +msgstr "chino simplificado" + +msgid "Traditional Chinese" +msgstr "chino tradicional" + +msgid "Messages" +msgstr "Mensajes" + +msgid "Site Maps" +msgstr "Mapas de sitio" + +msgid "Static Files" +msgstr "Archivos estáticos" + +msgid "Syndication" +msgstr "Sindicación" + +msgid "Enter a valid value." +msgstr "Introduzca un valor válido." + +msgid "Enter a valid URL." +msgstr "Introduzca una URL válida." + +msgid "Enter a valid integer." +msgstr "Introduzca un valor numérico entero válido." + +msgid "Enter a valid email address." +msgstr "Introduzca una dirección de email válida." + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Introduzca un 'slug' válido consistente de letras, números, guiones bajos o " +"guiones." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Introduzca un 'slug' válido consistente de letras Unicode, números, guiones " +"bajos o guiones." + +msgid "Enter a valid IPv4 address." +msgstr "Introduzca una dirección IPv4 válida." + +msgid "Enter a valid IPv6 address." +msgstr "Introduzca una dirección IPv6 válida." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Introduzca una dirección IPv4 o IPv6 válida." + +msgid "Enter only digits separated by commas." +msgstr "Introduzca sólo dígitos separados por comas." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Asegúrese de que este valor sea %(limit_value)s (actualmente es " +"%(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Asegúrese de que este valor sea menor o igual a %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Asegúrese de que este valor sea mayor o igual a %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Asegúrese de que este valor tenga como mínimo %(limit_value)d caracter " +"(tiene %(show_value)d)." +msgstr[1] "" +"Asegúrese de que este valor tenga como mínimo %(limit_value)d caracteres " +"(tiene %(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Asegúrese de que este valor tenga como máximo %(limit_value)d caracter " +"(tiene %(show_value)d)." +msgstr[1] "" +"Asegúrese de que este valor tenga como máximo %(limit_value)d caracteres " +"(tiene %(show_value)d)." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Asegúrese de que no exista en total mas de %(max)s dígito." +msgstr[1] "Asegúrese de que no existan en total mas de %(max)s dígitos." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Asegúrese de que no exista mas de %(max)s lugar decimal." +msgstr[1] "Asegúrese de que no existan mas de %(max)s lugares decimales." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Asegúrese de que no exista mas de %(max)s dígito antes del punto decimal." +msgstr[1] "" +"Asegúrese de que no existan mas de %(max)s dígitos antes del punto decimal." + +msgid "and" +msgstr "y" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "Ya existe un/a %(model_name)s con este/a %(field_labels)s." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "El valor %(value)r no es una opción válida." + +msgid "This field cannot be null." +msgstr "Este campo no puede ser nulo." + +msgid "This field cannot be blank." +msgstr "Este campo no puede estar en blanco." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "Ya existe un/a %(model_name)s con este/a %(field_label)s." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s debe ser único/a para un %(lookup_type)s " +"%(date_field_label)s determinado." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Campo tipo: %(field_type)s" + +msgid "Integer" +msgstr "Entero" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "El valor de '%(value)s' debe ser un número entero." + +msgid "Big (8 byte) integer" +msgstr "Entero grande (8 bytes)" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "El valor de '%(value)s' debe ser Verdadero o Falso." + +msgid "Boolean (Either True or False)" +msgstr "Booleano (Verdadero o Falso)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Cadena (máximo %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Enteros separados por comas" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"El valor de '%(value)s' tiene un formato de fecha inválido. Debe usar el " +"formato AAAA-MM-DD." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"El valor de '%(value)s' tiene un formato de fecha correcto (AAAA-MM-DD) pero " +"representa una fecha inválida." + +msgid "Date (without time)" +msgstr "Fecha (sin hora)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"El valor de '%(value)s' tiene un formato inválido. Debe usar el formato AAAA-" +"MM-DD HH:MM[:ss[.uuuuuu]][TZ]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"El valor de '%(value)s' tiene un formato correcto (AAAA-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ]) pero representa una fecha/hora inválida." + +msgid "Date (with time)" +msgstr "Fecha (con hora)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "El valor de '%(value)s' debe ser un número decimal." + +msgid "Decimal number" +msgstr "Número decimal" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" +"El valor de '%(value)s' tiene un formato inválido. Debe usar el formato [DD] " +"[HH:[MM:]]ss[.uuuuuu]." + +msgid "Duration" +msgstr "Duración" + +msgid "Email address" +msgstr "Dirección de correo electrónico" + +msgid "File path" +msgstr "Ruta de archivo" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "El valor de '%(value)s' debe ser un número de coma flotante." + +msgid "Floating point number" +msgstr "Número de punto flotante" + +msgid "IPv4 address" +msgstr "Dirección IPv4" + +msgid "IP address" +msgstr "Dirección IP" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "El valor de '%(value)s' debe ser None, Verdadero o Falso." + +msgid "Boolean (Either True, False or None)" +msgstr "Booleano (Verdadero, Falso o Nulo)" + +msgid "Positive integer" +msgstr "Entero positivo" + +msgid "Positive small integer" +msgstr "Entero pequeño positivo" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (de hasta %(max_length)s caracteres)" + +msgid "Small integer" +msgstr "Entero pequeño" + +msgid "Text" +msgstr "Texto" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"El valor de '%(value)s' tiene un formato inválido. Debe usar el formato HH:" +"MM[:ss[.uuuuuu]]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"El valor de '%(value)s' tiene un formato correcto (HH:MM[:ss[.uuuuuu]]) pero " +"representa una hora inválida." + +msgid "Time" +msgstr "Hora" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Datos binarios crudos" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "'%(value)s' no es un UUID válido." + +msgid "File" +msgstr "Archivo" + +msgid "Image" +msgstr "Imagen" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "No existe una instancia de %(model)s con %(field)s %(value)r." + +msgid "Foreign Key (type determined by related field)" +msgstr "Clave foránea (el tipo está determinado por el campo relacionado)" + +msgid "One-to-one relationship" +msgstr "Relación uno-a-uno" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "relación %(from)s-%(to)s" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "relaciones %(from)s-%(to)s" + +msgid "Many-to-many relationship" +msgstr "Relación muchos-a-muchos" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Este campo es obligatorio." + +msgid "Enter a whole number." +msgstr "Introduzca un número entero." + +msgid "Enter a number." +msgstr "Introduzca un número." + +msgid "Enter a valid date." +msgstr "Introduzca una fecha válida." + +msgid "Enter a valid time." +msgstr "Introduzca un valor de hora válido." + +msgid "Enter a valid date/time." +msgstr "Introduzca un valor de fecha/hora válido." + +msgid "Enter a valid duration." +msgstr "Introduzca una duración válida." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" +"No se envió un archivo. Verifique el tipo de codificación en el formulario." + +msgid "No file was submitted." +msgstr "No se envió ningún archivo." + +msgid "The submitted file is empty." +msgstr "El archivo enviado está vacío." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Asegúrese de que este nombre de archivo tenga como máximo %(max)d caracter " +"(tiene %(length)d)." +msgstr[1] "" +"Asegúrese de que este nombre de archivo tenga como máximo %(max)d caracteres " +"(tiene %(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Por favor envíe un archivo o active el checkbox, pero no ambas cosas." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Seleccione una imagen válida. El archivo que ha seleccionado no es una " +"imagen o es un archivo de imagen corrupto." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Seleccione una opción válida. %(value)s no es una de las opciones " +"disponibles." + +msgid "Enter a list of values." +msgstr "Introduzca una lista de valores." + +msgid "Enter a complete value." +msgstr "Introduzca un valor completo." + +msgid "Enter a valid UUID." +msgstr "Introduzca un UUID válido." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Campo oculto %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" +"Los datos correspondientes al ManagementForm no existen o han sido " +"modificados" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Por favor envíe cero o %d formularios." +msgstr[1] "Por favor envíe un máximo de %d formularios." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Por favor envíe %d o mas formularios." +msgstr[1] "Por favor envíe %d o mas formularios." + +msgid "Order" +msgstr "Ordenar" + +msgid "Delete" +msgstr "Eliminar" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Por favor, corrija la información duplicada en %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Por favor corrija la información duplicada en %(field)s, que debe ser única." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Por favor corrija la información duplicada en %(field_name)s que debe ser " +"única para el %(lookup)s en %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Por favor, corrija los valores duplicados detallados mas abajo." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "" +"La clave foránea del modelo inline no coincide con la clave primaria de la " +"instancia padre." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Seleccione una opción válida. La opción seleccionada no es una de las " +"disponibles." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "\"%(pk)s\" no es un valor válido para una clave primaria." + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s no puede ser interpretado en la zona horaria " +"%(current_timezone)s; ya que podría ser ambiguo o podría no existir." + +msgid "Currently" +msgstr "Actualmente" + +msgid "Change" +msgstr "Modificar" + +msgid "Clear" +msgstr "Eliminar" + +msgid "Unknown" +msgstr "Desconocido" + +msgid "Yes" +msgstr "Sí" + +msgid "No" +msgstr "No" + +msgid "yes,no,maybe" +msgstr "si,no,talvez" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d byte" +msgstr[1] "%(size)d bytes" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "medianoche" + +msgid "noon" +msgstr "mediodía" + +msgid "Monday" +msgstr "Lunes" + +msgid "Tuesday" +msgstr "Martes" + +msgid "Wednesday" +msgstr "Miércoles" + +msgid "Thursday" +msgstr "Jueves" + +msgid "Friday" +msgstr "Viernes" + +msgid "Saturday" +msgstr "Sábado" + +msgid "Sunday" +msgstr "Domingo" + +msgid "Mon" +msgstr "Lun" + +msgid "Tue" +msgstr "Mar" + +msgid "Wed" +msgstr "Mie" + +msgid "Thu" +msgstr "Jue" + +msgid "Fri" +msgstr "Vie" + +msgid "Sat" +msgstr "Sab" + +msgid "Sun" +msgstr "Dom" + +msgid "January" +msgstr "Enero" + +msgid "February" +msgstr "Febrero" + +msgid "March" +msgstr "Marzo" + +msgid "April" +msgstr "Abril" + +msgid "May" +msgstr "Mayo" + +msgid "June" +msgstr "Junio" + +msgid "July" +msgstr "Julio" + +msgid "August" +msgstr "Agosto" + +msgid "September" +msgstr "Setiembre" + +msgid "October" +msgstr "Octubre" + +msgid "November" +msgstr "Noviembre" + +msgid "December" +msgstr "Diciembre" + +msgid "jan" +msgstr "ene" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "abr" + +msgid "may" +msgstr "may" + +msgid "jun" +msgstr "jun" + +msgid "jul" +msgstr "jul" + +msgid "aug" +msgstr "ago" + +msgid "sep" +msgstr "set" + +msgid "oct" +msgstr "oct" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "dic" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Enero" + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Marzo" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Abril" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Mayo" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Junio" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Julio" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Ago." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Set." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Oct." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Dic." + +msgctxt "alt. month" +msgid "January" +msgstr "Enero" + +msgctxt "alt. month" +msgid "February" +msgstr "Febrero" + +msgctxt "alt. month" +msgid "March" +msgstr "Marzo" + +msgctxt "alt. month" +msgid "April" +msgstr "Abril" + +msgctxt "alt. month" +msgid "May" +msgstr "Mayo" + +msgctxt "alt. month" +msgid "June" +msgstr "Junio" + +msgctxt "alt. month" +msgid "July" +msgstr "Julio" + +msgctxt "alt. month" +msgid "August" +msgstr "Agosto" + +msgctxt "alt. month" +msgid "September" +msgstr "Setiembre" + +msgctxt "alt. month" +msgid "October" +msgstr "Octubre" + +msgctxt "alt. month" +msgid "November" +msgstr "Noviembre" + +msgctxt "alt. month" +msgid "December" +msgstr "Diciembre" + +msgid "This is not a valid IPv6 address." +msgstr "Esta no es una direción IPv6 válida." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "o" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d año" +msgstr[1] "%d años" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d mes" +msgstr[1] "%d meses" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d semana" +msgstr[1] "%d semanas" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d día" +msgstr[1] "%d días" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d hora" +msgstr[1] "%d horas" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d minuto" +msgstr[1] "%d minutos" + +msgid "0 minutes" +msgstr "0 minutos" + +msgid "Forbidden" +msgstr "Prohibido" + +msgid "CSRF verification failed. Request aborted." +msgstr "Verificación CSRF fallida. Petición abortada." + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Ud. está viendo este mensaje porque este sitio HTTPS tiene como " +"requerimiento que su browser Web envíe una cabecera 'Referer' pero el mismo " +"no ha enviado una. El hecho de que esta cabecera sea obligatoria es una " +"medida de seguridad para comprobar que su browser no está siendo controlado " +"por terceros." + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" +"Si ha configurado su browser para deshabilitar las cabeceras 'Referer', por " +"favor activelas al menos para este sitio, o para conexiones HTTPS o para " +"peticiones generadas desde el mismo origen." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Ud. está viendo este mensaje porque este sitio tiene como requerimiento el " +"uso de una 'cookie' CSRF cuando se envíen formularios. El hecho de que esta " +"'cookie' sea obligatoria es una medida de seguridad para comprobar que su " +"browser no está siendo controlado por terceros." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" +"Si ha configurado su browser para deshabilitar 'cookies', por favor " +"activelas al menos para este sitio o para peticiones generadas desde el " +"mismo origen." + +msgid "More information is available with DEBUG=True." +msgstr "Hay mas información disponible. Para ver la misma use DEBUG=True." + +msgid "Welcome to Django" +msgstr "Bienvenido a Django" + +msgid "It worked!" +msgstr "¡Funcionó!" + +msgid "Congratulations on your first Django-powered page." +msgstr "Felicitationes por tu primera página Django-powered." + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" +"Obviamente en realidad todavia no has hecho nada. Ahora crea tu primera " +"aplicación ejecutando python manage.py startapp [app_label]." + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" +"Estás viendo este mensaje porque tienes DEBUG = True en tu " +"archivo de settings Django y porque no has configurado ninguna URL. ¡A " +"trabajar!" + +msgid "No year specified" +msgstr "No se ha especificado el valor año" + +msgid "No month specified" +msgstr "No se ha especificado el valor mes" + +msgid "No day specified" +msgstr "No se ha especificado el valor día" + +msgid "No week specified" +msgstr "No se ha especificado el valor semana" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "No hay %(verbose_name_plural)s disponibles" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"No hay %(verbose_name_plural)s futuros disponibles porque %(class_name)s." +"allow_future tiene el valor False." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "Cadena de fecha inválida '%(datestr)s', formato '%(format)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "No se han encontrado %(verbose_name)s que coincidan con la consulta " + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "Página debe tener el valor 'last' o un valor número entero." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Página inválida (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Lista vacía y '%(class_name)s.allow_empty' tiene el valor False." + +msgid "Directory indexes are not allowed here." +msgstr "" +"No está habilitada la generación de listados de directorios en esta " +"ubicación." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" no existe" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Listado de %(directory)s" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es_AR/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es_AR/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es_AR/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es_AR/formats.py new file mode 100644 index 0000000..9daf38d --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es_AR/formats.py @@ -0,0 +1,33 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = r'j N Y' +TIME_FORMAT = r'H:i' +DATETIME_FORMAT = r'j N Y H:i' +YEAR_MONTH_FORMAT = r'F Y' +MONTH_DAY_FORMAT = r'j \d\e F' +SHORT_DATE_FORMAT = r'd/m/Y' +SHORT_DATETIME_FORMAT = r'd/m/Y H:i' +FIRST_DAY_OF_WEEK = 0 # 0: Sunday, 1: Monday + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + '%d/%m/%Y', # '31/12/2009' + '%d/%m/%y', # '31/12/09' +] +DATETIME_INPUT_FORMATS = [ + '%d/%m/%Y %H:%M:%S', + '%d/%m/%Y %H:%M:%S.%f', + '%d/%m/%Y %H:%M', + '%d/%m/%y %H:%M:%S', + '%d/%m/%y %H:%M:%S.%f', + '%d/%m/%y %H:%M', +] +DECIMAL_SEPARATOR = ',' +THOUSAND_SEPARATOR = '.' +NUMBER_GROUPING = 3 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es_CO/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es_CO/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..4e174bb72308b40983a8f98719979c3f70ed6ca8 GIT binary patch literal 23958 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 iWhSDWdsQwIqs2G, 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Spanish (Colombia) (http://www.transifex.com/django/django/" +"language/es_CO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_CO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Afrikáans" + +msgid "Arabic" +msgstr "Árabe" + +msgid "Asturian" +msgstr "Asturiano" + +msgid "Azerbaijani" +msgstr "Azerí" + +msgid "Bulgarian" +msgstr "Búlgaro" + +msgid "Belarusian" +msgstr "Bielorruso" + +msgid "Bengali" +msgstr "Bengalí" + +msgid "Breton" +msgstr "Bretón" + +msgid "Bosnian" +msgstr "Bosnio" + +msgid "Catalan" +msgstr "Catalán" + +msgid "Czech" +msgstr "Checo" + +msgid "Welsh" +msgstr "Galés" + +msgid "Danish" +msgstr "Danés" + +msgid "German" +msgstr "Alemán" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "Griego" + +msgid "English" +msgstr "Inglés" + +msgid "Australian English" +msgstr "Inglés Australiano" + +msgid "British English" +msgstr "Inglés Británico" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Español" + +msgid "Argentinian Spanish" +msgstr "Español de Argentina" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "Español de México" + +msgid "Nicaraguan Spanish" +msgstr "Español de Nicaragua" + +msgid "Venezuelan Spanish" +msgstr "Español venezolano" + +msgid "Estonian" +msgstr "Estonio" + +msgid "Basque" +msgstr "Vasco" + +msgid "Persian" +msgstr "Persa" + +msgid "Finnish" +msgstr "Finés" + +msgid "French" +msgstr "Francés" + +msgid "Frisian" +msgstr "Frisón" + +msgid "Irish" +msgstr "Irlandés" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "Gallego" + +msgid "Hebrew" +msgstr "Hebreo" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Croata" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "Húngaro" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indonesio" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Islandés" + +msgid "Italian" +msgstr "Italiano" + +msgid "Japanese" +msgstr "Japonés" + +msgid "Georgian" +msgstr "Georgiano" + +msgid "Kazakh" +msgstr "Kazajo" + +msgid "Khmer" +msgstr "Khmer" + +msgid "Kannada" +msgstr "Kannada" + +msgid "Korean" +msgstr "Koreano" + +msgid "Luxembourgish" +msgstr "Luxenburgués" + +msgid "Lithuanian" +msgstr "Lituano" + +msgid "Latvian" +msgstr "Letón" + +msgid "Macedonian" +msgstr "Macedonio" + +msgid "Malayalam" +msgstr "Malayalam" + +msgid "Mongolian" +msgstr "Mongol" + +msgid "Marathi" +msgstr "Maratí" + +msgid "Burmese" +msgstr "Birmano" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "Nepalí" + +msgid "Dutch" +msgstr "Holandés" + +msgid "Norwegian Nynorsk" +msgstr "Nynorsk" + +msgid "Ossetic" +msgstr "Osetio" + +msgid "Punjabi" +msgstr "Panyabí" + +msgid "Polish" +msgstr "Polaco" + +msgid "Portuguese" +msgstr "Portugués" + +msgid "Brazilian Portuguese" +msgstr "Portugués brasileño" + +msgid "Romanian" +msgstr "Rumano" + +msgid "Russian" +msgstr "Ruso" + +msgid "Slovak" +msgstr "Eslovaco" + +msgid "Slovenian" +msgstr "Esloveno" + +msgid "Albanian" +msgstr "Albanés" + +msgid "Serbian" +msgstr "Serbio" + +msgid "Serbian Latin" +msgstr "Serbio latino" + +msgid "Swedish" +msgstr "Sueco" + +msgid "Swahili" +msgstr "Suajili" + +msgid "Tamil" +msgstr "Tamil" + +msgid "Telugu" +msgstr "Telugu" + +msgid "Thai" +msgstr "Tailandés" + +msgid "Turkish" +msgstr "Turco" + +msgid "Tatar" +msgstr "Tártaro" + +msgid "Udmurt" +msgstr "Udmurt" + +msgid "Ukrainian" +msgstr "Ucraniano" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Vietnamese" +msgstr "Vietnamita" + +msgid "Simplified Chinese" +msgstr "Chino simplificado" + +msgid "Traditional Chinese" +msgstr "Chino tradicional" + +msgid "Messages" +msgstr "Mensajes" + +msgid "Site Maps" +msgstr "Mapas del sitio" + +msgid "Static Files" +msgstr "Archivos estáticos" + +msgid "Syndication" +msgstr "Sindicación" + +msgid "Enter a valid value." +msgstr "Ingrese un valor válido." + +msgid "Enter a valid URL." +msgstr "Ingrese una URL válida." + +msgid "Enter a valid integer." +msgstr "Ingrese un entero válido." + +msgid "Enter a valid email address." +msgstr "Ingrese una dirección de correo electrónico válida." + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Ingrese un 'slug' válido, compuesto por letras, números, guiones bajos o " +"guiones." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Ingrese un 'slug' válido, compuesto por letras del conjunto Unicode, " +"números, guiones bajos o guiones." + +msgid "Enter a valid IPv4 address." +msgstr "Ingrese una dirección IPv4 válida." + +msgid "Enter a valid IPv6 address." +msgstr "Ingrese una dirección IPv6 válida." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Ingrese una dirección IPv4 o IPv6 válida." + +msgid "Enter only digits separated by commas." +msgstr "Ingrese solo números separados por comas." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Asegúrese de que este valor es %(limit_value)s (es %(show_value)s )." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Asegúrese de que este valor sea menor o igual a %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Asegúrese de que este valor sea mayor o igual a %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Asegúrese de que este valor tenga como mínimo %(limit_value)d carácter " +"(tiene %(show_value)d)." +msgstr[1] "" +"Asegúrese de que este valor tenga como mínimo %(limit_value)d caracteres " +"(tiene %(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Asegúrese de que este valor tenga como máximo %(limit_value)d carácter " +"(tiene %(show_value)d)." +msgstr[1] "" +"Asegúrese de que este valor tenga como máximo %(limit_value)d caracteres " +"(tiene %(show_value)d)." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Asegúrese de que no hayan mas de %(max)s dígito en total." +msgstr[1] "Asegúrese de que no hayan mas de %(max)s dígitos en total." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Asegúrese de que no hayan más de %(max)s decimal." +msgstr[1] "Asegúrese de que no hayan más de %(max)s decimales." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Asegúrese de que no hayan más de %(max)s dígito antes del punto decimal." +msgstr[1] "" +"Asegúrese de que no hayan más de %(max)s dígitos antes del punto decimal" + +msgid "and" +msgstr "y" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "Ya existe un/a %(model_name)s con este/a %(field_labels)s." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Valor %(value)r no es una opción válida." + +msgid "This field cannot be null." +msgstr "Este campo no puede ser nulo." + +msgid "This field cannot be blank." +msgstr "Este campo no puede estar en blanco." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "Ya existe un/a %(model_name)s con este/a %(field_label)s." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s debe ser único para %(date_field_label)s %(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Tipo de campo: %(field_type)s" + +msgid "Integer" +msgstr "Entero" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "'%(value)s' debe ser un valor entero." + +msgid "Big (8 byte) integer" +msgstr "Entero grande (8 bytes)" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "'%(value)s' debe ser Verdadero o Falso" + +msgid "Boolean (Either True or False)" +msgstr "Booleano (Verdadero o Falso)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Cadena (máximo %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Enteros separados por comas" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"'%(value)s' tiene un formato de fecha no válida. Este valor debe estar en el " +"formato AAAA-MM-DD." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"El valor '%(value)s' tiene un formato correcto (AAAA-MM-DD) pero es una " +"fecha invalida." + +msgid "Date (without time)" +msgstr "Fecha (sin hora)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"'%(value)s' tiene un formato de fecha no válido. Este valor debe estar en el " +"formato AAAA-MM-DD HH: [TZ]: MM [ss [uuuuuu]]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"El valor '%(value)s' tiene un formato correcto (AAAA-MM-DD HH: MM [:. Ss " +"[uuuuuu]] [TZ]) pero es una fecha/hora invalida." + +msgid "Date (with time)" +msgstr "Fecha (con hora)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "El valor '%(value)s' debe ser un número decimal." + +msgid "Decimal number" +msgstr "Número decimal" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" +"'%(value)s' tiene un formato no válido. Este valor debe estar en el formato " +"[DD] [HH:[MM:]]ss[.uuuuuu]." + +msgid "Duration" +msgstr "Duración" + +msgid "Email address" +msgstr "Dirección de correo electrónico" + +msgid "File path" +msgstr "Ruta de archivo" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "El valor '%(value)s' debe ser un número real." + +msgid "Floating point number" +msgstr "Número de punto flotante" + +msgid "IPv4 address" +msgstr "Dirección IPv4" + +msgid "IP address" +msgstr "Dirección IP" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "El valor '%(value)s' debe ser Nulo, Verdadero o Falso" + +msgid "Boolean (Either True, False or None)" +msgstr "Booleano (Verdadero, Falso o Nulo)" + +msgid "Positive integer" +msgstr "Entero positivo" + +msgid "Positive small integer" +msgstr "Entero positivo pequeño" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (hasta %(max_length)s)" + +msgid "Small integer" +msgstr "Entero pequeño" + +msgid "Text" +msgstr "Texto" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"El valor '%(value)s' tiene un formato no válido. Este debe estar en el " +"formato HH:MM[:ss[.uuuuuu]]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"El valor '%(value)s' tiene un formato correcto (HH:MM[:ss[.uuuuuu]]) pero " +"tiene la hora invalida." + +msgid "Time" +msgstr "Hora" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Datos de binarios brutos" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "'%(value)s' no es un UUID válido." + +msgid "File" +msgstr "Archivo" + +msgid "Image" +msgstr "Imagen" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "La instancia del %(model)s con %(field)s %(value)r no existe." + +msgid "Foreign Key (type determined by related field)" +msgstr "Llave foránea (tipo determinado por el campo relacionado)" + +msgid "One-to-one relationship" +msgstr "Relación uno-a-uno" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "Relación muchos-a-muchos" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Este campo es obligatorio." + +msgid "Enter a whole number." +msgstr "Ingrese un número entero." + +msgid "Enter a number." +msgstr "Ingrese un número." + +msgid "Enter a valid date." +msgstr "Ingrese una fecha válida." + +msgid "Enter a valid time." +msgstr "Ingrese una hora válida." + +msgid "Enter a valid date/time." +msgstr "Ingrese una fecha/hora válida." + +msgid "Enter a valid duration." +msgstr "Ingrese una duración válida." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" +"No se ha enviado ningún fichero. Compruebe el tipo de codificación en el " +"formulario." + +msgid "No file was submitted." +msgstr "No se ha enviado ningún fichero." + +msgid "The submitted file is empty." +msgstr "El fichero enviado está vacío." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Asegúrese de que este nombre de archivo tenga como máximo %(max)d carácter " +"(tiene %(length)d)." +msgstr[1] "" +"Asegúrese de que este nombre de archivo tenga como máximo %(max)d caracteres " +"(tiene %(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Por favor envíe un fichero o marque la casilla de limpiar, pero no ambos." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Envíe una imagen válida. El fichero que ha enviado no era una imagen o se " +"trataba de una imagen corrupta." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Escoja una opción válida. %(value)s no es una de las opciones disponibles." + +msgid "Enter a list of values." +msgstr "Ingrese una lista de valores." + +msgid "Enter a complete value." +msgstr "Ingrese un valor completo." + +msgid "Enter a valid UUID." +msgstr "Ingrese un UUID válido." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Campo oculto %(name)s) *%(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "Los datos de ManagementForm faltan o han sido manipulados" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Por favor, envíe %d o menos formularios." +msgstr[1] "Por favor, envíe %d o menos formularios." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Por favor, envíe %d o mas formularios." +msgstr[1] "Por favor, envíe %d o mas formularios." + +msgid "Order" +msgstr "Orden" + +msgid "Delete" +msgstr "Eliminar" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Por favor, corrija el dato duplicado para %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Por favor corrija el dato duplicado para %(field)s, este debe ser único." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Por favor corrija los datos duplicados para %(field_name)s este debe ser " +"único para %(lookup)s en %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Por favor, corrija los valores duplicados abajo." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "" +"La clave foránea en linea no coincide con la clave primaria de la instancia " +"padre." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Escoja una opción válida. Esa opción no está entre las disponibles." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "\"%(pk)s\" no es un valor válido para una llave primaria." + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s no puede interpretarse en el huso horario %(current_timezone)s; " +"puede ser ambiguo o puede no existir." + +msgid "Currently" +msgstr "Actualmente" + +msgid "Change" +msgstr "Cambiar" + +msgid "Clear" +msgstr "Limpiar" + +msgid "Unknown" +msgstr "Desconocido" + +msgid "Yes" +msgstr "Sí" + +msgid "No" +msgstr "No" + +msgid "yes,no,maybe" +msgstr "sí, no, quizás" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d byte" +msgstr[1] "%(size)d bytes" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "medianoche" + +msgid "noon" +msgstr "mediodía" + +msgid "Monday" +msgstr "Lunes" + +msgid "Tuesday" +msgstr "Martes" + +msgid "Wednesday" +msgstr "Miércoles" + +msgid "Thursday" +msgstr "Jueves" + +msgid "Friday" +msgstr "Viernes" + +msgid "Saturday" +msgstr "Sábado" + +msgid "Sunday" +msgstr "Domingo" + +msgid "Mon" +msgstr "Lun" + +msgid "Tue" +msgstr "Mar" + +msgid "Wed" +msgstr "Mié" + +msgid "Thu" +msgstr "Jue" + +msgid "Fri" +msgstr "Vie" + +msgid "Sat" +msgstr "Sáb" + +msgid "Sun" +msgstr "Dom" + +msgid "January" +msgstr "Enero" + +msgid "February" +msgstr "Febrero" + +msgid "March" +msgstr "Marzo" + +msgid "April" +msgstr "Abril" + +msgid "May" +msgstr "Mayo" + +msgid "June" +msgstr "Junio" + +msgid "July" +msgstr "Julio" + +msgid "August" +msgstr "Agosto" + +msgid "September" +msgstr "Septiembre" + +msgid "October" +msgstr "Octubre" + +msgid "November" +msgstr "Noviembre" + +msgid "December" +msgstr "Diciembre" + +msgid "jan" +msgstr "ene" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "abr" + +msgid "may" +msgstr "may" + +msgid "jun" +msgstr "jun" + +msgid "jul" +msgstr "jul" + +msgid "aug" +msgstr "ago" + +msgid "sep" +msgstr "sep" + +msgid "oct" +msgstr "oct" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "dic" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Ene." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Marzo" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Abril" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Mayo" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Junio" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Julio" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Ago." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Sep." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Oct." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Dic." + +msgctxt "alt. month" +msgid "January" +msgstr "Enero" + +msgctxt "alt. month" +msgid "February" +msgstr "Febrero" + +msgctxt "alt. month" +msgid "March" +msgstr "Marzo" + +msgctxt "alt. month" +msgid "April" +msgstr "Abril" + +msgctxt "alt. month" +msgid "May" +msgstr "Mayo" + +msgctxt "alt. month" +msgid "June" +msgstr "Junio" + +msgctxt "alt. month" +msgid "July" +msgstr "Julio" + +msgctxt "alt. month" +msgid "August" +msgstr "Agosto" + +msgctxt "alt. month" +msgid "September" +msgstr "Septiembre" + +msgctxt "alt. month" +msgid "October" +msgstr "Octubre" + +msgctxt "alt. month" +msgid "November" +msgstr "Noviembre" + +msgctxt "alt. month" +msgid "December" +msgstr "Diciembre" + +msgid "This is not a valid IPv6 address." +msgstr "Esta no es una dirección IPv6 válida." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "o" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr "," + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d año" +msgstr[1] "%d años" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d mes" +msgstr[1] "%d meses" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d semana" +msgstr[1] "%d semanas" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d día" +msgstr[1] "%d días" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d hora" +msgstr[1] "%d horas" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d minuto" +msgstr[1] "%d minutos" + +msgid "0 minutes" +msgstr "0 minutos" + +msgid "Forbidden" +msgstr "Prohibido" + +msgid "CSRF verification failed. Request aborted." +msgstr "Verificación CSRF fallida. Solicitud abortada." + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Estás viendo este mensaje porque este sitio web es HTTPS y requiere que tu " +"navegador envíe una 'Referer header' y no se envió ninguna. Esta cabecera se " +"necesita por razones de seguridad, para asegurarse de que tu navegador no ha " +"sido comprometido por terceras partes." + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" +"Si has configurado tu navegador desactivando las cabeceras 'Referer', por " +"favor vuélvelas a activar, al menos para esta web, o para conexiones HTTPS, " +"o para peticiones 'same-origin'." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Estás viendo este mensaje porqué esta web requiere una cookie CSRF cuando se " +"envían formularios. Esta cookie se necesita por razones de seguridad, para " +"asegurar que tu navegador no ha sido comprometido por terceras partes." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" +"Si has inhabilitado las cookies en tu navegador, por favor habilítalas " +"nuevamente al menos para este sitio, o para peticiones 'same-origin'." + +msgid "More information is available with DEBUG=True." +msgstr "Se puede ver más información si se establece DEBUG=True." + +msgid "Welcome to Django" +msgstr "Bienvenido a Django" + +msgid "It worked!" +msgstr "¡Funcionó!" + +msgid "Congratulations on your first Django-powered page." +msgstr "Enhorabuena por tu primer página hecha en Django." + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" +"Por supuesto, todavía no has hecho ningún trabajo. Para continuar, inicia tu " +"primera aplicación ejecutando python manage.py startapp [app_label]." + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" +"Ves este mensaje porque tienes DEBUG = True en el archivo de " +"configuración de Django y no has configurado ninguna URL. ¡A trabajar!" + +msgid "No year specified" +msgstr "No se ha indicado el año" + +msgid "No month specified" +msgstr "No se ha indicado el mes" + +msgid "No day specified" +msgstr "No se ha indicado el día" + +msgid "No week specified" +msgstr "No se ha indicado la semana" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "No %(verbose_name_plural)s disponibles" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Los futuros %(verbose_name_plural)s no están disponibles porque " +"%(class_name)s.allow_future es Falso." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "Fecha '%(datestr)s' no válida, el formato válido es '%(format)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "No se encontró ningún %(verbose_name)s coincidente con la consulta" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "La página no es la \"ultima\", ni puede ser convertida a un entero." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Página inválida (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Lista vacía y '%(class_name)s.allow_empty' es Falso." + +msgid "Directory indexes are not allowed here." +msgstr "Los índices de directorio no están permitidos." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" no existe" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Índice de %(directory)s" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es_CO/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es_CO/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es_CO/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es_CO/formats.py new file mode 100644 index 0000000..3671a0a --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es_CO/formats.py @@ -0,0 +1,29 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +DATE_FORMAT = r'j \d\e F \d\e Y' +TIME_FORMAT = 'H:i' +DATETIME_FORMAT = r'j \d\e F \d\e Y \a \l\a\s H:i' +YEAR_MONTH_FORMAT = r'F \d\e Y' +MONTH_DAY_FORMAT = r'j \d\e F' +SHORT_DATE_FORMAT = 'd/m/Y' +SHORT_DATETIME_FORMAT = 'd/m/Y H:i' +FIRST_DAY_OF_WEEK = 1 +DATE_INPUT_FORMATS = [ + '%d/%m/%Y', '%d/%m/%y', # '25/10/2006', '25/10/06' + '%Y%m%d', # '20061025' + +] +DATETIME_INPUT_FORMATS = [ + '%d/%m/%Y %H:%M:%S', + '%d/%m/%Y %H:%M:%S.%f', + '%d/%m/%Y %H:%M', + '%d/%m/%y %H:%M:%S', + '%d/%m/%y %H:%M:%S.%f', + '%d/%m/%y %H:%M', +] +DECIMAL_SEPARATOR = ',' +THOUSAND_SEPARATOR = '.' +NUMBER_GROUPING = 3 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es_MX/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es_MX/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..61c78d23762d0c42fc3ff1ddc8de57ffbc85df76 GIT binary patch literal 15274 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, 2011-2013 +# zodman , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Spanish (Mexico) (http://www.transifex.com/django/django/" +"language/es_MX/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_MX\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "afrikáans" + +msgid "Arabic" +msgstr "Árabe" + +msgid "Asturian" +msgstr "" + +msgid "Azerbaijani" +msgstr "Azerbaijani" + +msgid "Bulgarian" +msgstr "Búlgaro" + +msgid "Belarusian" +msgstr "bielorruso" + +msgid "Bengali" +msgstr "Bengalí" + +msgid "Breton" +msgstr "bretón" + +msgid "Bosnian" +msgstr "Bosnio" + +msgid "Catalan" +msgstr "Catalán" + +msgid "Czech" +msgstr "Checo" + +msgid "Welsh" +msgstr "Galés" + +msgid "Danish" +msgstr "Danés" + +msgid "German" +msgstr "Alemán" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "Griego" + +msgid "English" +msgstr "Inglés" + +msgid "Australian English" +msgstr "" + +msgid "British English" +msgstr "Inglés británico" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Español" + +msgid "Argentinian Spanish" +msgstr "Español de Argentina" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "Español de México" + +msgid "Nicaraguan Spanish" +msgstr "Español de nicaragua" + +msgid "Venezuelan Spanish" +msgstr "español de Venezuela" + +msgid "Estonian" +msgstr "Estonio" + +msgid "Basque" +msgstr "Vasco" + +msgid "Persian" +msgstr "Persa" + +msgid "Finnish" +msgstr "Finés" + +msgid "French" +msgstr "Francés" + +msgid "Frisian" +msgstr "Frisón" + +msgid "Irish" +msgstr "Irlandés" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "Gallego" + +msgid "Hebrew" +msgstr "Hebreo" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Croata" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "Húngaro" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indonesio" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "Islandés" + +msgid "Italian" +msgstr "Italiano" + +msgid "Japanese" +msgstr "Japonés" + +msgid "Georgian" +msgstr "Georgiano" + +msgid "Kazakh" +msgstr "Kazajstán" + +msgid "Khmer" +msgstr "Khmer" + +msgid "Kannada" +msgstr "Kannada" + +msgid "Korean" +msgstr "Coreano" + +msgid "Luxembourgish" +msgstr "luxemburgués" + +msgid "Lithuanian" +msgstr "Lituano" + +msgid "Latvian" +msgstr "Letón" + +msgid "Macedonian" +msgstr "Macedonio" + +msgid "Malayalam" +msgstr "Malayalam" + +msgid "Mongolian" +msgstr "Mongol" + +msgid "Marathi" +msgstr "" + +msgid "Burmese" +msgstr "burmés" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "Nepal" + +msgid "Dutch" +msgstr "Holandés" + +msgid "Norwegian Nynorsk" +msgstr "Noruego Nynorsk" + +msgid "Ossetic" +msgstr "osetio" + +msgid "Punjabi" +msgstr "Punjabi" + +msgid "Polish" +msgstr "Polaco" + +msgid "Portuguese" +msgstr "Portugués" + +msgid "Brazilian Portuguese" +msgstr "Portugués de Brasil" + +msgid "Romanian" +msgstr "Rumano" + +msgid "Russian" +msgstr "Ruso" + +msgid "Slovak" +msgstr "Eslovaco" + +msgid "Slovenian" +msgstr "Esloveno" + +msgid "Albanian" +msgstr "Albanés" + +msgid "Serbian" +msgstr "Serbio" + +msgid "Serbian Latin" +msgstr "Latin Serbio" + +msgid "Swedish" +msgstr "Sueco" + +msgid "Swahili" +msgstr "Swahili" + +msgid "Tamil" +msgstr "Tamil" + +msgid "Telugu" +msgstr "Telugu" + +msgid "Thai" +msgstr "Tailandés" + +msgid "Turkish" +msgstr "Turco" + +msgid "Tatar" +msgstr "Tatar" + +msgid "Udmurt" +msgstr "udmurto" + +msgid "Ukrainian" +msgstr "Ucraniano" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Vietnamese" +msgstr "Vietnamita" + +msgid "Simplified Chinese" +msgstr "Chino simplificado" + +msgid "Traditional Chinese" +msgstr "Chino tradicional" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "" + +msgid "Static Files" +msgstr "" + +msgid "Syndication" +msgstr "" + +msgid "Enter a valid value." +msgstr "Introduzca un valor válido." + +msgid "Enter a valid URL." +msgstr "Ingrese una URL válida." + +msgid "Enter a valid integer." +msgstr "" + +msgid "Enter a valid email address." +msgstr "Introduzca una dirección de correo electrónico válida." + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Introduzca un \"slug\", compuesto por letras, números, guiones bajos o " +"medios." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "Introduzca una dirección IPv4 válida." + +msgid "Enter a valid IPv6 address." +msgstr "Introduzca una dirección IPv6 válida." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Introduzca una dirección IPv4 o IPv6 válida." + +msgid "Enter only digits separated by commas." +msgstr "Introduzca sólo números separados por comas." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Asegúrese de que este valor es %(limit_value)s (es %(show_value)s )." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Asegúrese de que este valor sea menor o igual a %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Asegúrese de que este valor sea mayor o igual a %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Asegúrese de que este valor tenga como mínimo %(limit_value)d caracter " +"(tiene %(show_value)d)." +msgstr[1] "" +"Asegúrese de que este valor tenga como mínimo %(limit_value)d caracteres " +"(tiene %(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +msgstr[1] "" + +msgid "and" +msgstr "y" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "Este campo no puede ser nulo." + +msgid "This field cannot be blank." +msgstr "Este campo no puede estar en blanco." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "Ya existe un/a %(model_name)s con este/a %(field_label)s." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Campo tipo: %(field_type)s" + +msgid "Integer" +msgstr "Entero" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "" + +msgid "Big (8 byte) integer" +msgstr "Entero grande (8 bytes)" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "Boolean (Verdadero o Falso)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Cadena (máximo %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Enteros separados por comas" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "Fecha (sin hora)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "Fecha (con hora)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "Número decimal" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "Dirección de correo electrónico" + +msgid "File path" +msgstr "Ruta de archivo" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "Número de punto flotante" + +msgid "IPv4 address" +msgstr "Dirección IPv4" + +msgid "IP address" +msgstr "Dirección IP" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "Booleano (Verdadero, Falso o Nulo)" + +msgid "Positive integer" +msgstr "Entero positivo" + +msgid "Positive small integer" +msgstr "Entero positivo pequeño" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (hasta %(max_length)s)" + +msgid "Small integer" +msgstr "Entero pequeño" + +msgid "Text" +msgstr "Texto" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "Hora" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "" + +msgid "File" +msgstr "Archivo" + +msgid "Image" +msgstr "Imagen" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "Clave foránea (el tipo está determinado por el campo relacionado)" + +msgid "One-to-one relationship" +msgstr "Relación uno-a-uno" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "Relación muchos-a-muchos" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Este campo es obligatorio." + +msgid "Enter a whole number." +msgstr "Introduzca un número entero." + +msgid "Enter a number." +msgstr "Introduzca un número." + +msgid "Enter a valid date." +msgstr "Introduzca una fecha válida." + +msgid "Enter a valid time." +msgstr "Introduzca una hora válida." + +msgid "Enter a valid date/time." +msgstr "Introduzca una fecha/hora válida." + +msgid "Enter a valid duration." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" +"No se envió un archivo. Verifique el tipo de codificación en el formulario." + +msgid "No file was submitted." +msgstr "No se envió ningún archivo." + +msgid "The submitted file is empty." +msgstr "El archivo enviado está vacío." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +msgstr[1] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Por favor envíe un archivo o marque la casilla, no ambos." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Seleccione una imagen válida. El archivo que ha seleccionado no es una " +"imagen o es un un archivo de imagen corrupto." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Seleccione una opción válida. %(value)s no es una de las opciones " +"disponibles." + +msgid "Enter a list of values." +msgstr "Introduzca una lista de valores." + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" +msgstr[1] "" + +msgid "Order" +msgstr "Ordenar" + +msgid "Delete" +msgstr "Eliminar" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Por favor, corrija la información duplicada en %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Por favor corrija la información duplicada en %(field)s, que debe ser única." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Por favor corrija la información duplicada en %(field_name)s que debe ser " +"única para el %(lookup)s en %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Por favor, corrija los valores duplicados detallados mas abajo." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "" +"La clave foránea del modelo inline no coincide con la clave primaria de la " +"instancia padre." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Seleccione una opción válida. La opción seleccionada no es una de las " +"disponibles." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"La fecha %(datetime)s no puede se interpretada en la zona horaria " +"%(current_timezone)s; ya que puede ser ambigua o que no pueden existir." + +msgid "Currently" +msgstr "Actualmente" + +msgid "Change" +msgstr "Modificar" + +msgid "Clear" +msgstr "Borrar" + +msgid "Unknown" +msgstr "Desconocido" + +msgid "Yes" +msgstr "Sí" + +msgid "No" +msgstr "No" + +msgid "yes,no,maybe" +msgstr "sí, no, tal vez" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d byte" +msgstr[1] "%(size)d bytes" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "medianoche" + +msgid "noon" +msgstr "mediodía" + +msgid "Monday" +msgstr "Lunes" + +msgid "Tuesday" +msgstr "Martes" + +msgid "Wednesday" +msgstr "Miércoles" + +msgid "Thursday" +msgstr "Jueves" + +msgid "Friday" +msgstr "Viernes" + +msgid "Saturday" +msgstr "Sábado" + +msgid "Sunday" +msgstr "Domingo" + +msgid "Mon" +msgstr "Lun" + +msgid "Tue" +msgstr "Mar" + +msgid "Wed" +msgstr "Mie" + +msgid "Thu" +msgstr "Jue" + +msgid "Fri" +msgstr "Vie" + +msgid "Sat" +msgstr "Sab" + +msgid "Sun" +msgstr "Dom" + +msgid "January" +msgstr "Enero" + +msgid "February" +msgstr "Febrero" + +msgid "March" +msgstr "Marzo" + +msgid "April" +msgstr "Abril" + +msgid "May" +msgstr "Mayo" + +msgid "June" +msgstr "Junio" + +msgid "July" +msgstr "Julio" + +msgid "August" +msgstr "Agosto" + +msgid "September" +msgstr "Septiembre" + +msgid "October" +msgstr "Octubre" + +msgid "November" +msgstr "Noviembre" + +msgid "December" +msgstr "Diciembre" + +msgid "jan" +msgstr "ene" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "abr" + +msgid "may" +msgstr "may" + +msgid "jun" +msgstr "jun" + +msgid "jul" +msgstr "jul" + +msgid "aug" +msgstr "ago" + +msgid "sep" +msgstr "sep" + +msgid "oct" +msgstr "oct" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "dic" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Ene." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Marzo" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Abril" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Mayo" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Junio" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Julio" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Ago." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Sep." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Oct." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Dic." + +msgctxt "alt. month" +msgid "January" +msgstr "Enero" + +msgctxt "alt. month" +msgid "February" +msgstr "Febrero" + +msgctxt "alt. month" +msgid "March" +msgstr "Marzo" + +msgctxt "alt. month" +msgid "April" +msgstr "Abril" + +msgctxt "alt. month" +msgid "May" +msgstr "Mayo" + +msgctxt "alt. month" +msgid "June" +msgstr "Junio" + +msgctxt "alt. month" +msgid "July" +msgstr "Julio" + +msgctxt "alt. month" +msgid "August" +msgstr "Agosto" + +msgctxt "alt. month" +msgid "September" +msgstr "Septiembre" + +msgctxt "alt. month" +msgid "October" +msgstr "Octubre" + +msgctxt "alt. month" +msgid "November" +msgstr "Noviembre" + +msgctxt "alt. month" +msgid "December" +msgstr "Diciembre" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "o" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr "," + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d año" +msgstr[1] "%d años" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d mes" +msgstr[1] "%d meses" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d semana" +msgstr[1] "%d semanas" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d día" +msgstr[1] "%d días" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d hora" +msgstr[1] "%d horas" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d minuto" +msgstr[1] "%d minutos" + +msgid "0 minutes" +msgstr "0 minutos" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "Welcome to Django" +msgstr "" + +msgid "It worked!" +msgstr "" + +msgid "Congratulations on your first Django-powered page." +msgstr "" + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" + +msgid "No year specified" +msgstr "No se ha especificado el valor año" + +msgid "No month specified" +msgstr "No se ha especificado el valor mes" + +msgid "No day specified" +msgstr "No se ha especificado el valor dia" + +msgid "No week specified" +msgstr "No se ha especificado el valor semana" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "No hay %(verbose_name_plural)s disponibles" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"No hay %(verbose_name_plural)s futuros disponibles porque %(class_name)s." +"allow_future tiene el valor False." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "Cadena de fecha inválida '%(datestr)s', formato '%(format)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "No se han encontrado %(verbose_name)s que coincidan con la consulta" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "La página no es \"last\", ni puede ser convertido a un int." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Página inválida (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Lista vacía y '%(class_name)s.allow_empty' tiene el valor False." + +msgid "Directory indexes are not allowed here." +msgstr "Los índices del directorio no están permitidos." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" no existe" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Índice de %(directory)s" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es_MX/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es_MX/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es_MX/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es_MX/formats.py new file mode 100644 index 0000000..d150416 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es_MX/formats.py @@ -0,0 +1,28 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +DATE_FORMAT = r'j \d\e F \d\e Y' +TIME_FORMAT = 'H:i' +DATETIME_FORMAT = r'j \d\e F \d\e Y \a \l\a\s H:i' +YEAR_MONTH_FORMAT = r'F \d\e Y' +MONTH_DAY_FORMAT = r'j \d\e F' +SHORT_DATE_FORMAT = 'd/m/Y' +SHORT_DATETIME_FORMAT = 'd/m/Y H:i' +FIRST_DAY_OF_WEEK = 1 # Monday: ISO 8601 +DATE_INPUT_FORMATS = [ + '%d/%m/%Y', '%d/%m/%y', # '25/10/2006', '25/10/06' + '%Y%m%d', # '20061025' +] +DATETIME_INPUT_FORMATS = [ + '%d/%m/%Y %H:%M:%S', + '%d/%m/%Y %H:%M:%S.%f', + '%d/%m/%Y %H:%M', + '%d/%m/%y %H:%M:%S', + '%d/%m/%y %H:%M:%S.%f', + '%d/%m/%y %H:%M', +] +DECIMAL_SEPARATOR = '.' # ',' is also official (less common): NOM-008-SCFI-2002 +THOUSAND_SEPARATOR = '\xa0' # non-breaking space +NUMBER_GROUPING = 3 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es_NI/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es_NI/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es_NI/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es_NI/formats.py new file mode 100644 index 0000000..cc03b2c --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es_NI/formats.py @@ -0,0 +1,29 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +DATE_FORMAT = r'j \d\e F \d\e Y' +TIME_FORMAT = 'H:i' +DATETIME_FORMAT = r'j \d\e F \d\e Y \a \l\a\s H:i' +YEAR_MONTH_FORMAT = r'F \d\e Y' +MONTH_DAY_FORMAT = r'j \d\e F' +SHORT_DATE_FORMAT = 'd/m/Y' +SHORT_DATETIME_FORMAT = 'd/m/Y H:i' +FIRST_DAY_OF_WEEK = 1 # Monday: ISO 8601 +DATE_INPUT_FORMATS = [ + '%d/%m/%Y', '%d/%m/%y', # '25/10/2006', '25/10/06' + '%Y%m%d', # '20061025' + +] +DATETIME_INPUT_FORMATS = [ + '%d/%m/%Y %H:%M:%S', + '%d/%m/%Y %H:%M:%S.%f', + '%d/%m/%Y %H:%M', + '%d/%m/%y %H:%M:%S', + '%d/%m/%y %H:%M:%S.%f', + '%d/%m/%y %H:%M', +] +DECIMAL_SEPARATOR = '.' +THOUSAND_SEPARATOR = ',' +NUMBER_GROUPING = 3 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es_PR/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es_PR/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es_PR/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es_PR/formats.py new file mode 100644 index 0000000..c6680f7 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es_PR/formats.py @@ -0,0 +1,30 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +DATE_FORMAT = r'j \d\e F \d\e Y' +TIME_FORMAT = 'H:i' +DATETIME_FORMAT = r'j \d\e F \d\e Y \a \l\a\s H:i' +YEAR_MONTH_FORMAT = r'F \d\e Y' +MONTH_DAY_FORMAT = r'j \d\e F' +SHORT_DATE_FORMAT = 'd/m/Y' +SHORT_DATETIME_FORMAT = 'd/m/Y H:i' +FIRST_DAY_OF_WEEK = 0 # Sunday + +DATE_INPUT_FORMATS = [ + # '31/12/2009', '31/12/09' + '%d/%m/%Y', '%d/%m/%y' +] +DATETIME_INPUT_FORMATS = [ + '%d/%m/%Y %H:%M:%S', + '%d/%m/%Y %H:%M:%S.%f', + '%d/%m/%Y %H:%M', + '%d/%m/%y %H:%M:%S', + '%d/%m/%y %H:%M:%S.%f', + '%d/%m/%y %H:%M', +] + +DECIMAL_SEPARATOR = '.' +THOUSAND_SEPARATOR = ',' +NUMBER_GROUPING = 3 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es_VE/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es_VE/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..36493b10ec51fa4b936459f67271b02ff71cf017 GIT binary patch literal 24149 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 literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es_VE/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es_VE/LC_MESSAGES/django.po new file mode 100644 index 0000000..17bcf51 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/es_VE/LC_MESSAGES/django.po @@ -0,0 +1,1199 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Leonardo J. Caballero G. , 2016 +# Sebastián Ramírez Magrí , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Spanish (Venezuela) (http://www.transifex.com/django/django/" +"language/es_VE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_VE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Afrikáans" + +msgid "Arabic" +msgstr "Árabe" + +msgid "Asturian" +msgstr "Asturiano" + +msgid "Azerbaijani" +msgstr "Azerí" + +msgid "Bulgarian" +msgstr "Búlgaro" + +msgid "Belarusian" +msgstr "Bielorruso" + +msgid "Bengali" +msgstr "Bengalí" + +msgid "Breton" +msgstr "Bretón" + +msgid "Bosnian" +msgstr "Bosnio" + +msgid "Catalan" +msgstr "Catalán" + +msgid "Czech" +msgstr "Checo" + +msgid "Welsh" +msgstr "Galés" + +msgid "Danish" +msgstr "Danés" + +msgid "German" +msgstr "Alemán" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "Griego" + +msgid "English" +msgstr "Inglés" + +msgid "Australian English" +msgstr "Inglés Australiano" + +msgid "British English" +msgstr "Inglés Británico" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Español" + +msgid "Argentinian Spanish" +msgstr "Español de Argentina" + +msgid "Colombian Spanish" +msgstr "Español de Colombia" + +msgid "Mexican Spanish" +msgstr "Español de México" + +msgid "Nicaraguan Spanish" +msgstr "Español de Nicaragua" + +msgid "Venezuelan Spanish" +msgstr "Español de Venezuela" + +msgid "Estonian" +msgstr "Estonio" + +msgid "Basque" +msgstr "Vazco" + +msgid "Persian" +msgstr "Persa" + +msgid "Finnish" +msgstr "Finlandés" + +msgid "French" +msgstr "Francés" + +msgid "Frisian" +msgstr "Frisio" + +msgid "Irish" +msgstr "Irlandés" + +msgid "Scottish Gaelic" +msgstr "Gaélico Escocés" + +msgid "Galician" +msgstr "Galés" + +msgid "Hebrew" +msgstr "Hebreo" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Croata" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "Húngaro" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indonesio" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Islandés" + +msgid "Italian" +msgstr "Italiano" + +msgid "Japanese" +msgstr "Japonés" + +msgid "Georgian" +msgstr "Georgiano" + +msgid "Kazakh" +msgstr "Kazajo" + +msgid "Khmer" +msgstr "Khmer" + +msgid "Kannada" +msgstr "Canarés" + +msgid "Korean" +msgstr "Coreano" + +msgid "Luxembourgish" +msgstr "Luxenburgués" + +msgid "Lithuanian" +msgstr "Lituano" + +msgid "Latvian" +msgstr "Latvio" + +msgid "Macedonian" +msgstr "Macedonio" + +msgid "Malayalam" +msgstr "Malayala" + +msgid "Mongolian" +msgstr "Mongol" + +msgid "Marathi" +msgstr "Maratí" + +msgid "Burmese" +msgstr "Birmano" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "Nepalí" + +msgid "Dutch" +msgstr "Holandés" + +msgid "Norwegian Nynorsk" +msgstr "Nynorsk" + +msgid "Ossetic" +msgstr "Osetio" + +msgid "Punjabi" +msgstr "Punjabi" + +msgid "Polish" +msgstr "Polaco" + +msgid "Portuguese" +msgstr "Portugués" + +msgid "Brazilian Portuguese" +msgstr "Portugués de Brasil" + +msgid "Romanian" +msgstr "Ruman" + +msgid "Russian" +msgstr "Ruso" + +msgid "Slovak" +msgstr "Eslovaco" + +msgid "Slovenian" +msgstr "Eslovenio" + +msgid "Albanian" +msgstr "Albano" + +msgid "Serbian" +msgstr "Serbi" + +msgid "Serbian Latin" +msgstr "Latín Serbio" + +msgid "Swedish" +msgstr "Sueco" + +msgid "Swahili" +msgstr "Suajili" + +msgid "Tamil" +msgstr "Tamil" + +msgid "Telugu" +msgstr "Telugu" + +msgid "Thai" +msgstr "Tailandés" + +msgid "Turkish" +msgstr "Turco" + +msgid "Tatar" +msgstr "Tártaro" + +msgid "Udmurt" +msgstr "Udmurt" + +msgid "Ukrainian" +msgstr "Ucranio" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Vietnamese" +msgstr "Vietnamita" + +msgid "Simplified Chinese" +msgstr "Chino simplificado" + +msgid "Traditional Chinese" +msgstr "Chino tradicional" + +msgid "Messages" +msgstr "Mensajes" + +msgid "Site Maps" +msgstr "Mapas del sitio" + +msgid "Static Files" +msgstr "Archivos estáticos" + +msgid "Syndication" +msgstr "Sindicación" + +msgid "Enter a valid value." +msgstr "Introduzca un valor válido." + +msgid "Enter a valid URL." +msgstr "Introduzca una URL válida." + +msgid "Enter a valid integer." +msgstr "Ingrese un valor válido." + +msgid "Enter a valid email address." +msgstr "Ingrese una dirección de correo electrónico válida." + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Introduzca un 'slug' válido, consistente de letras, números, guiones bajos o " +"guiones." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Ingrese un 'slug' válido, compuesto por letras del conjunto Unicode, " +"números, guiones bajos o guiones." + +msgid "Enter a valid IPv4 address." +msgstr "Introduzca una dirección IPv4 válida." + +msgid "Enter a valid IPv6 address." +msgstr "Ingrese una dirección IPv6 válida." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Ingrese una dirección IPv4 o IPv6 válida." + +msgid "Enter only digits separated by commas." +msgstr "Introduzca solo dígitos separados por comas." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Asegúrese de que este valor %(limit_value)s (ahora es %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Asegúrese de que este valor es menor o igual que %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Asegúrese de que este valor es mayor o igual que %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Asegúrese de que este valor tenga como mínimo %(limit_value)d carácter " +"(tiene %(show_value)d)." +msgstr[1] "" +"Asegúrese de que este valor tenga como mínimo %(limit_value)d caracteres " +"(tiene %(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Asegúrese de que este valor tenga como máximo %(limit_value)d carácter " +"(tiene %(show_value)d)." +msgstr[1] "" +"Asegúrese de que este valor tenga como máximo %(limit_value)d caracteres " +"(tiene %(show_value)d)." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Asegúrese de que no hayan más de %(max)s dígito en total." +msgstr[1] "Asegúrese de que no hayan más de %(max)s dígitos en total." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Asegúrese de que no hayan más de %(max)s decimal." +msgstr[1] "Asegúrese de que no hayan más de %(max)s decimales." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Asegúrese de que no hayan más de %(max)s dígito antes del punto decimal." +msgstr[1] "" +"Asegúrese de que no hayan más de %(max)s dígitos antes del punto decimal." + +msgid "and" +msgstr "y" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s con este %(field_labels)s ya existe." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Valor %(value)r no es una opción válida." + +msgid "This field cannot be null." +msgstr "Este campo no puede ser nulo." + +msgid "This field cannot be blank." +msgstr "Este campo no puede estar en blanco." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s con esta %(field_label)s ya existe." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s debe ser único para %(date_field_label)s %(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Tipo de campo: %(field_type)s" + +msgid "Integer" +msgstr "Entero" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "'%(value)s' debe ser un valor entero." + +msgid "Big (8 byte) integer" +msgstr "Entero grande (8 bytes)" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "'%(value)s' debe ser Verdadero o Falso." + +msgid "Boolean (Either True or False)" +msgstr "Booleano (Verdadero o Falso)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Cadena (máximo %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Enteros separados por comas" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"'%(value)s' tiene un formato de fecha no válida. Este valor debe estar en el " +"formato AAAA-MM-DD." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"valor '%(value)s' tiene un formato correcto (AAAA-MM-DD) pero es una fecha " +"invalida." + +msgid "Date (without time)" +msgstr "Fecha (sin hora)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"'%(value)s' tiene un formato de fecha no válido. Este valor debe estar en el " +"formato AAAA-MM-DD HH:MM[:ss[.uuuuuu]][TZ]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"el valor '%(value)s' tiene un formato correcto (AAAA-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ]) pero es una fecha/hora invalida." + +msgid "Date (with time)" +msgstr "Fecha (con hora)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "el valor '%(value)s' debe ser un número decimal." + +msgid "Decimal number" +msgstr "Número decimal" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" +"el valor '%(value)s' tiene un formato no válido. Este valor debe estar en el " +"formato [DD] [HH:[MM:]]ss[.uuuuuu]." + +msgid "Duration" +msgstr "Duración" + +msgid "Email address" +msgstr "Dirección de correo electrónico" + +msgid "File path" +msgstr "Ruta de archivo" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "el valor '%(value)s' debe ser un número real." + +msgid "Floating point number" +msgstr "Número de punto flotante" + +msgid "IPv4 address" +msgstr "Dirección IPv4" + +msgid "IP address" +msgstr "Dirección IP" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "el valor '%(value)s' debe ser Nulo, Verdadero o Falso." + +msgid "Boolean (Either True, False or None)" +msgstr "Booleano (Verdadero, Falso o Nulo)" + +msgid "Positive integer" +msgstr "Entero positivo" + +msgid "Positive small integer" +msgstr "Entero positivo pequeño" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (hasta %(max_length)s)" + +msgid "Small integer" +msgstr "Entero pequeño" + +msgid "Text" +msgstr "Texto" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"el valor '%(value)s' tiene un formato no válido. Este debe estar en el " +"formato HH:MM[:ss[.uuuuuu]]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"el valor '%(value)s' tiene un formato correcto (HH:MM[:ss[.uuuuuu]]) pero " +"tiene la hora invalida." + +msgid "Time" +msgstr "Hora" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Datos de binarios brutos" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "'%(value)s' no es un UUID válido." + +msgid "File" +msgstr "Archivo" + +msgid "Image" +msgstr "Imagen" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "la instancia del %(model)s con %(field)s %(value)r no existe." + +msgid "Foreign Key (type determined by related field)" +msgstr "Clave foránea (tipo determinado por el campo relacionado)" + +msgid "One-to-one relationship" +msgstr "Relación uno a uno" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "Relación muchos a muchos" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Este campo es obligatorio." + +msgid "Enter a whole number." +msgstr "Introduzca un número completo." + +msgid "Enter a number." +msgstr "Introduzca un número." + +msgid "Enter a valid date." +msgstr "Introduzca una fecha válida." + +msgid "Enter a valid time." +msgstr "Introduzca una hora válida." + +msgid "Enter a valid date/time." +msgstr "Introduzca una hora y fecha válida." + +msgid "Enter a valid duration." +msgstr "Ingrese una duración válida." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" +"No se envió archivo alguno. Revise el tipo de codificación del formulario." + +msgid "No file was submitted." +msgstr "No se envió ningún archivo." + +msgid "The submitted file is empty." +msgstr "El archivo enviado está vacío." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Asegúrese de que este nombre de archivo tenga como máximo %(max)d carácter " +"(tiene %(length)d)." +msgstr[1] "" +"Asegúrese de que este nombre de archivo tenga como máximo %(max)d caracteres " +"(tiene %(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Por favor provea un archivo o active el selector de limpiar, no ambos." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Envíe una imagen válida. El fichero que ha enviado no era una imagen o se " +"trataba de una imagen corrupta." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Escoja una opción válida. %(value)s no es una de las opciones disponibles." + +msgid "Enter a list of values." +msgstr "Ingrese una lista de valores." + +msgid "Enter a complete value." +msgstr "Ingrese un valor completo." + +msgid "Enter a valid UUID." +msgstr "Ingrese un UUID válido." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Campo oculto %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "Los datos de ManagementForm faltan o han sido manipulados" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Por favor, envíe %d o un menor número de formularios." +msgstr[1] "Por favor, envíe %d o un menor número de formularios." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Por favor, envíe %d o más formularios." +msgstr[1] "Por favor, envíe %d o más formularios." + +msgid "Order" +msgstr "Orden" + +msgid "Delete" +msgstr "Eliminar" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Por favor, corrija el dato duplicado para %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Por favor, corrija el dato duplicado para %(field)s, este debe ser único." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Por favor, corrija los datos duplicados para %(field_name)s este debe ser " +"único para %(lookup)s en %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Por favor, corrija los valores duplicados abajo." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "" +"La clave foránea en linea no coincide con la clave primaria de la instancia " +"padre." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Escoja una opción válida. Esa opción no está entre las opciones disponibles." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "\"%(pk)s\" no es un valor válido para una llave primaria." + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s no puede interpretarse en la zona horaria %(current_timezone)s; " +"puede ser ambiguo o puede no existir." + +msgid "Currently" +msgstr "Actualmente" + +msgid "Change" +msgstr "Cambiar" + +msgid "Clear" +msgstr "Limpiar" + +msgid "Unknown" +msgstr "Desconocido" + +msgid "Yes" +msgstr "Sí" + +msgid "No" +msgstr "No" + +msgid "yes,no,maybe" +msgstr "sí, no, quizás" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d byte" +msgstr[1] "%(size)d bytes" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "medianoche" + +msgid "noon" +msgstr "mediodía" + +msgid "Monday" +msgstr "Lunes" + +msgid "Tuesday" +msgstr "Martes" + +msgid "Wednesday" +msgstr "Miércoles" + +msgid "Thursday" +msgstr "Jueves" + +msgid "Friday" +msgstr "Viernes" + +msgid "Saturday" +msgstr "Sábado" + +msgid "Sunday" +msgstr "Domingo" + +msgid "Mon" +msgstr "Lun" + +msgid "Tue" +msgstr "Mar" + +msgid "Wed" +msgstr "Mié" + +msgid "Thu" +msgstr "Jue" + +msgid "Fri" +msgstr "Vie" + +msgid "Sat" +msgstr "Sáb" + +msgid "Sun" +msgstr "Dom" + +msgid "January" +msgstr "Enero" + +msgid "February" +msgstr "Febrero" + +msgid "March" +msgstr "Marzo" + +msgid "April" +msgstr "Abril" + +msgid "May" +msgstr "Mayo" + +msgid "June" +msgstr "Junio" + +msgid "July" +msgstr "Julio" + +msgid "August" +msgstr "Agosto" + +msgid "September" +msgstr "Septiembre" + +msgid "October" +msgstr "Octubre" + +msgid "November" +msgstr "Noviembre" + +msgid "December" +msgstr "Diciembre" + +msgid "jan" +msgstr "ene" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "abr" + +msgid "may" +msgstr "may" + +msgid "jun" +msgstr "jun" + +msgid "jul" +msgstr "jul" + +msgid "aug" +msgstr "ago" + +msgid "sep" +msgstr "sep" + +msgid "oct" +msgstr "oct" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "dic" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Ene." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Marzo" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Abril" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Mayo" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Junio" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Julio" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Ago." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Sep." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Oct." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Dic." + +msgctxt "alt. month" +msgid "January" +msgstr "Enero" + +msgctxt "alt. month" +msgid "February" +msgstr "Febrero" + +msgctxt "alt. month" +msgid "March" +msgstr "Marzo" + +msgctxt "alt. month" +msgid "April" +msgstr "Abril" + +msgctxt "alt. month" +msgid "May" +msgstr "Mayo" + +msgctxt "alt. month" +msgid "June" +msgstr "Junio" + +msgctxt "alt. month" +msgid "July" +msgstr "Julio" + +msgctxt "alt. month" +msgid "August" +msgstr "Agosto" + +msgctxt "alt. month" +msgid "September" +msgstr "Septiembre" + +msgctxt "alt. month" +msgid "October" +msgstr "Octubre" + +msgctxt "alt. month" +msgid "November" +msgstr "Noviembre" + +msgctxt "alt. month" +msgid "December" +msgstr "Diciembre" + +msgid "This is not a valid IPv6 address." +msgstr "Esta no es una dirección IPv6 válida." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "o" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d año" +msgstr[1] "%d años" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d mes" +msgstr[1] "%d meses" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d semana" +msgstr[1] "%d semanas" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d día" +msgstr[1] "%d días" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d hora" +msgstr[1] "%d horas" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d minuto" +msgstr[1] "%d minutos" + +msgid "0 minutes" +msgstr "0 minutos" + +msgid "Forbidden" +msgstr "Prohibido" + +msgid "CSRF verification failed. Request aborted." +msgstr "Verificación CSRF fallida. Solicitud abortada." + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Estás viendo este mensaje porque este sitio web es HTTPS y requiere que tu " +"navegador envíe una 'Referer header' y no se envió ninguna. Esta cabecera se " +"necesita por razones de seguridad, para asegurarse de que tu navegador no ha " +"sido comprometido por terceras partes." + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" +"Si has configurado tu navegador desactivando las cabeceras 'Referer', por " +"favor vuélvelas a activar, al menos para esta web, o para conexiones HTTPS, " +"o para peticiones 'same-origin'." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Estás viendo este mensaje porqué esta web requiere una cookie CSRF cuando se " +"envían formularios. Esta cookie se necesita por razones de seguridad, para " +"asegurar que tu navegador no ha sido comprometido por terceras partes." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" +"Si has inhabilitado las cookies en tu navegador, por favor habilítalas " +"nuevamente al menos para este sitio, o para peticiones 'same-origin'." + +msgid "More information is available with DEBUG=True." +msgstr "Se puede ver más información si se establece DEBUG=True." + +msgid "Welcome to Django" +msgstr "Bienvenido a Django" + +msgid "It worked!" +msgstr "¡Funcionó!" + +msgid "Congratulations on your first Django-powered page." +msgstr "Felicitaciones por su primera página con Django." + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" +"Por supuesto, todavía no has hecho ningún trabajo. Para continuar, inicia tu " +"primera aplicación ejecutando python manage.py startapp [app_label]." + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" +"Ves este mensaje porque tienes DEBUG = True en el archivo de " +"configuración de Django y no has configurado ninguna URL. ¡A trabajar!" + +msgid "No year specified" +msgstr "No se ha indicado el año" + +msgid "No month specified" +msgstr "No se ha indicado el mes" + +msgid "No day specified" +msgstr "No se ha indicado el día" + +msgid "No week specified" +msgstr "No se ha indicado la semana" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "No %(verbose_name_plural)s disponibles" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Los futuros %(verbose_name_plural)s no están disponibles porque " +"%(class_name)s.allow_future es Falso." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "Fecha '%(datestr)s' no válida, el formato válido es '%(format)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "No se encontró ningún %(verbose_name)s coincidente con la consulta" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "La página no es la 'ultima', ni puede ser convertida a un entero." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Página inválida (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Lista vacía y '%(class_name)s.allow_empty' es Falso." + +msgid "Directory indexes are not allowed here." +msgstr "Los índices de directorio no están permitidos." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" no existe" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Índice de %(directory)s" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/et/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/et/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..0a988972938210db4558c5a5104fb8183ad1b213 GIT binary patch literal 23902 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 TR_0_;T^7a56kF<-f;0aYBi_2I literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/et/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/et/LC_MESSAGES/django.po new file mode 100644 index 0000000..67fa0ed --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/et/LC_MESSAGES/django.po @@ -0,0 +1,1197 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# eallik , 2011 +# Jannis Leidel , 2011 +# Janno Liivak , 2013-2015 +# madisvain , 2011 +# Martin Pajuste , 2014-2015 +# Martin Pajuste , 2016 +# Marti Raudsepp , 2014,2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-07-18 21:42+0000\n" +"Last-Translator: Marti Raudsepp \n" +"Language-Team: Estonian (http://www.transifex.com/django/django/language/" +"et/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: et\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "afrikaani" + +msgid "Arabic" +msgstr "araabia" + +msgid "Asturian" +msgstr "astuuria" + +msgid "Azerbaijani" +msgstr "aserbaidžaani" + +msgid "Bulgarian" +msgstr "bulgaaria" + +msgid "Belarusian" +msgstr "valgevene" + +msgid "Bengali" +msgstr "bengali" + +msgid "Breton" +msgstr "bretooni" + +msgid "Bosnian" +msgstr "bosnia" + +msgid "Catalan" +msgstr "katalaani" + +msgid "Czech" +msgstr "tšehhi" + +msgid "Welsh" +msgstr "uelsi" + +msgid "Danish" +msgstr "taani" + +msgid "German" +msgstr "saksa" + +msgid "Lower Sorbian" +msgstr " alamsorbi" + +msgid "Greek" +msgstr "kreeka" + +msgid "English" +msgstr "inglise" + +msgid "Australian English" +msgstr "austraalia inglise" + +msgid "British English" +msgstr "briti inglise" + +msgid "Esperanto" +msgstr "esperanto" + +msgid "Spanish" +msgstr "hispaania" + +msgid "Argentinian Spanish" +msgstr "argentiina hispaani" + +msgid "Colombian Spanish" +msgstr "kolumbia hispaania" + +msgid "Mexican Spanish" +msgstr "mehhiko hispaania" + +msgid "Nicaraguan Spanish" +msgstr "nikaraagua hispaania" + +msgid "Venezuelan Spanish" +msgstr "venetsueela hispaania" + +msgid "Estonian" +msgstr "eesti" + +msgid "Basque" +msgstr "baski" + +msgid "Persian" +msgstr "pärsia" + +msgid "Finnish" +msgstr "soome" + +msgid "French" +msgstr "prantsuse" + +msgid "Frisian" +msgstr "friisi" + +msgid "Irish" +msgstr "iiri" + +msgid "Scottish Gaelic" +msgstr "šoti gaeli" + +msgid "Galician" +msgstr "galiitsia" + +msgid "Hebrew" +msgstr "heebrea" + +msgid "Hindi" +msgstr "hindi" + +msgid "Croatian" +msgstr "horvaatia" + +msgid "Upper Sorbian" +msgstr "ülemsorbi" + +msgid "Hungarian" +msgstr "ungari" + +msgid "Interlingua" +msgstr "interlingua" + +msgid "Indonesian" +msgstr "indoneesi" + +msgid "Ido" +msgstr "ido" + +msgid "Icelandic" +msgstr "islandi" + +msgid "Italian" +msgstr "itaalia" + +msgid "Japanese" +msgstr "jaapani" + +msgid "Georgian" +msgstr "gruusia" + +msgid "Kazakh" +msgstr "kasahhi" + +msgid "Khmer" +msgstr "khmeri" + +msgid "Kannada" +msgstr "kannada" + +msgid "Korean" +msgstr "korea" + +msgid "Luxembourgish" +msgstr "letseburgi" + +msgid "Lithuanian" +msgstr "leedu" + +msgid "Latvian" +msgstr "läti" + +msgid "Macedonian" +msgstr "makedoonia" + +msgid "Malayalam" +msgstr "malaia" + +msgid "Mongolian" +msgstr "mongoolia" + +msgid "Marathi" +msgstr "marathi" + +msgid "Burmese" +msgstr "birma" + +msgid "Norwegian Bokmål" +msgstr "norra bokmål" + +msgid "Nepali" +msgstr "nepali" + +msgid "Dutch" +msgstr "hollandi" + +msgid "Norwegian Nynorsk" +msgstr "norra (nynorsk)" + +msgid "Ossetic" +msgstr "osseetia" + +msgid "Punjabi" +msgstr "pandžab" + +msgid "Polish" +msgstr "poola" + +msgid "Portuguese" +msgstr "portugali" + +msgid "Brazilian Portuguese" +msgstr "brasiilia portugali" + +msgid "Romanian" +msgstr "rumeenia" + +msgid "Russian" +msgstr "vene" + +msgid "Slovak" +msgstr "slovaki" + +msgid "Slovenian" +msgstr "sloveeni" + +msgid "Albanian" +msgstr "albaania" + +msgid "Serbian" +msgstr "serbia" + +msgid "Serbian Latin" +msgstr "serbia (ladina)" + +msgid "Swedish" +msgstr "rootsi" + +msgid "Swahili" +msgstr "suahiili" + +msgid "Tamil" +msgstr "tamiili" + +msgid "Telugu" +msgstr "telugu" + +msgid "Thai" +msgstr "tai" + +msgid "Turkish" +msgstr "türgi" + +msgid "Tatar" +msgstr "tatari" + +msgid "Udmurt" +msgstr "udmurdi" + +msgid "Ukrainian" +msgstr "ukrania" + +msgid "Urdu" +msgstr "urdu" + +msgid "Vietnamese" +msgstr "vietnami" + +msgid "Simplified Chinese" +msgstr "lihtsustatud hiina" + +msgid "Traditional Chinese" +msgstr "traditsiooniline hiina" + +msgid "Messages" +msgstr "Sõnumid" + +msgid "Site Maps" +msgstr "Saidikaardid" + +msgid "Static Files" +msgstr "Staatilised failid" + +msgid "Syndication" +msgstr "Sündikeerimine" + +msgid "Enter a valid value." +msgstr "Sisestage korrektne väärtus." + +msgid "Enter a valid URL." +msgstr "Sisestage korrektne URL." + +msgid "Enter a valid integer." +msgstr "Sisestage korrektne täisarv." + +msgid "Enter a valid email address." +msgstr "Sisestage korrektne e-posti aadress." + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"See väärtus võib sisaldada ainult tähti, numbreid, alljooni ja sidekriipse." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Sisesta korrektne 'nälk', mis koosneb Unicode tähtedest, numbritest, ala- ja " +"sidekriipsudest." + +msgid "Enter a valid IPv4 address." +msgstr "Sisestage korrektne IPv4 aadress." + +msgid "Enter a valid IPv6 address." +msgstr "Sisestage korrektne IPv6 aadress." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Sisestage korrektne IPv4 või IPv6 aadress." + +msgid "Enter only digits separated by commas." +msgstr "Sisestage ainult komaga eraldatud numbreid." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Veendu, et see väärtus on %(limit_value)s (hetkel on %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Veendu, et see väärtus on väiksem või võrdne kui %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Veendu, et see väärtus on suurem või võrdne kui %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Väärtuses peab olema vähemalt %(limit_value)d tähemärk (praegu on " +"%(show_value)d)." +msgstr[1] "" +"Väärtuses peab olema vähemalt %(limit_value)d tähemärki (praegu on " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Väärtuses võib olla kõige rohkem %(limit_value)d tähemärk (praegu on " +"%(show_value)d)." +msgstr[1] "" +"Väärtuses võib olla kõige rohkem %(limit_value)d tähemärki (praegu on " +"%(show_value)d)." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Veenduge, et kogu numbrikohtade arv ei oleks suurem kui %(max)s." +msgstr[1] "Veenduge, et kogu numbrikohtade arv ei oleks suurem kui %(max)s." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Veenduge, et komakohtade arv ei oleks suurem kui %(max)s." +msgstr[1] "Veenduge, et komakohtade arv ei oleks suurem kui %(max)s." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Veenduge, et komast vasakul olevaid numbreid ei oleks rohkem kui %(max)s." +msgstr[1] "" +"Veenduge, et komast vasakul olevaid numbreid ei oleks rohkem kui %(max)s." + +msgid "and" +msgstr "ja" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s väljaga %(field_labels)s on juba olemas." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Väärtus %(value)r ei ole kehtiv valik." + +msgid "This field cannot be null." +msgstr "See lahter ei tohi olla tühi." + +msgid "This field cannot be blank." +msgstr "See väli ei saa olla tühi." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "Sellise %(field_label)s-väljaga %(model_name)s on juba olemas." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s peab olema unikaalne %(date_field_label)s %(lookup_type)s " +"suhtes." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Lahter tüüpi: %(field_type)s" + +msgid "Integer" +msgstr "Täisarv" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "'%(value)s' väärtus peab olema täisarv." + +msgid "Big (8 byte) integer" +msgstr "Suur (8 baiti) täisarv" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "'%(value)s' väärtus peab olema kas Tõene või Väär." + +msgid "Boolean (Either True or False)" +msgstr "Tõeväärtus (Kas tõene või väär)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "String (kuni %(max_length)s märki)" + +msgid "Comma-separated integers" +msgstr "Komaga eraldatud täisarvud" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"'%(value)s' väärtusel on vale kuupäevaformaat. See peab olema kujul AAAA-KK-" +"PP." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"'%(value)s' väärtusel on õige formaat (AAAA-KK-PP), kuid kuupäev on vale." + +msgid "Date (without time)" +msgstr "Kuupäev (kellaajata)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"'%(value)s' väärtusel on vale formaat. Peab olema formaadis AAAA-KK-PP HH:" +"MM[:ss[.uuuuuu]][TZ]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"'%(value)s' väärtusel on õige formaat (AAAA-KK-PP HH:MM[:ss[.uuuuuu]][TZ]), " +"kuid kuupäev/kellaaeg on vale." + +msgid "Date (with time)" +msgstr "Kuupäev (kellaajaga)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "'%(value)s' väärtus peab olema kümnendarv." + +msgid "Decimal number" +msgstr "Kümnendmurd" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" +"'%(value)s' väärtusel on vale formaat. Peab olema formaadis [DD] [HH:" +"[MM:]]ss[.uuuuuu]." + +msgid "Duration" +msgstr "Kestus" + +msgid "Email address" +msgstr "E-posti aadress" + +msgid "File path" +msgstr "Faili asukoht" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "'%(value)s' väärtus peab olema ujukomaarv." + +msgid "Floating point number" +msgstr "Ujukomaarv" + +msgid "IPv4 address" +msgstr "IPv4 aadress" + +msgid "IP address" +msgstr "IP aadress" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "'%(value)s' väärtus peab olema kas Puudub, Tõene või Väär." + +msgid "Boolean (Either True, False or None)" +msgstr "Tõeväärtus (Kas tõene, väär või tühi)" + +msgid "Positive integer" +msgstr "Positiivne täisarv" + +msgid "Positive small integer" +msgstr "Positiivne väikene täisarv" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Nälk (kuni %(max_length)s märki)" + +msgid "Small integer" +msgstr "Väike täisarv" + +msgid "Text" +msgstr "Tekst" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"'%(value)s' väärtusel on vale formaat. Peab olema formaadis HH:MM[:ss[." +"uuuuuu]]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"'%(value)s' väärtusel on õige formaat (HH:MM[:ss[.uuuuuu]]), kuid kellaaeg " +"on vale." + +msgid "Time" +msgstr "Aeg" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Töötlemata binaarandmed" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "'%(value)s' ei ole korrektne UUID." + +msgid "File" +msgstr "Fail" + +msgid "Image" +msgstr "Pilt" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "%(model)s isendit %(field)s %(value)r ei leidu." + +msgid "Foreign Key (type determined by related field)" +msgstr "Välisvõti (tüübi määrab seotud väli) " + +msgid "One-to-one relationship" +msgstr "Üks-ühele seos" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "%(from)s-%(to)s seos" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "%(from)s-%(to)s seosed" + +msgid "Many-to-many relationship" +msgstr "Mitu-mitmele seos" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "See lahter on nõutav." + +msgid "Enter a whole number." +msgstr "Sisestage täisarv." + +msgid "Enter a number." +msgstr "Sisestage arv." + +msgid "Enter a valid date." +msgstr "Sisestage korrektne kuupäev." + +msgid "Enter a valid time." +msgstr "Sisestage korrektne kellaaeg." + +msgid "Enter a valid date/time." +msgstr "Sisestage korrektne kuupäev ja kellaaeg." + +msgid "Enter a valid duration." +msgstr "Sisestage korrektne kestus." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Ühtegi faili ei saadetud. Kontrollige vormi kodeeringutüüpi." + +msgid "No file was submitted." +msgstr "Ühtegi faili ei saadetud." + +msgid "The submitted file is empty." +msgstr "Saadetud fail on tühi." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Veenduge, et faili nimes poleks rohkem kui %(max)d märk (praegu on " +"%(length)d)." +msgstr[1] "" +"Veenduge, et faili nimes poleks rohkem kui %(max)d märki (praegu on " +"%(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Palun laadige fail või märgistage 'tühjenda' kast, mitte mõlemat." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Laadige korrektne pilt. Fail, mille laadisite, ei olnud kas pilt või oli " +"fail vigane." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Valige korrektne väärtus. %(value)s ei ole valitav." + +msgid "Enter a list of values." +msgstr "Sisestage väärtuste nimekiri." + +msgid "Enter a complete value." +msgstr "Sisestage täielik väärtus." + +msgid "Enter a valid UUID." +msgstr "Sisestage korrektne UUID." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Peidetud väli %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "ManagementForm andmed on kadunud või nendega on keegi midagi teinud" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Palun kinnitage %d või vähem vormi." +msgstr[1] "Palun kinnitage %d või vähem vormi." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Palun kinnitage %d või rohkem vormi." +msgstr[1] "Palun kinnitage %d või rohkem vormi." + +msgid "Order" +msgstr "Järjestus" + +msgid "Delete" +msgstr "Kustuta" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Palun parandage duplikaat-andmed lahtris %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Palun parandage duplikaat-andmed lahtris %(field)s, mis peab olema unikaalne." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Palun parandage allolevad duplikaat-väärtused" + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "Pesastatud välisvõti ei sobi ülemobjekti primaarvõtmega." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Valige korrektne väärtus. Valitud väärtus ei ole valitav." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "\"%(pk)s\" ei ole sobiv väärtus primaarvõtmeks." + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s ei saanud tõlgendada ajavööndis %(current_timezone)s; see on " +"kas puudu või mitmetähenduslik." + +msgid "Currently" +msgstr "Hetkel" + +msgid "Change" +msgstr "Muuda" + +msgid "Clear" +msgstr "Tühjenda" + +msgid "Unknown" +msgstr "Tundmatu" + +msgid "Yes" +msgstr "Jah" + +msgid "No" +msgstr "Ei" + +msgid "yes,no,maybe" +msgstr "jah,ei,võib-olla" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d bait" +msgstr[1] "%(size)d baiti" + +#, python-format +msgid "%s KB" +msgstr "%s kB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.l." + +msgid "a.m." +msgstr "e.l." + +msgid "PM" +msgstr "PL" + +msgid "AM" +msgstr "EL" + +msgid "midnight" +msgstr "südaöö" + +msgid "noon" +msgstr "keskpäev" + +msgid "Monday" +msgstr "esmaspäev" + +msgid "Tuesday" +msgstr "teisipäev" + +msgid "Wednesday" +msgstr "kolmapäev" + +msgid "Thursday" +msgstr "neljapäev" + +msgid "Friday" +msgstr "reede" + +msgid "Saturday" +msgstr "laupäev" + +msgid "Sunday" +msgstr "pühapäev" + +msgid "Mon" +msgstr "esmasp." + +msgid "Tue" +msgstr "teisip." + +msgid "Wed" +msgstr "kolmap." + +msgid "Thu" +msgstr "neljap." + +msgid "Fri" +msgstr "reede" + +msgid "Sat" +msgstr "laup." + +msgid "Sun" +msgstr "pühap." + +msgid "January" +msgstr "jaanuar" + +msgid "February" +msgstr "veebruar" + +msgid "March" +msgstr "märts" + +msgid "April" +msgstr "aprill" + +msgid "May" +msgstr "mai" + +msgid "June" +msgstr "juuni" + +msgid "July" +msgstr "juuli" + +msgid "August" +msgstr "august" + +msgid "September" +msgstr "september" + +msgid "October" +msgstr "oktoober" + +msgid "November" +msgstr "november" + +msgid "December" +msgstr "detsember" + +msgid "jan" +msgstr "jaan" + +msgid "feb" +msgstr "veeb" + +msgid "mar" +msgstr "märts" + +msgid "apr" +msgstr "apr" + +msgid "may" +msgstr "mai" + +msgid "jun" +msgstr "jun" + +msgid "jul" +msgstr "jul" + +msgid "aug" +msgstr "aug" + +msgid "sep" +msgstr "sept" + +msgid "oct" +msgstr "okt" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "dets" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "jaan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "veeb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "mär." + +msgctxt "abbrev. month" +msgid "April" +msgstr "apr." + +msgctxt "abbrev. month" +msgid "May" +msgstr "mai" + +msgctxt "abbrev. month" +msgid "June" +msgstr "juuni" + +msgctxt "abbrev. month" +msgid "July" +msgstr "juuli" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "aug." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "sept." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "okt." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "dets." + +msgctxt "alt. month" +msgid "January" +msgstr "jaanuar" + +msgctxt "alt. month" +msgid "February" +msgstr "veebruar" + +msgctxt "alt. month" +msgid "March" +msgstr "märts" + +msgctxt "alt. month" +msgid "April" +msgstr "aprill" + +msgctxt "alt. month" +msgid "May" +msgstr "mai" + +msgctxt "alt. month" +msgid "June" +msgstr "juuni" + +msgctxt "alt. month" +msgid "July" +msgstr "juuli" + +msgctxt "alt. month" +msgid "August" +msgstr "august" + +msgctxt "alt. month" +msgid "September" +msgstr "september" + +msgctxt "alt. month" +msgid "October" +msgstr "oktoober" + +msgctxt "alt. month" +msgid "November" +msgstr "november" + +msgctxt "alt. month" +msgid "December" +msgstr "detsember" + +msgid "This is not a valid IPv6 address." +msgstr "See ei ole korrektne IPv6 aadress." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "või" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d aasta" +msgstr[1] "%d aastat" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d kuu" +msgstr[1] "%d kuud" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d nädal" +msgstr[1] "%d nädalat" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d päev" +msgstr[1] "%d päeva" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d tund" +msgstr[1] "%d tundi" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d minut" +msgstr[1] "%d minutit" + +msgid "0 minutes" +msgstr "0 minutit" + +msgid "Forbidden" +msgstr "Keelatud" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF verifitseerimine ebaõnnestus. Päring katkestati." + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Näete seda sõnumit, kuna käesolev HTTPS leht nõuab 'Viitaja päise' saatmist " +"teie brauserile, kuid seda ei saadetud. Seda päist on vaja " +"turvakaalutlustel, kindlustamaks et teie brauserit ei ole kolmandate " +"osapoolte poolt üle võetud." + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" +"Kui olete oma brauseri seadistustes välja lülitanud 'Viitaja' päised siis " +"lülitage need taas sisse vähemalt antud lehe jaoks või HTTPS üheduste jaoks " +"või 'sama-allika' päringute jaoks." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Näete seda teadet, kuna see leht vajab CSRF küpsist vormide postitamiseks. " +"Seda küpsist on vaja turvakaalutlustel, kindlustamaks et teie brauserit ei " +"ole kolmandate osapoolte poolt üle võetud." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" +"Kui olete oma brauseris küpsised keelanud, siis palun lubage need vähemalt " +"selle lehe jaoks või 'sama-allika' päringute jaoks." + +msgid "More information is available with DEBUG=True." +msgstr "Saadaval on rohkem infot kasutades DEBUG=True" + +msgid "Welcome to Django" +msgstr "Teretulemast Django juurde" + +msgid "It worked!" +msgstr "See töötas!" + +msgid "Congratulations on your first Django-powered page." +msgstr "Õnnitleme Teie esimese Django-põhise lehe puhul." + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" +"Muidugi ei ole sa veel midagi tegelikult teinud. Järgmiseks käivita oma " +"rakendus käsuga python manage.py startapp [app_label]." + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" +"Näete seda teadet, kuna teil on määratud DEBUG = True Django " +"seadete failis ja te ei ole ühtki URLi seadistanud. Ruttu tööle!" + +msgid "No year specified" +msgstr "Aasta on valimata" + +msgid "No month specified" +msgstr "Kuu on valimata" + +msgid "No day specified" +msgstr "Päev on valimata" + +msgid "No week specified" +msgstr "Nädal on valimata" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Ei leitud %(verbose_name_plural)s" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Tulevane %(verbose_name_plural)s pole saadaval, sest %(class_name)s." +"allow_future on False." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "Vigane kuupäeva-string '%(datestr)s' lähtudes formaadist '%(format)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Päringule vastavat %(verbose_name)s ei leitud" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "Lehekülg ei ole 'last', ka ei saa teda konvertida täisarvuks." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Vigane leht (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Tühi list ja '%(class_name)s.allow_empty' on False." + +msgid "Directory indexes are not allowed here." +msgstr "Kausta sisuloendid ei ole siin lubatud." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" ei eksisteeri" + +#, python-format +msgid "Index of %(directory)s" +msgstr "%(directory)s sisuloend" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/et/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/et/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/et/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/et/formats.py new file mode 100644 index 0000000..06df111 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/et/formats.py @@ -0,0 +1,24 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'j F Y' +TIME_FORMAT = 'G:i' +# DATETIME_FORMAT = +# YEAR_MONTH_FORMAT = +MONTH_DAY_FORMAT = 'j F' +SHORT_DATE_FORMAT = 'd.m.Y' +# SHORT_DATETIME_FORMAT = +# FIRST_DAY_OF_WEEK = + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +# DATE_INPUT_FORMATS = +# TIME_INPUT_FORMATS = +# DATETIME_INPUT_FORMATS = +DECIMAL_SEPARATOR = ',' +THOUSAND_SEPARATOR = ' ' # Non-breaking space +# NUMBER_GROUPING = diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/eu/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/eu/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..76718a01cb996241ce1b6d8969d9ea77624a8a6a GIT binary patch literal 17377 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, 2013 +# Ander Martínez , 2013-2014 +# Jannis Leidel , 2011 +# jazpillaga , 2011 +# julen , 2011-2012 +# julen , 2013,2015 +# totorika93 , 2012 +# Unai Zalakain , 2013 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Basque (http://www.transifex.com/django/django/language/eu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: eu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Afrikaans" + +msgid "Arabic" +msgstr "Arabiera" + +msgid "Asturian" +msgstr "" + +msgid "Azerbaijani" +msgstr "Azerbaianera" + +msgid "Bulgarian" +msgstr "Bulgariera" + +msgid "Belarusian" +msgstr "Belarusiera" + +msgid "Bengali" +msgstr "Bengalera" + +msgid "Breton" +msgstr "Bretoia" + +msgid "Bosnian" +msgstr "Bosniera" + +msgid "Catalan" +msgstr "Katalana" + +msgid "Czech" +msgstr "Txekiera" + +msgid "Welsh" +msgstr "Gales" + +msgid "Danish" +msgstr "Daniera" + +msgid "German" +msgstr "Alemaniera" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "Greziera" + +msgid "English" +msgstr "Ingelesa" + +msgid "Australian English" +msgstr "" + +msgid "British English" +msgstr "Ingelesa" + +msgid "Esperanto" +msgstr "Esperantoa" + +msgid "Spanish" +msgstr "Espainola" + +msgid "Argentinian Spanish" +msgstr "Espainola (Argentina)" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "Espainola (Mexiko)" + +msgid "Nicaraguan Spanish" +msgstr "Espainola (Nikaragua)" + +msgid "Venezuelan Spanish" +msgstr "Venezuelako gaztelera" + +msgid "Estonian" +msgstr "Estoniera" + +msgid "Basque" +msgstr "Euskara" + +msgid "Persian" +msgstr "Persiera" + +msgid "Finnish" +msgstr "Finlandiera" + +msgid "French" +msgstr "Frantsesa" + +msgid "Frisian" +msgstr "Frisiera" + +msgid "Irish" +msgstr "Irlandako gaelera" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "Galiziera" + +msgid "Hebrew" +msgstr "Hebreera" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Kroaziarra" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "Hungariera" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indonesiera" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "Islandiera" + +msgid "Italian" +msgstr "Italiera" + +msgid "Japanese" +msgstr "Japoniera" + +msgid "Georgian" +msgstr "Georgiera" + +msgid "Kazakh" +msgstr "Kazakhera" + +msgid "Khmer" +msgstr "Khemerera" + +msgid "Kannada" +msgstr "Kanadiera" + +msgid "Korean" +msgstr "Koreera" + +msgid "Luxembourgish" +msgstr "Luxenburgera" + +msgid "Lithuanian" +msgstr "Lituaniera" + +msgid "Latvian" +msgstr "Letoniera" + +msgid "Macedonian" +msgstr "Mazedoniera" + +msgid "Malayalam" +msgstr "Malabarera" + +msgid "Mongolian" +msgstr "Mongoliera" + +msgid "Marathi" +msgstr "" + +msgid "Burmese" +msgstr "Birmaniera" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "Nepalera" + +msgid "Dutch" +msgstr "Holandera" + +msgid "Norwegian Nynorsk" +msgstr "Nynorsk" + +msgid "Ossetic" +msgstr "Osetiera" + +msgid "Punjabi" +msgstr "Punjabera" + +msgid "Polish" +msgstr "Poloniera" + +msgid "Portuguese" +msgstr "Portugalera" + +msgid "Brazilian Portuguese" +msgstr "Portugalera (Brazil)" + +msgid "Romanian" +msgstr "Errumaniera" + +msgid "Russian" +msgstr "Errusiera" + +msgid "Slovak" +msgstr "Eslovakiera" + +msgid "Slovenian" +msgstr "Esloveniera" + +msgid "Albanian" +msgstr "Albaniera" + +msgid "Serbian" +msgstr "Serbiera" + +msgid "Serbian Latin" +msgstr "Serbiera" + +msgid "Swedish" +msgstr "Suediera" + +msgid "Swahili" +msgstr "Swahilia" + +msgid "Tamil" +msgstr "Tamilera" + +msgid "Telugu" +msgstr "Telegu hizkuntza" + +msgid "Thai" +msgstr "Thailandiera" + +msgid "Turkish" +msgstr "Turkiera" + +msgid "Tatar" +msgstr "Tatarera" + +msgid "Udmurt" +msgstr "Udmurt" + +msgid "Ukrainian" +msgstr "Ukrainera" + +msgid "Urdu" +msgstr "Urdua" + +msgid "Vietnamese" +msgstr "Vietnamamera" + +msgid "Simplified Chinese" +msgstr "Txinera (sinpletua)" + +msgid "Traditional Chinese" +msgstr "Txinera (tradizionala)" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "" + +msgid "Static Files" +msgstr "Fitxategi estatikoak" + +msgid "Syndication" +msgstr "" + +msgid "Enter a valid value." +msgstr "Idatzi balio zuzena." + +msgid "Enter a valid URL." +msgstr "Idatzi baliozko URL bat." + +msgid "Enter a valid integer." +msgstr "Idatzi baliozko osoko zenbakia." + +msgid "Enter a valid email address." +msgstr "Gehitu baleko email helbide bat" + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Idatzi hizki, zenbaki, azpimarra edo marratxoz osatutako baleko 'slug' bat." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "Sartu IPv4 helbide zuzena." + +msgid "Enter a valid IPv6 address." +msgstr "Sartu IPv6 helbide zuzena" + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Sartu IPv4 edo IPv6 helbide zuzena." + +msgid "Enter only digits separated by commas." +msgstr "Idatzi komaz bereizitako digitoak soilik." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Ziurtatu balioak %(limit_value)s gutxienez karaktere dituela (orain " +"%(show_value)s dauzka)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Ziurtatu balio hau %(limit_value)s baino txikiagoa edo berdina dela." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Ziurtatu balio hau %(limit_value)s baino handiagoa edo berdina dela." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Ziurtatu balio honek gutxienez karaktere %(limit_value)d duela " +"(%(show_value)d ditu)." +msgstr[1] "" +"Ziurtatu balio honek gutxienez %(limit_value)d karaktere dituela " +"(%(show_value)d ditu)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Ziurtatu balio honek gehienez karaktere %(limit_value)d duela " +"(%(show_value)d ditu)." +msgstr[1] "" +"Ziurtatu balio honek gehienez %(limit_value)d karaktere dituela " +"(%(show_value)d ditu)." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Ziurtatu digitu %(max)s baino gehiago ez dagoela guztira." +msgstr[1] "Ziurtatu %(max)s digitu baino gehiago ez dagoela guztira." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Ziurtatu ez dagoela digitu %(max)s baino gehiago komaren atzetik." +msgstr[1] "Ziurtatu ez dagoela %(max)s digitu baino gehiago komaren atzetik." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "Ziurtatu ez dagoela digitu %(max)s baino gehiago komaren aurretik." +msgstr[1] "Ziurtatu ez dagoela %(max)s digitu baino gehiago komaren aurretik." + +msgid "and" +msgstr "eta" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "%(value)r balioa ez da baliozko aukera." + +msgid "This field cannot be null." +msgstr "Eremu hau ezin daiteke hutsa izan (null)." + +msgid "This field cannot be blank." +msgstr "Eremu hau ezin da hutsik egon." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(field_label)s hori daukan %(model_name)s dagoeneko existitzen da." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Eremuaren mota: %(field_type)s" + +msgid "Integer" +msgstr "Zenbaki osoa" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "" + +msgid "Big (8 byte) integer" +msgstr "Zenbaki osoa (handia 8 byte)" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "Boolearra (egia ala gezurra)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Katea (%(max_length)s gehienez)" + +msgid "Comma-separated integers" +msgstr "Komaz bereiztutako zenbaki osoak" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "Data (ordurik gabe)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "Data (orduarekin)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "Zenbaki hamartarra" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "Eposta helbidea" + +msgid "File path" +msgstr "Fitxategiaren bidea" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "Koma higikorreko zenbakia (float)" + +msgid "IPv4 address" +msgstr "IPv4 helbidea" + +msgid "IP address" +msgstr "IP helbidea" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "Boolearra (egia, gezurra edo hutsa[None])" + +msgid "Positive integer" +msgstr "Osoko positiboa" + +msgid "Positive small integer" +msgstr "Osoko positibo txikia" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (gehienez %(max_length)s)" + +msgid "Small integer" +msgstr "Osoko txikia" + +msgid "Text" +msgstr "Testua" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "Ordua" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Datu bitar gordinak" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "" + +msgid "File" +msgstr "Fitxategia" + +msgid "Image" +msgstr "Irudia" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "1-N (mota erlazionatutako eremuaren arabera)" + +msgid "One-to-one relationship" +msgstr "Bat-bat erlazioa" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "M:N erlazioa" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Eremu hau beharrezkoa da." + +msgid "Enter a whole number." +msgstr "Idatzi zenbaki oso bat." + +msgid "Enter a number." +msgstr "Idatzi zenbaki bat." + +msgid "Enter a valid date." +msgstr "Idatzi baliozko data bat." + +msgid "Enter a valid time." +msgstr "Idatzi baliozko ordu bat." + +msgid "Enter a valid date/time." +msgstr "Idatzi baliozko data/ordua." + +msgid "Enter a valid duration." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Ez da fitxategirik bidali. Egiaztatu inprimakiaren kodeketa-mota." + +msgid "No file was submitted." +msgstr "Ez da fitxategirik bidali." + +msgid "The submitted file is empty." +msgstr "Bidalitako fitxategia hutsik dago." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Ziurtatu fitxategi izen honek gehienez karaktere %(max)d duela (%(length)d " +"ditu)." +msgstr[1] "" +"Ziurtatu fitxategi izen honek gehienez %(max)d karaktere dituela (%(length)d " +"ditu)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Mesedez, igo fitxategi bat edo egin klik garbitu botoian, ez biak." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Bidali baliozko irudia. Zuk bidalitako fitxategia ez da irudia edo akatsa " +"dauka." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Hautatu baliozko aukera bat. %(value)s ez dago erabilgarri." + +msgid "Enter a list of values." +msgstr "Idatzi balio-zerrenda bat." + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(%(name)s eremu ezkutua) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Bidali inprimaki %d ala gutxiago, mesedez." +msgstr[1] "Bidali %d inprimaki ala gutxiago, mesedez." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" +msgstr[1] "" + +msgid "Order" +msgstr "Ordena" + +msgid "Delete" +msgstr "Ezabatu" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Zuzendu bikoiztketa %(field)s eremuan." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "Zuzendu bikoizketa %(field)s eremuan. Bakarra izan behar da." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Zuzendu bakarra izan behar den%(field_name)s eremuarentzako bikoiztutako " +"data %(lookup)s egiteko %(date_field)s eremuan" + +msgid "Please correct the duplicate values below." +msgstr "Zuzendu hurrengo balio bikoiztuak." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "Barneko gakoa eta gurasoaren gakoa ez datoz bat." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Hautatu aukera zuzen bat. Hautatutakoa ez da zuzena." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "\"%(pk)s\" ez da balio egokia lehen mailako gakoentzat." + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s ezin da interpretatu %(current_timezone)s ordu-eremuan;\n" +"baliteke ez existitzea edo anbiguoa izatea" + +msgid "Currently" +msgstr "Orain" + +msgid "Change" +msgstr "Aldatu" + +msgid "Clear" +msgstr "Garbitu" + +msgid "Unknown" +msgstr "Ezezaguna" + +msgid "Yes" +msgstr "Bai" + +msgid "No" +msgstr "Ez" + +msgid "yes,no,maybe" +msgstr "bai,ez,agian" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "byte %(size)d " +msgstr[1] "%(size)d byte" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "gauerdia" + +msgid "noon" +msgstr "eguerdia" + +msgid "Monday" +msgstr "Astelehena" + +msgid "Tuesday" +msgstr "Asteartea" + +msgid "Wednesday" +msgstr "Asteazkena" + +msgid "Thursday" +msgstr "Osteguna" + +msgid "Friday" +msgstr "Ostirala" + +msgid "Saturday" +msgstr "Larunbata" + +msgid "Sunday" +msgstr "Igandea" + +msgid "Mon" +msgstr "Al" + +msgid "Tue" +msgstr "Ar" + +msgid "Wed" +msgstr "Az" + +msgid "Thu" +msgstr "Og" + +msgid "Fri" +msgstr "Ol" + +msgid "Sat" +msgstr "Lr" + +msgid "Sun" +msgstr "Ig" + +msgid "January" +msgstr "Urtarrila" + +msgid "February" +msgstr "Otsaila" + +msgid "March" +msgstr "Martxoa" + +msgid "April" +msgstr "Apirila" + +msgid "May" +msgstr "Maiatza" + +msgid "June" +msgstr "Ekaina" + +msgid "July" +msgstr "Uztaila" + +msgid "August" +msgstr "Abuztua" + +msgid "September" +msgstr "Iraila" + +msgid "October" +msgstr "Urria" + +msgid "November" +msgstr "Azaroa" + +msgid "December" +msgstr "Abendua" + +msgid "jan" +msgstr "urt" + +msgid "feb" +msgstr "ots" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "api" + +msgid "may" +msgstr "mai" + +msgid "jun" +msgstr "eka" + +msgid "jul" +msgstr "uzt" + +msgid "aug" +msgstr "abu" + +msgid "sep" +msgstr "ira" + +msgid "oct" +msgstr "urr" + +msgid "nov" +msgstr "aza" + +msgid "dec" +msgstr "abe" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Urt." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Ots." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Mar." + +msgctxt "abbrev. month" +msgid "April" +msgstr "Api." + +msgctxt "abbrev. month" +msgid "May" +msgstr "Mai." + +msgctxt "abbrev. month" +msgid "June" +msgstr "Eka." + +msgctxt "abbrev. month" +msgid "July" +msgstr "Uzt." + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Abu." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Ira." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Urr." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Aza." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Abe." + +msgctxt "alt. month" +msgid "January" +msgstr "Urtarrila" + +msgctxt "alt. month" +msgid "February" +msgstr "Otsaila" + +msgctxt "alt. month" +msgid "March" +msgstr "Martxoa" + +msgctxt "alt. month" +msgid "April" +msgstr "Apirila" + +msgctxt "alt. month" +msgid "May" +msgstr "Maiatza" + +msgctxt "alt. month" +msgid "June" +msgstr "Ekaina" + +msgctxt "alt. month" +msgid "July" +msgstr "Uztaila" + +msgctxt "alt. month" +msgid "August" +msgstr "Abuztua" + +msgctxt "alt. month" +msgid "September" +msgstr "Iraila" + +msgctxt "alt. month" +msgid "October" +msgstr "Urria" + +msgctxt "alt. month" +msgid "November" +msgstr "Azaroa" + +msgctxt "alt. month" +msgid "December" +msgstr "Abendua" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "edo" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "urte %d" +msgstr[1] "%d urte" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "hilabete %d" +msgstr[1] "%d hilabete" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "aste %d" +msgstr[1] "%d aste" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "egun %d" +msgstr[1] "%d egun" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "ordu %d" +msgstr[1] "%d ordu" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "minutu %d" +msgstr[1] "%d minutu" + +msgid "0 minutes" +msgstr "0 minutu" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF egiaztapenak huts egin du. Eskaera abortatu da." + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "Informazio gehiago erabilgarri dago DEBUG=True ezarrita." + +msgid "Welcome to Django" +msgstr "" + +msgid "It worked!" +msgstr "" + +msgid "Congratulations on your first Django-powered page." +msgstr "" + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" + +msgid "No year specified" +msgstr "Ez da urterik zehaztu" + +msgid "No month specified" +msgstr "Ez da hilabeterik zehaztu" + +msgid "No day specified" +msgstr "Ez da egunik zehaztu" + +msgid "No week specified" +msgstr "Ez da asterik zehaztu" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Ez dago %(verbose_name_plural)s" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Etorkizuneko %(verbose_name_plural)s ez dago aukeran \n" +"%(class_name)s.alloe_future False delako" + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "%(datestr)s data string okerra '%(format)s' formaturako" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Bilaketarekin bat datorren %(verbose_name)s-rik ez dago" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "Orria ez da azkena, hortaz ezin da osokora (int) biurtu." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Orri baliogabea (%(page_number)s):%(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Zerrenda hutsa eta '%(class_name)s.allow_empty' False da" + +msgid "Directory indexes are not allowed here." +msgstr "Direktorio zerrendak ez daude baimenduak." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" ez da existitzen" + +#, python-format +msgid "Index of %(directory)s" +msgstr "%(directory)s zerrenda" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/eu/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/eu/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/eu/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/eu/formats.py new file mode 100644 index 0000000..4ddf04e --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/eu/formats.py @@ -0,0 +1,24 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = r'Yeko M\re\n d\a' +TIME_FORMAT = 'H:i' +# DATETIME_FORMAT = +# YEAR_MONTH_FORMAT = +# MONTH_DAY_FORMAT = +SHORT_DATE_FORMAT = 'Y M j' +# SHORT_DATETIME_FORMAT = +# FIRST_DAY_OF_WEEK = + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +# DATE_INPUT_FORMATS = +# TIME_INPUT_FORMATS = +# DATETIME_INPUT_FORMATS = +DECIMAL_SEPARATOR = ',' +THOUSAND_SEPARATOR = '.' +# NUMBER_GROUPING = diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/fa/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/fa/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..5949444db8141b4fc8b4d8ddbd7239fe6f588846 GIT binary patch literal 27350 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 literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/fa/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/fa/LC_MESSAGES/django.po new file mode 100644 index 0000000..e6f8bbc --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/fa/LC_MESSAGES/django.po @@ -0,0 +1,1170 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Ali Vakilzade , 2015 +# Arash Fazeli , 2012 +# Jannis Leidel , 2011 +# Mazdak Badakhshan , 2014 +# Mohammad Hossein Mojtahedi , 2013 +# Pouya Abbassi, 2016 +# Reza Mohammadi , 2013-2016 +# Saeed , 2011 +# Sina Cheraghi , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-07-01 20:23+0000\n" +"Last-Translator: Pouya Abbassi\n" +"Language-Team: Persian (http://www.transifex.com/django/django/language/" +"fa/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fa\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Afrikaans" +msgstr "آفریکانس" + +msgid "Arabic" +msgstr "عربی" + +msgid "Asturian" +msgstr "آستوری" + +msgid "Azerbaijani" +msgstr "آذربایجانی" + +msgid "Bulgarian" +msgstr "بلغاری" + +msgid "Belarusian" +msgstr "بلاروس" + +msgid "Bengali" +msgstr "بنگالی" + +msgid "Breton" +msgstr "برتون" + +msgid "Bosnian" +msgstr "بوسنیایی" + +msgid "Catalan" +msgstr "کاتالونیایی" + +msgid "Czech" +msgstr "چکی" + +msgid "Welsh" +msgstr "ویلزی" + +msgid "Danish" +msgstr "دانمارکی" + +msgid "German" +msgstr "آلمانی" + +msgid "Lower Sorbian" +msgstr "صربستانی پایین" + +msgid "Greek" +msgstr "یونانی" + +msgid "English" +msgstr "انگلیسی" + +msgid "Australian English" +msgstr "انگلیسی استرالیایی" + +msgid "British English" +msgstr "انگلیسی بریتیش" + +msgid "Esperanto" +msgstr "اسپرانتو" + +msgid "Spanish" +msgstr "اسپانیایی" + +msgid "Argentinian Spanish" +msgstr "اسپانیایی آرژانتینی" + +msgid "Colombian Spanish" +msgstr "کلمبیائی اسپانیایی" + +msgid "Mexican Spanish" +msgstr "اسپانیولی مکزیکی" + +msgid "Nicaraguan Spanish" +msgstr "نیکاراگوئه اسپانیایی" + +msgid "Venezuelan Spanish" +msgstr "ونزوئلا اسپانیایی" + +msgid "Estonian" +msgstr "استونی" + +msgid "Basque" +msgstr "باسکی" + +msgid "Persian" +msgstr "فارسی" + +msgid "Finnish" +msgstr "فنلاندی" + +msgid "French" +msgstr "فرانسوی" + +msgid "Frisian" +msgstr "فریزی" + +msgid "Irish" +msgstr "ایرلندی" + +msgid "Scottish Gaelic" +msgstr "اسکاتلندی" + +msgid "Galician" +msgstr "گالیسیایی" + +msgid "Hebrew" +msgstr "عبری" + +msgid "Hindi" +msgstr "هندی" + +msgid "Croatian" +msgstr "کرواتی" + +msgid "Upper Sorbian" +msgstr "صربستانی بالا" + +msgid "Hungarian" +msgstr "مجاری" + +msgid "Interlingua" +msgstr "اینترلینگوا" + +msgid "Indonesian" +msgstr "اندونزیایی" + +msgid "Ido" +msgstr "ایدو" + +msgid "Icelandic" +msgstr "ایسلندی" + +msgid "Italian" +msgstr "ایتالیایی" + +msgid "Japanese" +msgstr "ژاپنی" + +msgid "Georgian" +msgstr "گرجی" + +msgid "Kazakh" +msgstr "قزاقستان" + +msgid "Khmer" +msgstr "خمری" + +msgid "Kannada" +msgstr "کناده‌ای" + +msgid "Korean" +msgstr "کره‌ای" + +msgid "Luxembourgish" +msgstr "لوگزامبورگی" + +msgid "Lithuanian" +msgstr "لیتوانی" + +msgid "Latvian" +msgstr "لتونیایی" + +msgid "Macedonian" +msgstr "مقدونی" + +msgid "Malayalam" +msgstr "مالایایی" + +msgid "Mongolian" +msgstr "مغولی" + +msgid "Marathi" +msgstr "مِراتی" + +msgid "Burmese" +msgstr "برمه‌ای" + +msgid "Norwegian Bokmål" +msgstr "نروژی" + +msgid "Nepali" +msgstr "نپالی" + +msgid "Dutch" +msgstr "هلندی" + +msgid "Norwegian Nynorsk" +msgstr "نروژی Nynorsk" + +msgid "Ossetic" +msgstr "آسی" + +msgid "Punjabi" +msgstr "پنجابی" + +msgid "Polish" +msgstr "لهستانی" + +msgid "Portuguese" +msgstr "پرتغالی" + +msgid "Brazilian Portuguese" +msgstr "پرتغالیِ برزیل" + +msgid "Romanian" +msgstr "رومانی" + +msgid "Russian" +msgstr "روسی" + +msgid "Slovak" +msgstr "اسلواکی" + +msgid "Slovenian" +msgstr "اسلووِنی" + +msgid "Albanian" +msgstr "آلبانیایی" + +msgid "Serbian" +msgstr "صربی" + +msgid "Serbian Latin" +msgstr "صربی لاتین" + +msgid "Swedish" +msgstr "سوئدی" + +msgid "Swahili" +msgstr "سواحیلی" + +msgid "Tamil" +msgstr "تامیلی" + +msgid "Telugu" +msgstr "تلوگویی" + +msgid "Thai" +msgstr "تایلندی" + +msgid "Turkish" +msgstr "ترکی" + +msgid "Tatar" +msgstr "تاتار" + +msgid "Udmurt" +msgstr "ادمورت" + +msgid "Ukrainian" +msgstr "اکراینی" + +msgid "Urdu" +msgstr "اردو" + +msgid "Vietnamese" +msgstr "ویتنامی" + +msgid "Simplified Chinese" +msgstr "چینی ساده‌شده" + +msgid "Traditional Chinese" +msgstr "چینی سنتی" + +msgid "Messages" +msgstr "پیغام‌ها" + +msgid "Site Maps" +msgstr "نقشه‌های وب‌گاه" + +msgid "Static Files" +msgstr "پرونده‌های استاتیک" + +msgid "Syndication" +msgstr "پیوند" + +msgid "Enter a valid value." +msgstr "یک مقدار معتبر وارد کنید." + +msgid "Enter a valid URL." +msgstr "یک نشانی اینترنتی معتبر وارد کنید." + +msgid "Enter a valid integer." +msgstr "یک عدد معتبر وارد کنید." + +msgid "Enter a valid email address." +msgstr "یک ایمیل آدرس معتبر وارد کنید." + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "یک 'slug' معتبر شامل حروف، ارقام، خط زیر و یا خط تیره وارد کنید." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "یک «نامک» معتبر شامل حروف یونیکد، اعداد، زیرخط یا خط فاصله وارد کنید." + +msgid "Enter a valid IPv4 address." +msgstr "یک نشانی IPv4 معتبر وارد کنید." + +msgid "Enter a valid IPv6 address." +msgstr "یک آدرس معتبر IPv6 وارد کنید." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "IPv4 یا IPv6 آدرس معتبر وارد کنید." + +msgid "Enter only digits separated by commas." +msgstr "فقط ارقام جدا شده با کاما وارد کنید." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "مطمئن شوید مقدار %(limit_value)s است. (اکنون %(show_value)s می باشد)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "مطمئن شوید این مقدار کوچکتر و یا مساوی %(limit_value)s است." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "مطمئن شوید این مقدار بزرگتر و یا مساوی %(limit_value)s است." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"طول این مقدار باید حداقل %(limit_value)d کاراکتر باشد (طولش %(show_value)d " +"است)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"طول این مقدار باید حداکثر %(limit_value)d کاراکتر باشد (طولش %(show_value)d " +"است)." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "نباید در مجموع بیش از %(max)s رقم داشته باشد." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "نباید بیش از %(max)s رقم اعشار داشته باشد." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "نباید بیش از %(max)s رقم قبل ممیز داشته باشد." + +msgid "and" +msgstr "و" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "‏%(model_name)s با این %(field_labels)s وجود دارد." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "مقدار %(value)r انتخاب معتبری نیست. " + +msgid "This field cannot be null." +msgstr "این فیلد نمی تواند پوچ باشد." + +msgid "This field cannot be blank." +msgstr "این فیلد نمی تواند خالی باشد." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s با این %(field_label)s از قبل موجود است." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"‏%(field_label)s باید برای %(lookup_type)s %(date_field_label)s یکتا باشد." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "فیلد با نوع: %(field_type)s" + +msgid "Integer" +msgstr "عدد صحیح" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "مقدار «%(value)s» باید یک عدد باشد." + +msgid "Big (8 byte) integer" +msgstr "بزرگ (8 بایت) عدد صحیح" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "مقدار «%(value)s» باید یا True باشد و یا False." + +msgid "Boolean (Either True or False)" +msgstr "بولی (درست یا غلط)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "رشته (تا %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "اعداد صحیح جدا-شده با ویلگول" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"مقدار تاریخ «%(value)s» در قالب نادرستی وارد شده است. باید در قالب YYYY-MM-" +"DD باشد." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"مقدار تاریخ «%(value)s» با اینکه در قالب درستی (YYYY-MM-DD) است ولی تاریخ " +"ناممکنی را نشان می‌دهد." + +msgid "Date (without time)" +msgstr "تاریخ (بدون زمان)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"مقدار «%(value)s» در قالب نادرستی وارد شده است. باید در قالب YYYY-MM-DD HH:" +"MM[:ss[.uuuuuu]][TZ]‎ باشد." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"مقدار «%(value)s» با اینکه در قالب درستی (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]‎) است ولی تاریخ/زمان ناممکنی را نشان می‌دهد." + +msgid "Date (with time)" +msgstr "تاریخ (با زمان)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "مقدار «%(value)s» باید عدد باشد." + +msgid "Decimal number" +msgstr "عدد دهدهی" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" +"مقدار «%(value)s» در قالب نادرستی وارد شده است. باید در قالب ‎[DD] [HH:" +"[MM:]]ss[.uuuuuu]‎ باشد." + +msgid "Duration" +msgstr "بازهٔ زمانی" + +msgid "Email address" +msgstr "نشانی پست الکترونیکی" + +msgid "File path" +msgstr "مسیر پرونده" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "مقدار «%(value)s» باید عدد حقیقی باشد." + +msgid "Floating point number" +msgstr "عدد اعشاری" + +msgid "IPv4 address" +msgstr "IPv4 آدرس" + +msgid "IP address" +msgstr "نشانی IP" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "مقدار «%(value)s» باید یا None باشد یا True و یا False." + +msgid "Boolean (Either True, False or None)" +msgstr "‌بولی (درست، نادرست یا پوچ)" + +msgid "Positive integer" +msgstr "عدد صحیح مثبت" + +msgid "Positive small integer" +msgstr "مثبت عدد صحیح کوچک" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "تیتر (حداکثر %(max_length)s)" + +msgid "Small integer" +msgstr "عدد صحیح کوچک" + +msgid "Text" +msgstr "متن" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"مقدار «%(value)s» در قالب نادرستی وارد شده است. باید در قالب HH:MM[:ss[." +"uuuuuu]]‎ باشد." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"مقدار «%(value)s» با اینکه در قالب درستی (HH:MM[:ss[.uuuuuu]]‎) است ولی زمان " +"ناممکنی را نشان می‌دهد." + +msgid "Time" +msgstr "زمان" + +msgid "URL" +msgstr "نشانی اینترنتی" + +msgid "Raw binary data" +msgstr "دادهٔ دودویی خام" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "'%(value)s' یک UUID معتبر نیست." + +msgid "File" +msgstr "پرونده" + +msgid "Image" +msgstr "تصویر" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "%(model)s با %(field)s %(value)r وجود ندارد." + +msgid "Foreign Key (type determined by related field)" +msgstr "کلید خارجی ( نوع بر اساس فیلد رابط مشخص میشود )" + +msgid "One-to-one relationship" +msgstr "رابطه یک به یک " + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "رابطه %(from)s به %(to)s" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "روابط %(from)s به %(to)s" + +msgid "Many-to-many relationship" +msgstr "رابطه چند به چند" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":؟.!" + +msgid "This field is required." +msgstr "این فیلد لازم است." + +msgid "Enter a whole number." +msgstr "به طور کامل یک عدد وارد کنید." + +msgid "Enter a number." +msgstr "یک عدد وارد کنید." + +msgid "Enter a valid date." +msgstr "یک تاریخ معتبر وارد کنید." + +msgid "Enter a valid time." +msgstr "یک زمان معتبر وارد کنید." + +msgid "Enter a valid date/time." +msgstr "یک تاریخ/زمان معتبر وارد کنید." + +msgid "Enter a valid duration." +msgstr "یک بازهٔ زمانی معتبر وارد کنید." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "پرونده‌ای ارسال نشده است. نوع کدگذاری فرم را بررسی کنید." + +msgid "No file was submitted." +msgstr "پرونده‌ای ارسال نشده است." + +msgid "The submitted file is empty." +msgstr "پروندهٔ ارسال‌شده خالیست." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"طول عنوان پرونده باید حداقل %(max)d کاراکتر باشد (طولش %(length)d است)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "لطفا یا فایل ارسال کنید یا دکمه پاک کردن را علامت بزنید، نه هردو." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"یک تصویر معتبر بارگذاری کنید. پرونده‌ای که بارگذاری کردید یا تصویر نبوده و یا " +"تصویری مخدوش بوده است." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "یک گزینهٔ معتبر انتخاب کنید. %(value)s از گزینه‌های موجود نیست." + +msgid "Enter a list of values." +msgstr "فهرستی از مقادیر وارد کنید." + +msgid "Enter a complete value." +msgstr "یک مقدار کامل وارد کنید." + +msgid "Enter a valid UUID." +msgstr "یک UUID معتبر وارد کنید." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(فیلد پنهان %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "اطلاعات ManagementForm ناقص است و یا دستکاری شده است." + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "لطفاً %d یا کمتر فرم بفرستید." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "لطفاً %d یا بیشتر فرم بفرستید." + +msgid "Order" +msgstr "ترتیب:" + +msgid "Delete" +msgstr "حذف" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "لطفا محتوی تکراری برای %(field)s را اصلاح کنید." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "لطفا محتوی تکراری برای %(field)s را که باید یکتا باشد اصلاح کنید." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"لطفا اطلاعات تکراری %(field_name)s را اصلاح کنید که باید در %(lookup)s " +"یکتا باشد %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "لطفا مقدار تکراری را اصلاح کنید." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "کلید های درون خطی خارجی با هم مطابقت ندارند ." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "یک گزینهٔ معتبر انتخاب کنید. آن گزینه از گزینه‌های موجود نیست." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "‏«‎%(pk)s» مقدار معتبری برای کلید اصلی نیست." + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s نمیتواند در %(current_timezone)s معنی شود.شاید این زمان مبهم " +"است و یا وجود ندارد." + +msgid "Currently" +msgstr "در حال حاضر" + +msgid "Change" +msgstr "تغییر" + +msgid "Clear" +msgstr "پاک کردن" + +msgid "Unknown" +msgstr "ناشناخته" + +msgid "Yes" +msgstr "بله" + +msgid "No" +msgstr "خیر" + +msgid "yes,no,maybe" +msgstr "بله،خیر،شاید" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d بایت" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "ب.ظ." + +msgid "a.m." +msgstr "صبح" + +msgid "PM" +msgstr "بعد از ظهر" + +msgid "AM" +msgstr "صبح" + +msgid "midnight" +msgstr "نیمه شب" + +msgid "noon" +msgstr "ظهر" + +msgid "Monday" +msgstr "دوشنبه" + +msgid "Tuesday" +msgstr "سه شنبه" + +msgid "Wednesday" +msgstr "چهارشنبه" + +msgid "Thursday" +msgstr "پنجشنبه" + +msgid "Friday" +msgstr "جمعه" + +msgid "Saturday" +msgstr "شنبه" + +msgid "Sunday" +msgstr "یکشنبه" + +msgid "Mon" +msgstr "دوشنبه" + +msgid "Tue" +msgstr "سه‌شنبه" + +msgid "Wed" +msgstr "چهارشنبه" + +msgid "Thu" +msgstr "پنجشنبه" + +msgid "Fri" +msgstr "جمعه" + +msgid "Sat" +msgstr "شنبه" + +msgid "Sun" +msgstr "یکشنبه" + +msgid "January" +msgstr "ژانویه" + +msgid "February" +msgstr "فوریه" + +msgid "March" +msgstr "مارس" + +msgid "April" +msgstr "آوریل" + +msgid "May" +msgstr "مه" + +msgid "June" +msgstr "ژوئن" + +msgid "July" +msgstr "ژوئیه" + +msgid "August" +msgstr "اوت" + +msgid "September" +msgstr "سپتامبر" + +msgid "October" +msgstr "اکتبر" + +msgid "November" +msgstr "نوامبر" + +msgid "December" +msgstr "دسامبر" + +msgid "jan" +msgstr "ژانویه" + +msgid "feb" +msgstr "فوریه" + +msgid "mar" +msgstr "مارس" + +msgid "apr" +msgstr "آوریل" + +msgid "may" +msgstr "مه" + +msgid "jun" +msgstr "ژوئن" + +msgid "jul" +msgstr "ژوئیه" + +msgid "aug" +msgstr "اوت" + +msgid "sep" +msgstr "سپتامبر" + +msgid "oct" +msgstr "اکتبر" + +msgid "nov" +msgstr "نوامبر" + +msgid "dec" +msgstr "دسامبر" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "ژانویه" + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "فوریه" + +msgctxt "abbrev. month" +msgid "March" +msgstr "مارس" + +msgctxt "abbrev. month" +msgid "April" +msgstr "آوریل" + +msgctxt "abbrev. month" +msgid "May" +msgstr "مه" + +msgctxt "abbrev. month" +msgid "June" +msgstr "ژوئن" + +msgctxt "abbrev. month" +msgid "July" +msgstr "جولای" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "اوت" + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "سپتامبر" + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "اکتبر" + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "نوامبر" + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "دسامبر" + +msgctxt "alt. month" +msgid "January" +msgstr "ژانویه" + +msgctxt "alt. month" +msgid "February" +msgstr "فوریه" + +msgctxt "alt. month" +msgid "March" +msgstr "مارس" + +msgctxt "alt. month" +msgid "April" +msgstr "آوریل" + +msgctxt "alt. month" +msgid "May" +msgstr "مه" + +msgctxt "alt. month" +msgid "June" +msgstr "ژوئن" + +msgctxt "alt. month" +msgid "July" +msgstr "جولای" + +msgctxt "alt. month" +msgid "August" +msgstr "اوت" + +msgctxt "alt. month" +msgid "September" +msgstr "سپتامبر" + +msgctxt "alt. month" +msgid "October" +msgstr "اکتبر" + +msgctxt "alt. month" +msgid "November" +msgstr "نوامبر" + +msgctxt "alt. month" +msgid "December" +msgstr "دسامبر" + +msgid "This is not a valid IPv6 address." +msgstr "این مقدار آدرس IPv6 معتبری نیست." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "یا" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr "،" + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d سال" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d ماه" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d هفته" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d روز" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d ساعت" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d دقیقه" + +msgid "0 minutes" +msgstr "0 دقیقه" + +msgid "Forbidden" +msgstr "ممنوع" + +msgid "CSRF verification failed. Request aborted." +msgstr "‏CSRF تأیید نشد. درخواست لغو شد." + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"شما این پیغام را میبینید چون این سایتِ HTTPS نیازمند یک «تیتر ارجاع» برای " +"ارسال به بروزر شماست، ولی هیچ چیزی ارسال نشده است. این تیتر به دلایل امنیتی " +"مورد نیاز است، برای اینکه از هایجک نشدن بروزر اطمینان حاصل شود." + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" +"اگر بزوزر خود را برای غیر فعال کردن تیترهای «ارجاع» تنظیم کرده‌اید، لطفا " +"مجددا این ویژگی را فعال کنید، حداقل برای این وبسایت، یا برای اتصالات HTTPS، " +"یا برای درخواستهایی با «مبدا یکسان»." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"شما این پیغام را میبینید چون این سایت نیازمند کوکی «جعل درخواست میان وبگاهی» " +"در زمان ارائه ی فورم میباشد. این کوکی‌ها برای مسائل امنیتی ضروری هستند، برای " +"اطمینان از اینکه بروزر شما توسط شخص ثالثی هایجک نشده باشد." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" +"چنانچه مروگرتان را طوری تنظیم کرده‌اید که cookie ها غیر فعال باشند، لطفاً " +"حداقل برای این وبگاه و یا برای «same-origin» فعالش کنید." + +msgid "More information is available with DEBUG=True." +msgstr "اطلاعات بیشتر با DEBUG=True ارائه خواهد شد." + +msgid "Welcome to Django" +msgstr "به Django خوش آمدید" + +msgid "It worked!" +msgstr "کار کرد!" + +msgid "Congratulations on your first Django-powered page." +msgstr "تبریک فراوان بابت اولین صفحهٔ Djangoای‌تان." + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" +"مطمئنا شما هنوز کاری انجام نداده اید. اولین اپلیکیشن خود را با اجرای دستور " +"python manage.py startapp [app_label] شروع کنید." + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" +"شما این پیغام را میبینید چون DEBUG = True در فایل تنظیمات جنگو " +"تنیظم شده و هیچ URLـی تنظیم نکرده اید. به کار خود ادامه دهید." + +msgid "No year specified" +msgstr "هیچ سالی مشخص نشده است" + +msgid "No month specified" +msgstr "هیچ ماهی مشخص نشده است" + +msgid "No day specified" +msgstr "هیچ روزی مشخص نشده است" + +msgid "No week specified" +msgstr "هیچ هفته‌ای مشخص نشده است" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "هیچ %(verbose_name_plural)s موجود نیست" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"آینده %(verbose_name_plural)s امکان پذیر نیست زیرا مقدار %(class_name)s." +"allow_future برابر False تنظیم شده است." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "متن تاریخ '%(datestr)s' با فرمت '%(format)s' غلط است." + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "هیچ %(verbose_name)s ای مطابق جستجو پیدا نشد." + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "Page مقدار 'last' نیست,همچنین قابل تبدیل به عدد هم نمیباشد." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "صفحه‌ی اشتباه (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr " لیست خالی است و '%(class_name)s.allow_empty' برابر False است." + +msgid "Directory indexes are not allowed here." +msgstr "شاخص دایرکتوری اینجا قابل قبول نیست." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" وجود ندارد" + +#, python-format +msgid "Index of %(directory)s" +msgstr "فهرست %(directory)s" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/fa/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/fa/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/fa/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/fa/formats.py new file mode 100644 index 0000000..c1678b8 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/fa/formats.py @@ -0,0 +1,24 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'j F Y' +TIME_FORMAT = 'G:i' +DATETIME_FORMAT = 'j F Y، ساعت G:i' +YEAR_MONTH_FORMAT = 'F Y' +MONTH_DAY_FORMAT = 'j F' +SHORT_DATE_FORMAT = 'Y/n/j' +SHORT_DATETIME_FORMAT = 'Y/n/j،‏ G:i' +FIRST_DAY_OF_WEEK = 6 + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +# DATE_INPUT_FORMATS = +# TIME_INPUT_FORMATS = +# DATETIME_INPUT_FORMATS = +DECIMAL_SEPARATOR = '.' +THOUSAND_SEPARATOR = ',' +# NUMBER_GROUPING = diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/fi/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/fi/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..ea96fdac6dacfae4b5eaa42780052fb819a0f354 GIT binary patch literal 24088 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 H?KJ-dJNA*B literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/fi/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/fi/LC_MESSAGES/django.po new file mode 100644 index 0000000..90e0d40 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/fi/LC_MESSAGES/django.po @@ -0,0 +1,1193 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Aarni Koskela, 2015 +# Antti Kaihola , 2011 +# Jannis Leidel , 2011 +# Lasse Liehu , 2015 +# Klaus Dahlén , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Finnish (http://www.transifex.com/django/django/language/" +"fi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "afrikaans" + +msgid "Arabic" +msgstr "arabia" + +msgid "Asturian" +msgstr "asturian kieli" + +msgid "Azerbaijani" +msgstr "azeri" + +msgid "Bulgarian" +msgstr "bulgaria" + +msgid "Belarusian" +msgstr "valkovenäjän kieli" + +msgid "Bengali" +msgstr "bengali" + +msgid "Breton" +msgstr "bretoni" + +msgid "Bosnian" +msgstr "bosnia" + +msgid "Catalan" +msgstr "katalaani" + +msgid "Czech" +msgstr "tšekki" + +msgid "Welsh" +msgstr "wales" + +msgid "Danish" +msgstr "tanska" + +msgid "German" +msgstr "saksa" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "kreikka" + +msgid "English" +msgstr "englanti" + +msgid "Australian English" +msgstr "australianenglanti" + +msgid "British English" +msgstr "brittienglanti" + +msgid "Esperanto" +msgstr "esperanto" + +msgid "Spanish" +msgstr "espanja" + +msgid "Argentinian Spanish" +msgstr "Argentiinan espanja" + +msgid "Colombian Spanish" +msgstr "Kolumbian espanja" + +msgid "Mexican Spanish" +msgstr "Meksikon espanja" + +msgid "Nicaraguan Spanish" +msgstr "Nicaraguan espanja" + +msgid "Venezuelan Spanish" +msgstr "Venezuelan espanja" + +msgid "Estonian" +msgstr "viro" + +msgid "Basque" +msgstr "baski" + +msgid "Persian" +msgstr "persia" + +msgid "Finnish" +msgstr "suomi" + +msgid "French" +msgstr "ranska" + +msgid "Frisian" +msgstr "friisi" + +msgid "Irish" +msgstr "irlanti" + +msgid "Scottish Gaelic" +msgstr "Skottilainen gaeli" + +msgid "Galician" +msgstr "galicia" + +msgid "Hebrew" +msgstr "heprea" + +msgid "Hindi" +msgstr "hindi" + +msgid "Croatian" +msgstr "kroatia" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "unkari" + +msgid "Interlingua" +msgstr "interlingua" + +msgid "Indonesian" +msgstr "indonesia" + +msgid "Ido" +msgstr "ido" + +msgid "Icelandic" +msgstr "islanti" + +msgid "Italian" +msgstr "italia" + +msgid "Japanese" +msgstr "japani" + +msgid "Georgian" +msgstr "georgia" + +msgid "Kazakh" +msgstr "kazakin kieli" + +msgid "Khmer" +msgstr "khmer" + +msgid "Kannada" +msgstr "kannada" + +msgid "Korean" +msgstr "korea" + +msgid "Luxembourgish" +msgstr "luxemburgin kieli" + +msgid "Lithuanian" +msgstr "liettua" + +msgid "Latvian" +msgstr "latvia" + +msgid "Macedonian" +msgstr "makedonia" + +msgid "Malayalam" +msgstr "malajalam" + +msgid "Mongolian" +msgstr "mongolia" + +msgid "Marathi" +msgstr "marathi" + +msgid "Burmese" +msgstr "burman kieli" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "nepalin kieli" + +msgid "Dutch" +msgstr "hollanti" + +msgid "Norwegian Nynorsk" +msgstr "norja (uusnorja)" + +msgid "Ossetic" +msgstr "osseetin kieli" + +msgid "Punjabi" +msgstr "punjabin kieli" + +msgid "Polish" +msgstr "puola" + +msgid "Portuguese" +msgstr "portugali" + +msgid "Brazilian Portuguese" +msgstr "brasilian portugali" + +msgid "Romanian" +msgstr "romania" + +msgid "Russian" +msgstr "venäjä" + +msgid "Slovak" +msgstr "slovakia" + +msgid "Slovenian" +msgstr "slovenia" + +msgid "Albanian" +msgstr "albaani" + +msgid "Serbian" +msgstr "serbia" + +msgid "Serbian Latin" +msgstr "serbian latina" + +msgid "Swedish" +msgstr "ruotsi" + +msgid "Swahili" +msgstr "swahili" + +msgid "Tamil" +msgstr "tamili" + +msgid "Telugu" +msgstr "telugu" + +msgid "Thai" +msgstr "thain kieli" + +msgid "Turkish" +msgstr "turkki" + +msgid "Tatar" +msgstr "tataarin kieli" + +msgid "Udmurt" +msgstr "udmurtti" + +msgid "Ukrainian" +msgstr "ukraina" + +msgid "Urdu" +msgstr "urdu" + +msgid "Vietnamese" +msgstr "vietnam" + +msgid "Simplified Chinese" +msgstr "kiina (yksinkertaistettu)" + +msgid "Traditional Chinese" +msgstr "kiina (perinteinen)" + +msgid "Messages" +msgstr "Viestit" + +msgid "Site Maps" +msgstr "Sivukartat" + +msgid "Static Files" +msgstr "Staattiset tiedostot" + +msgid "Syndication" +msgstr "Syndikointi" + +msgid "Enter a valid value." +msgstr "Syötä oikea arvo." + +msgid "Enter a valid URL." +msgstr "Syötä oikea URL-osoite." + +msgid "Enter a valid integer." +msgstr "Syötä kelvollinen kokonaisluku." + +msgid "Enter a valid email address." +msgstr "Syötä kelvollinen sähköpostiosoite." + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Tässä voidaan käyttää vain kirjaimia (a-z), numeroita (0-9) sekä ala- ja " +"tavuviivoja (_ -)." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Tässä voidaan käyttää vain Unicode-kirjaimia, numeroita sekä ala- ja " +"tavuviivoja." + +msgid "Enter a valid IPv4 address." +msgstr "Syötä kelvollinen IPv4-osoite." + +msgid "Enter a valid IPv6 address." +msgstr "Syötä kelvollinen IPv6-osoite." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Syötä kelvollinen IPv4- tai IPv6-osoite." + +msgid "Enter only digits separated by commas." +msgstr "Vain pilkulla erotetut kokonaisluvut kelpaavat tässä." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Tämän arvon on oltava %(limit_value)s (nyt %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Tämän arvon on oltava enintään %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Tämän luvun on oltava vähintään %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Varmista, että tämä arvo on vähintään %(limit_value)d merkin pituinen (tällä " +"hetkellä %(show_value)d)." +msgstr[1] "" +"Varmista, että tämä arvo on vähintään %(limit_value)d merkkiä pitkä (tällä " +"hetkellä %(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Varmista, että tämä arvo on enintään %(limit_value)d merkin pituinen (tällä " +"hetkellä %(show_value)d)." +msgstr[1] "" +"Varmista, että tämä arvo on enintään %(limit_value)d merkkiä pitkä (tällä " +"hetkellä %(show_value)d)." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Tässä luvussa voi olla yhteensä enintään %(max)s numero." +msgstr[1] "Tässä luvussa voi olla yhteensä enintään %(max)s numeroa." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Tässä luvussa saa olla enintään %(max)s desimaali." +msgstr[1] "Tässä luvussa saa olla enintään %(max)s desimaalia." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Tässä luvussa saa olla enintään %(max)s numero ennen desimaalipilkkua." +msgstr[1] "" +"Tässä luvussa saa olla enintään %(max)s numeroa ennen desimaalipilkkua." + +msgid "and" +msgstr "ja" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s jolla on nämä %(field_labels)s on jo olemassa." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Arvo %(value)r ei kelpaa." + +msgid "This field cannot be null." +msgstr "Tämän kentän arvo ei voi olla \"null\"." + +msgid "This field cannot be blank." +msgstr "Tämä kenttä ei voi olla tyhjä." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s jolla on tämä %(field_label)s, on jo olemassa." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"\"%(field_label)s\"-kentän on oltava uniikki suhteessa: %(date_field_label)s " +"%(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Kenttä tyyppiä: %(field_type)s" + +msgid "Integer" +msgstr "Kokonaisluku" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "%(value)s-arvo tulee olla kokonaisluku." + +msgid "Big (8 byte) integer" +msgstr "Suuri (8-tavuinen) kokonaisluku" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "%(value)s-arvo pitää olla joko tosi tai epätosi." + +msgid "Boolean (Either True or False)" +msgstr "Totuusarvo: joko tosi (True) tai epätosi (False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Merkkijono (enintään %(max_length)s merkkiä)" + +msgid "Comma-separated integers" +msgstr "Pilkulla erotetut kokonaisluvut" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"%(value)s-arvo on väärässä päivämäärämuodossa. Sen tulee olla VVVV-KK-PP -" +"muodossa." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"%(value)s-arvo on oikeassa päivämäärämuodossa (VVVV-KK-PP), muttei ole " +"kelvollinen päivämäärä." + +msgid "Date (without time)" +msgstr "Päivämäärä (ilman kellonaikaa)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"%(value)s-arvon muoto ei kelpaa. Se tulee olla VVVV-KK-PP TT:MM[:ss[.uuuuuu]]" +"[TZ] -muodossa." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"%(value)s-arvon muoto on oikea (VVVV-KK-PP TT:MM[:ss[.uuuuuu]][TZ]), mutta " +"päivämäärä/aika ei ole kelvollinen." + +msgid "Date (with time)" +msgstr "Päivämäärä ja kellonaika" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "%(value)s-arvo tulee olla desimaaliluku." + +msgid "Decimal number" +msgstr "Desimaaliluku" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "%(value)s-arvo pitää olla muodossa [PP] TT:MM[:ss[.uuuuuu]]." + +msgid "Duration" +msgstr "Kesto" + +msgid "Email address" +msgstr "Sähköpostiosoite" + +msgid "File path" +msgstr "Tiedostopolku" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "%(value)s-arvo tulee olla liukuluku." + +msgid "Floating point number" +msgstr "Liukuluku" + +msgid "IPv4 address" +msgstr "IPv4-osoite" + +msgid "IP address" +msgstr "IP-osoite" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "%(value)s-arvo tulee olla joko ei mitään, tosi tai epätosi." + +msgid "Boolean (Either True, False or None)" +msgstr "Totuusarvo: joko tosi (True), epätosi (False) tai ei mikään (None)" + +msgid "Positive integer" +msgstr "Positiivinen kokonaisluku" + +msgid "Positive small integer" +msgstr "Pieni positiivinen kokonaisluku" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Lyhytnimi (enintään %(max_length)s merkkiä)" + +msgid "Small integer" +msgstr "Pieni kokonaisluku" + +msgid "Text" +msgstr "Tekstiä" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "%(value)s-arvo pitää olla muodossa TT:MM[:ss[.uuuuuu]]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"%(value)s-arvo on oikeassa muodossa (TT:MM[:ss[.uuuuuu]]), mutta kellonaika " +"ei kelpaa." + +msgid "Time" +msgstr "Kellonaika" + +msgid "URL" +msgstr "URL-osoite" + +msgid "Raw binary data" +msgstr "Raaka binaaridata" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "%(value)s ei ole kelvollinen UUID." + +msgid "File" +msgstr "Tiedosto" + +msgid "Image" +msgstr "Kuva" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "%(model)s-tietuetta %(field)s-kentällä %(value)r ei ole olemassa." + +msgid "Foreign Key (type determined by related field)" +msgstr "Vierasavain (tyyppi määräytyy liittyvän kentän mukaan)" + +msgid "One-to-one relationship" +msgstr "Yksi-yhteen relaatio" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "Moni-moneen relaatio" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Tämä kenttä vaaditaan." + +msgid "Enter a whole number." +msgstr "Syötä kokonaisluku." + +msgid "Enter a number." +msgstr "Syötä luku." + +msgid "Enter a valid date." +msgstr "Syötä oikea päivämäärä." + +msgid "Enter a valid time." +msgstr "Syötä oikea kellonaika." + +msgid "Enter a valid date/time." +msgstr "Syötä oikea pvm/kellonaika." + +msgid "Enter a valid duration." +msgstr "Syötä oikea kesto." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Tiedostoa ei lähetetty. Tarkista lomakkeen koodaus (encoding)." + +msgid "No file was submitted." +msgstr "Yhtään tiedostoa ei ole lähetetty." + +msgid "The submitted file is empty." +msgstr "Lähetetty tiedosto on tyhjä." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Varmista, että tämä tiedostonimi on enintään %(max)d merkin pituinen (tällä " +"hetkellä %(length)d)." +msgstr[1] "" +"Varmista, että tämä tiedostonimi on enintään %(max)d merkkiä pitkä (tällä " +"hetkellä %(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Voit joko lähettää tai poistaa tiedoston, muttei kumpaakin samalla." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Kuva ei kelpaa. Lähettämäsi tiedosto ei ole kuva, tai tiedosto on vioittunut." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Valitse oikea vaihtoehto. %(value)s ei ole vaihtoehtojen joukossa." + +msgid "Enter a list of values." +msgstr "Syötä lista." + +msgid "Enter a complete value." +msgstr "Syötä kokonainen arvo." + +msgid "Enter a valid UUID." +msgstr "Syötä oikea UUID." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Piilokenttä %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "ManagementForm-tiedot puuttuvat tai niitä on muutettu" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Lähetä enintään %d lomake." +msgstr[1] "Lähetä enintään %d lomaketta." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Lähetä vähintään %d lomake." +msgstr[1] "Lähetä vähintään %d lomaketta." + +msgid "Order" +msgstr "Järjestys" + +msgid "Delete" +msgstr "Poista" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Korjaa kaksoisarvo kentälle %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "Ole hyvä ja korjaa uniikin kentän %(field)s kaksoisarvo." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Korjaa allaolevat kaksoisarvot." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "Liittyvä perusavain ei vastannut vanhemman perusavainta." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Valitse oikea vaihtoehto. Valintasi ei löydy vaihtoehtojen joukosta." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "\"%(pk)s\" ei ole kelvollinen pääavainarvo." + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s -arvoa ei pystytty lukemaan aikavyöhykkeellä " +"%(current_timezone)s; se saattaa olla moniarvoinen tai määrittämätön." + +msgid "Currently" +msgstr "Tällä hetkellä" + +msgid "Change" +msgstr "Muokkaa" + +msgid "Clear" +msgstr "Poista" + +msgid "Unknown" +msgstr "Tuntematon" + +msgid "Yes" +msgstr "Kyllä" + +msgid "No" +msgstr "Ei" + +msgid "yes,no,maybe" +msgstr "kyllä,ei,ehkä" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d tavu" +msgstr[1] "%(size)d tavua" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "ip" + +msgid "a.m." +msgstr "ap" + +msgid "PM" +msgstr "IP" + +msgid "AM" +msgstr "AP" + +msgid "midnight" +msgstr "keskiyö" + +msgid "noon" +msgstr "keskipäivä" + +msgid "Monday" +msgstr "maanantai" + +msgid "Tuesday" +msgstr "tiistai" + +msgid "Wednesday" +msgstr "keskiviikko" + +msgid "Thursday" +msgstr "torstai" + +msgid "Friday" +msgstr "perjantai" + +msgid "Saturday" +msgstr "lauantai" + +msgid "Sunday" +msgstr "sunnuntai" + +msgid "Mon" +msgstr "ma" + +msgid "Tue" +msgstr "ti" + +msgid "Wed" +msgstr "ke" + +msgid "Thu" +msgstr "to" + +msgid "Fri" +msgstr "pe" + +msgid "Sat" +msgstr "la" + +msgid "Sun" +msgstr "su" + +msgid "January" +msgstr "tammikuu" + +msgid "February" +msgstr "helmikuu" + +msgid "March" +msgstr "maaliskuu" + +msgid "April" +msgstr "huhtikuu" + +msgid "May" +msgstr "toukokuu" + +msgid "June" +msgstr "kesäkuu" + +msgid "July" +msgstr "heinäkuu" + +msgid "August" +msgstr "elokuu" + +msgid "September" +msgstr "syyskuu" + +msgid "October" +msgstr "lokakuu" + +msgid "November" +msgstr "marraskuu" + +msgid "December" +msgstr "joulukuu" + +msgid "jan" +msgstr "tam" + +msgid "feb" +msgstr "hel" + +msgid "mar" +msgstr "maa" + +msgid "apr" +msgstr "huh" + +msgid "may" +msgstr "tou" + +msgid "jun" +msgstr "kes" + +msgid "jul" +msgstr "hei" + +msgid "aug" +msgstr "elo" + +msgid "sep" +msgstr "syy" + +msgid "oct" +msgstr "lok" + +msgid "nov" +msgstr "mar" + +msgid "dec" +msgstr "jou" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "tammi" + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "helmi" + +msgctxt "abbrev. month" +msgid "March" +msgstr "maalis" + +msgctxt "abbrev. month" +msgid "April" +msgstr "huhti" + +msgctxt "abbrev. month" +msgid "May" +msgstr "touko" + +msgctxt "abbrev. month" +msgid "June" +msgstr "kesä" + +msgctxt "abbrev. month" +msgid "July" +msgstr "heinä" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "elo" + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "syys" + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "loka" + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "marras" + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "joulu" + +msgctxt "alt. month" +msgid "January" +msgstr "tammikuuta" + +msgctxt "alt. month" +msgid "February" +msgstr "helmikuuta" + +msgctxt "alt. month" +msgid "March" +msgstr "maaliskuuta" + +msgctxt "alt. month" +msgid "April" +msgstr "huhtikuuta" + +msgctxt "alt. month" +msgid "May" +msgstr "toukokuuta" + +msgctxt "alt. month" +msgid "June" +msgstr "kesäkuuta" + +msgctxt "alt. month" +msgid "July" +msgstr "heinäkuuta" + +msgctxt "alt. month" +msgid "August" +msgstr "elokuuta" + +msgctxt "alt. month" +msgid "September" +msgstr "syyskuuta" + +msgctxt "alt. month" +msgid "October" +msgstr "lokakuuta" + +msgctxt "alt. month" +msgid "November" +msgstr "marraskuuta" + +msgctxt "alt. month" +msgid "December" +msgstr "joulukuuta" + +msgid "This is not a valid IPv6 address." +msgstr "Tämä ei ole kelvollinen IPv6-osoite." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "tai" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d vuosi" +msgstr[1] "%d vuotta" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d kuukausi" +msgstr[1] "%d kuukautta" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d viikko" +msgstr[1] "%d viikkoa" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d päivä" +msgstr[1] "%d päivää" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d tunti" +msgstr[1] "%d tuntia" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d minuutti" +msgstr[1] "%d minuuttia" + +msgid "0 minutes" +msgstr "0 minuuttia" + +msgid "Forbidden" +msgstr "Kielletty" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF-vahvistus epäonnistui. Pyyntö hylätty." + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Näet tämän viestin, koska tämä HTTPS-sivusto vaatii selaintasi lähettämään " +"Referer-otsakkeen, mutta sitä ei vastaanotettu. Otsake vaaditaan " +"turvallisuussyistä, varmistamaan etteivät kolmannet osapuolet ole ottaneet " +"selaintasi haltuun." + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" +"Jos olet konfiguroinut selaimesi olemaan lähettämättä Referer-otsaketta, ole " +"hyvä ja kytke otsake takaisin päälle ainakin tälle sivulle, HTTPS-" +"yhteyksille tai saman lähteen (\"same-origin\") pyynnöille." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Näet tämän viestin, koska tämä sivusto vaatii CSRF-evästeen " +"vastaanottaessaan lomaketietoja. Eväste vaaditaan turvallisuussyistä, " +"varmistamaan etteivät kolmannet osapuolet ole ottaneet selaintasi haltuun." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" +"Jos olet konfiguroinut selaimesi olemaan vastaanottamatta tai lähettämättä " +"evästeitä, ole hyvä ja kytke evästeet takaisin päälle ainakin tälle sivulle " +"tai saman lähteen (\"same-origin\") pyynnöille." + +msgid "More information is available with DEBUG=True." +msgstr "Lisätietoja `DEBUG=True`-konfiguraatioasetuksella." + +msgid "Welcome to Django" +msgstr "Tervetuloa Djangoon" + +msgid "It worked!" +msgstr "Kappas, sehän toimi!" + +msgid "Congratulations on your first Django-powered page." +msgstr "Onnittelut ensimmäisestä Django-sivustasi!" + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" +"Et toki ole vielä tehnyt yhtään oikeaa työtä. Seuraavaksi voit aloittaa " +"ensimmäisen sovelluksesi ajamalla python manage.py startapp " +"[sovelluksen_nimike]." + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" +"Näet tämän viestin, koska asetuksissasi on DEBUG = True etkä " +"ole konfiguroinut yhtään URL-osoitetta. Töihin siitä!" + +msgid "No year specified" +msgstr "Vuosi puuttuu" + +msgid "No month specified" +msgstr "Kuukausi puuttuu" + +msgid "No day specified" +msgstr "Päivä puuttuu" + +msgid "No week specified" +msgstr "Viikko puuttuu" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "%(verbose_name_plural)s: yhtään kohdetta ei löydy" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"%(verbose_name_plural)s: tulevia kohteita ei löydy, koska %(class_name)s." +"allow_future:n arvo on False." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "Päivämäärä '%(datestr)s' ei ole muotoa '%(format)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Hakua vastaavaa %(verbose_name)s -kohdetta ei löytynyt" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "Sivunumero ei ole 'last' (viimeinen) eikä näytä luvulta." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Epäkelpo sivu (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Lista on tyhjä, ja '%(class_name)s.allow_empty':n arvo on False." + +msgid "Directory indexes are not allowed here." +msgstr "Hakemistolistauksia ei sallita täällä." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" ei ole olemassa" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Hakemistolistaus: %(directory)s" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/fi/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/fi/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/fi/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/fi/formats.py new file mode 100644 index 0000000..b5c7421 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/fi/formats.py @@ -0,0 +1,42 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'j. E Y' +TIME_FORMAT = 'G.i' +DATETIME_FORMAT = r'j. E Y \k\e\l\l\o G.i' +YEAR_MONTH_FORMAT = 'F Y' +MONTH_DAY_FORMAT = 'j. F' +SHORT_DATE_FORMAT = 'j.n.Y' +SHORT_DATETIME_FORMAT = 'j.n.Y G.i' +FIRST_DAY_OF_WEEK = 1 # Monday + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + '%d.%m.%Y', # '20.3.2014' + '%d.%m.%y', # '20.3.14' +] +DATETIME_INPUT_FORMATS = [ + '%d.%m.%Y %H.%M.%S', # '20.3.2014 14.30.59' + '%d.%m.%Y %H.%M.%S.%f', # '20.3.2014 14.30.59.000200' + '%d.%m.%Y %H.%M', # '20.3.2014 14.30' + '%d.%m.%Y', # '20.3.2014' + + '%d.%m.%y %H.%M.%S', # '20.3.14 14.30.59' + '%d.%m.%y %H.%M.%S.%f', # '20.3.14 14.30.59.000200' + '%d.%m.%y %H.%M', # '20.3.14 14.30' + '%d.%m.%y', # '20.3.14' +] +TIME_INPUT_FORMATS = [ + '%H.%M.%S', # '14.30.59' + '%H.%M.%S.%f', # '14.30.59.000200' + '%H.%M', # '14.30' +] + +DECIMAL_SEPARATOR = ',' +THOUSAND_SEPARATOR = '\xa0' # Non-breaking space +NUMBER_GROUPING = 3 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/fr/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..43bde9f4f18a36c3e0137d1659f8597a0df791dc GIT binary patch literal 25188 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 ace!HrnhLF=?~**yuNGo{g4T?R^8PQiaeiF@ literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/fr/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/fr/LC_MESSAGES/django.po new file mode 100644 index 0000000..f1947e8 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/fr/LC_MESSAGES/django.po @@ -0,0 +1,1225 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# charettes , 2012 +# Claude Paroz , 2013-2016 +# Claude Paroz , 2011 +# Jannis Leidel , 2011 +# Jean-Baptiste Mora, 2014 +# Larlet David , 2011 +# Marie-Cécile Gohier , 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-07-05 14:01+0000\n" +"Last-Translator: Claude Paroz \n" +"Language-Team: French (http://www.transifex.com/django/django/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +msgid "Afrikaans" +msgstr "Afrikaans" + +msgid "Arabic" +msgstr "Arabe" + +msgid "Asturian" +msgstr "Asturien" + +msgid "Azerbaijani" +msgstr "Azéri" + +msgid "Bulgarian" +msgstr "Bulgare" + +msgid "Belarusian" +msgstr "Biélorusse" + +msgid "Bengali" +msgstr "Bengalî" + +msgid "Breton" +msgstr "Breton" + +msgid "Bosnian" +msgstr "Bosniaque" + +msgid "Catalan" +msgstr "Catalan" + +msgid "Czech" +msgstr "Tchèque" + +msgid "Welsh" +msgstr "Gallois" + +msgid "Danish" +msgstr "Dannois" + +msgid "German" +msgstr "Allemand" + +msgid "Lower Sorbian" +msgstr "Bas-sorabe" + +msgid "Greek" +msgstr "Grec" + +msgid "English" +msgstr "Anglais" + +msgid "Australian English" +msgstr "Anglais australien" + +msgid "British English" +msgstr "Anglais britannique" + +msgid "Esperanto" +msgstr "Espéranto" + +msgid "Spanish" +msgstr "Espagnol" + +msgid "Argentinian Spanish" +msgstr "Espagnol argentin" + +msgid "Colombian Spanish" +msgstr "Espagnol colombien" + +msgid "Mexican Spanish" +msgstr "Espagnol mexicain" + +msgid "Nicaraguan Spanish" +msgstr "Espagnol nicaraguayen" + +msgid "Venezuelan Spanish" +msgstr "Espagnol vénézuélien" + +msgid "Estonian" +msgstr "Estonien" + +msgid "Basque" +msgstr "Basque" + +msgid "Persian" +msgstr "Perse" + +msgid "Finnish" +msgstr "Finlandais" + +msgid "French" +msgstr "Français" + +msgid "Frisian" +msgstr "Frise" + +msgid "Irish" +msgstr "Irlandais" + +msgid "Scottish Gaelic" +msgstr "Gaélique écossais" + +msgid "Galician" +msgstr "Galicien" + +msgid "Hebrew" +msgstr "Hébreu" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Croate" + +msgid "Upper Sorbian" +msgstr "Haut-sorabe" + +msgid "Hungarian" +msgstr "Hongrois" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indonésien" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Islandais" + +msgid "Italian" +msgstr "Italien" + +msgid "Japanese" +msgstr "Japonais" + +msgid "Georgian" +msgstr "Géorgien" + +msgid "Kazakh" +msgstr "Kazakh" + +msgid "Khmer" +msgstr "Khmer" + +msgid "Kannada" +msgstr "Kannada" + +msgid "Korean" +msgstr "Coréen" + +msgid "Luxembourgish" +msgstr "Luxembourgeois" + +msgid "Lithuanian" +msgstr "Lituanien" + +msgid "Latvian" +msgstr "Letton" + +msgid "Macedonian" +msgstr "Macédonien" + +msgid "Malayalam" +msgstr "Malayâlam" + +msgid "Mongolian" +msgstr "Mongole" + +msgid "Marathi" +msgstr "Marathi" + +msgid "Burmese" +msgstr "Birman" + +msgid "Norwegian Bokmål" +msgstr "Norvégien Bokmal" + +msgid "Nepali" +msgstr "Népalais" + +msgid "Dutch" +msgstr "Hollandais" + +msgid "Norwegian Nynorsk" +msgstr "Norvégien Nynorsk" + +msgid "Ossetic" +msgstr "Ossète" + +msgid "Punjabi" +msgstr "Penjabi" + +msgid "Polish" +msgstr "Polonais" + +msgid "Portuguese" +msgstr "Portugais" + +msgid "Brazilian Portuguese" +msgstr "Portugais brésilien" + +msgid "Romanian" +msgstr "Roumain" + +msgid "Russian" +msgstr "Russe" + +msgid "Slovak" +msgstr "Slovaque" + +msgid "Slovenian" +msgstr "Slovène" + +msgid "Albanian" +msgstr "Albanais" + +msgid "Serbian" +msgstr "Serbe" + +msgid "Serbian Latin" +msgstr "Serbe latin" + +msgid "Swedish" +msgstr "Suédois" + +msgid "Swahili" +msgstr "Swahili" + +msgid "Tamil" +msgstr "Tamoul" + +msgid "Telugu" +msgstr "Télougou" + +msgid "Thai" +msgstr "Thaï" + +msgid "Turkish" +msgstr "Turc" + +msgid "Tatar" +msgstr "Tatar" + +msgid "Udmurt" +msgstr "Oudmourte" + +msgid "Ukrainian" +msgstr "Ukrainien" + +msgid "Urdu" +msgstr "Ourdou" + +msgid "Vietnamese" +msgstr "Vietnamien" + +msgid "Simplified Chinese" +msgstr "Chinois simplifié" + +msgid "Traditional Chinese" +msgstr "Chinois traditionnel" + +msgid "Messages" +msgstr "Messages" + +msgid "Site Maps" +msgstr "Plans de sites" + +msgid "Static Files" +msgstr "Fichiers statiques" + +msgid "Syndication" +msgstr "Syndication" + +msgid "Enter a valid value." +msgstr "Saisissez une valeur valide." + +msgid "Enter a valid URL." +msgstr "Saisissez une URL valide." + +msgid "Enter a valid integer." +msgstr "Saisissez un nombre entier valide." + +msgid "Enter a valid email address." +msgstr "Saisissez une adresse de courriel valide." + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Ce champ ne doit contenir que des lettres, des nombres, des tirets bas _ et " +"des traits d'union." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Ce champ ne doit contenir que des caractères Unicode, des nombres, des " +"tirets bas (_) et des traits d'union." + +msgid "Enter a valid IPv4 address." +msgstr "Saisissez une adresse IPv4 valide." + +msgid "Enter a valid IPv6 address." +msgstr "Saisissez une adresse IPv6 valide." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Saisissez une adresse IPv4 ou IPv6 valide." + +msgid "Enter only digits separated by commas." +msgstr "Saisissez uniquement des chiffres séparés par des virgules." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Assurez-vous que cette valeur est %(limit_value)s (actuellement " +"%(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "" +"Assurez-vous que cette valeur est inférieure ou égale à %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "" +"Assurez-vous que cette valeur est supérieure ou égale à %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Assurez-vous que cette valeur comporte au moins %(limit_value)d caractère " +"(actuellement %(show_value)d)." +msgstr[1] "" +"Assurez-vous que cette valeur comporte au moins %(limit_value)d caractères " +"(actuellement %(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Assurez-vous que cette valeur comporte au plus %(limit_value)d caractère " +"(actuellement %(show_value)d)." +msgstr[1] "" +"Assurez-vous que cette valeur comporte au plus %(limit_value)d caractères " +"(actuellement %(show_value)d)." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Assurez-vous qu'il n'y a pas plus de %(max)s chiffre au total." +msgstr[1] "Assurez-vous qu'il n'y a pas plus de %(max)s chiffres au total." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +"Assurez-vous qu'il n'y a pas plus de %(max)s chiffre après la virgule." +msgstr[1] "" +"Assurez-vous qu'il n'y a pas plus de %(max)s chiffres après la virgule." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Assurez-vous qu'il n'y a pas plus de %(max)s chiffre avant la virgule." +msgstr[1] "" +"Assurez-vous qu'il n'y a pas plus de %(max)s chiffres avant la virgule." + +msgid "and" +msgstr "et" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "Un object %(model_name)s avec ces champs %(field_labels)s existe déjà." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "La valeur « %(value)r » n'est pas un choix valide." + +msgid "This field cannot be null." +msgstr "Ce champ ne peut pas être vide." + +msgid "This field cannot be blank." +msgstr "Ce champ ne peut pas être vide." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "Un objet %(model_name)s avec ce champ %(field_label)s existe déjà." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s doit être unique pour la partie %(lookup_type)s de " +"%(date_field_label)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Champ de type : %(field_type)s" + +msgid "Integer" +msgstr "Entier" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "La valeur « %(value)s » doit être un nombre entier." + +msgid "Big (8 byte) integer" +msgstr "Grand entier (8 octets)" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "La valeur « %(value)s » doit être soit True (vrai), soit False (faux)." + +msgid "Boolean (Either True or False)" +msgstr "Booléen (soit vrai ou faux)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Chaîne de caractère (jusqu'à %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Des entiers séparés par une virgule" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"Le format de date de la valeur « %(value)s » n'est pas valide. Le format " +"correct est AAAA-MM-JJ." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"Le format de date de la valeur « %(value)s » est correct (AAAA-MM-JJ), mais " +"la date n'est pas valide." + +msgid "Date (without time)" +msgstr "Date (sans l'heure)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"Le format de la valeur « %(value)s » n'est pas valide. Le format correct est " +"AAAA-MM-JJ HH:MM[:ss[.uuuuuu]][FH]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"Le format de date de la valeur « %(value)s » est correct (AAAA-MM-JJ HH:MM[:" +"ss[.uuuuuu]][FH]), mais la date ou l'heure n'est pas valide." + +msgid "Date (with time)" +msgstr "Date (avec l'heure)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "La valeur « %(value)s » doit être un nombre décimal." + +msgid "Decimal number" +msgstr "Nombre décimal" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" +"Le format de la valeur « %(value)s » n'est pas valide. Le format correct est " +"[JJ] [HH:[MM:]]ss[.uuuuuu]." + +msgid "Duration" +msgstr "Durée" + +msgid "Email address" +msgstr "Adresse électronique" + +msgid "File path" +msgstr "Chemin vers le fichier" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "La valeur « %(value)s » doit être un nombre à virgule flottante." + +msgid "Floating point number" +msgstr "Nombre à virgule flottante" + +msgid "IPv4 address" +msgstr "Adresse IPv4" + +msgid "IP address" +msgstr "Adresse IP" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "" +"La valeur « %(value)s » doit valoir soit None (vide), True (vrai) ou False " +"(faux)." + +msgid "Boolean (Either True, False or None)" +msgstr "Booléen (soit vrai, faux ou nul)" + +msgid "Positive integer" +msgstr "Nombre entier positif" + +msgid "Positive small integer" +msgstr "Petit nombre entier positif" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (jusqu'à %(max_length)s car.)" + +msgid "Small integer" +msgstr "Petit nombre entier" + +msgid "Text" +msgstr "Texte" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"Le format de la valeur « %(value)s » n'est pas valide. Le format correct est " +"HH:MM[:ss[.uuuuuu]]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"Le format de la valeur « %(value)s » est correct (HH:MM[:ss[.uuuuuu]]), mais " +"l'heure n'est pas valide." + +msgid "Time" +msgstr "Heure" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Données binaires brutes" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "La valeur « %(value)s » n'est pas un UUID valide." + +msgid "File" +msgstr "Fichier" + +msgid "Image" +msgstr "Image" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "L'instance %(model)s avec %(value)r dans %(field)s n'existe pas." + +msgid "Foreign Key (type determined by related field)" +msgstr "Clé étrangère (type défini par le champ lié)" + +msgid "One-to-one relationship" +msgstr "Relation un à un" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "Relation %(from)s-%(to)s" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "Relations %(from)s-%(to)s" + +msgid "Many-to-many relationship" +msgstr "Relation plusieurs à plusieurs" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Ce champ est obligatoire." + +msgid "Enter a whole number." +msgstr "Saisissez un nombre entier." + +msgid "Enter a number." +msgstr "Saisissez un nombre." + +msgid "Enter a valid date." +msgstr "Saisissez une date valide." + +msgid "Enter a valid time." +msgstr "Saisissez une heure valide." + +msgid "Enter a valid date/time." +msgstr "Saisissez une date et une heure valides." + +msgid "Enter a valid duration." +msgstr "Saisissez une durée valide." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" +"Aucun fichier n'a été soumis. Vérifiez le type d'encodage du formulaire." + +msgid "No file was submitted." +msgstr "Aucun fichier n'a été soumis." + +msgid "The submitted file is empty." +msgstr "Le fichier soumis est vide." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Assurez-vous que ce nom de fichier comporte au plus %(max)d caractère " +"(actuellement %(length)d)." +msgstr[1] "" +"Assurez-vous que ce nom de fichier comporte au plus %(max)d caractères " +"(actuellement %(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Envoyez un fichier ou cochez la case d'effacement, mais pas les deux." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Téléversez une image valide. Le fichier que vous avez transféré n'est pas " +"une image ou bien est corrompu." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Sélectionnez un choix valide. %(value)s n'en fait pas partie." + +msgid "Enter a list of values." +msgstr "Saisissez une liste de valeurs." + +msgid "Enter a complete value." +msgstr "Saisissez une valeur complète." + +msgid "Enter a valid UUID." +msgstr "Saisissez un UUID valide." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr " :" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(champ masqué %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" +"Les données du formulaire ManagementForm sont manquantes ou ont été " +"manipulées" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Ne soumettez pas plus de %d formulaire." +msgstr[1] "Ne soumettez pas plus de %d formulaires." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Veuillez soumettre au moins %d formulaire." +msgstr[1] "Veuillez soumettre au moins %d formulaires." + +msgid "Order" +msgstr "Ordre" + +msgid "Delete" +msgstr "Supprimer" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Corrigez les données à double dans %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Corrigez les données à double dans %(field)s qui doit contenir des valeurs " +"uniques." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Corrigez les données à double dans %(field_name)s qui doit contenir des " +"valeurs uniques pour la partie %(lookup)s de %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Corrigez les valeurs à double ci-dessous." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "" +"La clé étrangère en ligne ne correspond pas à la clé primaire de l'instance " +"parente." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Sélectionnez un choix valide. Ce choix ne fait pas partie de ceux " +"disponibles." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "« %(pk)s » n'est pas une valeur correcte pour une clé primaire." + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"La valeur %(datetime)s n'a pas pu être interprétée dans le fuseau horaire " +"%(current_timezone)s ; elle est peut-être ambigüe ou elle n'existe pas." + +msgid "Currently" +msgstr "Actuellement" + +msgid "Change" +msgstr "Modifier" + +msgid "Clear" +msgstr "Effacer" + +msgid "Unknown" +msgstr "Inconnu" + +msgid "Yes" +msgstr "Oui" + +msgid "No" +msgstr "Non" + +msgid "yes,no,maybe" +msgstr "oui, non, peut-être" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d octet" +msgstr[1] "%(size)d octets" + +#, python-format +msgid "%s KB" +msgstr "%s Kio" + +#, python-format +msgid "%s MB" +msgstr "%s Mio" + +#, python-format +msgid "%s GB" +msgstr "%s Gio" + +#, python-format +msgid "%s TB" +msgstr "%s Tio" + +#, python-format +msgid "%s PB" +msgstr "%s Pio" + +msgid "p.m." +msgstr "après-midi" + +msgid "a.m." +msgstr "matin" + +msgid "PM" +msgstr "Après-midi" + +msgid "AM" +msgstr "Matin" + +msgid "midnight" +msgstr "minuit" + +msgid "noon" +msgstr "midi" + +msgid "Monday" +msgstr "lundi" + +msgid "Tuesday" +msgstr "mardi" + +msgid "Wednesday" +msgstr "mercredi" + +msgid "Thursday" +msgstr "jeudi" + +msgid "Friday" +msgstr "vendredi" + +msgid "Saturday" +msgstr "samedi" + +msgid "Sunday" +msgstr "dimanche" + +msgid "Mon" +msgstr "lun" + +msgid "Tue" +msgstr "mar" + +msgid "Wed" +msgstr "mer" + +msgid "Thu" +msgstr "jeu" + +msgid "Fri" +msgstr "ven" + +msgid "Sat" +msgstr "sam" + +msgid "Sun" +msgstr "dim" + +msgid "January" +msgstr "janvier" + +msgid "February" +msgstr "février" + +msgid "March" +msgstr "mars" + +msgid "April" +msgstr "avril" + +msgid "May" +msgstr "mai" + +msgid "June" +msgstr "juin" + +msgid "July" +msgstr "juillet" + +msgid "August" +msgstr "août" + +msgid "September" +msgstr "septembre" + +msgid "October" +msgstr "octobre" + +msgid "November" +msgstr "novembre" + +msgid "December" +msgstr "décembre" + +msgid "jan" +msgstr "jan" + +msgid "feb" +msgstr "fév" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "avr" + +msgid "may" +msgstr "mai" + +msgid "jun" +msgstr "jui" + +msgid "jul" +msgstr "jul" + +msgid "aug" +msgstr "aoû" + +msgid "sep" +msgstr "sep" + +msgid "oct" +msgstr "oct" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "déc" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "jan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "fév." + +msgctxt "abbrev. month" +msgid "March" +msgstr "mars" + +msgctxt "abbrev. month" +msgid "April" +msgstr "avr." + +msgctxt "abbrev. month" +msgid "May" +msgstr "mai" + +msgctxt "abbrev. month" +msgid "June" +msgstr "juin" + +msgctxt "abbrev. month" +msgid "July" +msgstr "juil." + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "août" + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "sep." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "oct." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "déc." + +msgctxt "alt. month" +msgid "January" +msgstr "Janvier" + +msgctxt "alt. month" +msgid "February" +msgstr "Février" + +msgctxt "alt. month" +msgid "March" +msgstr "Mars" + +msgctxt "alt. month" +msgid "April" +msgstr "Avril" + +msgctxt "alt. month" +msgid "May" +msgstr "Mai" + +msgctxt "alt. month" +msgid "June" +msgstr "Juin" + +msgctxt "alt. month" +msgid "July" +msgstr "Juillet" + +msgctxt "alt. month" +msgid "August" +msgstr "Août" + +msgctxt "alt. month" +msgid "September" +msgstr "Septembre" + +msgctxt "alt. month" +msgid "October" +msgstr "Octobre" + +msgctxt "alt. month" +msgid "November" +msgstr "Novembre" + +msgctxt "alt. month" +msgid "December" +msgstr "Décembre" + +msgid "This is not a valid IPv6 address." +msgstr "Ceci n'est pas une adresse IPv6 valide." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "ou" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d année" +msgstr[1] "%d années" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d mois" +msgstr[1] "%d mois" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d semaine" +msgstr[1] "%d semaines" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d jour" +msgstr[1] "%d jours" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d heure" +msgstr[1] "%d heures" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d minute" +msgstr[1] "%d minutes" + +msgid "0 minutes" +msgstr "0 minute" + +msgid "Forbidden" +msgstr "Interdit" + +msgid "CSRF verification failed. Request aborted." +msgstr "La vérification CSRF a échoué. La requête a été interrompue." + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Vous voyez ce message parce que ce site HTTPS exige que le navigateur Web " +"envoie un en-tête « Referer », ce qu'il n'a pas fait. Cet en-tête est exigé " +"pour des raisons de sécurité, afin de s'assurer que le navigateur n'ait pas " +"été piraté par un intervenant externe." + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" +"Si vous avez désactivé l'envoi des en-têtes « Referer » par votre " +"navigateur, veuillez les réactiver, au moins pour ce site ou pour les " +"connexions HTTPS, ou encore pour les requêtes de même origine (« same-" +"origin »)." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Vous voyez ce message parce que ce site exige la présence d'un cookie CSRF " +"lors de l'envoi de formulaires. Ce cookie est nécessaire pour des raisons de " +"sécurité, afin de s'assurer que le navigateur n'ait pas été piraté par un " +"intervenant externe." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" +"Si vous avez désactivé l'envoi des cookies par votre navigateur, veuillez " +"les réactiver au moins pour ce site ou pour les requêtes de même origine (« " +"same-origin »)." + +msgid "More information is available with DEBUG=True." +msgstr "" +"Des informations plus détaillées sont affichées lorsque la variable DEBUG " +"vaut True." + +msgid "Welcome to Django" +msgstr "Bienvenue dans Django" + +msgid "It worked!" +msgstr "Ça fonctionne !" + +msgid "Congratulations on your first Django-powered page." +msgstr "Félicitations pour votre première page produite par Django." + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" +"Naturellement, il ne s'agit pas encore d'un résultat utilisable. La " +"prochaine étape est de créer une application en exécutant python " +"manage.py startapp [nom_app]." + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" +"Vous voyez ce message car votre fichier de réglages Django contient " +"DEBUG = True et que vous n'avez pas encore configuré d'URL. Au " +"travail !" + +msgid "No year specified" +msgstr "Aucune année indiquée" + +msgid "No month specified" +msgstr "Aucun mois indiqué" + +msgid "No day specified" +msgstr "Aucun jour indiqué" + +msgid "No week specified" +msgstr "Aucune semaine indiquée" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Pas de %(verbose_name_plural)s disponible" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Pas de %(verbose_name_plural)s disponible dans le futur car %(class_name)s." +"allow_future est faux (False)." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "" +"Le format « %(format)s » appliqué à la chaîne date « %(datestr)s » n'est pas " +"valide" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Aucun objet %(verbose_name)s trouvé en réponse à la requête" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "" +"Page ne vaut pas « last » et ne peut pas non plus être converti en un nombre " +"entier." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Page non valide (%(page_number)s) : %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Liste vide et %(class_name)s.allow_empty est faux (False)." + +msgid "Directory indexes are not allowed here." +msgstr "Il n'est pas autorisé d'afficher le contenu de ce répertoire." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "« %(path)s » n'existe pas" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Index de %(directory)s" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/fr/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/fr/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/fr/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/fr/formats.py new file mode 100644 index 0000000..ed6d8c7 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/fr/formats.py @@ -0,0 +1,36 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'j F Y' +TIME_FORMAT = 'H:i' +DATETIME_FORMAT = 'j F Y H:i' +YEAR_MONTH_FORMAT = 'F Y' +MONTH_DAY_FORMAT = 'j F' +SHORT_DATE_FORMAT = 'j N Y' +SHORT_DATETIME_FORMAT = 'j N Y H:i' +FIRST_DAY_OF_WEEK = 1 # Monday + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + '%d/%m/%Y', '%d/%m/%y', # '25/10/2006', '25/10/06' + '%d.%m.%Y', '%d.%m.%y', # Swiss [fr_CH), '25.10.2006', '25.10.06' + # '%d %B %Y', '%d %b %Y', # '25 octobre 2006', '25 oct. 2006' +] +DATETIME_INPUT_FORMATS = [ + '%d/%m/%Y %H:%M:%S', # '25/10/2006 14:30:59' + '%d/%m/%Y %H:%M:%S.%f', # '25/10/2006 14:30:59.000200' + '%d/%m/%Y %H:%M', # '25/10/2006 14:30' + '%d/%m/%Y', # '25/10/2006' + '%d.%m.%Y %H:%M:%S', # Swiss [fr_CH), '25.10.2006 14:30:59' + '%d.%m.%Y %H:%M:%S.%f', # Swiss (fr_CH), '25.10.2006 14:30:59.000200' + '%d.%m.%Y %H:%M', # Swiss (fr_CH), '25.10.2006 14:30' + '%d.%m.%Y', # Swiss (fr_CH), '25.10.2006' +] +DECIMAL_SEPARATOR = ',' +THOUSAND_SEPARATOR = '\xa0' # non-breaking space +NUMBER_GROUPING = 3 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/fy/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/fy/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..586f7d40860aa8bbb60ffd4b681e798aa6bd7922 GIT binary patch literal 2525 zcma)-&u<$=6vr1Rzf7S}p!`M;iIS9dZ6~EAI0Ql46jD+W1s8-kRAcX~J>J=w?d)tE z7Y+#i0uD%A0Er_vq@LPikhoO*2Y|$x190WS_w71ynx?=?>yKyV&71dY-u`lM-xmR% zLwKLYdmZmHct5@kKY0EC=fFR~$G{hF4}t^WDR3EF1D^uF0S|)Lz=y$~z{kPg#^b-i zM=(BcM-V&;J`cVCwm?2xfb-x6cqe!TTm-LzZ-T+T%D%V2Coz;D+w%$d0r(~OHEjF~ zoW=O_yQ=el03X2kXRr0TJ1TKM}j(HtqxkL9>JOQ$wZSWG9fE;3=d|-CD&I24#K72mg&hcg&`KeV1 z?jMt5j-!J8coC}7_WMA79>mMBMCeN!9|D8J)2WT5zGy@$kK{B|zE8fdaymR6E2*Q4 zT6CnwiqKAqXhd>DGo)E{MiX?7^Dlr62UzeFO6Aa&E)g|+3~XGg-zz2+KT zr8h0?HCMVg(J<^=Eyp%*&03>J6sex_Ips1F4rfNx8NuT;6|nLhOR>VXp@2ZqNflg= zZZ%D(`?8xLACjc$+KA)jN0}sR%E{Qev>vQD1S@z~YT5NjNEMrI->R;xBaNliNFZ`* zEK+5#JubJ4b)k@6SW`*Eyjy5#_k|w|{Xaczn7r*?%_}Po3qU(1j9ACu2|j&s>B7Zvy|!qsqx`nHEs96ARb4ot!?UQ~yhSD}hxx+nJXL=e zrVTx}Kr=_?YrFeXDiyAmzo|QQ;J=bcHfrb`ib0vGF|qtm3fvGB_jti%(wWLV=uDf}%GTtal*xd*Q%s4?GO4{xq`6V4B<@h5;0CpOrR+~T zEs%u%RNy-AHR+YYCAe{Auer+AiKNvzs>aYxmxa~}_0;VX7X`Q7JW(=|XerKOHsMY+ z1%uDv0-*|f11RA5ZhmWMWPFaXLBIU>WqKQx=v5NsLPj2!LpnE zr=}%8aeO-z2#uDq+eakWk%2)b=vAAmUQw38t3?8XDxs9&TQV zJ0o4Tc$?J;M{dPD8clf`ShBczoTk1Q4)Fm|=$UM}p`BY}p2!p2LXNiFu~rZM0VFNu AMF0Q* literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/fy/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/fy/LC_MESSAGES/django.po new file mode 100644 index 0000000..b9636cb --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/fy/LC_MESSAGES/django.po @@ -0,0 +1,1142 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Western Frisian (http://www.transifex.com/django/django/" +"language/fy/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fy\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "" + +msgid "Arabic" +msgstr "" + +msgid "Asturian" +msgstr "" + +msgid "Azerbaijani" +msgstr "" + +msgid "Bulgarian" +msgstr "" + +msgid "Belarusian" +msgstr "" + +msgid "Bengali" +msgstr "" + +msgid "Breton" +msgstr "" + +msgid "Bosnian" +msgstr "" + +msgid "Catalan" +msgstr "" + +msgid "Czech" +msgstr "" + +msgid "Welsh" +msgstr "" + +msgid "Danish" +msgstr "" + +msgid "German" +msgstr "" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "" + +msgid "English" +msgstr "" + +msgid "Australian English" +msgstr "" + +msgid "British English" +msgstr "" + +msgid "Esperanto" +msgstr "" + +msgid "Spanish" +msgstr "" + +msgid "Argentinian Spanish" +msgstr "" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "" + +msgid "Nicaraguan Spanish" +msgstr "" + +msgid "Venezuelan Spanish" +msgstr "" + +msgid "Estonian" +msgstr "" + +msgid "Basque" +msgstr "" + +msgid "Persian" +msgstr "" + +msgid "Finnish" +msgstr "" + +msgid "French" +msgstr "" + +msgid "Frisian" +msgstr "" + +msgid "Irish" +msgstr "" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "" + +msgid "Hebrew" +msgstr "" + +msgid "Hindi" +msgstr "" + +msgid "Croatian" +msgstr "" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "" + +msgid "Interlingua" +msgstr "" + +msgid "Indonesian" +msgstr "" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "" + +msgid "Italian" +msgstr "" + +msgid "Japanese" +msgstr "" + +msgid "Georgian" +msgstr "" + +msgid "Kazakh" +msgstr "" + +msgid "Khmer" +msgstr "" + +msgid "Kannada" +msgstr "" + +msgid "Korean" +msgstr "" + +msgid "Luxembourgish" +msgstr "" + +msgid "Lithuanian" +msgstr "" + +msgid "Latvian" +msgstr "" + +msgid "Macedonian" +msgstr "" + +msgid "Malayalam" +msgstr "" + +msgid "Mongolian" +msgstr "" + +msgid "Marathi" +msgstr "" + +msgid "Burmese" +msgstr "" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "" + +msgid "Dutch" +msgstr "" + +msgid "Norwegian Nynorsk" +msgstr "" + +msgid "Ossetic" +msgstr "" + +msgid "Punjabi" +msgstr "" + +msgid "Polish" +msgstr "" + +msgid "Portuguese" +msgstr "" + +msgid "Brazilian Portuguese" +msgstr "" + +msgid "Romanian" +msgstr "" + +msgid "Russian" +msgstr "" + +msgid "Slovak" +msgstr "" + +msgid "Slovenian" +msgstr "" + +msgid "Albanian" +msgstr "" + +msgid "Serbian" +msgstr "" + +msgid "Serbian Latin" +msgstr "" + +msgid "Swedish" +msgstr "" + +msgid "Swahili" +msgstr "" + +msgid "Tamil" +msgstr "" + +msgid "Telugu" +msgstr "" + +msgid "Thai" +msgstr "" + +msgid "Turkish" +msgstr "" + +msgid "Tatar" +msgstr "" + +msgid "Udmurt" +msgstr "" + +msgid "Ukrainian" +msgstr "" + +msgid "Urdu" +msgstr "" + +msgid "Vietnamese" +msgstr "" + +msgid "Simplified Chinese" +msgstr "" + +msgid "Traditional Chinese" +msgstr "" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "" + +msgid "Static Files" +msgstr "" + +msgid "Syndication" +msgstr "" + +msgid "Enter a valid value." +msgstr "Jou in falide wearde." + +msgid "Enter a valid URL." +msgstr "Jou in falide URL." + +msgid "Enter a valid integer." +msgstr "" + +msgid "Enter a valid email address." +msgstr "" + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Jou in falida 'slug' gearsteld mei letters, nûmers, ûnderstreekjes of " +"koppelteken." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "Jou in falide IPv4-adres." + +msgid "Enter a valid IPv6 address." +msgstr "" + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "" + +msgid "Enter only digits separated by commas." +msgstr "Jou allinnich sifers, skieden troch komma's." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "" + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "" + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +msgstr[1] "" + +msgid "and" +msgstr "" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "Dit fjild kin net leech wêze." + +msgid "This field cannot be blank." +msgstr "" + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s mei dit %(field_label)s bestiet al." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "" + +msgid "Integer" +msgstr "" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "" + +msgid "Big (8 byte) integer" +msgstr "" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "" + +msgid "Comma-separated integers" +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "" + +msgid "File path" +msgstr "" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "" + +msgid "IPv4 address" +msgstr "" + +msgid "IP address" +msgstr "" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "" + +msgid "Positive integer" +msgstr "" + +msgid "Positive small integer" +msgstr "" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "" + +msgid "Small integer" +msgstr "" + +msgid "Text" +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "" + +msgid "URL" +msgstr "" + +msgid "Raw binary data" +msgstr "" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "" + +msgid "File" +msgstr "" + +msgid "Image" +msgstr "" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "" + +msgid "One-to-one relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr "" + +msgid "This field is required." +msgstr "Dit fjild is fereaske." + +msgid "Enter a whole number." +msgstr "Jou in folslein nûmer." + +msgid "Enter a number." +msgstr "Jou in nûmer." + +msgid "Enter a valid date." +msgstr "Jou in falide datum." + +msgid "Enter a valid time." +msgstr "Jou in falide tiid." + +msgid "Enter a valid date/time." +msgstr "Jou in falide datum.tiid." + +msgid "Enter a valid duration." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" +"Der is gjin bestân yntsjinne. Kontrolearje it kodearringstype op it " +"formulier." + +msgid "No file was submitted." +msgstr "Der is gjin bestân yntsjinne." + +msgid "The submitted file is empty." +msgstr "It yntsjinne bestân is leech." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +msgstr[1] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Laad in falide ôfbylding op. It bestân dy't jo opladen hawwe wie net in " +"ôfbylding of in skansearre ôfbylding." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Selektearje in falide kar. %(value)s is net ien fan de beskikbere karren." + +msgid "Enter a list of values." +msgstr "Jou in list mei weardes." + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr "" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" +msgstr[1] "" + +msgid "Order" +msgstr "Oarder" + +msgid "Delete" +msgstr "" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "" + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" + +msgid "Please correct the duplicate values below." +msgstr "" + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Selektearje in falide kar. Dizze kar is net ien fan de beskikbere karren." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +msgid "Currently" +msgstr "" + +msgid "Change" +msgstr "" + +msgid "Clear" +msgstr "" + +msgid "Unknown" +msgstr "" + +msgid "Yes" +msgstr "" + +msgid "No" +msgstr "" + +msgid "yes,no,maybe" +msgstr "" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%s KB" +msgstr "" + +#, python-format +msgid "%s MB" +msgstr "" + +#, python-format +msgid "%s GB" +msgstr "" + +#, python-format +msgid "%s TB" +msgstr "" + +#, python-format +msgid "%s PB" +msgstr "" + +msgid "p.m." +msgstr "" + +msgid "a.m." +msgstr "" + +msgid "PM" +msgstr "" + +msgid "AM" +msgstr "" + +msgid "midnight" +msgstr "" + +msgid "noon" +msgstr "" + +msgid "Monday" +msgstr "" + +msgid "Tuesday" +msgstr "" + +msgid "Wednesday" +msgstr "" + +msgid "Thursday" +msgstr "" + +msgid "Friday" +msgstr "" + +msgid "Saturday" +msgstr "" + +msgid "Sunday" +msgstr "" + +msgid "Mon" +msgstr "" + +msgid "Tue" +msgstr "" + +msgid "Wed" +msgstr "" + +msgid "Thu" +msgstr "" + +msgid "Fri" +msgstr "" + +msgid "Sat" +msgstr "" + +msgid "Sun" +msgstr "" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgid "jan" +msgstr "" + +msgid "feb" +msgstr "" + +msgid "mar" +msgstr "" + +msgid "apr" +msgstr "" + +msgid "may" +msgstr "" + +msgid "jun" +msgstr "" + +msgid "jul" +msgstr "" + +msgid "aug" +msgstr "" + +msgid "sep" +msgstr "" + +msgid "oct" +msgstr "" + +msgid "nov" +msgstr "" + +msgid "dec" +msgstr "" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "" + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "" + +msgctxt "abbrev. month" +msgid "March" +msgstr "" + +msgctxt "abbrev. month" +msgid "April" +msgstr "" + +msgctxt "abbrev. month" +msgid "May" +msgstr "" + +msgctxt "abbrev. month" +msgid "June" +msgstr "" + +msgctxt "abbrev. month" +msgid "July" +msgstr "" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "" + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "" + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "" + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "" + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "" + +msgctxt "alt. month" +msgid "January" +msgstr "" + +msgctxt "alt. month" +msgid "February" +msgstr "" + +msgctxt "alt. month" +msgid "March" +msgstr "" + +msgctxt "alt. month" +msgid "April" +msgstr "" + +msgctxt "alt. month" +msgid "May" +msgstr "" + +msgctxt "alt. month" +msgid "June" +msgstr "" + +msgctxt "alt. month" +msgid "July" +msgstr "" + +msgctxt "alt. month" +msgid "August" +msgstr "" + +msgctxt "alt. month" +msgid "September" +msgstr "" + +msgctxt "alt. month" +msgid "October" +msgstr "" + +msgctxt "alt. month" +msgid "November" +msgstr "" + +msgctxt "alt. month" +msgid "December" +msgstr "" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "" + +msgid "or" +msgstr "" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr "" + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" + +msgid "0 minutes" +msgstr "" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "Welcome to Django" +msgstr "" + +msgid "It worked!" +msgstr "" + +msgid "Congratulations on your first Django-powered page." +msgstr "" + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" + +msgid "No year specified" +msgstr "" + +msgid "No month specified" +msgstr "" + +msgid "No day specified" +msgstr "" + +msgid "No week specified" +msgstr "" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "" + +msgid "Directory indexes are not allowed here." +msgstr "" + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "" + +#, python-format +msgid "Index of %(directory)s" +msgstr "" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/fy/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/fy/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/fy/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/fy/formats.py new file mode 100644 index 0000000..330c2f2 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/fy/formats.py @@ -0,0 +1,24 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +# DATE_FORMAT = +# TIME_FORMAT = +# DATETIME_FORMAT = +# YEAR_MONTH_FORMAT = +# MONTH_DAY_FORMAT = +# SHORT_DATE_FORMAT = +# SHORT_DATETIME_FORMAT = +# FIRST_DAY_OF_WEEK = + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +# DATE_INPUT_FORMATS = +# TIME_INPUT_FORMATS = +# DATETIME_INPUT_FORMATS = +# DECIMAL_SEPARATOR = +# THOUSAND_SEPARATOR = +# NUMBER_GROUPING = diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ga/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ga/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..71513ea3e183807a2586020940846cafecd1d291 GIT binary patch literal 15406 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 literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ko/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ko/LC_MESSAGES/django.po new file mode 100644 index 0000000..82238ac --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ko/LC_MESSAGES/django.po @@ -0,0 +1,1171 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# BJ Jang , 2014 +# Ian Y. Choi , 2015 +# Jaehong Kim , 2011 +# Jannis Leidel , 2011 +# Jeong Seongtae , 2014,2016 +# JuneHyeon Bae , 2014 +# Chr0m3 , 2015 +# Subin Choi , 2016 +# Taesik Yoon , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-07-12 18:17+0000\n" +"Last-Translator: Jeong Seongtae \n" +"Language-Team: Korean (http://www.transifex.com/django/django/language/ko/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Afrikaans" +msgstr "아프리칸스어" + +msgid "Arabic" +msgstr "아랍어" + +msgid "Asturian" +msgstr "호주어" + +msgid "Azerbaijani" +msgstr "아제르바이잔어" + +msgid "Bulgarian" +msgstr "불가리어" + +msgid "Belarusian" +msgstr "벨라루스어" + +msgid "Bengali" +msgstr "방글라데시어" + +msgid "Breton" +msgstr "브르타뉴어" + +msgid "Bosnian" +msgstr "보스니아어" + +msgid "Catalan" +msgstr "카탈로니아어" + +msgid "Czech" +msgstr "체코어" + +msgid "Welsh" +msgstr "웨일즈어" + +msgid "Danish" +msgstr "덴마크어" + +msgid "German" +msgstr "독일어" + +msgid "Lower Sorbian" +msgstr "저지 소르브어" + +msgid "Greek" +msgstr "그리스어" + +msgid "English" +msgstr "영어" + +msgid "Australian English" +msgstr "영어(호주)" + +msgid "British English" +msgstr "영어 (영국)" + +msgid "Esperanto" +msgstr "에스페란토어" + +msgid "Spanish" +msgstr "스페인어" + +msgid "Argentinian Spanish" +msgstr "아르헨티나 스페인어" + +msgid "Colombian Spanish" +msgstr "콜롬비아 스페인어" + +msgid "Mexican Spanish" +msgstr "멕시컨 스페인어" + +msgid "Nicaraguan Spanish" +msgstr "니카과라 스페인어" + +msgid "Venezuelan Spanish" +msgstr "베네수엘라 스페인어" + +msgid "Estonian" +msgstr "에스토니아어" + +msgid "Basque" +msgstr "바스크어" + +msgid "Persian" +msgstr "페르시아어" + +msgid "Finnish" +msgstr "핀란드어" + +msgid "French" +msgstr "프랑스어" + +msgid "Frisian" +msgstr "프리슬란트어" + +msgid "Irish" +msgstr "아일랜드어" + +msgid "Scottish Gaelic" +msgstr "스코틀랜드 게일어" + +msgid "Galician" +msgstr "갈리시아어" + +msgid "Hebrew" +msgstr "히브리어" + +msgid "Hindi" +msgstr "힌두어" + +msgid "Croatian" +msgstr "크로아티아어" + +msgid "Upper Sorbian" +msgstr "고지 소르브어" + +msgid "Hungarian" +msgstr "헝가리어" + +msgid "Interlingua" +msgstr "인테르링구아어" + +msgid "Indonesian" +msgstr "인도네시아어" + +msgid "Ido" +msgstr "이도어" + +msgid "Icelandic" +msgstr "아이슬란드어" + +msgid "Italian" +msgstr "이탈리아어" + +msgid "Japanese" +msgstr "일본어" + +msgid "Georgian" +msgstr "조지아어" + +msgid "Kazakh" +msgstr "카자흐어" + +msgid "Khmer" +msgstr "크메르어" + +msgid "Kannada" +msgstr "칸나다어" + +msgid "Korean" +msgstr "한국어" + +msgid "Luxembourgish" +msgstr "룩셈부르크" + +msgid "Lithuanian" +msgstr "리투아니아어" + +msgid "Latvian" +msgstr "라트비아어" + +msgid "Macedonian" +msgstr "마케도니아어" + +msgid "Malayalam" +msgstr "말레이지아어" + +msgid "Mongolian" +msgstr "몽고어" + +msgid "Marathi" +msgstr "마라티어" + +msgid "Burmese" +msgstr "룩셈부르크어" + +msgid "Norwegian Bokmål" +msgstr "노르웨이어(보크몰)" + +msgid "Nepali" +msgstr "네팔어" + +msgid "Dutch" +msgstr "네덜란드어" + +msgid "Norwegian Nynorsk" +msgstr "노르웨이어 (뉘노르스크)" + +msgid "Ossetic" +msgstr "오세티아어" + +msgid "Punjabi" +msgstr "펀자브어" + +msgid "Polish" +msgstr "폴란드어" + +msgid "Portuguese" +msgstr "포르투갈어" + +msgid "Brazilian Portuguese" +msgstr "브라질 포르투갈어" + +msgid "Romanian" +msgstr "루마니아어" + +msgid "Russian" +msgstr "러시아어" + +msgid "Slovak" +msgstr "슬로바키아어" + +msgid "Slovenian" +msgstr "슬로베니아어" + +msgid "Albanian" +msgstr "알바니아어" + +msgid "Serbian" +msgstr "세르비아어" + +msgid "Serbian Latin" +msgstr "세르비아어" + +msgid "Swedish" +msgstr "스웨덴어" + +msgid "Swahili" +msgstr "스와힐리어" + +msgid "Tamil" +msgstr "타밀어" + +msgid "Telugu" +msgstr "텔루구어" + +msgid "Thai" +msgstr "태국어" + +msgid "Turkish" +msgstr "터키어" + +msgid "Tatar" +msgstr "타타르" + +msgid "Udmurt" +msgstr "이제프스크" + +msgid "Ukrainian" +msgstr "우크라이나어" + +msgid "Urdu" +msgstr "우르드어" + +msgid "Vietnamese" +msgstr "베트남어" + +msgid "Simplified Chinese" +msgstr "중국어 간체" + +msgid "Traditional Chinese" +msgstr "중국어 번체" + +msgid "Messages" +msgstr "메시지" + +msgid "Site Maps" +msgstr "사이트 맵" + +msgid "Static Files" +msgstr "정적 파일" + +msgid "Syndication" +msgstr "신디케이션" + +msgid "Enter a valid value." +msgstr "올바른 값을 입력하세요." + +msgid "Enter a valid URL." +msgstr "올바른 URL을 입력하세요." + +msgid "Enter a valid integer." +msgstr "올바른 정수를 입력하세요." + +msgid "Enter a valid email address." +msgstr "올바른 이메일 주소를 입력하세요." + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "문자, 숫자, '_', '-'만 가능합니다." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"유니코드 문자, 숫자, 언더스코어 또는 하이픈으로 구성된 올바른 내용을 입력하세" +"요." + +msgid "Enter a valid IPv4 address." +msgstr "올바른 IPv4 주소를 입력하세요." + +msgid "Enter a valid IPv6 address." +msgstr "올바른 IPv6 주소를 입력하세요." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "올바른 IPv4 혹은 IPv6 주소를 입력하세요." + +msgid "Enter only digits separated by commas." +msgstr "콤마로 구분된 숫자만 입력하세요." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"%(limit_value)s 안의 값을 입력해 주세요. (입력하신 값은 %(show_value)s입니" +"다.)" + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "%(limit_value)s 이하의 값을 입력해 주세요." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "%(limit_value)s 이상의 값을 입력해 주세요." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"이 값이 최소 %(limit_value)d 개의 글자인지 확인하세요(입력값 %(show_value)d " +"자)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"이 값이 최대 %(limit_value)d 개의 글자인지 확인하세요(입력값 %(show_value)d " +"자)." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "전체 자릿수가 %(max)s 개를 넘지 않도록 해주세요." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "전체 유효자리 개수가 %(max)s 개를 넘지 않도록 해주세요." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "전체 유효자리 개수가 %(max)s 개를 넘지 않도록 해주세요." + +msgid "and" +msgstr "또한" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s의 %(field_labels)s 은/는 이미 존재합니다." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "%(value)r 은/는 올바른 선택사항이 아닙니다." + +msgid "This field cannot be null." +msgstr "이 필드는 null 값은 사용할 수 없습니다. " + +msgid "This field cannot be blank." +msgstr "이 필드는 null 값은 사용할 수 없습니다. " + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s의 %(field_label)s은/는 이미 존재합니다." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s은/는 반드시 %(date_field_label)s %(lookup_type)s에 대해 유일" +"해야 합니다." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "%(field_type)s 형식 필드" + +msgid "Integer" +msgstr "정수" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "'%(value)s' 값은 정수를 입력 하여야 합니다." + +msgid "Big (8 byte) integer" +msgstr "큰 정수 (8 byte)" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "'%(value)s' 값은 값이 없거나, 참 또는 거짓 중 하나 여야 합니다." + +msgid "Boolean (Either True or False)" +msgstr "boolean(참 또는 거짓)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "문자열(%(max_length)s 글자까지)" + +msgid "Comma-separated integers" +msgstr "정수(콤마로 구분)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"'%(value)s' 값은 날짜 형식이 아닙니다. YYYY-MM-DD 형식이 되어야 합니다." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "'%(value)s' 값은 올바른 형식(YYYY-MM-DD)이나 유효하지 않은 날자입니다." + +msgid "Date (without time)" +msgstr "날짜(시간 제외)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"'%(value)s' 값은 올바르지 않은 형식입니다. YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ] 형식이어야 합니다." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"'%(value)s' 값은 맞는 포맷이지만 (YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]) 유효하" +"지 않은 date/time입니다." + +msgid "Date (with time)" +msgstr "날짜(시간 포함)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "'%(value)s' 값은 10진수를 입력하여야 합니다." + +msgid "Decimal number" +msgstr "10진수" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" +"'%(value)s' 값은 올바르지 않은 형식입니다. [DD] [HH:[MM:]]ss[.uuuuuu] 형식이" +"어야 합니다." + +msgid "Duration" +msgstr "지속시간" + +msgid "Email address" +msgstr "이메일 주소" + +msgid "File path" +msgstr "파일 경로" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "'%(value)s' 값은 실수를 입력하여야 합니다." + +msgid "Floating point number" +msgstr "부동소수점 숫자" + +msgid "IPv4 address" +msgstr "IPv4 주소" + +msgid "IP address" +msgstr "IP 주소" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "'%(value)s' 값은 값이 없거나, 참 또는 거짓 중 하나 이어야 합니다." + +msgid "Boolean (Either True, False or None)" +msgstr "boolean (참, 거짓 또는 none)" + +msgid "Positive integer" +msgstr "양의 정수" + +msgid "Positive small integer" +msgstr "양의 작은 정수" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "슬러그(%(max_length)s 까지)" + +msgid "Small integer" +msgstr "작은 정수" + +msgid "Text" +msgstr "텍스트" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"'%(value)s' 값은 올바르지 않은 형식입니다. HH:MM[:ss[.uuuuuu]] 형식이어야 합" +"니다." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"'%(value)s' 값은 올바른 형식(HH:MM[:ss[.uuuuuu]])이나 유효하지 않은 시간입니" +"다." + +msgid "Time" +msgstr "시각" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "원 바이너리 " + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "'%(value)s' 은 유효하지 않은 UUID 입니다." + +msgid "File" +msgstr "파일" + +msgid "Image" +msgstr "이미지" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "%(field)s %(value)r 를 가지는 %(model)s 인스턴스가 존재하지 않습니다." + +msgid "Foreign Key (type determined by related field)" +msgstr "외래 키 (연관 필드에 의해 형식 결정)" + +msgid "One-to-one relationship" +msgstr "일대일 관계" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "%(from)s-%(to)s 관계" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "%(from)s-%(to)s 관계들" + +msgid "Many-to-many relationship" +msgstr "다대다 관계" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "필수 항목입니다." + +msgid "Enter a whole number." +msgstr "정수를 입력하세요." + +msgid "Enter a number." +msgstr "숫자를 입력하세요." + +msgid "Enter a valid date." +msgstr "올바른 날짜를 입력하세요." + +msgid "Enter a valid time." +msgstr "올바른 시각을 입력하세요." + +msgid "Enter a valid date/time." +msgstr "올바른 날짜/시각을 입력하세요." + +msgid "Enter a valid duration." +msgstr "올바른 기간을 입력하세요." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "등록된 파일이 없습니다. 인코딩 형식을 확인하세요." + +msgid "No file was submitted." +msgstr "파일이 전송되지 않았습니다." + +msgid "The submitted file is empty." +msgstr "입력하신 파일은 빈 파일입니다." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "파일이름의 길이가 최대 %(max)d 자인지 확인하세요(%(length)d 자)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "파일을 보내거나 취소 체크박스를 체크하세요. 또는 둘다 비워두세요." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"올바른 이미지를 업로드하세요. 업로드하신 파일은 이미지 파일이 아니거나 파일" +"이 깨져 있습니다." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "올바르게 선택해 주세요. %(value)s 이/가 선택가능항목에 없습니다." + +msgid "Enter a list of values." +msgstr "리스트를 입력하세요." + +msgid "Enter a complete value." +msgstr "완전한 값을 입력하세요." + +msgid "Enter a valid UUID." +msgstr "올바른 UUID를 입력하세요." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(%(name)s hidden 필드) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "관리폼 데이터가 없거나 변조되었습니다." + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "%d 개 이하의 양식을 제출하세요." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "%d 개 이상의 양식을 제출하세요." + +msgid "Order" +msgstr "순서:" + +msgid "Delete" +msgstr "삭제" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "%(field)s의 중복된 데이터를 고쳐주세요." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "%(field)s의 중복된 데이터를 고쳐주세요. 유일한 값이어야 합니다." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"%(field_name)s의 값은 %(date_field)s의 %(lookup)s에 대해 유일해야 합니다. 중" +"복된 데이터를 고쳐주세요." + +msgid "Please correct the duplicate values below." +msgstr "아래의 중복된 값들을 고쳐주세요." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "부모 오브젝트의 primary key와 inline foreign key가 맞지 않습니다." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "올바르게 선택해 주세요. 선택하신 것이 선택가능항목에 없습니다." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "\"%(pk)s\"은/는 primary key로 적합하지 않습니다." + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s 은/는 %(current_timezone)s 시간대에서 해석될 수 없습니다; 정보" +"가 모호하거나 존재하지 않을 수 있습니다." + +msgid "Currently" +msgstr "현재" + +msgid "Change" +msgstr "변경" + +msgid "Clear" +msgstr "취소" + +msgid "Unknown" +msgstr "알 수 없습니다." + +msgid "Yes" +msgstr "예" + +msgid "No" +msgstr "아니오" + +msgid "yes,no,maybe" +msgstr "예,아니오,아마도" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d 바이트" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "오후" + +msgid "a.m." +msgstr "오전" + +msgid "PM" +msgstr "오후" + +msgid "AM" +msgstr "오전" + +msgid "midnight" +msgstr "자정" + +msgid "noon" +msgstr "정오" + +msgid "Monday" +msgstr "월요일" + +msgid "Tuesday" +msgstr "화요일" + +msgid "Wednesday" +msgstr "수요일" + +msgid "Thursday" +msgstr "목요일" + +msgid "Friday" +msgstr "금요일" + +msgid "Saturday" +msgstr "토요일" + +msgid "Sunday" +msgstr "일요일" + +msgid "Mon" +msgstr "월요일" + +msgid "Tue" +msgstr "화요일" + +msgid "Wed" +msgstr "수요일" + +msgid "Thu" +msgstr "목요일" + +msgid "Fri" +msgstr "금요일" + +msgid "Sat" +msgstr "토요일" + +msgid "Sun" +msgstr "일요일" + +msgid "January" +msgstr "1월" + +msgid "February" +msgstr "2월" + +msgid "March" +msgstr "3월" + +msgid "April" +msgstr "4월" + +msgid "May" +msgstr "5월" + +msgid "June" +msgstr "6월" + +msgid "July" +msgstr "7월" + +msgid "August" +msgstr "8월" + +msgid "September" +msgstr "9월" + +msgid "October" +msgstr "10월" + +msgid "November" +msgstr "11월" + +msgid "December" +msgstr "12월" + +msgid "jan" +msgstr "1월" + +msgid "feb" +msgstr "2월" + +msgid "mar" +msgstr "3월" + +msgid "apr" +msgstr "4월" + +msgid "may" +msgstr "5월" + +msgid "jun" +msgstr "6월" + +msgid "jul" +msgstr "7월" + +msgid "aug" +msgstr "8월" + +msgid "sep" +msgstr "9월" + +msgid "oct" +msgstr "10월" + +msgid "nov" +msgstr "11월" + +msgid "dec" +msgstr "12월" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "1" + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "2" + +msgctxt "abbrev. month" +msgid "March" +msgstr "3" + +msgctxt "abbrev. month" +msgid "April" +msgstr "4" + +msgctxt "abbrev. month" +msgid "May" +msgstr "5" + +msgctxt "abbrev. month" +msgid "June" +msgstr "6" + +msgctxt "abbrev. month" +msgid "July" +msgstr "7" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "8" + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "9" + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "10" + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "11월" + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "12월" + +msgctxt "alt. month" +msgid "January" +msgstr "1월" + +msgctxt "alt. month" +msgid "February" +msgstr "2월" + +msgctxt "alt. month" +msgid "March" +msgstr "3월" + +msgctxt "alt. month" +msgid "April" +msgstr "4월" + +msgctxt "alt. month" +msgid "May" +msgstr "5월" + +msgctxt "alt. month" +msgid "June" +msgstr "6월" + +msgctxt "alt. month" +msgid "July" +msgstr "7월" + +msgctxt "alt. month" +msgid "August" +msgstr "8월" + +msgctxt "alt. month" +msgid "September" +msgstr "9월" + +msgctxt "alt. month" +msgid "October" +msgstr "10월" + +msgctxt "alt. month" +msgid "November" +msgstr "11월" + +msgctxt "alt. month" +msgid "December" +msgstr "12월" + +msgid "This is not a valid IPv6 address." +msgstr "올바른 IPv6 주소가 아닙니다." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s ..." + +msgid "or" +msgstr "또는" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d년" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d개월" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d주" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d일" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d시간" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d분" + +msgid "0 minutes" +msgstr "0분" + +msgid "Forbidden" +msgstr "Forbidden" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF 검증에 실패했습니다. 요청을 중단하였습니다." + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"이 메세지가 보이는 이유는 이 HTTPS 사이트가 당신의 브라우저로부터 '참조 헤" +"더'를 요구하지만, 아무것도 받기 못하였기 때문입니다. 이 헤더는 보안상의 문제" +"로 필요하며, 제3자에 의해 당신의 브라우저가 해킹당하고 있지 않다는 것을 보장" +"합니다." + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" +"당신이 만약 브라우저 설정에서 '참조' 헤더를 불활성화시켰다면 적어도 이 사이트" +"나 HTTPS 연결, '동일-출처' 요청에 대해서는 이를 다시 활성화시키십시오. " + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"이 메세지가 보이는 이유는 사이트가 폼을 제출할 때 CSRF 쿠키를 필요로 하기 때" +"문입니다. 이 쿠키는 보안상의 이유로 필요하며, 제3자에 의해 당신의 브라우저가 " +"해킹당하고 있지 않다는 것을 보장합니다." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" +"당신이 만약 브라우저 설정에서 쿠키를 비활성화 시켰을 경우, 이를 적어도 이 사" +"이트나 '동일-출처' 요청에 대해서는 활성화시키십시오." + +msgid "More information is available with DEBUG=True." +msgstr "DEBUG=True 로 더 많은 정보를 확인할 수 있습니다." + +msgid "Welcome to Django" +msgstr "Django에 오신것을 환영합니다." + +msgid "It worked!" +msgstr "작동중!" + +msgid "Congratulations on your first Django-powered page." +msgstr "첫 번째 Django 페이지를 만든 것을 축하드립니다." + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" +"물론, 당신은 아직 어떤 결과물을 만든 것은 아닙니다. 당신의 첫 어플리케이션을 " +"다음 명령을 실행하여 시작하세요. python manage.py startapp " +"[app_label]." + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" +"이 메세지가 보이는 이유는 당신의 Django 설정 파일에 DEBUG = True" +"가 있고, 아직 아무런 URL을 설정하지 않았기 때문입니다." + +msgid "No year specified" +msgstr "년도가 없습니다." + +msgid "No month specified" +msgstr "월이 없습니다." + +msgid "No day specified" +msgstr "날짜가 없습니다." + +msgid "No week specified" +msgstr "주가 없습니다." + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr " %(verbose_name_plural)s를 사용할 수 없습니다." + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Future 모듈 %(verbose_name_plural)s을 사용할 수 없습니다. %(class_name)s." +"allow_future가 False 입니다." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "날짜 문자열 '%(datestr)s'이 표준 형식 '%(format)s'과 다릅니다." + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "쿼리 결과에 %(verbose_name)s가 없습니다." + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "'마지막' 페이지가 아니거나, 정수형으로 변환할 수 없습니다." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Invalid page (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "빈 리스트이고 '%(class_name)s.allow_empty'가 False입니다." + +msgid "Directory indexes are not allowed here." +msgstr "디렉토리 인덱스는 이곳에 사용할 수 없습니다." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" 가 존재하지 않습니다." + +#, python-format +msgid "Index of %(directory)s" +msgstr "Index of %(directory)s" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ko/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ko/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ko/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ko/formats.py new file mode 100644 index 0000000..0344e9e --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ko/formats.py @@ -0,0 +1,55 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'Y년 n월 j일' +TIME_FORMAT = 'A g:i' +DATETIME_FORMAT = 'Y년 n월 j일 g:i A' +YEAR_MONTH_FORMAT = 'Y년 n월' +MONTH_DAY_FORMAT = 'n월 j일' +SHORT_DATE_FORMAT = 'Y-n-j.' +SHORT_DATETIME_FORMAT = 'Y-n-j H:i' +# FIRST_DAY_OF_WEEK = + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +# Kept ISO formats as they are in first position +DATE_INPUT_FORMATS = [ + '%Y-%m-%d', '%m/%d/%Y', '%m/%d/%y', # '2006-10-25', '10/25/2006', '10/25/06' + # '%b %d %Y', '%b %d, %Y', # 'Oct 25 2006', 'Oct 25, 2006' + # '%d %b %Y', '%d %b, %Y', # '25 Oct 2006', '25 Oct, 2006' + # '%B %d %Y', '%B %d, %Y', # 'October 25 2006', 'October 25, 2006' + # '%d %B %Y', '%d %B, %Y', # '25 October 2006', '25 October, 2006' + '%Y년 %m월 %d일', # '2006년 10월 25일', with localized suffix. +] +TIME_INPUT_FORMATS = [ + '%H:%M:%S', # '14:30:59' + '%H:%M:%S.%f', # '14:30:59.000200' + '%H:%M', # '14:30' + '%H시 %M분 %S초', # '14시 30분 59초' + '%H시 %M분', # '14시 30분' +] +DATETIME_INPUT_FORMATS = [ + '%Y-%m-%d %H:%M:%S', # '2006-10-25 14:30:59' + '%Y-%m-%d %H:%M:%S.%f', # '2006-10-25 14:30:59.000200' + '%Y-%m-%d %H:%M', # '2006-10-25 14:30' + '%Y-%m-%d', # '2006-10-25' + '%m/%d/%Y %H:%M:%S', # '10/25/2006 14:30:59' + '%m/%d/%Y %H:%M:%S.%f', # '10/25/2006 14:30:59.000200' + '%m/%d/%Y %H:%M', # '10/25/2006 14:30' + '%m/%d/%Y', # '10/25/2006' + '%m/%d/%y %H:%M:%S', # '10/25/06 14:30:59' + '%m/%d/%y %H:%M:%S.%f', # '10/25/06 14:30:59.000200' + '%m/%d/%y %H:%M', # '10/25/06 14:30' + '%m/%d/%y', # '10/25/06' + + '%Y년 %m월 %d일 %H시 %M분 %S초', # '2006년 10월 25일 14시 30분 59초' + '%Y년 %m월 %d일 %H시 %M분', # '2006년 10월 25일 14시 30분' +] + +DECIMAL_SEPARATOR = '.' +THOUSAND_SEPARATOR = ',' +NUMBER_GROUPING = 3 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/lb/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/lb/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..a7c873d4ec2ad12f8844e22f65809c3c97009964 GIT binary patch literal 8069 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, 2011,2013 +# sim0n , 2013 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Luxembourgish (http://www.transifex.com/django/django/" +"language/lb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: lb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Afrikaans" + +msgid "Arabic" +msgstr "Arabesch" + +msgid "Asturian" +msgstr "" + +msgid "Azerbaijani" +msgstr "" + +msgid "Bulgarian" +msgstr "Bulgaresch" + +msgid "Belarusian" +msgstr "Wäissrussesch" + +msgid "Bengali" +msgstr "Bengalesch" + +msgid "Breton" +msgstr "" + +msgid "Bosnian" +msgstr "Bosnesch" + +msgid "Catalan" +msgstr "Katalanesch" + +msgid "Czech" +msgstr "Tschechesch" + +msgid "Welsh" +msgstr "Walisesch" + +msgid "Danish" +msgstr "Dänesch" + +msgid "German" +msgstr "Däitsch" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "Griichesch" + +msgid "English" +msgstr "Englesch" + +msgid "Australian English" +msgstr "" + +msgid "British English" +msgstr "Britesch Englesch" + +msgid "Esperanto" +msgstr "" + +msgid "Spanish" +msgstr "Spuenesch" + +msgid "Argentinian Spanish" +msgstr "Argentinesch Spuenesch" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "Mexikanesch Spuenesch" + +msgid "Nicaraguan Spanish" +msgstr "" + +msgid "Venezuelan Spanish" +msgstr "" + +msgid "Estonian" +msgstr "Estonesch" + +msgid "Basque" +msgstr "Baskesch" + +msgid "Persian" +msgstr "Persesch" + +msgid "Finnish" +msgstr "Finnesch" + +msgid "French" +msgstr "Franséisch" + +msgid "Frisian" +msgstr "Frisesch" + +msgid "Irish" +msgstr "Iresch" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "Galesch" + +msgid "Hebrew" +msgstr "Hebräesch" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Kroatesch" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "Ungaresch" + +msgid "Interlingua" +msgstr "" + +msgid "Indonesian" +msgstr "Indonesesch" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "Islännesch" + +msgid "Italian" +msgstr "Italienesch" + +msgid "Japanese" +msgstr "Japanesch" + +msgid "Georgian" +msgstr "Georgesch" + +msgid "Kazakh" +msgstr "" + +msgid "Khmer" +msgstr "Khmer" + +msgid "Kannada" +msgstr "Kanadesch" + +msgid "Korean" +msgstr "Koreanesch" + +msgid "Luxembourgish" +msgstr "Lëtzebuergesch" + +msgid "Lithuanian" +msgstr "Lithuanesesch" + +msgid "Latvian" +msgstr "Lättesch" + +msgid "Macedonian" +msgstr "Macedonesch" + +msgid "Malayalam" +msgstr "Malayalam" + +msgid "Mongolian" +msgstr "Mongolesch" + +msgid "Marathi" +msgstr "" + +msgid "Burmese" +msgstr "" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "" + +msgid "Dutch" +msgstr "Hollännesch" + +msgid "Norwegian Nynorsk" +msgstr "Norwegesch Nynorsk" + +msgid "Ossetic" +msgstr "" + +msgid "Punjabi" +msgstr "Punjabi" + +msgid "Polish" +msgstr "Polnesch" + +msgid "Portuguese" +msgstr "Portugisesch" + +msgid "Brazilian Portuguese" +msgstr "Brasilianesch Portugisesch" + +msgid "Romanian" +msgstr "Rumänesch" + +msgid "Russian" +msgstr "Russesch" + +msgid "Slovak" +msgstr "Slowakesch" + +msgid "Slovenian" +msgstr "Slowenesch" + +msgid "Albanian" +msgstr "Albanesch" + +msgid "Serbian" +msgstr "Serbesch" + +msgid "Serbian Latin" +msgstr "Serbesch Latäinesch" + +msgid "Swedish" +msgstr "Schwedesch" + +msgid "Swahili" +msgstr "" + +msgid "Tamil" +msgstr "Tamil" + +msgid "Telugu" +msgstr "Telugu" + +msgid "Thai" +msgstr "Thai" + +msgid "Turkish" +msgstr "Tierkesch" + +msgid "Tatar" +msgstr "" + +msgid "Udmurt" +msgstr "" + +msgid "Ukrainian" +msgstr "Ukrainesch" + +msgid "Urdu" +msgstr "" + +msgid "Vietnamese" +msgstr "Vietnamesesch" + +msgid "Simplified Chinese" +msgstr "Einfach d'Chinesesch" + +msgid "Traditional Chinese" +msgstr "Traditionell d'Chinesesch" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "" + +msgid "Static Files" +msgstr "" + +msgid "Syndication" +msgstr "" + +msgid "Enter a valid value." +msgstr "Gëff en validen Wärt an." + +msgid "Enter a valid URL." +msgstr "Gëff eng valid URL an." + +msgid "Enter a valid integer." +msgstr "" + +msgid "Enter a valid email address." +msgstr "Gëff eng valid e-mail Adress an." + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "Gëff eng valid IPv4 Adress an." + +msgid "Enter a valid IPv6 address." +msgstr "Gëff eng valid IPv6 Adress an." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Gëff eng valid IPv4 oder IPv6 Adress an." + +msgid "Enter only digits separated by commas." +msgstr "" + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "" + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "" + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +msgstr[1] "" + +msgid "and" +msgstr "an" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "" + +msgid "This field cannot be blank." +msgstr "" + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "" + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "" + +msgid "Integer" +msgstr "Zuel" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "" + +msgid "Big (8 byte) integer" +msgstr "Grouss (8 byte) Zuel" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "" + +msgid "Comma-separated integers" +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "Datum (ouni Zäit)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "Datum (mat Zäit)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "Dezimalzuel" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "E-mail Adress" + +msgid "File path" +msgstr "" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "Kommazuel" + +msgid "IPv4 address" +msgstr "IPv4 Adress" + +msgid "IP address" +msgstr "IP Adress" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "" + +msgid "Positive integer" +msgstr "Positiv Zuel" + +msgid "Positive small integer" +msgstr "Kleng positiv Zuel" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "" + +msgid "Small integer" +msgstr "Kleng Zuel" + +msgid "Text" +msgstr "Text" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "Zäit" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Rei Binär Daten" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "" + +msgid "File" +msgstr "Fichier" + +msgid "Image" +msgstr "Bild" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "" + +msgid "One-to-one relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "" + +msgid "Enter a whole number." +msgstr "" + +msgid "Enter a number." +msgstr "" + +msgid "Enter a valid date." +msgstr "" + +msgid "Enter a valid time." +msgstr "" + +msgid "Enter a valid date/time." +msgstr "" + +msgid "Enter a valid duration." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" + +msgid "No file was submitted." +msgstr "Et ass keng Datei geschéckt ginn." + +msgid "The submitted file is empty." +msgstr "" + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +msgstr[1] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" + +msgid "Enter a list of values." +msgstr "Gëff eng Lescht vun Wäerter an." + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" +msgstr[1] "" + +msgid "Order" +msgstr "Sortéier" + +msgid "Delete" +msgstr "Läsch" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "" + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" + +msgid "Please correct the duplicate values below." +msgstr "" + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +msgid "Currently" +msgstr "Momentan" + +msgid "Change" +msgstr "Änner" + +msgid "Clear" +msgstr "Maach eidel" + +msgid "Unknown" +msgstr "Onbekannt" + +msgid "Yes" +msgstr "Jo" + +msgid "No" +msgstr "Nee" + +msgid "yes,no,maybe" +msgstr "jo,nee,vläit" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "" + +msgid "noon" +msgstr "" + +msgid "Monday" +msgstr "Méindeg" + +msgid "Tuesday" +msgstr "Dënschdeg" + +msgid "Wednesday" +msgstr "Mëttwoch" + +msgid "Thursday" +msgstr "Donneschdes" + +msgid "Friday" +msgstr "Freides" + +msgid "Saturday" +msgstr "Samschdes" + +msgid "Sunday" +msgstr "Sonndes" + +msgid "Mon" +msgstr "Mei" + +msgid "Tue" +msgstr "Dën" + +msgid "Wed" +msgstr "Mett" + +msgid "Thu" +msgstr "Don" + +msgid "Fri" +msgstr "Fre" + +msgid "Sat" +msgstr "Sam" + +msgid "Sun" +msgstr "Son" + +msgid "January" +msgstr "Januar" + +msgid "February" +msgstr "Februar" + +msgid "March" +msgstr "März" + +msgid "April" +msgstr "Abrell" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "Juni" + +msgid "July" +msgstr "Juli" + +msgid "August" +msgstr "August" + +msgid "September" +msgstr "September" + +msgid "October" +msgstr "Oktober" + +msgid "November" +msgstr "November" + +msgid "December" +msgstr "Dezember" + +msgid "jan" +msgstr "jan" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mär" + +msgid "apr" +msgstr "abr" + +msgid "may" +msgstr "" + +msgid "jun" +msgstr "jun" + +msgid "jul" +msgstr "jul" + +msgid "aug" +msgstr "aug" + +msgid "sep" +msgstr "sep" + +msgid "oct" +msgstr "okt" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "dec" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Jan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "März" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Abrell" + +msgctxt "abbrev. month" +msgid "May" +msgstr "" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Juni" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Juli" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Aug." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Sept." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Okt." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Dec." + +msgctxt "alt. month" +msgid "January" +msgstr "Januar" + +msgctxt "alt. month" +msgid "February" +msgstr "Februar" + +msgctxt "alt. month" +msgid "March" +msgstr "März" + +msgctxt "alt. month" +msgid "April" +msgstr "Abrell" + +msgctxt "alt. month" +msgid "May" +msgstr "" + +msgctxt "alt. month" +msgid "June" +msgstr "Juni" + +msgctxt "alt. month" +msgid "July" +msgstr "Juli" + +msgctxt "alt. month" +msgid "August" +msgstr "August" + +msgctxt "alt. month" +msgid "September" +msgstr "September" + +msgctxt "alt. month" +msgid "October" +msgstr "Oktober" + +msgctxt "alt. month" +msgid "November" +msgstr "November" + +msgctxt "alt. month" +msgid "December" +msgstr "December" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "" + +msgid "or" +msgstr "oder" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d Joer" +msgstr[1] "%d Joren" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d Mount" +msgstr[1] "%d Meint" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d Woch" +msgstr[1] "%d Wochen" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d Dag" +msgstr[1] "%d Deeg" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d Stonn" +msgstr[1] "%d Stonnen" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d Minutt" +msgstr[1] "%d Minutten" + +msgid "0 minutes" +msgstr "0 Minutten" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "Welcome to Django" +msgstr "" + +msgid "It worked!" +msgstr "" + +msgid "Congratulations on your first Django-powered page." +msgstr "" + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" + +msgid "No year specified" +msgstr "" + +msgid "No month specified" +msgstr "" + +msgid "No day specified" +msgstr "" + +msgid "No week specified" +msgstr "" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "" + +msgid "Directory indexes are not allowed here." +msgstr "" + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "" + +#, python-format +msgid "Index of %(directory)s" +msgstr "" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/lt/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/lt/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..3d71e458e3a8e02636dc52b31986ae7be33df6e8 GIT binary patch literal 25445 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, 2011 +# Kostas , 2011 +# lauris , 2011 +# Matas Dailyda , 2015-2016 +# naktinis , 2012 +# Nikolajus Krauklis , 2013 +# Povilas Balzaravičius , 2011-2012 +# Simonas Kazlauskas , 2012-2014 +# Vytautas Astrauskas , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-07-18 09:11+0000\n" +"Last-Translator: Matas Dailyda \n" +"Language-Team: Lithuanian (http://www.transifex.com/django/django/language/" +"lt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: lt\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" +"%100<10 || n%100>=20) ? 1 : 2);\n" + +msgid "Afrikaans" +msgstr "Afrikiečių" + +msgid "Arabic" +msgstr "Arabų" + +msgid "Asturian" +msgstr "Austrų" + +msgid "Azerbaijani" +msgstr "Azerbaidžaniečių" + +msgid "Bulgarian" +msgstr "Bulgarų" + +msgid "Belarusian" +msgstr "Gudų" + +msgid "Bengali" +msgstr "Bengalų" + +msgid "Breton" +msgstr "Bretonų" + +msgid "Bosnian" +msgstr "Bosnių" + +msgid "Catalan" +msgstr "Katalonų" + +msgid "Czech" +msgstr "Čekų" + +msgid "Welsh" +msgstr "Velso" + +msgid "Danish" +msgstr "Danų" + +msgid "German" +msgstr "Vokiečių" + +msgid "Lower Sorbian" +msgstr "Žemutinė Sorbų" + +msgid "Greek" +msgstr "Graikų" + +msgid "English" +msgstr "Anglų" + +msgid "Australian English" +msgstr "Australų Anlgų" + +msgid "British English" +msgstr "Britų Anglų" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Ispanų" + +msgid "Argentinian Spanish" +msgstr "Argentiniečių Ispanų" + +msgid "Colombian Spanish" +msgstr "Kolumbų Ispanų" + +msgid "Mexican Spanish" +msgstr "Meksikiečių Ispanų" + +msgid "Nicaraguan Spanish" +msgstr "Nikaragvos Ispanijos" + +msgid "Venezuelan Spanish" +msgstr "Venesuelos Ispanų" + +msgid "Estonian" +msgstr "Estų" + +msgid "Basque" +msgstr "Baskų" + +msgid "Persian" +msgstr "Persų" + +msgid "Finnish" +msgstr "Suomių" + +msgid "French" +msgstr "Prancūzų" + +msgid "Frisian" +msgstr "Fryzų" + +msgid "Irish" +msgstr "Airių" + +msgid "Scottish Gaelic" +msgstr "Škotų Gėlų" + +msgid "Galician" +msgstr "Galų" + +msgid "Hebrew" +msgstr "Hebrajų" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Kroatų" + +msgid "Upper Sorbian" +msgstr "Aukštutinė Sorbų" + +msgid "Hungarian" +msgstr "Vengrų" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indoneziečių" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Islandų" + +msgid "Italian" +msgstr "Italų" + +msgid "Japanese" +msgstr "Japonų" + +msgid "Georgian" +msgstr "Gruzinų" + +msgid "Kazakh" +msgstr "Kazachų" + +msgid "Khmer" +msgstr "Khmerų" + +msgid "Kannada" +msgstr "Dravidų" + +msgid "Korean" +msgstr "Korėjiečių" + +msgid "Luxembourgish" +msgstr "Liuksemburgų" + +msgid "Lithuanian" +msgstr "Lietuvių" + +msgid "Latvian" +msgstr "Latvių" + +msgid "Macedonian" +msgstr "Makedonų" + +msgid "Malayalam" +msgstr "Malajalių" + +msgid "Mongolian" +msgstr "Mongolų" + +msgid "Marathi" +msgstr "Marati" + +msgid "Burmese" +msgstr "Mjanmų" + +msgid "Norwegian Bokmål" +msgstr "Norvegų Bokmal" + +msgid "Nepali" +msgstr "Nepalų" + +msgid "Dutch" +msgstr "Olandų" + +msgid "Norwegian Nynorsk" +msgstr "Norvegų Nynorsk" + +msgid "Ossetic" +msgstr "Osetinų" + +msgid "Punjabi" +msgstr "Pandžabi" + +msgid "Polish" +msgstr "Lenkų" + +msgid "Portuguese" +msgstr "Protugalų" + +msgid "Brazilian Portuguese" +msgstr "Brazilijos Portugalų" + +msgid "Romanian" +msgstr "Rumunų" + +msgid "Russian" +msgstr "Rusų" + +msgid "Slovak" +msgstr "Slovakų" + +msgid "Slovenian" +msgstr "Slovėnų" + +msgid "Albanian" +msgstr "Albanų" + +msgid "Serbian" +msgstr "Serbų" + +msgid "Serbian Latin" +msgstr "Serbų Lotynų" + +msgid "Swedish" +msgstr "Švedų" + +msgid "Swahili" +msgstr "Svahili" + +msgid "Tamil" +msgstr "Tamilų" + +msgid "Telugu" +msgstr "Telugų" + +msgid "Thai" +msgstr "Tailando" + +msgid "Turkish" +msgstr "Turkų" + +msgid "Tatar" +msgstr "Totorių" + +msgid "Udmurt" +msgstr "Udmurtų" + +msgid "Ukrainian" +msgstr "Ukrainiečių" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Vietnamese" +msgstr "Vietnamiečių" + +msgid "Simplified Chinese" +msgstr "Supaprastinta kinų" + +msgid "Traditional Chinese" +msgstr "Tradicinė kinų" + +msgid "Messages" +msgstr "Žinutės" + +msgid "Site Maps" +msgstr "Tinklalapio struktūros" + +msgid "Static Files" +msgstr "Statiniai failai" + +msgid "Syndication" +msgstr "Sindikacija" + +msgid "Enter a valid value." +msgstr "Įveskite tinkamą reikšmę." + +msgid "Enter a valid URL." +msgstr "Įveskite tinkamą URL adresą." + +msgid "Enter a valid integer." +msgstr "Įveskite tinkamą sveikąjį skaičių." + +msgid "Enter a valid email address." +msgstr "Įveskite teisingą el. pašto adresą." + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Šią reikšmę gali sudaryti tik raidės, skaičiai, pabraukimo arba paprasto " +"brūkšnio simboliai." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Įveskite teisingą adresą sudarytą iš Unikodo raidžių, skaičių, pabraukimo " +"arba paprastų brūkšnių." + +msgid "Enter a valid IPv4 address." +msgstr "Įveskite validų IPv4 adresą." + +msgid "Enter a valid IPv6 address." +msgstr "Įveskite validų IPv6 adresą." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Įveskite validų IPv4 arba IPv6 adresą." + +msgid "Enter only digits separated by commas." +msgstr "Įveskite skaitmenis atskirtus kableliais." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Įsitikinkite, kad reikšmę sudaro %(limit_value)s simbolių (dabar yra " +"%(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Įsitikinkite, kad reikšmė yra mažesnė arba lygi %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Įsitikinkite, kad reikšmė yra didesnė arba lygi %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Įsitikinkite, kad reikšmė sudaryta iš nemažiau kaip %(limit_value)d ženklo " +"(dabartinis ilgis %(show_value)d)." +msgstr[1] "" +"Įsitikinkite, kad reikšmė sudaryta iš nemažiau kaip %(limit_value)d ženklų " +"(dabartinis ilgis %(show_value)d)." +msgstr[2] "" +"Įsitikinkite, kad reikšmė sudaryta iš nemažiau kaip %(limit_value)d ženklų " +"(dabartinis ilgis %(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Įsitikinkite, kad reikšmė sudaryta iš nedaugiau kaip %(limit_value)d ženklo " +"(dabartinis ilgis %(show_value)d)." +msgstr[1] "" +"Įsitikinkite, kad reikšmė sudaryta iš nedaugiau kaip %(limit_value)d ženklų " +"(dabartinis ilgis %(show_value)d)." +msgstr[2] "" +"Įsitikinkite, kad reikšmė sudaryta iš nedaugiau kaip %(limit_value)d ženklų " +"(dabartinis ilgis %(show_value)d)." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Įsitikinkite, kad yra nedaugiau nei %(max)s skaitmuo." +msgstr[1] "Įsitikinkite, kad yra nedaugiau nei %(max)s skaitmenys." +msgstr[2] "Įsitikinkite, kad yra nedaugiau nei %(max)s skaitmenų." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Įsitikinkite, kad yra nedaugiau nei %(max)s skaitmuo po kablelio." +msgstr[1] "Įsitikinkite, kad yra nedaugiau nei %(max)s skaitmenys po kablelio." +msgstr[2] "Įsitikinkite, kad yra nedaugiau nei %(max)s skaitmenų po kablelio." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "Įsitikinkite, kad yra nedaugiau nei %(max)s skaitmuo prieš kablelį." +msgstr[1] "" +"Įsitikinkite, kad yra nedaugiau nei %(max)s skaitmenys prieš kablelį." +msgstr[2] "" +"Įsitikinkite, kad yra nedaugiau nei %(max)s skaitmenų prieš kablelį." + +msgid "and" +msgstr "ir" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s su šiais %(field_labels)s jau egzistuoja." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Reikšmės %(value)r rinktis negalima." + +msgid "This field cannot be null." +msgstr "Šis laukas negali būti null." + +msgid "This field cannot be blank." +msgstr "Lauką privaloma užpildyti." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s su šiuo %(field_label)s jau egzistuoja." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s privalo būti unikalus %(date_field_label)s %(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Lauko tipas: %(field_type)s " + +msgid "Integer" +msgstr "Sveikas skaičius" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "'%(value)s' turi būti sveikas skaičius." + +msgid "Big (8 byte) integer" +msgstr "Didelis (8 baitų) sveikas skaičius" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "'%(value)s' reikšmė turi būti arba True, arba False." + +msgid "Boolean (Either True or False)" +msgstr "Loginė reikšmė (Tiesa arba Netiesa)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Eilutė (ilgis iki %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Kableliais atskirti sveikieji skaičiai" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"'%(value)s' reikšmė yra netinkamu datos formatu. Reikšmė turi būti YYYY-MM-" +"DD formatu." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"'%(value)s' reikšmė yra teisingo (YYYY-MM-DD) formato, tačiau tai nėra " +"teisinga data." + +msgid "Date (without time)" +msgstr "Data (be laiko)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"'%(value)s' reikšmė yra neteisingo formato. Reikšmė turi būti pateikta YYYY-" +"MM-DD HH:MM[:ss[.uuuuuu]][TZ] formatu." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"'%(value)s' reikšmė yra teisingo (YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]) " +"formato, tačiau tai nėra teisinga data ar laikas." + +msgid "Date (with time)" +msgstr "Data (su laiku)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "'%(value)s' reikšmė turi būti dešimtainis skaičius." + +msgid "Decimal number" +msgstr "Dešimtainis skaičius" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" +"'%(value)s' reikšmė yra neteisingo formato. Reikšmė turi būti pateikta [DD] " +"[HH:[MM:]]ss[.uuuuuu] formatu." + +msgid "Duration" +msgstr "Trukmė" + +msgid "Email address" +msgstr "El. pašto adresas" + +msgid "File path" +msgstr "Kelias iki failo" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "'%(value)s' reikšmė turi būti realus skaičius." + +msgid "Floating point number" +msgstr "Realus skaičius" + +msgid "IPv4 address" +msgstr "IPv4 adresas" + +msgid "IP address" +msgstr "IP adresas" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "'%(value)s' reikšmė turi būti None, True arba False." + +msgid "Boolean (Either True, False or None)" +msgstr "Loginė reikšmė (Tiesa, Netiesa arba Nieko)" + +msgid "Positive integer" +msgstr "Teigiamas sveikasis skaičius" + +msgid "Positive small integer" +msgstr "Nedidelis teigiamas sveikasis skaičius" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Unikalus adresas (iki %(max_length)s ženklų)" + +msgid "Small integer" +msgstr "Nedidelis sveikasis skaičius" + +msgid "Text" +msgstr "Tekstas" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"'%(value)s' reikšmė yra neteisingo formato. Reikšmė turi būti pateikta HH:" +"MM[:ss[.uuuuuu]] formatu." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"'%(value)s' reikšmė yra teisingo (HH:MM[:ss[.uuuuuu]]) formato, tačiau tai " +"nėra teisingas laikas." + +msgid "Time" +msgstr "Laikas" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Neapdorota informacija" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "'%(value)s' yra netinkama UUID reikšmė." + +msgid "File" +msgstr "Failas" + +msgid "Image" +msgstr "Paveiksliukas" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "%(model)s objektas su %(field)s %(value)r neegzistuoja." + +msgid "Foreign Key (type determined by related field)" +msgstr "Išorinis raktas (tipas nustatomas susijusiame lauke)" + +msgid "One-to-one relationship" +msgstr "Sąryšis vienas su vienu" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "%(from)s-%(to)s sąryšis" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "%(from)s-%(to)s sąryšiai" + +msgid "Many-to-many relationship" +msgstr "Sąryšis daug su daug" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Šis laukas yra privalomas." + +msgid "Enter a whole number." +msgstr "Įveskite pilną skaičių." + +msgid "Enter a number." +msgstr "Įveskite skaičių." + +msgid "Enter a valid date." +msgstr "Įveskite tinkamą datą." + +msgid "Enter a valid time." +msgstr "Įveskite tinkamą laiką." + +msgid "Enter a valid date/time." +msgstr "Įveskite tinkamą datą/laiką." + +msgid "Enter a valid duration." +msgstr "Įveskite tinkamą trukmę." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Nebuvo nurodytas failas. Patikrinkite formos koduotę." + +msgid "No file was submitted." +msgstr "Failas nebuvo nurodytas." + +msgid "The submitted file is empty." +msgstr "Nurodytas failas yra tuščias." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Įsitikinkite, kad failo pavadinimas sudarytas iš nedaugiau kaip %(max)d " +"ženklo (dabartinis ilgis %(length)d)." +msgstr[1] "" +"Įsitikinkite, kad failo pavadinimas sudarytas iš nedaugiau kaip %(max)d " +"ženklų (dabartinis ilgis %(length)d)." +msgstr[2] "" +"Įsitikinkite, kad failo pavadinimas sudarytas iš nedaugiau kaip %(max)d " +"ženklų (dabartinis ilgis %(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Nurodykite failą arba pažymėkite išvalyti. Abu pasirinkimai negalimi." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Atsiųskite tinkamą paveiksliuką. Failas, kurį siuntėte nebuvo paveiksliukas, " +"arba buvo sugadintas." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Nurodykite tinkamą reikšmę. %(value)s nėra galimas pasirinkimas." + +msgid "Enter a list of values." +msgstr "Įveskite reikšmių sarašą." + +msgid "Enter a complete value." +msgstr "Įveskite pilną reikšmę." + +msgid "Enter a valid UUID." +msgstr "Įveskite tinkamą UUID." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Paslėptas laukelis %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "ManagementForm duomenys buvo sugadinti arba neegzistuoja" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Prašome pateikti %d arba mažiau formų." +msgstr[1] "Prašome pateikti %d arba mažiau formų." +msgstr[2] "Prašome pateikti %d arba mažiau formų." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Prašome pateikti %d arba daugiau formų." +msgstr[1] "Prašome pateikti %d arba daugiau formų." +msgstr[2] "Prašome pateikti %d arba daugiau formų." + +msgid "Order" +msgstr "Nurodyti" + +msgid "Delete" +msgstr "Ištrinti" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Pataisykite pasikartojančius duomenis laukui %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Pataisykite pasikartojančius duomenis laukui %(field)s. Duomenys privalo " +"būti unikalūs." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Pataisykite pasikartojančius duomenis laukui %(field_name)s. Duomenys " +"privalo būti unikalūs %(lookup)s peržiūroms per %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Pataisykite žemiau esančias pasikartojančias reikšmes." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "Išorinis raktas neatitinka tėvinio objekto pirminio rakto." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Pasirinkite tinkamą reikšmę. Parinkta reikšmė nėra galima." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "\"%(pk)s\" nėra pirminiam raktui tinkama reikšmė." + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"Nepavyko interpretuoti %(datetime)s %(current_timezone)s laiko juostoje; " +"Data gali turėti keletą reikšmių arba neegzistuoti." + +msgid "Currently" +msgstr "Šiuo metu" + +msgid "Change" +msgstr "Pakeisti" + +msgid "Clear" +msgstr "Išvalyti" + +msgid "Unknown" +msgstr "Nežinomas" + +msgid "Yes" +msgstr "Taip" + +msgid "No" +msgstr "Ne" + +msgid "yes,no,maybe" +msgstr "taip,ne,galbūt" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d baitas" +msgstr[1] "%(size)d baitai" +msgstr[2] "%(size)d baitai" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "vidurnaktis" + +msgid "noon" +msgstr "vidurdienis" + +msgid "Monday" +msgstr "Pirmadienis" + +msgid "Tuesday" +msgstr "Antradienis" + +msgid "Wednesday" +msgstr "Trečiadienis" + +msgid "Thursday" +msgstr "Ketvirtadienis" + +msgid "Friday" +msgstr "Penktadienis" + +msgid "Saturday" +msgstr "Šeštadienis" + +msgid "Sunday" +msgstr "Sekmadienis" + +msgid "Mon" +msgstr "Pr" + +msgid "Tue" +msgstr "A" + +msgid "Wed" +msgstr "T" + +msgid "Thu" +msgstr "K" + +msgid "Fri" +msgstr "P" + +msgid "Sat" +msgstr "Š" + +msgid "Sun" +msgstr "S" + +msgid "January" +msgstr "sausis" + +msgid "February" +msgstr "vasaris" + +msgid "March" +msgstr "kovas" + +msgid "April" +msgstr "balandis" + +msgid "May" +msgstr "gegužė" + +msgid "June" +msgstr "birželis" + +msgid "July" +msgstr "liepa" + +msgid "August" +msgstr "rugpjūtis" + +msgid "September" +msgstr "rugsėjis" + +msgid "October" +msgstr "spalis" + +msgid "November" +msgstr "lapkritis" + +msgid "December" +msgstr "gruodis" + +msgid "jan" +msgstr "sau" + +msgid "feb" +msgstr "vas" + +msgid "mar" +msgstr "kov" + +msgid "apr" +msgstr "bal" + +msgid "may" +msgstr "geg" + +msgid "jun" +msgstr "bir" + +msgid "jul" +msgstr "lie" + +msgid "aug" +msgstr "rugp" + +msgid "sep" +msgstr "rugs" + +msgid "oct" +msgstr "spa" + +msgid "nov" +msgstr "lap" + +msgid "dec" +msgstr "grd" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "saus." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "vas." + +msgctxt "abbrev. month" +msgid "March" +msgstr "kov." + +msgctxt "abbrev. month" +msgid "April" +msgstr "bal." + +msgctxt "abbrev. month" +msgid "May" +msgstr "geg." + +msgctxt "abbrev. month" +msgid "June" +msgstr "birž." + +msgctxt "abbrev. month" +msgid "July" +msgstr "liep." + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "rugpj." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "rugs." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "spal." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "lapkr." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "gruod." + +msgctxt "alt. month" +msgid "January" +msgstr "sausio" + +msgctxt "alt. month" +msgid "February" +msgstr "vasario" + +msgctxt "alt. month" +msgid "March" +msgstr "kovo" + +msgctxt "alt. month" +msgid "April" +msgstr "balandžio" + +msgctxt "alt. month" +msgid "May" +msgstr "gegužės" + +msgctxt "alt. month" +msgid "June" +msgstr "birželio" + +msgctxt "alt. month" +msgid "July" +msgstr "liepos" + +msgctxt "alt. month" +msgid "August" +msgstr "rugpjūčio" + +msgctxt "alt. month" +msgid "September" +msgstr "rugsėjo" + +msgctxt "alt. month" +msgid "October" +msgstr "spalio" + +msgctxt "alt. month" +msgid "November" +msgstr "lapkričio" + +msgctxt "alt. month" +msgid "December" +msgstr "gruodžio" + +msgid "This is not a valid IPv6 address." +msgstr "Tai nėra teisingas IPv6 adresas." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "arba" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr "," + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d metas" +msgstr[1] "%d metai" +msgstr[2] "%d metų" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d mėnuo" +msgstr[1] "%d mėnesiai" +msgstr[2] "%d mėnesių" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d savaitė" +msgstr[1] "%d savaitės" +msgstr[2] "%d savaičių" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d diena" +msgstr[1] "%d dienos" +msgstr[2] "%d dienų" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d valanda" +msgstr[1] "%d valandos" +msgstr[2] "%d valandų" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d minutė" +msgstr[1] "%d minutės" +msgstr[2] "%d minučių" + +msgid "0 minutes" +msgstr "0 minučių" + +msgid "Forbidden" +msgstr "Uždrausta" + +msgid "CSRF verification failed. Request aborted." +msgstr "Nepavyko CSRF patvirtinimas. Užklausa nutraukta." + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Jūs matote šią žinutę nes šis HTTPS puslapis reikalauja kad Jūsų naršyklė " +"siųstų 'Referer header', bet jis nebuvo išsiųstas. Šis 'Header' " +"reikalaujamas saugumo sumetimais, kad užtikrinti jog jūsų naršyklė nėra " +"užgrobiama trečiųjų asmenų." + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" +"Jeigu Jūsų naršyklėje išjungti 'Referer headers', prašome juos įjungti, bent " +"jau šitame tinklalapyje, arba HTTPS prisijungimams, arba 'same-origin' " +"užklausoms." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Jūs matote šią žinutę nes šis puslapis reikalauja CSRF slapuko, kai " +"pateikiama forma. Slapukas reikalaujamas saugumo sumetimais, kad užtikrinti " +"jog jūsų naršyklė nėra užgrobiama trečiųjų asmenų." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" +"Jeigu Jūsų naršyklėje išjungti slapukai, prašome juos įjungti, bent jau " +"šitame tinklalapyje, arba 'same-origin' užklausoms." + +msgid "More information is available with DEBUG=True." +msgstr "Gauti daugiau informacijos galima su DEBUG=True nustatymu." + +msgid "Welcome to Django" +msgstr "Sveiki, tai Django" + +msgid "It worked!" +msgstr "Suveikė!" + +msgid "Congratulations on your first Django-powered page." +msgstr "Sveikiname Jus su Jūsų pirmuoju Django tinklalapiu." + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" +"Kolkas Jūs neatlikote jokių darbų. Paleiskite savo pirmąją aplikaciją " +"suvesdami python manage.py startapp [app_label]." + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" +"Jūs matote šią žinutę dėl to kad Django nustatymų faile įvesta DEBUG = " +"True ir Jūs nenustatėte jokių URL'ų." + +msgid "No year specified" +msgstr "Nenurodyti metai" + +msgid "No month specified" +msgstr "Nenurodytas mėnuo" + +msgid "No day specified" +msgstr "Nenurodyta diena" + +msgid "No week specified" +msgstr "Nenurodyta savaitė" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Nėra %(verbose_name_plural)s" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Ateities %(verbose_name_plural)s nėra prieinami, nes %(class_name)s." +"allow_future yra False." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "Data '%(datestr)s' neatitinka formato '%(format)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Atitinkantis užklausą %(verbose_name)s nerastas" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "" +"Puslapis nėra 'paskutinis', taip pat negali būti paverstas į sveiką skaičių." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Neegzistuojantis puslapis (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Tuščias sąrašas ir '%(class_name)s.allow_empty' yra False." + +msgid "Directory indexes are not allowed here." +msgstr "Aplankų indeksai čia neleidžiami." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" neegzistuoja" + +#, python-format +msgid "Index of %(directory)s" +msgstr "%(directory)s indeksas" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/lt/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/lt/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/lt/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/lt/formats.py new file mode 100644 index 0000000..d688669 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/lt/formats.py @@ -0,0 +1,48 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = r'Y \m. E j \d.' +TIME_FORMAT = 'H:i' +DATETIME_FORMAT = r'Y \m. E j \d., H:i' +YEAR_MONTH_FORMAT = r'Y \m. F' +MONTH_DAY_FORMAT = r'E j \d.' +SHORT_DATE_FORMAT = 'Y-m-d' +SHORT_DATETIME_FORMAT = 'Y-m-d H:i' +FIRST_DAY_OF_WEEK = 1 # Monday + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + '%Y-%m-%d', '%d.%m.%Y', '%d.%m.%y', # '2006-10-25', '25.10.2006', '25.10.06' +] +TIME_INPUT_FORMATS = [ + '%H:%M:%S', # '14:30:59' + '%H:%M:%S.%f', # '14:30:59.000200' + '%H:%M', # '14:30' + '%H.%M.%S', # '14.30.59' + '%H.%M.%S.%f', # '14.30.59.000200' + '%H.%M', # '14.30' +] +DATETIME_INPUT_FORMATS = [ + '%Y-%m-%d %H:%M:%S', # '2006-10-25 14:30:59' + '%Y-%m-%d %H:%M:%S.%f', # '2006-10-25 14:30:59.000200' + '%Y-%m-%d %H:%M', # '2006-10-25 14:30' + '%d.%m.%Y %H:%M:%S', # '25.10.2006 14:30:59' + '%d.%m.%Y %H:%M:%S.%f', # '25.10.2006 14:30:59.000200' + '%d.%m.%Y %H:%M', # '25.10.2006 14:30' + '%d.%m.%Y', # '25.10.2006' + '%d.%m.%y %H:%M:%S', # '25.10.06 14:30:59' + '%d.%m.%y %H:%M:%S.%f', # '25.10.06 14:30:59.000200' + '%d.%m.%y %H:%M', # '25.10.06 14:30' + '%d.%m.%y %H.%M.%S', # '25.10.06 14.30.59' + '%d.%m.%y %H.%M.%S.%f', # '25.10.06 14.30.59.000200' + '%d.%m.%y %H.%M', # '25.10.06 14.30' + '%d.%m.%y', # '25.10.06' +] +DECIMAL_SEPARATOR = ',' +THOUSAND_SEPARATOR = '.' +NUMBER_GROUPING = 3 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/lv/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/lv/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..6c36efea224f088feac61a5e8471229d4e7dffd4 GIT binary patch literal 13779 zcmchd3zS_|dB?XBP{JET1yK%Q$c$tr6VMO`63ir-FeHO ziObcy`0_hvpZ(t7{=U7x;jz<~y~Xf*6gda^(Q(GCc#1IxPg1HeL#G>a7JMn}fmOH; zz7s0{*Wpv)6YzNWGx&7)Yj`Yt`WePhr8(L1On3tC=h*iSxSaRZ@M*9YJ_Gi_=fSJt z^WnJt{to;7y-@Xj0-gfzgKGcF@CERjQ1vaNGUYoFJ{z6^)xT9x{d_PA!JI;%~1V&7u0y}f?9_MAw|s(?e||px?;{C6J0PJ@Itr& zYMwl(@r9QA;B$GOhRfi)q4M1UHNHEc>iM`${{rmh{b8tiITj^32A&A@ekxSCXF;`d zu4RY)z6NR@*V*?C_I(RfyW61jVmCYy?zQQ4sB#nb`wdX-ybemQ-e|wS)282U`2nbY z+yynhdn`X=zt2MT`-@QZf6cx>YQKL6sz3j1`R{NY@4trpXV#sam)iw34==O42CCk@ zP~$2?&D(WQ`{q4RdiP$a_4^ojwg)Ft%3Dxg1RK0ck zy#f1q-v_mS?}H)y3DiE>i}GxQH^VF77oqxl63U?QJ_D+M=R)-yglhjzsPcC~<@==NXQA}tb5Qg2b<2N%%KsfGz4)Q!zd-f>38?+G?%cc|yCF+s zu7jHQTi|){4yg7YfSQ-jL)G_HsQvng{r)4Ue*MJq=QiCq`S_PXeLoq#96l3j9U4&e zUk^1;H$si$^-$?=fNJjmRC{lQn%56n-UpTb5R^WBA8K8HZr_h*5c>Wc%hgcjH$koU z9?Mava^p~T@wHIpZiUMK0VuokX{dfZWcje=qn3|Ze%JE*mXBNh*zyU>|A3m;UqX%Z znDg`cpKf^~l-{2T_5BQ+{%j~cIR}37DaLd{*|G0kfbECBfG>utpN~&~K71;?6-r;; z2G#ESEboNUm%E|X>0YS$c>roX9)?=4Z$Yio4LUwZ-6_W>w98is18 z3boG?`+hTgA@6U7s`qnH<-P`~(mV!L?wAYn_D_WB-|0~6d=}KYTm)5agMGge9>@DD zpvGB%TF=0y-vGbO`>Wx9!qQ6m3a{zN{n`8BM&ADko&{HS=KEkHRJ%p!!W3$Mego1~ z^E0UZ^qd#ieFZfyyCGZ61W@y}-==>EYJMJovICFV^k2f&yq|GVKCVqr>oEwI!`)Er z?uEy~S3>E*tKl;ECaC&ug~!9Y;97VPs-Ay?(t}??)%QQ}ICwltasoURs@`)f&xb14 z0hO=EreA8)*F&|l1*-f`%U9U%Whna=Lg~{DQ1h}Ms=x1ts(%Kmo{vJU`=@RC1D0Qc zCzAd!R6o9F`8d=#ehO9ozo7bYTvy)i>F^TX9jN&qff`?8IR!NzuYxLn6IA>Aq1NG6 zsQvx`)c*fGRR6yX*TJ7dt>YS;pEv+zH(aRtQmFcFgj$!^!4u&fQ0;yMD&NQ8c6cw; zdYwSylduo2fd}Dr@W(KPdvSUi$HP$L{T9@I_#u?O{R*m`vnj0hSHf)lpxV6@s@-0A zCEN_R!TnJ4`Aw+${}G-HABP&>FQDo@?c%)N=Rwu860U%2pyugnsCBJDl}}(Nya}rP z4?(r_VW@ofSl$m+|ASEdeZ;1J+rIz6^2bo){u$J~J%vTats>KNo7=9H{S|P zw?mcN1y$cQP~|a z%b&tmBP$S0RdzN83x2=D+g~DYMQ*cSI^jvkfPKFoz6SZUeV47!Z#IYdGCULcd*t~x zt%bMQ2ezvDFmf6)YSW$#|Jpta9-{sG1_Tq9{l3A!ueHwtDq{W)`E%sm$PDr(@j@vkreq|WCyYZsUUAe-j1AynDbY3 zG~A@p8K3WzLN9iLFmb$new<`qs!I3sRM#1IYko=prk*nzMvm(=BERlNlTOu}>^3Vp z>S4*NT^qP{uQPTg{G{R}6-uw@81=nc>DroG@M?TZhT$pnLe-P zMro`PeO^$e|EA9`J00t?raB!zNW8KanZ7Wrd2ZlzY@yR$88Czvw1@7&xP@U-L@c&MuFU#EIh;sE!1)$xYmvid5X7?3qnrz3z6!Uc-%CzPH8{ zn@v$jP0Bds6)R>l^FouG$>en8i{rCUZ3$tTI7y!76}@_aiP`KGS>c)!r1rJuu|%8G zgbKIR>7nD6N|6`GrZuE3L7YZjzVNxKR9u!kahPC6v7)2q*Zt($>=R2~tkCUZ!kl;b ziKDD&LnWMOW$5gt=HINw_&2Ds9{!g5c=!sBs*Bl9YM;Hlbe7yUW$}_zMy@iuP7|G= zH&R>lij_^mMQg%_eDaJ_yv8aYQCYR&I>oTwkh0|VLUrcp=zZdZqj_@HR-T?~*nGa+ z*sP3eX?Z1;1u^CPpsb=)OPP3;)k+@HphQA3L=!c#%4DPB1#Ok*l?@Dyzp$mRiyO+m zQ53E{OrAr2+r4Z1;wnqb_EKr9wZ|5J@Y*-i;*Zu$Elyslo@`&uXPl^D*z7#DQp2D& z>6HAkpTy3**(gkE$?C3VEpB*`8zdo5SS^{5ey-TX zt$Eo$j+_clL1uIMYqCTvUL#~EEo0IjMg_lA@~EAK^UHy=&6{*ORFzXgbE3K*V9)4S zgc+A<%i8KR{gD@7fBGX|QgZ24 zT$$n!GTS>a)LL=Vt|DfjNV{Y$nt{5Dr5y-LSo*A?0qZ!#sK(Gz*9_2!iW$H-tKqBM zAe*qO+=fdb&s>$(Ciy4u%r-X&+>#5Y+-k*atJJZy+n582ZFiG#72l2{N^@T~=oUR1 zR_dS|(2=?qBurV|LBm|R=ei%q+1^0)v7iOd3!KEQvx-cbOuY(Db|qmKb77|w7ZX?f z245oPa*#}=m&@!nJ3{`W zUy}|xRK%HiB_)ia7tRD-i_-$uKXYSCCp()eUa^Xu@f;R8ENNJoM&J>ZsE()^ryd5J zFBY^i!5S}2ne^OfLCSdU)^-+?Q0{GK;AvJ^)m+C~ld?0yo|vIQGlW^u#1F}PdF+rV z@``v#dQwUoD4V=#whVNvwHrFIND~#mSaIr{OIQxy z0}jJ#+USf~R^DW#uFW?VTmP`*%xsI)s}@eoWzARAS%FcAoKbHAL(ALNugR3+u_r7AIF>RJoXY66w@>8qospxBR0deaNMnC@Uj69<6oVQw2_|!>h8X4 zYaEnyA?P&23+8MXJErL#PH3j+$kbC`5^0AXs)Cg6;F~pv6K;i5G4x7VEt4{=nMpAt zZk@yY2n!LJ5swa~U|(XG8lQi(nwZ#3EiyO3Z3F*R%I+#yCH9%7obxYsk-Tx@21VZ6 z?pq$vt=%>b<8Q#e-budSxBxG*XAMvK!X zjay3=Ro<46U;o;&aBInTNL$+638pQr<)hn^=I*$%cREXcnjv@WKtOv~G} zB@KJ6P0RtqxQ)oTY1x##q8arHhAXTYOKV7A>THTS6JGaAfnTm9CJ6DfyJ1JNLaV6g!AHy@gS)!*pXoob8@Zn83N5-thX8TK3wlGsXtW=qOe8 zx<)*=-Ybiy(~#3qNs>nI>eUky6Wxhw^hdpY-JDlf=VNMtJ)0F@T^nEBxqNV7aLfGY z*L3$R-^8H-BhfXI9bOZR%<4vs&2(9I4~@NK{qB+eu66VI)YhmMb#1X{kzQwA!B6J8 z+3VECmk-s_$gOqt%j@+zK_h#O*I#m(lRvKS2v)4=S-*abbK!-K9(&GPzh;edh127Z z-8pYP4_7#Ac)7UqvgPd&nScY0?mf)|^U;{V9p`i$HD}7$mga#dY0eb#KumKwa>rbs zyLMb_9w@uMA}b3*G8~42Fm}^wT2FCbnaP`r%8a?G(`rs7TQM1zd&0t3f8lGY7)^6p zL7L|D>}yiCOTj)g=qEnfxKVSuz=v$7@|s6#O0)Oo`3i1aO-+IQQH^|WoJV|6bGmsj zN+m1Kc=$CqQwz8FrdNNVLYA zy)7js<4&oUV;DwljMTP_K}$jnM_nioxM@xYStfK$Ju48qVan4ybkpFm;HD)mTb@5v z^2VFfakn$%dyUAAn=@l+o!ZHR_NG-%1690TEg${B6nDR%IYR_1a;ls}l9V+p@p&fk z^8x#KFO9f)&^MJZqVgm)&HWyJq?A{}hE)?CEHMgQ!o2Qxwh@x>})SV}rnk`)o_OQ$Ch>JC5Fdz7yme%(XuN1w8XO3*hEYpdZ2BnP1u|+@r1rE z)Ef52?0b}@P0QR&$0Dj>)q3trOx&>=YpX?b-<#98()k>@ zjcH4%ayh9|q}8`n(}Xd~W+5R)?K_1O3zCPXQX+1uiAHZztW8~yBU&AS<0 z+)7-c1sjK8+hN7$demw^`>J`g$4X^eGMBK|KX)QL#34Vd&MeFlpS^Z_ z(bl8PXs0csy+px7RX8`%ZDkHwS-t?o5$(iV6PgmRuy)n=SYK~0y5*PMR0f_SSCnF# zv5VVfos~cF8|jn7Tf{vGaw+=Z6usub+1pGU)>CfHvol1>Sl4N%kp@*v=A47t=ue^h zWqfG!RZ;T*7IV%)vxjIUbII(sTGn(r%b+o zIWv_S{-n{IDdyH1uTV@){%;vS+Pph83V4mBHsVFVD|1*`yeqTl^J?Z9pJQ6f@NY~w zb1+l_Wg)I}DsN!VBHydCMZ`X)>zqQENwm8b64+|a;1=aD z0`OH)p=4>@%`~`G&^AM)uz5fc%y@D01X`O1 zng{7Yd$;(Tfm@0VmkoPt2&=@+w3KagmK~__Dbr(0+yoyPC85qdilGsPjPrHdK08yI zN*#6tf6QW4ndG!U5UqJ231dZK*sIzGZXKs!V^T7)^|^xvfixI;QZSdiH*AZ&dlI#=X}8^Fj0hJVxoH}4u$n_Koc;)-&Yc%f!sI3h*KNxqNIcR z!bo2>w~J>qw$?fe_{CK}vqePk{CXj*Ve9><%8}F7$lrUORBJqLIN}_z(;koK5x^;i zQo^zi<6N|vWh@PUt?+9pz-jO;X+;6CXVLsCC)GtC zgVqf?aXPY$3Keo9Zp%pBAw~~ZoMhGGkfdp?JN^8Tj=vWaJ^oV^I`a8z`+BJO}n{A zGZPp+=4(-QdcG>#?i{Vv^}GmqWdbq}%NTR-$_U5DvJhgvd`U$AQQUk$<6PzQ^sAcF zHjvl~87w{{w0mLVWj3y00}AsO+qSdZ{K4aJbuHoC+V&y=xFv&g9AL83iw*}m8kj~J k2W}N*%|;fF`=vB, 2011 +# Jannis Leidel , 2011 +# krikulis , 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Latvian (http://www.transifex.com/django/django/language/" +"lv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: lv\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" + +msgid "Afrikaans" +msgstr "āfrikāņu" + +msgid "Arabic" +msgstr "arābu" + +msgid "Asturian" +msgstr "" + +msgid "Azerbaijani" +msgstr "azerbaidžāņu" + +msgid "Bulgarian" +msgstr "bulgāru" + +msgid "Belarusian" +msgstr "baltkrievu" + +msgid "Bengali" +msgstr "bengāļu" + +msgid "Breton" +msgstr "bretoņu" + +msgid "Bosnian" +msgstr "bosniešu" + +msgid "Catalan" +msgstr "katalāņu" + +msgid "Czech" +msgstr "čehu" + +msgid "Welsh" +msgstr "velsiešu" + +msgid "Danish" +msgstr "dāņu" + +msgid "German" +msgstr "vācu" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "grieķu" + +msgid "English" +msgstr "angļu" + +msgid "Australian English" +msgstr "" + +msgid "British English" +msgstr "Lielbritānijas angļu" + +msgid "Esperanto" +msgstr "esperanto" + +msgid "Spanish" +msgstr "spāņu" + +msgid "Argentinian Spanish" +msgstr "" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "" + +msgid "Nicaraguan Spanish" +msgstr "" + +msgid "Venezuelan Spanish" +msgstr "" + +msgid "Estonian" +msgstr "igauņu" + +msgid "Basque" +msgstr "basku" + +msgid "Persian" +msgstr "persiešu" + +msgid "Finnish" +msgstr "somu" + +msgid "French" +msgstr "franču" + +msgid "Frisian" +msgstr "frīzu" + +msgid "Irish" +msgstr "īru" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "galīciešu" + +msgid "Hebrew" +msgstr "ebreju" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "horvātu" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "ungāru" + +msgid "Interlingua" +msgstr "modernā latīņu valoda" + +msgid "Indonesian" +msgstr "indonēziešu" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "islandiešu" + +msgid "Italian" +msgstr "itāļu" + +msgid "Japanese" +msgstr "Japāņu" + +msgid "Georgian" +msgstr "vācu" + +msgid "Kazakh" +msgstr "kazahu" + +msgid "Khmer" +msgstr "khmeru" + +msgid "Kannada" +msgstr "kannādiešu" + +msgid "Korean" +msgstr "korejiešu" + +msgid "Luxembourgish" +msgstr "" + +msgid "Lithuanian" +msgstr "lietuviešu" + +msgid "Latvian" +msgstr "latviešu" + +msgid "Macedonian" +msgstr "maķedoniešu" + +msgid "Malayalam" +msgstr "" + +msgid "Mongolian" +msgstr "mongoļu" + +msgid "Marathi" +msgstr "" + +msgid "Burmese" +msgstr "" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "" + +msgid "Dutch" +msgstr "holandiešu" + +msgid "Norwegian Nynorsk" +msgstr "" + +msgid "Ossetic" +msgstr "" + +msgid "Punjabi" +msgstr "" + +msgid "Polish" +msgstr "poļu" + +msgid "Portuguese" +msgstr "portugāļu" + +msgid "Brazilian Portuguese" +msgstr "Brazīlijas portugāļu" + +msgid "Romanian" +msgstr "rumāņu" + +msgid "Russian" +msgstr "krievu" + +msgid "Slovak" +msgstr "slovāku" + +msgid "Slovenian" +msgstr "slovēņu" + +msgid "Albanian" +msgstr "albāņu" + +msgid "Serbian" +msgstr "serbu" + +msgid "Serbian Latin" +msgstr "serbu latīņu" + +msgid "Swedish" +msgstr "zviedru" + +msgid "Swahili" +msgstr "svahili" + +msgid "Tamil" +msgstr "tamilu" + +msgid "Telugu" +msgstr "telugu" + +msgid "Thai" +msgstr "taizemiešu" + +msgid "Turkish" +msgstr "turku" + +msgid "Tatar" +msgstr "tatāru" + +msgid "Udmurt" +msgstr "" + +msgid "Ukrainian" +msgstr "ukraiņu" + +msgid "Urdu" +msgstr "" + +msgid "Vietnamese" +msgstr "vjetnamiešu" + +msgid "Simplified Chinese" +msgstr "vienkāršā ķīniešu" + +msgid "Traditional Chinese" +msgstr "tradicionālā ķīniešu" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "Lapas kartes" + +msgid "Static Files" +msgstr "Statiski faili" + +msgid "Syndication" +msgstr "Sindikācija" + +msgid "Enter a valid value." +msgstr "Ievadiet korektu vērtību." + +msgid "Enter a valid URL." +msgstr "Ievadiet korektu URL adresi." + +msgid "Enter a valid integer." +msgstr "Ievadiet veselu skaitli." + +msgid "Enter a valid email address." +msgstr "Ievadiet korektu e-pasta adresi" + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Ievadiet korektu vērtību, kas satur tikai burtus, numurus, apakšsvītras vai " +"šķērssvītras." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "Ievadiet korektu IPv4 adresi." + +msgid "Enter a valid IPv6 address." +msgstr "Ievadiet korektu IPv6 adresi" + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Ievadiet korektu IPv4 vai IPv6 adresi" + +msgid "Enter only digits separated by commas." +msgstr "Ievadiet tikai numurus, atdalītus ar komatiem." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Nodrošiniet, ka vērtība ir %(limit_value)s (tā satur %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Šai vērtībai jabūt mazākai vai vienādai ar %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Vērtībai jābūt lielākai vai vienādai ar %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Vērtībai jābūt vismaz %(limit_value)d zīmēm (tai ir %(show_value)d)." +msgstr[1] "" +"Vērtībai jābūt vismaz %(limit_value)d zīmei (tai ir %(show_value)d)." +msgstr[2] "" +"Vērtībai jābūt vismaz %(limit_value)d zīmēm (tai ir %(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Vērtībai jābūt ne vairāk kā %(limit_value)d zīmēm (tai ir %(show_value)d)." +msgstr[1] "" +"Vērtībai jābūt ne vairāk kā %(limit_value)d zīmei (tai ir %(show_value)d)." +msgstr[2] "" +"Vērtībai jābūt ne vairāk kā %(limit_value)d zīmēm (tai ir %(show_value)d)." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "and" +msgstr "un" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "Šis lauks nevar neksistēt (būt null)." + +msgid "This field cannot be blank." +msgstr "Šis lauks nevar būt tukšs" + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s ar nosaukumu %(field_label)s jau eksistē." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Lauks ar tipu: %(field_type)s" + +msgid "Integer" +msgstr "Vesels skaitlis" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "" + +msgid "Big (8 byte) integer" +msgstr "Liels (8 baitu) vesels skaitlis" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "Boolean (True vai False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Simbolu virkne (līdz pat %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Ar komatu atdalīti veselie skaitļi" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "Datums (bez laika)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "Datums (ar laiku)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "Decimāls skaitlis" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "E-pasta adrese" + +msgid "File path" +msgstr "Faila ceļš" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "Plūstošā punkta skaitlis" + +msgid "IPv4 address" +msgstr "IPv4 adrese" + +msgid "IP address" +msgstr "IP adrese" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "Boolean (jā, nē vai neviens)" + +msgid "Positive integer" +msgstr "Naturāls skaitlis" + +msgid "Positive small integer" +msgstr "Mazs pozitīvs vesels skaitlis" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Identifikators (līdz %(max_length)s)" + +msgid "Small integer" +msgstr "Mazs vesels skaitlis" + +msgid "Text" +msgstr "Teksts" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "Laiks" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Bināri dati" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "" + +msgid "File" +msgstr "Fails" + +msgid "Image" +msgstr "Attēls" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "Ārējā atslēga (tipu nosaka lauks uz kuru attiecas)" + +msgid "One-to-one relationship" +msgstr "Attiecība viens pret vienu" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "Attiecība daudzi pret daudziem" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr "" + +msgid "This field is required." +msgstr "Šis lauks ir obligāts." + +msgid "Enter a whole number." +msgstr "Ievadiet veselu skaitli." + +msgid "Enter a number." +msgstr "Ievadiet skaitli." + +msgid "Enter a valid date." +msgstr "Ievadiet korektu datumu." + +msgid "Enter a valid time." +msgstr "Ievadiet korektu laiku." + +msgid "Enter a valid date/time." +msgstr "Ievadiet korektu datumu/laiku." + +msgid "Enter a valid duration." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Nav nosūtīts fails. Pārbaudiet formas kodējuma tipu." + +msgid "No file was submitted." +msgstr "Netika nosūtīts fails." + +msgid "The submitted file is empty." +msgstr "Jūsu nosūtītais fails ir tukšs." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Augšupielādējiet korektu attēlu. Fails, ko augšupielādējāt, vai nu nav " +"attēls, vai arī ir bojāts." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Izvēlieties korektu izvēli. %(value)s nav pieejamo izvēļu sarakstā." + +msgid "Enter a list of values." +msgstr "Ievadiet sarakstu ar vērtībām." + +msgid "Enter a complete value." +msgstr "Ievadiet pilnu vērtību." + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr "" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "Trūkst ManagementForm dati vai arī tie ir bojāti" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Lūdzu ievadiet %d vai mazāk formas." +msgstr[1] "Lūdzu ievadiet %d vai mazāk formas." +msgstr[2] "Lūdzu ievadiet %d vai mazāk formas." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Lūdzu ievadiet %d vai vairāk formas " +msgstr[1] "Lūdzu ievadiet %d vai vairāk formas " +msgstr[2] "Lūdzu ievadiet %d vai vairāk formas " + +msgid "Order" +msgstr "Sakārtojums" + +msgid "Delete" +msgstr "Dzēst" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Lūdzu izlabojiet dublicētos datus priekš %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Lūdzu izlabojiet dublicētos datus laukam %(field)s, kam jābūt unikālam." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Lūdzu izlabojiet dublicētos datus laukam %(field_name)s, kam jābūt unikālam " +"priekš %(lookup)s iekš %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Lūdzu izlabojiet dublicētās vērtības zemāk." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "Iekļautā ārējā atslēga nesakrita ar vecāka elementa primāro atslēgu" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Izvēlaties pareizu izvēli. Jūsu izvēlele neietilpst pieejamo sarakstā." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "\"%(pk)s\" nav derīga vērtība primārajai atslēgai." + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +msgid "Currently" +msgstr "" + +msgid "Change" +msgstr "Izmainīt" + +msgid "Clear" +msgstr "" + +msgid "Unknown" +msgstr "Nezināms" + +msgid "Yes" +msgstr "Jā" + +msgid "No" +msgstr "Nē" + +msgid "yes,no,maybe" +msgstr "jā,nē,varbūt" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d baits" +msgstr[1] "%(size)d baiti" +msgstr[2] "%(size)d baitu" + +#, python-format +msgid "%s KB" +msgstr "" + +#, python-format +msgid "%s MB" +msgstr "" + +#, python-format +msgid "%s GB" +msgstr "" + +#, python-format +msgid "%s TB" +msgstr "" + +#, python-format +msgid "%s PB" +msgstr "" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "pusnakts" + +msgid "noon" +msgstr "dienasvidus" + +msgid "Monday" +msgstr "pirmdiena" + +msgid "Tuesday" +msgstr "otrdiena" + +msgid "Wednesday" +msgstr "trešdiena" + +msgid "Thursday" +msgstr "ceturdiena" + +msgid "Friday" +msgstr "piektdiena" + +msgid "Saturday" +msgstr "sestdiena" + +msgid "Sunday" +msgstr "svētdiena" + +msgid "Mon" +msgstr "pr" + +msgid "Tue" +msgstr "ot" + +msgid "Wed" +msgstr "tr" + +msgid "Thu" +msgstr "ce" + +msgid "Fri" +msgstr "pk" + +msgid "Sat" +msgstr "se" + +msgid "Sun" +msgstr "sv" + +msgid "January" +msgstr "janvāris" + +msgid "February" +msgstr "februāris" + +msgid "March" +msgstr "marts" + +msgid "April" +msgstr "aprīlis" + +msgid "May" +msgstr "maijs" + +msgid "June" +msgstr "jūnijs" + +msgid "July" +msgstr "jūlijs" + +msgid "August" +msgstr "augusts" + +msgid "September" +msgstr "septembris" + +msgid "October" +msgstr "oktobris" + +msgid "November" +msgstr "novembris" + +msgid "December" +msgstr "decembris" + +msgid "jan" +msgstr "jan" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "apr" + +msgid "may" +msgstr "mai" + +msgid "jun" +msgstr "jūn" + +msgid "jul" +msgstr "jūl" + +msgid "aug" +msgstr "aug" + +msgid "sep" +msgstr "sep" + +msgid "oct" +msgstr "okt" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "dec" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "" + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "" + +msgctxt "abbrev. month" +msgid "March" +msgstr "marts" + +msgctxt "abbrev. month" +msgid "April" +msgstr "aprīlis" + +msgctxt "abbrev. month" +msgid "May" +msgstr "maijs" + +msgctxt "abbrev. month" +msgid "June" +msgstr "jūnijs" + +msgctxt "abbrev. month" +msgid "July" +msgstr "jūlijs" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "" + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "" + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "" + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "" + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "" + +msgctxt "alt. month" +msgid "January" +msgstr "janvāris" + +msgctxt "alt. month" +msgid "February" +msgstr "februāris" + +msgctxt "alt. month" +msgid "March" +msgstr "marts" + +msgctxt "alt. month" +msgid "April" +msgstr "aprīlis" + +msgctxt "alt. month" +msgid "May" +msgstr "maijs" + +msgctxt "alt. month" +msgid "June" +msgstr "jūnijs" + +msgctxt "alt. month" +msgid "July" +msgstr "jūlijs" + +msgctxt "alt. month" +msgid "August" +msgstr "augusts" + +msgctxt "alt. month" +msgid "September" +msgstr "septembris" + +msgctxt "alt. month" +msgid "October" +msgstr "oktobris" + +msgctxt "alt. month" +msgid "November" +msgstr "novembris" + +msgctxt "alt. month" +msgid "December" +msgstr "decembris" + +msgid "This is not a valid IPv6 address." +msgstr "Šī nav derīga IPv6 adrese." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "" + +msgid "or" +msgstr "vai" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr "" + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "0 minutes" +msgstr "" + +msgid "Forbidden" +msgstr "Aizliegts" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF pārbaude neizdevās. Pieprasījums pārtrauks." + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "Vairāk informācijas ir pieejams ar DEBUG=True" + +msgid "Welcome to Django" +msgstr "" + +msgid "It worked!" +msgstr "" + +msgid "Congratulations on your first Django-powered page." +msgstr "" + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" + +msgid "No year specified" +msgstr "Nav norādīts gads" + +msgid "No month specified" +msgstr "Nav norādīts mēnesis" + +msgid "No day specified" +msgstr "Nav norādīta diena" + +msgid "No week specified" +msgstr "Nav norādīta nedēļa" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "" + +msgid "Directory indexes are not allowed here." +msgstr "" + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" neeksistē" + +#, python-format +msgid "Index of %(directory)s" +msgstr "" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/lv/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/lv/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/lv/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/lv/formats.py new file mode 100644 index 0000000..e30a653 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/lv/formats.py @@ -0,0 +1,49 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = r'Y. \g\a\d\a j. F' +TIME_FORMAT = 'H:i' +DATETIME_FORMAT = r'Y. \g\a\d\a j. F, H:i' +YEAR_MONTH_FORMAT = r'Y. \g. F' +MONTH_DAY_FORMAT = 'j. F' +SHORT_DATE_FORMAT = r'j.m.Y' +SHORT_DATETIME_FORMAT = 'j.m.Y H:i' +FIRST_DAY_OF_WEEK = 1 # Monday + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +# Kept ISO formats as they are in first position +DATE_INPUT_FORMATS = [ + '%Y-%m-%d', '%d.%m.%Y', '%d.%m.%y', # '2006-10-25', '25.10.2006', '25.10.06' +] +TIME_INPUT_FORMATS = [ + '%H:%M:%S', # '14:30:59' + '%H:%M:%S.%f', # '14:30:59.000200' + '%H:%M', # '14:30' + '%H.%M.%S', # '14.30.59' + '%H.%M.%S.%f', # '14.30.59.000200' + '%H.%M', # '14.30' +] +DATETIME_INPUT_FORMATS = [ + '%Y-%m-%d %H:%M:%S', # '2006-10-25 14:30:59' + '%Y-%m-%d %H:%M:%S.%f', # '2006-10-25 14:30:59.000200' + '%Y-%m-%d %H:%M', # '2006-10-25 14:30' + '%d.%m.%Y %H:%M:%S', # '25.10.2006 14:30:59' + '%d.%m.%Y %H:%M:%S.%f', # '25.10.2006 14:30:59.000200' + '%d.%m.%Y %H:%M', # '25.10.2006 14:30' + '%d.%m.%Y', # '25.10.2006' + '%d.%m.%y %H:%M:%S', # '25.10.06 14:30:59' + '%d.%m.%y %H:%M:%S.%f', # '25.10.06 14:30:59.000200' + '%d.%m.%y %H:%M', # '25.10.06 14:30' + '%d.%m.%y %H.%M.%S', # '25.10.06 14.30.59' + '%d.%m.%y %H.%M.%S.%f', # '25.10.06 14.30.59.000200' + '%d.%m.%y %H.%M', # '25.10.06 14.30' + '%d.%m.%y', # '25.10.06' +] +DECIMAL_SEPARATOR = ',' +THOUSAND_SEPARATOR = ' ' # Non-breaking space +NUMBER_GROUPING = 3 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/mk/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/mk/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..4ffceeb03c4d33e850dde8aca3dd4a59dd5c8371 GIT binary patch literal 30423 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 bW*k)5u5BfGmv(AixqXb4e|;9EAQ1dN=d06V literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/mk/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/mk/LC_MESSAGES/django.po new file mode 100644 index 0000000..3717522 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/mk/LC_MESSAGES/django.po @@ -0,0 +1,1211 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# dekomote , 2015 +# Jannis Leidel , 2011 +# Vasil Vangelovski , 2016 +# Vasil Vangelovski , 2013-2015 +# Vasil Vangelovski , 2011-2013 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-07-08 09:35+0000\n" +"Last-Translator: Vasil Vangelovski \n" +"Language-Team: Macedonian (http://www.transifex.com/django/django/language/" +"mk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: mk\n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" + +msgid "Afrikaans" +msgstr "Африканс" + +msgid "Arabic" +msgstr "Арапски" + +msgid "Asturian" +msgstr "Астуриски" + +msgid "Azerbaijani" +msgstr "Азербејџански" + +msgid "Bulgarian" +msgstr "Бугарски" + +msgid "Belarusian" +msgstr "Белоруски" + +msgid "Bengali" +msgstr "Бенгалски" + +msgid "Breton" +msgstr "Бретонски" + +msgid "Bosnian" +msgstr "Босански" + +msgid "Catalan" +msgstr "Каталански" + +msgid "Czech" +msgstr "Чешки" + +msgid "Welsh" +msgstr "Велшки" + +msgid "Danish" +msgstr "Дански" + +msgid "German" +msgstr "Германски" + +msgid "Lower Sorbian" +msgstr "Долно Лужичко-Српски" + +msgid "Greek" +msgstr "Грчки" + +msgid "English" +msgstr "Англиски" + +msgid "Australian English" +msgstr "Австралиски англиски" + +msgid "British English" +msgstr "Британски англиски" + +msgid "Esperanto" +msgstr "Есперанто" + +msgid "Spanish" +msgstr "Шпански" + +msgid "Argentinian Spanish" +msgstr "Аргентински шпански" + +msgid "Colombian Spanish" +msgstr "Колумбиски Шпански" + +msgid "Mexican Spanish" +msgstr "Мексикански шпански" + +msgid "Nicaraguan Spanish" +msgstr "Никарагва шпански" + +msgid "Venezuelan Spanish" +msgstr "Венецуела шпански" + +msgid "Estonian" +msgstr "Естонски" + +msgid "Basque" +msgstr "Баскиски" + +msgid "Persian" +msgstr "Персиски" + +msgid "Finnish" +msgstr "Фински" + +msgid "French" +msgstr "Француски" + +msgid "Frisian" +msgstr "Фризиски" + +msgid "Irish" +msgstr "Ирски" + +msgid "Scottish Gaelic" +msgstr "Шкотски Галски" + +msgid "Galician" +msgstr "Галски" + +msgid "Hebrew" +msgstr "Еврејски" + +msgid "Hindi" +msgstr "Хинди" + +msgid "Croatian" +msgstr "Хрватски" + +msgid "Upper Sorbian" +msgstr "Горно Лужичко-Српски" + +msgid "Hungarian" +msgstr "Унгарски" + +msgid "Interlingua" +msgstr "Интерлингва" + +msgid "Indonesian" +msgstr "Индонезиски" + +msgid "Ido" +msgstr "Идо" + +msgid "Icelandic" +msgstr "Исландски" + +msgid "Italian" +msgstr "Италијански" + +msgid "Japanese" +msgstr "Јапонски" + +msgid "Georgian" +msgstr "Грузиски" + +msgid "Kazakh" +msgstr "Казахстански" + +msgid "Khmer" +msgstr "Кмер" + +msgid "Kannada" +msgstr "Канада" + +msgid "Korean" +msgstr "Корејски" + +msgid "Luxembourgish" +msgstr "Луксембуршки" + +msgid "Lithuanian" +msgstr "Литвански" + +msgid "Latvian" +msgstr "Латвиски" + +msgid "Macedonian" +msgstr "Македонски" + +msgid "Malayalam" +msgstr "Малајалам" + +msgid "Mongolian" +msgstr "Монголски" + +msgid "Marathi" +msgstr "Марати" + +msgid "Burmese" +msgstr "Бурмански" + +msgid "Norwegian Bokmål" +msgstr "Норвешки Бокмел" + +msgid "Nepali" +msgstr "Непалски" + +msgid "Dutch" +msgstr "Холандски" + +msgid "Norwegian Nynorsk" +msgstr "Нинорск норвешки" + +msgid "Ossetic" +msgstr "Осетски" + +msgid "Punjabi" +msgstr "Пунџаби" + +msgid "Polish" +msgstr "Полски" + +msgid "Portuguese" +msgstr "Португалкски" + +msgid "Brazilian Portuguese" +msgstr "Бразилско португалски" + +msgid "Romanian" +msgstr "Романски" + +msgid "Russian" +msgstr "Руски" + +msgid "Slovak" +msgstr "Словачки" + +msgid "Slovenian" +msgstr "Словенечки" + +msgid "Albanian" +msgstr "Албански" + +msgid "Serbian" +msgstr "Српски" + +msgid "Serbian Latin" +msgstr "Српски Латиница" + +msgid "Swedish" +msgstr "Шведски" + +msgid "Swahili" +msgstr "Свахили" + +msgid "Tamil" +msgstr "Тамил" + +msgid "Telugu" +msgstr "Телугу" + +msgid "Thai" +msgstr "Тајландски" + +msgid "Turkish" +msgstr "Турски" + +msgid "Tatar" +msgstr "Татарски" + +msgid "Udmurt" +msgstr "Удмурт" + +msgid "Ukrainian" +msgstr "Украински" + +msgid "Urdu" +msgstr "Урду" + +msgid "Vietnamese" +msgstr "Виетнамски" + +msgid "Simplified Chinese" +msgstr "Поедноставен кинески" + +msgid "Traditional Chinese" +msgstr "Традиционален кинески" + +msgid "Messages" +msgstr "Пораки" + +msgid "Site Maps" +msgstr "Сајт мапи" + +msgid "Static Files" +msgstr "Статички датотеки" + +msgid "Syndication" +msgstr "Синдикација" + +msgid "Enter a valid value." +msgstr "Внесете правилна вредност." + +msgid "Enter a valid URL." +msgstr "Внесете правилна веб адреса." + +msgid "Enter a valid integer." +msgstr "Внесете валиден цел број." + +msgid "Enter a valid email address." +msgstr "Внесете валидна email адреса." + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Внесете правилно кратко име (slug) кое се соддржи од букви, цифри, долна " +"црта или тире." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Внесете валидна кратенка која се состои од Unicode букви, бројки, долни црти " +"и црти" + +msgid "Enter a valid IPv4 address." +msgstr "Внесeте правилна IPv4 адреса." + +msgid "Enter a valid IPv6 address." +msgstr "Внесете валидна IPv6 адреса." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Внесете валидна IPv4 или IPv6 адреса." + +msgid "Enter only digits separated by commas." +msgstr "Внесете само цифри одделени со запирки." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Осигурајте се дека оваа вредност е %(limit_value)s (моментално е " +"%(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "" +"Осигурајте се дека оваа вредност е помала или еднаква со %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "" +"Осигурајте се дека оваа вредност е поголема или еднаква со %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Осигурајте се дека оваа вредност има најмалку %(limit_value)d карактер (има " +"%(show_value)d)." +msgstr[1] "" +"Осигурајте се дека оваа вредност има најмалку %(limit_value)d карактери (има " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Осигурајте се дека оваа вредност има најмногу %(limit_value)d карактер (има " +"%(show_value)d)." +msgstr[1] "" +"Осигурајте се дека оваа вредност има најмногу %(limit_value)d карактери (има " +"%(show_value)d)." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Осигурајте се дека вкупно нема повеќе од %(max)s цифра." +msgstr[1] "Осигурајте се дека вкупно нема повеќе од %(max)s цифри." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Осигурајте се дека нема повеќе од %(max)s децимално место." +msgstr[1] "Осигурајте се дека нема повеќе од %(max)s децимални места." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Осигурајте се дека нема повеќе одs %(max)s цифра пред децималната запирка." +msgstr[1] "" +"Осигурајте се дека нема повеќе од %(max)s цифри пред децималната запирка." + +msgid "and" +msgstr "и" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s со ова %(field_labels)s веќе постојат." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Вредноста %(value)r не е валиден избор." + +msgid "This field cannot be null." +msgstr "Оваа вредност неможе да биде null." + +msgid "This field cannot be blank." +msgstr "Ова поле не може да биде празно" + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s со %(field_label)s веќе постои." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s мора да биде уникатно за %(date_field_label)s " +"%(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Поле од тип: %(field_type)s" + +msgid "Integer" +msgstr "Цел број" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "Вредноста '%(value)s' мора да биде цел број." + +msgid "Big (8 byte) integer" +msgstr "Голем (8 бајти) цел број" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "Вредноста '%(value)s' мора да биде точно или неточно." + +msgid "Boolean (Either True or False)" +msgstr "Логичка (или точно или неточно)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Нишка од знаци (текст) (до %(max_length)s карактери)" + +msgid "Comma-separated integers" +msgstr "Целобројни вредности одделени со запирка" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"Вредноста '%(value)s' има погрешен формат на датум. Мора да биде во форматот " +"ГГГГ-ММ-ДД." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"Вредноста '%(value)s' има точен формат (ГГГГ-MM-ДД) но не е валиден датум." + +msgid "Date (without time)" +msgstr "Датум (без време)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"Вредноста '%(value)s' има неточен формат. Таа мора да биде во ГГГГ-MM-ДД ЧЧ:" +"MM[:сс[.uuuuuu]][ВЗ] формат." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"Вредноста '%(value)s' има точен формат (ГГ-MM-ДД ЧЧ:MM[:сс[.uuuuuu]][ВЗ]) но " +"не е валиден датум со време." + +msgid "Date (with time)" +msgstr "Датум (со време)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "Вредноста '%(value)s' мора да биде децимален број." + +msgid "Decimal number" +msgstr "Децимален број" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" +"'%(value)s' е во погрешен формат. Мора да биде во [ДД] [ЧЧ:[ММ:]]сс[.uuuuuu] " +"формат." + +msgid "Duration" +msgstr "Траење" + +msgid "Email address" +msgstr "Адреса за е-пошта (email)" + +msgid "File path" +msgstr "Патека на датотека" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "Вредноста '%(value)s' мора да биде децимален број со подвижна запирка." + +msgid "Floating point number" +msgstr "Децимален број подвижна запирка" + +msgid "IPv4 address" +msgstr "IPv4 адреса" + +msgid "IP address" +msgstr "IP адреса" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "Вредноста '%(value)s' мора да биде ништо, точно или неточно." + +msgid "Boolean (Either True, False or None)" +msgstr "Логичка вредност (точно,неточно или ништо)" + +msgid "Positive integer" +msgstr "Позитивен цел број" + +msgid "Positive small integer" +msgstr "Позитивен мал цел број" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Скратено име (до %(max_length)s знаци)" + +msgid "Small integer" +msgstr "Мал цел број" + +msgid "Text" +msgstr "Текст" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"Вредноста '%(value)s' има неточен формат. Таа мора да биде во ГГГГ-ММ-ДД ЧЧ:" +"MM[:сс[uuuuuu]] формат." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"Вредноста '%(value)s' има точен формат (ЧЧ:MM [:сс[uuuuuu]]) но не " +"претставува валидно време." + +msgid "Time" +msgstr "Време" + +msgid "URL" +msgstr "URL (веб адреса)" + +msgid "Raw binary data" +msgstr "Сурови бинарни податоци" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "'%(value)s' не е валиден UUID (единствен идентификатор)." + +msgid "File" +msgstr "Датотека" + +msgid "Image" +msgstr "Слика" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "%(model)s инстанца со %(field)s %(value)r не постои." + +msgid "Foreign Key (type determined by related field)" +msgstr "Надворешен клуч (типот е одреден според поврзаното поле)" + +msgid "One-to-one relationship" +msgstr "Еден-према-еден релација" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "%(from)s-%(to)s релација" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "%(from)s-%(to)s релации" + +msgid "Many-to-many relationship" +msgstr "Повеќе-према-повеќе релација" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Ова поле е задолжително." + +msgid "Enter a whole number." +msgstr "Внесете цел број." + +msgid "Enter a number." +msgstr "Внесете број." + +msgid "Enter a valid date." +msgstr "Внесете правилен датум." + +msgid "Enter a valid time." +msgstr "Внесете правилно време." + +msgid "Enter a valid date/time." +msgstr "Внесете правилен датум со време." + +msgid "Enter a valid duration." +msgstr "Внесете валидно времетрање." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Не беше пратена датотека. Проверете го типот на енкодирање на формата." + +msgid "No file was submitted." +msgstr "Не беше пратена датотека." + +msgid "The submitted file is empty." +msgstr "Пратената датотека е празна." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Осигурајте се дека ова име на датотека има најмногу %(max)d карактер (има " +"%(length)d)." +msgstr[1] "" +"Осигурајте се дека ова име на датотека има најмногу %(max)d карактери (има " +"%(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Или прикачете датотека или штиклирајте го полето за чистење, не двете од " +"еднаш." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Качете валидна слика. Датотеката која ја качивте или не беше слика или беше " +"расипана датотеката." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Внесете валиден избор. %(value)s не е еден од можните избори." + +msgid "Enter a list of values." +msgstr "Внесете листа на вредности." + +msgid "Enter a complete value." +msgstr "Внесете целосна вредност." + +msgid "Enter a valid UUID." +msgstr "Внесете валиден UUID (единствен идентификатор)." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Скриено поле %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "Недостасуваат податоци од ManagementForm или некој ги менувал" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Ве молиме поднесете %d или помалку форми." +msgstr[1] "Ве молиме поднесете %d или помалку форми." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Ве молиме поднесете %d или повеќе форми." +msgstr[1] "Ве молиме поднесете %d или повеќе форми." + +msgid "Order" +msgstr "Редослед" + +msgid "Delete" +msgstr "Избриши" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Ве молам поправете ја дуплираната вредност за %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Ве молам поправете ја дуплираната вредност за %(field)s, која мора да биде " +"уникатна." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Ве молам поправете ја дуплираната вредност за %(field_name)s која мора да " +"биде уникатна за %(lookup)s во %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Ве молам поправете ги дуплираните вредности подолу." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "" +"Надворешниот клуч на вгезденото поле не се совпаѓа со примарниот клуч на " +"родителската инстанца." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Изберете правилно. Тоа не е еден од можните избори." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "\"%(pk)s\" не е правилна вредност за примарен клуч." + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s не може да се толкува во временска зона %(current_timezone)s; " +"можеби е двосмислена или не постои." + +msgid "Currently" +msgstr "Моментално" + +msgid "Change" +msgstr "Измени" + +msgid "Clear" +msgstr "Исчисти" + +msgid "Unknown" +msgstr "Непознато" + +msgid "Yes" +msgstr "Да" + +msgid "No" +msgstr "Не" + +msgid "yes,no,maybe" +msgstr "да, не, можеби" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d бајт" +msgstr[1] "%(size)d бајти" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "попладне" + +msgid "a.m." +msgstr "наутро" + +msgid "PM" +msgstr "попладне" + +msgid "AM" +msgstr "наутро" + +msgid "midnight" +msgstr "полноќ" + +msgid "noon" +msgstr "пладне" + +msgid "Monday" +msgstr "Понеделник" + +msgid "Tuesday" +msgstr "Вторник" + +msgid "Wednesday" +msgstr "Среда" + +msgid "Thursday" +msgstr "Четврток" + +msgid "Friday" +msgstr "Петок" + +msgid "Saturday" +msgstr "Сабота" + +msgid "Sunday" +msgstr "Недела" + +msgid "Mon" +msgstr "Пон" + +msgid "Tue" +msgstr "Вто" + +msgid "Wed" +msgstr "Сре" + +msgid "Thu" +msgstr "Чет" + +msgid "Fri" +msgstr "Пет" + +msgid "Sat" +msgstr "Саб" + +msgid "Sun" +msgstr "Нед" + +msgid "January" +msgstr "Јануари" + +msgid "February" +msgstr "Февруари" + +msgid "March" +msgstr "Март" + +msgid "April" +msgstr "Април" + +msgid "May" +msgstr "Мај" + +msgid "June" +msgstr "Јуни" + +msgid "July" +msgstr "Јули" + +msgid "August" +msgstr "август" + +msgid "September" +msgstr "Септември" + +msgid "October" +msgstr "Октомври" + +msgid "November" +msgstr "Ноември" + +msgid "December" +msgstr "Декември" + +msgid "jan" +msgstr "јан" + +msgid "feb" +msgstr "фев" + +msgid "mar" +msgstr "мар" + +msgid "apr" +msgstr "апр" + +msgid "may" +msgstr "мај" + +msgid "jun" +msgstr "јун" + +msgid "jul" +msgstr "јул" + +msgid "aug" +msgstr "авг" + +msgid "sep" +msgstr "сеп" + +msgid "oct" +msgstr "окт" + +msgid "nov" +msgstr "ное" + +msgid "dec" +msgstr "дек" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Јан." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Фев." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Март" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Април" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Мај" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Јуни" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Јули" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Авг." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Септ." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Окт." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Ное." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Дек." + +msgctxt "alt. month" +msgid "January" +msgstr "Јануари" + +msgctxt "alt. month" +msgid "February" +msgstr "Февруари" + +msgctxt "alt. month" +msgid "March" +msgstr "Март" + +msgctxt "alt. month" +msgid "April" +msgstr "Април" + +msgctxt "alt. month" +msgid "May" +msgstr "Мај" + +msgctxt "alt. month" +msgid "June" +msgstr "Јуни" + +msgctxt "alt. month" +msgid "July" +msgstr "Јули" + +msgctxt "alt. month" +msgid "August" +msgstr "Август" + +msgctxt "alt. month" +msgid "September" +msgstr "Септември" + +msgctxt "alt. month" +msgid "October" +msgstr "Октомври" + +msgctxt "alt. month" +msgid "November" +msgstr "Ноември" + +msgctxt "alt. month" +msgid "December" +msgstr "Декември" + +msgid "This is not a valid IPv6 address." +msgstr "Ова не е валидна IPv6 адреса." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "или" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr "," + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d година" +msgstr[1] "%d години" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d месец" +msgstr[1] "%d месеци" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d недела" +msgstr[1] "%d недели" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d ден" +msgstr[1] "%d дена" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d час" +msgstr[1] "%d часови" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d минута" +msgstr[1] "%d минути" + +msgid "0 minutes" +msgstr "0 минути" + +msgid "Forbidden" +msgstr "Забрането" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF верификацијата не успеа. Барањето е прекинато." + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Ја гледате оваа порака, бидејќи овој HTTPS сајт бара \"Referer хедер\" да " +"биде испратен од вашиот веб пребарувач, но ниту еден таков хедер не беше " +"испратен. Овој хедер е потребен од безбедносни причини, за осигирување дека " +"вашиот прелистувач не е киднапиран од страна на трети лица." + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" +"Ако сте го конфигурирале вашиот веб пребарувач да го оневозможи праќањето на " +"'Referer' хедерот, ве молиме овозможето праќањето барем за овој сајт или за " +"HTTPS конекции или за барања од 'ист извор'." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Ја гледате оваа порака бидејќи овој сајт бара CSRF колаче (cookie) за да се " +"поднесуваат форми. Ова колаче е потребно од безбедносни причини, за да се " +"осигураме дека вашиот веб прелистувач не е грабнат и контролиран од трети " +"страни." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" +"Ако сте го конфигурирале вашиот веб прелистувач да оневозможи праќање на " +"колачиња ве молиме овозможето го праќањето барем за овој сајт или за барања " +"од 'ист извор'." + +msgid "More information is available with DEBUG=True." +msgstr "Повеќе информации се достапни со DEBUG = True." + +msgid "Welcome to Django" +msgstr "Добредојдовте во Django" + +msgid "It worked!" +msgstr "Работи!" + +msgid "Congratulations on your first Django-powered page." +msgstr "" +"Ви честитаме на поставување на вашата прва страница подржана од Django." + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" +"Се разбира, сеуште немате направено ништо. Наредно, направете ја вашата прва " +"апликација со повикување на командата python manage.py startapp " +"[app_label]." + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" +"Ја гледате оваа порака биејќи имате DEBUG = True во датотеката " +"со Django подесувања и сеуште немате дефинирано URL-а. Фатете се за работа!" + +msgid "No year specified" +msgstr "Не е дадена година" + +msgid "No month specified" +msgstr "Не е даден месец" + +msgid "No day specified" +msgstr "Не е даден ден" + +msgid "No week specified" +msgstr "Не е дадена недела" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Нема достапни %(verbose_name_plural)s" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Идни %(verbose_name_plural)s не се достапни бидејќи %(class_name)s." +"allow_future е False." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "Невалиден текст за датум '%(datestr)s' даден формат '%(format)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Нема %(verbose_name)s што се совпаѓа со пребарувањето" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "" +"Страницата не е \"последна\", ниту пак може да се конвертира во еден цел " +"број." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Невалидна страна (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Празна листа и '%(class_name)s .allow_empty' е False." + +msgid "Directory indexes are not allowed here." +msgstr "Индекси на директориуми не се дозволени тука." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" не постои" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Индекс на %(directory)s" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/mk/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/mk/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/mk/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/mk/formats.py new file mode 100644 index 0000000..2f01147 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/mk/formats.py @@ -0,0 +1,45 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'd F Y' +TIME_FORMAT = 'H:i' +DATETIME_FORMAT = 'j. F Y H:i' +YEAR_MONTH_FORMAT = 'F Y' +MONTH_DAY_FORMAT = 'j. F' +SHORT_DATE_FORMAT = 'j.m.Y' +SHORT_DATETIME_FORMAT = 'j.m.Y H:i' +FIRST_DAY_OF_WEEK = 1 + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + '%d.%m.%Y', '%d.%m.%y', # '25.10.2006', '25.10.06' + '%d. %m. %Y', '%d. %m. %y', # '25. 10. 2006', '25. 10. 06' +] + +DATETIME_INPUT_FORMATS = [ + '%d.%m.%Y %H:%M:%S', # '25.10.2006 14:30:59' + '%d.%m.%Y %H:%M:%S.%f', # '25.10.2006 14:30:59.000200' + '%d.%m.%Y %H:%M', # '25.10.2006 14:30' + '%d.%m.%Y', # '25.10.2006' + '%d.%m.%y %H:%M:%S', # '25.10.06 14:30:59' + '%d.%m.%y %H:%M:%S.%f', # '25.10.06 14:30:59.000200' + '%d.%m.%y %H:%M', # '25.10.06 14:30' + '%d.%m.%y', # '25.10.06' + '%d. %m. %Y %H:%M:%S', # '25. 10. 2006 14:30:59' + '%d. %m. %Y %H:%M:%S.%f', # '25. 10. 2006 14:30:59.000200' + '%d. %m. %Y %H:%M', # '25. 10. 2006 14:30' + '%d. %m. %Y', # '25. 10. 2006' + '%d. %m. %y %H:%M:%S', # '25. 10. 06 14:30:59' + '%d. %m. %y %H:%M:%S.%f', # '25. 10. 06 14:30:59.000200' + '%d. %m. %y %H:%M', # '25. 10. 06 14:30' + '%d. %m. %y', # '25. 10. 06' +] + +DECIMAL_SEPARATOR = ',' +THOUSAND_SEPARATOR = '.' +NUMBER_GROUPING = 3 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ml/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ml/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..ce3f3db301315a8a4a390cb38b17dd2dc45462da GIT binary patch literal 27484 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, 2013 +# Jannis Leidel , 2011 +# Jeffy , 2012 +# Rag sagar , 2016 +# Rajeesh Nair , 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Malayalam (http://www.transifex.com/django/django/language/" +"ml/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ml\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "ആഫ്രിക്കാന്‍സ്" + +msgid "Arabic" +msgstr "അറബിക്" + +msgid "Asturian" +msgstr "ആസ്ടൂറിയൻ" + +msgid "Azerbaijani" +msgstr "അസര്‍ബൈജാനി" + +msgid "Bulgarian" +msgstr "ബള്‍ഗേറിയന്‍" + +msgid "Belarusian" +msgstr "ബെലറൂഷ്യന്‍" + +msgid "Bengali" +msgstr "ബംഗാളി" + +msgid "Breton" +msgstr "ബ്രെട്ടണ്‍" + +msgid "Bosnian" +msgstr "ബോസ്നിയന്‍" + +msgid "Catalan" +msgstr "കാറ്റലന്‍" + +msgid "Czech" +msgstr "ചെക്" + +msgid "Welsh" +msgstr "വെല്‍ഷ്" + +msgid "Danish" +msgstr "ഡാനിഷ്" + +msgid "German" +msgstr "ജര്‍മന്‍" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "ഗ്രീക്ക്" + +msgid "English" +msgstr "ഇംഗ്ളീഷ്" + +msgid "Australian English" +msgstr "ആസ്ട്രേലിയൻ ഇംഗ്ലീഷ്" + +msgid "British English" +msgstr "ബ്രിട്ടീഷ് ഇംഗ്ളീഷ്" + +msgid "Esperanto" +msgstr "എസ്പെരാന്റോ" + +msgid "Spanish" +msgstr "സ്പാനിഷ്" + +msgid "Argentinian Spanish" +msgstr "അര്‍ജന്റീനിയന്‍ സ്പാനിഷ്" + +msgid "Colombian Spanish" +msgstr "കൊളംബിയൻ സ്പാനിഷ്" + +msgid "Mexican Spanish" +msgstr "മെക്സിക്കന്‍ സ്പാനിഷ്" + +msgid "Nicaraguan Spanish" +msgstr "നിക്കരാഗ്വന്‍ സ്പാനിഷ്" + +msgid "Venezuelan Spanish" +msgstr "വെനിസ്വലന്‍ സ്പാനിഷ്" + +msgid "Estonian" +msgstr "എസ്ടോണിയന്‍ സ്പാനിഷ്" + +msgid "Basque" +msgstr "ബാസ്ക്യു" + +msgid "Persian" +msgstr "പേര്‍ഷ്യന്‍" + +msgid "Finnish" +msgstr "ഫിന്നിഷ്" + +msgid "French" +msgstr "ഫ്രെഞ്ച്" + +msgid "Frisian" +msgstr "ഫ്രിസിയന്‍" + +msgid "Irish" +msgstr "ഐറിഷ്" + +msgid "Scottish Gaelic" +msgstr "സ്കോട്ടിഷ് ഗൈലിക്ക്" + +msgid "Galician" +msgstr "ഗലിഷ്യന്‍" + +msgid "Hebrew" +msgstr "ഹീബ്റു" + +msgid "Hindi" +msgstr "ഹിന്ദി" + +msgid "Croatian" +msgstr "ക്രൊയേഷ്യന്‍" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "ഹംഗേറിയന്‍" + +msgid "Interlingua" +msgstr "ഇന്റര്‍ലിംഗ്വാ" + +msgid "Indonesian" +msgstr "ഇന്തൊനേഷ്യന്‍" + +msgid "Ido" +msgstr "ഈടോ" + +msgid "Icelandic" +msgstr "ഐസ്ലാന്‍ഡിക്" + +msgid "Italian" +msgstr "ഇറ്റാലിയന്‍" + +msgid "Japanese" +msgstr "ജാപ്പനീസ്" + +msgid "Georgian" +msgstr "ജോര്‍ജിയന്‍" + +msgid "Kazakh" +msgstr "കസാക്" + +msgid "Khmer" +msgstr "ഖ്മേര്‍" + +msgid "Kannada" +msgstr "കന്നഡ" + +msgid "Korean" +msgstr "കൊറിയന്‍" + +msgid "Luxembourgish" +msgstr "ലക്സംബര്‍ഗിഷ് " + +msgid "Lithuanian" +msgstr "ലിത്വാനിയന്‍" + +msgid "Latvian" +msgstr "ലാറ്റ്വിയന്‍" + +msgid "Macedonian" +msgstr "മാസിഡോണിയന്‍" + +msgid "Malayalam" +msgstr "മലയാളം" + +msgid "Mongolian" +msgstr "മംഗോളിയന്‍" + +msgid "Marathi" +msgstr "മറാത്തി" + +msgid "Burmese" +msgstr "ബര്‍മീസ്" + +msgid "Norwegian Bokmål" +msgstr "നോർവേജിയൻ ബുക്ക്മൊൾ" + +msgid "Nepali" +msgstr "നേപ്പാളി" + +msgid "Dutch" +msgstr "ഡച്ച്" + +msgid "Norwegian Nynorsk" +msgstr "നോര്‍വീജിയന്‍ നിനോഷ്ക്" + +msgid "Ossetic" +msgstr "ഒസ്സെറ്റിക്" + +msgid "Punjabi" +msgstr "പഞ്ചാബി" + +msgid "Polish" +msgstr "പോളിഷ്" + +msgid "Portuguese" +msgstr "പോര്‍ചുഗീസ്" + +msgid "Brazilian Portuguese" +msgstr "ബ്റസീലിയന്‍ പോര്‍ചുഗീസ്" + +msgid "Romanian" +msgstr "റൊമാനിയന്‍" + +msgid "Russian" +msgstr "റഷ്യന്‍" + +msgid "Slovak" +msgstr "സ്ളൊവാക്" + +msgid "Slovenian" +msgstr "സ്ളൊവേനിയന്‍" + +msgid "Albanian" +msgstr "അല്‍ബേനിയന്‍" + +msgid "Serbian" +msgstr "സെര്‍ബിയന്‍" + +msgid "Serbian Latin" +msgstr "സെര്‍ബിയന്‍ ലാറ്റിന്‍" + +msgid "Swedish" +msgstr "സ്വീഡിഷ്" + +msgid "Swahili" +msgstr "സ്വാഹിലി" + +msgid "Tamil" +msgstr "തമിഴ്" + +msgid "Telugu" +msgstr "തെലുങ്ക്" + +msgid "Thai" +msgstr "തായ്" + +msgid "Turkish" +msgstr "ടര്‍ക്കിഷ്" + +msgid "Tatar" +msgstr "തൊതാര്‍" + +msgid "Udmurt" +msgstr "ഉദ്മര്‍ത്" + +msgid "Ukrainian" +msgstr "യുക്രേനിയന്‍" + +msgid "Urdu" +msgstr "ഉര്‍ദു" + +msgid "Vietnamese" +msgstr "വിയറ്റ്നാമീസ്" + +msgid "Simplified Chinese" +msgstr "ലഘു ചൈനീസ്" + +msgid "Traditional Chinese" +msgstr "പരമ്പരാഗത ചൈനീസ്" + +msgid "Messages" +msgstr "സന്ദേശങ്ങൾ" + +msgid "Site Maps" +msgstr "സൈറ്റ് മാപ്പ്" + +msgid "Static Files" +msgstr " സ്റ്റാറ്റിക്ക് ഫയൽസ്" + +msgid "Syndication" +msgstr "വിതരണം " + +msgid "Enter a valid value." +msgstr "സാധുതയുള്ള മൂല്യം നല്‍കുക." + +msgid "Enter a valid URL." +msgstr "സാധുതയുള്ള URL നല്‍കുക" + +msgid "Enter a valid integer." +msgstr "സാധുതയുള്ള അക്കം നല്കുക." + +msgid "Enter a valid email address." +msgstr "സാധുതയുള്ള ഇമെയില്‍ വിലാസം നല്‍കുക" + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"അക്ഷരങ്ങള്‍, അക്കങ്ങള്‍, അണ്ടര്‍സ്കോര്‍, ഹൈഫന്‍ എന്നിവ മാത്രം അടങ്ങിയ സാധുതയുള്ള ഒരുവാക്ക് " +"ചുരുക്കവാക്കായി നല്‍കുക " + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "ശരിയായ IPv4 വിലാസം നല്കണം" + +msgid "Enter a valid IPv6 address." +msgstr "ശരിയായ ഒരു IPv6 വിലാസം നല്കുക." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "ശരിയായ ഒരു IPv4 വിലാസമോ IPv6 വിലാസമോ നല്കുക." + +msgid "Enter only digits separated by commas." +msgstr "അക്കങ്ങള്‍ മാത്രം (കോമയിട്ടു വേര്‍തിരിച്ചത്)" + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "ഇത് %(limit_value)s ആവണം. (ഇപ്പോള്‍ %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "ഇത് %(limit_value)s-ഓ അതില്‍ കുറവോ ആവണം" + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "ഇത് %(limit_value)s-ഓ അതില്‍ കൂടുതലോ ആവണം" + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +msgstr[1] "" + +msgid "and" +msgstr "ഉം" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "ഈ കളം (ഫീല്‍ഡ്) ഒഴിച്ചിടരുത്." + +msgid "This field cannot be blank." +msgstr "ഈ കളം (ഫീല്‍ഡ്) ഒഴിച്ചിടരുത്." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(field_label)s-ഓടു കൂടിയ %(model_name)s നിലവിലുണ്ട്." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(date_field_label)s %(lookup_type)s-നു %(field_label)s ആവര്‍ത്തിക്കാന്‍ പാടില്ല." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "%(field_type)s എന്ന തരത്തിലുള്ള കളം (ഫീല്‍ഡ്)" + +msgid "Integer" +msgstr "പൂര്‍ണ്ണസംഖ്യ" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "'%(value)s' ന്റെ മൂല്യം ഒരു പൂർണ്ണസംഖ്യായിരിക്കണം." + +msgid "Big (8 byte) integer" +msgstr "8 ബൈറ്റ് പൂര്‍ണസംഖ്യ." + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "'%(value)s' മൂല്യം True അഥവാ False ആയിരിക്കണം." + +msgid "Boolean (Either True or False)" +msgstr "ശരിയോ തെറ്റോ (True അഥവാ False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "സ്ട്രിങ്ങ് (%(max_length)s വരെ നീളമുള്ളത്)" + +msgid "Comma-separated integers" +msgstr "കോമയിട്ട് വേര്‍തിരിച്ച സംഖ്യകള്‍" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"'%(value)s' മൂല്യം തെറ്റായ മാതൃകയിലാണ്. അത് YYYY-MM-DD എന്ന മാതൃകയിലാണ് നല്കേണ്ടത്." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "'%(value)s' മൂല്യം ശരിയായ മാതൃകയിലാണ് (YYYY-MM-DD) പക്ഷേ തീയതി തെറ്റാണ്." + +msgid "Date (without time)" +msgstr "തീയതി (സമയം വേണ്ട)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "തീയതി (സമയത്തോടൊപ്പം)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "'%(value)s' മൂല്യം ഒരു ദശാംശസംഖ്യ decimal ആയിരിക്കണം." + +msgid "Decimal number" +msgstr "ദശാംശസംഖ്യ" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" +"'%(value)s' മൂല്യം തെറ്റായ മാതൃകയിലാണ്. അത് [DD] [HH:[MM:]]ss[.uuuuuu] എന്ന " +"മാതൃകയിലാണ് നല്കേണ്ടത്." + +msgid "Duration" +msgstr "കാലയളവ്" + +msgid "Email address" +msgstr "ഇ-മെയില്‍ വിലാസം" + +msgid "File path" +msgstr "ഫയല്‍ സ്ഥാനം" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "'%(value)s' മൂല്യം ഒരു ദശാംശസംഖ്യ float ആയിരിക്കണം." + +msgid "Floating point number" +msgstr "ദശാംശസംഖ്യ" + +msgid "IPv4 address" +msgstr "IPv4 വിലാസം" + +msgid "IP address" +msgstr "IP വിലാസം" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "'%(value)s' മൂല്യം None, True, False എന്നിവയില്‍ ഏതെങ്കിലും ഒന്നായിരിക്കണം." + +msgid "Boolean (Either True, False or None)" +msgstr "ശരിയോ തെറ്റോ എന്നു മാത്രം (True, False, None എന്നിവയില്‍ ഏതെങ്കിലും ഒന്ന്)" + +msgid "Positive integer" +msgstr "ധന പൂര്‍ണസംഖ്യ" + +msgid "Positive small integer" +msgstr "ധന ഹ്രസ്വ പൂര്‍ണസംഖ്യ" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "സ്ലഗ് (%(max_length)s വരെ)" + +msgid "Small integer" +msgstr "ഹ്രസ്വ പൂര്‍ണസംഖ്യ" + +msgid "Text" +msgstr "ടെക്സ്റ്റ്" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"'%(value)s' മൂല്യം ശരിയായ മാതൃകയിലല്ല. അത് HH:MM[:ss[.uuuuuu]] എന്ന മാതൃകയിലാവണം." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"'%(value)s' മൂല്യം ശരിയായ മാതൃകയിലാണ് (HH:MM[:ss[.uuuuuu]]) പക്ഷേ തെറ്റായ സമയത്തെ " +"സൂചിപ്പിക്കുന്നു." + +msgid "Time" +msgstr "സമയം" + +msgid "URL" +msgstr "URL(വെബ്-വിലാസം)" + +msgid "Raw binary data" +msgstr "റോ ബൈനറി ഡാറ്റ" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "'%(value)s' ഒരു സാധുവായ യു യു ഐ ഡി അല്ലാ." + +msgid "File" +msgstr "ഫയല്‍" + +msgid "Image" +msgstr "ചിത്രം" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "ഫോറിന്‍ കീ (ടൈപ്പ് ബന്ധപ്പെട്ട ഫീല്‍ഡില്‍ നിന്നും നിര്‍ണ്ണയിക്കുന്നതാണ്)" + +msgid "One-to-one relationship" +msgstr "വണ്‍-ടു-വണ്‍ ബന്ധം" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "മെനി-ടു-മെനി ബന്ധം" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "ഈ കള്ളി(ഫീല്‍ഡ്) നിര്‍ബന്ധമാണ്." + +msgid "Enter a whole number." +msgstr "ഒരു പൂര്‍ണസംഖ്യ നല്കുക." + +msgid "Enter a number." +msgstr "ഒരു സംഖ്യ നല്കുക." + +msgid "Enter a valid date." +msgstr "ശരിയായ തീയതി നല്കുക." + +msgid "Enter a valid time." +msgstr "ശരിയായ സമയം നല്കുക." + +msgid "Enter a valid date/time." +msgstr "ശരിയായ തീയതിയും സമയവും നല്കുക." + +msgid "Enter a valid duration." +msgstr "സാധുതയുള്ള കാലയളവ് നല്കുക." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "ഫയലൊന്നും ലഭിച്ചിട്ടില്ല. ഫോമിലെ എന്‍-കോഡിംഗ് പരിശോധിക്കുക." + +msgid "No file was submitted." +msgstr "ഫയലൊന്നും ലഭിച്ചിട്ടില്ല." + +msgid "The submitted file is empty." +msgstr "ലഭിച്ച ഫയല്‍ ശൂന്യമാണ്." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +msgstr[1] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"ഒന്നുകില്‍ ഫയല്‍ സമര്‍പ്പിക്കണം, അല്ലെങ്കില്‍ ക്ളിയര്‍ എന്ന ചെക്ബോക്സ് ടിക് ചെയ്യണം. ദയവായി രണ്ടും " +"കൂടി ചെയ്യരുത്." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"ശരിയായ ചിത്രം അപ് ലോഡ് ചെയ്യുക. നിങ്ങള്‍ നല്കിയ ഫയല്‍ ഒന്നുകില്‍ ഒരു ചിത്രമല്ല, അല്ലെങ്കില്‍ " +"വികലമാണ്." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "യോഗ്യമായത് തെരഞ്ഞെടുക്കുക. %(value)s ലഭ്യമായവയില്‍ ഉള്‍പ്പെടുന്നില്ല." + +msgid "Enter a list of values." +msgstr "മൂല്യങ്ങളുടെ പട്ടിക(ലിസ്റ്റ്) നല്കുക." + +msgid "Enter a complete value." +msgstr "പൂർണ്ണമായ വാല്യൂ നല്കുക." + +msgid "Enter a valid UUID." +msgstr "സാധുവായ യു യു ഐ ഡി നല്കുക." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" +msgstr[1] "" + +msgid "Order" +msgstr "ക്രമം" + +msgid "Delete" +msgstr "ഡിലീറ്റ്" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "%(field)s-നായി നല്കുന്ന വിവരം ആവര്‍ത്തിച്ചത് ദയവായി തിരുത്തുക." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "%(field)s-നായി നല്കുന്ന വിവരം ആവര്‍ത്തിക്കാന്‍ പാടില്ല. ദയവായി തിരുത്തുക." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"%(date_field)s ലെ %(lookup)s നു വേണ്ടി %(field_name)s നു നല്കുന്ന വിവരം ആവര്‍ത്തിക്കാന്‍ " +"പാടില്ല. ദയവായി തിരുത്തുക." + +msgid "Please correct the duplicate values below." +msgstr "താഴെ കൊടുത്തവയില്‍ ആവര്‍ത്തനം ഒഴിവാക്കുക." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "ഇന്‍ലൈനായി നല്കിയ ഫോറിന്‍ കീ മാത്രു വസ്തുവിന്റെ പ്രാഥമിക കീയുമായി യോജിക്കുന്നില്ല." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "യോഗ്യമായത് തെരഞ്ഞെടുക്കുക. നിങ്ങള്‍ നല്കിയത് ലഭ്യമായവയില്‍ ഉള്‍പ്പെടുന്നില്ല." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s %(current_timezone)s എന്ന സമയമേഖലയിലേക്ക് വ്യാഖ്യാനിക്കാന്‍ " +"സാധിച്ചിട്ടില്ല; ഇത് ഒന്നുകില്‍ അവ്യക്തമാണ്, അല്ലെങ്കില്‍ നിലവിലില്ല." + +msgid "Currently" +msgstr "നിലവിലുള്ളത്" + +msgid "Change" +msgstr "മാറ്റുക" + +msgid "Clear" +msgstr "കാലിയാക്കുക" + +msgid "Unknown" +msgstr "അജ്ഞാതം" + +msgid "Yes" +msgstr "അതെ" + +msgid "No" +msgstr "അല്ല" + +msgid "yes,no,maybe" +msgstr "ഉണ്ട്, ഇല്ല, ഉണ്ടായേക്കാം" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d ബൈറ്റ്" +msgstr[1] "%(size)d ബൈറ്റുകള്‍" + +#, python-format +msgid "%s KB" +msgstr "%s കെ.ബി" + +#, python-format +msgid "%s MB" +msgstr "%s എം.ബി" + +#, python-format +msgid "%s GB" +msgstr "%s ജി.ബി" + +#, python-format +msgid "%s TB" +msgstr "%s ടി.ബി" + +#, python-format +msgid "%s PB" +msgstr "%s പി.ബി" + +msgid "p.m." +msgstr "പി. എം (ഉച്ചയ്ക്കു ശേഷം) " + +msgid "a.m." +msgstr "എ. എം (ഉച്ചയ്ക്കു മുമ്പ്)" + +msgid "PM" +msgstr "പി. എം (ഉച്ചയ്ക്കു ശേഷം) " + +msgid "AM" +msgstr "എ. എം (ഉച്ചയ്ക്കു മുമ്പ്)" + +msgid "midnight" +msgstr "അര്‍ധരാത്രി" + +msgid "noon" +msgstr "ഉച്ച" + +msgid "Monday" +msgstr "തിങ്കള്‍" + +msgid "Tuesday" +msgstr "ചൊവ്വ" + +msgid "Wednesday" +msgstr "ബുധന്‍" + +msgid "Thursday" +msgstr "വ്യാഴം" + +msgid "Friday" +msgstr "വെള്ളി" + +msgid "Saturday" +msgstr "ശനി" + +msgid "Sunday" +msgstr "ഞായര്‍" + +msgid "Mon" +msgstr "തിങ്കള്‍" + +msgid "Tue" +msgstr "ചൊവ്വ" + +msgid "Wed" +msgstr "ബുധന്‍" + +msgid "Thu" +msgstr "വ്യാഴം" + +msgid "Fri" +msgstr "വെള്ളി" + +msgid "Sat" +msgstr "ശനി" + +msgid "Sun" +msgstr "ഞായര്‍" + +msgid "January" +msgstr "ജനുവരി" + +msgid "February" +msgstr "ഫെബ്രുവരി" + +msgid "March" +msgstr "മാര്‍ച്ച്" + +msgid "April" +msgstr "ഏപ്രില്‍" + +msgid "May" +msgstr "മേയ്" + +msgid "June" +msgstr "ജൂണ്‍" + +msgid "July" +msgstr "ജൂലൈ" + +msgid "August" +msgstr "ആഗസ്ത്" + +msgid "September" +msgstr "സെപ്തംബര്‍" + +msgid "October" +msgstr "ഒക്ടോബര്‍" + +msgid "November" +msgstr "നവംബര്‍" + +msgid "December" +msgstr "ഡിസംബര്‍" + +msgid "jan" +msgstr "ജനു." + +msgid "feb" +msgstr "ഫെബ്രു." + +msgid "mar" +msgstr "മാര്‍ച്ച്" + +msgid "apr" +msgstr "ഏപ്രില്‍" + +msgid "may" +msgstr "മേയ്" + +msgid "jun" +msgstr "ജൂണ്‍" + +msgid "jul" +msgstr "ജൂലൈ" + +msgid "aug" +msgstr "ആഗസ്ത്" + +msgid "sep" +msgstr "സെപ്ടം." + +msgid "oct" +msgstr "ഒക്ടോ." + +msgid "nov" +msgstr "നവം." + +msgid "dec" +msgstr "ഡിസം." + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "ജനു." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "ഫെബ്രു." + +msgctxt "abbrev. month" +msgid "March" +msgstr "മാര്‍ച്ച്" + +msgctxt "abbrev. month" +msgid "April" +msgstr "ഏപ്രില്‍" + +msgctxt "abbrev. month" +msgid "May" +msgstr "മേയ്" + +msgctxt "abbrev. month" +msgid "June" +msgstr "ജൂണ്‍" + +msgctxt "abbrev. month" +msgid "July" +msgstr "ജൂലൈ" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "ആഗ." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "സെപ്തം." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "ഒക്ടോ." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "നവം." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "ഡിസം." + +msgctxt "alt. month" +msgid "January" +msgstr "ജനുവരി" + +msgctxt "alt. month" +msgid "February" +msgstr "ഫെബ്രുവരി" + +msgctxt "alt. month" +msgid "March" +msgstr "മാര്‍ച്ച്" + +msgctxt "alt. month" +msgid "April" +msgstr "ഏപ്രില്‍" + +msgctxt "alt. month" +msgid "May" +msgstr "മേയ്" + +msgctxt "alt. month" +msgid "June" +msgstr "ജൂണ്‍" + +msgctxt "alt. month" +msgid "July" +msgstr "ജൂലൈ" + +msgctxt "alt. month" +msgid "August" +msgstr "ആഗസ്ത്" + +msgctxt "alt. month" +msgid "September" +msgstr "സെപ്തംബര്‍" + +msgctxt "alt. month" +msgid "October" +msgstr "ഒക്ടോബര്‍" + +msgctxt "alt. month" +msgid "November" +msgstr "നവംബര്‍" + +msgctxt "alt. month" +msgid "December" +msgstr "ഡിസംബര്‍" + +msgid "This is not a valid IPv6 address." +msgstr "ഇതു സാധുവായ IPv6 വിലാസമല്ല." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "അഥവാ" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d വർഷം" +msgstr[1] "%d വർഷങ്ങൾ " + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d മാസം" +msgstr[1] "%d മാസങ്ങൾ" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d ആഴ്ച" +msgstr[1] "%d ആഴ്ചകൾ" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d ദിവസം" +msgstr[1] "%d ദിവസങ്ങൾ" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d മണിക്കൂർ" +msgstr[1] "%d മണിക്കൂരുകൾ" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d മിനിറ്റ്" +msgstr[1] "%d മിനിറ്റുകൾ" + +msgid "0 minutes" +msgstr "0 മിനിറ്റ്" + +msgid "Forbidden" +msgstr "വിലക്കപ്പെട്ടത്" + +msgid "CSRF verification failed. Request aborted." +msgstr "സി എസ് ആർ എഫ് പരിശോധന പരാജയപ്പെട്ടു. റിക്വെസ്റ്റ് റദ്ദാക്കി." + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "Debug=True എന്നു കൊടുത്താൽ കൂടുതൽ കാര്യങ്ങൾ അറിയാൻ കഴിയും." + +msgid "Welcome to Django" +msgstr "ജാങ്കോയിലേക്ക് സ്വാഗതം" + +msgid "It worked!" +msgstr "ഇതു പ്രവർത്തിക്കിന്നുണ്ട്" + +msgid "Congratulations on your first Django-powered page." +msgstr "താങ്കളുടെ ആദ്യത്തെ ജാങ്കോ നിർമ്മിത പേജിന് അഭിനന്ദനങ്ങൾ" + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" + +msgid "No year specified" +msgstr "വര്‍ഷം പരാമര്‍ശിച്ചിട്ടില്ല" + +msgid "No month specified" +msgstr "മാസം പരാമര്‍ശിച്ചിട്ടില്ല" + +msgid "No day specified" +msgstr "ദിവസം പരാമര്‍ശിച്ചിട്ടില്ല" + +msgid "No week specified" +msgstr "ആഴ്ച പരാമര്‍ശിച്ചിട്ടില്ല" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "%(verbose_name_plural)s ഒന്നും ലഭ്യമല്ല" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"%(class_name)s.allow_future ന് False എന്നു നല്കിയിട്ടുള്ളതിനാല്‍ Future " +"%(verbose_name_plural)s ഒന്നും ലഭ്യമല്ല." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "'%(datestr)s' എന്ന തെറ്റായ തീയതി '%(format)s' എന്ന മാതൃകയില്‍." + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "ചോദ്യത്തിനു ചേരുന്ന് %(verbose_name)s ഇല്ല" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "" +"പേജ് നമ്പറായി സംഖ്യയാക്കി മാറ്റാന്‍ കഴിയുന്ന മൂല്യമോ 'last' എന്ന മൂല്യമോ അല്ല നല്കിയിട്ടുള്ളത്." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "ലിസ്റ്റ് കാലിയുമാണ് %(class_name)s.allow_empty എന്നത് False എന്നു നല്കിയിട്ടുമുണ്ട്." + +msgid "Directory indexes are not allowed here." +msgstr "ഡയറക്ടറി സൂചികകള്‍ ഇവിടെ അനുവദനീയമല്ല." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" നിലവിലില്ല" + +#, python-format +msgid "Index of %(directory)s" +msgstr "%(directory)s യുടെ സൂചിക" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ml/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ml/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ml/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ml/formats.py new file mode 100644 index 0000000..63b23fa --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ml/formats.py @@ -0,0 +1,43 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'N j, Y' +TIME_FORMAT = 'P' +DATETIME_FORMAT = 'N j, Y, P' +YEAR_MONTH_FORMAT = 'F Y' +MONTH_DAY_FORMAT = 'F j' +SHORT_DATE_FORMAT = 'm/d/Y' +SHORT_DATETIME_FORMAT = 'm/d/Y P' +FIRST_DAY_OF_WEEK = 0 # Sunday + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +# Kept ISO formats as they are in first position +DATE_INPUT_FORMATS = [ + '%Y-%m-%d', '%m/%d/%Y', '%m/%d/%y', # '2006-10-25', '10/25/2006', '10/25/06' + # '%b %d %Y', '%b %d, %Y', # 'Oct 25 2006', 'Oct 25, 2006' + # '%d %b %Y', '%d %b, %Y', # '25 Oct 2006', '25 Oct, 2006' + # '%B %d %Y', '%B %d, %Y', # 'October 25 2006', 'October 25, 2006' + # '%d %B %Y', '%d %B, %Y', # '25 October 2006', '25 October, 2006' +] +DATETIME_INPUT_FORMATS = [ + '%Y-%m-%d %H:%M:%S', # '2006-10-25 14:30:59' + '%Y-%m-%d %H:%M:%S.%f', # '2006-10-25 14:30:59.000200' + '%Y-%m-%d %H:%M', # '2006-10-25 14:30' + '%Y-%m-%d', # '2006-10-25' + '%m/%d/%Y %H:%M:%S', # '10/25/2006 14:30:59' + '%m/%d/%Y %H:%M:%S.%f', # '10/25/2006 14:30:59.000200' + '%m/%d/%Y %H:%M', # '10/25/2006 14:30' + '%m/%d/%Y', # '10/25/2006' + '%m/%d/%y %H:%M:%S', # '10/25/06 14:30:59' + '%m/%d/%y %H:%M:%S.%f', # '10/25/06 14:30:59.000200' + '%m/%d/%y %H:%M', # '10/25/06 14:30' + '%m/%d/%y', # '10/25/06' +] +DECIMAL_SEPARATOR = '.' +THOUSAND_SEPARATOR = ',' +NUMBER_GROUPING = 3 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/mn/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/mn/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..1b40af4d51f71489f1719f99225e5626a2b0040a GIT binary patch literal 28028 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, 2013 +# Bayarkhuu Bataa, 2014 +# Jacara , 2011 +# Jannis Leidel , 2011 +# jargalan , 2011 +# Tsolmon , 2011 +# Zorig , 2013-2014,2016 +# Анхбаяр Анхаа , 2013-2015 +# Баясгалан Цэвлээ , 2011,2015 +# Ганзориг БП , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Mongolian (http://www.transifex.com/django/django/language/" +"mn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: mn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Африк" + +msgid "Arabic" +msgstr "Араб" + +msgid "Asturian" +msgstr "Астури" + +msgid "Azerbaijani" +msgstr "Азербажан" + +msgid "Bulgarian" +msgstr "Болгар" + +msgid "Belarusian" +msgstr "Беларус" + +msgid "Bengali" +msgstr "Бенгал" + +msgid "Breton" +msgstr "Бэрэйтон " + +msgid "Bosnian" +msgstr "Босни" + +msgid "Catalan" +msgstr "Каталан" + +msgid "Czech" +msgstr "Чех" + +msgid "Welsh" +msgstr "Уэльс" + +msgid "Danish" +msgstr "Дани" + +msgid "German" +msgstr "Герман" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "Грек" + +msgid "English" +msgstr "Англи" + +msgid "Australian English" +msgstr "Австрали Англи" + +msgid "British English" +msgstr "Британи Англи" + +msgid "Esperanto" +msgstr "Эсперанто" + +msgid "Spanish" +msgstr "Испани" + +msgid "Argentinian Spanish" +msgstr "Аргентинийн Испани" + +msgid "Colombian Spanish" +msgstr "Колумбийн Испаниар" + +msgid "Mexican Spanish" +msgstr "Мексикийн Испани" + +msgid "Nicaraguan Spanish" +msgstr "Никрагуан Испани" + +msgid "Venezuelan Spanish" +msgstr "Венесуэлийн Спани" + +msgid "Estonian" +msgstr "Эстони" + +msgid "Basque" +msgstr "Баск" + +msgid "Persian" +msgstr "Перс" + +msgid "Finnish" +msgstr "Финлянд" + +msgid "French" +msgstr "Франц" + +msgid "Frisian" +msgstr "Фриз" + +msgid "Irish" +msgstr "Ирланд" + +msgid "Scottish Gaelic" +msgstr "Шотландийн Гаелик" + +msgid "Galician" +msgstr "Галици" + +msgid "Hebrew" +msgstr "Еврэй" + +msgid "Hindi" +msgstr "Хинди" + +msgid "Croatian" +msgstr "Хорват" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "Унгар" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Индонези" + +msgid "Ido" +msgstr "Идо" + +msgid "Icelandic" +msgstr "Исланд" + +msgid "Italian" +msgstr "Итали" + +msgid "Japanese" +msgstr "Япон" + +msgid "Georgian" +msgstr "Гүрж" + +msgid "Kazakh" +msgstr "Казак" + +msgid "Khmer" +msgstr "Кхмер" + +msgid "Kannada" +msgstr "Канад" + +msgid "Korean" +msgstr "Солонгос" + +msgid "Luxembourgish" +msgstr "Лүксенбүргиш" + +msgid "Lithuanian" +msgstr "Литва" + +msgid "Latvian" +msgstr "Латви" + +msgid "Macedonian" +msgstr "Македон" + +msgid "Malayalam" +msgstr "Малайз" + +msgid "Mongolian" +msgstr "Монгол" + +msgid "Marathi" +msgstr "маратхи" + +msgid "Burmese" +msgstr "Бирм" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "Непал" + +msgid "Dutch" +msgstr "Голланд" + +msgid "Norwegian Nynorsk" +msgstr "Норвегийн нюнорск" + +msgid "Ossetic" +msgstr "Оссетик" + +msgid "Punjabi" +msgstr "Панжаби" + +msgid "Polish" +msgstr "Польш" + +msgid "Portuguese" +msgstr "Португал" + +msgid "Brazilian Portuguese" +msgstr "Бразилийн Португали" + +msgid "Romanian" +msgstr "Румын" + +msgid "Russian" +msgstr "Орос" + +msgid "Slovak" +msgstr "Словак" + +msgid "Slovenian" +msgstr "Словен" + +msgid "Albanian" +msgstr "Альбани" + +msgid "Serbian" +msgstr "Серби" + +msgid "Serbian Latin" +msgstr "Серби латин" + +msgid "Swedish" +msgstr "Щвед" + +msgid "Swahili" +msgstr "Савахил" + +msgid "Tamil" +msgstr "Тамил" + +msgid "Telugu" +msgstr "Тэлүгү" + +msgid "Thai" +msgstr "Тайланд" + +msgid "Turkish" +msgstr "Турк" + +msgid "Tatar" +msgstr "Татар" + +msgid "Udmurt" +msgstr "Удмурт" + +msgid "Ukrainian" +msgstr "Украйн" + +msgid "Urdu" +msgstr "Урду" + +msgid "Vietnamese" +msgstr "Вьетнам" + +msgid "Simplified Chinese" +msgstr "Хятад (хялбаршуулсан) " + +msgid "Traditional Chinese" +msgstr "Хятад (уламжлалт)" + +msgid "Messages" +msgstr "Мэдээллүүд" + +msgid "Site Maps" +msgstr "Сайтын бүтэц" + +msgid "Static Files" +msgstr "Статик файлууд" + +msgid "Syndication" +msgstr "Нэгтгэл" + +msgid "Enter a valid value." +msgstr "Зөв утга оруулна уу." + +msgid "Enter a valid URL." +msgstr "Зөв, хүчинтэй хаяг (URL) оруулна уу." + +msgid "Enter a valid integer." +msgstr "Бүхэл тоо оруулна уу" + +msgid "Enter a valid email address." +msgstr "Зөв имэйл хаяг оруулна уу" + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Үсэг, тоо, доогуур зураас, дундуур зурааснаас бүрдэх зөв 'slug' оруулна уу." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Үсэг, тоо, доогуур зураас, дундуур зурааснаас бүрдэх зөв 'slug' оруулна уу." + +msgid "Enter a valid IPv4 address." +msgstr "Зөв IPv4 хаяг оруулна уу. " + +msgid "Enter a valid IPv6 address." +msgstr "Зөв IPv6 хаяг оруулна уу." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Зөв IPv4 эсвэл IPv6 хаяг оруулна уу." + +msgid "Enter only digits separated by commas." +msgstr "Зөвхөн таслалаар тусгаарлагдсан цифр оруулна уу." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Энэ утга хамгийн ихдээ %(limit_value)s байх ёстой. (одоо %(show_value)s " +"байна)" + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Энэ утга %(limit_value)s -с бага эсвэл тэнцүү байх ёстой." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Энэ утга %(limit_value)s -с их эсвэл тэнцүү байх нөхцлийг хангана уу." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Хамгийн ихдээ %(limit_value)d тэмдэгт байх нөхцлийг хангана уу. " +"(%(show_value)d-ийн дагуу)" +msgstr[1] "" +"Хамгийн ихдээ %(limit_value)d тэмдэгт байх нөхцлийг хангана уу. " +"(%(show_value)d-ийн дагуу)" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[1] "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "%(max)s -ээс ихгүй утга оруулна уу " +msgstr[1] "%(max)s -ээс ихгүй утга оруулна уу " + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Энд %(max)s -аас олонгүй бутархайн орон байх ёстой. " +msgstr[1] "Энд %(max)s -аас олонгүй бутархайн орон байх ёстой. " + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "Энд бутархайн таслалаас өмнө %(max)s-аас олонгүй цифр байх ёстой." +msgstr[1] "Энд бутархайн таслалаас өмнө %(max)s-аас олонгүй цифр байх ёстой." + +msgid "and" +msgstr "ба" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(field_labels)s талбар бүхий %(model_name)s аль хэдийн орсон байна." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "%(value)r буруу сонголт байна." + +msgid "This field cannot be null." +msgstr "Энэ хэсгийг хоосон орхиж болохгүй." + +msgid "This field cannot be blank." +msgstr "Энэ хэсэг хоосон байж болохгүй." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(field_label)s-тэй %(model_name)s-ийг аль хэдийнэ оруулсан байна." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s талбарт давхардахгүй байх хэрэгтэй %(date_field_label)s " +"%(lookup_type)s оруулна." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Талбарийн төрөл нь : %(field_type)s" + +msgid "Integer" +msgstr "Бүхэл тоо" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "'%(value)s' бүхэл тоо байх ёстой." + +msgid "Big (8 byte) integer" +msgstr "Том (8 байт) бүхэл тоо" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "'%(value)s' заавал True эсвэл False утга авах." + +msgid "Boolean (Either True or False)" +msgstr "Boolean (Үнэн худлын аль нэг нь)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Бичвэр (%(max_length)s хүртэл)" + +msgid "Comma-separated integers" +msgstr "Таслалаар тусгаарлагдсан бүхэл тоо" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "'%(value)s' нь буруу байна. Энэ нь ОООО-СС-ӨӨ форматтай байх ёстой." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "'%(value)s' утга (YYYY-MM-DD) форматтай байх хэрэгтэй." + +msgid "Date (without time)" +msgstr "Огноо (цаггүй)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"'%(value)s' утга буруу форматтай байна. Формат нь заавал YYYY-MM-DD HH:MM[:" +"ss[.uuuuuu]][TZ] байх хэрэгтэй." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"'%(value)s' утга зөв форматтай байна(YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]) " +"гэвч буруу огноо/цаг байна. " + +msgid "Date (with time)" +msgstr "Огноо (цагтай)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "'%(value)s' заавал decimal утга байх." + +msgid "Decimal number" +msgstr "Аравтын бутархайт тоо" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" +"'%(value)s' утга буруу форматтай байна. Формат нь заавал [DD] [HH:[MM:]]ss[." +"uuuuuu] байх хэрэгтэй." + +msgid "Duration" +msgstr "Үргэлжлэх хугацаа" + +msgid "Email address" +msgstr "Имэйл хаяг" + +msgid "File path" +msgstr "Файлын зам " + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "'%(value)s' нь бутархай тоо байх ёстой." + +msgid "Floating point number" +msgstr "Хөвөгч таслалтай тоо" + +msgid "IPv4 address" +msgstr "IPv4 хаяг" + +msgid "IP address" +msgstr "IP хаяг" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "'%(value)s' заавал None, True эсвэл False утга авах ёстой." + +msgid "Boolean (Either True, False or None)" +msgstr "Boolean (Үнэн, худал, эсвэл юу ч биш)" + +msgid "Positive integer" +msgstr "Бүхэл тоох утга" + +msgid "Positive small integer" +msgstr "Бага бүхэл тоон утга" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Слаг (ихдээ %(max_length)s )" + +msgid "Small integer" +msgstr "Бага тоон утна" + +msgid "Text" +msgstr "Текст" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"'%(value)s' утга буруу форматтай байна. Формат нь заавал HH:MM[:ss[.uuuuuu]] " +"байх хэрэгтэй." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"'%(value)s' утгын формат зөв байна (HH:MM[:ss[.uuuuuu]]) гэвч цаг буруу " +"байна." + +msgid "Time" +msgstr "Цаг" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Бинари өгөгдөл" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "'%(value)s' утга зөв UUID биш байна." + +msgid "File" +msgstr "Файл" + +msgid "Image" +msgstr "Зураг" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "%(field)s %(value)r утгатай %(model)s байхгүй байна." + +msgid "Foreign Key (type determined by related field)" +msgstr "Гадаад түлхүүр (тодорхой төрлийн холбоос талбар)" + +msgid "One-to-one relationship" +msgstr "Нэг-нэг холбоос" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "Олон-олон холбоос" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Энэ талбарыг бөглөх шаардлагатай." + +msgid "Enter a whole number." +msgstr "Бүхэл тоон утга оруулна уу." + +msgid "Enter a number." +msgstr "Тоон утга оруулна уу." + +msgid "Enter a valid date." +msgstr "Зөв огноо оруулна уу." + +msgid "Enter a valid time." +msgstr "Зөв цаг оруулна уу." + +msgid "Enter a valid date/time." +msgstr "Огноо/цаг-ыг зөв оруулна уу." + +msgid "Enter a valid duration." +msgstr "Үргэлжилэх хугацааг зөв оруулна уу." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Файл оруулаагүй байна. Маягтаас кодлох төрлийг чагтал. " + +msgid "No file was submitted." +msgstr "Файл оруулаагүй байна." + +msgid "The submitted file is empty." +msgstr "Оруулсан файл хоосон байна. " + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[1] "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Нэг бол сонголтын чягтыг авах эсвэл файл оруулна уу. Зэрэг хэрэгжих " +"боломжгүй." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Зөв зураг оруулна уу. Таны оруулсан файл нэг бол зургийн файл биш эсвэл " +"гэмтсэн зураг байна." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Зөв сонголт хийнэ үү. %(value)s гэсэн сонголт байхгүй байна." + +msgid "Enter a list of values." +msgstr "Өгөгдхүүний жагсаалтаа оруулна уу." + +msgid "Enter a complete value." +msgstr "Бүрэн утга оруулна уу." + +msgid "Enter a valid UUID." +msgstr "Зөв UUID оруулна уу." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Нууц талбар%(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "УдирдахФормын мэдээлэл олдсонгүй эсвэл өөрчлөгдсөн байна" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "%d ихгүй форм илгээн үү" +msgstr[1] "%d ихгүй форм илгээн үү" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "%d эсвэл их форм илгээнэ үү" +msgstr[1] "%d эсвэл их форм илгээнэ үү" + +msgid "Order" +msgstr "Эрэмбэлэх" + +msgid "Delete" +msgstr "Устгах" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "%(field)s хэсэг дэх давхардсан утгыг засварлана уу. " + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"%(field)s хэсэг дэх давхардсан утгыг засварлана уу. Түүний утгууд " +"давхардахгүй байх ёстой." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"%(field_name)s хэсэг дэх давхардсан утгыг засварлана уу. %(date_field)s-н " +"%(lookup)s хувьд давхардахгүй байх ёстой." + +msgid "Please correct the duplicate values below." +msgstr "Доорх давхардсан утгуудыг засна уу." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "" +"Inline обектийн гадаад түлхүүр Эцэг обектийн түлхүүртэй таарахгүй байна. " + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Зөв сонголт хийнэ үү. Энэ утга сонголтонд алга." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "\"%(pk)s\" нь primary key талбарт тохирохгүй утга байна." + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s цагийн бүсийг хөрвүүлэж чадахгүй байна. %(current_timezone)s; " +"цагийн бүс буруу эсвэл байхгүй байж магадгүй." + +msgid "Currently" +msgstr "Одоогийн" + +msgid "Change" +msgstr "Засах" + +msgid "Clear" +msgstr "Цэвэрлэх" + +msgid "Unknown" +msgstr "Тодорхойгүй" + +msgid "Yes" +msgstr "Тийм" + +msgid "No" +msgstr "Үгүй" + +msgid "yes,no,maybe" +msgstr "тийм,үгүй,магадгүй" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d байт" +msgstr[1] "%(size)d байт" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "шөнө дунд" + +msgid "noon" +msgstr "үд дунд" + +msgid "Monday" +msgstr "Даваа гариг" + +msgid "Tuesday" +msgstr "Мягмар гариг" + +msgid "Wednesday" +msgstr "Лхагва гариг" + +msgid "Thursday" +msgstr "Пүрэв гариг" + +msgid "Friday" +msgstr "Баасан гариг" + +msgid "Saturday" +msgstr "Бямба гариг" + +msgid "Sunday" +msgstr "Ням гариг" + +msgid "Mon" +msgstr "Дав" + +msgid "Tue" +msgstr "Мяг" + +msgid "Wed" +msgstr "Лха" + +msgid "Thu" +msgstr "Пүр" + +msgid "Fri" +msgstr "Баа" + +msgid "Sat" +msgstr "Бям" + +msgid "Sun" +msgstr "Ням" + +msgid "January" +msgstr "1-р сар" + +msgid "February" +msgstr "2-р сар" + +msgid "March" +msgstr "3-р сар" + +msgid "April" +msgstr "4-р сар" + +msgid "May" +msgstr "5-р сар" + +msgid "June" +msgstr "6-р сар" + +msgid "July" +msgstr "7-р сар" + +msgid "August" +msgstr "8-р сар" + +msgid "September" +msgstr "9-р сар" + +msgid "October" +msgstr "10-р сар" + +msgid "November" +msgstr "11-р сар" + +msgid "December" +msgstr "12-р сар" + +msgid "jan" +msgstr "1-р сар" + +msgid "feb" +msgstr "2-р сар" + +msgid "mar" +msgstr "3-р сар" + +msgid "apr" +msgstr "4-р сар" + +msgid "may" +msgstr "5-р сар" + +msgid "jun" +msgstr "6-р сар" + +msgid "jul" +msgstr "7-р сар" + +msgid "aug" +msgstr "8-р сар " + +msgid "sep" +msgstr "9-р сар" + +msgid "oct" +msgstr "10-р сар" + +msgid "nov" +msgstr "11-р сар" + +msgid "dec" +msgstr "12-р сар" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "1-р сар." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "2-р сар." + +msgctxt "abbrev. month" +msgid "March" +msgstr "3-р сар." + +msgctxt "abbrev. month" +msgid "April" +msgstr "4-р сар." + +msgctxt "abbrev. month" +msgid "May" +msgstr "5-р сар." + +msgctxt "abbrev. month" +msgid "June" +msgstr "6-р сар." + +msgctxt "abbrev. month" +msgid "July" +msgstr "7-р сар." + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "8-р сар." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "9-р сар." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "10-р сар." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "11-р сар." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "12-р сар." + +msgctxt "alt. month" +msgid "January" +msgstr "Хулгана" + +msgctxt "alt. month" +msgid "February" +msgstr "Үхэр" + +msgctxt "alt. month" +msgid "March" +msgstr "Бар" + +msgctxt "alt. month" +msgid "April" +msgstr "Туулай" + +msgctxt "alt. month" +msgid "May" +msgstr "Луу" + +msgctxt "alt. month" +msgid "June" +msgstr "Могой" + +msgctxt "alt. month" +msgid "July" +msgstr "Морь" + +msgctxt "alt. month" +msgid "August" +msgstr "Хонь" + +msgctxt "alt. month" +msgid "September" +msgstr "Бич" + +msgctxt "alt. month" +msgid "October" +msgstr "Тахиа" + +msgctxt "alt. month" +msgid "November" +msgstr "Нохой" + +msgctxt "alt. month" +msgid "December" +msgstr "Гахай" + +msgid "This is not a valid IPv6 address." +msgstr "Энэ буруу IPv6 хаяг байна." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "буюу" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d жил" +msgstr[1] "%d жил" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d сар" +msgstr[1] "%d сар" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d долоо хоног" +msgstr[1] "%d долоо хоног" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d өдөр" +msgstr[1] "%d өдөр" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d цаг" +msgstr[1] "%d цаг" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d минут" +msgstr[1] "%d минут" + +msgid "0 minutes" +msgstr "0 минут" + +msgid "Forbidden" +msgstr "Хориотой" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF дээр уналаа. Хүсэлт таслагдсан." + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Таны веб хөтөчөөс 'Referer header'-ийг HTTPS хуудасд илгээх шаардлагатай " +"байдаг учир Та энэ мэдэгдлийг харж байна. Энэ нь гуравдагч этгээдээс " +"хамгаалахын тулд шаардлагатай." + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" +"Хэрвээ та веб хөтөчөө 'Referer' толгойг идэвхигүй болгосон бол энэ хуудас, " +"HTTPS холболт эсвэл 'same-origin' хүсэлтэнд зориулж идэвхижүүлнэ үү." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Энэ хуудсанд форм илгээхийн тулд CSRF күүки шаардлагатай учир Та энэ " +"мэдэгдлийг харж байна. Энэ күүки нь гуравдагч этгээдээс хамгаалахын тулд " +"шаардлагатай." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" +"Хэрвээ та веб хөтөчийн күүкийг хаасан бол энэ хуудас эсвэл 'same-origin' " +"хүсэлтэнд зориулж идэвхижүүлнэ үү." + +msgid "More information is available with DEBUG=True." +msgstr "DEBUG=True үед дэлгэрэнгүй мэдээлэл харах боломжтой." + +msgid "Welcome to Django" +msgstr "Джанго-д тавтай морилоно уу" + +msgid "It worked!" +msgstr "Өө ажилчихлаа!" + +msgid "Congratulations on your first Django-powered page." +msgstr "Баяр хүргэе!. Таний эхний Django-оор хийсэн хуудас." + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" +"Мэдээж таны ажил дөнгөж эхлэж байна. Үүний дараа дараах коммандыг ажиллуулаж " +"эхний app аа үүсгэнэ. python manage.py startapp [app_label]." + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" +"Та Джангогийнхоо тохиргооны файлд DEBUG = True гэсэн ба ямарч " +"URLs тохируулаагүй учир энэ мэдэгдлийг уншиж байна. Ажиллаж байна!" + +msgid "No year specified" +msgstr "Он тодорхойлоогүй байна" + +msgid "No month specified" +msgstr "Сар тодорхойлоогүй байна" + +msgid "No day specified" +msgstr "Өдөр тодорхойлоогүй байна" + +msgid "No week specified" +msgstr "Долоо хоног тодорхойлоогүй байна" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "%(verbose_name_plural)s боломжгүй" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"%(class_name)s.allow_future нь худлаа учраас %(verbose_name_plural)s нь " +"боломжгүй." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "" +"Буруу огноо. '%(datestr)s' огноо '%(format)s' хэлбэрт тохирохгүй байна." + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Шүүлтүүрт таарах %(verbose_name)s олдсонгүй " + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "Хуудас нь 'last' биш, эсвэл тоонд хөрвүүлэж болохгүй байна." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Буруу хуудас (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "" +"Жагсаалт хоосон байна бас '%(class_name)s.allow_empty' ийг False гэж өгсөн." + +msgid "Directory indexes are not allowed here." +msgstr "Файлын жагсаалтыг энд зөвшөөрөөгүй." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" байхгүй байна." + +#, python-format +msgid "Index of %(directory)s" +msgstr "%(directory)s ийн жагсаалт" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/mn/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/mn/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/mn/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/mn/formats.py new file mode 100644 index 0000000..f41d532 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/mn/formats.py @@ -0,0 +1,24 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'd F Y' +TIME_FORMAT = 'g:i A' +# DATETIME_FORMAT = +# YEAR_MONTH_FORMAT = +# MONTH_DAY_FORMAT = +SHORT_DATE_FORMAT = 'j M Y' +# SHORT_DATETIME_FORMAT = +# FIRST_DAY_OF_WEEK = + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +# DATE_INPUT_FORMATS = +# TIME_INPUT_FORMATS = +# DATETIME_INPUT_FORMATS = +# DECIMAL_SEPARATOR = +# THOUSAND_SEPARATOR = +# NUMBER_GROUPING = diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/mr/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/mr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..9fb3597ffc4e1c9fab2f2559baadf49bf1abafff GIT binary patch literal 1652 zcmZva?`srC7{|BORy|v5V}H>WJ9$x1!rpBn+H}*iO=1*Fj;4CHZ+tVko7)@Rn>}Xd znp6-%L0X8VP)Max357ifHCQV&<593YDcQNl_zK41FIeaj7KJR(7+y!n2cZ0jYz2J-B+u%NM7~BmW220>1xC5Lm zSO+QoEcgo804Yye_%DJlV1EguxaGqBBS>*q3ws7q+;x!h`~gy(JB9sk@FxiV2PEAs zh$h`_eD;GKa0t8%R>4*99q?c9E%0ICA3_n@zYkLUQE&wO9HjV*h5cuc^sR%WX9Ij4 zybBJ4_Y3=f1^1x2GVJ@oH^3T5=b9kt9gIC#&^^+48I#_J`lLH1J+EQz#H3n#F>&0E zZTO-En-eAN+mPcW`fM4v9;^FRkaT#V7k*qG_9k0ep66Vp-lXR9vH?Uw8L1>!>~xna znYO*j3qsFxc@8^oO2l0EQn;~H5szU?QVRE`v@i)l8k}M?DvIg!R4cjb&_bN|YGP3~wrCk>`clNmJ*Sg%qG9}#P5%p_Q<hVbUb-_C!t8vXuTe1UfW4d9bvaqmFHk47e#A3OTbSkc=0dR-*c%`E& z2TQe+wVB7=kCubdbfOF%(XW5qMSDgpno2k3QcbW%o9k4V>Y4g+fBbPA)oKat&!|Sy zlqw3@_`EcaWQMGxOLK8g^VmP0=uR3k)wSESIyS-FvU)(V;VK(FI8hq>TzPgW&#veF z@AK?tp54x~l|1_^&(^GE)3ffIdH>ryTX*h9CY<=iI$Z3kb+6geSM&Z7%d<_JD4{EsVzoU$E*ls8l zRBbhp1}Aib\n" +"Language-Team: Marathi (http://www.transifex.com/django/django/language/" +"mr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: mr\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "अफ्रिकान्स" + +msgid "Arabic" +msgstr "अरेबिक" + +msgid "Asturian" +msgstr "" + +msgid "Azerbaijani" +msgstr "अझरबैजानी" + +msgid "Bulgarian" +msgstr "बल्गेरियन" + +msgid "Belarusian" +msgstr "बेलारूसी" + +msgid "Bengali" +msgstr "बंगाली" + +msgid "Breton" +msgstr "ब्रेटन" + +msgid "Bosnian" +msgstr "बोस्नियन" + +msgid "Catalan" +msgstr "कॅटलान" + +msgid "Czech" +msgstr "झेक" + +msgid "Welsh" +msgstr "वेल्श" + +msgid "Danish" +msgstr "डॅनिश" + +msgid "German" +msgstr "जर्मन" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "ग्रीक" + +msgid "English" +msgstr "इंग्रजी" + +msgid "Australian English" +msgstr "" + +msgid "British English" +msgstr "ब्रिटिश इंग्रजी" + +msgid "Esperanto" +msgstr "एस्पेरॅन्टो" + +msgid "Spanish" +msgstr "स्पॅनिश " + +msgid "Argentinian Spanish" +msgstr "अर्जेन्टिनाची स्पॅनिश" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "मेक्सिकन स्पॅनिश" + +msgid "Nicaraguan Spanish" +msgstr "" + +msgid "Venezuelan Spanish" +msgstr "" + +msgid "Estonian" +msgstr "" + +msgid "Basque" +msgstr "" + +msgid "Persian" +msgstr "" + +msgid "Finnish" +msgstr "" + +msgid "French" +msgstr "" + +msgid "Frisian" +msgstr "" + +msgid "Irish" +msgstr "" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "" + +msgid "Hebrew" +msgstr "" + +msgid "Hindi" +msgstr "" + +msgid "Croatian" +msgstr "" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "" + +msgid "Interlingua" +msgstr "" + +msgid "Indonesian" +msgstr "" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "" + +msgid "Italian" +msgstr "" + +msgid "Japanese" +msgstr "" + +msgid "Georgian" +msgstr "" + +msgid "Kazakh" +msgstr "" + +msgid "Khmer" +msgstr "" + +msgid "Kannada" +msgstr "" + +msgid "Korean" +msgstr "" + +msgid "Luxembourgish" +msgstr "" + +msgid "Lithuanian" +msgstr "" + +msgid "Latvian" +msgstr "" + +msgid "Macedonian" +msgstr "" + +msgid "Malayalam" +msgstr "" + +msgid "Mongolian" +msgstr "" + +msgid "Marathi" +msgstr "" + +msgid "Burmese" +msgstr "" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "" + +msgid "Dutch" +msgstr "" + +msgid "Norwegian Nynorsk" +msgstr "" + +msgid "Ossetic" +msgstr "" + +msgid "Punjabi" +msgstr "" + +msgid "Polish" +msgstr "" + +msgid "Portuguese" +msgstr "" + +msgid "Brazilian Portuguese" +msgstr "" + +msgid "Romanian" +msgstr "" + +msgid "Russian" +msgstr "" + +msgid "Slovak" +msgstr "" + +msgid "Slovenian" +msgstr "" + +msgid "Albanian" +msgstr "" + +msgid "Serbian" +msgstr "" + +msgid "Serbian Latin" +msgstr "" + +msgid "Swedish" +msgstr "" + +msgid "Swahili" +msgstr "" + +msgid "Tamil" +msgstr "" + +msgid "Telugu" +msgstr "" + +msgid "Thai" +msgstr "" + +msgid "Turkish" +msgstr "" + +msgid "Tatar" +msgstr "" + +msgid "Udmurt" +msgstr "" + +msgid "Ukrainian" +msgstr "" + +msgid "Urdu" +msgstr "" + +msgid "Vietnamese" +msgstr "" + +msgid "Simplified Chinese" +msgstr "" + +msgid "Traditional Chinese" +msgstr "" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "" + +msgid "Static Files" +msgstr "" + +msgid "Syndication" +msgstr "" + +msgid "Enter a valid value." +msgstr "" + +msgid "Enter a valid URL." +msgstr "" + +msgid "Enter a valid integer." +msgstr "" + +msgid "Enter a valid email address." +msgstr "" + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "" + +msgid "Enter a valid IPv6 address." +msgstr "" + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "" + +msgid "Enter only digits separated by commas." +msgstr "" + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "" + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "" + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +msgstr[1] "" + +msgid "and" +msgstr "" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "" + +msgid "This field cannot be blank." +msgstr "" + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "" + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "" + +msgid "Integer" +msgstr "" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "" + +msgid "Big (8 byte) integer" +msgstr "" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "" + +msgid "Comma-separated integers" +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "" + +msgid "File path" +msgstr "" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "" + +msgid "IPv4 address" +msgstr "" + +msgid "IP address" +msgstr "" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "" + +msgid "Positive integer" +msgstr "" + +msgid "Positive small integer" +msgstr "" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "" + +msgid "Small integer" +msgstr "" + +msgid "Text" +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "" + +msgid "URL" +msgstr "" + +msgid "Raw binary data" +msgstr "" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "" + +msgid "File" +msgstr "" + +msgid "Image" +msgstr "" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "" + +msgid "One-to-one relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "" + +msgid "Enter a whole number." +msgstr "" + +msgid "Enter a number." +msgstr "" + +msgid "Enter a valid date." +msgstr "" + +msgid "Enter a valid time." +msgstr "" + +msgid "Enter a valid date/time." +msgstr "" + +msgid "Enter a valid duration." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" + +msgid "No file was submitted." +msgstr "" + +msgid "The submitted file is empty." +msgstr "" + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +msgstr[1] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" + +msgid "Enter a list of values." +msgstr "" + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" +msgstr[1] "" + +msgid "Order" +msgstr "" + +msgid "Delete" +msgstr "" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "" + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" + +msgid "Please correct the duplicate values below." +msgstr "" + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +msgid "Currently" +msgstr "" + +msgid "Change" +msgstr "" + +msgid "Clear" +msgstr "" + +msgid "Unknown" +msgstr "" + +msgid "Yes" +msgstr "" + +msgid "No" +msgstr "" + +msgid "yes,no,maybe" +msgstr "" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%s KB" +msgstr "" + +#, python-format +msgid "%s MB" +msgstr "" + +#, python-format +msgid "%s GB" +msgstr "" + +#, python-format +msgid "%s TB" +msgstr "" + +#, python-format +msgid "%s PB" +msgstr "" + +msgid "p.m." +msgstr "" + +msgid "a.m." +msgstr "" + +msgid "PM" +msgstr "" + +msgid "AM" +msgstr "" + +msgid "midnight" +msgstr "" + +msgid "noon" +msgstr "" + +msgid "Monday" +msgstr "" + +msgid "Tuesday" +msgstr "" + +msgid "Wednesday" +msgstr "" + +msgid "Thursday" +msgstr "" + +msgid "Friday" +msgstr "" + +msgid "Saturday" +msgstr "" + +msgid "Sunday" +msgstr "" + +msgid "Mon" +msgstr "" + +msgid "Tue" +msgstr "" + +msgid "Wed" +msgstr "" + +msgid "Thu" +msgstr "" + +msgid "Fri" +msgstr "" + +msgid "Sat" +msgstr "" + +msgid "Sun" +msgstr "" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgid "jan" +msgstr "" + +msgid "feb" +msgstr "" + +msgid "mar" +msgstr "" + +msgid "apr" +msgstr "" + +msgid "may" +msgstr "" + +msgid "jun" +msgstr "" + +msgid "jul" +msgstr "" + +msgid "aug" +msgstr "" + +msgid "sep" +msgstr "" + +msgid "oct" +msgstr "" + +msgid "nov" +msgstr "" + +msgid "dec" +msgstr "" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "" + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "" + +msgctxt "abbrev. month" +msgid "March" +msgstr "" + +msgctxt "abbrev. month" +msgid "April" +msgstr "" + +msgctxt "abbrev. month" +msgid "May" +msgstr "" + +msgctxt "abbrev. month" +msgid "June" +msgstr "" + +msgctxt "abbrev. month" +msgid "July" +msgstr "" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "" + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "" + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "" + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "" + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "" + +msgctxt "alt. month" +msgid "January" +msgstr "" + +msgctxt "alt. month" +msgid "February" +msgstr "" + +msgctxt "alt. month" +msgid "March" +msgstr "" + +msgctxt "alt. month" +msgid "April" +msgstr "" + +msgctxt "alt. month" +msgid "May" +msgstr "" + +msgctxt "alt. month" +msgid "June" +msgstr "" + +msgctxt "alt. month" +msgid "July" +msgstr "" + +msgctxt "alt. month" +msgid "August" +msgstr "" + +msgctxt "alt. month" +msgid "September" +msgstr "" + +msgctxt "alt. month" +msgid "October" +msgstr "" + +msgctxt "alt. month" +msgid "November" +msgstr "" + +msgctxt "alt. month" +msgid "December" +msgstr "" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "" + +msgid "or" +msgstr "" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr "" + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" + +msgid "0 minutes" +msgstr "" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "Welcome to Django" +msgstr "" + +msgid "It worked!" +msgstr "" + +msgid "Congratulations on your first Django-powered page." +msgstr "" + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" + +msgid "No year specified" +msgstr "" + +msgid "No month specified" +msgstr "" + +msgid "No day specified" +msgstr "" + +msgid "No week specified" +msgstr "" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "" + +msgid "Directory indexes are not allowed here." +msgstr "" + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "" + +#, python-format +msgid "Index of %(directory)s" +msgstr "" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/my/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/my/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..9b0693ce4a6e4a14a2ce63fad1c82a8ae698f0b5 GIT binary patch literal 2650 zcmZ{jTWl0n7=Vw8it81;Ra6`iluNeV0#e)xk!=g9c4dQ$h6fX;-P7&B?o6GTQp$rF z6cb}iG+e!)L}MaGKrm4dkwhQVM4ya_nwTb&m>6G7eADpa_n$d!DVCEx=bLl>`+v@k z&z-ejF_tp#Vm2;QsuP~QoP}}ZitPMDcqRL9EPt^4(ef9|aVVz0!)xFl@GAH>yc+&v zsb(p4Bm3D<^je_E7eI-#6pCHJvIAbvek~NeKFCj1SwwFO6uW0&4i3WW;IsDpIVg6! zq3FK?CC|N9e!%VzLD4%5`Kb?BNLd}V=O>`VIc?9+L4N9MyZ;u>X8*lC|H<-K_$s{} zhYOMWBylg?Yx$|=&u~8H|5~wt3SWq2pt0mbh=I2XPTj9d8NX_&Eyl{T9?<&E4gr;8Rx-cG%w=Jb!ndipL>iy~)3N!G{AS~hFN ztksfQS61r=LvNew`jJ`}y8YgODrvv&Hat}dBHwd;RSLb>i-w#YzuthVG}5TMp-8&i z*lh@R>VYBE?fN3_)(uS>Jx$kZIBu;L>L^kZw(GryRvUEK#A-vR^)}U8nN;enY+pIG zX}Wc-di_|}b*RdLUvtOQWSejURCdi)#gooYO}x14@Q0Ulx~p579A5@=c4J+1mKWMr8&U@h1JCs?aK;`T%Q}o`D#e(8*UtgMdwl1r-e?R_G-G}JWMuhA8D9vtLF~}Yq9a` zBXlNT)o!!slt#j)jdtEcoN)}RjaJ^nyY^Za_z zS>5l&lW7*6=2))M7zy1*eti%&qoU&vn{BkFz0=7)*AzN)Q_nU{UQd%_Y4UNJBx!Oc zP2Nb8FVf^_nw*wroF>nw$%{t7$43`wXByZYPm@CvZl?LmH1L@@zod`-#>Z4$^LkDdeV5H5vL{!#{qDQrlyK ziNtuIrRa))2;{~oRdaJzokkFWP$*_G@rx3x&B~N_6bGnYGH-mM&f^dbbh$uc@H%j7 zv*d_!j%ALflucr!Fmu5F>(SNY=`O;|U_gnVkp&@=>0Ll@HcehOmnG@Z60(}C23MrY z2^~0vn4}MzYHaJ+b8o2N7C+|E8+T%YJ`bM=bL|IpqC{=d9HOkG)AvEvK7lj=Xc C9iDdp literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/my/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/my/LC_MESSAGES/django.po new file mode 100644 index 0000000..9fc4cae --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/my/LC_MESSAGES/django.po @@ -0,0 +1,1119 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Yhal Htet Aung , 2013,2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Burmese (http://www.transifex.com/django/django/language/" +"my/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: my\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Afrikaans" +msgstr "အာဖရိကန်" + +msgid "Arabic" +msgstr "အာရပ်" + +msgid "Asturian" +msgstr "" + +msgid "Azerbaijani" +msgstr "" + +msgid "Bulgarian" +msgstr "ဘူဂေးရီယန်" + +msgid "Belarusian" +msgstr "" + +msgid "Bengali" +msgstr "ဘင်းဂလီ" + +msgid "Breton" +msgstr "" + +msgid "Bosnian" +msgstr "ဘော့်စ်နီယန်" + +msgid "Catalan" +msgstr "ကက်တလန်" + +msgid "Czech" +msgstr "ချက်" + +msgid "Welsh" +msgstr "ဝေးလ်" + +msgid "Danish" +msgstr "ဒိန်းမတ်" + +msgid "German" +msgstr "ဂျာမန်" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "ဂရိ" + +msgid "English" +msgstr "အင်္ဂလိပ်" + +msgid "Australian English" +msgstr "" + +msgid "British English" +msgstr "ဗြိတိသျှအင်္ဂလိပ်" + +msgid "Esperanto" +msgstr "" + +msgid "Spanish" +msgstr "စပိန်" + +msgid "Argentinian Spanish" +msgstr "" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "" + +msgid "Nicaraguan Spanish" +msgstr "" + +msgid "Venezuelan Spanish" +msgstr "" + +msgid "Estonian" +msgstr "" + +msgid "Basque" +msgstr "" + +msgid "Persian" +msgstr "" + +msgid "Finnish" +msgstr "" + +msgid "French" +msgstr "" + +msgid "Frisian" +msgstr "" + +msgid "Irish" +msgstr "" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "" + +msgid "Hebrew" +msgstr "" + +msgid "Hindi" +msgstr "" + +msgid "Croatian" +msgstr "" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "" + +msgid "Interlingua" +msgstr "" + +msgid "Indonesian" +msgstr "" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "" + +msgid "Italian" +msgstr "" + +msgid "Japanese" +msgstr "" + +msgid "Georgian" +msgstr "" + +msgid "Kazakh" +msgstr "" + +msgid "Khmer" +msgstr "" + +msgid "Kannada" +msgstr "" + +msgid "Korean" +msgstr "" + +msgid "Luxembourgish" +msgstr "" + +msgid "Lithuanian" +msgstr "" + +msgid "Latvian" +msgstr "" + +msgid "Macedonian" +msgstr "" + +msgid "Malayalam" +msgstr "" + +msgid "Mongolian" +msgstr "" + +msgid "Marathi" +msgstr "" + +msgid "Burmese" +msgstr "" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "" + +msgid "Dutch" +msgstr "" + +msgid "Norwegian Nynorsk" +msgstr "" + +msgid "Ossetic" +msgstr "" + +msgid "Punjabi" +msgstr "" + +msgid "Polish" +msgstr "" + +msgid "Portuguese" +msgstr "" + +msgid "Brazilian Portuguese" +msgstr "" + +msgid "Romanian" +msgstr "" + +msgid "Russian" +msgstr "" + +msgid "Slovak" +msgstr "" + +msgid "Slovenian" +msgstr "" + +msgid "Albanian" +msgstr "" + +msgid "Serbian" +msgstr "" + +msgid "Serbian Latin" +msgstr "" + +msgid "Swedish" +msgstr "" + +msgid "Swahili" +msgstr "" + +msgid "Tamil" +msgstr "" + +msgid "Telugu" +msgstr "" + +msgid "Thai" +msgstr "" + +msgid "Turkish" +msgstr "" + +msgid "Tatar" +msgstr "" + +msgid "Udmurt" +msgstr "" + +msgid "Ukrainian" +msgstr "" + +msgid "Urdu" +msgstr "" + +msgid "Vietnamese" +msgstr "" + +msgid "Simplified Chinese" +msgstr "" + +msgid "Traditional Chinese" +msgstr "" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "" + +msgid "Static Files" +msgstr "" + +msgid "Syndication" +msgstr "" + +msgid "Enter a valid value." +msgstr "" + +msgid "Enter a valid URL." +msgstr "" + +msgid "Enter a valid integer." +msgstr "" + +msgid "Enter a valid email address." +msgstr "" + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "" + +msgid "Enter a valid IPv6 address." +msgstr "" + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "" + +msgid "Enter only digits separated by commas." +msgstr "" + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "" + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "" + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" + +msgid "and" +msgstr "နှင့်" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "" + +msgid "This field cannot be blank." +msgstr "" + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "" + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "" + +msgid "Integer" +msgstr "ကိန်းပြည့်" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "" + +msgid "Big (8 byte) integer" +msgstr "" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "" + +msgid "Comma-separated integers" +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "အီးမေးလ်လိပ်စာ" + +msgid "File path" +msgstr "" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "" + +msgid "IPv4 address" +msgstr "အိုင်ပီဗီ၄လိပ်စာ" + +msgid "IP address" +msgstr "အိုင်ပီလိပ်စာ" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "" + +msgid "Positive integer" +msgstr "" + +msgid "Positive small integer" +msgstr "" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "" + +msgid "Small integer" +msgstr "" + +msgid "Text" +msgstr "စာသား" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "" + +msgid "URL" +msgstr "ယူအာအယ်" + +msgid "Raw binary data" +msgstr "" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "" + +msgid "File" +msgstr "ဖိုင်" + +msgid "Image" +msgstr "ပံု" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "" + +msgid "One-to-one relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr "" + +msgid "This field is required." +msgstr "" + +msgid "Enter a whole number." +msgstr "" + +msgid "Enter a number." +msgstr "" + +msgid "Enter a valid date." +msgstr "" + +msgid "Enter a valid time." +msgstr "" + +msgid "Enter a valid date/time." +msgstr "" + +msgid "Enter a valid duration." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" + +msgid "No file was submitted." +msgstr "" + +msgid "The submitted file is empty." +msgstr "" + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" + +msgid "Enter a list of values." +msgstr "" + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr "" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" + +msgid "Order" +msgstr "မှာကြား" + +msgid "Delete" +msgstr "ပယ်ဖျက်" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "" + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" + +msgid "Please correct the duplicate values below." +msgstr "" + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +msgid "Currently" +msgstr "" + +msgid "Change" +msgstr "" + +msgid "Clear" +msgstr "" + +msgid "Unknown" +msgstr "အမည်မသိ" + +msgid "Yes" +msgstr "ဟုတ်" + +msgid "No" +msgstr "မဟုတ်" + +msgid "yes,no,maybe" +msgstr "" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d ဘိုက်များ" + +#, python-format +msgid "%s KB" +msgstr "%s ကီလိုဘိုက်" + +#, python-format +msgid "%s MB" +msgstr "%s မက်ဂါဘိုက်" + +#, python-format +msgid "%s GB" +msgstr "%s ဂစ်ဂါဘိုက်" + +#, python-format +msgid "%s TB" +msgstr "%s တီရာဘိုက်" + +#, python-format +msgid "%s PB" +msgstr "%s ပီတာဘိုက်" + +msgid "p.m." +msgstr "ညနေ" + +msgid "a.m." +msgstr "မနက်" + +msgid "PM" +msgstr "ညနေ" + +msgid "AM" +msgstr "မနက်" + +msgid "midnight" +msgstr "သန်းခေါင်" + +msgid "noon" +msgstr "မွန်းတည့်" + +msgid "Monday" +msgstr "တနင်္လာနေ့" + +msgid "Tuesday" +msgstr "" + +msgid "Wednesday" +msgstr "" + +msgid "Thursday" +msgstr "" + +msgid "Friday" +msgstr "" + +msgid "Saturday" +msgstr "" + +msgid "Sunday" +msgstr "" + +msgid "Mon" +msgstr "" + +msgid "Tue" +msgstr "" + +msgid "Wed" +msgstr "" + +msgid "Thu" +msgstr "" + +msgid "Fri" +msgstr "" + +msgid "Sat" +msgstr "" + +msgid "Sun" +msgstr "" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgid "jan" +msgstr "" + +msgid "feb" +msgstr "" + +msgid "mar" +msgstr "" + +msgid "apr" +msgstr "" + +msgid "may" +msgstr "" + +msgid "jun" +msgstr "" + +msgid "jul" +msgstr "" + +msgid "aug" +msgstr "" + +msgid "sep" +msgstr "" + +msgid "oct" +msgstr "" + +msgid "nov" +msgstr "" + +msgid "dec" +msgstr "" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "" + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "" + +msgctxt "abbrev. month" +msgid "March" +msgstr "" + +msgctxt "abbrev. month" +msgid "April" +msgstr "" + +msgctxt "abbrev. month" +msgid "May" +msgstr "" + +msgctxt "abbrev. month" +msgid "June" +msgstr "" + +msgctxt "abbrev. month" +msgid "July" +msgstr "" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "" + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "" + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "" + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "" + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "" + +msgctxt "alt. month" +msgid "January" +msgstr "" + +msgctxt "alt. month" +msgid "February" +msgstr "" + +msgctxt "alt. month" +msgid "March" +msgstr "" + +msgctxt "alt. month" +msgid "April" +msgstr "" + +msgctxt "alt. month" +msgid "May" +msgstr "" + +msgctxt "alt. month" +msgid "June" +msgstr "" + +msgctxt "alt. month" +msgid "July" +msgstr "" + +msgctxt "alt. month" +msgid "August" +msgstr "" + +msgctxt "alt. month" +msgid "September" +msgstr "" + +msgctxt "alt. month" +msgid "October" +msgstr "" + +msgctxt "alt. month" +msgid "November" +msgstr "" + +msgctxt "alt. month" +msgid "December" +msgstr "" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "" + +msgid "or" +msgstr "" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr "" + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" + +msgid "0 minutes" +msgstr "" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "Welcome to Django" +msgstr "" + +msgid "It worked!" +msgstr "" + +msgid "Congratulations on your first Django-powered page." +msgstr "" + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" + +msgid "No year specified" +msgstr "" + +msgid "No month specified" +msgstr "" + +msgid "No day specified" +msgstr "" + +msgid "No week specified" +msgstr "" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "" + +msgid "Directory indexes are not allowed here." +msgstr "" + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "" + +#, python-format +msgid "Index of %(directory)s" +msgstr "" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/nb/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/nb/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..53c5ff213f88e067f19b4e2879f9e7e404b4f371 GIT binary patch literal 23689 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, 2014 +# Eirik Krogstad , 2014 +# Jannis Leidel , 2011 +# jensadne , 2014-2015 +# Jon , 2015-2016 +# Jon , 2014 +# Jon , 2013 +# Jon , 2011 +# Sigurd Gartmann , 2012 +# Tommy Strand , 2013 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-07-27 08:59+0000\n" +"Last-Translator: Jon \n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/django/django/" +"language/nb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: nb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Afrikaans" + +msgid "Arabic" +msgstr "Arabisk" + +msgid "Asturian" +msgstr "Asturiansk" + +msgid "Azerbaijani" +msgstr "Aserbajdsjansk" + +msgid "Bulgarian" +msgstr "Bulgarsk" + +msgid "Belarusian" +msgstr "Hviterussisk" + +msgid "Bengali" +msgstr "Bengalsk" + +msgid "Breton" +msgstr "Bretonsk" + +msgid "Bosnian" +msgstr "Bosnisk" + +msgid "Catalan" +msgstr "Katalansk" + +msgid "Czech" +msgstr "Tsjekkisk" + +msgid "Welsh" +msgstr "Walisisk" + +msgid "Danish" +msgstr "Dansk" + +msgid "German" +msgstr "Tysk" + +msgid "Lower Sorbian" +msgstr "Lavsorbisk" + +msgid "Greek" +msgstr "Gresk" + +msgid "English" +msgstr "Engelsk" + +msgid "Australian English" +msgstr "Engelsk (australsk)" + +msgid "British English" +msgstr "Engelsk (britisk)" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Spansk" + +msgid "Argentinian Spanish" +msgstr "Argentinsk spansk" + +msgid "Colombian Spanish" +msgstr "Colombiansk spansk" + +msgid "Mexican Spanish" +msgstr "Meksikansk spansk" + +msgid "Nicaraguan Spanish" +msgstr "Nicaraguansk spansk" + +msgid "Venezuelan Spanish" +msgstr "Venezuelanske spansk" + +msgid "Estonian" +msgstr "Estisk" + +msgid "Basque" +msgstr "Baskisk" + +msgid "Persian" +msgstr "Persisk" + +msgid "Finnish" +msgstr "Finsk" + +msgid "French" +msgstr "Fransk" + +msgid "Frisian" +msgstr "Frisisk" + +msgid "Irish" +msgstr "Irsk" + +msgid "Scottish Gaelic" +msgstr "Skotsk-gælisk" + +msgid "Galician" +msgstr "Galisisk" + +msgid "Hebrew" +msgstr "Hebraisk" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Kroatisk" + +msgid "Upper Sorbian" +msgstr "Høysorbisk" + +msgid "Hungarian" +msgstr "Ungarsk" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indonesisk" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Islandsk" + +msgid "Italian" +msgstr "Italiensk" + +msgid "Japanese" +msgstr "Japansk" + +msgid "Georgian" +msgstr "Georgisk" + +msgid "Kazakh" +msgstr "Kasakhisk" + +msgid "Khmer" +msgstr "Khmer" + +msgid "Kannada" +msgstr "Kannada" + +msgid "Korean" +msgstr "Koreansk" + +msgid "Luxembourgish" +msgstr "Luxembourgsk" + +msgid "Lithuanian" +msgstr "Litauisk" + +msgid "Latvian" +msgstr "Latvisk" + +msgid "Macedonian" +msgstr "Makedonsk" + +msgid "Malayalam" +msgstr "Malayalam" + +msgid "Mongolian" +msgstr "Mongolsk" + +msgid "Marathi" +msgstr "Marathi" + +msgid "Burmese" +msgstr "Burmesisk" + +msgid "Norwegian Bokmål" +msgstr "Norsk (bokmål)" + +msgid "Nepali" +msgstr "Nepali" + +msgid "Dutch" +msgstr "Nederlandsk" + +msgid "Norwegian Nynorsk" +msgstr "Norsk (nynorsk)" + +msgid "Ossetic" +msgstr "Ossetisk" + +msgid "Punjabi" +msgstr "Panjabi" + +msgid "Polish" +msgstr "Polsk" + +msgid "Portuguese" +msgstr "Portugisisk" + +msgid "Brazilian Portuguese" +msgstr "Brasiliansk portugisisk" + +msgid "Romanian" +msgstr "Rumensk" + +msgid "Russian" +msgstr "Russisk" + +msgid "Slovak" +msgstr "Slovakisk" + +msgid "Slovenian" +msgstr "Slovensk" + +msgid "Albanian" +msgstr "Albansk" + +msgid "Serbian" +msgstr "Serbisk" + +msgid "Serbian Latin" +msgstr "Serbisk latin" + +msgid "Swedish" +msgstr "Svensk" + +msgid "Swahili" +msgstr "Swahili" + +msgid "Tamil" +msgstr "Tamil" + +msgid "Telugu" +msgstr "Telugu" + +msgid "Thai" +msgstr "Thai" + +msgid "Turkish" +msgstr "Tyrkisk" + +msgid "Tatar" +msgstr "Tatarisk" + +msgid "Udmurt" +msgstr "Udmurtisk" + +msgid "Ukrainian" +msgstr "Ukrainsk" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Vietnamese" +msgstr "Vietnamesisk" + +msgid "Simplified Chinese" +msgstr "Forenklet kinesisk" + +msgid "Traditional Chinese" +msgstr "Tradisjonell kinesisk" + +msgid "Messages" +msgstr "Meldinger" + +msgid "Site Maps" +msgstr "Sidekart" + +msgid "Static Files" +msgstr "Statiske filer" + +msgid "Syndication" +msgstr "Syndikering" + +msgid "Enter a valid value." +msgstr "Oppgi en gyldig verdi." + +msgid "Enter a valid URL." +msgstr "Oppgi en gyldig nettadresse." + +msgid "Enter a valid integer." +msgstr "Skriv inn et gyldig heltall." + +msgid "Enter a valid email address." +msgstr "Oppgi en gyldig e-postadresse" + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Oppgi en gyldig «slug» bestående av bokstaver, nummer, understreker eller " +"bindestreker." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Oppgi en gyldig «slug» bestående av Unicode-bokstaver, nummer, understreker " +"eller bindestreker." + +msgid "Enter a valid IPv4 address." +msgstr "Oppgi en gyldig IPv4-adresse." + +msgid "Enter a valid IPv6 address." +msgstr "Oppgi en gyldig IPv6-adresse." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Oppgi en gyldig IPv4- eller IPv6-adresse." + +msgid "Enter only digits separated by commas." +msgstr "Oppgi kun tall adskilt med komma." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Verdien må være %(limit_value)s (den er %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Verdien må være mindre enn eller lik %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Verdien må være større enn eller lik %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Sørg for denne verdien har minst %(limit_value)d tegn (den har " +"%(show_value)d)." +msgstr[1] "" +"Sørg for at denne verdien har minst %(limit_value)d tegn (den har " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Sørg for denne verdien har %(limit_value)d tegn (den har nå %(show_value)d)." +msgstr[1] "" +"Sørg for at denne verdien har %(limit_value)d eller færre tegn (den har nå " +"%(show_value)d)." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Sørg for at det er kun %(max)s tall." +msgstr[1] "Sørg for at det er %(max)s eller færre tall totalt." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Sørg for at det er kun %(max)s desimal." +msgstr[1] "Sørg for at det er %(max)s eller færre desimaler." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "Sørg for at det kun %(max)s tall før desimalpunkt." +msgstr[1] "Sørg for at det er %(max)s eller færre tall før desimalpunkt." + +msgid "and" +msgstr "og" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s med denne %(field_labels)s finnes allerede." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Verdien %(value)r er ikke et gyldig valg." + +msgid "This field cannot be null." +msgstr "Feltet kan ikke være tomt." + +msgid "This field cannot be blank." +msgstr "Feltet kan ikke være blankt." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s med %(field_label)s finnes allerede." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "%(field_label)s må være unik for %(date_field_label)s %(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Felt av typen: %(field_type)s" + +msgid "Integer" +msgstr "Heltall" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "Verdien '%(value)s' må være et heltall." + +msgid "Big (8 byte) integer" +msgstr "Stort (8 byte) heltall" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "Verdien '%(value)s' må være enten True eller False." + +msgid "Boolean (Either True or False)" +msgstr "Boolsk (True eller False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Tekst (opp til %(max_length)s tegn)" + +msgid "Comma-separated integers" +msgstr "Heltall adskilt med komma" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"Verdien '%(value)s' har ugyldig datoformat. Den må være i formatet ÅÅÅÅ-MM-" +"DD." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"Verdien '%(value)s' har riktig format (ÅÅÅÅ-MM-DD), men er en ugyldig dato." + +msgid "Date (without time)" +msgstr "Dato (uten tid)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"'%(value)s'-verdien har et ugyldig format. Det må være på formen YYYY-MM-DD " +"HH:MM[:ss[.uuuuuu]][TZ]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"'%(value)s'-verdien er på den korrekte formen (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]), men er ugyldig dato/tid." + +msgid "Date (with time)" +msgstr "Dato (med tid)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "Verdien '%(value)s' må være et desimaltall." + +msgid "Decimal number" +msgstr "Desimaltall" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" +"'%(value)s'-verdien har et ugyldig format. Det må være på formen [DD] [HH:" +"[MM:]]ss[.uuuuuu]." + +msgid "Duration" +msgstr "Varighet" + +msgid "Email address" +msgstr "E-postadresse" + +msgid "File path" +msgstr "Filsti" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "Verdien '%(value)s' må være et flyttall." + +msgid "Floating point number" +msgstr "Flyttall" + +msgid "IPv4 address" +msgstr "IPv4-adresse" + +msgid "IP address" +msgstr "IP-adresse" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "Verdien '%(value)s' må være enten None, True eller False." + +msgid "Boolean (Either True, False or None)" +msgstr "Boolsk (True, False eller None)" + +msgid "Positive integer" +msgstr "Positivt heltall" + +msgid "Positive small integer" +msgstr "Positivt lite heltall" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (opp til %(max_length)s)" + +msgid "Small integer" +msgstr "Lite heltall" + +msgid "Text" +msgstr "Tekst" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"Verdien '%(value)s' er i et ugyldig format. Formatet må være HH:MM[:ss[." +"uuuuuu]]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"Verdien '%(value)s' har riktig format (HH:MM[:ss[.uuuuuu]]), men er ikke et " +"gyldig klokkeslett." + +msgid "Time" +msgstr "Tid" + +msgid "URL" +msgstr "Nettadresse" + +msgid "Raw binary data" +msgstr "Rå binærdata" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "'%(value)s' er ikke en gyldig UUID." + +msgid "File" +msgstr "Fil" + +msgid "Image" +msgstr "Bilde" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "%(model)s-instansen med %(field)s %(value)r finnes ikke." + +msgid "Foreign Key (type determined by related field)" +msgstr "Fremmednøkkel (type bestemmes av relatert felt)" + +msgid "One-to-one relationship" +msgstr "En-til-en-relasjon" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "%(from)s-%(to)s-relasjon" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "%(from)s-%(to)s-relasjoner" + +msgid "Many-to-many relationship" +msgstr "Mange-til-mange-relasjon" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Feltet er påkrevet." + +msgid "Enter a whole number." +msgstr "Oppgi et heltall." + +msgid "Enter a number." +msgstr "Oppgi et tall." + +msgid "Enter a valid date." +msgstr "Oppgi en gyldig dato." + +msgid "Enter a valid time." +msgstr "Oppgi et gyldig tidspunkt." + +msgid "Enter a valid date/time." +msgstr "Oppgi gyldig dato og tidspunkt." + +msgid "Enter a valid duration." +msgstr "Oppgi en gyldig varighet." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Ingen fil ble sendt. Sjekk «encoding»-typen på skjemaet." + +msgid "No file was submitted." +msgstr "Ingen fil ble sendt." + +msgid "The submitted file is empty." +msgstr "Filen er tom." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "Sørg for at filnavnet har %(max)d tegn (det har nå %(length)d)." +msgstr[1] "" +"Sørg for at filnavnet har færre enn %(max)d tegn (det har nå %(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Vennligst last opp en ny fil eller marker fjern-boksen, ikke begge." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Last opp et gyldig bilde. Filen du lastet opp var ødelagt eller ikke et " +"bilde." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Velg et gyldig valg. %(value)s er ikke et av de tilgjengelige valgene." + +msgid "Enter a list of values." +msgstr "Oppgi en liste med verdier." + +msgid "Enter a complete value." +msgstr "Skriv inn en fullstendig verdi." + +msgid "Enter a valid UUID." +msgstr "Oppgi en gyldig UUID." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Skjult felt %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "ManagementForm-data mangler eller har blitt endret." + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Vennligst oppgi %d skjema." +msgstr[1] "Vennligst oppgi %d eller færre skjema." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Vennligst send inn %d eller flere skjemaer." +msgstr[1] "Vennligst send inn %d eller flere skjemaer." + +msgid "Order" +msgstr "Rekkefølge" + +msgid "Delete" +msgstr "Slett" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Vennligst korriger dupliserte data for %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "Vennligst korriger dupliserte data for %(field)s, som må være unike." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Vennligst korriger dupliserte data for %(field_name)s, som må være unike for " +"%(lookup)s i %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Vennligst korriger de dupliserte verdiene nedenfor." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "Primærnøkkelen er ikke den samme som foreldreinstansens primærnøkkel." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Velg et gyldig valg. Valget er ikke av de tilgjengelige valgene." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "«%(pk)s» er ikke en gyldig verdi for en primærnøkkel." + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s kunne ikke tolkes i tidssonen %(current_timezone)s, det kan " +"være tvetydig eller ikke eksistere." + +msgid "Currently" +msgstr "Nåværende" + +msgid "Change" +msgstr "Endre" + +msgid "Clear" +msgstr "Fjern" + +msgid "Unknown" +msgstr "Ukjent" + +msgid "Yes" +msgstr "Ja" + +msgid "No" +msgstr "Nei" + +msgid "yes,no,maybe" +msgstr "ja,nei,kanskje" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d byte" +msgstr[1] "%(size)d byte" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "midnatt" + +msgid "noon" +msgstr "12:00" + +msgid "Monday" +msgstr "mandag" + +msgid "Tuesday" +msgstr "tirsdag" + +msgid "Wednesday" +msgstr "onsdag" + +msgid "Thursday" +msgstr "torsdag" + +msgid "Friday" +msgstr "fredag" + +msgid "Saturday" +msgstr "lørdag" + +msgid "Sunday" +msgstr "søndag" + +msgid "Mon" +msgstr "man" + +msgid "Tue" +msgstr "tir" + +msgid "Wed" +msgstr "ons" + +msgid "Thu" +msgstr "tor" + +msgid "Fri" +msgstr "fre" + +msgid "Sat" +msgstr "lør" + +msgid "Sun" +msgstr "søn" + +msgid "January" +msgstr "januar" + +msgid "February" +msgstr "februar" + +msgid "March" +msgstr "mars" + +msgid "April" +msgstr "april" + +msgid "May" +msgstr "mai" + +msgid "June" +msgstr "juni" + +msgid "July" +msgstr "juli" + +msgid "August" +msgstr "august" + +msgid "September" +msgstr "september" + +msgid "October" +msgstr "oktober" + +msgid "November" +msgstr "november" + +msgid "December" +msgstr "desember" + +msgid "jan" +msgstr "jan" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "apr" + +msgid "may" +msgstr "mai" + +msgid "jun" +msgstr "jun" + +msgid "jul" +msgstr "jul" + +msgid "aug" +msgstr "aug" + +msgid "sep" +msgstr "sep" + +msgid "oct" +msgstr "okt" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "des" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "jan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "mar." + +msgctxt "abbrev. month" +msgid "April" +msgstr "apr." + +msgctxt "abbrev. month" +msgid "May" +msgstr "mai" + +msgctxt "abbrev. month" +msgid "June" +msgstr "jun." + +msgctxt "abbrev. month" +msgid "July" +msgstr "jul." + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "aug." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "sept." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "okt." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "des." + +msgctxt "alt. month" +msgid "January" +msgstr "Januar" + +msgctxt "alt. month" +msgid "February" +msgstr "Februar" + +msgctxt "alt. month" +msgid "March" +msgstr "Mars" + +msgctxt "alt. month" +msgid "April" +msgstr "April" + +msgctxt "alt. month" +msgid "May" +msgstr "Mai" + +msgctxt "alt. month" +msgid "June" +msgstr "Juni" + +msgctxt "alt. month" +msgid "July" +msgstr "Juli" + +msgctxt "alt. month" +msgid "August" +msgstr "August" + +msgctxt "alt. month" +msgid "September" +msgstr "September" + +msgctxt "alt. month" +msgid "October" +msgstr "Oktober" + +msgctxt "alt. month" +msgid "November" +msgstr "November" + +msgctxt "alt. month" +msgid "December" +msgstr "Desember" + +msgid "This is not a valid IPv6 address." +msgstr "Dette er ikke en gyldig IPv6-adresse." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "eller" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d år" +msgstr[1] "%d år" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d måned" +msgstr[1] "%d måneder" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d uke" +msgstr[1] "%d uker" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d dag" +msgstr[1] "%d dager" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d time" +msgstr[1] "%d timer" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d minutt" +msgstr[1] "%d minutter" + +msgid "0 minutes" +msgstr "0 minutter" + +msgid "Forbidden" +msgstr "Forbudt" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF-verifisering feilet. Forespørsel avbrutt." + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Du ser denne meldingen fordi dette HTTPS-nettstedet krever en 'Referer'-" +"header for å bli sendt av nettleseren, men ingen ble sendt. Denne headeren " +"er nødvendig av sikkerhetsmessige årsaker, for å sikre at nettleseren din " +"ikke blir kapret av tredjeparter." + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" +"Hvis du har konfigurert nettleseren din til å deaktivere 'Referer'-headers, " +"kan du aktivere dem, i hvert fall for dette nettstedet, eller for HTTPS-" +"tilkoblinger, eller for 'same-origin'-forespørsler." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Du ser denne meldingen fordi denne nettsiden krever en CSRF-cookie når du " +"sender inn skjemaer. Denne informasjonskapselen er nødvendig av " +"sikkerhetsmessige årsaker, for å sikre at nettleseren din ikke blir kapret " +"av tredjeparter." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" +"Hvis du har konfigurert nettleseren din til å deaktivere " +"informasjonskapsler, kan du aktivere dem, i hvert fall for dette nettstedet, " +"eller for 'same-origin'-forespørsler." + +msgid "More information is available with DEBUG=True." +msgstr "Mer informasjon er tilgjengelig med DEBUG=True." + +msgid "Welcome to Django" +msgstr "Velkommen til Django" + +msgid "It worked!" +msgstr "Det virket!" + +msgid "Congratulations on your first Django-powered page." +msgstr "Gratulerer med din første Django-drevne side." + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" +"Selvfølgelig, du har ikke gjort noe faktisk arbeid enda. Nå kan du lage din " +"første app ved å kjøre python manage.py startapp [app_label]." + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" +"Du ser denne meldingen fordi du har DEBUG = True i din Django-" +"innstillingsfil og ikke har konfigurert noen URL-er. Sett i gang!" + +msgid "No year specified" +msgstr "År ikke spesifisert" + +msgid "No month specified" +msgstr "Måned ikke spesifisert" + +msgid "No day specified" +msgstr "Dag ikke spesifisert" + +msgid "No week specified" +msgstr "Uke ikke spesifisert" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Ingen %(verbose_name_plural)s tilgjengelig" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Fremtidig %(verbose_name_plural)s ikke tilgjengelig fordi %(class_name)s." +"allow_future er False." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "Ugyldig datostreng «%(datestr)s» gitt formatet «%(format)s»" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Fant ingen %(verbose_name)s som passet spørringen" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "Siden er ikke «last», og kan heller ikke konverteres til et tall." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Ugyldig side (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Tom liste og «%(class_name)s.allow_empty» er False." + +msgid "Directory indexes are not allowed here." +msgstr "Mappeinnhold er ikke tillatt her." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "«%(path)s» finnes ikke" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Innhold i %(directory)s" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/nb/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/nb/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/nb/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/nb/formats.py new file mode 100644 index 0000000..09fa857 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/nb/formats.py @@ -0,0 +1,42 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'j. F Y' +TIME_FORMAT = 'H:i' +DATETIME_FORMAT = 'j. F Y H:i' +YEAR_MONTH_FORMAT = 'F Y' +MONTH_DAY_FORMAT = 'j. F' +SHORT_DATE_FORMAT = 'd.m.Y' +SHORT_DATETIME_FORMAT = 'd.m.Y H:i' +FIRST_DAY_OF_WEEK = 1 # Monday + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +# Kept ISO formats as they are in first position +DATE_INPUT_FORMATS = [ + '%Y-%m-%d', '%d.%m.%Y', '%d.%m.%y', # '2006-10-25', '25.10.2006', '25.10.06' + # '%d. %b %Y', '%d %b %Y', # '25. okt 2006', '25 okt 2006' + # '%d. %b. %Y', '%d %b. %Y', # '25. okt. 2006', '25 okt. 2006' + # '%d. %B %Y', '%d %B %Y', # '25. oktober 2006', '25 oktober 2006' +] +DATETIME_INPUT_FORMATS = [ + '%Y-%m-%d %H:%M:%S', # '2006-10-25 14:30:59' + '%Y-%m-%d %H:%M:%S.%f', # '2006-10-25 14:30:59.000200' + '%Y-%m-%d %H:%M', # '2006-10-25 14:30' + '%Y-%m-%d', # '2006-10-25' + '%d.%m.%Y %H:%M:%S', # '25.10.2006 14:30:59' + '%d.%m.%Y %H:%M:%S.%f', # '25.10.2006 14:30:59.000200' + '%d.%m.%Y %H:%M', # '25.10.2006 14:30' + '%d.%m.%Y', # '25.10.2006' + '%d.%m.%y %H:%M:%S', # '25.10.06 14:30:59' + '%d.%m.%y %H:%M:%S.%f', # '25.10.06 14:30:59.000200' + '%d.%m.%y %H:%M', # '25.10.06 14:30' + '%d.%m.%y', # '25.10.06' +] +DECIMAL_SEPARATOR = ',' +THOUSAND_SEPARATOR = '\xa0' # non-breaking space +NUMBER_GROUPING = 3 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ne/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ne/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..aa120f7b9ba847ca553e2840986962d4cf238f3d GIT binary patch literal 26667 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, 2014 +# Paras Nath Chaudhary , 2012 +# Sagar Chalise , 2011-2012,2015 +# Sagar Chalise , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Nepali (http://www.transifex.com/django/django/language/ne/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ne\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "अफ्रिकन" + +msgid "Arabic" +msgstr "अरबिक" + +msgid "Asturian" +msgstr "अस्टुरियन" + +msgid "Azerbaijani" +msgstr "अजरबैजानी" + +msgid "Bulgarian" +msgstr "बुल्गेरियाली" + +msgid "Belarusian" +msgstr "बेलारुसियन" + +msgid "Bengali" +msgstr "बंगाली" + +msgid "Breton" +msgstr "ब्रेटोन" + +msgid "Bosnian" +msgstr "बोस्नियाली" + +msgid "Catalan" +msgstr "क्याटालान" + +msgid "Czech" +msgstr "चेक" + +msgid "Welsh" +msgstr "वेल्स" + +msgid "Danish" +msgstr "डेनिस" + +msgid "German" +msgstr "जर्मन" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "ग्रिक" + +msgid "English" +msgstr "अंग्रेजी" + +msgid "Australian English" +msgstr "अस्ट्रेलियाली अंग्रेजी" + +msgid "British English" +msgstr "बेलायती अंग्रेजी" + +msgid "Esperanto" +msgstr "इस्परा्न्तो" + +msgid "Spanish" +msgstr "स्पेनिस" + +msgid "Argentinian Spanish" +msgstr "अर्जेन्टिनाली स्पेनिस" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "मेक्सिकन स्पेनिस" + +msgid "Nicaraguan Spanish" +msgstr "निकारागुँवा स्पेनिस" + +msgid "Venezuelan Spanish" +msgstr "भेनेजुएला स्पेनिस" + +msgid "Estonian" +msgstr "इस्टोनियन" + +msgid "Basque" +msgstr "बास्क" + +msgid "Persian" +msgstr "फारसी" + +msgid "Finnish" +msgstr "फिन्निस" + +msgid "French" +msgstr "फ्रान्सेली" + +msgid "Frisian" +msgstr "फ्रिसियन" + +msgid "Irish" +msgstr "आयरिस" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "ग्यलिसियन" + +msgid "Hebrew" +msgstr "हिब्रु" + +msgid "Hindi" +msgstr "हिन्दि " + +msgid "Croatian" +msgstr "क्रोषियन" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "हन्गेरियन" + +msgid "Interlingua" +msgstr "ईन्टरलिन्गुवा" + +msgid "Indonesian" +msgstr "इन्डोनेसियाली" + +msgid "Ido" +msgstr "आइडु" + +msgid "Icelandic" +msgstr "आइसल्यान्डिक" + +msgid "Italian" +msgstr "ईटालियन" + +msgid "Japanese" +msgstr "जापनिज" + +msgid "Georgian" +msgstr "जर्जीयन" + +msgid "Kazakh" +msgstr "कजाक" + +msgid "Khmer" +msgstr "ख्मेर" + +msgid "Kannada" +msgstr "कन्नडा" + +msgid "Korean" +msgstr "कोरियाली" + +msgid "Luxembourgish" +msgstr "लक्जेमबर्गेली" + +msgid "Lithuanian" +msgstr "लिथुवानियाली" + +msgid "Latvian" +msgstr "लाट्भियन" + +msgid "Macedonian" +msgstr "म्यासेडोनियन" + +msgid "Malayalam" +msgstr "मलायलम" + +msgid "Mongolian" +msgstr "मंगोलियन" + +msgid "Marathi" +msgstr "मराठी" + +msgid "Burmese" +msgstr "बर्मेली" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "नेपाली" + +msgid "Dutch" +msgstr "डच" + +msgid "Norwegian Nynorsk" +msgstr "नर्वेली न्योर्स्क" + +msgid "Ossetic" +msgstr "ओसेटिक" + +msgid "Punjabi" +msgstr "पञ्जावी" + +msgid "Polish" +msgstr "पोलिस" + +msgid "Portuguese" +msgstr "पुर्तगाली" + +msgid "Brazilian Portuguese" +msgstr "ब्राजिली पुर्तगाली" + +msgid "Romanian" +msgstr "रोमानियाली" + +msgid "Russian" +msgstr "रुसी" + +msgid "Slovak" +msgstr "सलोभाक" + +msgid "Slovenian" +msgstr "स्लोभेनियाली" + +msgid "Albanian" +msgstr "अल्बानियाली" + +msgid "Serbian" +msgstr "सर्वियाली" + +msgid "Serbian Latin" +msgstr "सर्वियाली ल्याटिन" + +msgid "Swedish" +msgstr "स्विडिस" + +msgid "Swahili" +msgstr "स्वाहिली" + +msgid "Tamil" +msgstr "तामिल" + +msgid "Telugu" +msgstr "तेलुगु" + +msgid "Thai" +msgstr "थाई" + +msgid "Turkish" +msgstr "टर्किस" + +msgid "Tatar" +msgstr "टाटर" + +msgid "Udmurt" +msgstr "उद्मुर्ट" + +msgid "Ukrainian" +msgstr "युक्रेनि" + +msgid "Urdu" +msgstr "उर्दु" + +msgid "Vietnamese" +msgstr "भियतनामी" + +msgid "Simplified Chinese" +msgstr "सरल चिनि" + +msgid "Traditional Chinese" +msgstr "प्राचिन चिनि" + +msgid "Messages" +msgstr "सुचनाहरु" + +msgid "Site Maps" +msgstr "साइट म्याप्स" + +msgid "Static Files" +msgstr "स्टेेटिक फाइलहरु" + +msgid "Syndication" +msgstr "सिन्डिकेसन" + +msgid "Enter a valid value." +msgstr "उपयुक्त मान राख्नुहोस ।" + +msgid "Enter a valid URL." +msgstr "उपयुक्त URL राख्नुहोस ।" + +msgid "Enter a valid integer." +msgstr "उपयुक्त अंक राख्नुहोस ।" + +msgid "Enter a valid email address." +msgstr "सही ई-मेल ठेगाना राख्नु होस ।" + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "अक्षर, अंक, _ र - भएका 'स्लग' मात्र हाल्नुहोस ।" + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "उपयुक्त IPv4 ठेगाना राख्नुहोस" + +msgid "Enter a valid IPv6 address." +msgstr "उपयुक्त IPv6 ठेगाना राख्नुहोस ।" + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "उपयुक्त IPv4 वा IPv6 ठेगाना राख्नुहोस ।" + +msgid "Enter only digits separated by commas." +msgstr "कम्मा सहितका वर्ण मात्र राख्नुहोस ।" + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "यो मान %(limit_value)s छ भन्ने निश्चित गर्नुहोस । (यो %(show_value)s हो ।)" + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "यो मान %(limit_value)s भन्दा कम अथवा बराबर छ भन्ने निश्चित गर्नुहोस ।" + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "यो मान %(limit_value)s भन्दा बढी अथवा बराबर छ भन्ने निशचित गर्नुहोस ।" + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"यो मान कम्तिमा पनि %(limit_value)d अक्षर छ भन्ने निश्चित गर्नुहोस । (यसमा " +"%(show_value)d छ ।)" +msgstr[1] "" +"यो मान कम्तिमा पनि %(limit_value)d अक्षरहरु छ भन्ने निश्चित गर्नुहोस । (यसमा " +"%(show_value)d छ ।)" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"यो मान बढिमा पनि %(limit_value)d अक्षर छ भन्ने निश्चित गर्नुहोस । (यसमा " +"%(show_value)d छ ।)" +msgstr[1] "" +"यो मान बढिमा पनि %(limit_value)d अक्षरहरु छ भन्ने निश्चित गर्नुहोस । (यसमा " +"%(show_value)d छ ।)" + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "जम्मा %(max)s भन्दा बढी अक्षर नभएको निश्चित पार्नु होस ।" +msgstr[1] "जम्मा %(max)s भन्दा बढी अक्षरहरु नभएको निश्चित पार्नु होस ।" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "दशमलव पछि %(max)s भन्दा बढी अक्षर नभएको निश्चित पार्नु होस ।" +msgstr[1] "दशमलव पछि %(max)s भन्दा बढी अक्षरहरु नभएको निश्चित पार्नु होस ।" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "दशमलव अघि %(max)s भन्दा बढी अक्षर नभएको निश्चित पार्नु होस ।" +msgstr[1] "दशमलव अघि %(max)s भन्दा बढी अक्षरहरु नभएको निश्चित पार्नु होस ।" + +msgid "and" +msgstr "र" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(field_labels)s भएको %(model_name)s बनि सकेको छ । " + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "%(value)r मान उपयुक्त छनोट होइन ।" + +msgid "This field cannot be null." +msgstr "यो फाँट शून्य हुन सक्दैन ।" + +msgid "This field cannot be blank." +msgstr "यो फाँट खाली हुन सक्दैन ।" + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(field_label)s भएको %(model_name)s पहिलै विद्धमान छ ।" + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(date_field_label)s %(lookup_type)s को लागि %(field_label)s अनुपम हुनु पर्दछ ।" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "फाँटको प्रकार: %(field_type)s" + +msgid "Integer" +msgstr "अंक" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "'%(value)s' अंक हुनु पर्छ ।" + +msgid "Big (8 byte) integer" +msgstr "ठूलो (८ बाइटको) अंक" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "%(value)s' को मान True अथवा False हुनुपर्दछ ।." + +msgid "Boolean (Either True or False)" +msgstr "बुलियन (True अथवा False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "वर्ण (%(max_length)s सम्म)" + +msgid "Comma-separated integers" +msgstr "कम्माले छुट्याइएका अंकहरु ।" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "'%(value)s' अमान्य मिति स्वरूप भयो । मिति YYYY-MM-DD स्वरूपको हुनु पर्दछ ।" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "मिति (समय रहित)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "मिति (समय सहित)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "'%(value)s' दशमलव हुनु पर्छ ।" + +msgid "Decimal number" +msgstr "दश्मलव संख्या" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "अवधि" + +msgid "Email address" +msgstr "ई-मेल ठेगाना" + +msgid "File path" +msgstr "फाइलको मार्ग" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "दश्मलव हुने संख्या" + +msgid "IPv4 address" +msgstr "आइ.पी.भी४ ठेगाना" + +msgid "IP address" +msgstr "IP ठेगाना" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "'%(value)s' को मान None, True अथवा False हुनुपर्दछ ।" + +msgid "Boolean (Either True, False or None)" +msgstr "बुलियन (True, False अथवा None)" + +msgid "Positive integer" +msgstr "सकारात्मक पूर्णांक" + +msgid "Positive small integer" +msgstr "सानो जोड अङ्क" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "स्लग(%(max_length)s सम्म)" + +msgid "Small integer" +msgstr "सानो अङ्क" + +msgid "Text" +msgstr "पाठ" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "समय" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "र बाइनरी डाटा" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "'%(value)s' मान्य UUID होइन ।" + +msgid "File" +msgstr "फाइल" + +msgid "Image" +msgstr "चित्र" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "फोरेन कि (प्रकार नातागत फाँटले जनाउछ)" + +msgid "One-to-one relationship" +msgstr "एक-देखि-एक नाता" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "अनेक-देखि-अनेक नाता" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "यो फाँट अनिवार्य छ ।" + +msgid "Enter a whole number." +msgstr "संख्या राख्नुहोस ।" + +msgid "Enter a number." +msgstr "संख्या राख्नुहोस ।" + +msgid "Enter a valid date." +msgstr "उपयुक्त मिति राख्नुहोस ।" + +msgid "Enter a valid time." +msgstr "उपयुक्त समय राख्नुहोस ।" + +msgid "Enter a valid date/time." +msgstr "उपयुक्त मिति/समय राख्नुहोस ।" + +msgid "Enter a valid duration." +msgstr "उपयुक्त अवधि राख्नुहोस ।" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "कुनै फाईल पेश गरिएको छैन । फारममा ईनकोडिङको प्रकार जाँच गर्नुहोस । " + +msgid "No file was submitted." +msgstr "कुनै फाईल पेश गरिएको छैन ।" + +msgid "The submitted file is empty." +msgstr "पेश गरिएको फाइल खाली छ ।" + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"यो फाइलको नाममा बाढीमा %(max)d अङ्क भएको निश्चित गर्नु होस । (यसमा %(length)d छ " +"।)" +msgstr[1] "" +"यो फाइलको नाममा बढी मा %(max)d अङ्कहरू भएको निश्चित गर्नु होस । (यसमा %(length)d " +"छ ।)" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "दुवै नछान्नुहोस, कि त फाइल पेश गर्नुहोस वा चेक बाकस मा छान्नुहोस ।" + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"उपयुक्त चित्र अपलोड गर्नुहोस । तपाइले अपलोड गर्नु भएको फाइल चित्र होइन वा बिग्रेको चित्र " +"हो ।" + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "उपयुक्त विकल्प छान्नुहोस । %(value)s प्रस्तावित विकल्प होइन ।" + +msgid "Enter a list of values." +msgstr "मानहरु राख्नुहोस" + +msgid "Enter a complete value." +msgstr "पुरा मान राख्नु होस ।" + +msgid "Enter a valid UUID." +msgstr "उपयुक्त UUID राख्नु होस ।" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(लुकेका %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "कृपया %d अथवा सो भन्दा थोरै फारम बुझाउनु होस ।" +msgstr[1] "कृपया %d अथवा सो भन्दा थोरै फारमहरु बुझाउनु होस ।" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "कृपया %d अथवा सो भन्दा धेरै फारम बुझाउनु होस ।" +msgstr[1] "कृपया %d अथवा सो भन्दा धेरै फारमहरु बुझाउनु होस ।" + +msgid "Order" +msgstr "क्रम" + +msgid "Delete" +msgstr "मेट्नुहोस" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "कृपया %(field)s का लागि दोहोरिइका तथ्याङ्कहरु सच्याउनुहोस ।" + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "कृपया %(field)s का लागि दोहोरिइका तथ्याङ्कहरु नौलो तथ्याङ्क सहित सच्याउनुहोस ।" + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"कृपया %(field_name)s का लागि दोहोरिइका तथ्याङ्कहरु सच्याउनुहोस जसमा " +"%(date_field)sको %(lookup)s नौलो हुनुपर्दछ ।" + +msgid "Please correct the duplicate values below." +msgstr "कृपया तलका दोहोरिइका मानहरु सच्याउनुहोस ।" + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "भित्रि फोरेन की र अभिभावक प्राइमरी की मिलेन ।" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "उपयुक्त विकल्प छान्नुहोस । छानिएको विकल्प प्रस्तावित विकल्प होइन ।" + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +msgid "Currently" +msgstr "अहिले" + +msgid "Change" +msgstr "फेर्नुहोस" + +msgid "Clear" +msgstr "सबै खाली गर्नु होस ।" + +msgid "Unknown" +msgstr "अज्ञात" + +msgid "Yes" +msgstr "हुन्छ" + +msgid "No" +msgstr "होइन" + +msgid "yes,no,maybe" +msgstr "हो, होइन, सायद" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d बाइट" +msgstr[1] "%(size)d बाइटहरु" + +#, python-format +msgid "%s KB" +msgstr "%s किलोबाइट" + +#, python-format +msgid "%s MB" +msgstr "%s मेगाबाइट" + +#, python-format +msgid "%s GB" +msgstr "%s गिगाबाइट" + +#, python-format +msgid "%s TB" +msgstr "%s टेराबाइट" + +#, python-format +msgid "%s PB" +msgstr "%s पिटाबाइट" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "मध्यरात" + +msgid "noon" +msgstr "मध्यान्ह" + +msgid "Monday" +msgstr "सोमवार" + +msgid "Tuesday" +msgstr "मंगलवार" + +msgid "Wednesday" +msgstr "बुधवार" + +msgid "Thursday" +msgstr "बिहीवार" + +msgid "Friday" +msgstr "शुक्रवार" + +msgid "Saturday" +msgstr "शनिवार" + +msgid "Sunday" +msgstr "आइतवार" + +msgid "Mon" +msgstr "सोम" + +msgid "Tue" +msgstr "मंगल" + +msgid "Wed" +msgstr "बुध" + +msgid "Thu" +msgstr "बिहि" + +msgid "Fri" +msgstr "शुक्र" + +msgid "Sat" +msgstr "शनि" + +msgid "Sun" +msgstr "आइत" + +msgid "January" +msgstr "जनवरी" + +msgid "February" +msgstr "फेब्रुअरी" + +msgid "March" +msgstr "मार्च" + +msgid "April" +msgstr "अप्रिल" + +msgid "May" +msgstr "मई" + +msgid "June" +msgstr "जुन" + +msgid "July" +msgstr "जुलै" + +msgid "August" +msgstr "अगस्त" + +msgid "September" +msgstr "सेप्टेम्बर" + +msgid "October" +msgstr "अक्टुवर" + +msgid "November" +msgstr "नभम्वर" + +msgid "December" +msgstr "डिसम्वर" + +msgid "jan" +msgstr "जनवरी" + +msgid "feb" +msgstr "फेब्रुअरी" + +msgid "mar" +msgstr "मार्च" + +msgid "apr" +msgstr "अप्रिल" + +msgid "may" +msgstr "मई" + +msgid "jun" +msgstr "जुन" + +msgid "jul" +msgstr "जुलै" + +msgid "aug" +msgstr "अग्सत" + +msgid "sep" +msgstr "सेप्तेम्बर" + +msgid "oct" +msgstr "अक्टुवर" + +msgid "nov" +msgstr "नभम्वर" + +msgid "dec" +msgstr "डिसम्वर" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "जनवरी" + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "फेब्रुअरी" + +msgctxt "abbrev. month" +msgid "March" +msgstr "मार्च" + +msgctxt "abbrev. month" +msgid "April" +msgstr "अप्रिल" + +msgctxt "abbrev. month" +msgid "May" +msgstr "मई" + +msgctxt "abbrev. month" +msgid "June" +msgstr "जुन" + +msgctxt "abbrev. month" +msgid "July" +msgstr "जुलै" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "अगस्त" + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "सेप्तेम्बर" + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "अक्टुवर" + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "नभम्वर" + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "डिसम्वर" + +msgctxt "alt. month" +msgid "January" +msgstr "जनवरी" + +msgctxt "alt. month" +msgid "February" +msgstr "फेब्रुअरी" + +msgctxt "alt. month" +msgid "March" +msgstr "मार्च" + +msgctxt "alt. month" +msgid "April" +msgstr "अप्रिल" + +msgctxt "alt. month" +msgid "May" +msgstr "मई" + +msgctxt "alt. month" +msgid "June" +msgstr "जुन" + +msgctxt "alt. month" +msgid "July" +msgstr "जुलै" + +msgctxt "alt. month" +msgid "August" +msgstr "अगस्त" + +msgctxt "alt. month" +msgid "September" +msgstr "सेप्टेम्बर" + +msgctxt "alt. month" +msgid "October" +msgstr "अक्टुवर" + +msgctxt "alt. month" +msgid "November" +msgstr "नभम्वर" + +msgctxt "alt. month" +msgid "December" +msgstr "डिसम्वर" + +msgid "This is not a valid IPv6 address." +msgstr "यो उपयुक्त IPv6 ठेगाना होइन ।" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "अथवा" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr "," + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d वर्ष" +msgstr[1] "%d वर्षहरु" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d महिना" +msgstr[1] "%d महिनाहरु" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d सप्ताह" +msgstr[1] "%d सप्ताहहरु" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d दिन" +msgstr[1] "%d दिनहरु" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d घण्टा" +msgstr[1] "%d घण्टाहरु" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d मिनट" +msgstr[1] "%d मिनटहरु" + +msgid "0 minutes" +msgstr "० मिनट" + +msgid "Forbidden" +msgstr "निषेधित" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF प्रमाणीकरण भएन । अनुरोध विफल ।" + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "DEBUG=True ले ज्यादा सुचना प्रदान गर्दछ ।" + +msgid "Welcome to Django" +msgstr "Django स्वागत गर्दछ ।" + +msgid "It worked!" +msgstr "कार्य सफल !" + +msgid "Congratulations on your first Django-powered page." +msgstr "Django ले बनाइएको प्रथम वेब पृष्ठको लागी तपाईँलाई शुभकामना ।" + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" + +msgid "No year specified" +msgstr "साल तोकिएको छैन ।" + +msgid "No month specified" +msgstr "महिना तोकिएको छैन ।" + +msgid "No day specified" +msgstr "दिन तोकिएको छैन ।" + +msgid "No week specified" +msgstr "साता तोकिएको छैन ।" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "%(verbose_name_plural)s उपलब्ध छैन ।" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"%(class_name)s.allow_future 'False' हुनाले आगामी %(verbose_name_plural)s उपलब्ध " +"छैन ।" + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "मिति ढाँचा'%(format)s'को लागि अनुपयुक्त मिति '%(datestr)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "%(verbose_name)s भेटिएन ।" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "पृष्ठ अन्तिमा पनि होइन र अंकमा बदलिन पनि सकिदैन ।" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "रद्द पृष्ठ (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "'%(class_name)s.allow_empty' 'False' छ र लिस्ट पनि खालि छ । " + +msgid "Directory indexes are not allowed here." +msgstr "" + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" नभएको पाइयो ।" + +#, python-format +msgid "Index of %(directory)s" +msgstr "%(directory)s को सूची" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/nl/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/nl/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..13c72a660313869fe1480e40519e29f545dcc33b GIT binary patch literal 23913 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Ρ_erae7wB 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, 2011,2013 +# Blue , 2011-2012 +# Bouke Haarsma , 2013 +# Claude Paroz , 2014 +# Erik Romijn , 2013 +# Harro van der Klauw , 2011-2012 +# Ilja Maas , 2015 +# Jannis Leidel , 2011 +# Jeffrey Gelens , 2011-2012,2014 +# Michiel Overtoom , 2014 +# Sander Steffann , 2014-2015 +# Tino de Bruijn , 2013 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Dutch (http://www.transifex.com/django/django/language/nl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Afrikaans" + +msgid "Arabic" +msgstr "Arabisch" + +msgid "Asturian" +msgstr "Asturisch" + +msgid "Azerbaijani" +msgstr "Azerbaijani" + +msgid "Bulgarian" +msgstr "Bulgaars" + +msgid "Belarusian" +msgstr "Wit-Russisch" + +msgid "Bengali" +msgstr "Bengaals" + +msgid "Breton" +msgstr "Bretons" + +msgid "Bosnian" +msgstr "Bosnisch" + +msgid "Catalan" +msgstr "Catalaans" + +msgid "Czech" +msgstr "Tjechisch" + +msgid "Welsh" +msgstr "Welsh" + +msgid "Danish" +msgstr "Deens" + +msgid "German" +msgstr "Duits" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "Grieks" + +msgid "English" +msgstr "Engels" + +msgid "Australian English" +msgstr "Australisch-Engels" + +msgid "British English" +msgstr "Brits-Engels" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Spaans" + +msgid "Argentinian Spanish" +msgstr "Argentijns-Spaans" + +msgid "Colombian Spanish" +msgstr "Columbiaans Spaans" + +msgid "Mexican Spanish" +msgstr "Mexicaans Spaans" + +msgid "Nicaraguan Spanish" +msgstr "Nicaraguaans Spaans" + +msgid "Venezuelan Spanish" +msgstr "Venezolaans Spaans" + +msgid "Estonian" +msgstr "Ests" + +msgid "Basque" +msgstr "Baskisch" + +msgid "Persian" +msgstr "Perzisch" + +msgid "Finnish" +msgstr "Fins" + +msgid "French" +msgstr "Frans" + +msgid "Frisian" +msgstr "Fries" + +msgid "Irish" +msgstr "Iers" + +msgid "Scottish Gaelic" +msgstr "Schots-Gaelisch" + +msgid "Galician" +msgstr "Galicisch" + +msgid "Hebrew" +msgstr "Hebreews" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Kroatisch" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "Hongaars" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indonesisch" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "IJslands" + +msgid "Italian" +msgstr "Italiaans" + +msgid "Japanese" +msgstr "Japans" + +msgid "Georgian" +msgstr "Georgisch" + +msgid "Kazakh" +msgstr "Kazachs" + +msgid "Khmer" +msgstr "Khmer" + +msgid "Kannada" +msgstr "Kannada" + +msgid "Korean" +msgstr "Koreaans" + +msgid "Luxembourgish" +msgstr "Luxemburgs" + +msgid "Lithuanian" +msgstr "Litouws" + +msgid "Latvian" +msgstr "Lets" + +msgid "Macedonian" +msgstr "Macedonisch" + +msgid "Malayalam" +msgstr "Malayalam" + +msgid "Mongolian" +msgstr "Mongolisch" + +msgid "Marathi" +msgstr "Marathi" + +msgid "Burmese" +msgstr "Birmaans" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "Nepalees" + +msgid "Dutch" +msgstr "Nederlands" + +msgid "Norwegian Nynorsk" +msgstr "Noorse Nynorsk" + +msgid "Ossetic" +msgstr "Ossetisch" + +msgid "Punjabi" +msgstr "Punjabi" + +msgid "Polish" +msgstr "Pools" + +msgid "Portuguese" +msgstr "Portugees" + +msgid "Brazilian Portuguese" +msgstr "Braziliaans Portugees" + +msgid "Romanian" +msgstr "Roemeens" + +msgid "Russian" +msgstr "Russisch" + +msgid "Slovak" +msgstr "Slovaaks" + +msgid "Slovenian" +msgstr "Sloveens" + +msgid "Albanian" +msgstr "Albanisch" + +msgid "Serbian" +msgstr "Servisch" + +msgid "Serbian Latin" +msgstr "Servisch Latijn" + +msgid "Swedish" +msgstr "Zweeds" + +msgid "Swahili" +msgstr "Swahili" + +msgid "Tamil" +msgstr "Tamil" + +msgid "Telugu" +msgstr "Telegu" + +msgid "Thai" +msgstr "Thais" + +msgid "Turkish" +msgstr "Turks" + +msgid "Tatar" +msgstr "Tataars" + +msgid "Udmurt" +msgstr "Oedmoerts" + +msgid "Ukrainian" +msgstr "Oekraïens" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Vietnamese" +msgstr "Vietnamees" + +msgid "Simplified Chinese" +msgstr "Vereenvoudigd Chinees" + +msgid "Traditional Chinese" +msgstr "Traditioneel Chinees" + +msgid "Messages" +msgstr "Berichten" + +msgid "Site Maps" +msgstr "Sitemaps" + +msgid "Static Files" +msgstr "Statische bestanden" + +msgid "Syndication" +msgstr "Syndicatie" + +msgid "Enter a valid value." +msgstr "Geef een geldige waarde." + +msgid "Enter a valid URL." +msgstr "Geef een geldige URL op." + +msgid "Enter a valid integer." +msgstr "Geef een geldig geheel getal op." + +msgid "Enter a valid email address." +msgstr "Vul een geldig emailadres in." + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Vul een geldigde 'slug' in, bestaande uit letters, cijfers, liggende " +"streepjes en verbindingsstreepjes." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Vul een geldigde 'slug' in, bestaande uit Unicode letters, cijfers, liggende " +"streepjes of verbindingsstreepjes." + +msgid "Enter a valid IPv4 address." +msgstr "Geef een geldig IPv4-adres op." + +msgid "Enter a valid IPv6 address." +msgstr "Voer een geldig IPv6-adres in." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Voer een geldig IPv4 of IPv6-adres in." + +msgid "Enter only digits separated by commas." +msgstr "Geef alleen cijfers op, gescheiden door komma's." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Zorg ervoor dat deze waarde gelijk is aan %(limit_value)s (het is nu " +"%(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Zorg ervoor dat deze waarde hoogstens %(limit_value)s is." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Zorg ervoor dat deze waarde minstens %(limit_value)s is." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Zorg dat deze waarde ten minste %(limit_value)d teken bevat (het zijn er nu " +"%(show_value)d)." +msgstr[1] "" +"Zorg dat deze waarde ten minste %(limit_value)d tekens bevat (het zijn er nu " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Zorg dat deze waarde niet meer dan %(limit_value)d teken bevat (het zijn er " +"nu %(show_value)d)." +msgstr[1] "" +"Zorg dat deze waarde niet meer dan %(limit_value)d tekens bevat (het zijn er " +"nu %(show_value)d)." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Zorg dat er niet meer dan %(max)s cijfer is." +msgstr[1] "Zorg dat er niet meer dan %(max)s cijfers zijn." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Zorg dat er niet meer dan %(max)s cijfer achter de komma staat." +msgstr[1] "Zorg dat er niet meer dan %(max)s cijfers achter de komma staan." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "Zorg dat er niet meer dan %(max)s cijfer voor de komma staat." +msgstr[1] "Zorg dat er niet meer dan %(max)s cijfers voor de komma staan." + +msgid "and" +msgstr "en" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s met deze %(field_labels)s bestaat al." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Waarde %(value)r is geen geldige keuze." + +msgid "This field cannot be null." +msgstr "Dit veld mag niet leeg zijn." + +msgid "This field cannot be blank." +msgstr "Dit veld kan niet leeg zijn" + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "Er bestaat al een %(model_name)s met eenzelfde %(field_label)s." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s moet uniek zijn voor %(date_field_label)s %(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Veld van type: %(field_type)s" + +msgid "Integer" +msgstr "Geheel getal" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "'%(value)s' waarde moet een geheel getal zijn." + +msgid "Big (8 byte) integer" +msgstr "Groot (8 byte) geheel getal" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "'%(value)s' waarde moet True of False zijn." + +msgid "Boolean (Either True or False)" +msgstr "Boolean (True danwel False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Karakterreeks (hooguit %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Komma-gescheiden gehele getallen" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"'%(value)s' waarde heeft een ongeldige datumnotatie. Deze moet in de YYYY-MM-" +"DD notatie opgegeven worden." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"'%(value)s' waarde heeft een geldige notatie (YYYY-MM-DD) maar is een " +"ongeldige datum." + +msgid "Date (without time)" +msgstr "Datum (zonder tijd)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"'%(value)s' waarde heeft een ongeldige notatie. Deze moet in de YYYY-MM-DD " +"HH:MM[:ss[.uuuuuu]][TZ] notatie opgegeven worden." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"'%(value)s' waarde heeft een geldige notatie (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) maar is een ongeldige datum/tijd." + +msgid "Date (with time)" +msgstr "Datum (met tijd)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "'%(value)s' waarde moet een decimaal getal zijn." + +msgid "Decimal number" +msgstr "Decimaal getal" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" +"'%(value)s' waarde heeft een ongeldig formaat. Het juiste formaat is [DD] " +"[HH:[MM:]]ss[.uuuuuu]." + +msgid "Duration" +msgstr "Tijdsduur" + +msgid "Email address" +msgstr "E-mailadres" + +msgid "File path" +msgstr "Bestandspad" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "'%(value)s' waarde moet een decimaal getal zijn." + +msgid "Floating point number" +msgstr "Decimaal getal" + +msgid "IPv4 address" +msgstr "IPv4 address" + +msgid "IP address" +msgstr "IP-adres" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "'%(value)s' waarde moet None, True of False zijn." + +msgid "Boolean (Either True, False or None)" +msgstr "Boolean (True, False of None)" + +msgid "Positive integer" +msgstr "Positief geheel getal" + +msgid "Positive small integer" +msgstr "Postitief klein geheel getal" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (max. lengte %(max_length)s)" + +msgid "Small integer" +msgstr "Klein geheel getal" + +msgid "Text" +msgstr "Tekst" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"'%(value)s' waarde heeft een ongeldige notatie. Deze moet in de HH:MM[:ss[." +"uuuuuu]] notatie opgegeven worden." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"'%(value)s' waarde heeft een geldige notatie (HH:MM[:ss[.uuuuuu]]) maar is " +"een ongeldige tijd." + +msgid "Time" +msgstr "Tijd" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Ruwe binaire data" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "'%(value)s' is geen geldige UUID." + +msgid "File" +msgstr "Bestand" + +msgid "Image" +msgstr "Plaatje" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "%(model)s-instantie met %(field)s %(value)r bestaat niet." + +msgid "Foreign Key (type determined by related field)" +msgstr "Refererende sleutel (type wordt bepaalde door gerelateerde veld)" + +msgid "One-to-one relationship" +msgstr "Één-op-één relatie" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "Veel-op-veel relatie" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Dit veld is verplicht." + +msgid "Enter a whole number." +msgstr "Geef een geheel getal op." + +msgid "Enter a number." +msgstr "Geef een getal op." + +msgid "Enter a valid date." +msgstr "Geef een geldige datum op." + +msgid "Enter a valid time." +msgstr "Geef een geldige tijd op." + +msgid "Enter a valid date/time." +msgstr "Geef een geldige datum/tijd op." + +msgid "Enter a valid duration." +msgstr "Geef een geldige tijdsduur op." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" +"Er was geen bestand verstuurd. Controleer het coderingstype van het " +"formulier." + +msgid "No file was submitted." +msgstr "Er was geen bestand verstuurd." + +msgid "The submitted file is empty." +msgstr "Het verstuurde bestand is leeg." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Zorg dat deze bestandsnaam niet meer dan %(max)d teken bevat (het zijn er nu " +"%(length)d)." +msgstr[1] "" +"Zorg dat deze bestandsnaam niet meer dan %(max)d tekens bevat (het zijn er " +"nu %(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Upload a.u.b. een bestand of vink de verwijder vink, niet allebei." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Bestand ongeldig. Het bestand dat is gegeven is geen afbeelding of is " +"beschadigd." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Selecteer een geldige keuze. %(value)s is geen beschikbare keuze." + +msgid "Enter a list of values." +msgstr "Geef een lijst op met waardes." + +msgid "Enter a complete value." +msgstr "Geef een volledige waarde op." + +msgid "Enter a valid UUID." +msgstr "Geef een geldige UUID op." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Verborgen veld %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "ManagementForm gegevens missen of zijn mee geknoeid" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Verstuur niet meer dan %d formulier." +msgstr[1] "Verstuur niet meer dan %d formulieren." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Geef alstublieft %d of meer formulieren op." +msgstr[1] "Geef alstublieft %d of meer formulieren op." + +msgid "Order" +msgstr "Volgorde" + +msgid "Delete" +msgstr "Verwijderen" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Verbeter de dubbele gegevens voor %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "Verbeter de dubbele gegevens voor %(field)s, welke uniek moet zijn." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Verbeter de dubbele gegevens voor %(field_name)s, welke uniek moet zijn voor " +"de %(lookup)s in %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Verbeter de dubbele waarden hieronder." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "" +"De secundaire sleutel komt niet overeen met de primaire sleutel van de " +"bovenliggende instantie." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Selecteer een geldige keuze. Deze keuze is niet beschikbaar." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "\"%(pk)s\" is geen geldige waarde voor een primaire sleutel." + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s kon niet worden geïnterpreteerd in tijdzone " +"%(current_timezone)s. Waarschijnlijk is deze ambigu of bestaat niet." + +msgid "Currently" +msgstr "Huidige" + +msgid "Change" +msgstr "Wijzigen" + +msgid "Clear" +msgstr "Verwijder" + +msgid "Unknown" +msgstr "Onbekend" + +msgid "Yes" +msgstr "Ja" + +msgid "No" +msgstr "Nee" + +msgid "yes,no,maybe" +msgstr "ja,nee,misschien" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d byte" +msgstr[1] "%(size)d bytes" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "middernacht" + +msgid "noon" +msgstr "middag" + +msgid "Monday" +msgstr "maandag" + +msgid "Tuesday" +msgstr "dinsdag" + +msgid "Wednesday" +msgstr "woensdag" + +msgid "Thursday" +msgstr "donderdag" + +msgid "Friday" +msgstr "vrijdag" + +msgid "Saturday" +msgstr "zaterdag" + +msgid "Sunday" +msgstr "zondag" + +msgid "Mon" +msgstr "ma" + +msgid "Tue" +msgstr "di" + +msgid "Wed" +msgstr "woe" + +msgid "Thu" +msgstr "don" + +msgid "Fri" +msgstr "vrij" + +msgid "Sat" +msgstr "zat" + +msgid "Sun" +msgstr "zon" + +msgid "January" +msgstr "januari" + +msgid "February" +msgstr "februari" + +msgid "March" +msgstr "maart" + +msgid "April" +msgstr "april" + +msgid "May" +msgstr "mei" + +msgid "June" +msgstr "juni" + +msgid "July" +msgstr "juli" + +msgid "August" +msgstr "augustus" + +msgid "September" +msgstr "september" + +msgid "October" +msgstr "oktober" + +msgid "November" +msgstr "november" + +msgid "December" +msgstr "december" + +msgid "jan" +msgstr "jan" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mrt" + +msgid "apr" +msgstr "apr" + +msgid "may" +msgstr "mei" + +msgid "jun" +msgstr "jun" + +msgid "jul" +msgstr "jul" + +msgid "aug" +msgstr "aug" + +msgid "sep" +msgstr "sep" + +msgid "oct" +msgstr "okt" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "dec" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "jan" + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "feb" + +msgctxt "abbrev. month" +msgid "March" +msgstr "mrt" + +msgctxt "abbrev. month" +msgid "April" +msgstr "apr" + +msgctxt "abbrev. month" +msgid "May" +msgstr "mei" + +msgctxt "abbrev. month" +msgid "June" +msgstr "jun" + +msgctxt "abbrev. month" +msgid "July" +msgstr "jul" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "aug" + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "sep" + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "okt" + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "nov" + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "dec" + +msgctxt "alt. month" +msgid "January" +msgstr "januari" + +msgctxt "alt. month" +msgid "February" +msgstr "februari" + +msgctxt "alt. month" +msgid "March" +msgstr "maart" + +msgctxt "alt. month" +msgid "April" +msgstr "april" + +msgctxt "alt. month" +msgid "May" +msgstr "mei" + +msgctxt "alt. month" +msgid "June" +msgstr "juni" + +msgctxt "alt. month" +msgid "July" +msgstr "juli" + +msgctxt "alt. month" +msgid "August" +msgstr "augustus" + +msgctxt "alt. month" +msgid "September" +msgstr "september" + +msgctxt "alt. month" +msgid "October" +msgstr "oktober" + +msgctxt "alt. month" +msgid "November" +msgstr "november" + +msgctxt "alt. month" +msgid "December" +msgstr "december" + +msgid "This is not a valid IPv6 address." +msgstr "Dit is geen geldig IPv6-adres." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "of" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d jaar" +msgstr[1] "%d jaren" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d maand" +msgstr[1] "%d maanden" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d week" +msgstr[1] "%d weken" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d dag" +msgstr[1] "%d dagen" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d uur" +msgstr[1] "%d uren" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d minuut" +msgstr[1] "%d minuten" + +msgid "0 minutes" +msgstr "0 minuten" + +msgid "Forbidden" +msgstr "Verboden" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF verificatie mislukt. Verzoek afgebroken." + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"U ziet deze melding omdat deze HTTPS website vereist dat uw webbrowser een " +"'Referer header' meestuurt, maar deze ontbreekt. Deze header is noodzakelijk " +"om veiligheidsredenen om er zeker van te zijn dat uw browser niet door " +"derden gekaapt wordt." + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" +"Als u uw webbrowser ingesteld heeft om geen 'Referer headers' mee te sturen, " +"schakelt u deze dan alstublieft weer in, op zijn minst voor deze website, " +"voor HTTPS verbindingen, of voor 'same-origin' verzoeken." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"U ziet deze melding omdat deze website vereist dat een CSRF cookie wordt " +"meegestuurd bij het versturen van formulieren. Dit cookie is vereist om " +"veiligheidsredenen om er zeker van te zijn dat uw browser niet door derden " +"gekaapt wordt." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" +"Als u cookies in uw webbrowser heeft uitgeschakeld, schakel deze dan " +"alstublieft weer in, op zijn minst voor deze website of voor 'same-origin' " +"verzoeken." + +msgid "More information is available with DEBUG=True." +msgstr "Meer informatie is beschikbaar met DEBUG=True." + +msgid "Welcome to Django" +msgstr "Welkom bij Django" + +msgid "It worked!" +msgstr "Het werkt!" + +msgid "Congratulations on your first Django-powered page." +msgstr "Gefeliciteerd met uw eerste Django-aangedreven pagina." + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" +"U heeft natuurlijk nog geen echt werk gedaan. Om verder te gaan start u uw " +"eerste app door python manage.py startapp [app_label] uit te " +"voeren." + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" +"U ziet dit bericht omdat u DEBUG = True in uw Django settings " +"bestand heeft staan en u nog geen URLs geconfigureerd heeft. Aan het werk!" + +msgid "No year specified" +msgstr "Geen jaar opgegeven" + +msgid "No month specified" +msgstr "Geen maand opgegeven" + +msgid "No day specified" +msgstr "Geen dag opgegeven" + +msgid "No week specified" +msgstr "Geen week opgegeven" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Geen %(verbose_name_plural)s beschikbaar" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Geen toekomstige %(verbose_name_plural)s beschikbaar omdat %(class_name)s." +"allow_future de waarde False (Onwaar) heeft." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "Ongeldige datum tekst '%(datestr)s' op basis van formaat '%(format)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Geen %(verbose_name)s gevonden die voldoet aan de query" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "" +"Pagina is niet 'last' en kan ook niet geconverteerd worden naar een int." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Ongeldige pagina (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "" +"Lege lijst en %(class_name)s.allow_empty heeft de waarde False (Onwaar)." + +msgid "Directory indexes are not allowed here." +msgstr "Directory overzicht is hier niet toegestaan" + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" bestaat niet" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Overzicht van %(directory)s" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/nl/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/nl/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/nl/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/nl/formats.py new file mode 100644 index 0000000..581848f --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/nl/formats.py @@ -0,0 +1,73 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'j F Y' # '20 januari 2009' +TIME_FORMAT = 'H:i' # '15:23' +DATETIME_FORMAT = 'j F Y H:i' # '20 januari 2009 15:23' +YEAR_MONTH_FORMAT = 'F Y' # 'januari 2009' +MONTH_DAY_FORMAT = 'j F' # '20 januari' +SHORT_DATE_FORMAT = 'j-n-Y' # '20-1-2009' +SHORT_DATETIME_FORMAT = 'j-n-Y H:i' # '20-1-2009 15:23' +FIRST_DAY_OF_WEEK = 1 # Monday (in Dutch 'maandag') + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + '%d-%m-%Y', '%d-%m-%y', # '20-01-2009', '20-01-09' + '%d/%m/%Y', '%d/%m/%y', # '20/01/2009', '20/01/09' + # '%d %b %Y', '%d %b %y', # '20 jan 2009', '20 jan 09' + # '%d %B %Y', '%d %B %y', # '20 januari 2009', '20 januari 09' +] +# Kept ISO formats as one is in first position +TIME_INPUT_FORMATS = [ + '%H:%M:%S', # '15:23:35' + '%H:%M:%S.%f', # '15:23:35.000200' + '%H.%M:%S', # '15.23:35' + '%H.%M:%S.%f', # '15.23:35.000200' + '%H.%M', # '15.23' + '%H:%M', # '15:23' +] +DATETIME_INPUT_FORMATS = [ + # With time in %H:%M:%S : + '%d-%m-%Y %H:%M:%S', '%d-%m-%y %H:%M:%S', '%Y-%m-%d %H:%M:%S', + # '20-01-2009 15:23:35', '20-01-09 15:23:35', '2009-01-20 15:23:35' + '%d/%m/%Y %H:%M:%S', '%d/%m/%y %H:%M:%S', '%Y/%m/%d %H:%M:%S', + # '20/01/2009 15:23:35', '20/01/09 15:23:35', '2009/01/20 15:23:35' + # '%d %b %Y %H:%M:%S', '%d %b %y %H:%M:%S', # '20 jan 2009 15:23:35', '20 jan 09 15:23:35' + # '%d %B %Y %H:%M:%S', '%d %B %y %H:%M:%S', # '20 januari 2009 15:23:35', '20 januari 2009 15:23:35' + # With time in %H:%M:%S.%f : + '%d-%m-%Y %H:%M:%S.%f', '%d-%m-%y %H:%M:%S.%f', '%Y-%m-%d %H:%M:%S.%f', + # '20-01-2009 15:23:35.000200', '20-01-09 15:23:35.000200', '2009-01-20 15:23:35.000200' + '%d/%m/%Y %H:%M:%S.%f', '%d/%m/%y %H:%M:%S.%f', '%Y/%m/%d %H:%M:%S.%f', + # '20/01/2009 15:23:35.000200', '20/01/09 15:23:35.000200', '2009/01/20 15:23:35.000200' + # With time in %H.%M:%S : + '%d-%m-%Y %H.%M:%S', '%d-%m-%y %H.%M:%S', # '20-01-2009 15.23:35', '20-01-09 15.23:35' + '%d/%m/%Y %H.%M:%S', '%d/%m/%y %H.%M:%S', # '20/01/2009 15.23:35', '20/01/09 15.23:35' + # '%d %b %Y %H.%M:%S', '%d %b %y %H.%M:%S', # '20 jan 2009 15.23:35', '20 jan 09 15.23:35' + # '%d %B %Y %H.%M:%S', '%d %B %y %H.%M:%S', # '20 januari 2009 15.23:35', '20 januari 2009 15.23:35' + # With time in %H.%M:%S.%f : + '%d-%m-%Y %H.%M:%S.%f', '%d-%m-%y %H.%M:%S.%f', # '20-01-2009 15.23:35.000200', '20-01-09 15.23:35.000200' + '%d/%m/%Y %H.%M:%S.%f', '%d/%m/%y %H.%M:%S.%f', # '20/01/2009 15.23:35.000200', '20/01/09 15.23:35.000200' + # With time in %H:%M : + '%d-%m-%Y %H:%M', '%d-%m-%y %H:%M', '%Y-%m-%d %H:%M', # '20-01-2009 15:23', '20-01-09 15:23', '2009-01-20 15:23' + '%d/%m/%Y %H:%M', '%d/%m/%y %H:%M', '%Y/%m/%d %H:%M', # '20/01/2009 15:23', '20/01/09 15:23', '2009/01/20 15:23' + # '%d %b %Y %H:%M', '%d %b %y %H:%M', # '20 jan 2009 15:23', '20 jan 09 15:23' + # '%d %B %Y %H:%M', '%d %B %y %H:%M', # '20 januari 2009 15:23', '20 januari 2009 15:23' + # With time in %H.%M : + '%d-%m-%Y %H.%M', '%d-%m-%y %H.%M', # '20-01-2009 15.23', '20-01-09 15.23' + '%d/%m/%Y %H.%M', '%d/%m/%y %H.%M', # '20/01/2009 15.23', '20/01/09 15.23' + # '%d %b %Y %H.%M', '%d %b %y %H.%M', # '20 jan 2009 15.23', '20 jan 09 15.23' + # '%d %B %Y %H.%M', '%d %B %y %H.%M', # '20 januari 2009 15.23', '20 januari 2009 15.23' + # Without time : + '%d-%m-%Y', '%d-%m-%y', '%Y-%m-%d', # '20-01-2009', '20-01-09', '2009-01-20' + '%d/%m/%Y', '%d/%m/%y', '%Y/%m/%d', # '20/01/2009', '20/01/09', '2009/01/20' + # '%d %b %Y', '%d %b %y', # '20 jan 2009', '20 jan 09' + # '%d %B %Y', '%d %B %y', # '20 januari 2009', '20 januari 2009' +] +DECIMAL_SEPARATOR = ',' +THOUSAND_SEPARATOR = '.' +NUMBER_GROUPING = 3 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/nn/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/nn/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..fa2036e99547c4cbfa045eb4db39d86afd071792 GIT binary patch literal 14420 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 Vn8})q1dVx%B0pGUJnoq9{4du2LsI|% literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/nn/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/nn/LC_MESSAGES/django.po new file mode 100644 index 0000000..8ad79dd --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/nn/LC_MESSAGES/django.po @@ -0,0 +1,1150 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# hgrimelid , 2011 +# Jannis Leidel , 2011 +# jensadne , 2013 +# Sigurd Gartmann , 2012 +# velmont , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Norwegian Nynorsk (http://www.transifex.com/django/django/" +"language/nn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: nn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Afrikaans" + +msgid "Arabic" +msgstr "Arabisk" + +msgid "Asturian" +msgstr "" + +msgid "Azerbaijani" +msgstr "Aserbajansk" + +msgid "Bulgarian" +msgstr "Bulgarsk" + +msgid "Belarusian" +msgstr "Kviterussisk" + +msgid "Bengali" +msgstr "Bengalsk" + +msgid "Breton" +msgstr "Bretonsk" + +msgid "Bosnian" +msgstr "Bosnisk" + +msgid "Catalan" +msgstr "Katalansk" + +msgid "Czech" +msgstr "Tsjekkisk" + +msgid "Welsh" +msgstr "Walisisk" + +msgid "Danish" +msgstr "Dansk" + +msgid "German" +msgstr "Tysk" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "Gresk" + +msgid "English" +msgstr "Engelsk" + +msgid "Australian English" +msgstr "" + +msgid "British English" +msgstr "Engelsk (britisk)" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Spansk" + +msgid "Argentinian Spanish" +msgstr "Spansk (argentinsk)" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "Spansk (meksikansk)" + +msgid "Nicaraguan Spanish" +msgstr "Spansk (nicaraguansk)" + +msgid "Venezuelan Spanish" +msgstr "Spansk (venezuelansk)" + +msgid "Estonian" +msgstr "Estisk" + +msgid "Basque" +msgstr "Baskisk" + +msgid "Persian" +msgstr "Persisk" + +msgid "Finnish" +msgstr "Finsk" + +msgid "French" +msgstr "Fransk" + +msgid "Frisian" +msgstr "Frisisk" + +msgid "Irish" +msgstr "Irsk" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "Galisisk" + +msgid "Hebrew" +msgstr "Hebraisk" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Kroatisk" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "Ungarsk" + +msgid "Interlingua" +msgstr "" + +msgid "Indonesian" +msgstr "Indonesisk" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "Islandsk" + +msgid "Italian" +msgstr "Italiensk" + +msgid "Japanese" +msgstr "Japansk" + +msgid "Georgian" +msgstr "Georgisk" + +msgid "Kazakh" +msgstr "Kasakhisk" + +msgid "Khmer" +msgstr "Khmer" + +msgid "Kannada" +msgstr "Kannada" + +msgid "Korean" +msgstr "Koreansk" + +msgid "Luxembourgish" +msgstr "Luxembourgsk" + +msgid "Lithuanian" +msgstr "Litauisk" + +msgid "Latvian" +msgstr "Latvisk" + +msgid "Macedonian" +msgstr "Makedonsk" + +msgid "Malayalam" +msgstr "Malayalam" + +msgid "Mongolian" +msgstr "Mongolsk" + +msgid "Marathi" +msgstr "" + +msgid "Burmese" +msgstr "Burmesisk" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "Nepali" + +msgid "Dutch" +msgstr "Nederlandsk" + +msgid "Norwegian Nynorsk" +msgstr "Norsk (nynorsk)" + +msgid "Ossetic" +msgstr "Ossetisk" + +msgid "Punjabi" +msgstr "Punjabi" + +msgid "Polish" +msgstr "Polsk" + +msgid "Portuguese" +msgstr "Portugisisk" + +msgid "Brazilian Portuguese" +msgstr "Brasiliansk portugisisk" + +msgid "Romanian" +msgstr "Rumensk" + +msgid "Russian" +msgstr "Russisk" + +msgid "Slovak" +msgstr "Slovakisk" + +msgid "Slovenian" +msgstr "Slovensk" + +msgid "Albanian" +msgstr "Albansk" + +msgid "Serbian" +msgstr "Serbisk" + +msgid "Serbian Latin" +msgstr "Serbisk latin" + +msgid "Swedish" +msgstr "Svensk" + +msgid "Swahili" +msgstr "Swahili" + +msgid "Tamil" +msgstr "Tamil" + +msgid "Telugu" +msgstr "Telugu" + +msgid "Thai" +msgstr "Thai" + +msgid "Turkish" +msgstr "Tyrkisk" + +msgid "Tatar" +msgstr "Tatarisk" + +msgid "Udmurt" +msgstr "Udmurtisk" + +msgid "Ukrainian" +msgstr "Ukrainsk" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Vietnamese" +msgstr "Vietnamesisk" + +msgid "Simplified Chinese" +msgstr "Simplifisert kinesisk" + +msgid "Traditional Chinese" +msgstr "Tradisjonell kinesisk" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "" + +msgid "Static Files" +msgstr "" + +msgid "Syndication" +msgstr "" + +msgid "Enter a valid value." +msgstr "Oppgje ein gyldig verdi." + +msgid "Enter a valid URL." +msgstr "Oppgje ei gyldig nettadresse." + +msgid "Enter a valid integer." +msgstr "" + +msgid "Enter a valid email address." +msgstr "Oppgje ei gyldig e-postadresse." + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Oppgje ein gyldig 'slug' som består av bokstavar, nummer, understrekar eller " +"bindestrekar." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "Oppgje ei gyldig IPv4-adresse." + +msgid "Enter a valid IPv6 address." +msgstr "Skriv inn ei gyldig IPv6-adresse." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Skriv inn ei gyldig IPv4- eller IPv6-adresse." + +msgid "Enter only digits separated by commas." +msgstr "Oppgje berre tall skild med komma." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Verdien må minimum ha %(limit_value)s teikn (den er %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Verdien må vere mindre enn eller lik %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Verdien må vere større enn eller lik %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "Verdien må ha minst %(limit_value)d teikn (den har %(show_value)d)." +msgstr[1] "Verdien må ha minst %(limit_value)d teikn (den har %(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +msgstr[1] "" + +msgid "and" +msgstr "og" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "Feltet kan ikkje vere tomt." + +msgid "This field cannot be blank." +msgstr "Feltet kan ikkje vere tomt." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s med %(field_label)s fins allereie." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Felt av typen: %(field_type)s" + +msgid "Integer" +msgstr "Heiltal" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "" + +msgid "Big (8 byte) integer" +msgstr "Stort (8 bitar) heiltal" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "Boolsk (True eller False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Tekst (opp til %(max_length)s teikn)" + +msgid "Comma-separated integers" +msgstr "Heiltal skild med komma" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "Dato (utan tid)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "Dato (med tid)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "Desimaltall" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "E-postadresse" + +msgid "File path" +msgstr "Filsti" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "Flyttall" + +msgid "IPv4 address" +msgstr "IPv4-adresse" + +msgid "IP address" +msgstr "IP-adresse" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "Boolsk (True, False eller None)" + +msgid "Positive integer" +msgstr "Positivt heiltal" + +msgid "Positive small integer" +msgstr "Positivt lite heiltal" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (opp til %(max_length)s)" + +msgid "Small integer" +msgstr "Lite heiltal" + +msgid "Text" +msgstr "Tekst" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "Tid" + +msgid "URL" +msgstr "Nettadresse" + +msgid "Raw binary data" +msgstr "" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "" + +msgid "File" +msgstr "Fil" + +msgid "Image" +msgstr "Bilete" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "Primærnøkkel (type bestemt av relatert felt)" + +msgid "One-to-one relationship" +msgstr "Ein-til-ein-forhold" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "Mange-til-mange-forhold" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr "" + +msgid "This field is required." +msgstr "Feltet er påkravd." + +msgid "Enter a whole number." +msgstr "Oppgje eit heiltall." + +msgid "Enter a number." +msgstr "Oppgje eit tall." + +msgid "Enter a valid date." +msgstr "Oppgje ein gyldig dato." + +msgid "Enter a valid time." +msgstr "Oppgje eit gyldig tidspunkt." + +msgid "Enter a valid date/time." +msgstr "Oppgje gyldig dato og tidspunkt." + +msgid "Enter a valid duration." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Inga fil vart sendt. Sjekk \"encoding\"-typen på skjemaet." + +msgid "No file was submitted." +msgstr "Inga fil vart sendt." + +msgid "The submitted file is empty." +msgstr "Fila er tom." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +msgstr[1] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Last enten opp ei fil eller huk av i avkryssingsboksen." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Last opp eit gyldig bilete. Fila du lasta opp var ødelagt eller ikkje eit " +"bilete." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Velg eit gyldig valg. %(value)s er ikkje eit av dei tilgjengelege valga." + +msgid "Enter a list of values." +msgstr "Oppgje ei liste med verdiar." + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr "" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" +msgstr[1] "" + +msgid "Order" +msgstr "Rekkefølge" + +msgid "Delete" +msgstr "Slett" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Korriger dupliserte data for %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "Korriger dupliserte data for %(field)s, som må vere unike." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Korriger dupliserte data for %(field_name)s, som må vere unike for " +"%(lookup)s i %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Korriger dei dupliserte verdiane nedanfor." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "" +"Primærnøkkelen er ikkje den samme som foreldreinstansen sin primærnøkkel." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Velg eit gyldig valg. Valget er ikkje eit av dei tilgjengelege valga." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s kunne ikkje bli tolka i tidssona %(current_timezone)s. Verdien " +"er anten tvetydig eller ugyldig." + +msgid "Currently" +msgstr "Noverande" + +msgid "Change" +msgstr "Endre" + +msgid "Clear" +msgstr "Tøm" + +msgid "Unknown" +msgstr "Ukjend" + +msgid "Yes" +msgstr "Ja" + +msgid "No" +msgstr "Nei" + +msgid "yes,no,maybe" +msgstr "ja,nei,kanskje" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d byte" +msgstr[1] "%(size)d bytes" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "midnatt" + +msgid "noon" +msgstr "12:00" + +msgid "Monday" +msgstr "måndag" + +msgid "Tuesday" +msgstr "tysdag" + +msgid "Wednesday" +msgstr "onsdag" + +msgid "Thursday" +msgstr "torsdag" + +msgid "Friday" +msgstr "fredag" + +msgid "Saturday" +msgstr "laurdag" + +msgid "Sunday" +msgstr "søndag" + +msgid "Mon" +msgstr "man" + +msgid "Tue" +msgstr "tys" + +msgid "Wed" +msgstr "ons" + +msgid "Thu" +msgstr "tor" + +msgid "Fri" +msgstr "fre" + +msgid "Sat" +msgstr "lau" + +msgid "Sun" +msgstr "søn" + +msgid "January" +msgstr "januar" + +msgid "February" +msgstr "februar" + +msgid "March" +msgstr "mars" + +msgid "April" +msgstr "april" + +msgid "May" +msgstr "mai" + +msgid "June" +msgstr "juni" + +msgid "July" +msgstr "juli" + +msgid "August" +msgstr "august" + +msgid "September" +msgstr "september" + +msgid "October" +msgstr "oktober" + +msgid "November" +msgstr "november" + +msgid "December" +msgstr "desember" + +msgid "jan" +msgstr "jan" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mars" + +msgid "apr" +msgstr "april" + +msgid "may" +msgstr "mai" + +msgid "jun" +msgstr "juni" + +msgid "jul" +msgstr "juli" + +msgid "aug" +msgstr "aug" + +msgid "sep" +msgstr "sep" + +msgid "oct" +msgstr "okt" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "des" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "jan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "mars" + +msgctxt "abbrev. month" +msgid "April" +msgstr "april" + +msgctxt "abbrev. month" +msgid "May" +msgstr "mai" + +msgctxt "abbrev. month" +msgid "June" +msgstr "juni" + +msgctxt "abbrev. month" +msgid "July" +msgstr "juli" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "aug." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "sep." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "okt." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "des." + +msgctxt "alt. month" +msgid "January" +msgstr "Januar" + +msgctxt "alt. month" +msgid "February" +msgstr "Februar" + +msgctxt "alt. month" +msgid "March" +msgstr "Mars" + +msgctxt "alt. month" +msgid "April" +msgstr "April" + +msgctxt "alt. month" +msgid "May" +msgstr "Mai" + +msgctxt "alt. month" +msgid "June" +msgstr "Juni" + +msgctxt "alt. month" +msgid "July" +msgstr "Juli" + +msgctxt "alt. month" +msgid "August" +msgstr "August" + +msgctxt "alt. month" +msgid "September" +msgstr "September" + +msgctxt "alt. month" +msgid "October" +msgstr "Oktober" + +msgctxt "alt. month" +msgid "November" +msgstr "November" + +msgctxt "alt. month" +msgid "December" +msgstr "Desember" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "eller" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d år" +msgstr[1] "%d år" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d månad" +msgstr[1] "%d månader" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d veke" +msgstr[1] "%d veker" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d dag" +msgstr[1] "%d dagar" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d time" +msgstr[1] "%d timar" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" + +msgid "0 minutes" +msgstr "0 minutt" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "Welcome to Django" +msgstr "" + +msgid "It worked!" +msgstr "" + +msgid "Congratulations on your first Django-powered page." +msgstr "" + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" + +msgid "No year specified" +msgstr "Årstal ikkje spesifisert" + +msgid "No month specified" +msgstr "Månad ikkje spesifisert" + +msgid "No day specified" +msgstr "Dag ikkje spesifisert" + +msgid "No week specified" +msgstr "Veke ikkje spesifisert" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "%(verbose_name_plural)s tilgjengeleg" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Framtidig %(verbose_name_plural)s er ikkje tilgjengeleg fordi %(class_name)s." +"allow_future er sett til False." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "Ugyldig datostreng '%(datestr)s' gitt format '%(format)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Fann ingen %(verbose_name)s som korresponderte med spørringa" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "Sida er ikkje 'last' og kan heller ikkje konverterast til eit tal." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Tom liste og '%(class_name)s.allow_empty' er False." + +msgid "Directory indexes are not allowed here." +msgstr "Mappeindeksar er ikkje tillate her." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "«%(path)s» finst ikkje." + +#, python-format +msgid "Index of %(directory)s" +msgstr "Indeks for %(directory)s" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/nn/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/nn/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/nn/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/nn/formats.py new file mode 100644 index 0000000..b2e654c --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/nn/formats.py @@ -0,0 +1,43 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'j. F Y' +TIME_FORMAT = 'H:i' +DATETIME_FORMAT = 'j. F Y H:i' +YEAR_MONTH_FORMAT = 'F Y' +MONTH_DAY_FORMAT = 'j. F' +SHORT_DATE_FORMAT = 'd.m.Y' +SHORT_DATETIME_FORMAT = 'd.m.Y H:i' +FIRST_DAY_OF_WEEK = 1 # Monday + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +# Kept ISO formats as they are in first position +DATE_INPUT_FORMATS = [ + '%Y-%m-%d', '%d.%m.%Y', '%d.%m.%y', # '2006-10-25', '25.10.2006', '25.10.06' + # '%d. %b %Y', '%d %b %Y', # '25. okt 2006', '25 okt 2006' + # '%d. %b. %Y', '%d %b. %Y', # '25. okt. 2006', '25 okt. 2006' + # '%d. %B %Y', '%d %B %Y', # '25. oktober 2006', '25 oktober 2006' +] +DATETIME_INPUT_FORMATS = [ + '%Y-%m-%d %H:%M:%S', # '2006-10-25 14:30:59' + '%Y-%m-%d %H:%M:%S.%f', # '2006-10-25 14:30:59.000200' + '%Y-%m-%d %H:%M', # '2006-10-25 14:30' + '%Y-%m-%d', # '2006-10-25' + '%Y-%m-%d', # '2006-10-25' + '%d.%m.%Y %H:%M:%S', # '25.10.2006 14:30:59' + '%d.%m.%Y %H:%M:%S.%f', # '25.10.2006 14:30:59.000200' + '%d.%m.%Y %H:%M', # '25.10.2006 14:30' + '%d.%m.%Y', # '25.10.2006' + '%d.%m.%y %H:%M:%S', # '25.10.06 14:30:59' + '%d.%m.%y %H:%M:%S.%f', # '25.10.06 14:30:59.000200' + '%d.%m.%y %H:%M', # '25.10.06 14:30' + '%d.%m.%y', # '25.10.06' +] +DECIMAL_SEPARATOR = ',' +THOUSAND_SEPARATOR = '\xa0' # non-breaking space +NUMBER_GROUPING = 3 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/os/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/os/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..93fd284377a028e7105d54d060fdd5a074757627 GIT binary patch literal 19549 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 literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/os/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/os/LC_MESSAGES/django.po new file mode 100644 index 0000000..9227333 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/os/LC_MESSAGES/django.po @@ -0,0 +1,1161 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Soslan Khubulov , 2013 +# Soslan Khubulov , 2013 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Ossetic (http://www.transifex.com/django/django/language/" +"os/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: os\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Африкаанс" + +msgid "Arabic" +msgstr "Араббаг" + +msgid "Asturian" +msgstr "" + +msgid "Azerbaijani" +msgstr "Тӕтӕйраг" + +msgid "Bulgarian" +msgstr "Болгайраг" + +msgid "Belarusian" +msgstr "Беларусаг" + +msgid "Bengali" +msgstr "Бенгалаг" + +msgid "Breton" +msgstr "Бретойнаг" + +msgid "Bosnian" +msgstr "Босниаг" + +msgid "Catalan" +msgstr "Каталайнаг" + +msgid "Czech" +msgstr "Чехаг" + +msgid "Welsh" +msgstr "Уельсаг" + +msgid "Danish" +msgstr "Даниаг" + +msgid "German" +msgstr "Немыцаг" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "Грекъаг" + +msgid "English" +msgstr "Англисаг" + +msgid "Australian English" +msgstr "" + +msgid "British English" +msgstr "Бритайнаг англисаг" + +msgid "Esperanto" +msgstr "Есперанто" + +msgid "Spanish" +msgstr "Испайнаг" + +msgid "Argentinian Spanish" +msgstr "Аргентинаг испайнаг" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "Мексикайнаг Испайнаг" + +msgid "Nicaraguan Spanish" +msgstr "Никарагуайаг испайнаг" + +msgid "Venezuelan Spanish" +msgstr "Венесуелаг испайнаг" + +msgid "Estonian" +msgstr "Эстойнаг" + +msgid "Basque" +msgstr "Баскаг" + +msgid "Persian" +msgstr "Персайнаг" + +msgid "Finnish" +msgstr "Финнаг" + +msgid "French" +msgstr "Францаг" + +msgid "Frisian" +msgstr "Фризаг" + +msgid "Irish" +msgstr "Ирландиаг" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "Галициаг" + +msgid "Hebrew" +msgstr "Иврит" + +msgid "Hindi" +msgstr "Хинди" + +msgid "Croatian" +msgstr "Хорватаг" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "Венгриаг" + +msgid "Interlingua" +msgstr "Интерлингва" + +msgid "Indonesian" +msgstr "Индонезиаг" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "Исландаг" + +msgid "Italian" +msgstr "Италиаг" + +msgid "Japanese" +msgstr "Япойнаг" + +msgid "Georgian" +msgstr "Гуырдзиаг" + +msgid "Kazakh" +msgstr "Казахаг" + +msgid "Khmer" +msgstr "Хмераг" + +msgid "Kannada" +msgstr "Каннадаг" + +msgid "Korean" +msgstr "Корейаг" + +msgid "Luxembourgish" +msgstr "Люксембургаг" + +msgid "Lithuanian" +msgstr "Литвайаг" + +msgid "Latvian" +msgstr "Латвийаг" + +msgid "Macedonian" +msgstr "Мӕчъидон" + +msgid "Malayalam" +msgstr "Малайаг" + +msgid "Mongolian" +msgstr "Монголиаг" + +msgid "Marathi" +msgstr "" + +msgid "Burmese" +msgstr "Бурмизаг" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "Непалаг" + +msgid "Dutch" +msgstr "Нидерландаг" + +msgid "Norwegian Nynorsk" +msgstr "Норвегийаг Нинорск" + +msgid "Ossetic" +msgstr "Ирон" + +msgid "Punjabi" +msgstr "Пенджабаг" + +msgid "Polish" +msgstr "Полаг" + +msgid "Portuguese" +msgstr "Португалаг" + +msgid "Brazilian Portuguese" +msgstr "Бразилаг португалаг" + +msgid "Romanian" +msgstr "Румынаг" + +msgid "Russian" +msgstr "Уырыссаг" + +msgid "Slovak" +msgstr "Словакиаг" + +msgid "Slovenian" +msgstr "Словенаг" + +msgid "Albanian" +msgstr "Албайнаг" + +msgid "Serbian" +msgstr "Сербаг" + +msgid "Serbian Latin" +msgstr "Латинаг Сербаг" + +msgid "Swedish" +msgstr "Шведаг" + +msgid "Swahili" +msgstr "Суахили" + +msgid "Tamil" +msgstr "Тамилаг" + +msgid "Telugu" +msgstr "Телугу" + +msgid "Thai" +msgstr "Тайаг" + +msgid "Turkish" +msgstr "Туркаг" + +msgid "Tatar" +msgstr "Тӕтӕйраг" + +msgid "Udmurt" +msgstr "Удмуртаг" + +msgid "Ukrainian" +msgstr "Украинаг" + +msgid "Urdu" +msgstr "Урду" + +msgid "Vietnamese" +msgstr "Вьетнамаг" + +msgid "Simplified Chinese" +msgstr "Ӕнцонгонд Китайаг" + +msgid "Traditional Chinese" +msgstr "Традицион Китайаг" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "" + +msgid "Static Files" +msgstr "" + +msgid "Syndication" +msgstr "" + +msgid "Enter a valid value." +msgstr "Раст бӕрц бафысс." + +msgid "Enter a valid URL." +msgstr "Раст URL бафысс." + +msgid "Enter a valid integer." +msgstr "" + +msgid "Enter a valid email address." +msgstr "Раст email адрис бафысс." + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Раст бӕрӕг ном бафысс, цӕмӕй дзы уой дамгъӕтӕ, нымӕцтӕ бынылхӕххытӕ кӕнӕ " +"дефистӕ." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "Раст IPv4 адрис бафысс." + +msgid "Enter a valid IPv6 address." +msgstr "Раст IPv6 адрис бафысс." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Раст IPv4 кӕнӕ IPv6 адрис бафысс." + +msgid "Enter only digits separated by commas." +msgstr "Бафысс ӕрмӕст нымӕцтӕ, къӕдзгуытӕй дихгонд." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Ацы бӕрц хъуамӕ уа %(limit_value)s (у %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Ацы бӕрц хъуамӕ уа %(limit_value)s, кӕнӕ цъусдӕр." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Ацы бӕрц хъуамӕ уа %(limit_value)s, кӕнӕ цъусдӕр." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Дӕ хъус бадар цӕмӕй ам %(limit_value)d дамгъӕ уӕддӕр уа (ис дзы " +"%(show_value)d)." +msgstr[1] "" +"Дӕ хъус бадар цӕмӕй ам %(limit_value)d дамгъӕйы уӕддӕр уа (ис дзы " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Дӕ хъус бадар цӕмӕй ам %(limit_value)d дамгъӕйӕ фылдӕр ма уа (ис дзы " +"%(show_value)d)." +msgstr[1] "" +"Дӕ хъус бадар цӕмӕй ам %(limit_value)d дамгъӕйӕ фылдӕр ма уа (ис дзы " +"%(show_value)d)." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Дӕ хъус бадар цӕмӕй иууыл иумӕ %(max)s цифрӕйӕ фылдӕр уой." +msgstr[1] "Дӕ хъус бадар цӕмӕй иууыл иумӕ %(max)s цифрӕйӕ фылдӕр уой." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Дӕ хъус бадар цӕмӕй дӕсон бынӕттӕ %(max)s-ӕй фылдӕр ма уой." +msgstr[1] "Дӕ хъус бадар цӕмӕй дӕсон бынӕттӕ %(max)s-ӕй фылдӕр ма уой." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Дӕ хъус бадар цӕмӕй дӕсон стъӕлфы размӕ %(max)s цифрӕйӕ фылдӕр ма уа." +msgstr[1] "" +"Дӕ хъус бадар цӕмӕй дӕсон стъӕлфы размӕ %(max)s цифрӕйӕ фылдӕр ма уа." + +msgid "and" +msgstr "ӕмӕ" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "Ацы быдыр нул ма хъуамӕ уа." + +msgid "This field cannot be blank." +msgstr "Ацы быдыр афтид ма хъуамӕ уа." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s ацы %(field_label)s-имӕ нырид ис." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Быдыры хуыз: %(field_type)s" + +msgid "Integer" +msgstr "Ӕгас нымӕц" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "" + +msgid "Big (8 byte) integer" +msgstr "Стыр (8 байты) ӕгас нымӕц" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "Булон (Бӕлвырд кӕнӕ Мӕнг)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Рӕнхъ (%(max_length)s-ы йонг)" + +msgid "Comma-separated integers" +msgstr "Къӕдзыгӕй хицӕнгонд ӕгас нымӕцтӕ" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "Бон (ӕнӕ рӕстӕг)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "Бон (ӕд рӕстӕг)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "Дӕсон нымӕц" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "Электрон посты адрис" + +msgid "File path" +msgstr "Файлы фӕт" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "Уӕгъд стъӕлфимӕ нымӕц" + +msgid "IPv4 address" +msgstr "IPv4 адрис" + +msgid "IP address" +msgstr "IP адрис" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "Булон (Бӕлвырд, Мӕнг кӕнӕ Ницы)" + +msgid "Positive integer" +msgstr "Позитивон ӕгас нымӕц" + +msgid "Positive small integer" +msgstr "Позитивон гыццыл ӕгас нымӕц" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Слаг (ӕппӕты фылдӕр %(max_length)s)" + +msgid "Small integer" +msgstr "Гыццыл ӕгас нымӕц" + +msgid "Text" +msgstr "Текст" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "Рӕстӕг" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Хом бинарон рардтӕ" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "" + +msgid "File" +msgstr "Файл" + +msgid "Image" +msgstr "Ныв" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "Ӕттагон Амонӕн (хӕстӕг быдырӕй бӕрӕггонд хуыз)" + +msgid "One-to-one relationship" +msgstr "Иуӕн-иу бастдзинад" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "Бирӕйӕн-бирӕ бастдзинад" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr "" + +msgid "This field is required." +msgstr "Ацы быдыр ӕнӕмӕнг у." + +msgid "Enter a whole number." +msgstr "Бафысс ӕнӕхъӕн нымӕц." + +msgid "Enter a number." +msgstr "Бафысс нымӕц." + +msgid "Enter a valid date." +msgstr "Раст бон бафысс." + +msgid "Enter a valid time." +msgstr "Раст рӕстӕг бафысс." + +msgid "Enter a valid date/time." +msgstr "Раст бон/рӕстӕг бафысс." + +msgid "Enter a valid duration." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Ницы файл уыд лӕвӕрд. Абӕрӕг кӕн формӕйы кодкӕнынады хуыз." + +msgid "No file was submitted." +msgstr "Ницы файл уыд лӕвӕрд." + +msgid "The submitted file is empty." +msgstr "Лӕвӕрд файл афтид у." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Дӕ хъус бадар цӕмӕй ацы файлы номы %(max)d дамгъӕйӕ фылдӕр ма уа(ис дзы " +"%(length)d)." +msgstr[1] "" +"Дӕ хъус бадар цӕмӕй ацы файлы номы %(max)d дамгъӕйӕ фылдӕр ма уа(ис дзы " +"%(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Дӕ хорзӕхӕй, кӕнӕ бадӕтт файл, кӕнӕ банысан кӕн сыгъдӕг чекбокс. Дыууӕ иумӕ " +"нӕ." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Раст ныв бавгӕн. Ды цы файл бавгӕдтай, уый кӕнӕ ныв нӕ уыд, кӕнӕ хӕлд ныв " +"уыд." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Раст фадат равзар. %(value)s фадӕтты ӕхсӕн нӕй." + +msgid "Enter a list of values." +msgstr "Бафысс мидисты номхыгъд." + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr "" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Ӕмбӕхст быдыр %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" +msgstr[1] "" + +msgid "Order" +msgstr "Рад" + +msgid "Delete" +msgstr "Схафын" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Дӕ хорзӕхӕй, %(field)s-ы дывӕр рардтӕ сраст кӕн." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "Дӕ хорзӕхӕй, %(field)s-ы дывӕр рардтӕ сраст кӕн. Хъуамӕ уникалон уа." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Дӕ хорзӕхӕй, %(field_name)s-ы дывӕр рардтӕ сраст кӕн. Хъуамӕ %(date_field)s-" +"ы %(lookup)s-ӕн уникалон уа. " + +msgid "Please correct the duplicate values below." +msgstr "Дӕ хорзӕхӕй, бындӕр цы дывӕр рардтӕ ис, уыдон сраст кӕн." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "Ӕддагон амонӕнӕн нӕ разынд хистӕры фыццаг амонӕн." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Раст фадат равзар. УКыцы фадат фадӕтты ӕхсӕн нӕй." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "\"%(pk)s\" фыццаг амонӕнӕн нӕ бӕззы." + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s нӕ бӕрӕг кӕны ацы рӕстӕджы тагы %(current_timezone)s; гӕнӕн ис " +"бирӕнысанон у кӕнӕ та нӕй." + +msgid "Currently" +msgstr "Ныр" + +msgid "Change" +msgstr "Фӕивын" + +msgid "Clear" +msgstr "Сыгъдӕг" + +msgid "Unknown" +msgstr "Ӕнӕбӕрӕг" + +msgid "Yes" +msgstr "О" + +msgid "No" +msgstr "Нӕ" + +msgid "yes,no,maybe" +msgstr "о,нӕ,гӕнӕн ис" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d байт" +msgstr[1] "%(size)d байты" + +#, python-format +msgid "%s KB" +msgstr "%s КБ" + +#, python-format +msgid "%s MB" +msgstr "%s МБ" + +#, python-format +msgid "%s GB" +msgstr "%s ГБ" + +#, python-format +msgid "%s TB" +msgstr "%s ТБ" + +#, python-format +msgid "%s PB" +msgstr "%s ПБ" + +msgid "p.m." +msgstr "ӕ.ф." + +msgid "a.m." +msgstr "ӕ.р." + +msgid "PM" +msgstr "ӔФ" + +msgid "AM" +msgstr "ӔР" + +msgid "midnight" +msgstr "ӕмбисӕхсӕв" + +msgid "noon" +msgstr "ӕмбисбон" + +msgid "Monday" +msgstr "Къуырисӕр" + +msgid "Tuesday" +msgstr "Дыццӕг" + +msgid "Wednesday" +msgstr "Ӕртыццӕг" + +msgid "Thursday" +msgstr "Цыппӕрӕм" + +msgid "Friday" +msgstr "Майрӕмбон" + +msgid "Saturday" +msgstr "Сабат" + +msgid "Sunday" +msgstr "Хуыцаубон" + +msgid "Mon" +msgstr "Крс" + +msgid "Tue" +msgstr "Дцг" + +msgid "Wed" +msgstr "Ӕрт" + +msgid "Thu" +msgstr "Цпр" + +msgid "Fri" +msgstr "Мрб" + +msgid "Sat" +msgstr "Сбт" + +msgid "Sun" +msgstr "Хцб" + +msgid "January" +msgstr "Январь" + +msgid "February" +msgstr "Февраль" + +msgid "March" +msgstr "Мартъи" + +msgid "April" +msgstr "Апрель" + +msgid "May" +msgstr "Май" + +msgid "June" +msgstr "Июнь" + +msgid "July" +msgstr "Июль" + +msgid "August" +msgstr "Август" + +msgid "September" +msgstr "Сентябрь" + +msgid "October" +msgstr "Октябрь" + +msgid "November" +msgstr "Ноябрь" + +msgid "December" +msgstr "Декабрь" + +msgid "jan" +msgstr "янв" + +msgid "feb" +msgstr "фев" + +msgid "mar" +msgstr "мар" + +msgid "apr" +msgstr "апр" + +msgid "may" +msgstr "май" + +msgid "jun" +msgstr "июн" + +msgid "jul" +msgstr "июл" + +msgid "aug" +msgstr "авг" + +msgid "sep" +msgstr "сен" + +msgid "oct" +msgstr "окт" + +msgid "nov" +msgstr "ноя" + +msgid "dec" +msgstr "дек" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Янв." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Фев." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Мартъи" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Апрель" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Май" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Июнь" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Июль" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Авг." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Сен." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Окт." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Ноя." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Дек." + +msgctxt "alt. month" +msgid "January" +msgstr "Январь" + +msgctxt "alt. month" +msgid "February" +msgstr "Февраль" + +msgctxt "alt. month" +msgid "March" +msgstr "Мартъи" + +msgctxt "alt. month" +msgid "April" +msgstr "Апрель" + +msgctxt "alt. month" +msgid "May" +msgstr "Май" + +msgctxt "alt. month" +msgid "June" +msgstr "Июнь" + +msgctxt "alt. month" +msgid "July" +msgstr "Июль" + +msgctxt "alt. month" +msgid "August" +msgstr "Август" + +msgctxt "alt. month" +msgid "September" +msgstr "Сентябрь" + +msgctxt "alt. month" +msgid "October" +msgstr "Октябрь" + +msgctxt "alt. month" +msgid "November" +msgstr "Ноябрь" + +msgctxt "alt. month" +msgid "December" +msgstr "Декабрь" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "кӕнӕ" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d аз" +msgstr[1] "%d азы" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d мӕй" +msgstr[1] "%d мӕйы" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d къуыри" +msgstr[1] "%d къуырийы" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d бон" +msgstr[1] "%d боны" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d сахат" +msgstr[1] "%d сахаты" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d минут" +msgstr[1] "%d минуты" + +msgid "0 minutes" +msgstr "0 минуты" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "Welcome to Django" +msgstr "" + +msgid "It worked!" +msgstr "" + +msgid "Congratulations on your first Django-powered page." +msgstr "" + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" + +msgid "No year specified" +msgstr "Аз амынд нӕ уыд" + +msgid "No month specified" +msgstr "Мӕй амынд нӕ уыд" + +msgid "No day specified" +msgstr "Бон амынд нӕ уыд" + +msgid "No week specified" +msgstr "Къуыри амынд нӕ уыд" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Ницы %(verbose_name_plural)s ис" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Фидӕн %(verbose_name_plural)s-мӕ бавналӕн нӕй, уымӕн ӕмӕ %(class_name)s." +"allow_future Мӕнг у." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "Боны рӕнхъ '%(datestr)s'-ы лӕвӕрд формат '%(format)s' раст нӕу" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Домӕнӕн ницы %(verbose_name)s ӕмбӕлы" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "Фарс 'last' нӕу, нӕдӕр ӕй int-мӕ ис гӕнӕн раивын." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Мӕнг фарс (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Номхыгъд афтид у, ӕмӕ '%(class_name)s.allow_empty' мӕнг у." + +msgid "Directory indexes are not allowed here." +msgstr "Ам директориты индекстӕ нӕй гӕнӕн." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" нӕй" + +#, python-format +msgid "Index of %(directory)s" +msgstr "%(directory)s-ы индекс" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/pa/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/pa/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..6184b973535125560abad23ba8a61764eae999b9 GIT binary patch literal 11665 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 literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/pa/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/pa/LC_MESSAGES/django.po new file mode 100644 index 0000000..b480f4c --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/pa/LC_MESSAGES/django.po @@ -0,0 +1,1135 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# A S Alam , 2011,2013,2015 +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Panjabi (Punjabi) (http://www.transifex.com/django/django/" +"language/pa/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pa\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "ਅਫਰੀਕੀ" + +msgid "Arabic" +msgstr "ਅਰਬੀ" + +msgid "Asturian" +msgstr "" + +msgid "Azerbaijani" +msgstr "ਅਜ਼ਰਬਾਈਜਾਨੀ" + +msgid "Bulgarian" +msgstr "ਬੁਲਗਾਰੀਆਈ" + +msgid "Belarusian" +msgstr "ਬੇਲਾਰੂਸੀ" + +msgid "Bengali" +msgstr "ਬੰਗਾਲੀ" + +msgid "Breton" +msgstr "ਬਰੇਟੋਨ" + +msgid "Bosnian" +msgstr "ਬੋਸਨੀਆਈ" + +msgid "Catalan" +msgstr "ਕਾਟਾਲਾਨ" + +msgid "Czech" +msgstr "ਚੈੱਕ" + +msgid "Welsh" +msgstr "ਵੈਲਸ਼" + +msgid "Danish" +msgstr "ਡੈਨਿਸ਼" + +msgid "German" +msgstr "ਜਰਮਨ" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "ਗਰੀਕ" + +msgid "English" +msgstr "ਅੰਗਰੇਜ਼ੀ" + +msgid "Australian English" +msgstr "" + +msgid "British English" +msgstr "ਬਰਤਾਨੀਵੀਂ ਅੰਗਰੇਜ਼ੀ" + +msgid "Esperanto" +msgstr "" + +msgid "Spanish" +msgstr "ਸਪੇਨੀ" + +msgid "Argentinian Spanish" +msgstr "ਅਰਜਨਟੀਨੀ ਸਪੇਨੀ" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "ਮੈਕਸੀਕਨ ਸਪੇਨੀ" + +msgid "Nicaraguan Spanish" +msgstr "" + +msgid "Venezuelan Spanish" +msgstr "" + +msgid "Estonian" +msgstr "ਈਸਟੋਨੀਆਈ" + +msgid "Basque" +msgstr "ਬਸਕਿਊ" + +msgid "Persian" +msgstr "ਪਰਸ਼ੀਆਈ" + +msgid "Finnish" +msgstr "ਫੈਨਿਸ਼" + +msgid "French" +msgstr "ਫਰੈਂਚ" + +msgid "Frisian" +msgstr "ਫ਼ਾਰਸੀ" + +msgid "Irish" +msgstr "ਆਈਰਸ਼" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "ਗਲੀਸੀਆਈ" + +msgid "Hebrew" +msgstr "ਹੈਬਰਿਊ" + +msgid "Hindi" +msgstr "ਹਿੰਦੀ" + +msgid "Croatian" +msgstr "ਕਰੋਆਟੀਆਈ" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "ਹੰਗਰੀਆਈ" + +msgid "Interlingua" +msgstr "" + +msgid "Indonesian" +msgstr "ਇੰਡੋਨੇਸ਼ੀਆਈ" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "ਆਈਸਲੈਂਡਿਕ" + +msgid "Italian" +msgstr "ਇਤਾਲਵੀ" + +msgid "Japanese" +msgstr "ਜਾਪਾਨੀ" + +msgid "Georgian" +msgstr "ਜਾਰਜੀਆਈ" + +msgid "Kazakh" +msgstr "ਕਜ਼ਾਖ" + +msgid "Khmer" +msgstr "ਖਮੀਰ" + +msgid "Kannada" +msgstr "ਕੰਨੜ" + +msgid "Korean" +msgstr "ਕੋਰੀਆਈ" + +msgid "Luxembourgish" +msgstr "" + +msgid "Lithuanian" +msgstr "ਲੀਥੁਨੀਆਈ" + +msgid "Latvian" +msgstr "ਲਾਟਵੀਅਨ" + +msgid "Macedonian" +msgstr "ਮੈਕਡੋਨੀਆਈ" + +msgid "Malayalam" +msgstr "ਮਲਿਆਲਮ" + +msgid "Mongolian" +msgstr "ਮੰਗੋਲੀਆਈ" + +msgid "Marathi" +msgstr "ਮਰਾਠੀ" + +msgid "Burmese" +msgstr "" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "ਨੇਪਾਲੀ" + +msgid "Dutch" +msgstr "ਡੱਚ" + +msgid "Norwegian Nynorsk" +msgstr "ਨਾਰਵੇਗੀਅਨ ਨਯਨੋਰਸਕ" + +msgid "Ossetic" +msgstr "" + +msgid "Punjabi" +msgstr "ਪੰਜਾਬੀ" + +msgid "Polish" +msgstr "ਪੋਲੈਂਡੀ" + +msgid "Portuguese" +msgstr "ਪੁਰਤਗਾਲੀ" + +msgid "Brazilian Portuguese" +msgstr "ਬਰਾਜ਼ੀਲੀ ਪੁਰਤਗਾਲੀ" + +msgid "Romanian" +msgstr "ਰੋਮਾਨੀਆਈ" + +msgid "Russian" +msgstr "ਰੂਸੀ" + +msgid "Slovak" +msgstr "ਸਲੋਵਾਕ" + +msgid "Slovenian" +msgstr "ਸਲੋਵੀਨੀਆਈ" + +msgid "Albanian" +msgstr "ਅਲਬੀਨੀਆਈ" + +msgid "Serbian" +msgstr "ਸਰਬੀਆਈ" + +msgid "Serbian Latin" +msgstr "ਸਰਬੀਆਈ ਲੈਟਿਨ" + +msgid "Swedish" +msgstr "ਸਵੀਡਨੀ" + +msgid "Swahili" +msgstr "" + +msgid "Tamil" +msgstr "ਤਾਮਿਲ" + +msgid "Telugu" +msgstr "ਤੇਲਗੂ" + +msgid "Thai" +msgstr "ਥਾਈ" + +msgid "Turkish" +msgstr "ਤੁਰਕ" + +msgid "Tatar" +msgstr "ਤਤਾਰ" + +msgid "Udmurt" +msgstr "" + +msgid "Ukrainian" +msgstr "ਯੂਕਰੇਨੀ" + +msgid "Urdu" +msgstr "ਉਰਦੂ" + +msgid "Vietnamese" +msgstr "ਵੀਅਤਨਾਮੀ" + +msgid "Simplified Chinese" +msgstr "ਸਧਾਰਨ ਚੀਨੀ" + +msgid "Traditional Chinese" +msgstr "ਮੂਲ ਚੀਨੀ" + +msgid "Messages" +msgstr "ਸੁਨੇਹੇ" + +msgid "Site Maps" +msgstr "ਸਾਈਟ ਖਾਕੇ" + +msgid "Static Files" +msgstr "ਸਥਿਰ ਫਾਈਲਾਂ" + +msgid "Syndication" +msgstr "" + +msgid "Enter a valid value." +msgstr "ਠੀਕ ਮੁੱਲ ਦਿਓ" + +msgid "Enter a valid URL." +msgstr "ਠੀਕ URL ਦਿਉ।" + +msgid "Enter a valid integer." +msgstr "" + +msgid "Enter a valid email address." +msgstr "ਢੁੱਕਵਾਂ ਈਮੇਲ ਸਿਰਨਾਵਾਂ ਦਿਉ ਜੀ।" + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "" + +msgid "Enter a valid IPv6 address." +msgstr "" + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "" + +msgid "Enter only digits separated by commas." +msgstr "" + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "" + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "" + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +msgstr[1] "" + +msgid "and" +msgstr "ਅਤੇ" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "" + +msgid "This field cannot be blank." +msgstr "ਇਹ ਖੇਤਰ ਖਾਲੀ ਨਹੀਂ ਹੋ ਸਕਦਾ ਹੈ।" + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "" + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "ਖੇਤਰ ਦੀ ਕਿਸਮ: %(field_type)s" + +msgid "Integer" +msgstr "ਅੰਕ" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "" + +msgid "Big (8 byte) integer" +msgstr "" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "" + +msgid "Comma-separated integers" +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "ਮਿਤੀ (ਬਿਨਾਂ ਸਮਾਂ)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "ਮਿਤੀ (ਸਮੇਂ ਨਾਲ)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "ਦਸ਼ਮਲਵ ਅੰਕ" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "ਅੰਤਰਾਲ" + +msgid "Email address" +msgstr "ਈਮੇਲ ਐਡਰੈੱਸ" + +msgid "File path" +msgstr "ਫਾਇਲ ਪਾਥ" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "" + +msgid "IPv4 address" +msgstr "IPv4 ਸਿਰਨਾਵਾਂ" + +msgid "IP address" +msgstr "IP ਐਡਰੈੱਸ" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "" + +msgid "Positive integer" +msgstr "" + +msgid "Positive small integer" +msgstr "" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "" + +msgid "Small integer" +msgstr "" + +msgid "Text" +msgstr "ਟੈਕਸਟ" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "ਸਮਾਂ" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "" + +msgid "File" +msgstr "ਫਾਇਲ" + +msgid "Image" +msgstr "ਚਿੱਤਰ" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "" + +msgid "One-to-one relationship" +msgstr "ਇੱਕ-ਤੋਂ-ਇੱਕ ਸਬੰਧ" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "ਕਈ-ਤੋਂ-ਕਈ ਸਬੰਧ" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr "" + +msgid "This field is required." +msgstr "ਇਹ ਖੇਤਰ ਲਾਜ਼ਮੀ ਹੈ।" + +msgid "Enter a whole number." +msgstr "ਪੂਰਨ ਨੰਬਰ ਦਿਉ।" + +msgid "Enter a number." +msgstr "ਨੰਬਰ ਦਿਓ।" + +msgid "Enter a valid date." +msgstr "ਠੀਕ ਮਿਤੀ ਦਿਓ।" + +msgid "Enter a valid time." +msgstr "ਠੀਕ ਸਮਾਂ ਦਿਓ।" + +msgid "Enter a valid date/time." +msgstr "ਠੀਕ ਮਿਤੀ/ਸਮਾਂ ਦਿਓ।" + +msgid "Enter a valid duration." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" + +msgid "No file was submitted." +msgstr "ਕੋਈ ਫਾਇਲ ਨਹੀਂ ਭੇਜੀ।" + +msgid "The submitted file is empty." +msgstr "ਦਿੱਤੀ ਫਾਇਲ ਖਾਲੀ ਹੈ।" + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +msgstr[1] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" + +msgid "Enter a list of values." +msgstr "ਮੁੱਲ ਦੀ ਲਿਸਟ ਦਿਓ।" + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" +msgstr[1] "" + +msgid "Order" +msgstr "ਲੜੀ" + +msgid "Delete" +msgstr "ਹਟਾਓ" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "" + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" + +msgid "Please correct the duplicate values below." +msgstr "" + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +msgid "Currently" +msgstr "ਮੌਜੂਦਾ" + +msgid "Change" +msgstr "ਬਦਲੋ" + +msgid "Clear" +msgstr "ਸਾਫ਼ ਕਰੋ" + +msgid "Unknown" +msgstr "ਅਣਜਾਣ" + +msgid "Yes" +msgstr "ਹਾਂ" + +msgid "No" +msgstr "ਨਹੀਂ" + +msgid "yes,no,maybe" +msgstr "ਹਾਂ,ਨਹੀਂ,ਸ਼ਾਇਦ" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d ਬਾਈਟ" +msgstr[1] "%(size)d ਬਾਈਟ" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "ਸ਼ਾਮ" + +msgid "AM" +msgstr "ਸਵੇਰ" + +msgid "midnight" +msgstr "ਅੱਧੀ-ਰਾਤ" + +msgid "noon" +msgstr "ਨੂਨ" + +msgid "Monday" +msgstr "ਸੋਮਵਾਰ" + +msgid "Tuesday" +msgstr "ਮੰਗਲਵਾਰ" + +msgid "Wednesday" +msgstr "ਬੁੱਧਵਾਰ" + +msgid "Thursday" +msgstr "ਵੀਰਵਾਰ" + +msgid "Friday" +msgstr "ਸ਼ੁੱਕਰਵਾਰ" + +msgid "Saturday" +msgstr "ਸ਼ਨਿੱਚਰਵਾਰ" + +msgid "Sunday" +msgstr "ਐਤਵਾਰ" + +msgid "Mon" +msgstr "ਸੋਮ" + +msgid "Tue" +msgstr "ਮੰਗ" + +msgid "Wed" +msgstr "ਬੁੱਧ" + +msgid "Thu" +msgstr "ਵੀਰ" + +msgid "Fri" +msgstr "ਸ਼ੁੱਕ" + +msgid "Sat" +msgstr "ਸ਼ਨਿੱ" + +msgid "Sun" +msgstr "ਐਤ" + +msgid "January" +msgstr "ਜਨਵਰੀ" + +msgid "February" +msgstr "ਫਰਵਰੀ" + +msgid "March" +msgstr "ਮਾਰਚ" + +msgid "April" +msgstr "ਅਪਰੈਲ" + +msgid "May" +msgstr "ਮਈ" + +msgid "June" +msgstr "ਜੂਨ" + +msgid "July" +msgstr "ਜੁਲਾਈ" + +msgid "August" +msgstr "ਅਗਸਤ" + +msgid "September" +msgstr "ਸਤੰਬਰ" + +msgid "October" +msgstr "ਅਕਤੂਬਰ" + +msgid "November" +msgstr "ਨਵੰਬਰ" + +msgid "December" +msgstr "ਦਸੰਬਰ" + +msgid "jan" +msgstr "ਜਨ" + +msgid "feb" +msgstr "ਫਰ" + +msgid "mar" +msgstr "ਮਾਰ" + +msgid "apr" +msgstr "ਅਪ" + +msgid "may" +msgstr "ਮਈ" + +msgid "jun" +msgstr "ਜੂਨ" + +msgid "jul" +msgstr "ਜੁਲ" + +msgid "aug" +msgstr "ਅਗ" + +msgid "sep" +msgstr "ਸਤੰ" + +msgid "oct" +msgstr "ਅਕ" + +msgid "nov" +msgstr "ਨਵੰ" + +msgid "dec" +msgstr "ਦਸੰ" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "ਜਨ" + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "ਫਰ" + +msgctxt "abbrev. month" +msgid "March" +msgstr "ਮਾਰ" + +msgctxt "abbrev. month" +msgid "April" +msgstr "ਅਪ" + +msgctxt "abbrev. month" +msgid "May" +msgstr "ਮਈ" + +msgctxt "abbrev. month" +msgid "June" +msgstr "ਜੂਨ" + +msgctxt "abbrev. month" +msgid "July" +msgstr "ਜੁਲ" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "ਅਗ" + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "ਸਤੰ" + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "ਅਕਤੂ" + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "ਨਵੰ" + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "ਦਸੰ" + +msgctxt "alt. month" +msgid "January" +msgstr "ਜਨਵਰੀ" + +msgctxt "alt. month" +msgid "February" +msgstr "ਫਰਵਰੀ" + +msgctxt "alt. month" +msgid "March" +msgstr "ਮਾਰਚ" + +msgctxt "alt. month" +msgid "April" +msgstr "ਅਪਰੈਲ" + +msgctxt "alt. month" +msgid "May" +msgstr "ਮਈ" + +msgctxt "alt. month" +msgid "June" +msgstr "ਜੂਨ" + +msgctxt "alt. month" +msgid "July" +msgstr "ਜੁਲਾਈ" + +msgctxt "alt. month" +msgid "August" +msgstr "ਅਗਸਤ" + +msgctxt "alt. month" +msgid "September" +msgstr "ਸਤੰਬਰ" + +msgctxt "alt. month" +msgid "October" +msgstr "ਅਕਤੂਬਰ" + +msgctxt "alt. month" +msgid "November" +msgstr "ਨਵੰਬਰ" + +msgctxt "alt. month" +msgid "December" +msgstr "ਦਸੰਬਰ" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "ਜਾਂ" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr "," + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d ਸਾਲ" +msgstr[1] "%d ਸਾਲ" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d ਮਹੀਨਾ" +msgstr[1] "%d ਮਹੀਨੇ" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d ਹਫ਼ਤਾ" +msgstr[1] "%d ਹਫ਼ਤੇ" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d ਦਿਨ" +msgstr[1] "%d ਦਿਨ" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d ਘੰਟਾ" +msgstr[1] "%d ਘੰਟੇ" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d ਮਿੰਟ" +msgstr[1] "%d ਮਿੰਟ" + +msgid "0 minutes" +msgstr "0 ਮਿੰਟ" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "Welcome to Django" +msgstr "ਡਿਜਾਂਗੋ ਉੱਤੇ ਜੀ ਆਇਆਂ ਨੂੰ" + +msgid "It worked!" +msgstr "ਇਹ ਕੰਮ ਕਰਦਾ ਹੈ!" + +msgid "Congratulations on your first Django-powered page." +msgstr "" + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" + +msgid "No year specified" +msgstr "ਕੋਈ ਸਾਲ ਨਹੀਂ ਦਿੱਤਾ" + +msgid "No month specified" +msgstr "ਕੋਈ ਮਹੀਨਾ ਨਹੀਂ ਦਿੱਤਾ" + +msgid "No day specified" +msgstr "ਕੋਈ ਦਿਨ ਨਹੀਂ ਦਿੱਤਾ" + +msgid "No week specified" +msgstr "ਕੋਈ ਹਫ਼ਤਾ ਨਹੀਂ ਦਿੱਤਾ" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "" + +msgid "Directory indexes are not allowed here." +msgstr "" + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" ਮੌਜੂਦ ਨਹੀਂ ਹੈ" + +#, python-format +msgid "Index of %(directory)s" +msgstr "%(directory)s ਦਾ ਇੰਡੈਕਸ" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/pl/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/pl/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..d2bd0371d5063d34f0b7f31e3098cd9cd24d53f9 GIT binary patch literal 25611 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 literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/pl/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/pl/LC_MESSAGES/django.po new file mode 100644 index 0000000..d464210 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/pl/LC_MESSAGES/django.po @@ -0,0 +1,1246 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# sidewinder , 2014 +# Adam Stachowicz , 2015 +# angularcircle, 2011,2013 +# angularcircle, 2011,2013 +# angularcircle, 2014 +# Dariusz Paluch , 2015 +# Jannis Leidel , 2011 +# Janusz Harkot , 2014-2015 +# Kacper Krupa , 2013 +# Karol , 2012 +# konryd , 2011 +# konryd , 2011 +# Łukasz Rekucki , 2011 +# m_aciek , 2016 +# m_aciek , 2015 +# Michał Pasternak , 2013 +# p , 2012 +# Piotr Meuś , 2014 +# p , 2012 +# Quadric , 2014 +# Radek Czajka , 2013 +# Radek Czajka , 2013 +# Roman Barczyński , 2012 +# sidewinder , 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-07-01 12:37+0000\n" +"Last-Translator: m_aciek \n" +"Language-Team: Polish (http://www.transifex.com/django/django/language/pl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" + +msgid "Afrikaans" +msgstr "afrykanerski" + +msgid "Arabic" +msgstr "arabski" + +msgid "Asturian" +msgstr "asturyjski" + +msgid "Azerbaijani" +msgstr "azerski" + +msgid "Bulgarian" +msgstr "bułgarski" + +msgid "Belarusian" +msgstr "białoruski" + +msgid "Bengali" +msgstr "bengalski" + +msgid "Breton" +msgstr "bretoński" + +msgid "Bosnian" +msgstr "bośniacki" + +msgid "Catalan" +msgstr "kataloński" + +msgid "Czech" +msgstr "czeski" + +msgid "Welsh" +msgstr "walijski" + +msgid "Danish" +msgstr "duński" + +msgid "German" +msgstr "niemiecki" + +msgid "Lower Sorbian" +msgstr "dolnołużycki" + +msgid "Greek" +msgstr "grecki" + +msgid "English" +msgstr "angielski" + +msgid "Australian English" +msgstr "australijski angielski" + +msgid "British English" +msgstr "angielski brytyjski" + +msgid "Esperanto" +msgstr "esperanto" + +msgid "Spanish" +msgstr "hiszpański" + +msgid "Argentinian Spanish" +msgstr "hiszpański argentyński" + +msgid "Colombian Spanish" +msgstr "Kolumbijczyk hiszpański" + +msgid "Mexican Spanish" +msgstr "hiszpański meksykański" + +msgid "Nicaraguan Spanish" +msgstr "hiszpański nikaraguański" + +msgid "Venezuelan Spanish" +msgstr "hiszpański wenezuelski" + +msgid "Estonian" +msgstr "estoński" + +msgid "Basque" +msgstr "baskijski" + +msgid "Persian" +msgstr "perski" + +msgid "Finnish" +msgstr "fiński" + +msgid "French" +msgstr "francuski" + +msgid "Frisian" +msgstr "fryzyjski" + +msgid "Irish" +msgstr "irlandzki" + +msgid "Scottish Gaelic" +msgstr "Szkocki gaelicki" + +msgid "Galician" +msgstr "galicyjski" + +msgid "Hebrew" +msgstr "hebrajski" + +msgid "Hindi" +msgstr "hindi" + +msgid "Croatian" +msgstr "chorwacki" + +msgid "Upper Sorbian" +msgstr "górnołużycki" + +msgid "Hungarian" +msgstr "węgierski" + +msgid "Interlingua" +msgstr "interlingua" + +msgid "Indonesian" +msgstr "indonezyjski" + +msgid "Ido" +msgstr "ido" + +msgid "Icelandic" +msgstr "islandzki" + +msgid "Italian" +msgstr "włoski" + +msgid "Japanese" +msgstr "japoński" + +msgid "Georgian" +msgstr "gruziński" + +msgid "Kazakh" +msgstr "kazachski" + +msgid "Khmer" +msgstr "khmerski" + +msgid "Kannada" +msgstr "kannada" + +msgid "Korean" +msgstr "koreański" + +msgid "Luxembourgish" +msgstr "luksemburski" + +msgid "Lithuanian" +msgstr "litewski" + +msgid "Latvian" +msgstr "łotewski" + +msgid "Macedonian" +msgstr "macedoński" + +msgid "Malayalam" +msgstr "malajski" + +msgid "Mongolian" +msgstr "mongolski" + +msgid "Marathi" +msgstr "marathi" + +msgid "Burmese" +msgstr "birmański" + +msgid "Norwegian Bokmål" +msgstr "norweski (bokmål)" + +msgid "Nepali" +msgstr "nepalski" + +msgid "Dutch" +msgstr "holenderski" + +msgid "Norwegian Nynorsk" +msgstr "norweski (Nynorsk)" + +msgid "Ossetic" +msgstr "osetyjski" + +msgid "Punjabi" +msgstr "pendżabski" + +msgid "Polish" +msgstr "polski" + +msgid "Portuguese" +msgstr "portugalski" + +msgid "Brazilian Portuguese" +msgstr "brazylijski portugalski" + +msgid "Romanian" +msgstr "rumuński" + +msgid "Russian" +msgstr "rosyjski" + +msgid "Slovak" +msgstr "słowacki" + +msgid "Slovenian" +msgstr "słoweński" + +msgid "Albanian" +msgstr "albański" + +msgid "Serbian" +msgstr "serbski" + +msgid "Serbian Latin" +msgstr "serbski (łaciński)" + +msgid "Swedish" +msgstr "szwedzki" + +msgid "Swahili" +msgstr "suahili" + +msgid "Tamil" +msgstr "tamilski" + +msgid "Telugu" +msgstr "telugu" + +msgid "Thai" +msgstr "tajski" + +msgid "Turkish" +msgstr "turecki" + +msgid "Tatar" +msgstr "tatarski" + +msgid "Udmurt" +msgstr "udmurcki" + +msgid "Ukrainian" +msgstr "ukraiński" + +msgid "Urdu" +msgstr "urdu" + +msgid "Vietnamese" +msgstr "wietnamski" + +msgid "Simplified Chinese" +msgstr "chiński uproszczony" + +msgid "Traditional Chinese" +msgstr "chiński tradycyjny" + +msgid "Messages" +msgstr "Wiadomości" + +msgid "Site Maps" +msgstr "Mapy stron" + +msgid "Static Files" +msgstr "Pliki statyczne" + +msgid "Syndication" +msgstr "Syndykacja treści" + +msgid "Enter a valid value." +msgstr "Wpisz poprawną wartość." + +msgid "Enter a valid URL." +msgstr "Wpisz poprawny URL." + +msgid "Enter a valid integer." +msgstr "Wprowadź poprawną liczbę całkowitą." + +msgid "Enter a valid email address." +msgstr "Wprowadź poprawny adres email." + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "To pole może zawierać jedynie litery, cyfry, podkreślenia i myślniki." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Poprawna wartość składa się z poprawnych liter alfabetu unicode, cyfr, " +"podkreśleń lub myślników." + +msgid "Enter a valid IPv4 address." +msgstr "Wprowadź poprawny adres IPv4." + +msgid "Enter a valid IPv6 address." +msgstr "Wprowadź poprawny adres IPv6." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Wprowadź poprawny adres IPv4 lub IPv6." + +msgid "Enter only digits separated by commas." +msgstr "Wpisz tylko cyfry oddzielone przecinkami." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Upewnij się, że ta wartość jest %(limit_value)s (jest %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Upewnij się, że ta wartość jest mniejsza lub równa %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Upewnij się, że ta wartość jest większa lub równa %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Upewnij się, że ta wartość ma przynajmniej %(limit_value)d znak (obecnie ma " +"%(show_value)d)." +msgstr[1] "" +"Upewnij się, że ta wartość ma przynajmniej %(limit_value)d znaki (obecnie ma " +"%(show_value)d)." +msgstr[2] "" +"Upewnij się, że ta wartość ma przynajmniej %(limit_value)d znaków (obecnie " +"ma %(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Upewnij się, że ta wartość ma co najwyżej %(limit_value)d znak (obecnie ma " +"%(show_value)d)." +msgstr[1] "" +"Upewnij się, że ta wartość ma co najwyżej %(limit_value)d znaki (obecnie ma " +"%(show_value)d)." +msgstr[2] "" +"Upewnij się, że ta wartość ma co najwyżej %(limit_value)d znaków (obecnie ma " +"%(show_value)d)." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Upewnij się, że jest nie więcej niż %(max)s cyfra." +msgstr[1] "Upewnij się, że jest nie więcej niż %(max)s cyfr." +msgstr[2] "Upewnij się, że jest nie więcej niż %(max)s cyfr." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +"Upewnij się, że liczba ma nie więcej niż %(max)s cyfrę po przecinku." +msgstr[1] "" +"Upewnij się, że liczba ma nie więcej niż %(max)s cyfry po przecinku." +msgstr[2] "Upewnij się, że liczba ma nie więcej niż %(max)s cyfr po przecinku." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Upewnij się, że liczba ma nie więcej niż %(max)s cyfrę przed przecinkiem." +msgstr[1] "" +"Upewnij się, że liczba ma nie więcej niż %(max)s cyfry przed przecinkiem." +msgstr[2] "" +"Upewnij się, że liczba ma nie więcej niż %(max)s cyfr przed przecinkiem." + +msgid "and" +msgstr "i" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s z tymi %(field_labels)s już istnieje." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Wartość %(value)r nie jest poprawnym wyborem." + +msgid "This field cannot be null." +msgstr "To pole nie może być puste." + +msgid "This field cannot be blank." +msgstr "To pole nie może być puste." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(field_label)s już istnieje w %(model_name)s." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"Wartość pola %(field_label)s musi być unikatowa dla %(date_field_label)s " +"%(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Pole typu: %(field_type)s" + +msgid "Integer" +msgstr "Liczba całkowita" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "wartość '%(value)s' musi być liczbą całkowitą." + +msgid "Big (8 byte) integer" +msgstr "Duża liczba całkowita (8 bajtów)" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "wartość '%(value)s' musi być True lub False." + +msgid "Boolean (Either True or False)" +msgstr "Wartość logiczna (True, False - prawda lub fałsz)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Łańcuch (do %(max_length)s znaków)" + +msgid "Comma-separated integers" +msgstr "Liczby całkowite rozdzielone przecinkami" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"wartość '%(value)s' ma nieprawidłowy format. Musi być w formacie YYYY-MM-DD." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"wartość '%(value)s' ma prawidłowy format (YYYY-MM-DD), ale jest " +"nieprawidłową datą." + +msgid "Date (without time)" +msgstr "Data (bez godziny)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"wartość '%(value)s' ma nieprawidłowy format. Musi być w formacie YYYY-MM-DD " +"HH:MM[:ss[.uuuuuu]][TZ]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"wartość '%(value)s' ma prawidłowy format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]), ale jest nieprawidłową datą/godziną." + +msgid "Date (with time)" +msgstr "Data (z godziną)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "wartość '%(value)s' musi być liczbą dziesiętną." + +msgid "Decimal number" +msgstr "Liczba dziesiętna" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" +"wartość '%(value)s' ma błędny format. Poprawny to [DD] [HH:[MM:]]ss[.uuuuuu] " +"format." + +msgid "Duration" +msgstr "Czas trwania" + +msgid "Email address" +msgstr "Adres e-mail" + +msgid "File path" +msgstr "Ścieżka do pliku" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "wartość '%(value)s' musi być liczbą zmiennoprzecinkową." + +msgid "Floating point number" +msgstr "Liczba zmiennoprzecinkowa" + +msgid "IPv4 address" +msgstr "adres IPv4" + +msgid "IP address" +msgstr "Adres IP" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "wartość '%(value)s' musi być None, True lub False." + +msgid "Boolean (Either True, False or None)" +msgstr "Wartość logiczna (True, False, None - prawda, fałsz lub nic)" + +msgid "Positive integer" +msgstr "Dodatnia liczba całkowita" + +msgid "Positive small integer" +msgstr "Dodatnia mała liczba całkowita" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (max. %(max_length)s znaków)" + +msgid "Small integer" +msgstr "Mała liczba całkowita" + +msgid "Text" +msgstr "Tekst" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"wartość '%(value)s' ma nieprawidłowy format. Musi być w formacie HH:MM[:ss[." +"uuuuuu]]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"wartość '%(value)s' ma prawidłowy format (HH:MM[:ss[.uuuuuu]]), ale jest " +"nieprawidłową godziną." + +msgid "Time" +msgstr "Czas" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Dane w postaci binarnej" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "Wartość '%(value)s' nie jest poprawnym UUID." + +msgid "File" +msgstr "Plik" + +msgid "Image" +msgstr "Plik graficzny" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "%(model)s z polem %(field)s o wartości %(value)r nie istnieje." + +msgid "Foreign Key (type determined by related field)" +msgstr "Klucz obcy (typ określony przez pole powiązane)" + +msgid "One-to-one relationship" +msgstr "Powiązanie jeden do jednego" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "powiązanie %(from)s do %(to)s" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "powiązania %(from)s do %(to)s" + +msgid "Many-to-many relationship" +msgstr "Powiązanie wiele do wiele" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "To pole jest wymagane." + +msgid "Enter a whole number." +msgstr "Wpisz liczbę całkowitą." + +msgid "Enter a number." +msgstr "Wpisz liczbę." + +msgid "Enter a valid date." +msgstr "Wpisz poprawną datę." + +msgid "Enter a valid time." +msgstr "Wpisz poprawną godzinę." + +msgid "Enter a valid date/time." +msgstr "Wpisz poprawną datę/godzinę." + +msgid "Enter a valid duration." +msgstr "Wpisz poprawny czas trwania." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Nie wysłano żadnego pliku. Sprawdź typ kodowania formularza." + +msgid "No file was submitted." +msgstr "Żaden plik nie został przesłany." + +msgid "The submitted file is empty." +msgstr "Wysłany plik jest pusty." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Upewnij się, że nazwa pliku ma co najwyżej %(max)d znak (obecnie ma " +"%(length)d)." +msgstr[1] "" +"Upewnij się, że nazwa pliku ma co najwyżej %(max)d znaki (obecnie ma " +"%(length)d)." +msgstr[2] "" +"Upewnij się, że nazwa pliku ma co najwyżej %(max)d znaków (obecnie ma " +"%(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Prześlij plik lub zaznacz by usunąć, ale nie oba na raz." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Wgraj poprawny plik graficzny. Ten, który został wgrany, nie jest obrazem, " +"albo jest uszkodzony." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Wybierz poprawną wartość. %(value)s nie jest jednym z dostępnych wyborów." + +msgid "Enter a list of values." +msgstr "Podaj listę wartości." + +msgid "Enter a complete value." +msgstr "Wprowadź kompletną wartość." + +msgid "Enter a valid UUID." +msgstr "Wpisz poprawny UUID." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Ukryte pole %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "Brakuje danych ManagementForm lub zostały one zmodyfikowane." + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Proszę wysłać %d lub mniej formularzy." +msgstr[1] "Proszę wysłać %d lub mniej formularze." +msgstr[2] "Proszę wysłać %d lub mniej formularzy." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Proszę wysłać %d lub więcej formularzy." +msgstr[1] "Proszę wysłać %d lub więcej formularze." +msgstr[2] "Proszę wysłać %d lub więcej formularzy." + +msgid "Order" +msgstr "Porządek" + +msgid "Delete" +msgstr "Usuń" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Popraw zduplikowane dane w %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "Popraw zduplikowane dane w %(field)s, które wymaga unikalności." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Popraw zduplikowane dane w %(field_name)s, które wymaga unikalności dla " +"%(lookup)s w polu %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Popraw poniższe zduplikowane wartości." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "Osadzony klucz obcy nie pasuje do klucza głównego obiektu rodzica." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Wybierz poprawną wartość. Podana nie jest jednym z dostępnych wyborów." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "\"%(pk)s\" nie jest poprawną wartością klucza głównego." + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s nie może być interpretowany w strefie czasowej " +"%(current_timezone)s; może być niejednoznaczne lub nie istnieć." + +msgid "Currently" +msgstr "Teraz" + +msgid "Change" +msgstr "Zmień" + +msgid "Clear" +msgstr "Wyczyść" + +msgid "Unknown" +msgstr "Nieznany" + +msgid "Yes" +msgstr "Tak" + +msgid "No" +msgstr "Nie" + +msgid "yes,no,maybe" +msgstr "tak,nie,może" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d bajt" +msgstr[1] "%(size)d bajty" +msgstr[2] "%(size)d bajtów" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "po południu" + +msgid "a.m." +msgstr "rano" + +msgid "PM" +msgstr "po południu" + +msgid "AM" +msgstr "rano" + +msgid "midnight" +msgstr "północ" + +msgid "noon" +msgstr "południe" + +msgid "Monday" +msgstr "Poniedziałek" + +msgid "Tuesday" +msgstr "Wtorek" + +msgid "Wednesday" +msgstr "Środa" + +msgid "Thursday" +msgstr "Czwartek" + +msgid "Friday" +msgstr "Piątek" + +msgid "Saturday" +msgstr "Sobota" + +msgid "Sunday" +msgstr "Niedziela" + +msgid "Mon" +msgstr "Pon" + +msgid "Tue" +msgstr "Wt" + +msgid "Wed" +msgstr "Śr" + +msgid "Thu" +msgstr "Czw" + +msgid "Fri" +msgstr "Pt" + +msgid "Sat" +msgstr "So" + +msgid "Sun" +msgstr "Nd" + +msgid "January" +msgstr "Styczeń" + +msgid "February" +msgstr "Luty" + +msgid "March" +msgstr "Marzec" + +msgid "April" +msgstr "Kwiecień" + +msgid "May" +msgstr "Maj" + +msgid "June" +msgstr "Czerwiec" + +msgid "July" +msgstr "Lipiec" + +msgid "August" +msgstr "Sierpień" + +msgid "September" +msgstr "Wrzesień" + +msgid "October" +msgstr "Październik" + +msgid "November" +msgstr "Listopad" + +msgid "December" +msgstr "Grudzień" + +msgid "jan" +msgstr "sty" + +msgid "feb" +msgstr "luty" + +msgid "mar" +msgstr "marz" + +msgid "apr" +msgstr "kwie" + +msgid "may" +msgstr "maj" + +msgid "jun" +msgstr "czerw" + +msgid "jul" +msgstr "lip" + +msgid "aug" +msgstr "sier" + +msgid "sep" +msgstr "wrze" + +msgid "oct" +msgstr "paź" + +msgid "nov" +msgstr "list" + +msgid "dec" +msgstr "gru" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Sty" + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Lut" + +msgctxt "abbrev. month" +msgid "March" +msgstr "Mar" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Kwi" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Maj" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Cze" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Lip" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Sie" + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Wrz" + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Paź" + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Lis" + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Gru" + +msgctxt "alt. month" +msgid "January" +msgstr "stycznia" + +msgctxt "alt. month" +msgid "February" +msgstr "lutego" + +msgctxt "alt. month" +msgid "March" +msgstr "marca" + +msgctxt "alt. month" +msgid "April" +msgstr "kwietnia" + +msgctxt "alt. month" +msgid "May" +msgstr "maja" + +msgctxt "alt. month" +msgid "June" +msgstr "czerwca" + +msgctxt "alt. month" +msgid "July" +msgstr "lipca" + +msgctxt "alt. month" +msgid "August" +msgstr "sierpnia" + +msgctxt "alt. month" +msgid "September" +msgstr "września" + +msgctxt "alt. month" +msgid "October" +msgstr "października" + +msgctxt "alt. month" +msgid "November" +msgstr "listopada" + +msgctxt "alt. month" +msgid "December" +msgstr "grudnia" + +msgid "This is not a valid IPv6 address." +msgstr "To nie jest poprawny adres IPv6." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr " %(truncated_text)s..." + +msgid "or" +msgstr "lub" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d rok" +msgstr[1] "%d lata" +msgstr[2] "%d lat" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d miesiąc" +msgstr[1] "%d miesiące" +msgstr[2] "%d miesięcy" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d tydzień" +msgstr[1] "%d tygodnie" +msgstr[2] "%d tygodni" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d dzień" +msgstr[1] "%d dni" +msgstr[2] "%d dni" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d godzina" +msgstr[1] "%d godziny" +msgstr[2] "%d godzin" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d minuta" +msgstr[1] "%d minuty" +msgstr[2] "%d minut" + +msgid "0 minutes" +msgstr "0 minut" + +msgid "Forbidden" +msgstr "Dostęp zabroniony" + +msgid "CSRF verification failed. Request aborted." +msgstr "Niepoprawna weryfkacja CSRF zakończona. Żądanie zostało przerwane." + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Widzisz tą wiadomość, ponieważ ta witryna HTTPS wymaga aby przeglądarka " +"wysłała nagłówek 'Referer header', a żaden nie został wysłany. Nagłówek ten " +"jest wymagane ze względów bezpieczeństwa, aby upewnić się, że Twoja " +"przeglądarka nie została przechwycona przez osoby trzecie." + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" +"Jeżeli nagłówki \"Referer\" w Twojej przeglądarce są wyłączone, to proszę " +"włącz je ponownie. Przynajmniej dla tej strony, połączeń HTTPS lub zapytań " +"typu \"same-origin\"." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Widzisz tą wiadomość, ponieważ ta witryna wymaga ciasteczka CSRF do " +"przesyłania formularza. Ciasteczko to jest wymagane ze względów " +"bezpieczeństwa, aby upewnić się, że Twoja przeglądarka nie została " +"przechwycona przez osoby trzecie." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" +"Jeżeli ciasteczka w Twojej przeglądarce są wyłączone, to proszę włącz je " +"ponownie. Przynajmniej dla tej strony lub żadań typu \"same-origin\"." + +msgid "More information is available with DEBUG=True." +msgstr "Więcej informacji jest dostępnych po ustawieniu DEBUG=True." + +msgid "Welcome to Django" +msgstr "Witaj w Django" + +msgid "It worked!" +msgstr "Zadziałało!" + +msgid "Congratulations on your first Django-powered page." +msgstr "Gratulujemy utworzenia Twojej pierwszej strony w Django." + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" +"Oczywiście, nie zostało tu jeszcze dużo zrobione. Zacznij od utworzenia " +"swojej pierwszej aplikacji wpisując: python manage.py startapp " +"[app_label]." + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" +"Widzisz ten komunikat, gdyż w ustawieniach Django masz ustawiony parametr " +"DEBUG = True oraz nie masz skonfigurowanych żadnych URL-i. " +"Zabieraj się do pracy!" + +msgid "No year specified" +msgstr "Nie określono roku" + +msgid "No month specified" +msgstr "Nie określono miesiąca" + +msgid "No day specified" +msgstr "Nie określono dnia" + +msgid "No week specified" +msgstr "Nie określono tygodnia" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "%(verbose_name_plural)s nie jest dostępny" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Wyświetlanie %(verbose_name_plural)s z datą przyszłą jest niedostępne, gdyż " +"atrybut '%(class_name)s.allow_future' ma wartość 'False'." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "" +"Ciąg znaków '%(datestr)s' jest niezgodny z podanym formatem daty '%(format)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Nie znaleziono %(verbose_name)s spełniających wybrane kryteria" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "" +"Podanego numeru strony nie można przekształcić na liczbę całkowitą, nie " +"przyjął on również wartości 'last' oznaczającej ostatnią stronę z dostępnego " +"zakresu." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Nieprawidłowy numer strony (%(page_number)s): %(message)s " + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "" +"Lista nie zawiera żadnych elementów, a atrybut '%(class_name)s.allow_empty' " +"ma wartość 'False'." + +msgid "Directory indexes are not allowed here." +msgstr "Wyświetlanie zawartości katalogu jest tu niedozwolone." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\" %(path)s \" nie istnieje" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Zawartość %(directory)s " diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/pl/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/pl/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/pl/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/pl/formats.py new file mode 100644 index 0000000..9cc1776 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/pl/formats.py @@ -0,0 +1,32 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'j E Y' +TIME_FORMAT = 'H:i' +DATETIME_FORMAT = 'j E Y H:i' +YEAR_MONTH_FORMAT = 'F Y' +MONTH_DAY_FORMAT = 'j F' +SHORT_DATE_FORMAT = 'd-m-Y' +SHORT_DATETIME_FORMAT = 'd-m-Y H:i' +FIRST_DAY_OF_WEEK = 1 # Monday + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + '%d.%m.%Y', '%d.%m.%y', # '25.10.2006', '25.10.06' + '%y-%m-%d', # '06-10-25' + # '%d. %B %Y', '%d. %b. %Y', # '25. October 2006', '25. Oct. 2006' +] +DATETIME_INPUT_FORMATS = [ + '%d.%m.%Y %H:%M:%S', # '25.10.2006 14:30:59' + '%d.%m.%Y %H:%M:%S.%f', # '25.10.2006 14:30:59.000200' + '%d.%m.%Y %H:%M', # '25.10.2006 14:30' + '%d.%m.%Y', # '25.10.2006' +] +DECIMAL_SEPARATOR = ',' +THOUSAND_SEPARATOR = ' ' +NUMBER_GROUPING = 3 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/pt/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/pt/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..4299f23a5822d29f5b2e1db20b1e4aa04483a216 GIT binary patch literal 23955 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 literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/pt/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/pt/LC_MESSAGES/django.po new file mode 100644 index 0000000..a64317e --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/pt/LC_MESSAGES/django.po @@ -0,0 +1,1203 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Raúl Pedro Fernandes Santos, 2014 +# Bruno Miguel Custódio , 2012 +# Claudio Fernandes , 2015 +# Jannis Leidel , 2011 +# José Durães , 2014 +# jorgecarleitao , 2014-2015 +# Nuno Mariz , 2011-2013,2015-2016 +# Paulo Köch , 2011 +# Raúl Pedro Fernandes Santos, 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Portuguese (http://www.transifex.com/django/django/language/" +"pt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Africâner" + +msgid "Arabic" +msgstr "Árabe" + +msgid "Asturian" +msgstr "Asturiano" + +msgid "Azerbaijani" +msgstr "Azerbaijano" + +msgid "Bulgarian" +msgstr "Búlgaro" + +msgid "Belarusian" +msgstr "Bielorusso" + +msgid "Bengali" +msgstr "Bengalês" + +msgid "Breton" +msgstr "Bretão" + +msgid "Bosnian" +msgstr "Bósnio" + +msgid "Catalan" +msgstr "Catalão" + +msgid "Czech" +msgstr "Checo" + +msgid "Welsh" +msgstr "Galês" + +msgid "Danish" +msgstr "Dinamarquês" + +msgid "German" +msgstr "Alemão" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "Grego" + +msgid "English" +msgstr "Inglês" + +msgid "Australian English" +msgstr "Inglês da Austrália" + +msgid "British English" +msgstr "Inglês Britânico" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Espanhol" + +msgid "Argentinian Spanish" +msgstr "Espanhol Argentino" + +msgid "Colombian Spanish" +msgstr "Espanhol Colombiano" + +msgid "Mexican Spanish" +msgstr "Espanhol mexicano" + +msgid "Nicaraguan Spanish" +msgstr "Nicarágua Espanhol" + +msgid "Venezuelan Spanish" +msgstr "Espanhol Venezuelano" + +msgid "Estonian" +msgstr "Estónio" + +msgid "Basque" +msgstr "Basco" + +msgid "Persian" +msgstr "Persa" + +msgid "Finnish" +msgstr "Filandês" + +msgid "French" +msgstr "Francês" + +msgid "Frisian" +msgstr "Frisão" + +msgid "Irish" +msgstr "Irlandês" + +msgid "Scottish Gaelic" +msgstr "Escocês Gaélico" + +msgid "Galician" +msgstr "Galaciano" + +msgid "Hebrew" +msgstr "Hebraico" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Croata" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "Húngaro" + +msgid "Interlingua" +msgstr "Interlíngua" + +msgid "Indonesian" +msgstr "Indonésio" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Islandês" + +msgid "Italian" +msgstr "Italiano" + +msgid "Japanese" +msgstr "Japonês" + +msgid "Georgian" +msgstr "Georgiano" + +msgid "Kazakh" +msgstr "Cazaque" + +msgid "Khmer" +msgstr "Khmer" + +msgid "Kannada" +msgstr "Canarês" + +msgid "Korean" +msgstr "Coreano" + +msgid "Luxembourgish" +msgstr "Luxemburguês" + +msgid "Lithuanian" +msgstr "Lituano" + +msgid "Latvian" +msgstr "Letão" + +msgid "Macedonian" +msgstr "Macedónio" + +msgid "Malayalam" +msgstr "Malaiala" + +msgid "Mongolian" +msgstr "Mongol" + +msgid "Marathi" +msgstr "Marathi" + +msgid "Burmese" +msgstr "Birmanês" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "Nepali" + +msgid "Dutch" +msgstr "Holandês" + +msgid "Norwegian Nynorsk" +msgstr "Norueguês (Nynors)" + +msgid "Ossetic" +msgstr "Ossetic" + +msgid "Punjabi" +msgstr "Panjabi" + +msgid "Polish" +msgstr "Polaco" + +msgid "Portuguese" +msgstr "Português" + +msgid "Brazilian Portuguese" +msgstr "Português Brasileiro" + +msgid "Romanian" +msgstr "Romeno" + +msgid "Russian" +msgstr "Russo" + +msgid "Slovak" +msgstr "Eslovaco" + +msgid "Slovenian" +msgstr "Esloveno" + +msgid "Albanian" +msgstr "Albanês" + +msgid "Serbian" +msgstr "Sérvio" + +msgid "Serbian Latin" +msgstr "Sérvio Latim" + +msgid "Swedish" +msgstr "Sueco" + +msgid "Swahili" +msgstr "Suaíli" + +msgid "Tamil" +msgstr "Tamil" + +msgid "Telugu" +msgstr "Telugu" + +msgid "Thai" +msgstr "Thai" + +msgid "Turkish" +msgstr "Turco" + +msgid "Tatar" +msgstr "Tatar" + +msgid "Udmurt" +msgstr "Udmurte" + +msgid "Ukrainian" +msgstr "Ucraniano" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Vietnamese" +msgstr "Vietnamita" + +msgid "Simplified Chinese" +msgstr "Chinês Simplificado" + +msgid "Traditional Chinese" +msgstr "Chinês Tradicional" + +msgid "Messages" +msgstr "Mensagens" + +msgid "Site Maps" +msgstr "Mapas do Site" + +msgid "Static Files" +msgstr "Ficheiros Estáticos" + +msgid "Syndication" +msgstr "Syndication" + +msgid "Enter a valid value." +msgstr "Introduza um valor válido." + +msgid "Enter a valid URL." +msgstr "Introduza um URL válido." + +msgid "Enter a valid integer." +msgstr "Introduza um número inteiro válido." + +msgid "Enter a valid email address." +msgstr "Introduza um endereço de e-mail válido." + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Este valor apenas poderá conter letras, números, undercores ou hífenes." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Introduza um 'slug' válido contendo letras em Unicode, números, underscores, " +"ou hífens." + +msgid "Enter a valid IPv4 address." +msgstr "Introduza um endereço IPv4 válido." + +msgid "Enter a valid IPv6 address." +msgstr "Insira um endereço IPv6 válido." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Digite um endereço válido IPv4 ou IPv6." + +msgid "Enter only digits separated by commas." +msgstr "Introduza apenas números separados por vírgulas." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Garanta que este valor seja %(limit_value)s (tem %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Garanta que este valor seja menor ou igual a %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Garanta que este valor seja maior ou igual a %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Garanta que este valor tenha pelo menos %(limit_value)d caractere (tem " +"%(show_value)d)." +msgstr[1] "" +"Garanta que este valor tenha pelo menos %(limit_value)d caracteres (tem " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Garanta que este valor tenha no máximo %(limit_value)d caractere (tem " +"%(show_value)d)." +msgstr[1] "" +"Garanta que este valor tenha no máximo %(limit_value)d caracteres (tem " +"%(show_value)d)." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Garanta que não tem mais de %(max)s dígito no total." +msgstr[1] "Garanta que não tem mais de %(max)s dígitos no total." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Garanta que não tem mais %(max)s casa decimal." +msgstr[1] "Garanta que não tem mais %(max)s casas decimais." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "Garanta que não tem mais de %(max)s dígito antes do ponto decimal." +msgstr[1] "Garanta que não tem mais de %(max)s dígitos antes do ponto decimal." + +msgid "and" +msgstr "e" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s com este %(field_labels)s já existe." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "O valor %(value)r não é uma escolha válida." + +msgid "This field cannot be null." +msgstr "Este campo não pode ser nulo." + +msgid "This field cannot be blank." +msgstr "Este campo não pode ser vazio." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s com este %(field_label)s já existe." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s tem de ser único para %(date_field_label)s %(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Campo do tipo: %(field_type)s" + +msgid "Integer" +msgstr "Inteiro" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "O valor '%(value)s' deve ser um número inteiro." + +msgid "Big (8 byte) integer" +msgstr "Inteiro grande (8 byte)" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "O valor '%(value)s' deve ser True ou False." + +msgid "Boolean (Either True or False)" +msgstr "Boolean (Pode ser True ou False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "String (até %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Inteiros separados por virgula" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"O valor '%(value)s' tem um formato de data inválido. Deve ser no formato " +"YYYY-MM-DD." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"O valor '%(value)s' tem o formato correto (YYYY-MM-DD) mas é uma data " +"inválida." + +msgid "Date (without time)" +msgstr "Data (sem hora)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"O valor '%(value)s' tem um formato inválido. Deve ser no formato YYYY-MM-DD " +"HH:MM[:ss[.uuuuuu]][TZ]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"O valor '%(value)s' tem o formato correto (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) mas é uma data/hora inválida." + +msgid "Date (with time)" +msgstr "Data (com hora)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "O valor '%(value)s' deve ser um número decimal." + +msgid "Decimal number" +msgstr "Número décimal" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" +"O valor '%(value)s' tem um formato inválido. Deve estar no formato [DD] [HH:" +"[MM:]]ss[.uuuuuu]." + +msgid "Duration" +msgstr "Duração" + +msgid "Email address" +msgstr "Endereço de e-mail" + +msgid "File path" +msgstr "Caminho do ficheiro" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "O valor '%(value)s' deve ser um número de vírgula flutuante." + +msgid "Floating point number" +msgstr "Número em vírgula flutuante" + +msgid "IPv4 address" +msgstr "Endereço IPv4" + +msgid "IP address" +msgstr "Endereço IP" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "O valor '%(value)s' deve ser None, True ou False." + +msgid "Boolean (Either True, False or None)" +msgstr "Boolean (Pode ser True, False ou None)" + +msgid "Positive integer" +msgstr "Inteiro positivo" + +msgid "Positive small integer" +msgstr "Pequeno número inteiro positivo" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (até %(max_length)s)" + +msgid "Small integer" +msgstr "Inteiro pequeno" + +msgid "Text" +msgstr "Texto" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"O valor '%(value)s' tem um formato inválido. Deve ser no formato HH:MM[:ss[." +"uuuuuu]]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"O valor '%(value)s' tem o formato correto (HH:MM[:ss[.uuuuuu]]) mas a hora é " +"inválida." + +msgid "Time" +msgstr "Hora" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Dados binários simples" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "'%(value)s' não é um UUID válido." + +msgid "File" +msgstr "Ficheiro" + +msgid "Image" +msgstr "Imagem" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "A instância de %(model)s com %(field)s %(value)r não existe." + +msgid "Foreign Key (type determined by related field)" +msgstr "Chave Estrangeira (tipo determinado pelo campo relacionado)" + +msgid "One-to-one relationship" +msgstr "Relação de um-para-um" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "Relação de muitos-para-muitos" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Este campo é obrigatório." + +msgid "Enter a whole number." +msgstr "Introduza um número inteiro." + +msgid "Enter a number." +msgstr "Introduza um número." + +msgid "Enter a valid date." +msgstr "Introduza uma data válida." + +msgid "Enter a valid time." +msgstr "Introduza uma hora válida." + +msgid "Enter a valid date/time." +msgstr "Introduza uma data/hora válida." + +msgid "Enter a valid duration." +msgstr "Introduza uma duração válida." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" +"Nenhum ficheiro foi submetido. Verifique o tipo de codificação do formulário." + +msgid "No file was submitted." +msgstr "Nenhum ficheiro submetido." + +msgid "The submitted file is empty." +msgstr "O ficheiro submetido encontra-se vazio." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Garanta que o nome deste ficheiro tenha no máximo %(max)d caractere (tem " +"%(length)d)." +msgstr[1] "" +"Garanta que o nome deste ficheiro tenha no máximo %(max)d caracteres (tem " +"%(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Por favor, submeta um ficheiro ou remova a seleção da caixa, não ambos." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Introduza uma imagem válida. O ficheiro que introduziu ou não é uma imagem " +"ou está corrompido." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Selecione uma opção válida. %(value)s não se encontra nas opções disponíveis." + +msgid "Enter a list of values." +msgstr "Introduza uma lista de valores." + +msgid "Enter a complete value." +msgstr "Introduza um valor completo." + +msgid "Enter a valid UUID." +msgstr "Introduza um UUID válido." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Campo oculto %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "Os dados do ManagementForm estão em falta ou foram adulterados" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Por favor submeta %d ou menos formulários." +msgstr[1] "Por favor submeta %d ou menos formulários." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Por favor submeta %d ou mais formulários." +msgstr[1] "Por favor submeta %d ou mais formulários." + +msgid "Order" +msgstr "Ordem" + +msgid "Delete" +msgstr "Remover" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Por favor corrija os dados duplicados em %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Por favor corrija os dados duplicados em %(field)s, que deverá ser único." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Por favor corrija os dados duplicados em %(field_name)s que deverá ser único " +"para o %(lookup)s em %(date_field)s.\"" + +msgid "Please correct the duplicate values below." +msgstr "Por favor corrija os valores duplicados abaixo." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "" +"A chave estrangeira em linha não coincide com a chave primária na instância " +"pai." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Selecione uma opção válida. Esse valor não se encontra opções disponíveis." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "\"%(pk)s\" não é um valor válido para uma chave primária." + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s não pode ser interpretada de fuso horário %(current_timezone)s; " +"pode ser ambígua ou não podem existir." + +msgid "Currently" +msgstr "Atualmente" + +msgid "Change" +msgstr "Modificar" + +msgid "Clear" +msgstr "Limpar" + +msgid "Unknown" +msgstr "Desconhecido" + +msgid "Yes" +msgstr "Sim" + +msgid "No" +msgstr "Não" + +msgid "yes,no,maybe" +msgstr "sim,não,talvez" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d byte" +msgstr[1] "%(size)d bytes" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "meia-noite" + +msgid "noon" +msgstr "meio-dia" + +msgid "Monday" +msgstr "Segunda-feira" + +msgid "Tuesday" +msgstr "Terça-feira" + +msgid "Wednesday" +msgstr "Quarta-feira" + +msgid "Thursday" +msgstr "Quinta-feira" + +msgid "Friday" +msgstr "Sexta-feira" + +msgid "Saturday" +msgstr "Sábado" + +msgid "Sunday" +msgstr "Domingo" + +msgid "Mon" +msgstr "Seg" + +msgid "Tue" +msgstr "Ter" + +msgid "Wed" +msgstr "Qua" + +msgid "Thu" +msgstr "Qui" + +msgid "Fri" +msgstr "Sex" + +msgid "Sat" +msgstr "Sáb" + +msgid "Sun" +msgstr "Dom" + +msgid "January" +msgstr "Janeiro" + +msgid "February" +msgstr "Fevereiro" + +msgid "March" +msgstr "Março" + +msgid "April" +msgstr "Abril" + +msgid "May" +msgstr "Maio" + +msgid "June" +msgstr "Junho" + +msgid "July" +msgstr "Julho" + +msgid "August" +msgstr "Agosto" + +msgid "September" +msgstr "Setembro" + +msgid "October" +msgstr "Outubro" + +msgid "November" +msgstr "Novembro" + +msgid "December" +msgstr "Dezembro" + +msgid "jan" +msgstr "jan" + +msgid "feb" +msgstr "fev" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "abr" + +msgid "may" +msgstr "mai" + +msgid "jun" +msgstr "jun" + +msgid "jul" +msgstr "jul" + +msgid "aug" +msgstr "ago" + +msgid "sep" +msgstr "set" + +msgid "oct" +msgstr "out" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "dez" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Jan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Fev." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Março" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Abril" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Maio" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Jun." + +msgctxt "abbrev. month" +msgid "July" +msgstr "Jul." + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Ago." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Set." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Out." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Dez." + +msgctxt "alt. month" +msgid "January" +msgstr "Janeiro" + +msgctxt "alt. month" +msgid "February" +msgstr "Fevereiro" + +msgctxt "alt. month" +msgid "March" +msgstr "Março" + +msgctxt "alt. month" +msgid "April" +msgstr "Abril" + +msgctxt "alt. month" +msgid "May" +msgstr "Maio" + +msgctxt "alt. month" +msgid "June" +msgstr "Junho" + +msgctxt "alt. month" +msgid "July" +msgstr "Julho" + +msgctxt "alt. month" +msgid "August" +msgstr "Agosto" + +msgctxt "alt. month" +msgid "September" +msgstr "Setembro" + +msgctxt "alt. month" +msgid "October" +msgstr "Outubro" + +msgctxt "alt. month" +msgid "November" +msgstr "Novembro" + +msgctxt "alt. month" +msgid "December" +msgstr "Dezembro" + +msgid "This is not a valid IPv6 address." +msgstr "Este não é um endereço IPv6 válido." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "ou" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d ano" +msgstr[1] "%d anos" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d mês" +msgstr[1] "%d meses" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d semana" +msgstr[1] "%d semanas" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d dia" +msgstr[1] "%d dias" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d hora" +msgstr[1] "%d horas" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d minuto" +msgstr[1] "%d minutos" + +msgid "0 minutes" +msgstr "0 minutos" + +msgid "Forbidden" +msgstr "Proibido" + +msgid "CSRF verification failed. Request aborted." +msgstr "A verificação de CSRF falhou. Pedido abortado." + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Está a ver esta mensagem porque este site em HTTPS requer que um cabeçalho " +"'Referer header' seja enviado pelo seu browser mas nenhum foi enviado. Este " +"cabeçalho é requerido por motivos de segurança, para garantir que o seu " +"browser não está a ser \"raptado\" por terceiros." + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" +"Se configurou o seu browser para desactivar os cabeçalhos 'Referer', por " +"favor active-os novamente, pelo menos para este site, ou para ligações " +"HTTPS, ou para pedidos 'same-origin'." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Está a ver esta mensagem porque este site requer um cookie CSRF quando " +"submete formulários. Este cookie é requirido por razões de segurança, para " +"garantir que o seu browser não está a ser \"raptado\" por terceiros." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" +"Se configurou o seu browser para desactivar cookies, por favor active-os " +"novamente, pelo menos para este site, ou para pedidos 'same-origin'." + +msgid "More information is available with DEBUG=True." +msgstr "Está disponível mais informação com DEBUG=True." + +msgid "Welcome to Django" +msgstr "Bem-vindo ao Django" + +msgid "It worked!" +msgstr "Funcionou!" + +msgid "Congratulations on your first Django-powered page." +msgstr "Parabéns pela sua primeira página em Django." + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" +"Claro que ainda não fizeste qualquer trabalho. Cria a tua primeira aplicação " +"correndo python manage.py startapp [app_label]." + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" +"Estás a ver esta mensagem porque tens DEBUG = True no ficheiro " +"settings do Django e ainda não configuraste nenhum URL. Toca a trabalhar!" + +msgid "No year specified" +msgstr "Nenhum ano especificado" + +msgid "No month specified" +msgstr "Nenhum mês especificado" + +msgid "No day specified" +msgstr "Nenhum dia especificado" + +msgid "No week specified" +msgstr "Nenhuma semana especificado" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Nenhum %(verbose_name_plural)s disponível" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"%(verbose_name_plural)s futuros indisponíveis porque %(class_name)s." +"allow_future é False." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "Data inválida '%(datestr)s' formato '%(format)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Nenhum %(verbose_name)s de acordo com a procura." + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "Página não é 'última' ou não é possível converter para um inteiro." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Página inválida (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Lista vazia e '%(class_name)s.allow_empty' é False." + +msgid "Directory indexes are not allowed here." +msgstr "Índices de diretório não são permitidas aqui." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" não existe" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Índice de %(directory)s" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/pt/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/pt/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/pt/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/pt/formats.py new file mode 100644 index 0000000..143351c --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/pt/formats.py @@ -0,0 +1,41 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = r'j \d\e F \d\e Y' +TIME_FORMAT = 'H:i' +DATETIME_FORMAT = r'j \d\e F \d\e Y à\s H:i' +YEAR_MONTH_FORMAT = r'F \d\e Y' +MONTH_DAY_FORMAT = r'j \d\e F' +SHORT_DATE_FORMAT = 'd/m/Y' +SHORT_DATETIME_FORMAT = 'd/m/Y H:i' +FIRST_DAY_OF_WEEK = 0 # Sunday + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +# Kept ISO formats as they are in first position +DATE_INPUT_FORMATS = [ + '%Y-%m-%d', '%d/%m/%Y', '%d/%m/%y', # '2006-10-25', '25/10/2006', '25/10/06' + # '%d de %b de %Y', '%d de %b, %Y', # '25 de Out de 2006', '25 Out, 2006' + # '%d de %B de %Y', '%d de %B, %Y', # '25 de Outubro de 2006', '25 de Outubro, 2006' +] +DATETIME_INPUT_FORMATS = [ + '%Y-%m-%d %H:%M:%S', # '2006-10-25 14:30:59' + '%Y-%m-%d %H:%M:%S.%f', # '2006-10-25 14:30:59.000200' + '%Y-%m-%d %H:%M', # '2006-10-25 14:30' + '%Y-%m-%d', # '2006-10-25' + '%d/%m/%Y %H:%M:%S', # '25/10/2006 14:30:59' + '%d/%m/%Y %H:%M:%S.%f', # '25/10/2006 14:30:59.000200' + '%d/%m/%Y %H:%M', # '25/10/2006 14:30' + '%d/%m/%Y', # '25/10/2006' + '%d/%m/%y %H:%M:%S', # '25/10/06 14:30:59' + '%d/%m/%y %H:%M:%S.%f', # '25/10/06 14:30:59.000200' + '%d/%m/%y %H:%M', # '25/10/06 14:30' + '%d/%m/%y', # '25/10/06' +] +DECIMAL_SEPARATOR = ',' +THOUSAND_SEPARATOR = '.' +NUMBER_GROUPING = 3 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/pt_BR/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/pt_BR/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..5ccf898b8da5531db0c2aea8678e487788b1450a GIT binary patch literal 24447 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, 2014 +# andrewsmedina , 2014-2015 +# bruno.devpod , 2014 +# Carlos E C Leite , 2016 +# FilipeCifali , 2016 +# dudanogueira , 2012 +# Elyézer Rezende , 2013 +# Fábio C. Barrionuevo da Luz , 2014-2015 +# Felipe Rodrigues , 2016 +# Gladson , 2013 +# Guilherme Gondim, 2011-2014 +# Jannis Leidel , 2011 +# Lucas Infante , 2015 +# Sandro , 2011 +# Sergio Garcia , 2015 +# Wiliam Souza , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-07-04 00:25+0000\n" +"Last-Translator: andrewsmedina \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/django/django/" +"language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +msgid "Afrikaans" +msgstr "Africânder" + +msgid "Arabic" +msgstr "Árabe" + +msgid "Asturian" +msgstr "Asturiano" + +msgid "Azerbaijani" +msgstr "Azerbaijão" + +msgid "Bulgarian" +msgstr "Búlgaro" + +msgid "Belarusian" +msgstr "Bielorrussa" + +msgid "Bengali" +msgstr "Bengali" + +msgid "Breton" +msgstr "Bretão" + +msgid "Bosnian" +msgstr "Bósnio" + +msgid "Catalan" +msgstr "Catalão" + +msgid "Czech" +msgstr "Tcheco" + +msgid "Welsh" +msgstr "Galês" + +msgid "Danish" +msgstr "Dinamarquês" + +msgid "German" +msgstr "Alemão" + +msgid "Lower Sorbian" +msgstr "Sorábio Baixo" + +msgid "Greek" +msgstr "Grego" + +msgid "English" +msgstr "Inglês" + +msgid "Australian English" +msgstr "Inglês Australiano" + +msgid "British English" +msgstr "Inglês Britânico" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Espanhol" + +msgid "Argentinian Spanish" +msgstr "Espanhol Argentino" + +msgid "Colombian Spanish" +msgstr "Espanhol Colombiano" + +msgid "Mexican Spanish" +msgstr "Espanhol Mexicano" + +msgid "Nicaraguan Spanish" +msgstr "Espanhol Nicaraguense" + +msgid "Venezuelan Spanish" +msgstr "Espanhol Venuzuelano" + +msgid "Estonian" +msgstr "Estoniano" + +msgid "Basque" +msgstr "Basco" + +msgid "Persian" +msgstr "Persa" + +msgid "Finnish" +msgstr "Finlandês" + +msgid "French" +msgstr "Francês" + +msgid "Frisian" +msgstr "Frísia" + +msgid "Irish" +msgstr "Irlandês" + +msgid "Scottish Gaelic" +msgstr "Gaélico Escocês" + +msgid "Galician" +msgstr "Galiciano" + +msgid "Hebrew" +msgstr "Hebraico" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Croata" + +msgid "Upper Sorbian" +msgstr "Sorábio Alto" + +msgid "Hungarian" +msgstr "Húngaro" + +msgid "Interlingua" +msgstr "Interlíngua" + +msgid "Indonesian" +msgstr "Indonésio" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Islandês" + +msgid "Italian" +msgstr "Italiano" + +msgid "Japanese" +msgstr "Japonês" + +msgid "Georgian" +msgstr "Georgiano" + +msgid "Kazakh" +msgstr "Cazaque" + +msgid "Khmer" +msgstr "Khmer" + +msgid "Kannada" +msgstr "Canarês" + +msgid "Korean" +msgstr "Coreano" + +msgid "Luxembourgish" +msgstr "Luxemburguês" + +msgid "Lithuanian" +msgstr "Lituano" + +msgid "Latvian" +msgstr "Letão" + +msgid "Macedonian" +msgstr "Macedônio" + +msgid "Malayalam" +msgstr "Malaiala" + +msgid "Mongolian" +msgstr "Mongol" + +msgid "Marathi" +msgstr "Marathi" + +msgid "Burmese" +msgstr "Birmanês" + +msgid "Norwegian Bokmål" +msgstr "Dano-norueguês" + +msgid "Nepali" +msgstr "Nepalês" + +msgid "Dutch" +msgstr "Neerlandês" + +msgid "Norwegian Nynorsk" +msgstr "Novo Norueguês" + +msgid "Ossetic" +msgstr "Osseto" + +msgid "Punjabi" +msgstr "Punjabi" + +msgid "Polish" +msgstr "Polonês" + +msgid "Portuguese" +msgstr "Português" + +msgid "Brazilian Portuguese" +msgstr "Português Brasileiro" + +msgid "Romanian" +msgstr "Romeno" + +msgid "Russian" +msgstr "Russo" + +msgid "Slovak" +msgstr "Eslovaco" + +msgid "Slovenian" +msgstr "Esloveno" + +msgid "Albanian" +msgstr "Albanesa" + +msgid "Serbian" +msgstr "Sérvio" + +msgid "Serbian Latin" +msgstr "Sérvio Latino" + +msgid "Swedish" +msgstr "Sueco" + +msgid "Swahili" +msgstr "Suaíli" + +msgid "Tamil" +msgstr "Tâmil" + +msgid "Telugu" +msgstr "Telugu" + +msgid "Thai" +msgstr "Tailandês" + +msgid "Turkish" +msgstr "Turco" + +msgid "Tatar" +msgstr "Tatar" + +msgid "Udmurt" +msgstr "Udmurt" + +msgid "Ukrainian" +msgstr "Ucraniano" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Vietnamese" +msgstr "Vietnamita" + +msgid "Simplified Chinese" +msgstr "Chinês Simplificado" + +msgid "Traditional Chinese" +msgstr "Chinês Tradicional" + +msgid "Messages" +msgstr "Mensagens" + +msgid "Site Maps" +msgstr "Site Maps" + +msgid "Static Files" +msgstr "Arquivos Estáticos" + +msgid "Syndication" +msgstr "Syndication" + +msgid "Enter a valid value." +msgstr "Informe um valor válido." + +msgid "Enter a valid URL." +msgstr "Informe uma URL válida." + +msgid "Enter a valid integer." +msgstr "Insira um número inteiro válido." + +msgid "Enter a valid email address." +msgstr "Informe um endereço de email válido." + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Insira um \"slug\" válido consistindo de letras, números, sublinhados (_) ou " +"hífens." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Insira um 'slug' válido composto de letras Unicode, números, sublinhados ou " +"hífens." + +msgid "Enter a valid IPv4 address." +msgstr "Insira um endereço IPv4 válido." + +msgid "Enter a valid IPv6 address." +msgstr "Insira um endereço IPv6 válido." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Insira um endereço IPv4 ou IPv6 válido." + +msgid "Enter only digits separated by commas." +msgstr "Insira apenas dígitos separados por vírgulas." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Certifique-se de que o valor é %(limit_value)s (ele é %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Certifique-se que este valor seja menor ou igual a %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Certifique-se que este valor seja maior ou igual a %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Certifique-se de que o valor tenha no mínimo %(limit_value)d caractere (ele " +"possui %(show_value)d)." +msgstr[1] "" +"Certifique-se de que o valor tenha no mínimo %(limit_value)d caracteres (ele " +"possui %(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Certifique-se de que o valor tenha no máximo %(limit_value)d caractere (ele " +"possui %(show_value)d)." +msgstr[1] "" +"Certifique-se de que o valor tenha no máximo %(limit_value)d caracteres (ele " +"possui %(show_value)d)." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Certifique-se de que não tenha mais de %(max)s dígito no total." +msgstr[1] "Certifique-se de que não tenha mais de %(max)s dígitos no total." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Certifique-se de que não tenha mais de %(max)s casa decimal." +msgstr[1] "Certifique-se de que não tenha mais de %(max)s casas decimais." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Certifique-se de que não tenha mais de %(max)s dígito antes do ponto decimal." +msgstr[1] "" +"Certifique-se de que não tenha mais de %(max)s dígitos antes do ponto " +"decimal." + +msgid "and" +msgstr "e" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s com este %(field_labels)s já existe." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Valor %(value)r não é uma opção válida." + +msgid "This field cannot be null." +msgstr "Este campo não pode ser nulo." + +msgid "This field cannot be blank." +msgstr "Este campo não pode estar vazio." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s com este %(field_label)s já existe." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s deve ser único para %(date_field_label)s %(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Campo do tipo: %(field_type)s" + +msgid "Integer" +msgstr "Inteiro" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "'%(value)s' valor deve ser um inteiro." + +msgid "Big (8 byte) integer" +msgstr "Inteiro grande (8 byte)" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "'%(value)s' valor deve ser True ou False." + +msgid "Boolean (Either True or False)" +msgstr "Booleano (Verdadeiro ou Falso)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "String (até %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Inteiros separados por vírgula" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"'%(value)s' valor tem um formato de data inválido. Ele deve estar no formato " +"AAAA-MM-DD." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"'%(value)s' valor tem o formato correto (AAAA-MM-DD), mas é uma data " +"inválida." + +msgid "Date (without time)" +msgstr "Data (sem hora)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"'%(value)s' valor tem um formato inválido. Ele deve estar no formato AAAA-MM-" +"DD HH: MM [:. Ss [uuuuuu]] [TZ]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"'%(value)s' valor tem o formato correto (AAAA-MM-DD HH: MM [:. Ss [uuuuuu]] " +"[TZ]), mas é uma data/hora inválida." + +msgid "Date (with time)" +msgstr "Data (com hora)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "'%(value)s' valor deve ser um número decimal." + +msgid "Decimal number" +msgstr "Número decimal" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" +"O valor '%(value)s' está em um formato inválido. Ele deve estar no formato " +"[DD] [HH:[MM:]]ss[.uuuuuu]." + +msgid "Duration" +msgstr "Duração" + +msgid "Email address" +msgstr "Endereço de e-mail" + +msgid "File path" +msgstr "Caminho do arquivo" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "'%(value)s' valor deve ser um float." + +msgid "Floating point number" +msgstr "Número de ponto flutuante" + +msgid "IPv4 address" +msgstr "Endereço IPv4" + +msgid "IP address" +msgstr "Endereço IP" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "'%(value)s' valor deve ser None, verdadeiro ou falso." + +msgid "Boolean (Either True, False or None)" +msgstr "Booleano (Verdadeiro, Falso ou Nada)" + +msgid "Positive integer" +msgstr "Inteiro positivo" + +msgid "Positive small integer" +msgstr "Inteiro curto positivo" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (até %(max_length)s)" + +msgid "Small integer" +msgstr "Inteiro curto" + +msgid "Text" +msgstr "Texto" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"'%(value)s' valor tem um formato inválido. Deve ser no formato HH: MM [: ss " +"[uuuuuu].] Formato." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"'%(value)s' valor tem o formato correto (HH: MM [:. Ss [uuuuuu]]), mas é uma " +"hora inválida." + +msgid "Time" +msgstr "Hora" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Dados binários bruto" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "'%(value)s' não é um UUID válido." + +msgid "File" +msgstr "Arquivo" + +msgid "Image" +msgstr "Imagem" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "A instância de %(model)s com %(field)s %(value)r não existe." + +msgid "Foreign Key (type determined by related field)" +msgstr "Chave Estrangeira (tipo determinado pelo campo relacionado)" + +msgid "One-to-one relationship" +msgstr "Relacionamento um-para-um" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "Relacionamento %(from)s-%(to)s" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "Relacionamentos %(from)s-%(to)s" + +msgid "Many-to-many relationship" +msgstr "Relacionamento muitos-para-muitos" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Este campo é obrigatório." + +msgid "Enter a whole number." +msgstr "Informe um número inteiro." + +msgid "Enter a number." +msgstr "Informe um número." + +msgid "Enter a valid date." +msgstr "Informe uma data válida." + +msgid "Enter a valid time." +msgstr "Informe uma hora válida." + +msgid "Enter a valid date/time." +msgstr "Informe uma data/hora válida." + +msgid "Enter a valid duration." +msgstr "Insira uma duração válida." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Nenhum arquivo enviado. Verifique o tipo de codificação do formulário." + +msgid "No file was submitted." +msgstr "Nenhum arquivo foi enviado." + +msgid "The submitted file is empty." +msgstr "O arquivo enviado está vazio." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Certifique-se de que o arquivo tenha no máximo %(max)d caractere (ele possui " +"%(length)d)." +msgstr[1] "" +"Certifique-se de que o arquivo tenha no máximo %(max)d caracteres (ele " +"possui %(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Por favor, envie um arquivo ou marque o checkbox, mas não ambos." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Envie uma imagem válida. O arquivo enviado não é uma imagem ou está " +"corrompido." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Faça uma escolha válida. %(value)s não é uma das escolhas disponíveis." + +msgid "Enter a list of values." +msgstr "Informe uma lista de valores." + +msgid "Enter a complete value." +msgstr "Insira um valor completo." + +msgid "Enter a valid UUID." +msgstr "Insira um UUID válido." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Campo oculto %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "Os dados do ManagementForm não foram encontrados ou foram adulterados" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Por favor envie %d ou menos formulário." +msgstr[1] "Por favor envie %d ou menos formulários." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Por favor envie %d ou mais formulários." +msgstr[1] "Por favor envie %d ou mais formulários." + +msgid "Order" +msgstr "Ordem" + +msgid "Delete" +msgstr "Remover" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Por favor, corrija o valor duplicado para %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Por favor, corrija o valor duplicado para %(field)s, o qual deve ser único." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Por favor, corrija o dado duplicado para %(field_name)s, o qual deve ser " +"único para %(lookup)s em %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Por favor, corrija os valores duplicados abaixo." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "" +"A chave estrangeira no inline não coincide com a chave primária na instância " +"pai." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Faça uma escolha válida. Sua escolha não é uma das disponíveis." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "\"%(pk)s\" não é um valor válido para uma chave primária." + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +" %(datetime)s não pôde ser interpretado no fuso horário " +"%(current_timezone)s; pode estar ambíguo ou pode não existir." + +msgid "Currently" +msgstr "Atualmente" + +msgid "Change" +msgstr "Modificar" + +msgid "Clear" +msgstr "Limpar" + +msgid "Unknown" +msgstr "Desconhecido" + +msgid "Yes" +msgstr "Sim" + +msgid "No" +msgstr "Não" + +msgid "yes,no,maybe" +msgstr "sim,não,talvez" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d byte" +msgstr[1] "%(size)d bytes" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "meia-noite" + +msgid "noon" +msgstr "meio-dia" + +msgid "Monday" +msgstr "Segunda-feira" + +msgid "Tuesday" +msgstr "Terça-feira" + +msgid "Wednesday" +msgstr "Quarta-feira" + +msgid "Thursday" +msgstr "Quinta-feira" + +msgid "Friday" +msgstr "Sexta-feira" + +msgid "Saturday" +msgstr "Sábado" + +msgid "Sunday" +msgstr "Domingo" + +msgid "Mon" +msgstr "Seg" + +msgid "Tue" +msgstr "Ter" + +msgid "Wed" +msgstr "Qua" + +msgid "Thu" +msgstr "Qui" + +msgid "Fri" +msgstr "Sex" + +msgid "Sat" +msgstr "Sab" + +msgid "Sun" +msgstr "Dom" + +msgid "January" +msgstr "Janeiro" + +msgid "February" +msgstr "Fevereiro" + +msgid "March" +msgstr "Março" + +msgid "April" +msgstr "Abril" + +msgid "May" +msgstr "Maio" + +msgid "June" +msgstr "Junho" + +msgid "July" +msgstr "Julho" + +msgid "August" +msgstr "Agosto" + +msgid "September" +msgstr "Setembro" + +msgid "October" +msgstr "Outubro" + +msgid "November" +msgstr "Novembro" + +msgid "December" +msgstr "Dezembro" + +msgid "jan" +msgstr "jan" + +msgid "feb" +msgstr "fev" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "abr" + +msgid "may" +msgstr "mai" + +msgid "jun" +msgstr "jun" + +msgid "jul" +msgstr "jul" + +msgid "aug" +msgstr "ago" + +msgid "sep" +msgstr "set" + +msgid "oct" +msgstr "out" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "dez" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Jan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Fev." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Março" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Abril" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Maio" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Junho" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Julho" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Ago." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Set." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Out." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Dez." + +msgctxt "alt. month" +msgid "January" +msgstr "Janeiro" + +msgctxt "alt. month" +msgid "February" +msgstr "Fevereiro" + +msgctxt "alt. month" +msgid "March" +msgstr "Março" + +msgctxt "alt. month" +msgid "April" +msgstr "Abril" + +msgctxt "alt. month" +msgid "May" +msgstr "Maio" + +msgctxt "alt. month" +msgid "June" +msgstr "Junho" + +msgctxt "alt. month" +msgid "July" +msgstr "Julho" + +msgctxt "alt. month" +msgid "August" +msgstr "Agosto" + +msgctxt "alt. month" +msgid "September" +msgstr "Setembro" + +msgctxt "alt. month" +msgid "October" +msgstr "Outubro" + +msgctxt "alt. month" +msgid "November" +msgstr "Novembro" + +msgctxt "alt. month" +msgid "December" +msgstr "Dezembro" + +msgid "This is not a valid IPv6 address." +msgstr "Este não é um endereço IPv6 válido." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr " %(truncated_text)s..." + +msgid "or" +msgstr "ou" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d ano" +msgstr[1] "%d anos" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d mês" +msgstr[1] "%d meses" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d semana" +msgstr[1] "%d semanas" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d dia" +msgstr[1] "%d dias" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d hora" +msgstr[1] "%d horas" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d minuto" +msgstr[1] "%d minutos" + +msgid "0 minutes" +msgstr "0 minutos" + +msgid "Forbidden" +msgstr "Proibido" + +msgid "CSRF verification failed. Request aborted." +msgstr "Verificação CSRF falhou. Pedido cancelado." + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Você está vendo esta mensagem, porque este site HTTPS exige que um " +"'cabeçalho Referer' seja enviado pelo seu navegador, mas nenhum foi enviado. " +"Este cabeçalho é necessário por razões de segurança, para garantir que o seu " +"browser não está sendo invadido por terceiros." + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" +"Se você tiver configurado seu navegador para desativar os cabeçalhos " +"'Referer', por favor ative-os novamente, pelo menos para este site, ou para " +"conexões HTTPS ou para pedidos de 'mesma origem'." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Você está vendo esta mensagem, porque este site requer um cookie CSRF no " +"envio de formulários. Este cookie é necessário por razões de segurança, para " +"garantir que o seu browser não está sendo sequestrado por terceiros." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" +"Se você tiver configurado seu browser para desativar os cookies, por favor " +"ative-os novamente, pelo menos para este site, ou para pedidos de 'mesma " +"origem'." + +msgid "More information is available with DEBUG=True." +msgstr "Mais informações estão disponíveis com DEBUG=True." + +msgid "Welcome to Django" +msgstr "Bem-vindo ao Django" + +msgid "It worked!" +msgstr "Funcionou!" + +msgid "Congratulations on your first Django-powered page." +msgstr "Parabéns pela sua primeira página feita com Django." + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" +"É claro que você realmente não fez qualquer trabalho ainda. O próximo passo " +"é iniciar o seu primeiro app rodando python manage.py startapp " +"[app_label] ." + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" +"Você está vendo esta mensagem, porque você tem DEBUG = True no " +"seu arquivo de configurações do Django e você não configurou nenhum URLs. " +"Vamos ao trabalho!" + +msgid "No year specified" +msgstr "Ano não especificado" + +msgid "No month specified" +msgstr "Mês não especificado" + +msgid "No day specified" +msgstr "Dia não especificado" + +msgid "No week specified" +msgstr "Semana não especificada" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Nenhum(a) %(verbose_name_plural)s disponível" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"%(verbose_name_plural)s futuros não disponíveis pois %(class_name)s." +"allow_future é False." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "' %(datestr)s ' string de data inválida dado o formato ' %(format)s '" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "%(verbose_name)s não encontrado de acordo com a consulta" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "" +"A página não é 'final', nem tampouco pode ser convertido para um inteiro." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Página inválida (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Lista vazia e '%(class_name)s.allow_empty' é False." + +msgid "Directory indexes are not allowed here." +msgstr "Índices de diretório não são permitidos aqui." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" não existe" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Índice de %(directory)s " diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/pt_BR/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/pt_BR/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/pt_BR/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/pt_BR/formats.py new file mode 100644 index 0000000..9f72878 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/pt_BR/formats.py @@ -0,0 +1,36 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = r'j \d\e F \d\e Y' +TIME_FORMAT = 'H:i' +DATETIME_FORMAT = r'j \d\e F \d\e Y à\s H:i' +YEAR_MONTH_FORMAT = r'F \d\e Y' +MONTH_DAY_FORMAT = r'j \d\e F' +SHORT_DATE_FORMAT = 'd/m/Y' +SHORT_DATETIME_FORMAT = 'd/m/Y H:i' +FIRST_DAY_OF_WEEK = 0 # Sunday + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + '%d/%m/%Y', '%d/%m/%y', # '25/10/2006', '25/10/06' + # '%d de %b de %Y', '%d de %b, %Y', # '25 de Out de 2006', '25 Out, 2006' + # '%d de %B de %Y', '%d de %B, %Y', # '25 de Outubro de 2006', '25 de Outubro, 2006' +] +DATETIME_INPUT_FORMATS = [ + '%d/%m/%Y %H:%M:%S', # '25/10/2006 14:30:59' + '%d/%m/%Y %H:%M:%S.%f', # '25/10/2006 14:30:59.000200' + '%d/%m/%Y %H:%M', # '25/10/2006 14:30' + '%d/%m/%Y', # '25/10/2006' + '%d/%m/%y %H:%M:%S', # '25/10/06 14:30:59' + '%d/%m/%y %H:%M:%S.%f', # '25/10/06 14:30:59.000200' + '%d/%m/%y %H:%M', # '25/10/06 14:30' + '%d/%m/%y', # '25/10/06' +] +DECIMAL_SEPARATOR = ',' +THOUSAND_SEPARATOR = '.' +NUMBER_GROUPING = 3 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ro/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ro/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..2aeaf003225e7b249adeea884627415512f59057 GIT binary patch literal 24758 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 literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ro/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ro/LC_MESSAGES/django.po new file mode 100644 index 0000000..f87ec6c --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ro/LC_MESSAGES/django.po @@ -0,0 +1,1229 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# mihneasim , 2011 +# Daniel Ursache-Dogariu , 2011 +# Denis Darii , 2011,2014 +# Ionel Cristian Mărieș , 2012 +# Jannis Leidel , 2011 +# Răzvan Ionescu , 2015 +# Razvan Stefanescu , 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Romanian (http://www.transifex.com/django/django/language/" +"ro/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ro\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" +"2:1));\n" + +msgid "Afrikaans" +msgstr "Afrikaans" + +msgid "Arabic" +msgstr "Arabă" + +msgid "Asturian" +msgstr "Asturiană" + +msgid "Azerbaijani" +msgstr "Azeră" + +msgid "Bulgarian" +msgstr "Bulgară" + +msgid "Belarusian" +msgstr "Bielorusă" + +msgid "Bengali" +msgstr "Bengaleză" + +msgid "Breton" +msgstr "Bretonă" + +msgid "Bosnian" +msgstr "Bosniacă" + +msgid "Catalan" +msgstr "Catalană" + +msgid "Czech" +msgstr "Cehă" + +msgid "Welsh" +msgstr "Galeză" + +msgid "Danish" +msgstr "Daneză" + +msgid "German" +msgstr "Germană" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "Greacă" + +msgid "English" +msgstr "Engleză" + +msgid "Australian English" +msgstr "Engleză australiană" + +msgid "British English" +msgstr "Engleză britanică" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Spaniolă" + +msgid "Argentinian Spanish" +msgstr "Spaniolă Argentiniană" + +msgid "Colombian Spanish" +msgstr "Spaniolă Columbiană" + +msgid "Mexican Spanish" +msgstr "Spaniolă Mexicană" + +msgid "Nicaraguan Spanish" +msgstr "Spaniolă Nicaragua" + +msgid "Venezuelan Spanish" +msgstr "Spaniolă venezueleană" + +msgid "Estonian" +msgstr "Estonă" + +msgid "Basque" +msgstr "Bască" + +msgid "Persian" +msgstr "Persană" + +msgid "Finnish" +msgstr "Finlandeză" + +msgid "French" +msgstr "Franceză" + +msgid "Frisian" +msgstr "Frizian" + +msgid "Irish" +msgstr "Irlandeză" + +msgid "Scottish Gaelic" +msgstr "Galeză Scoțiană" + +msgid "Galician" +msgstr "Galiciană" + +msgid "Hebrew" +msgstr "Ebraică" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Croată" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "Ungară" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indoneză" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Islandeză" + +msgid "Italian" +msgstr "Italiană" + +msgid "Japanese" +msgstr "Japoneză" + +msgid "Georgian" +msgstr "Georgiană" + +msgid "Kazakh" +msgstr "Kazahă" + +msgid "Khmer" +msgstr "Khmeră" + +msgid "Kannada" +msgstr "Limba kannada" + +msgid "Korean" +msgstr "Koreană" + +msgid "Luxembourgish" +msgstr "Luxemburgheză" + +msgid "Lithuanian" +msgstr "Lituaniană" + +msgid "Latvian" +msgstr "Letonă" + +msgid "Macedonian" +msgstr "Macedoneană" + +msgid "Malayalam" +msgstr "Malayalam" + +msgid "Mongolian" +msgstr "Mongolă" + +msgid "Marathi" +msgstr "Marathi" + +msgid "Burmese" +msgstr "Burmeză" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "Nepaleză" + +msgid "Dutch" +msgstr "Olandeză" + +msgid "Norwegian Nynorsk" +msgstr "Norvegiană Nynorsk" + +msgid "Ossetic" +msgstr "Osețiană" + +msgid "Punjabi" +msgstr "Punjabi" + +msgid "Polish" +msgstr "Poloneză" + +msgid "Portuguese" +msgstr "Portugheză" + +msgid "Brazilian Portuguese" +msgstr "Portugheză braziliană" + +msgid "Romanian" +msgstr "Română" + +msgid "Russian" +msgstr "Rusă" + +msgid "Slovak" +msgstr "Slovacă" + +msgid "Slovenian" +msgstr "Slovenă" + +msgid "Albanian" +msgstr "Albaneză" + +msgid "Serbian" +msgstr "Sârbă" + +msgid "Serbian Latin" +msgstr "Sârbă latină" + +msgid "Swedish" +msgstr "Suedeză" + +msgid "Swahili" +msgstr "Swahili" + +msgid "Tamil" +msgstr "Limba tamila" + +msgid "Telugu" +msgstr "Limba telugu" + +msgid "Thai" +msgstr "Tailandeză" + +msgid "Turkish" +msgstr "Turcă" + +msgid "Tatar" +msgstr "Tătară" + +msgid "Udmurt" +msgstr "Udmurtă" + +msgid "Ukrainian" +msgstr "Ucraineană" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Vietnamese" +msgstr "Vietnameză" + +msgid "Simplified Chinese" +msgstr "Chineză simplificată" + +msgid "Traditional Chinese" +msgstr "Chineză tradițională" + +msgid "Messages" +msgstr "Mesaje" + +msgid "Site Maps" +msgstr "Harta sit-ului" + +msgid "Static Files" +msgstr "Fișiere statice" + +msgid "Syndication" +msgstr "Sindicalizare" + +msgid "Enter a valid value." +msgstr "Introduceți o valoare validă." + +msgid "Enter a valid URL." +msgstr "Introduceți un URL valid." + +msgid "Enter a valid integer." +msgstr "Introduceți un întreg valid." + +msgid "Enter a valid email address." +msgstr "Introduceți o adresă de email validaă." + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Introduceți un 'slug' valabil, compus numai din litere, numere, underscore " +"sau cratime." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Introduceși un 'slug' valid, compus din caractere Unicode, numere, " +"underscore sau cratime." + +msgid "Enter a valid IPv4 address." +msgstr "Introduceţi o adresă IPv4 validă." + +msgid "Enter a valid IPv6 address." +msgstr "Intoduceți o adresă IPv6 validă." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Introduceți o adresă IPv4 sau IPv6 validă." + +msgid "Enter only digits separated by commas." +msgstr "Introduceţi numai numere separate de virgule." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Asiguraţi-vă că această valoare este %(limit_value)s (este %(show_value)s )." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "" +"Asiguraţi-vă că această valoare este mai mică sau egală cu %(limit_value)s ." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "" +"Asiguraţi-vă că această valoare este mai mare sau egală cu %(limit_value)s ." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Asigurați-vă că această valoare are cel puțin %(limit_value)d caracter (are " +"%(show_value)d)." +msgstr[1] "" +"Asigurați-vă că această valoare are cel puțin %(limit_value)d caractere (are " +"%(show_value)d)." +msgstr[2] "" +"Asigurați-vă că această valoare are cel puțin %(limit_value)d caractere (are " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Asigurați-vă că această valoare are cel mult %(limit_value)d caracter (are " +"%(show_value)d)." +msgstr[1] "" +"Asigurați-vă că această valoare are cel mult %(limit_value)d caractere (are " +"%(show_value)d)." +msgstr[2] "" +"Asigurați-vă că această valoare are cel mult %(limit_value)d caractere (are " +"%(show_value)d)." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Asigurați-vă că nu este mai mult de %(max)s cifră în total." +msgstr[1] "Asigurați-vă că nu sunt mai mult de %(max)s cifre în total." +msgstr[2] "Asigurați-vă că nu sunt mai mult de %(max)s cifre în total." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Asigurați-vă că nu este mai mult de %(max)s zecimală în total." +msgstr[1] "Asigurați-vă că nu sunt mai mult de %(max)s zecimale în total." +msgstr[2] "Asigurați-vă că nu sunt mai mult de %(max)s zecimale în total." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Asigurați-vă că nu este mai mult de %(max)s cifră înainte de punctul zecimal." +msgstr[1] "" +"Asigurați-vă că nu sunt mai mult de %(max)s cifre înainte de punctul zecimal." +msgstr[2] "" +"Asigurați-vă că nu sunt mai mult de %(max)s cifre înainte de punctul zecimal." + +msgid "and" +msgstr "și" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s cu acest %(field_labels)s există deja." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Valoarea %(value)r nu este o opțiune validă." + +msgid "This field cannot be null." +msgstr "Câmpul nu poate fi gol." + +msgid "This field cannot be blank." +msgstr "Acest câmp nu poate fi gol." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s cu %(field_label)s deja există." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s trebuie să fie unic(e) pentru %(date_field_label)s " +"%(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Câmp de tip: %(field_type)s" + +msgid "Integer" +msgstr "Întreg" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "'%(value)s' trebuie să fie un întreg." + +msgid "Big (8 byte) integer" +msgstr "Întreg mare (8 octeți)" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "'%(value)s' trebuie să fie True sau False." + +msgid "Boolean (Either True or False)" +msgstr "Boolean (adevărat sau fals)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Şir de caractere (cel mult %(max_length)s caractere)" + +msgid "Comma-separated integers" +msgstr "Numere întregi separate de virgule" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"'%(value)s' are un format de dată invalid. Trebuie să fie în formatul YYYY-" +"MM-DD." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "'%(value)s' are formatul corect (YYYY-MM-DD) dar este o dată invalidă." + +msgid "Date (without time)" +msgstr "Dată (fară oră)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"'%(value)s' are un format invalid. Trebuie să fie în formatul YYYY-MM-DD HH:" +"MM[:ss[.uuuuuu]][TZ]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"'%(value)s' are formatul corect (YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]) dar " +"este o dată/oră invalidă." + +msgid "Date (with time)" +msgstr "Dată (cu oră)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "'%(value)s' trebuie să fie un număr zecimal." + +msgid "Decimal number" +msgstr "Număr zecimal" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" +"'%(value)s' are un format invalid. Trebuie să fie în formatul [DD] [HH:" +"[MM:]]ss[.uuuuuu]." + +msgid "Duration" +msgstr "Durată" + +msgid "Email address" +msgstr "Adresă e-mail" + +msgid "File path" +msgstr "Calea fisierului" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "'%(value)s' trebuie să fie un număr cu virgulă." + +msgid "Floating point number" +msgstr "Număr cu virgulă" + +msgid "IPv4 address" +msgstr "Adresă IPv4" + +msgid "IP address" +msgstr "Adresă IP" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "'%(value)s' trebuie să fie None, True sau False." + +msgid "Boolean (Either True, False or None)" +msgstr "Boolean (adevărat, fals sau niciuna)" + +msgid "Positive integer" +msgstr "Întreg pozitiv" + +msgid "Positive small integer" +msgstr "Întreg pozitiv mic" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (până la %(max_length)s)" + +msgid "Small integer" +msgstr "Întreg mic" + +msgid "Text" +msgstr "Text" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"'%(value)s' are un format invalid. Trebuie să fie în formatul HH:MM[:ss[." +"uuuuuu]]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"'%(value)s' are formatul corect (HH:MM[:ss[.uuuuuu]]) dar este o oră " +"invalidă." + +msgid "Time" +msgstr "Timp" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Date binare brute" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "'%(value)s' nu este un UUID valid." + +msgid "File" +msgstr "Fișier" + +msgid "Image" +msgstr "Imagine" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "Instanța %(model)s cu %(field)s %(value)r inexistentă." + +msgid "Foreign Key (type determined by related field)" +msgstr "Foreign Key (tipul determinat de către câmpul relativ)" + +msgid "One-to-one relationship" +msgstr "Relaţie unul-la-unul" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "Relație multe-la-multe" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Acest câmp este obligatoriu." + +msgid "Enter a whole number." +msgstr "Introduceţi un număr întreg." + +msgid "Enter a number." +msgstr "Introduceţi un număr." + +msgid "Enter a valid date." +msgstr "Introduceți o dată validă." + +msgid "Enter a valid time." +msgstr "Introduceți o oră validă." + +msgid "Enter a valid date/time." +msgstr "Introduceți o dată/oră validă." + +msgid "Enter a valid duration." +msgstr "Introduceți o durată validă." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Nici un fișier nu a fost trimis. Verificați tipul fișierului." + +msgid "No file was submitted." +msgstr "Nici un fișier nu a fost trimis." + +msgid "The submitted file is empty." +msgstr "Fișierul încărcat este gol." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Verificați că numele fișierului are cel mult %(max)d caractere (are " +"%(length)d)." +msgstr[1] "" +"Verificați că numele fișierului are cel mult %(max)d caractere (are " +"%(length)d)." +msgstr[2] "" +"Verificați că numele fișierului are cel mult %(max)d caractere (are " +"%(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Fie indicați un fişier, fie bifaţi caseta de selectare, nu ambele." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Încărcaţi o imagine validă. Fişierul încărcat nu era o imagine sau era o " +"imagine coruptă." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Selectați o opțiune validă. %(value)s nu face parte din opțiunile " +"disponibile." + +msgid "Enter a list of values." +msgstr "Introduceți o listă de valori." + +msgid "Enter a complete value." +msgstr "Introduceți o valoare completă." + +msgid "Enter a valid UUID." +msgstr "Introduceți un UUID valid." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Cămp ascuns %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "Datele pentru ManagementForm lipsesc sau au fost alterate" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Trimiteți maxim %d formular." +msgstr[1] "Trimiteți maxim %d formulare." +msgstr[2] "Trimiteți maxim %d formulare." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Trimiteți minim %d formular." +msgstr[1] "Trimiteți minim %d formulare." +msgstr[2] "Trimiteți minim %d formulare." + +msgid "Order" +msgstr "Ordine" + +msgid "Delete" +msgstr "Șterge" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Corectaţi datele duplicate pentru %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "Corectaţi datele duplicate pentru %(field)s , ce trebuie să fie unic." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Corectaţi datele duplicate pentru %(field_name)s , care trebuie să fie unice " +"pentru %(lookup)s în %(date_field)s ." + +msgid "Please correct the duplicate values below." +msgstr "Corectaţi valorile duplicate de mai jos." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "" +"Foreign key-ul inline nu se potrivește cu cheia primară a istanței părinte." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Selectați o opțiune validă. Această opțiune nu face parte din opțiunile " +"disponibile." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "\"%(pk)s\" nu este o cheie primară validă." + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s nu poate fi interpetat in fusul orar %(current_timezone)s; este " +"ambiguu sau nu există." + +msgid "Currently" +msgstr "În prezent" + +msgid "Change" +msgstr "Schimbă" + +msgid "Clear" +msgstr "Șterge" + +msgid "Unknown" +msgstr "Necunoscut" + +msgid "Yes" +msgstr "Da" + +msgid "No" +msgstr "Nu" + +msgid "yes,no,maybe" +msgstr "da,nu,poate" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d byte" +msgstr[1] "%(size)d bytes" +msgstr[2] "%(size)d bytes" + +#, python-format +msgid "%s KB" +msgstr "%s KO" + +#, python-format +msgid "%s MB" +msgstr "%s MO" + +#, python-format +msgid "%s GB" +msgstr "%s GO" + +#, python-format +msgid "%s TB" +msgstr "%s TO" + +#, python-format +msgid "%s PB" +msgstr "%s PO" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "miezul nopții" + +msgid "noon" +msgstr "amiază" + +msgid "Monday" +msgstr "Luni" + +msgid "Tuesday" +msgstr "Marți" + +msgid "Wednesday" +msgstr "Miercuri" + +msgid "Thursday" +msgstr "Joi" + +msgid "Friday" +msgstr "Vineri" + +msgid "Saturday" +msgstr "Sâmbătă" + +msgid "Sunday" +msgstr "Duminică" + +msgid "Mon" +msgstr "Lun" + +msgid "Tue" +msgstr "Mar" + +msgid "Wed" +msgstr "Mie" + +msgid "Thu" +msgstr "Joi" + +msgid "Fri" +msgstr "Vin" + +msgid "Sat" +msgstr "Sâm" + +msgid "Sun" +msgstr "Dum" + +msgid "January" +msgstr "Ianuarie" + +msgid "February" +msgstr "Februarie" + +msgid "March" +msgstr "Martie" + +msgid "April" +msgstr "Aprilie" + +msgid "May" +msgstr "Mai" + +msgid "June" +msgstr "Iunie" + +msgid "July" +msgstr "Iulie" + +msgid "August" +msgstr "August" + +msgid "September" +msgstr "Septembrie" + +msgid "October" +msgstr "Octombrie" + +msgid "November" +msgstr "Noiembrie" + +msgid "December" +msgstr "Decembrie" + +msgid "jan" +msgstr "ian" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "apr" + +msgid "may" +msgstr "mai" + +msgid "jun" +msgstr "iun" + +msgid "jul" +msgstr "iul" + +msgid "aug" +msgstr "aug" + +msgid "sep" +msgstr "sep" + +msgid "oct" +msgstr "oct" + +msgid "nov" +msgstr "noi" + +msgid "dec" +msgstr "dec" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Ian." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Martie" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Aprilie" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Mai" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Iunie" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Iulie" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Aug." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Sept." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Oct." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Noie." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Dec." + +msgctxt "alt. month" +msgid "January" +msgstr "Ianuarie" + +msgctxt "alt. month" +msgid "February" +msgstr "Februarie" + +msgctxt "alt. month" +msgid "March" +msgstr "Martie" + +msgctxt "alt. month" +msgid "April" +msgstr "Aprilie" + +msgctxt "alt. month" +msgid "May" +msgstr "Mai" + +msgctxt "alt. month" +msgid "June" +msgstr "Iunie" + +msgctxt "alt. month" +msgid "July" +msgstr "Iulie" + +msgctxt "alt. month" +msgid "August" +msgstr "August" + +msgctxt "alt. month" +msgid "September" +msgstr "Septembrie" + +msgctxt "alt. month" +msgid "October" +msgstr "Octombrie" + +msgctxt "alt. month" +msgid "November" +msgstr "Noiembrie" + +msgctxt "alt. month" +msgid "December" +msgstr "Decembrie" + +msgid "This is not a valid IPv6 address." +msgstr "Aceasta nu este o adresă IPv6 validă." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "sau" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d an" +msgstr[1] "%d ani" +msgstr[2] "%d ani" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d lună" +msgstr[1] "%d luni" +msgstr[2] "%d luni" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d săptămână" +msgstr[1] "%d săptămâni" +msgstr[2] "%d săptămâni" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d zi" +msgstr[1] "%d zile" +msgstr[2] "%d zile" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d oră" +msgstr[1] "%d ore" +msgstr[2] "%d ore" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d minută" +msgstr[1] "%d minute" +msgstr[2] "%d minute" + +msgid "0 minutes" +msgstr "0 minute" + +msgid "Forbidden" +msgstr "Interzis" + +msgid "CSRF verification failed. Request aborted." +msgstr "Verificarea CSRF nereușită. Cerere eșuată." + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Vedeți acest mesaj deoarece acest site HTTPS solicită setarea unui 'Referer " +"header' în browserul tău, dar acesta nu a fost setat. Acest header este " +"necesar din motive de securitate, pentru a verifica faptul că browserul tău " +"nu este folosit de terți." + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" +"Dacă ați configurat browserul pentru a dezactiva headerele 'Referer', vă " +"rugăm să le reactivați, cel puțin pentru aceasta pagină web, sau pentru " +"conexiunile HTTPS, sau pentru cererile 'same-origin'." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Vedeți acest mesaj deoarece această pagină web necesită un cookie CSRF la " +"trimiterea formularelor. Acest cookie este necesar din motive de securitate, " +"pentru a se asigura că browserul nu este deturnat de terți." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" +"Dacă ați configurat browserul pentru dezactivarea cookie-urilor, vă rugăm să " +"le reactivați, cel puțin pentru această pagină web, sau pentru cereri 'same-" +"origin'." + +msgid "More information is available with DEBUG=True." +msgstr "Mai multe informații sunt disponibile pentru DEBUG=True." + +msgid "Welcome to Django" +msgstr "Bine ai venit la Django" + +msgid "It worked!" +msgstr "A mers!" + +msgid "Congratulations on your first Django-powered page." +msgstr "Felicitări pentru prima ta pagină Django." + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" +"Desigur, încă nu ați prestat nici o activiate. În continuare, inițiați prima " +"aplicație executând python manage.py startapp [app_label]." + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" +"Vedeți acest mesaj deoarece ați setat DEBUG = True în fișierul " +"de setări Django și nu ați configurat nici un URL. La treabă!" + +msgid "No year specified" +msgstr "Niciun an specificat" + +msgid "No month specified" +msgstr "Nicio lună specificată" + +msgid "No day specified" +msgstr "Nicio zi specificată" + +msgid "No week specified" +msgstr "Nicio săptămîna specificată" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "%(verbose_name_plural)s nu e disponibil" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Viitorul %(verbose_name_plural)s nu e disponibil deoarece %(class_name)s ." +"allow_future este Fals." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "Dată incorectă '%(datestr)s' considerând formatul '%(format)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Niciun rezultat pentru %(verbose_name)s care se potrivesc interogării" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "" +"Pagina nu este \"ultima\" și nici nu poate fi convertită într-un întreg." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Pagină invalidă (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Listă goală și '%(class_name)s.allow_empty' este Fals." + +msgid "Directory indexes are not allowed here." +msgstr "Aici nu sunt permise indexuri la directoare" + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" nu există" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Index pentru %(directory)s" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ro/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ro/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ro/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ro/formats.py new file mode 100644 index 0000000..4ed143b --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ro/formats.py @@ -0,0 +1,24 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'j F Y' +TIME_FORMAT = 'H:i' +DATETIME_FORMAT = 'j F Y, H:i' +YEAR_MONTH_FORMAT = 'F Y' +MONTH_DAY_FORMAT = 'j F' +SHORT_DATE_FORMAT = 'd.m.Y' +SHORT_DATETIME_FORMAT = 'd.m.Y, H:i' +# FIRST_DAY_OF_WEEK = + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +# DATE_INPUT_FORMATS = +# TIME_INPUT_FORMATS = +# DATETIME_INPUT_FORMATS = +DECIMAL_SEPARATOR = ',' +THOUSAND_SEPARATOR = '.' +# NUMBER_GROUPING = diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ru/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ru/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..421ad7903dbe0b6e8e031e4a8b69e02b2eaa3b56 GIT binary patch literal 33882 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, 2014 +# Denis Darii , 2011 +# Dimmus , 2011 +# eigrad , 2012 +# Eugene MechanisM , 2013 +# eXtractor , 2015 +# Igor Melnyk, 2014 +# Jannis Leidel , 2011 +# lilo.panic, 2016 +# Mikhail Zholobov , 2013 +# Алексей Борискин , 2013-2016 +# Дмитрий Шатера , 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-07-20 09:53+0000\n" +"Last-Translator: Алексей Борискин \n" +"Language-Team: Russian (http://www.transifex.com/django/django/language/" +"ru/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n" +"%100>=11 && n%100<=14)? 2 : 3);\n" + +msgid "Afrikaans" +msgstr "Бурский" + +msgid "Arabic" +msgstr "Арабский" + +msgid "Asturian" +msgstr "Астурийский" + +msgid "Azerbaijani" +msgstr "Азербайджанский" + +msgid "Bulgarian" +msgstr "Болгарский" + +msgid "Belarusian" +msgstr "Белоруский" + +msgid "Bengali" +msgstr "Бенгальский" + +msgid "Breton" +msgstr "Бретонский" + +msgid "Bosnian" +msgstr "Боснийский" + +msgid "Catalan" +msgstr "Каталанский" + +msgid "Czech" +msgstr "Чешский" + +msgid "Welsh" +msgstr "Уэльский" + +msgid "Danish" +msgstr "Датский" + +msgid "German" +msgstr "Немецкий" + +msgid "Lower Sorbian" +msgstr "Нижнелужицкий" + +msgid "Greek" +msgstr "Греческий" + +msgid "English" +msgstr "Английский" + +msgid "Australian English" +msgstr "Австралийский английский" + +msgid "British English" +msgstr "Британский английский" + +msgid "Esperanto" +msgstr "Эсперанто" + +msgid "Spanish" +msgstr "Испанский" + +msgid "Argentinian Spanish" +msgstr "Аргентинский испанский" + +msgid "Colombian Spanish" +msgstr "Колумбийский испанский" + +msgid "Mexican Spanish" +msgstr "Мексиканский испанский" + +msgid "Nicaraguan Spanish" +msgstr "Никарагуанский испанский" + +msgid "Venezuelan Spanish" +msgstr "Венесуэльский Испанский" + +msgid "Estonian" +msgstr "Эстонский" + +msgid "Basque" +msgstr "Баскский" + +msgid "Persian" +msgstr "Персидский" + +msgid "Finnish" +msgstr "Финский" + +msgid "French" +msgstr "Французский" + +msgid "Frisian" +msgstr "Фризский" + +msgid "Irish" +msgstr "Ирландский" + +msgid "Scottish Gaelic" +msgstr "Шотландский гэльский" + +msgid "Galician" +msgstr "Галисийский" + +msgid "Hebrew" +msgstr "Иврит" + +msgid "Hindi" +msgstr "Хинди" + +msgid "Croatian" +msgstr "Хорватский" + +msgid "Upper Sorbian" +msgstr "Верхнелужицкий" + +msgid "Hungarian" +msgstr "Венгерский" + +msgid "Interlingua" +msgstr "Интерлингва" + +msgid "Indonesian" +msgstr "Индонезийский" + +msgid "Ido" +msgstr "Идо" + +msgid "Icelandic" +msgstr "Исландский" + +msgid "Italian" +msgstr "Итальянский" + +msgid "Japanese" +msgstr "Японский" + +msgid "Georgian" +msgstr "Грузинский" + +msgid "Kazakh" +msgstr "Казахский" + +msgid "Khmer" +msgstr "Кхмерский" + +msgid "Kannada" +msgstr "Каннада" + +msgid "Korean" +msgstr "Корейский" + +msgid "Luxembourgish" +msgstr "Люксембургский" + +msgid "Lithuanian" +msgstr "Литовский" + +msgid "Latvian" +msgstr "Латвийский" + +msgid "Macedonian" +msgstr "Македонский" + +msgid "Malayalam" +msgstr "Малаялам" + +msgid "Mongolian" +msgstr "Монгольский" + +msgid "Marathi" +msgstr "Маратхи" + +msgid "Burmese" +msgstr "Бирманский" + +msgid "Norwegian Bokmål" +msgstr "Норвежский (Букмол)" + +msgid "Nepali" +msgstr "Непальский" + +msgid "Dutch" +msgstr "Голландский" + +msgid "Norwegian Nynorsk" +msgstr "Норвежский (Нюнорск)" + +msgid "Ossetic" +msgstr "Осетинский" + +msgid "Punjabi" +msgstr "Панджаби" + +msgid "Polish" +msgstr "Польский" + +msgid "Portuguese" +msgstr "Португальский" + +msgid "Brazilian Portuguese" +msgstr "Бразильский португальский" + +msgid "Romanian" +msgstr "Румынский" + +msgid "Russian" +msgstr "Русский" + +msgid "Slovak" +msgstr "Словацкий" + +msgid "Slovenian" +msgstr "Словенский" + +msgid "Albanian" +msgstr "Албанский" + +msgid "Serbian" +msgstr "Сербский" + +msgid "Serbian Latin" +msgstr "Сербский (латиница)" + +msgid "Swedish" +msgstr "Шведский" + +msgid "Swahili" +msgstr "Суахили" + +msgid "Tamil" +msgstr "Тамильский" + +msgid "Telugu" +msgstr "Телугу" + +msgid "Thai" +msgstr "Тайский" + +msgid "Turkish" +msgstr "Турецкий" + +msgid "Tatar" +msgstr "Татарский" + +msgid "Udmurt" +msgstr "Удмуртский" + +msgid "Ukrainian" +msgstr "Украинский" + +msgid "Urdu" +msgstr "Урду" + +msgid "Vietnamese" +msgstr "Вьетнамский" + +msgid "Simplified Chinese" +msgstr "Упрощенный китайский" + +msgid "Traditional Chinese" +msgstr "Традиционный китайский" + +msgid "Messages" +msgstr "Сообщения" + +msgid "Site Maps" +msgstr "Карта сайта" + +msgid "Static Files" +msgstr "Статические файлы" + +msgid "Syndication" +msgstr "Ленты новостей" + +msgid "Enter a valid value." +msgstr "Введите правильное значение." + +msgid "Enter a valid URL." +msgstr "Введите правильный URL." + +msgid "Enter a valid integer." +msgstr "Введите правильное число." + +msgid "Enter a valid email address." +msgstr "Введите правильный адрес электронной почты." + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Значение должно состоять только из букв, цифр, знаков подчеркивания или " +"дефиса." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Значение должно состоять только из букв, цифр, символов подчёркивания или " +"дефисов, входящих в стандарт Юникод." + +msgid "Enter a valid IPv4 address." +msgstr "Введите правильный IPv4 адрес." + +msgid "Enter a valid IPv6 address." +msgstr "Введите действительный IPv6 адрес." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Введите действительный IPv4 или IPv6 адрес." + +msgid "Enter only digits separated by commas." +msgstr "Введите цифры, разделенные запятыми." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Убедитесь, что это значение — %(limit_value)s (сейчас оно — %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Убедитесь, что это значение меньше либо равно %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Убедитесь, что это значение больше либо равно %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Убедитесь, что это значение содержит не менее %(limit_value)d символ (сейчас " +"%(show_value)d)." +msgstr[1] "" +"Убедитесь, что это значение содержит не менее %(limit_value)d символов " +"(сейчас %(show_value)d)." +msgstr[2] "" +"Убедитесь, что это значение содержит не менее %(limit_value)d символов " +"(сейчас %(show_value)d)." +msgstr[3] "" +"Убедитесь, что это значение содержит не менее %(limit_value)d символов " +"(сейчас %(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Убедитесь, что это значение содержит не более %(limit_value)d символ (сейчас " +"%(show_value)d)." +msgstr[1] "" +"Убедитесь, что это значение содержит не более %(limit_value)d символов " +"(сейчас %(show_value)d)." +msgstr[2] "" +"Убедитесь, что это значение содержит не более %(limit_value)d символов " +"(сейчас %(show_value)d)." +msgstr[3] "" +"Убедитесь, что это значение содержит не более %(limit_value)d символов " +"(сейчас %(show_value)d)." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Убедитесь, что вы ввели не более %(max)s цифры." +msgstr[1] "Убедитесь, что вы ввели не более %(max)s цифр." +msgstr[2] "Убедитесь, что вы ввели не более %(max)s цифр." +msgstr[3] "Убедитесь, что вы ввели не более %(max)s цифр." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Убедитесь, что вы ввели не более %(max)s цифры после запятой." +msgstr[1] "Убедитесь, что вы ввели не более %(max)s цифр после запятой." +msgstr[2] "Убедитесь, что вы ввели не более %(max)s цифр после запятой." +msgstr[3] "Убедитесь, что вы ввели не более %(max)s цифр после запятой." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "Убедитесь, что вы ввели не более %(max)s цифры перед запятой." +msgstr[1] "Убедитесь, что вы ввели не более %(max)s цифр перед запятой." +msgstr[2] "Убедитесь, что вы ввели не более %(max)s цифр перед запятой." +msgstr[3] "Убедитесь, что вы ввели не более %(max)s цифр перед запятой." + +msgid "and" +msgstr "и" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" +"%(model_name)s с такими значениями полей %(field_labels)s уже существует." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Значения %(value)r нет среди допустимых вариантов." + +msgid "This field cannot be null." +msgstr "Это поле не может иметь значение NULL." + +msgid "This field cannot be blank." +msgstr "Это поле не может быть пустым." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s с таким %(field_label)s уже существует." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"Значение в поле «%(field_label)s» должно быть уникальным для фрагмента " +"«%(lookup_type)s» даты в поле %(date_field_label)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Поле типа %(field_type)s" + +msgid "Integer" +msgstr "Целое" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "Значение '%(value)s' должно быть целым числом." + +msgid "Big (8 byte) integer" +msgstr "Длинное целое (8 байт)" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "Значение '%(value)s' должно быть True или False." + +msgid "Boolean (Either True or False)" +msgstr "Логическое (True или False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Строка (до %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Целые, разделенные запятыми" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"Значение '%(value)s' имеет неверный формат даты. Оно должно быть в формате " +"YYYY-MM-DD." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"Значение '%(value)s' имеет корректный формат (YYYY-MM-DD), но это " +"недействительная дата." + +msgid "Date (without time)" +msgstr "Дата (без указания времени)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"Значение '%(value)s' имеет неверный формат. Оно должно быть в формате YYYY-" +"MM-DD HH:MM[:ss[.uuuuuu]][TZ]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"Значение '%(value)s' имеет корректный формат (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]), но это недействительные дата/время." + +msgid "Date (with time)" +msgstr "Дата (с указанием времени)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "Значение '%(value)s' должно быть числом с фиксированной запятой." + +msgid "Decimal number" +msgstr "Число с фиксированной запятой" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" +"Значение '%(value)s' имеет неверный формат. Оно должно быть в формате [DD] " +"[HH:[MM:]]ss[.uuuuuu]." + +msgid "Duration" +msgstr "Продолжительность" + +msgid "Email address" +msgstr "Адрес электронной почты" + +msgid "File path" +msgstr "Путь к файлу" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "Значение '%(value)s' должно быть числом с плавающей запятой." + +msgid "Floating point number" +msgstr "Число с плавающей запятой" + +msgid "IPv4 address" +msgstr "IPv4 адрес" + +msgid "IP address" +msgstr "IP-адрес" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "Значение '%(value)s' должно быть None, True или False." + +msgid "Boolean (Either True, False or None)" +msgstr "Логическое (True, False или None)" + +msgid "Positive integer" +msgstr "Положительное целое число" + +msgid "Positive small integer" +msgstr "Положительное малое целое число" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Слаг (до %(max_length)s)" + +msgid "Small integer" +msgstr "Малое целое число" + +msgid "Text" +msgstr "Текст" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"Значение '%(value)s' имеет неверный формат. Оно должно быть в формате HH:MM[:" +"ss[.uuuuuu]]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"Значение '%(value)s' имеет корректный формат (HH:MM[:ss[.uuuuuu]]), но это " +"недействительное время." + +msgid "Time" +msgstr "Время" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Необработанные двоичные данные" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "Значение '%(value)s' не является верным UUID-ом." + +msgid "File" +msgstr "Файл" + +msgid "Image" +msgstr "Изображение" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" +"Объект модели %(model)s со значением поля %(field)s, равным %(value)r, не " +"существует." + +msgid "Foreign Key (type determined by related field)" +msgstr "Внешний Ключ (тип определен по связанному полю)" + +msgid "One-to-one relationship" +msgstr "Связь \"один к одному\"" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "Связь %(from)s-%(to)s" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "Связьи %(from)s-%(to)s" + +msgid "Many-to-many relationship" +msgstr "Связь \"многие ко многим\"" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Обязательное поле." + +msgid "Enter a whole number." +msgstr "Введите целое число." + +msgid "Enter a number." +msgstr "Введите число." + +msgid "Enter a valid date." +msgstr "Введите правильную дату." + +msgid "Enter a valid time." +msgstr "Введите правильное время." + +msgid "Enter a valid date/time." +msgstr "Введите правильную дату и время." + +msgid "Enter a valid duration." +msgstr "Введите правильную продолжительность." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Ни одного файла не было отправлено. Проверьте тип кодировки формы." + +msgid "No file was submitted." +msgstr "Ни одного файла не было отправлено." + +msgid "The submitted file is empty." +msgstr "Отправленный файл пуст." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Убедитесь, что это имя файла содержит не более %(max)d символ (сейчас " +"%(length)d)." +msgstr[1] "" +"Убедитесь, что это имя файла содержит не более %(max)d символов (сейчас " +"%(length)d)." +msgstr[2] "" +"Убедитесь, что это имя файла содержит не более %(max)d символов (сейчас " +"%(length)d)." +msgstr[3] "" +"Убедитесь, что это имя файла содержит не более %(max)d символов (сейчас " +"%(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Пожалуйста, загрузите файл или поставьте флажок \"Очистить\", но не " +"совершайте оба действия одновременно." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Загрузите правильное изображение. Файл, который вы загрузили, поврежден или " +"не является изображением." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Выберите корректный вариант. %(value)s нет среди допустимых значений." + +msgid "Enter a list of values." +msgstr "Введите список значений." + +msgid "Enter a complete value." +msgstr "Введите весь список значений." + +msgid "Enter a valid UUID." +msgstr "Введите правильный UUID." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Скрытое поле %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "Данные управляющей формы отсутствуют или были повреждены" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Пожалуйста, заполните не более %d формы." +msgstr[1] "Пожалуйста, заполните не более %d форм." +msgstr[2] "Пожалуйста, заполните не более %d форм." +msgstr[3] "Пожалуйста, заполните не более %d форм." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Пожалуйста, отправьте как минимум %d форму." +msgstr[1] "Пожалуйста, отправьте как минимум %d формы." +msgstr[2] "Пожалуйста, отправьте как минимум %d форм." +msgstr[3] "Пожалуйста, отправьте как минимум %d форм." + +msgid "Order" +msgstr "Порядок" + +msgid "Delete" +msgstr "Удалить" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Пожалуйста, измените повторяющееся значение в поле \"%(field)s\"." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Пожалуйста, измените значение в поле %(field)s, оно должно быть уникальным." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Пожалуйста, измените значение в поле %(field_name)s, оно должно быть " +"уникальным для %(lookup)s в поле %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Пожалуйста, измените повторяющиеся значения ниже." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "Внешний ключ не совпадает с первичным ключом родителя." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Выберите корректный вариант. Вашего варианта нет среди допустимых значений." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "\"%(pk)s\" не является верным значением для первичного ключа." + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s не может быть интерпретирована в часовом поясе " +"%(current_timezone)s; дата может быть неоднозначной или оказаться " +"несуществующей." + +msgid "Currently" +msgstr "На данный момент" + +msgid "Change" +msgstr "Изменить" + +msgid "Clear" +msgstr "Очистить" + +msgid "Unknown" +msgstr "Неизвестно" + +msgid "Yes" +msgstr "Да" + +msgid "No" +msgstr "Нет" + +msgid "yes,no,maybe" +msgstr "да,нет,может быть" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d байт" +msgstr[1] "%(size)d байта" +msgstr[2] "%(size)d байт" +msgstr[3] "%(size)d байт" + +#, python-format +msgid "%s KB" +msgstr "%s КБ" + +#, python-format +msgid "%s MB" +msgstr "%s МБ" + +#, python-format +msgid "%s GB" +msgstr "%s ГБ" + +#, python-format +msgid "%s TB" +msgstr "%s ТБ" + +#, python-format +msgid "%s PB" +msgstr "%s ПБ" + +msgid "p.m." +msgstr "п.п." + +msgid "a.m." +msgstr "д.п." + +msgid "PM" +msgstr "ПП" + +msgid "AM" +msgstr "ДП" + +msgid "midnight" +msgstr "полночь" + +msgid "noon" +msgstr "полдень" + +msgid "Monday" +msgstr "Понедельник" + +msgid "Tuesday" +msgstr "Вторник" + +msgid "Wednesday" +msgstr "Среда" + +msgid "Thursday" +msgstr "Четверг" + +msgid "Friday" +msgstr "Пятница" + +msgid "Saturday" +msgstr "Суббота" + +msgid "Sunday" +msgstr "Воскресенье" + +msgid "Mon" +msgstr "Пн" + +msgid "Tue" +msgstr "Вт" + +msgid "Wed" +msgstr "Ср" + +msgid "Thu" +msgstr "Чт" + +msgid "Fri" +msgstr "Пт" + +msgid "Sat" +msgstr "Сб" + +msgid "Sun" +msgstr "Вс" + +msgid "January" +msgstr "Январь" + +msgid "February" +msgstr "Февраль" + +msgid "March" +msgstr "Март" + +msgid "April" +msgstr "Апрель" + +msgid "May" +msgstr "Май" + +msgid "June" +msgstr "Июнь" + +msgid "July" +msgstr "Июль" + +msgid "August" +msgstr "Август" + +msgid "September" +msgstr "Сентябрь" + +msgid "October" +msgstr "Октябрь" + +msgid "November" +msgstr "Ноябрь" + +msgid "December" +msgstr "Декабрь" + +msgid "jan" +msgstr "янв" + +msgid "feb" +msgstr "фев" + +msgid "mar" +msgstr "мар" + +msgid "apr" +msgstr "апр" + +msgid "may" +msgstr "май" + +msgid "jun" +msgstr "июн" + +msgid "jul" +msgstr "июл" + +msgid "aug" +msgstr "авг" + +msgid "sep" +msgstr "сен" + +msgid "oct" +msgstr "окт" + +msgid "nov" +msgstr "ноя" + +msgid "dec" +msgstr "дек" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Янв." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Фев." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Март" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Апрель" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Май" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Июнь" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Июль" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Авг." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Сен." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Окт." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Ноя." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Дек." + +msgctxt "alt. month" +msgid "January" +msgstr "января" + +msgctxt "alt. month" +msgid "February" +msgstr "февраля" + +msgctxt "alt. month" +msgid "March" +msgstr "марта" + +msgctxt "alt. month" +msgid "April" +msgstr "апреля" + +msgctxt "alt. month" +msgid "May" +msgstr "мая" + +msgctxt "alt. month" +msgid "June" +msgstr "июня" + +msgctxt "alt. month" +msgid "July" +msgstr "июля" + +msgctxt "alt. month" +msgid "August" +msgstr "августа" + +msgctxt "alt. month" +msgid "September" +msgstr "сентября" + +msgctxt "alt. month" +msgid "October" +msgstr "октября" + +msgctxt "alt. month" +msgid "November" +msgstr "ноября" + +msgctxt "alt. month" +msgid "December" +msgstr "декабря" + +msgid "This is not a valid IPv6 address." +msgstr "Значение не является корректным адресом IPv6." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "или" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d год" +msgstr[1] "%d года" +msgstr[2] "%d лет" +msgstr[3] "%d лет" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d месяц" +msgstr[1] "%d месяца" +msgstr[2] "%d месяцев" +msgstr[3] "%d месяцев" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d неделя" +msgstr[1] "%d недели" +msgstr[2] "%d недель" +msgstr[3] "%d недель" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d день" +msgstr[1] "%d дня" +msgstr[2] "%d дней" +msgstr[3] "%d дней" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d час" +msgstr[1] "%d часа" +msgstr[2] "%d часов" +msgstr[3] "%d часов" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d минута" +msgstr[1] "%d минуты" +msgstr[2] "%d минут" +msgstr[3] "%d минут" + +msgid "0 minutes" +msgstr "0 минут" + +msgid "Forbidden" +msgstr "Ошибка доступа" + +msgid "CSRF verification failed. Request aborted." +msgstr "Ошибка проверки CSRF. Запрос отклонён." + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Вы видите это сообщение, потому что данный сайт использует защищённое " +"соединение и требует, чтобы заголовок 'Referer' был передан вашим браузером, " +"но он не был им передан. Данный заголовок необходим по соображениям " +"безопасности, чтобы убедиться, что ваш браузер не был взломан, а запрос к " +"серверу не был перехвачен или подменён." + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" +"Если вы настроили свой браузер таким образом, чтобы запретить ему передавать " +"заголовок 'Referer', пожалуйста, разрешите ему отсылать данный заголовок по " +"крайней мере для данного сайта, или для всех HTTPS-соединений, или для " +"запросов, домен и порт назначения совпадают с доменом и портом текущей " +"страницы." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Вы видите это сообщение, потому что данный сайт требует, чтобы при отправке " +"форм была отправлена и CSRF-cookie. Данный тип cookie необходим по " +"соображениям безопасности, чтобы убедиться, что ваш браузер не был взломан и " +"не выполняет от вашего лица действий, запрограммированных третьими лицами." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" +"Если вы настроили свой браузер таким образом, чтобы он не передавал или не " +"хранил cookie, пожалуйста, включите эту функцию вновь, по крайней мере для " +"этого сайта, или для запросов, чьи домен и порт совпадают с доменом и портом " +"текущей страницы." + +msgid "More information is available with DEBUG=True." +msgstr "" +"В отладочном режиме доступно больше информации. Включить отладочный режим " +"можно, установив значение переменной DEBUG=True." + +msgid "Welcome to Django" +msgstr "Добро пожаловать в Django" + +msgid "It worked!" +msgstr "Заработало!" + +msgid "Congratulations on your first Django-powered page." +msgstr "Поздравляем вас с вашей первой страницей, работающей на Django." + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" +"Конечно, это только начало. Сейчас вы можете создать ваше первое приложение. " +"Чтобы сделать это, запустите команду python manage.py startapp " +"[app_label]." + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" +"Вы видите это сообщение, потому что в файле ваших настроек Django есть " +"строчка DEBUG = True и вы не сконфигурировали ни одного URL. За " +"работу!" + +msgid "No year specified" +msgstr "Не указан год" + +msgid "No month specified" +msgstr "Не указан месяц" + +msgid "No day specified" +msgstr "Не указан день" + +msgid "No week specified" +msgstr "Не указана неделя" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "%(verbose_name_plural)s не доступен" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Будущие %(verbose_name_plural)s недоступны, потому что %(class_name)s." +"allow_future выставлен в значение \"Ложь\"." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "" +"Не удалось распознать строку с датой '%(datestr)s', используя формат " +"'%(format)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Не найден ни один %(verbose_name)s, соответствующий запросу" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "" +"Номер страницы не содержит особое значение 'last', и его не удалось " +"преобразовать к целому числу." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Неправильная страница (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "" +"Список пуст, но '%(class_name)s.allow_empty' выставлено в значение \"Ложь\", " +"что запрещает показывать пустые списки." + +msgid "Directory indexes are not allowed here." +msgstr "Просмотр списка файлов директории здесь не разрешен." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" не существует" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Список файлов директории %(directory)s" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ru/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ru/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ru/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ru/formats.py new file mode 100644 index 0000000..07b1181 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ru/formats.py @@ -0,0 +1,35 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'j E Y г.' +TIME_FORMAT = 'G:i' +DATETIME_FORMAT = 'j E Y г. G:i' +YEAR_MONTH_FORMAT = 'F Y г.' +MONTH_DAY_FORMAT = 'j F' +SHORT_DATE_FORMAT = 'd.m.Y' +SHORT_DATETIME_FORMAT = 'd.m.Y H:i' +FIRST_DAY_OF_WEEK = 1 # Monday + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + '%d.%m.%Y', # '25.10.2006' + '%d.%m.%y', # '25.10.06' +] +DATETIME_INPUT_FORMATS = [ + '%d.%m.%Y %H:%M:%S', # '25.10.2006 14:30:59' + '%d.%m.%Y %H:%M:%S.%f', # '25.10.2006 14:30:59.000200' + '%d.%m.%Y %H:%M', # '25.10.2006 14:30' + '%d.%m.%Y', # '25.10.2006' + '%d.%m.%y %H:%M:%S', # '25.10.06 14:30:59' + '%d.%m.%y %H:%M:%S.%f', # '25.10.06 14:30:59.000200' + '%d.%m.%y %H:%M', # '25.10.06 14:30' + '%d.%m.%y', # '25.10.06' +] +DECIMAL_SEPARATOR = ',' +THOUSAND_SEPARATOR = '\xa0' # non-breaking space +NUMBER_GROUPING = 3 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sk/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sk/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..2b4553c8dd2589a91725622b1ac97b5ad2067c96 GIT binary patch literal 17968 zcmcJW3!Gh5eeV|`fCL4VTZ)Qwi-gQTW(aSX7$8pw6)N>s?iSTWn70=i+^(^75 zNcToK4}KV)3h##$(|i)nhY$JZpZ3r9L8@X7LVf2^cryGlJQF_Q!{3Fc5&n@6KL-~O zo_Dq}r@$9M)#K;jx$r`GK3wacC;s^uRQ~UVXTbMCmGc3pd>-=L2bJ#gP~~bv{+Y-4 zQF;Fc>b-w}dj79a>7RqPUFi&!|4gX#i=f(l2~@i4;3BvN>iq=12o~@P_;#rBd=?h) z5%>Xk#mkKugO9`i3|GFwn2*6H-~(`+PJRtM=at4>3vYo-;eC)MGfzO(`}=Sm{CCK! zW-X2OY8XLEWLsC3_j`tFaR^zk{U_B{pVzX+~`dM|}a zS9-n~s(kN+s`q<6-|wH_2UXttq2B+v5AXHQ_d$LC^H6&7s1JV~s=QA@RK$D_>izlW zx%OHB)!(Q4@VQXmIS=Z+ULU>;s=o)|Jh&b%hMVB|@Xb(q{Qy*ZJPcLuFG9U{GRpH3 z_%hFnJeNV$dm~hPybekaZ-*-9P9J|KoJaUw@Je{MkADQNA^Zin1fD@*Qg}VQ5Pk}- zfZu}4;kgT4{ceY9uMwznXHez-WvFs|2&!EkfGXeb`}ohn6A8C{{G)I+;jh3O;8_>A zc6$Rb=LI#=#R%?fB17-|b)I-oF$o-8G)e z;YozodTxX#6W$8v!`FL;P~{zl8mA9Ieg83t$uQ4AwZG|c-#Z(s{^vmDvk+>$UkFv6 zYvCzyh38E^elyhfw?WnOHvfDC-aUjawcL$*K zWWDEYQ13ON?D?Hg@9lz0zZ+^E+6Pt7$2`C6`Bl%ad;XQ@w>_Wse8%(dJ%0dSKz{!O z)vnL__@8*5i1E?*IR)zZ0;unw0cF?Dgr7RWm;lPYewD$karPZ}H$1n`%{!lf8uw2^ zjhE9f!qU_8AST#c4+D5RL}ks}p!DezQ2qFb=bw2#?)f#(Z$eCzc@nC;=3-Z`6CuSj zFN7-p>2Lu&6P^aog{Q&`q4e%@sPHoD*`K|HcO;F`}oex)`%F}=WEdBEjK)v?>RJk95%I{%# z2K*e9-h2t_{U?3+J5c#Q3m3wZFLC)ShO#49!VPd0)O+uTkHg=BKY{V3_)y|y)D2#B zIrX7|&%T28g|DXbZzR6wDrZ0MfNKcvgX+)c;EUmzS2MQZ`B3)c?QjwNhz~ysWncal z>OFIf^S{o9=MlULO5bjUXTuhhUfm5*U2{KFJ--CiPTzp4&(rW_@Ox10Hh;ji*J)7g z_X?=@Uk# z8=>Cc?89$>%D)CR?(gu=-v!lA?}KW``=RXery*Tq{tc>p7vikxdzV0!V<}XAE1|~0 zI?rE(O1BNF+_yuetNZxE^G+Xs7gRa#_53hYdGL{0d=08!z5&&KKZMHv zpP;_`tmph?uD?%*vM(3H^{^lI!Z$(X^E*)X;s9I$zYW#@!L{!FYoPRED|`v8Lw)bf zp6`O^5WWYhT^{n>2UY*i!w^2|<9n}j`g;jv2$-F)4nGM|O>@@u#%zZh;ob1}pz^(D zxofB8P~}+Z-vU| z^-%3lhkE`F&-cPbgztlzPac8lzb9Y-pMomi2`k-qe;%s*FNbQ6^PuwUgDU4$K776B zO;G(j2=(4Aa5D_yE8#x)D)=?ee}U@9vsSr&?t{wr5~zFzp!DcEI1dg&)$_Gb`M&|4 z2#2A{H|kkJt3jGebDo_;Yox)>ce}W-uqq8 z&p`FpBk%n`Lx z}MGA1Oahtimm#a|9rGH@{rygOs=q%8ehK+6 zK72X+E#xnKSeS==75P=>T|??w>?d|;VYxrtdL`B?;dh?)?mW^t%s0fClAWn)XYh_UpRk;t8BA7^%C|KB2DYGm} zitUP1RBygCh>M^Zj_bv+ITVkSX_*In%|}laP#MAY7}>2&u|VIzye>bR>|t{3xoBI>OML*qp>GnAW!)u0-Vd)QztEi;8h8_|rDQZH5m zcjqG0q^Q|A-PoudQB+rqXd}j>(B>o(kq0-d&@bK^zw7PqCi^?M!t~r2SF2GH*s4$^ zSIb`RqAW|Z-rOt>%#x`R448rI`d?+1uQ$twv$!6HNp6-mhQcHc6SJI-YMA9&I22dF z2u&XAL9nGog1lyymm?*8zI-CehQfH1NV6i$?)H~&>b-iz-FRK#7xTv@=2@v&as$u+d0&P#jt;>Nl&(f)B55hH)bZ ztJN&Zb3(0RJfNyY5GK`N5o4wi=DAn;ew)GeNQo9{q}t~0H=Wj5o#Z8-DrzA`)kpl7 zgJ$ZY6ZEMW?qrZuebHNuutHgW+BX?q$Mb4D!nhuaFefTyG+m069yftH z(oa(i*|}No(mTU(BhokyY9Ts+olEIf*8$a_QbRW@n987sHc^U&JtQB&I#+wU%5cp2 zZD3=~_OM%;{x?e-Bia;{?KwRA@(!K|VkPmbLMJk~6Ill|<r7>EEzau=?8Py?t8awPrliAe zLbt=##XH-jZ@4h|Gwm&qw?^|qog_Fv#p!g&CXJO$y{+4%k7x`AnG>1vmeg&f^Gll zgga_XguX#Kv1!s652~_tc`!W(4UN;BOiOB>ycK0(Ql#85%V|DZ6Afi0&XrjsUq-E6 zjJKizbip|{3gHB-!KB!qKz>0yhNb|@}N84MCG7IH!$w>>x zn8v~(+F~fGgk^5sy~C%jVV4u?>!+?8P`8R2;D#v8M%+!-R5+76btBCZ?Jzeolg8%8 z5|6}A{%bdNbj5Tlmswk(N+hkAwapN3V67%#H74F_XI7>aiN*u5Ra@&k1EOe|22EIo z+&jIMA_aMosbQIk6(rP~FA7HDG5KmKB`x&G-SK4V-4>q@dgN}8&|KC(=*@f8pLi`f zktznwTQh5!b5!q}!o(`TO(9;IJe!+Jypx;CBr-RLNfK5=I1$!s=H^-x=i_F2m)F*X z#h6}Sha*m7Gr?0`Jy?&YG>$a6OUC<(w2zkddJr?zYjKMw8A`C8 z-e1qkpwi_vuE!rkq!?f%wWZ#GkA;)Cfs|QD<4rr68&b1DwyaxcP?q5oqk+qh@1u5= z7l7l5;vbfHTEV82ONsb?!1$@esBKjdnr4F?OrUu=#8iex_a7lTSXqlIb^A?JJ+0aT zXk4Vs-xNgMXy0whsh{~3dG#}6g z+}P{1`Nj-0YBuIM>#2&_wBBrz_Ap2^vKBFlibWV*tfacbdQh^=G^|E16NX~tKW)Mo ztDiS%ZjVUAa;sup!Jt~U7-&*x)Ht*YI&WHfvEw^xaitbCSrlj?RwglBLUzZO&2hdk zwUC?R+qQh_5hmC)t(Pqn2OrCg!R^joVMmWzKx?SwA>wmSC5_y2#c2w&qSYNW?37|u zw19Bop>(I3oi<5}+Ef<)-GvzGEEtYXAov#Cr*S`Q9GN@ICOLVOHv)TDY&kcHrObBkGv~c#%ZwK5taZ0I`+cN$+*8I7 z>&-Gt7zr5mA}bTdiZu_>&SL(;9v>4`w--e8=KcM&OG%kAW@_jiVT~m$jH>G4!LZ2+ ze2^Z>%wR;BOR%#rv{}rLx|_Mi8XP-Av!jB;P_@ctO{47#R^-n2`@em=py9VRjvR)v|EnHuXyc$Son#*9b2pW%=)X<|(WYm~pnc8Kaah!%vYO~A=v$dXub{oQMP3lRyBQaZBxGmKw^<*hM zf_AE6c36(5Wq{Qp2^t~$?gy`RH?Vk0t}z%|Lsz0)Ec9(2W@}b0&9*3sCQ3O3QyU-K z;;7Jy4ApuqlLvyDsZy_v8kF{yC^un0Q$RR`+cDP9ij8?-zS~ck6<3bTPR4G)>?pjt z*-=dMhec_kpP9X#_Gd=9iFtP1>=&7HW@pdrGdpTa)KXldm{rBD2)9Mlm1JtyqbqL8 zYwe2b_%Yp4wt~}{yV^~Mebu@nsMmCGY9j55>&&TLQL2?QF!+EbY-J`aM+`e1W;hx$ zqZpjgvVkO~$+%?K(KO>~5|7jhlcYE|NjhfIN@3E>w4??2?q)p77bodr5)VaYQlMg3VEj&8xok`AA&tTTzbWeS_&huwc{1!M>GR=aIH=71QrP zaOsjuuIyWKW#6UOa653tRTnL}bjcDD_HB;FaJLUjciEC)$<+gwU2@S9t_ACG2KpF% zNsjNHW&;7u%@QD37sYIj2Ctzs1g~${V1Jwpr`Ph1+}e?-Z!ij*1A#NDK~JqHS_2nf zykp0X{z4hX!_m%umM9myDs{m4v2S0T*Dvl}uzv0O)zg)~q<_hRm5dS0RNtUougE-J z%%)PDEM;?GclC5SeQP+%`c``vY#_LLC@!W-IS}Oa1)J>JqHm2R)`1{# zOO1TlWlIBhyR0W!w(OGL;JRQ*Fc9=4*Dkv>xZr{ydCjuR6?qAfmo8ngdx++6W89GD2~Ntdq0lJ)UAE)Vr`_BU6tuOx36v^-B+o~ ze+bF-oql91;f#{*r@?$RCb5Gnv%N2 zN`xlVPJ4TIlJm*1G1R$hW$nEU!|G=!ueT3yqy2VTBd>?Sgo?}}tAu)VvX+ilUIgLR6{+Lqr#yV`s6Mrya@>Bn@e z*Q`rN^!~I0_Y9SX?s0qaPKo@s{818icIRDsw?WTRUrv|GAmdhY9H1%&J=(FS(s9^p zm?sPL-WHj?ddsq*fp2TZ@P&08p@wg-Tbp=tlMkA0<4snx+^p=XRv4t5g5c8GipF79 zPfLT3nT@q~+q}1ED26#2acEbhtQl1H zzJMyi9zZ1s>soMkHu$G1*^Jq@Nc-o^B5&^xjyaET?mTE1m&E}Vkw-3wp4y`PG`Tpn zX9X+kEZgL2hl|MAvU)Oiu1Bq3CsUdG zqpFp9?0GYpBMsUaCJhQ8N-1$yb{AZo1D!AUn)p@A8W*0nO{bUcXo$Kq!Zzs<^!FR zqE1KQPSUB3=Ux|Z>pvBC}w->utqsC%p&#E`pRAn#r%~!3JHsv8jY);I~eZP){ zbacebS{~`4^^*PZ(Gk<>{Alin>`)xx*?|D(0;gj3hdc4i>+(frKi(fi)*(p8m|Exl z>VYG?=;!|F95KGrF5h%CE{N|CcIXasnb>>kH<3SLl7qtR?_D(3!C8qf!Zsr=Fh@e= zVJA#@SXgbmGB%w8cD$VtH^bJW9XE&GErcVgu4QZ;c zqJ(8j4w3!>36-`BGIr2s{RxFXhmyUT>2L)GFSot75|64RBUwomtb@rqjI#qpwfBfM zolMz8>{VJnuo)h@$N9bXc*=T%)A}2lm?gVQxp7FYA@$qlT+NxMQ)HJ?16%Kv-3nmr z>d_ujd9Rn#7rS=ts3baffJU8skTpgnn008SWvzCqQRf$;*|kw!9{+B4+idT#S=8GP`*v)k z#kii1n?}sK#@^VIEH)mAZ0a1#>oGgM;i#4rc6q_hLr0U?Us)g2%V2}Hc-Z)%vZJP{ zgDkC&W-iBCDa#rT2pe<+8+{yT=`%^x^6RdIzpK)j7M*<9yBp%jY+!lL-~R9g{&0(S zpF9|ca`$KIXm5^9t+H^4Fr?NrYU7^OBQ8>VPm`gOw#JLn%zW!8n$35qhduwogyQ_u z`C6$@9^msB1~+2aH&E$P1_WBC1&bTlhs6h5>TKX-EOKS$F$n=ZQdP!GJ$Rtfn39&x zFe-qQ)~H{#b&P3(j>8MK9t)$BgYlx5(v zvkWoE_jY({mFf12rVi6|ibl)X9UTtRP@N))nESGnU7Y6PAZ=yg7%goNw_AByEfUN*Hwx(vG)utdbAnQgBd+Qroq< zJ6&|;b@p_;KVVUvPVQzbYk6fW*wIb5$sk)$&x*t*NHMyHcGXi`)-k&`pxznt=Dfy( z^w2@pzKTtU*oU2JHYvIP4%8>`#eIx&WNv*QUcua4TjGLPqSOfZRhU(}D zp1As)&)6$sQ>eY0jihn@>=Mh8v7sm@Bs5vsEUjI2+e3M3a$120+t`@q9N2GS?q|pz zIyh8zAM#<*LPo@1Ji+Qj+%-j7y=TH?WY5mUKbm~7Kj0B_GvkPjFa`>9!?9$@-nrk4 z&of&ehoEPjwqAOT{7Ka(=$Wv)p4D=4H_NA9!`>EuTcH-v9cN$MtwqZUP6jnxIPl?* zW4l(9T_=F9ac4Go$L1@a&7GOCCuHinHf_{E3%!6}EARZ|922Oy9`v4^J?1Bi0n=lXM&|Y6SVDEaxOUP`gub% zfuc3}Tad6ujP*N8iFn@{Uafu_M02BOYikK2im zvvG9{T4s+2=a}8c+%ch2v0sZ%#N2ImU|AH?ep`~7?rq^##!;G%1KD8g*HKfyydi$3 zJRp3Le&>oX$@Lp1ID5FnYku?CZ46IsP)@n&Q(jefRvowI@CkEz(6QM(*YQ_(Hm*SE mMv_)ATy~QiMQ0nG@)>JJiFOZ|RCO4}teP&y055jt!Teu{$^NPU literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sk/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sk/LC_MESSAGES/django.po new file mode 100644 index 0000000..9e65209 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sk/LC_MESSAGES/django.po @@ -0,0 +1,1190 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Juraj Bubniak , 2012-2013 +# Marian Andre , 2013,2015 +# Martin Kosír, 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Slovak (http://www.transifex.com/django/django/language/sk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sk\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +msgid "Afrikaans" +msgstr "afrikánsky" + +msgid "Arabic" +msgstr "arabský" + +msgid "Asturian" +msgstr "" + +msgid "Azerbaijani" +msgstr "azerbajdžansky" + +msgid "Bulgarian" +msgstr "bulharsky" + +msgid "Belarusian" +msgstr "bielorusky" + +msgid "Bengali" +msgstr "bengálsky" + +msgid "Breton" +msgstr "bretónsky" + +msgid "Bosnian" +msgstr "bosniansky" + +msgid "Catalan" +msgstr "katalánsky" + +msgid "Czech" +msgstr "česky" + +msgid "Welsh" +msgstr "walesky" + +msgid "Danish" +msgstr "dánsky" + +msgid "German" +msgstr "nemecky" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "grécky" + +msgid "English" +msgstr "anglicky" + +msgid "Australian English" +msgstr "" + +msgid "British English" +msgstr "britsky" + +msgid "Esperanto" +msgstr "esperantsky" + +msgid "Spanish" +msgstr "španielsky" + +msgid "Argentinian Spanish" +msgstr "argentínska španielčina" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "mexická španielčina" + +msgid "Nicaraguan Spanish" +msgstr "nikaragujská španielčina" + +msgid "Venezuelan Spanish" +msgstr "venezuelská španielčina" + +msgid "Estonian" +msgstr "estónsky" + +msgid "Basque" +msgstr "baskický" + +msgid "Persian" +msgstr "perzsky" + +msgid "Finnish" +msgstr "fínsky" + +msgid "French" +msgstr "francúzsky" + +msgid "Frisian" +msgstr "frízsky" + +msgid "Irish" +msgstr "írsky" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "galícijsky" + +msgid "Hebrew" +msgstr "hebrejsky" + +msgid "Hindi" +msgstr "hindsky" + +msgid "Croatian" +msgstr "chorvátsky" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "maďarsky" + +msgid "Interlingua" +msgstr "interlinguánsky" + +msgid "Indonesian" +msgstr "indonézsky" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "islandsky" + +msgid "Italian" +msgstr "taliansky" + +msgid "Japanese" +msgstr "japonsky" + +msgid "Georgian" +msgstr "gruzínsky" + +msgid "Kazakh" +msgstr "kazašský" + +msgid "Khmer" +msgstr "kmérsky" + +msgid "Kannada" +msgstr "kanadský" + +msgid "Korean" +msgstr "kórejsky" + +msgid "Luxembourgish" +msgstr "luxembursky" + +msgid "Lithuanian" +msgstr "litovsky" + +msgid "Latvian" +msgstr "lotyšsky" + +msgid "Macedonian" +msgstr "macedónsky" + +msgid "Malayalam" +msgstr "malajalámsky" + +msgid "Mongolian" +msgstr "mongolsky" + +msgid "Marathi" +msgstr "" + +msgid "Burmese" +msgstr "barmsky" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "nepálsky" + +msgid "Dutch" +msgstr "holandsky" + +msgid "Norwegian Nynorsk" +msgstr "nórsky (Nynorsk)" + +msgid "Ossetic" +msgstr "osetsky" + +msgid "Punjabi" +msgstr "pandžábsky" + +msgid "Polish" +msgstr "poľsky" + +msgid "Portuguese" +msgstr "portugalsky" + +msgid "Brazilian Portuguese" +msgstr "portugalský (Brazília)" + +msgid "Romanian" +msgstr "rumunsky" + +msgid "Russian" +msgstr "rusky" + +msgid "Slovak" +msgstr "slovensky" + +msgid "Slovenian" +msgstr "slovinsky" + +msgid "Albanian" +msgstr "albánsky" + +msgid "Serbian" +msgstr "srbsky" + +msgid "Serbian Latin" +msgstr "srbsky (Latin)" + +msgid "Swedish" +msgstr "švédsky" + +msgid "Swahili" +msgstr "svahilský" + +msgid "Tamil" +msgstr "tamilsky" + +msgid "Telugu" +msgstr "telúgsky" + +msgid "Thai" +msgstr "thajsky" + +msgid "Turkish" +msgstr "turecky" + +msgid "Tatar" +msgstr "tatársky" + +msgid "Udmurt" +msgstr "udmurtský" + +msgid "Ukrainian" +msgstr "ukrajinsky" + +msgid "Urdu" +msgstr "urdsky" + +msgid "Vietnamese" +msgstr "vietnamsky" + +msgid "Simplified Chinese" +msgstr "čínsky (zjednodušene)" + +msgid "Traditional Chinese" +msgstr "čínsky (tradične)" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "" + +msgid "Static Files" +msgstr "" + +msgid "Syndication" +msgstr "" + +msgid "Enter a valid value." +msgstr "Zadajte platnú hodnotu." + +msgid "Enter a valid URL." +msgstr "Zadajte platnú URL adresu." + +msgid "Enter a valid integer." +msgstr "" + +msgid "Enter a valid email address." +msgstr "Zadajte platnú e-mailovú adresu." + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Zadajte platný 'slug' pozostávajúci z písmen, čísel, podčiarkovníkov alebo " +"pomlčiek." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "Zadajte platnú IPv4 adresu." + +msgid "Enter a valid IPv6 address." +msgstr "Zadajte platnú IPv6 adresu." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Zadajte platnú IPv4 alebo IPv6 adresu." + +msgid "Enter only digits separated by commas." +msgstr "Zadajte len číslice oddelené čiarkami." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Uistite sa, že táto hodnota je %(limit_value)s (je to %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Uistite sa, že táto hodnota je menšia alebo rovná %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Uistite sa, že hodnota je väčšia alebo rovná %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Uistite sa, že zadaná hodnota má najmenej %(limit_value)d znak (má " +"%(show_value)d)." +msgstr[1] "" +"Uistite sa, že zadaná hodnota má najmenej %(limit_value)d znaky (má " +"%(show_value)d)." +msgstr[2] "" +"Uistite sa, že zadaná hodnota má najmenej %(limit_value)d znakov (má " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Uistite sa, že táto hodnota má najviac %(limit_value)d znak (má " +"%(show_value)d)." +msgstr[1] "" +"Uistite sa, že táto hodnota má najviac %(limit_value)d znaky (má " +"%(show_value)d)." +msgstr[2] "" +"Uistite sa, že táto hodnota má najviac %(limit_value)d znakov (má " +"%(show_value)d)." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Uistite sa, že nie je zadaných celkovo viac ako %(max)s číslica." +msgstr[1] "Uistite sa, že nie je zadaných celkovo viac ako %(max)s číslice." +msgstr[2] "Uistite sa, že nie je zadaných celkovo viac ako %(max)s číslic." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Uistite sa, že nie je zadané viac ako %(max)s desatinné miesto." +msgstr[1] "Uistite sa, že nie sú zadané viac ako %(max)s desatinné miesta." +msgstr[2] "Uistite sa, že nie je zadaných viac ako %(max)s desatinných miest." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Uistite sa, že nie je zadaných viac ako %(max)s číslica pred desatinnou " +"čiarkou." +msgstr[1] "" +"Uistite sa, že nie sú zadané viac ako %(max)s číslice pred desatinnou " +"čiarkou." +msgstr[2] "" +"Uistite sa, že nie je zadaných viac ako %(max)s číslic pred desatinnou " +"čiarkou." + +msgid "and" +msgstr "a" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "Toto pole nemôže byť prázdne." + +msgid "This field cannot be blank." +msgstr "Toto pole nemôže byť prázdne." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s s týmto %(field_label)s už existuje." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Pole typu: %(field_type)s" + +msgid "Integer" +msgstr "Celé číslo" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "" + +msgid "Big (8 byte) integer" +msgstr "Veľké celé číslo (8 bajtov)" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "Logická hodnota (buď True alebo False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Reťazec (až do %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Celé čísla oddelené čiarkou" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "Dátum (bez času)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "Dátum (a čas)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "Desatinné číslo" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "E-mail adresa" + +msgid "File path" +msgstr "Cesta k súboru" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "Číslo s plávajúcou desatinnou čiarkou" + +msgid "IPv4 address" +msgstr "IPv4 adresa" + +msgid "IP address" +msgstr "IP adresa" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "Logická hodnota (buď True, False alebo None)" + +msgid "Positive integer" +msgstr "Kladné celé číslo" + +msgid "Positive small integer" +msgstr "Malé kladné celé číslo" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Identifikátor (najviac %(max_length)s)" + +msgid "Small integer" +msgstr "Malé celé číslo" + +msgid "Text" +msgstr "Text" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "Čas" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Binárne dáta" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "" + +msgid "File" +msgstr "Súbor" + +msgid "Image" +msgstr "Obrázok" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "Cudzí kľúč (typ určuje pole v relácii)" + +msgid "One-to-one relationship" +msgstr "Typ relácie: jedna k jednej" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "Typ relácie: M ku N" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Toto pole je povinné." + +msgid "Enter a whole number." +msgstr "Zadajte celé číslo." + +msgid "Enter a number." +msgstr "Zadajte číslo." + +msgid "Enter a valid date." +msgstr "Zadajte platný dátum." + +msgid "Enter a valid time." +msgstr "Zadajte platný čas." + +msgid "Enter a valid date/time." +msgstr "Zadajte platný dátum a čas." + +msgid "Enter a valid duration." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Súbor nebol odoslaný. Skontrolujte typ kódovania vo formulári." + +msgid "No file was submitted." +msgstr "Žiaden súbor nebol odoslaný." + +msgid "The submitted file is empty." +msgstr "Odoslaný súbor je prázdny." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Uistite sa, že názov súboru má najviac %(max)d znak (má %(length)d)." +msgstr[1] "" +"Uistite sa, že názov súboru má najviac %(max)d znaky (má %(length)d)." +msgstr[2] "" +"Uistite sa, že názov súboru má najviac %(max)d znakov (má %(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Odošlite prosím súbor alebo zaškrtnite políčko pre vymazanie vstupného poľa, " +"nie oboje." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Nahrajte platný obrázok. Súbor, ktorý ste odoslali nebol obrázok alebo bol " +"poškodený." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Vyberte platnú voľbu. %(value)s nepatrí medzi dostupné možnosti." + +msgid "Enter a list of values." +msgstr "Vložte zoznam hodnôt." + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Skryté pole %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Prosím odošlite %d alebo menej formulárov." +msgstr[1] "Prosím odošlite %d alebo menej formulárov." +msgstr[2] "Prosím odošlite %d alebo menej formulárov." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "Order" +msgstr "Poradie" + +msgid "Delete" +msgstr "Odstrániť" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Prosím, opravte duplicitné dáta pre %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "Dáta pre %(field)s musia byť unikátne, prosím, opravte duplikáty." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Dáta pre %(field_name)s musia byť unikátne pre %(lookup)s v %(date_field)s, " +"prosím, opravte duplikáty." + +msgid "Please correct the duplicate values below." +msgstr "Prosím, opravte nižšie uvedené duplicitné hodnoty. " + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "" +"Vnorený cudzí kľúč sa nezhoduje s nadradenou inštanciou primárnho kľúča." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Vyberte platnú možnosť. Vybraná položka nepatrí medzi dostupné možnosti." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "\"%(pk)s\" nie je platná hodnota pre primárny kľúč." + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"Hodnota %(datetime)s v časovej zóne %(current_timezone)s sa nedá " +"interpretovať; môže byť nejednoznačná alebo nemusí existovať." + +msgid "Currently" +msgstr "Súčasne" + +msgid "Change" +msgstr "Zmeniť" + +msgid "Clear" +msgstr "Vymazať" + +msgid "Unknown" +msgstr "Neznámy" + +msgid "Yes" +msgstr "Áno" + +msgid "No" +msgstr "Nie" + +msgid "yes,no,maybe" +msgstr "áno,nie,možno" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d bajt" +msgstr[1] "%(size)d bajty" +msgstr[2] "%(size)d bajtov" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "popoludní" + +msgid "a.m." +msgstr "dopoludnia" + +msgid "PM" +msgstr "popoludní" + +msgid "AM" +msgstr "dopoludnia" + +msgid "midnight" +msgstr "polnoc" + +msgid "noon" +msgstr "poludnie" + +msgid "Monday" +msgstr "pondelok" + +msgid "Tuesday" +msgstr "utorok" + +msgid "Wednesday" +msgstr "streda" + +msgid "Thursday" +msgstr "štvrtok" + +msgid "Friday" +msgstr "piatok" + +msgid "Saturday" +msgstr "sobota" + +msgid "Sunday" +msgstr "nedeľa" + +msgid "Mon" +msgstr "po" + +msgid "Tue" +msgstr "ut" + +msgid "Wed" +msgstr "st" + +msgid "Thu" +msgstr "št" + +msgid "Fri" +msgstr "pi" + +msgid "Sat" +msgstr "so" + +msgid "Sun" +msgstr "ne" + +msgid "January" +msgstr "január" + +msgid "February" +msgstr "február" + +msgid "March" +msgstr "marec" + +msgid "April" +msgstr "apríl" + +msgid "May" +msgstr "máj" + +msgid "June" +msgstr "jún" + +msgid "July" +msgstr "júl" + +msgid "August" +msgstr "august" + +msgid "September" +msgstr "september" + +msgid "October" +msgstr "október" + +msgid "November" +msgstr "november" + +msgid "December" +msgstr "december" + +msgid "jan" +msgstr "jan" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "apr" + +msgid "may" +msgstr "máj" + +msgid "jun" +msgstr "jún" + +msgid "jul" +msgstr "júl" + +msgid "aug" +msgstr "aug" + +msgid "sep" +msgstr "sep" + +msgid "oct" +msgstr "okt" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "dec" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "jan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "mar." + +msgctxt "abbrev. month" +msgid "April" +msgstr "apr." + +msgctxt "abbrev. month" +msgid "May" +msgstr "máj" + +msgctxt "abbrev. month" +msgid "June" +msgstr "jún" + +msgctxt "abbrev. month" +msgid "July" +msgstr "júl" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "aug." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "sep." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "okt." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "dec." + +msgctxt "alt. month" +msgid "January" +msgstr "január" + +msgctxt "alt. month" +msgid "February" +msgstr "február" + +msgctxt "alt. month" +msgid "March" +msgstr "marec" + +msgctxt "alt. month" +msgid "April" +msgstr "apríl" + +msgctxt "alt. month" +msgid "May" +msgstr "máj" + +msgctxt "alt. month" +msgid "June" +msgstr "jún" + +msgctxt "alt. month" +msgid "July" +msgstr "júl" + +msgctxt "alt. month" +msgid "August" +msgstr "august" + +msgctxt "alt. month" +msgid "September" +msgstr "september" + +msgctxt "alt. month" +msgid "October" +msgstr "október" + +msgctxt "alt. month" +msgid "November" +msgstr "november" + +msgctxt "alt. month" +msgid "December" +msgstr "december" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "alebo" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d rok" +msgstr[1] "%d roky" +msgstr[2] "%d rokov" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d mesiac" +msgstr[1] "%d mesiace" +msgstr[2] "%d mesiacov" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d týždeň" +msgstr[1] "%d týždne" +msgstr[2] "%d týždňov" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d deň" +msgstr[1] "%d dni" +msgstr[2] "%d dní" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d hodina" +msgstr[1] "%d hodiny" +msgstr[2] "%d hodín" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d minúta" +msgstr[1] "%d minúty" +msgstr[2] "%d minút" + +msgid "0 minutes" +msgstr "0 minút" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "Welcome to Django" +msgstr "" + +msgid "It worked!" +msgstr "" + +msgid "Congratulations on your first Django-powered page." +msgstr "" + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" + +msgid "No year specified" +msgstr "Nešpecifikovaný rok" + +msgid "No month specified" +msgstr "Nešpecifikovaný mesiac" + +msgid "No day specified" +msgstr "Nešpecifikovaný deň" + +msgid "No week specified" +msgstr "Nešpecifikovaný týždeň" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "%(verbose_name_plural)s nie sú dostupné" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Budúce %(verbose_name_plural)s nie sú dostupné pretože %(class_name)s." +"allow_future má hodnotu False. " + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "Neplatný dátumový reťazec '%(datestr)s' pre formát '%(format)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" +"Nebol nájdený žiadny %(verbose_name)s zodpovedajúci databázovému dopytu" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "" +"Stránka nemá hodnotu 'last' a taktiež nie je možné prekonvertovať hodnotu na " +"celé číslo." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Nesprávna stránka (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "" +"Zoznam je prázdny a zároveň má '%(class_name)s.allow_empty' hodnotu False." + +msgid "Directory indexes are not allowed here." +msgstr "Výpis adresárov tu nieje povolený." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" neexistuje" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Výpis %(directory)s" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sk/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sk/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sk/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sk/formats.py new file mode 100644 index 0000000..04bdceb --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sk/formats.py @@ -0,0 +1,32 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'j. F Y' +TIME_FORMAT = 'G:i' +DATETIME_FORMAT = 'j. F Y G:i' +YEAR_MONTH_FORMAT = 'F Y' +MONTH_DAY_FORMAT = 'j. F' +SHORT_DATE_FORMAT = 'd.m.Y' +SHORT_DATETIME_FORMAT = 'd.m.Y G:i' +FIRST_DAY_OF_WEEK = 1 # Monday + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + '%d.%m.%Y', '%d.%m.%y', # '25.10.2006', '25.10.06' + '%y-%m-%d', # '06-10-25' + # '%d. %B %Y', '%d. %b. %Y', # '25. October 2006', '25. Oct. 2006' +] +DATETIME_INPUT_FORMATS = [ + '%d.%m.%Y %H:%M:%S', # '25.10.2006 14:30:59' + '%d.%m.%Y %H:%M:%S.%f', # '25.10.2006 14:30:59.000200' + '%d.%m.%Y %H:%M', # '25.10.2006 14:30' + '%d.%m.%Y', # '25.10.2006' +] +DECIMAL_SEPARATOR = ',' +THOUSAND_SEPARATOR = '\xa0' # non-breaking space +NUMBER_GROUPING = 3 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sl/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sl/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..a4fdf41723c5438977ee43b1073a011e47a7a95e GIT binary patch literal 25398 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, 2011-2012 +# Jannis Leidel , 2011 +# Jure Cuhalev , 2012-2013 +# zejn , 2013,2016 +# zejn , 2011-2013 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Slovenian (http://www.transifex.com/django/django/language/" +"sl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sl\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" +"%100==4 ? 2 : 3);\n" + +msgid "Afrikaans" +msgstr "Afrikanščina" + +msgid "Arabic" +msgstr "Arabščina" + +msgid "Asturian" +msgstr "Asturijski jezik" + +msgid "Azerbaijani" +msgstr "Azerbajdžanščina" + +msgid "Bulgarian" +msgstr "Bolgarščina" + +msgid "Belarusian" +msgstr "Belorusko" + +msgid "Bengali" +msgstr "Bengalščina" + +msgid "Breton" +msgstr "Bretonščina" + +msgid "Bosnian" +msgstr "Bosanščina" + +msgid "Catalan" +msgstr "Katalonščina" + +msgid "Czech" +msgstr "Češčina" + +msgid "Welsh" +msgstr "Valežanski jezik" + +msgid "Danish" +msgstr "Danščina" + +msgid "German" +msgstr "Nemščina" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "Grščina" + +msgid "English" +msgstr "Angleščina" + +msgid "Australian English" +msgstr "Avstralska angleščina" + +msgid "British English" +msgstr "Britanska Angleščina" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Španščina" + +msgid "Argentinian Spanish" +msgstr "Argentinska španščina" + +msgid "Colombian Spanish" +msgstr "Kolumbijska španščina" + +msgid "Mexican Spanish" +msgstr "Mehiška španščina" + +msgid "Nicaraguan Spanish" +msgstr "Nikaragvijska španščina" + +msgid "Venezuelan Spanish" +msgstr "Španščina (Venezuela)" + +msgid "Estonian" +msgstr "Estonščina" + +msgid "Basque" +msgstr "Baskovščina" + +msgid "Persian" +msgstr "Perzijščina" + +msgid "Finnish" +msgstr "Finščina" + +msgid "French" +msgstr "Francoščina" + +msgid "Frisian" +msgstr "Frizijščina" + +msgid "Irish" +msgstr "Irščina" + +msgid "Scottish Gaelic" +msgstr "Škotska gelščina" + +msgid "Galician" +msgstr "Galičanski jezik" + +msgid "Hebrew" +msgstr "Hebrejski jezik" + +msgid "Hindi" +msgstr "Hindujščina" + +msgid "Croatian" +msgstr "Hrvaščina" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "Madžarščina" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indonezijski" + +msgid "Ido" +msgstr "Jezik Ido" + +msgid "Icelandic" +msgstr "Islandski jezik" + +msgid "Italian" +msgstr "Italijanščina" + +msgid "Japanese" +msgstr "Japonščina" + +msgid "Georgian" +msgstr "Gruzijščina" + +msgid "Kazakh" +msgstr "Kazaščina" + +msgid "Khmer" +msgstr "Kmerščina" + +msgid "Kannada" +msgstr "Kanareščina" + +msgid "Korean" +msgstr "Korejščina" + +msgid "Luxembourgish" +msgstr "Luksemburščina" + +msgid "Lithuanian" +msgstr "Litvanščina" + +msgid "Latvian" +msgstr "Latvijščina" + +msgid "Macedonian" +msgstr "Makedonščina" + +msgid "Malayalam" +msgstr "Malajalščina" + +msgid "Mongolian" +msgstr "Mongolščina" + +msgid "Marathi" +msgstr "Jezik Marathi" + +msgid "Burmese" +msgstr "Burmanski jezik" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "Nepalščina" + +msgid "Dutch" +msgstr "Nizozemščina" + +msgid "Norwegian Nynorsk" +msgstr "Norveščina Nynorsk" + +msgid "Ossetic" +msgstr "Osetski jezik" + +msgid "Punjabi" +msgstr "Pandžabščina" + +msgid "Polish" +msgstr "Poljščina" + +msgid "Portuguese" +msgstr "Portugalščina" + +msgid "Brazilian Portuguese" +msgstr "Brazilska portugalščina" + +msgid "Romanian" +msgstr "Romunščina" + +msgid "Russian" +msgstr "Ruščina" + +msgid "Slovak" +msgstr "Slovaščina" + +msgid "Slovenian" +msgstr "Slovenščina" + +msgid "Albanian" +msgstr "Albanščina" + +msgid "Serbian" +msgstr "Srbščina" + +msgid "Serbian Latin" +msgstr "Srbščina v latinici" + +msgid "Swedish" +msgstr "Švedščina" + +msgid "Swahili" +msgstr "Svahili" + +msgid "Tamil" +msgstr "Tamilščina" + +msgid "Telugu" +msgstr "Teluščina" + +msgid "Thai" +msgstr "Tajski jezik" + +msgid "Turkish" +msgstr "Turščina" + +msgid "Tatar" +msgstr "Tatarščina" + +msgid "Udmurt" +msgstr "Udmurski jezik" + +msgid "Ukrainian" +msgstr "Ukrajinščina" + +msgid "Urdu" +msgstr "Jezik Urdu" + +msgid "Vietnamese" +msgstr "Vietnamščina" + +msgid "Simplified Chinese" +msgstr "Poenostavljena kitajščina" + +msgid "Traditional Chinese" +msgstr "Tradicionalna kitajščina" + +msgid "Messages" +msgstr "Sporočila" + +msgid "Site Maps" +msgstr "Zemljevid spletnega mesta" + +msgid "Static Files" +msgstr "Statične datoteke" + +msgid "Syndication" +msgstr "" + +msgid "Enter a valid value." +msgstr "Vnesite veljavno vrednost." + +msgid "Enter a valid URL." +msgstr "Vnesite veljaven URL naslov." + +msgid "Enter a valid integer." +msgstr "Vnesite veljavno celo število." + +msgid "Enter a valid email address." +msgstr "Vnesite veljaven e-poštni naslov." + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Vnesite veljavno URL okrajšavo. Vrednost sme vsebovati le črke, števila, " +"podčrtaje ali pomišljaje." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Vnesite veljavno URL okrajšavo, sestavljeno iz Unicode črk, številk, " +"podčrtajev ali pomišljajev." + +msgid "Enter a valid IPv4 address." +msgstr "Vnesite veljaven IPv4 naslov." + +msgid "Enter a valid IPv6 address." +msgstr "Vnesite veljaven IPv6 naslov." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Vnesite veljaven IPv4 ali IPv6 naslov." + +msgid "Enter only digits separated by commas." +msgstr "Vnesite samo števila, ločena z vejicami." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Poskrbite, da bo ta vrednost %(limit_value)s. Trenutno je %(show_value)s." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Poskrbite, da bo ta vrednost manj kot ali natanko %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Poskrbite, da bo ta vrednost večja ali enaka %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Preverite, da ima ta vrednost vsaj %(limit_value)d znak (trenutno ima " +"%(show_value)d)." +msgstr[1] "" +"Preverite, da ima ta vrednost vsaj %(limit_value)d znaka (trenutno ima " +"%(show_value)d)." +msgstr[2] "" +"Preverite, da ima ta vrednost vsaj %(limit_value)d znake (trenutno ima " +"%(show_value)d)." +msgstr[3] "" +"Preverite, da ima ta vrednost vsaj %(limit_value)d znakov (trenutno ima " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Preverite, da ima ta vrednost največ %(limit_value)d znak (trenutno ima " +"%(show_value)d)." +msgstr[1] "" +"Preverite, da ima ta vrednost največ %(limit_value)d znaka (trenutno ima " +"%(show_value)d)." +msgstr[2] "" +"Preverite, da ima ta vrednost največ %(limit_value)d znake (trenutno ima " +"%(show_value)d)." +msgstr[3] "" +"Preverite, da ima ta vrednost največ %(limit_value)d znakov (trenutno ima " +"%(show_value)d)." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Poskrbite, da skupno ne bo več kot %(max)s števka." +msgstr[1] "Poskrbite, da skupno ne bosta več kot %(max)s števki." +msgstr[2] "Poskrbite, da skupno ne bojo več kot %(max)s števke." +msgstr[3] "Poskrbite, da skupno ne bo več kot %(max)s števk." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Poskrbite, da skupno ne bo več kot %(max)s decimalnih mesto." +msgstr[1] "Poskrbite, da skupno ne bosta več kot %(max)s decimalnih mesti." +msgstr[2] "Poskrbite, da skupno ne bo več kot %(max)s decimalnih mest." +msgstr[3] "Poskrbite, da skupno ne bo več kot %(max)s decimalnih mest." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Poskrbite, da skupno ne bo več kot %(max)s števka pred decimalno vejico." +msgstr[1] "" +"Poskrbite, da skupno ne bosta več kot %(max)s števki pred decimalno vejico." +msgstr[2] "" +"Poskrbite, da skupno ne bo več kot %(max)s števk pred decimalno vejico." +msgstr[3] "" +"Poskrbite, da skupno ne bo več kot %(max)s števk pred decimalno vejico." + +msgid "and" +msgstr "in" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s s tem %(field_labels)s že obstaja." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Vrednost %(value)r ni veljavna izbira." + +msgid "This field cannot be null." +msgstr "To polje ne more biti prazno." + +msgid "This field cannot be blank." +msgstr "To polje ne more biti prazno." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s s tem %(field_label)s že obstaja." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s mora biti enolična za %(date_field_label)s %(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Polje tipa: %(field_type)s" + +msgid "Integer" +msgstr "Celo število (integer)" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "Vrednost '%(value)s' mora biti celo število. " + +msgid "Big (8 byte) integer" +msgstr "Velika (8 bajtna) cela števila " + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "Vrednost '%(value)s' mora biti Da ali Ne." + +msgid "Boolean (Either True or False)" +msgstr "Boolova vrednost (True ali False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Niz znakov (vse do %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Z vejico ločena cela števila (integer)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"Vrednost '%(value)s' je v neveljavni obliki zapisa datuma. Biti mora v " +"obliki LLLL-MM-DD." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"Vrednost '%(value)s' je zapisana v pravilni obliki (LLLL-MM-DD), a ta datum " +"ne obstaja." + +msgid "Date (without time)" +msgstr "Datum (brez ure)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"Vrednost '%(value)s' je v neveljavni obliki. Biti mora v obliki LLLL-MM-DD " +"UU:MM[:ss[.uuuuuu]][ČP]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"Vrednost '%(value)s' je v pravi obliki (LLLL-MM-DD UU:MM[:ss[.uuuuuu]][ČP]), " +"a ta datum oziroma točka v času ne obstaja." + +msgid "Date (with time)" +msgstr "Datum (z uro)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "Vrednost '%(value)s' mora biti decimalno število." + +msgid "Decimal number" +msgstr "Decimalno število" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" +"Vrednost '%(value)s' je v neveljavni obliki. Biti mora v obliki [DD][UU:" +"[MM]]ss[.uuuuuu]." + +msgid "Duration" +msgstr "Trajanje" + +msgid "Email address" +msgstr "E-poštni naslov" + +msgid "File path" +msgstr "Pot do datoteke" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "Vrednost '%(value)s' mora biti decimalno število v plavajoči vejici." + +msgid "Floating point number" +msgstr "Število s plavajočo vejico" + +msgid "IPv4 address" +msgstr "IPv4 naslov" + +msgid "IP address" +msgstr "IP naslov" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "Vrednost '%(value)s' mora biti bodisi brez vrednosti, Da ali Ne." + +msgid "Boolean (Either True, False or None)" +msgstr "Boolova vrednost (True, False ali None)" + +msgid "Positive integer" +msgstr "Pozitivno celo število" + +msgid "Positive small integer" +msgstr "Pozitivno celo število (do 64 tisoč)" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Okrajšava naslova (do največ %(max_length)s znakov)" + +msgid "Small integer" +msgstr "Celo število" + +msgid "Text" +msgstr "Besedilo" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"Vrednost '%(value)s' je v napačnem zapisu. Biti mora v obliki UU:MM[:ss[." +"uuuuuu]]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"Vrednost '%(value)s' je v pravilnem zapisu (UU:MM[:ss[.uuuuuu]]), a ta čas " +"ne obstaja." + +msgid "Time" +msgstr "Čas" + +msgid "URL" +msgstr "URL (spletni naslov)" + +msgid "Raw binary data" +msgstr "Surovi binarni podatki" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "Vrednost '%(value)s' ni veljaven UUID." + +msgid "File" +msgstr "Datoteka" + +msgid "Image" +msgstr "Slika" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" +"Instanca %(model)s s poljem %(field)s, ki ustreza %(value)r, ne obstaja." + +msgid "Foreign Key (type determined by related field)" +msgstr "Tuji ključ (tip odvisen od povezanega polja)" + +msgid "One-to-one relationship" +msgstr "Relacija ena-na-ena" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "Relacija več-na-več" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "To polje je obvezno." + +msgid "Enter a whole number." +msgstr "Vnesite celo število." + +msgid "Enter a number." +msgstr "Vnesite število." + +msgid "Enter a valid date." +msgstr "Vnesite veljaven datum." + +msgid "Enter a valid time." +msgstr "Vnesite veljaven čas." + +msgid "Enter a valid date/time." +msgstr "Vnesite veljaven datum/čas." + +msgid "Enter a valid duration." +msgstr "Vnesite veljavno obdobje trajanja." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Datoteka ni bila poslana. Preverite nabor znakov v formi." + +msgid "No file was submitted." +msgstr "Poslali niste nobene datoteke." + +msgid "The submitted file is empty." +msgstr "Poslana datoteka je prazna." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Poskrbite, da bo imelo to ime datoteke največ %(max)d znak (trenutno ima " +"%(length)d)." +msgstr[1] "" +"Poskrbite, da bo imelo to ime datoteke največ %(max)d znaka (trenutno ima " +"%(length)d)." +msgstr[2] "" +"Poskrbite, da bo imelo to ime datoteke največ %(max)d znake (trenutno ima " +"%(length)d)." +msgstr[3] "" +"Poskrbite, da bo imelo to ime datoteke največ %(max)d znakov (trenutno ima " +"%(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Prosim oddaj datoteko ali izberi počisti okvir, ampak ne oboje hkrati." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Naložite veljavno sliko. Naložena datoteka ni bila slika ali pa je bila le-" +"ta okvarjena." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Izberite veljavno možnost. %(value)s ni med ponujenimi izbirami." + +msgid "Enter a list of values." +msgstr "Vnesite seznam vrednosti." + +msgid "Enter a complete value." +msgstr "Vnesite popolno vrednost." + +msgid "Enter a valid UUID." +msgstr "Vnesite veljaven UUID." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Skrito polje %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "Podatki iz ManagementForm manjkajo ali pa so bili spreminjani." + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Pošljite največ %d obrazec." +msgstr[1] "Pošljite največ %d obrazca." +msgstr[2] "Pošljite največ %d obrazce." +msgstr[3] "Pošljite največ %d obrazcev." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Prosimo vnesite %d ali več vnosov." +msgstr[1] "Prosimo vnesite %d ali več vnosov." +msgstr[2] "Prosimo vnesite %d ali več vnosov." +msgstr[3] "Prosimo vnesite %d ali več vnosov." + +msgid "Order" +msgstr "Razvrsti" + +msgid "Delete" +msgstr "Izbriši" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Prosimo, odpravite podvojene vrednosti za %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Prosimo popravite podvojene vrednosti za %(field)s, ki morajo biti unikatne." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Prosimo popravite podvojene vrednosti za polje %(field_name)s, ki mora biti " +"edinstveno za %(lookup)s po %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Prosimo odpravite podvojene vrednosti spodaj." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "Tuji ključ se ne ujema z glavnim ključem povezanega vnosa." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Izberite veljavno možnost. Te možnosti ni med ponujenimi izbirami." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "\"%(pk)s\" ni veljavna vrednost za glavni ključ." + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"Vrednosti %(datetime)s ni bilo možno razumeti v časovnem pasu " +"%(current_timezone)s; ali je izraz dvoumen ali pa ne obstaja." + +msgid "Currently" +msgstr "Trenutno" + +msgid "Change" +msgstr "Spremeni" + +msgid "Clear" +msgstr "Počisti" + +msgid "Unknown" +msgstr "Neznano" + +msgid "Yes" +msgstr "Da" + +msgid "No" +msgstr "Ne" + +msgid "yes,no,maybe" +msgstr "da,ne,morda" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d bajt" +msgstr[1] "%(size)d bajta" +msgstr[2] "%(size)d bajti" +msgstr[3] "%(size)d bajtov" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "polnoč" + +msgid "noon" +msgstr "poldne" + +msgid "Monday" +msgstr "ponedeljek" + +msgid "Tuesday" +msgstr "torek" + +msgid "Wednesday" +msgstr "sreda" + +msgid "Thursday" +msgstr "četrtek" + +msgid "Friday" +msgstr "petek" + +msgid "Saturday" +msgstr "sobota" + +msgid "Sunday" +msgstr "nedelja" + +msgid "Mon" +msgstr "pon" + +msgid "Tue" +msgstr "tor" + +msgid "Wed" +msgstr "sre" + +msgid "Thu" +msgstr "čet" + +msgid "Fri" +msgstr "pet" + +msgid "Sat" +msgstr "sob" + +msgid "Sun" +msgstr "ned" + +msgid "January" +msgstr "januar" + +msgid "February" +msgstr "februar" + +msgid "March" +msgstr "marec" + +msgid "April" +msgstr "april" + +msgid "May" +msgstr "maj" + +msgid "June" +msgstr "junij" + +msgid "July" +msgstr "julij" + +msgid "August" +msgstr "avgust" + +msgid "September" +msgstr "september" + +msgid "October" +msgstr "oktober" + +msgid "November" +msgstr "november" + +msgid "December" +msgstr "december" + +msgid "jan" +msgstr "jan" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "apr" + +msgid "may" +msgstr "maj" + +msgid "jun" +msgstr "jun" + +msgid "jul" +msgstr "jul" + +msgid "aug" +msgstr "avg" + +msgid "sep" +msgstr "sep" + +msgid "oct" +msgstr "okt" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "dec" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Jan" + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Marec" + +msgctxt "abbrev. month" +msgid "April" +msgstr "April" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Maj" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Junij" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Julij" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Avg." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Sept." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Okt." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Dec." + +msgctxt "alt. month" +msgid "January" +msgstr "Januar" + +msgctxt "alt. month" +msgid "February" +msgstr "Februar" + +msgctxt "alt. month" +msgid "March" +msgstr "Marec" + +msgctxt "alt. month" +msgid "April" +msgstr "April" + +msgctxt "alt. month" +msgid "May" +msgstr "Maj" + +msgctxt "alt. month" +msgid "June" +msgstr "Junij" + +msgctxt "alt. month" +msgid "July" +msgstr "Julij" + +msgctxt "alt. month" +msgid "August" +msgstr "Avgust" + +msgctxt "alt. month" +msgid "September" +msgstr "September" + +msgctxt "alt. month" +msgid "October" +msgstr "Oktober" + +msgctxt "alt. month" +msgid "November" +msgstr "November" + +msgctxt "alt. month" +msgid "December" +msgstr "December" + +msgid "This is not a valid IPv6 address." +msgstr "To ni veljaven IPv6 naslov." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "ali" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d leto" +msgstr[1] "%d leti" +msgstr[2] "%d leta" +msgstr[3] "%d let" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d mesec" +msgstr[1] "%d meseca" +msgstr[2] "%d meseci" +msgstr[3] "%d mesecev" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d teden" +msgstr[1] "%d tedna" +msgstr[2] "%d tedni" +msgstr[3] "%d tednov" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d dan" +msgstr[1] "%d dneva" +msgstr[2] "%d dnevi" +msgstr[3] "%d dni" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d ura" +msgstr[1] "%d uri" +msgstr[2] "%d ure" +msgstr[3] "%d ur" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d minuta" +msgstr[1] "%d minuti" +msgstr[2] "%d minute" +msgstr[3] "%d minut" + +msgid "0 minutes" +msgstr "0 minut" + +msgid "Forbidden" +msgstr "Prepovedano" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF preverjanje ni uspelo. Zahtevek preklican." + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"To obvestilo vidite, ker ta HTTPS spletna stran zahteva, da vaš brskalnik " +"pošlje informacijo o napotitelju ('Referer'), a se to ni zgodilo. To je " +"potrebno zaradi varnosti, da se zagotovi, da ste zahtevek res naredili vi." + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" +"Če ste v vašem brskalniku izklopili pošiljanje informacije o napotitelju " +"('Referer'), to ponovno omogočite, vsaj za to stran ali za HTTPS povezave " +"ali za povezave iz istega vira ('same-origin')." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"To obvestilo vidite, ker ta spletna stran zahteva CSRF piškotek, ko " +"pošiljate obrazce. Piškotek je potreben zaradi varnosti, da se zagotovi, da " +"ste zahtevek res naredili vi." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" +"Če ste v brskalniku onemogočili hrambo piškotkov, jih prosimo ponovno " +"omogočite, vsaj za to spletno stran ali za povezave iz istega vira ('same-" +"origin'). " + +msgid "More information is available with DEBUG=True." +msgstr "Več informacij je na voljo, če nastavite DEBUG=True." + +msgid "Welcome to Django" +msgstr "Dobrodošli v Django" + +msgid "It worked!" +msgstr "Deluje!" + +msgid "Congratulations on your first Django-powered page." +msgstr "Dobrodošli na vaši prvi spletni strani, zgrajeni na Django platformi." + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" +"Seveda se tu resno delo šele prične. Ustvarite prvo aplikacijo tako, da " +"poženete python manage.py startapp [ime_aplikacije]." + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" +"To sporočilo vidite, ker imate v vaših Django nastavitvah nastavljeno " +"DEBUG = True in še niste nastavili nobenega URL-ja. Na delo!" + +msgid "No year specified" +msgstr "Leto ni vnešeno" + +msgid "No month specified" +msgstr "Mesec ni vnešen" + +msgid "No day specified" +msgstr "Dan ni vnešen" + +msgid "No week specified" +msgstr "Teden ni vnešen" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Na voljo ni noben %(verbose_name_plural)s" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Prihodnje %(verbose_name_plural)s niso na voljo, ker je vrednost " +"%(class_name)s.allow_future False." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "" +"Neveljavna oblika datuma '%(datestr)s' glede na pričakovano obliko " +"'%(format)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Noben %(verbose_name)s ne ustreza poizvedbi" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "Strani niti ni 'last' niti ni celo število." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Neveljavna stran (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Prazen seznam ob nastavitvi '%(class_name)s.allow_empty = False'." + +msgid "Directory indexes are not allowed here." +msgstr "Prikaz vsebine mape ni dovoljen." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" ne obstaja." + +#, python-format +msgid "Index of %(directory)s" +msgstr "Vsebina mape %(directory)s" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sl/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sl/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sl/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sl/formats.py new file mode 100644 index 0000000..a4e9973 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sl/formats.py @@ -0,0 +1,50 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'd. F Y' +TIME_FORMAT = 'H:i' +DATETIME_FORMAT = 'j. F Y. H:i' +YEAR_MONTH_FORMAT = 'F Y' +MONTH_DAY_FORMAT = 'j. F' +SHORT_DATE_FORMAT = 'j. M. Y' +SHORT_DATETIME_FORMAT = 'j.n.Y. H:i' +FIRST_DAY_OF_WEEK = 0 + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + '%d.%m.%Y', '%d.%m.%y', # '25.10.2006', '25.10.06' + '%d-%m-%Y', # '25-10-2006' + '%d. %m. %Y', '%d. %m. %y', # '25. 10. 2006', '25. 10. 06' +] + +DATETIME_INPUT_FORMATS = [ + '%d.%m.%Y %H:%M:%S', # '25.10.2006 14:30:59' + '%d.%m.%Y %H:%M:%S.%f', # '25.10.2006 14:30:59.000200' + '%d.%m.%Y %H:%M', # '25.10.2006 14:30' + '%d.%m.%Y', # '25.10.2006' + '%d.%m.%y %H:%M:%S', # '25.10.06 14:30:59' + '%d.%m.%y %H:%M:%S.%f', # '25.10.06 14:30:59.000200' + '%d.%m.%y %H:%M', # '25.10.06 14:30' + '%d.%m.%y', # '25.10.06' + '%d-%m-%Y %H:%M:%S', # '25-10-2006 14:30:59' + '%d-%m-%Y %H:%M:%S.%f', # '25-10-2006 14:30:59.000200' + '%d-%m-%Y %H:%M', # '25-10-2006 14:30' + '%d-%m-%Y', # '25-10-2006' + '%d. %m. %Y %H:%M:%S', # '25. 10. 2006 14:30:59' + '%d. %m. %Y %H:%M:%S.%f', # '25. 10. 2006 14:30:59.000200' + '%d. %m. %Y %H:%M', # '25. 10. 2006 14:30' + '%d. %m. %Y', # '25. 10. 2006' + '%d. %m. %y %H:%M:%S', # '25. 10. 06 14:30:59' + '%d. %m. %y %H:%M:%S.%f', # '25. 10. 06 14:30:59.000200' + '%d. %m. %y %H:%M', # '25. 10. 06 14:30' + '%d. %m. %y', # '25. 10. 06' +] + +DECIMAL_SEPARATOR = ',' +THOUSAND_SEPARATOR = '.' +NUMBER_GROUPING = 3 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sq/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sq/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..b0f57c4c261422b9904db2aa6485f3a0ac2ecf43 GIT binary patch literal 24210 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 literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sq/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sq/LC_MESSAGES/django.po new file mode 100644 index 0000000..7b9b645 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sq/LC_MESSAGES/django.po @@ -0,0 +1,1207 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Besnik , 2011-2014 +# Besnik , 2015-2016 +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Albanian (http://www.transifex.com/django/django/language/" +"sq/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sq\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Afrikaans" + +msgid "Arabic" +msgstr "Arabe" + +msgid "Asturian" +msgstr "Asturiase" + +msgid "Azerbaijani" +msgstr "Azerbaixhanase" + +msgid "Bulgarian" +msgstr "Bulgare" + +msgid "Belarusian" +msgstr "Bjelloruse" + +msgid "Bengali" +msgstr "Bengaleze" + +msgid "Breton" +msgstr "Bretone" + +msgid "Bosnian" +msgstr "Boshnjake" + +msgid "Catalan" +msgstr "Katalane" + +msgid "Czech" +msgstr "Çeke" + +msgid "Welsh" +msgstr "Uellsiane" + +msgid "Danish" +msgstr "Daneze" + +msgid "German" +msgstr "Gjermane" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "Greke" + +msgid "English" +msgstr "Angleze" + +msgid "Australian English" +msgstr "Angleze Australiane" + +msgid "British English" +msgstr "Anglishte Britanike" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Spanjolle" + +msgid "Argentinian Spanish" +msgstr "Spanjishte Argjentinase" + +msgid "Colombian Spanish" +msgstr "Spanjishte Kolombiane" + +msgid "Mexican Spanish" +msgstr "Spanjishte Meksikane" + +msgid "Nicaraguan Spanish" +msgstr "Spanjishte Nikaraguane" + +msgid "Venezuelan Spanish" +msgstr "Spanjishte Venezueliane" + +msgid "Estonian" +msgstr "Estoneze" + +msgid "Basque" +msgstr "Baske" + +msgid "Persian" +msgstr "Persiane" + +msgid "Finnish" +msgstr "Finlandeze" + +msgid "French" +msgstr "Frënge" + +msgid "Frisian" +msgstr "Frisiane" + +msgid "Irish" +msgstr "Irlandeze" + +msgid "Scottish Gaelic" +msgstr "Skoceze Gaelike" + +msgid "Galician" +msgstr "Galike" + +msgid "Hebrew" +msgstr "Hebraishte" + +msgid "Hindi" +msgstr "Indiane" + +msgid "Croatian" +msgstr "Kroate" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "Hungareze" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indoneziane" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Islandeze" + +msgid "Italian" +msgstr "Italiane" + +msgid "Japanese" +msgstr "Japoneze" + +msgid "Georgian" +msgstr "Gjeorgjiane" + +msgid "Kazakh" +msgstr "Kazake" + +msgid "Khmer" +msgstr "Khmere" + +msgid "Kannada" +msgstr "Kannada" + +msgid "Korean" +msgstr "Koreane" + +msgid "Luxembourgish" +msgstr "Luksemburgase" + +msgid "Lithuanian" +msgstr "Lituaneze" + +msgid "Latvian" +msgstr "Latviane" + +msgid "Macedonian" +msgstr "Maqedone" + +msgid "Malayalam" +msgstr "Malajalame" + +msgid "Mongolian" +msgstr "Mongoliane" + +msgid "Marathi" +msgstr "Marati" + +msgid "Burmese" +msgstr "Burmeze" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "Nepaleze" + +msgid "Dutch" +msgstr "Holandeze" + +msgid "Norwegian Nynorsk" +msgstr "Norvegjeze Nynorsk" + +msgid "Ossetic" +msgstr "Osetishte" + +msgid "Punjabi" +msgstr "Panxhabe" + +msgid "Polish" +msgstr "Polake" + +msgid "Portuguese" +msgstr "Portugeze" + +msgid "Brazilian Portuguese" +msgstr "Portugeze Braziliane" + +msgid "Romanian" +msgstr "Rumune" + +msgid "Russian" +msgstr "Ruse" + +msgid "Slovak" +msgstr "Slovake" + +msgid "Slovenian" +msgstr "Slovene" + +msgid "Albanian" +msgstr "Shqipe" + +msgid "Serbian" +msgstr "Serbe" + +msgid "Serbian Latin" +msgstr "Serbe Latine" + +msgid "Swedish" +msgstr "Suedeze" + +msgid "Swahili" +msgstr "Swahili" + +msgid "Tamil" +msgstr "Tamileze" + +msgid "Telugu" +msgstr "Telugu" + +msgid "Thai" +msgstr "Tailandeze" + +msgid "Turkish" +msgstr "Turke" + +msgid "Tatar" +msgstr "Tatare" + +msgid "Udmurt" +msgstr "Udmurt" + +msgid "Ukrainian" +msgstr "Ukrainase" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Vietnamese" +msgstr "Vietnameze" + +msgid "Simplified Chinese" +msgstr "Kineze e Thjeshtuar" + +msgid "Traditional Chinese" +msgstr "Kineze Tradicionale" + +msgid "Messages" +msgstr "Mesazhe" + +msgid "Site Maps" +msgstr "Harta Sajti" + +msgid "Static Files" +msgstr "Kartela Statike" + +msgid "Syndication" +msgstr "" + +msgid "Enter a valid value." +msgstr "Jepni vlerë të vlefshme." + +msgid "Enter a valid URL." +msgstr "Jepni një URL të vlefshme." + +msgid "Enter a valid integer." +msgstr "Jepni një numër të plotë të vlefshëm." + +msgid "Enter a valid email address." +msgstr "Jepni një adresë email të vlefshme." + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Jepni një 'slug' të vlefshëm, të përbërë nga shkronja, numra, nëvija ose " +"vija në mes." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Jeoni një 'slug' të vlefshëm, të përbërë nga shkronja, numra, nënvija ose " +"vija ndarëse Unikod." + +msgid "Enter a valid IPv4 address." +msgstr "Jepni një vendndodhje të vlefshme IPv4." + +msgid "Enter a valid IPv6 address." +msgstr "Jepni një adresë IPv6 të vlefshme" + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Jepninjë adresë IPv4 ose IPv6 të vlefshme." + +msgid "Enter only digits separated by commas." +msgstr "Jepni vetëm shifra të ndara nga presje." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Sigurohuni që kjo vlerë të jetë %(limit_value)s (është %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "" +"Sigurohuni që kjo vlerë të jetë më e vogël ose baraz me %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Sigurohuni që kjo vlerë është më e madhe ose baraz me %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Sigurohuni që kjo vlerë ka të paktën %(limit_value)d shenjë (ka " +"%(show_value)d)." +msgstr[1] "" +"Sigurohuni që kjo vlerë ka të paktën %(limit_value)d shenja (ka " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Sigurohuni që kjo vlerë ka të shumtën %(limit_value)d shenjë (ka " +"%(show_value)d)." +msgstr[1] "" +"Sigurohuni që kjo vlerë ka të shumtën %(limit_value)d shenja (ka " +"%(show_value)d)." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Sigurohuni që nuk ka më tepër se %(max)s shifër gjithsej." +msgstr[1] "Sigurohuni që nuk ka më tepër se %(max)s shifra gjithsej." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Sigurohuni që nuk ka më shumë se %(max)s vend dhjetor." +msgstr[1] "Sigurohuni që nuk ka më shumë se %(max)s vende dhjetore." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Sigurohuni që nuk ka më tepër se %(max)s shifër para presjes dhjetore." +msgstr[1] "" +"Sigurohuni që nuk ka më tepër se %(max)s shifra para presjes dhjetore." + +msgid "and" +msgstr " dhe " + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "Ka tashmë %(model_name)s me këtë %(field_labels)s." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Vlera %(value)r nuk është një nga zgjedhjet e vlefshme." + +msgid "This field cannot be null." +msgstr "Kjo fushë nuk mund të jetë bosh." + +msgid "This field cannot be blank." +msgstr "Kjo fushë nuk mund të jetë e zbrazët." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "Ka tashmë një %(model_name)s me këtë %(field_label)s." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s duhet të jetë unike për %(date_field_label)s %(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Fushë e llojit: %(field_type)s" + +msgid "Integer" +msgstr "Numër i plotë" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "Vlera '%(value)s' duhet të jetë një numër i plotë." + +msgid "Big (8 byte) integer" +msgstr "Numër i plotë i madh (8 bajte)" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "Vlera '%(value)s' duhet të jetë True ose False." + +msgid "Boolean (Either True or False)" +msgstr "Buleane (Ose True, ose False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Varg (deri në %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Numra të plotë të ndarë me presje" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"Vlera '%(value)s' ka një format të pavlefshëm datash. Duhet të jetë në " +"formatin YYYY-MM-DD." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"Vlera '%(value)s' ka formatin e saktë (YYYY-MM-DD) por është datë e " +"pavlefshme." + +msgid "Date (without time)" +msgstr "Datë (pa kohë)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"Vlera '%(value)s' ka një format të pavlefshëm. Duhet të jetë në formatin " +"YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"Vlera '%(value)s' ka format të saktë (YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]) " +"por është datë/kohë e pavlefshme." + +msgid "Date (with time)" +msgstr "Datë (me kohë)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "Vlera '%(value)s' duhet të jetë një numër dhjetor." + +msgid "Decimal number" +msgstr "Numër dhjetor" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" +"Vlera '%(value)s' ka format të pavlefshëm. Duhet të jetë në formatin [DD] " +"[HH:[MM:]]ss[.uuuuuu]." + +msgid "Duration" +msgstr "Kohëzgjatje" + +msgid "Email address" +msgstr "Adresë email" + +msgid "File path" +msgstr "Shteg kartele" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "" + +msgid "IPv4 address" +msgstr "Adresë IPv4" + +msgid "IP address" +msgstr "Adresë IP" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "Vlera '%(value)s' duhet të jetë None, True ose False." + +msgid "Boolean (Either True, False or None)" +msgstr "Buleane (Ose True, ose False, ose None)" + +msgid "Positive integer" +msgstr "Numër i plotë pozitiv" + +msgid "Positive small integer" +msgstr "Numër i plotë pozitiv i vogël" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Identifikues (deri në %(max_length)s)" + +msgid "Small integer" +msgstr "Numër i plotë i vogël" + +msgid "Text" +msgstr "Tekst" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"Vlera '%(value)s' ka format të pavlefshëm. Duhet të jetë në formatin HH:MM[:" +"ss[.uuuuuu]]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"Vlera '%(value)s' ka formatin e saktë (HH:MM[:ss[.uuuuuu]]) por është kohë e " +"palvefshme." + +msgid "Time" +msgstr "Kohë" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Të dhëna dyore të papërpunuara" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "'%(value)s' s’është UUID i vlefshëm." + +msgid "File" +msgstr "Kartelë" + +msgid "Image" +msgstr "Figurë" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "Instanca %(model)s me %(field)s %(value)r nuk ekziston." + +msgid "Foreign Key (type determined by related field)" +msgstr "Kyç i Jashtëm (lloj i përcaktuar nga fusha përkatëse)" + +msgid "One-to-one relationship" +msgstr "Marrëdhënie një-për-një" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "Marrëdhënie shumë-për-shumë" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Kjo fushë është e domosdoshme." + +msgid "Enter a whole number." +msgstr "Jepni një numër të tërë." + +msgid "Enter a number." +msgstr "Jepni një numër." + +msgid "Enter a valid date." +msgstr "Jepni një datë të vlefshme." + +msgid "Enter a valid time." +msgstr "Jepni një kohë të vlefshme." + +msgid "Enter a valid date/time." +msgstr "Jepni një datë/kohë të vlefshme." + +msgid "Enter a valid duration." +msgstr "Jepni një kohëzgjatje të vlefshme." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" +"Nuk u parashtrua ndonjë kartelë. Kontrolloni llojin e kodimit te forma." + +msgid "No file was submitted." +msgstr "Nuk u parashtrua kartelë." + +msgid "The submitted file is empty." +msgstr "Kartela e parashtruar është bosh." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Sigurohuni që ky emër kartele ka të shumtën %(max)d shenjë (it has " +"%(length)d)." +msgstr[1] "" +"Sigurohuni që ky emër kartele ka të shumtën %(max)d shenja (it has " +"%(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Ju lutemi, ose parashtroni një kartelë, ose i vini shenjë kutizës për " +"pastrim, jo që të dyja." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Ngarkoni një figurë të vlefshme. Kartela që ngarkuat ose nuk qe figurë, ose " +"qe figurë e dëmtuar." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Përzgjidhni një zgjedhje të vlefshme. %(value)s nuk është nga zgjedhjet e " +"mundshme." + +msgid "Enter a list of values." +msgstr "Jepni një listë vlerash." + +msgid "Enter a complete value." +msgstr "Jepni një vlerë të plotë." + +msgid "Enter a valid UUID." +msgstr "Jepni një UUID të vlefshëm." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Fushë e fshehur %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "Të dhënat ManagementForm mungojnë ose është vënë dorë mbi to" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Ju lutemi, parashtroni %d ose më pak formularë." +msgstr[1] "Ju lutemi, parashtroni %d ose më pak formularë." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Ju lutemi, parashtroni %d ose më shumë formularë." +msgstr[1] "Ju lutemi, parashtroni %d ose më shumë formularë." + +msgid "Order" +msgstr "Rend" + +msgid "Delete" +msgstr "Fshije" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Ju lutemi, ndreqni të dhënat dyfishe për %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Ju lutemi, ndreqni të dhënat dyfishe për %(field)s, të cilat duhet të jenë " +"unike." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Ju lutemi, ndreqni të dhënat dyfishe për %(field_name)s të cilat duhet të " +"jenë unike për %(lookup)s te %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Ju lutemi, ndreqni vlerat dyfishe më poshtë." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "" +"Kyçi i jashtëm \"inline\" nuk u përputh me kyçin parësor të instancës mëmë." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Përzgjidhni një zgjedhje të vlefshme. Ajo zgjedhje nuk është një nga " +"zgjedhjet e mundshme." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "\"%(pk)s\" nuk është vlerë e vlefshme për kyç parësor." + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s nuk u interpretua dot brenda zonë kohore %(current_timezone)s; " +"mund të jetë e dykuptimtë ose mund të mos ekzistojë." + +msgid "Currently" +msgstr "Tani" + +msgid "Change" +msgstr "Ndryshoje" + +msgid "Clear" +msgstr "Pastroje" + +msgid "Unknown" +msgstr "E panjohur" + +msgid "Yes" +msgstr "Po" + +msgid "No" +msgstr "Jo" + +msgid "yes,no,maybe" +msgstr "po,jo,ndoshta" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d bajt" +msgstr[1] "%(size)d bajte" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "mesnatë" + +msgid "noon" +msgstr "meditë" + +msgid "Monday" +msgstr "E hënë" + +msgid "Tuesday" +msgstr "E martë" + +msgid "Wednesday" +msgstr "E mërkurë" + +msgid "Thursday" +msgstr "E enjte" + +msgid "Friday" +msgstr "E premte" + +msgid "Saturday" +msgstr "E shtunë" + +msgid "Sunday" +msgstr "E dielë" + +msgid "Mon" +msgstr "Hën" + +msgid "Tue" +msgstr "Mar" + +msgid "Wed" +msgstr "Mër" + +msgid "Thu" +msgstr "Enj" + +msgid "Fri" +msgstr "Pre" + +msgid "Sat" +msgstr "Sht" + +msgid "Sun" +msgstr "Die" + +msgid "January" +msgstr "Janar" + +msgid "February" +msgstr "Shkurt" + +msgid "March" +msgstr "Mars" + +msgid "April" +msgstr "Prill" + +msgid "May" +msgstr "Maj" + +msgid "June" +msgstr "Qershor" + +msgid "July" +msgstr "Korrik" + +msgid "August" +msgstr "Gusht" + +msgid "September" +msgstr "Shtator" + +msgid "October" +msgstr "Tetor" + +msgid "November" +msgstr "Nëntor" + +msgid "December" +msgstr "Dhjetor" + +msgid "jan" +msgstr "jan" + +msgid "feb" +msgstr "shk" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "pri" + +msgid "may" +msgstr "maj" + +msgid "jun" +msgstr "qer" + +msgid "jul" +msgstr "kor" + +msgid "aug" +msgstr "gus" + +msgid "sep" +msgstr "sht" + +msgid "oct" +msgstr "oct" + +msgid "nov" +msgstr "nën" + +msgid "dec" +msgstr "dhj" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Jan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Shk." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Mars" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Prill" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Maj" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Qershor" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Korrik" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Gus." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Shta." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Tet." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Nën." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Dhj." + +msgctxt "alt. month" +msgid "January" +msgstr "Janar" + +msgctxt "alt. month" +msgid "February" +msgstr "Shkurt" + +msgctxt "alt. month" +msgid "March" +msgstr "Mars" + +msgctxt "alt. month" +msgid "April" +msgstr "Prill" + +msgctxt "alt. month" +msgid "May" +msgstr "Maj" + +msgctxt "alt. month" +msgid "June" +msgstr "Qershor" + +msgctxt "alt. month" +msgid "July" +msgstr "Korrik" + +msgctxt "alt. month" +msgid "August" +msgstr "Gusht" + +msgctxt "alt. month" +msgid "September" +msgstr "Shtator" + +msgctxt "alt. month" +msgid "October" +msgstr "Tetor" + +msgctxt "alt. month" +msgid "November" +msgstr "Nëntor" + +msgctxt "alt. month" +msgid "December" +msgstr "Dhjetor" + +msgid "This is not a valid IPv6 address." +msgstr "Kjo nuk është adresë IPv6 e vlefshme." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "ose" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d vit" +msgstr[1] "%d vjetë" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d muaj" +msgstr[1] "%d muaj" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d javë" +msgstr[1] "%d javë" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d ditë" +msgstr[1] "%d ditë" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d orë" +msgstr[1] "%d orë" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d minutë" +msgstr[1] "%d minuta" + +msgid "0 minutes" +msgstr "0 minuta" + +msgid "Forbidden" +msgstr "E ndaluar" + +msgid "CSRF verification failed. Request aborted." +msgstr "Verifikimi CSRF dështoi. Kërkesa u ndërpre." + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Këtë mesazh po e shihni ngaqë ky sajt HTTPS e ka të domosdpshme dërgimin e " +"'Referer header' te shfletuesi juaj Web, por nuk u dërgua ndonjë i tillë. " +"Kjo krye është e domosdoshme për arsye sigurie, për të bërë të mundur që " +"shfletuesi juaj të mos komprometohet nga palë të treta." + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" +"Nëse e keni formësuar shfletuesin tuaj t’i çaktivizojë kryet 'Referer', ju " +"lutemi, riaktivizojini ato, të paktën për këtë sajt, ose për lidhjet HTTPS, " +"ose për kërkesat 'same-origin'." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Këtë mesazh po e shihni ngaqë ky sajt lyp një cookie CSRF, kur parashtrohen " +"formularë. Kjo cookie është e domosdoshme për arsye sigurie, për të bërë të " +"mundur që shfletuesi juaj të mos komprometohet nga palë të treta." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" +"Nëse e keni formësuar shfletuesin tuaj të çaktivizojë cookie-t, ju lutemi, " +"riaktivizojini ato, të paktën për këtë sajt, ose për kërkesa 'same-origin'." + +msgid "More information is available with DEBUG=True." +msgstr "Më tepër të dhëna mund të gjeni me DEBUG=True." + +msgid "Welcome to Django" +msgstr "Mirë se vini te Django" + +msgid "It worked!" +msgstr "Funksionoi!" + +msgid "Congratulations on your first Django-powered page." +msgstr "Urime për faqen tuaj të parë me Django." + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" +"Kuptohet, që s’keni bërë ende ndonjë punë. Në vazhdim, filloni aplikacionin " +"tuaj të parë duke xhiruar python manage.py startapp [app_label]." + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" +"Po e shihni këtë mesazh ngaqë keni caktuar DEBUG = True te " +"kartela juaj e rregullimeve Django dhe s’keni formësuar ndonjë URL. Vijuni " +"punës!" + +msgid "No year specified" +msgstr "Nuk është caktuar vit" + +msgid "No month specified" +msgstr "Nuk është caktuar muaj" + +msgid "No day specified" +msgstr "Nuk është caktuar ditë" + +msgid "No week specified" +msgstr "Nuk është caktuar javë" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Nuk ka %(verbose_name_plural)s të përcaktuar" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"%(verbose_name_plural)s i ardhshëm jo i passhëm, ngaqë %(class_name)s." +"allow_future është False." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "" +"U dha varg i pavlefshëm date '%(datestr)s' formati i dhënë '%(format)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Nuk u gjetën %(verbose_name)s me përputhje" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "Faqja nuk është 'last', as mund të shndërrohet në një int." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Faqe e pavlefshme (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Listë e zbrazët dhe '%(class_name)s.allow_empty' është False." + +msgid "Directory indexes are not allowed here." +msgstr "Këtu nuk lejohen treguesa drejtorish." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" nuk ekziston" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Tregues i %(directory)s" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sq/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sq/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sq/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sq/formats.py new file mode 100644 index 0000000..0fb21a6 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sq/formats.py @@ -0,0 +1,24 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'd F Y' +TIME_FORMAT = 'g.i.A' +# DATETIME_FORMAT = +YEAR_MONTH_FORMAT = 'F Y' +MONTH_DAY_FORMAT = 'j F' +SHORT_DATE_FORMAT = 'Y-m-d' +# SHORT_DATETIME_FORMAT = +# FIRST_DAY_OF_WEEK = + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +# DATE_INPUT_FORMATS = +# TIME_INPUT_FORMATS = +# DATETIME_INPUT_FORMATS = +DECIMAL_SEPARATOR = ',' +THOUSAND_SEPARATOR = '.' +# NUMBER_GROUPING = diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sr/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..a14adaa99ab31388454d24c81825703b420a325a GIT binary patch literal 16093 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 literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sr/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sr/LC_MESSAGES/django.po new file mode 100644 index 0000000..1ff12a2 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sr/LC_MESSAGES/django.po @@ -0,0 +1,1163 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Janos Guljas , 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Serbian (http://www.transifex.com/django/django/language/" +"sr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sr\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +msgid "Afrikaans" +msgstr "" + +msgid "Arabic" +msgstr "арапски" + +msgid "Asturian" +msgstr "" + +msgid "Azerbaijani" +msgstr "азербејџански" + +msgid "Bulgarian" +msgstr "бугарски" + +msgid "Belarusian" +msgstr "" + +msgid "Bengali" +msgstr "бенгалски" + +msgid "Breton" +msgstr "" + +msgid "Bosnian" +msgstr "босански" + +msgid "Catalan" +msgstr "каталонски" + +msgid "Czech" +msgstr "чешки" + +msgid "Welsh" +msgstr "велшки" + +msgid "Danish" +msgstr "дански" + +msgid "German" +msgstr "немачки" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "грчки" + +msgid "English" +msgstr "енглески" + +msgid "Australian English" +msgstr "" + +msgid "British English" +msgstr "британски енглески" + +msgid "Esperanto" +msgstr "" + +msgid "Spanish" +msgstr "шпански" + +msgid "Argentinian Spanish" +msgstr "аргентински шпански" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "мексички шпански" + +msgid "Nicaraguan Spanish" +msgstr "никарагвански шпански" + +msgid "Venezuelan Spanish" +msgstr "" + +msgid "Estonian" +msgstr "естонски" + +msgid "Basque" +msgstr "баскијски" + +msgid "Persian" +msgstr "персијски" + +msgid "Finnish" +msgstr "фински" + +msgid "French" +msgstr "француски" + +msgid "Frisian" +msgstr "фризијски" + +msgid "Irish" +msgstr "ирски" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "галски" + +msgid "Hebrew" +msgstr "хебрејски" + +msgid "Hindi" +msgstr "хинду" + +msgid "Croatian" +msgstr "хрватски" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "мађарски" + +msgid "Interlingua" +msgstr "" + +msgid "Indonesian" +msgstr "индонежански" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "исландски" + +msgid "Italian" +msgstr "италијански" + +msgid "Japanese" +msgstr "јапански" + +msgid "Georgian" +msgstr "грузијски" + +msgid "Kazakh" +msgstr "" + +msgid "Khmer" +msgstr "камбодијски" + +msgid "Kannada" +msgstr "канада" + +msgid "Korean" +msgstr "корејски" + +msgid "Luxembourgish" +msgstr "" + +msgid "Lithuanian" +msgstr "литвански" + +msgid "Latvian" +msgstr "латвијски" + +msgid "Macedonian" +msgstr "македонски" + +msgid "Malayalam" +msgstr "малајаламски" + +msgid "Mongolian" +msgstr "монголски" + +msgid "Marathi" +msgstr "" + +msgid "Burmese" +msgstr "" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "" + +msgid "Dutch" +msgstr "холандски" + +msgid "Norwegian Nynorsk" +msgstr "норвешки нови" + +msgid "Ossetic" +msgstr "" + +msgid "Punjabi" +msgstr "Панџаби" + +msgid "Polish" +msgstr "пољски" + +msgid "Portuguese" +msgstr "португалски" + +msgid "Brazilian Portuguese" +msgstr "бразилски португалски" + +msgid "Romanian" +msgstr "румунски" + +msgid "Russian" +msgstr "руски" + +msgid "Slovak" +msgstr "словачки" + +msgid "Slovenian" +msgstr "словеначки" + +msgid "Albanian" +msgstr "албански" + +msgid "Serbian" +msgstr "српски" + +msgid "Serbian Latin" +msgstr "српски (латиница)" + +msgid "Swedish" +msgstr "шведски" + +msgid "Swahili" +msgstr "" + +msgid "Tamil" +msgstr "тамилски" + +msgid "Telugu" +msgstr "телугу" + +msgid "Thai" +msgstr "тајландски" + +msgid "Turkish" +msgstr "турски" + +msgid "Tatar" +msgstr "" + +msgid "Udmurt" +msgstr "" + +msgid "Ukrainian" +msgstr "украјински" + +msgid "Urdu" +msgstr "Урду" + +msgid "Vietnamese" +msgstr "вијетнамски" + +msgid "Simplified Chinese" +msgstr "новокинески" + +msgid "Traditional Chinese" +msgstr "старокинески" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "" + +msgid "Static Files" +msgstr "" + +msgid "Syndication" +msgstr "" + +msgid "Enter a valid value." +msgstr "Унесите исправну вредност." + +msgid "Enter a valid URL." +msgstr "Унесите исправан URL." + +msgid "Enter a valid integer." +msgstr "" + +msgid "Enter a valid email address." +msgstr "" + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Унесите исрпаван „слаг“, који се састоји од слова, бројки, доњих црта или " +"циртица." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "Унесите исправну IPv4 адресу." + +msgid "Enter a valid IPv6 address." +msgstr "Унесите исправну IPv6 адресу." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Унесите исправну IPv4 или IPv6 адресу." + +msgid "Enter only digits separated by commas." +msgstr "Унесите само бројке раздвојене запетама." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Ово поље мора да буде %(limit_value)s (тренутно има %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Ова вредност мора да буде мања од %(limit_value)s. или тачно толико." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Ова вредност мора бити већа од %(limit_value)s или тачно толико." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "and" +msgstr "и" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "Ово поље не може да остане празно." + +msgid "This field cannot be blank." +msgstr "Ово поље не може да остане празно." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s са овом вредношћу %(field_label)s већ постоји." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Поње типа: %(field_type)s" + +msgid "Integer" +msgstr "Цео број" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "" + +msgid "Big (8 byte) integer" +msgstr "Велики цео број" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "Булова вредност (True или False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Стринг (највише %(max_length)s знакова)" + +msgid "Comma-separated integers" +msgstr "Цели бројеви раздвојени запетама" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "Датум (без времена)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "Датум (са временом)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "Децимални број" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "Имејл адреса" + +msgid "File path" +msgstr "Путања фајла" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "Број са покреном запетом" + +msgid "IPv4 address" +msgstr "IPv4 adresa" + +msgid "IP address" +msgstr "IP адреса" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "Булова вредност (True, False или None)" + +msgid "Positive integer" +msgstr "Позитиван цео број" + +msgid "Positive small integer" +msgstr "Позитиван мали цео број" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Слаг (не дужи од %(max_length)s)" + +msgid "Small integer" +msgstr "Мали цео број" + +msgid "Text" +msgstr "Текст" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "Време" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "" + +msgid "File" +msgstr "Фајл" + +msgid "Image" +msgstr "Слика" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "Страни кључ (тип одређује референтно поље)" + +msgid "One-to-one relationship" +msgstr "Релација један на један" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "Релација више на више" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr "" + +msgid "This field is required." +msgstr "Ово поље се мора попунити." + +msgid "Enter a whole number." +msgstr "Унесите цео број." + +msgid "Enter a number." +msgstr "Унесите број." + +msgid "Enter a valid date." +msgstr "Унесите исправан датум." + +msgid "Enter a valid time." +msgstr "Унесите исправно време" + +msgid "Enter a valid date/time." +msgstr "Унесите исправан датум/време." + +msgid "Enter a valid duration." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Фајл није пребачен. Проверите тип енкодирања формулара." + +msgid "No file was submitted." +msgstr "Фајл није пребачен." + +msgid "The submitted file is empty." +msgstr "Пребачен фајл је празан." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Може се само послати фајл или избрисати, не оба." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Пребаците исправан фајл. Фајл који је пребачен или није слика, или је " +"оштећен." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"%(value)s није међу понуђеним вредностима. Одаберите једну од понуђених." + +msgid "Enter a list of values." +msgstr "Унесите листу вредности." + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr "" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "Order" +msgstr "Редослед" + +msgid "Delete" +msgstr "Обриши" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Исправите дуплиран садржај за поља: %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Исправите дуплиран садржај за поља: %(field)s, који мора да буде јединствен." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Исправите дуплиран садржај за поља: %(field_name)s, који мора да буде " +"јединствен за %(lookup)s у %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Исправите дуплиране вредности доле." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "Страни кључ се није поклопио са инстанцом родитељског кључа." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Одабрана вредност није међу понуђенима. Одаберите једну од понуђених." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"Време %(datetime)s не може се представити у временској зони " +"%(current_timezone)s." + +msgid "Currently" +msgstr "Тренутно" + +msgid "Change" +msgstr "Измени" + +msgid "Clear" +msgstr "Очисти" + +msgid "Unknown" +msgstr "Непознато" + +msgid "Yes" +msgstr "Да" + +msgid "No" +msgstr "Не" + +msgid "yes,no,maybe" +msgstr "да,не,можда" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d бајт" +msgstr[1] "%(size)d бајта" +msgstr[2] "%(size)d бајтова" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "по п." + +msgid "a.m." +msgstr "пре п." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "поноћ" + +msgid "noon" +msgstr "подне" + +msgid "Monday" +msgstr "понедељак" + +msgid "Tuesday" +msgstr "уторак" + +msgid "Wednesday" +msgstr "среда" + +msgid "Thursday" +msgstr "четвртак" + +msgid "Friday" +msgstr "петак" + +msgid "Saturday" +msgstr "субота" + +msgid "Sunday" +msgstr "недеља" + +msgid "Mon" +msgstr "пон." + +msgid "Tue" +msgstr "уто." + +msgid "Wed" +msgstr "сре." + +msgid "Thu" +msgstr "чет." + +msgid "Fri" +msgstr "пет." + +msgid "Sat" +msgstr "суб." + +msgid "Sun" +msgstr "нед." + +msgid "January" +msgstr "јануар" + +msgid "February" +msgstr "фебруар" + +msgid "March" +msgstr "март" + +msgid "April" +msgstr "април" + +msgid "May" +msgstr "мај" + +msgid "June" +msgstr "јун" + +msgid "July" +msgstr "јул" + +msgid "August" +msgstr "август" + +msgid "September" +msgstr "септембар" + +msgid "October" +msgstr "октобар" + +msgid "November" +msgstr "новембар" + +msgid "December" +msgstr "децембар" + +msgid "jan" +msgstr "јан." + +msgid "feb" +msgstr "феб." + +msgid "mar" +msgstr "мар." + +msgid "apr" +msgstr "апр." + +msgid "may" +msgstr "мај." + +msgid "jun" +msgstr "јун." + +msgid "jul" +msgstr "јул." + +msgid "aug" +msgstr "ауг." + +msgid "sep" +msgstr "сеп." + +msgid "oct" +msgstr "окт." + +msgid "nov" +msgstr "нов." + +msgid "dec" +msgstr "дец." + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Јан." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Феб." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Март" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Април" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Мај" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Јун" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Јул" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Авг." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Септ." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Окт." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Нов." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Дец." + +msgctxt "alt. month" +msgid "January" +msgstr "Јануар" + +msgctxt "alt. month" +msgid "February" +msgstr "Фебруар" + +msgctxt "alt. month" +msgid "March" +msgstr "Март" + +msgctxt "alt. month" +msgid "April" +msgstr "Април" + +msgctxt "alt. month" +msgid "May" +msgstr "Мај" + +msgctxt "alt. month" +msgid "June" +msgstr "Јун" + +msgctxt "alt. month" +msgid "July" +msgstr "Јул" + +msgctxt "alt. month" +msgid "August" +msgstr "Август" + +msgctxt "alt. month" +msgid "September" +msgstr "Септембар" + +msgctxt "alt. month" +msgid "October" +msgstr "Октобар" + +msgctxt "alt. month" +msgid "November" +msgstr "Новембар" + +msgctxt "alt. month" +msgid "December" +msgstr "Децембар" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "или" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr "," + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "0 minutes" +msgstr "" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "Welcome to Django" +msgstr "" + +msgid "It worked!" +msgstr "" + +msgid "Congratulations on your first Django-powered page." +msgstr "" + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" + +msgid "No year specified" +msgstr "Година није назначена" + +msgid "No month specified" +msgstr "Месец није назначен" + +msgid "No day specified" +msgstr "Дан није назначен" + +msgid "No week specified" +msgstr "Недеља није назначена" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Недоступни објекти %(verbose_name_plural)s" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Опција „future“ није доступна за „%(verbose_name_plural)s“ јер " +"%(class_name)s.allow_future има вредност False." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "Неисправан датум „%(datestr)s“ дат формату „%(format)s“" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Ниједан објекат класе %(verbose_name)s није нађен датим упитом." + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "Страница није последња, нити може бити конвертована у тип int." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Празна листа и „%(class_name)s.allow_empty“ има вредност False." + +msgid "Directory indexes are not allowed here." +msgstr "Индекси директоријума нису дозвољени овде." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "„%(path)s“ не постоји" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Индекс директоријума %(directory)s" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sr/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sr/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sr/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sr/formats.py new file mode 100644 index 0000000..5c5e48e --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sr/formats.py @@ -0,0 +1,46 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'j. F Y.' +TIME_FORMAT = 'H:i' +DATETIME_FORMAT = 'j. F Y. H:i' +YEAR_MONTH_FORMAT = 'F Y.' +MONTH_DAY_FORMAT = 'j. F' +SHORT_DATE_FORMAT = 'j.m.Y.' +SHORT_DATETIME_FORMAT = 'j.m.Y. H:i' +FIRST_DAY_OF_WEEK = 1 + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + '%d.%m.%Y.', '%d.%m.%y.', # '25.10.2006.', '25.10.06.' + '%d. %m. %Y.', '%d. %m. %y.', # '25. 10. 2006.', '25. 10. 06.' + # '%d. %b %y.', '%d. %B %y.', # '25. Oct 06.', '25. October 06.' + # '%d. %b \'%y.', '%d. %B \'%y.', # '25. Oct '06.', '25. October '06.' + # '%d. %b %Y.', '%d. %B %Y.', # '25. Oct 2006.', '25. October 2006.' +] +DATETIME_INPUT_FORMATS = [ + '%d.%m.%Y. %H:%M:%S', # '25.10.2006. 14:30:59' + '%d.%m.%Y. %H:%M:%S.%f', # '25.10.2006. 14:30:59.000200' + '%d.%m.%Y. %H:%M', # '25.10.2006. 14:30' + '%d.%m.%Y.', # '25.10.2006.' + '%d.%m.%y. %H:%M:%S', # '25.10.06. 14:30:59' + '%d.%m.%y. %H:%M:%S.%f', # '25.10.06. 14:30:59.000200' + '%d.%m.%y. %H:%M', # '25.10.06. 14:30' + '%d.%m.%y.', # '25.10.06.' + '%d. %m. %Y. %H:%M:%S', # '25. 10. 2006. 14:30:59' + '%d. %m. %Y. %H:%M:%S.%f', # '25. 10. 2006. 14:30:59.000200' + '%d. %m. %Y. %H:%M', # '25. 10. 2006. 14:30' + '%d. %m. %Y.', # '25. 10. 2006.' + '%d. %m. %y. %H:%M:%S', # '25. 10. 06. 14:30:59' + '%d. %m. %y. %H:%M:%S.%f', # '25. 10. 06. 14:30:59.000200' + '%d. %m. %y. %H:%M', # '25. 10. 06. 14:30' + '%d. %m. %y.', # '25. 10. 06.' +] +DECIMAL_SEPARATOR = ',' +THOUSAND_SEPARATOR = '.' +NUMBER_GROUPING = 3 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sr_Latn/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sr_Latn/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..609d1874b9796cdc6b18a9696c7a3d1825634e92 GIT binary patch literal 13481 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 Bj3)p9 literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sr_Latn/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sr_Latn/LC_MESSAGES/django.po new file mode 100644 index 0000000..4166c08 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sr_Latn/LC_MESSAGES/django.po @@ -0,0 +1,1163 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Janos Guljas , 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Serbian (Latin) (http://www.transifex.com/django/django/" +"language/sr@latin/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sr@latin\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +msgid "Afrikaans" +msgstr "" + +msgid "Arabic" +msgstr "arapski" + +msgid "Asturian" +msgstr "" + +msgid "Azerbaijani" +msgstr "azerbejdžanski" + +msgid "Bulgarian" +msgstr "bugarski" + +msgid "Belarusian" +msgstr "" + +msgid "Bengali" +msgstr "bengalski" + +msgid "Breton" +msgstr "" + +msgid "Bosnian" +msgstr "bosanski" + +msgid "Catalan" +msgstr "katalonski" + +msgid "Czech" +msgstr "češki" + +msgid "Welsh" +msgstr "velški" + +msgid "Danish" +msgstr "danski" + +msgid "German" +msgstr "nemački" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "grčki" + +msgid "English" +msgstr "engleski" + +msgid "Australian English" +msgstr "" + +msgid "British English" +msgstr "britanski engleski" + +msgid "Esperanto" +msgstr "" + +msgid "Spanish" +msgstr "španski" + +msgid "Argentinian Spanish" +msgstr "argentinski španski" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "meksički španski" + +msgid "Nicaraguan Spanish" +msgstr "nikaragvanski španski" + +msgid "Venezuelan Spanish" +msgstr "" + +msgid "Estonian" +msgstr "estonski" + +msgid "Basque" +msgstr "baskijski" + +msgid "Persian" +msgstr "persijski" + +msgid "Finnish" +msgstr "finski" + +msgid "French" +msgstr "francuski" + +msgid "Frisian" +msgstr "frizijski" + +msgid "Irish" +msgstr "irski" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "galski" + +msgid "Hebrew" +msgstr "hebrejski" + +msgid "Hindi" +msgstr "hindu" + +msgid "Croatian" +msgstr "hrvatski" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "mađarski" + +msgid "Interlingua" +msgstr "" + +msgid "Indonesian" +msgstr "indonežanski" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "islandski" + +msgid "Italian" +msgstr "italijanski" + +msgid "Japanese" +msgstr "japanski" + +msgid "Georgian" +msgstr "gruzijski" + +msgid "Kazakh" +msgstr "" + +msgid "Khmer" +msgstr "kambodijski" + +msgid "Kannada" +msgstr "kanada" + +msgid "Korean" +msgstr "korejski" + +msgid "Luxembourgish" +msgstr "" + +msgid "Lithuanian" +msgstr "litvanski" + +msgid "Latvian" +msgstr "latvijski" + +msgid "Macedonian" +msgstr "makedonski" + +msgid "Malayalam" +msgstr "malajalamski" + +msgid "Mongolian" +msgstr "mongolski" + +msgid "Marathi" +msgstr "" + +msgid "Burmese" +msgstr "" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "" + +msgid "Dutch" +msgstr "holandski" + +msgid "Norwegian Nynorsk" +msgstr "norveški novi" + +msgid "Ossetic" +msgstr "" + +msgid "Punjabi" +msgstr "Pandžabi" + +msgid "Polish" +msgstr "poljski" + +msgid "Portuguese" +msgstr "portugalski" + +msgid "Brazilian Portuguese" +msgstr "brazilski portugalski" + +msgid "Romanian" +msgstr "rumunski" + +msgid "Russian" +msgstr "ruski" + +msgid "Slovak" +msgstr "slovački" + +msgid "Slovenian" +msgstr "slovenački" + +msgid "Albanian" +msgstr "albanski" + +msgid "Serbian" +msgstr "srpski" + +msgid "Serbian Latin" +msgstr "srpski (latinica)" + +msgid "Swedish" +msgstr "švedski" + +msgid "Swahili" +msgstr "" + +msgid "Tamil" +msgstr "tamilski" + +msgid "Telugu" +msgstr "telugu" + +msgid "Thai" +msgstr "tajlandski" + +msgid "Turkish" +msgstr "turski" + +msgid "Tatar" +msgstr "" + +msgid "Udmurt" +msgstr "" + +msgid "Ukrainian" +msgstr "ukrajinski" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Vietnamese" +msgstr "vijetnamski" + +msgid "Simplified Chinese" +msgstr "novokineski" + +msgid "Traditional Chinese" +msgstr "starokineski" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "" + +msgid "Static Files" +msgstr "" + +msgid "Syndication" +msgstr "" + +msgid "Enter a valid value." +msgstr "Unesite ispravnu vrednost." + +msgid "Enter a valid URL." +msgstr "Unesite ispravan URL." + +msgid "Enter a valid integer." +msgstr "" + +msgid "Enter a valid email address." +msgstr "" + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Unesite isrpavan „slag“, koji se sastoji od slova, brojki, donjih crta ili " +"cirtica." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "Unesite ispravnu IPv4 adresu." + +msgid "Enter a valid IPv6 address." +msgstr "Unesite ispravnu IPv6 adresu." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Unesite ispravnu IPv4 ili IPv6 adresu." + +msgid "Enter only digits separated by commas." +msgstr "Unesite samo brojke razdvojene zapetama." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Ovo polje mora da bude %(limit_value)s (trenutno ima %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Ova vrednost mora da bude manja od %(limit_value)s. ili tačno toliko." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Ova vrednost mora biti veća od %(limit_value)s ili tačno toliko." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "and" +msgstr "i" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "Ovo polje ne može da ostane prazno." + +msgid "This field cannot be blank." +msgstr "Ovo polje ne može da ostane prazno." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s sa ovom vrednošću %(field_label)s već postoji." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Ponje tipa: %(field_type)s" + +msgid "Integer" +msgstr "Ceo broj" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "" + +msgid "Big (8 byte) integer" +msgstr "Veliki ceo broj" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "Bulova vrednost (True ili False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "String (najviše %(max_length)s znakova)" + +msgid "Comma-separated integers" +msgstr "Celi brojevi razdvojeni zapetama" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "Datum (bez vremena)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "Datum (sa vremenom)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "Decimalni broj" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "Imejl adresa" + +msgid "File path" +msgstr "Putanja fajla" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "Broj sa pokrenom zapetom" + +msgid "IPv4 address" +msgstr "IPv4 adresa" + +msgid "IP address" +msgstr "IP adresa" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "Bulova vrednost (True, False ili None)" + +msgid "Positive integer" +msgstr "Pozitivan ceo broj" + +msgid "Positive small integer" +msgstr "Pozitivan mali ceo broj" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slag (ne duži od %(max_length)s)" + +msgid "Small integer" +msgstr "Mali ceo broj" + +msgid "Text" +msgstr "Tekst" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "Vreme" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "" + +msgid "File" +msgstr "Fajl" + +msgid "Image" +msgstr "Slika" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "Strani ključ (tip određuje referentno polje)" + +msgid "One-to-one relationship" +msgstr "Relacija jedan na jedan" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "Relacija više na više" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr "" + +msgid "This field is required." +msgstr "Ovo polje se mora popuniti." + +msgid "Enter a whole number." +msgstr "Unesite ceo broj." + +msgid "Enter a number." +msgstr "Unesite broj." + +msgid "Enter a valid date." +msgstr "Unesite ispravan datum." + +msgid "Enter a valid time." +msgstr "Unesite ispravno vreme" + +msgid "Enter a valid date/time." +msgstr "Unesite ispravan datum/vreme." + +msgid "Enter a valid duration." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Fajl nije prebačen. Proverite tip enkodiranja formulara." + +msgid "No file was submitted." +msgstr "Fajl nije prebačen." + +msgid "The submitted file is empty." +msgstr "Prebačen fajl je prazan." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Može se samo poslati fajl ili izbrisati, ne oba." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Prebacite ispravan fajl. Fajl koji je prebačen ili nije slika, ili je " +"oštećen." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"%(value)s nije među ponuđenim vrednostima. Odaberite jednu od ponuđenih." + +msgid "Enter a list of values." +msgstr "Unesite listu vrednosti." + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr "" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "Order" +msgstr "Redosled" + +msgid "Delete" +msgstr "Obriši" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Ispravite dupliran sadržaj za polja: %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Ispravite dupliran sadržaj za polja: %(field)s, koji mora da bude jedinstven." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Ispravite dupliran sadržaj za polja: %(field_name)s, koji mora da bude " +"jedinstven za %(lookup)s u %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Ispravite duplirane vrednosti dole." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "Strani ključ se nije poklopio sa instancom roditeljskog ključa." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Odabrana vrednost nije među ponuđenima. Odaberite jednu od ponuđenih." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"Vreme %(datetime)s ne može se predstaviti u vremenskoj zoni " +"%(current_timezone)s." + +msgid "Currently" +msgstr "Trenutno" + +msgid "Change" +msgstr "Izmeni" + +msgid "Clear" +msgstr "Očisti" + +msgid "Unknown" +msgstr "Nepoznato" + +msgid "Yes" +msgstr "Da" + +msgid "No" +msgstr "Ne" + +msgid "yes,no,maybe" +msgstr "da,ne,možda" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d bajt" +msgstr[1] "%(size)d bajta" +msgstr[2] "%(size)d bajtova" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "po p." + +msgid "a.m." +msgstr "pre p." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "ponoć" + +msgid "noon" +msgstr "podne" + +msgid "Monday" +msgstr "ponedeljak" + +msgid "Tuesday" +msgstr "utorak" + +msgid "Wednesday" +msgstr "sreda" + +msgid "Thursday" +msgstr "četvrtak" + +msgid "Friday" +msgstr "petak" + +msgid "Saturday" +msgstr "subota" + +msgid "Sunday" +msgstr "nedelja" + +msgid "Mon" +msgstr "pon." + +msgid "Tue" +msgstr "uto." + +msgid "Wed" +msgstr "sre." + +msgid "Thu" +msgstr "čet." + +msgid "Fri" +msgstr "pet." + +msgid "Sat" +msgstr "sub." + +msgid "Sun" +msgstr "ned." + +msgid "January" +msgstr "januar" + +msgid "February" +msgstr "februar" + +msgid "March" +msgstr "mart" + +msgid "April" +msgstr "april" + +msgid "May" +msgstr "maj" + +msgid "June" +msgstr "jun" + +msgid "July" +msgstr "jul" + +msgid "August" +msgstr "avgust" + +msgid "September" +msgstr "septembar" + +msgid "October" +msgstr "oktobar" + +msgid "November" +msgstr "novembar" + +msgid "December" +msgstr "decembar" + +msgid "jan" +msgstr "jan." + +msgid "feb" +msgstr "feb." + +msgid "mar" +msgstr "mar." + +msgid "apr" +msgstr "apr." + +msgid "may" +msgstr "maj." + +msgid "jun" +msgstr "jun." + +msgid "jul" +msgstr "jul." + +msgid "aug" +msgstr "aug." + +msgid "sep" +msgstr "sep." + +msgid "oct" +msgstr "okt." + +msgid "nov" +msgstr "nov." + +msgid "dec" +msgstr "dec." + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Jan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Mart" + +msgctxt "abbrev. month" +msgid "April" +msgstr "April" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Maj" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Jun" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Jul" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Avg." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Sept." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Okt." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Dec." + +msgctxt "alt. month" +msgid "January" +msgstr "Januar" + +msgctxt "alt. month" +msgid "February" +msgstr "Februar" + +msgctxt "alt. month" +msgid "March" +msgstr "Mart" + +msgctxt "alt. month" +msgid "April" +msgstr "April" + +msgctxt "alt. month" +msgid "May" +msgstr "Maj" + +msgctxt "alt. month" +msgid "June" +msgstr "Jun" + +msgctxt "alt. month" +msgid "July" +msgstr "Jul" + +msgctxt "alt. month" +msgid "August" +msgstr "Avgust" + +msgctxt "alt. month" +msgid "September" +msgstr "Septembar" + +msgctxt "alt. month" +msgid "October" +msgstr "Oktobar" + +msgctxt "alt. month" +msgid "November" +msgstr "Novembar" + +msgctxt "alt. month" +msgid "December" +msgstr "Decembar" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "ili" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr "," + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "0 minutes" +msgstr "" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "Welcome to Django" +msgstr "" + +msgid "It worked!" +msgstr "" + +msgid "Congratulations on your first Django-powered page." +msgstr "" + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" + +msgid "No year specified" +msgstr "Godina nije naznačena" + +msgid "No month specified" +msgstr "Mesec nije naznačen" + +msgid "No day specified" +msgstr "Dan nije naznačen" + +msgid "No week specified" +msgstr "Nedelja nije naznačena" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Nedostupni objekti %(verbose_name_plural)s" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Opcija „future“ nije dostupna za „%(verbose_name_plural)s“ jer " +"%(class_name)s.allow_future ima vrednost False." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "Neispravan datum „%(datestr)s“ dat formatu „%(format)s“" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Nijedan objekat klase %(verbose_name)s nije nađen datim upitom." + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "Stranica nije poslednja, niti može biti konvertovana u tip int." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Prazna lista i „%(class_name)s.allow_empty“ ima vrednost False." + +msgid "Directory indexes are not allowed here." +msgstr "Indeksi direktorijuma nisu dozvoljeni ovde." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "„%(path)s“ ne postoji" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Indeks direktorijuma %(directory)s" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sr_Latn/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sr_Latn/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sr_Latn/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sr_Latn/formats.py new file mode 100644 index 0000000..5c5e48e --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sr_Latn/formats.py @@ -0,0 +1,46 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'j. F Y.' +TIME_FORMAT = 'H:i' +DATETIME_FORMAT = 'j. F Y. H:i' +YEAR_MONTH_FORMAT = 'F Y.' +MONTH_DAY_FORMAT = 'j. F' +SHORT_DATE_FORMAT = 'j.m.Y.' +SHORT_DATETIME_FORMAT = 'j.m.Y. H:i' +FIRST_DAY_OF_WEEK = 1 + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + '%d.%m.%Y.', '%d.%m.%y.', # '25.10.2006.', '25.10.06.' + '%d. %m. %Y.', '%d. %m. %y.', # '25. 10. 2006.', '25. 10. 06.' + # '%d. %b %y.', '%d. %B %y.', # '25. Oct 06.', '25. October 06.' + # '%d. %b \'%y.', '%d. %B \'%y.', # '25. Oct '06.', '25. October '06.' + # '%d. %b %Y.', '%d. %B %Y.', # '25. Oct 2006.', '25. October 2006.' +] +DATETIME_INPUT_FORMATS = [ + '%d.%m.%Y. %H:%M:%S', # '25.10.2006. 14:30:59' + '%d.%m.%Y. %H:%M:%S.%f', # '25.10.2006. 14:30:59.000200' + '%d.%m.%Y. %H:%M', # '25.10.2006. 14:30' + '%d.%m.%Y.', # '25.10.2006.' + '%d.%m.%y. %H:%M:%S', # '25.10.06. 14:30:59' + '%d.%m.%y. %H:%M:%S.%f', # '25.10.06. 14:30:59.000200' + '%d.%m.%y. %H:%M', # '25.10.06. 14:30' + '%d.%m.%y.', # '25.10.06.' + '%d. %m. %Y. %H:%M:%S', # '25. 10. 2006. 14:30:59' + '%d. %m. %Y. %H:%M:%S.%f', # '25. 10. 2006. 14:30:59.000200' + '%d. %m. %Y. %H:%M', # '25. 10. 2006. 14:30' + '%d. %m. %Y.', # '25. 10. 2006.' + '%d. %m. %y. %H:%M:%S', # '25. 10. 06. 14:30:59' + '%d. %m. %y. %H:%M:%S.%f', # '25. 10. 06. 14:30:59.000200' + '%d. %m. %y. %H:%M', # '25. 10. 06. 14:30' + '%d. %m. %y.', # '25. 10. 06.' +] +DECIMAL_SEPARATOR = ',' +THOUSAND_SEPARATOR = '.' +NUMBER_GROUPING = 3 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sv/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sv/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..48ce600c3e720fa52b0c72b8884a51e66b82684d GIT binary patch literal 24132 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, 2012 +# Andreas Pelme , 2014 +# Gustaf Hansen , 2015 +# Jannis Leidel , 2011 +# Jonathan Lindén, 2015 +# Jonathan Lindén, 2014 +# Mattias Hansson , 2016 +# Mattias Jansson , 2011 +# Rasmus Précenth , 2014 +# Samuel Linde , 2011 +# Thomas Lundqvist , 2013,2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-07-07 19:03+0000\n" +"Last-Translator: Mattias Hansson \n" +"Language-Team: Swedish (http://www.transifex.com/django/django/language/" +"sv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Afrikaans" + +msgid "Arabic" +msgstr "Arabiska" + +msgid "Asturian" +msgstr "Asturiska" + +msgid "Azerbaijani" +msgstr "Azerbajdzjanska" + +msgid "Bulgarian" +msgstr "Bulgariska" + +msgid "Belarusian" +msgstr "Vitryska" + +msgid "Bengali" +msgstr "Bengaliska" + +msgid "Breton" +msgstr "Bretonska" + +msgid "Bosnian" +msgstr "Bosniska" + +msgid "Catalan" +msgstr "Katalanska" + +msgid "Czech" +msgstr "Tjeckiska" + +msgid "Welsh" +msgstr "Walesiska" + +msgid "Danish" +msgstr "Danska" + +msgid "German" +msgstr "Tyska" + +msgid "Lower Sorbian" +msgstr "Lågsorbiska" + +msgid "Greek" +msgstr "Grekiska" + +msgid "English" +msgstr "Engelska" + +msgid "Australian English" +msgstr "Australisk engelska" + +msgid "British English" +msgstr "Brittisk engelska" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Spanska" + +msgid "Argentinian Spanish" +msgstr "Argentinsk spanska" + +msgid "Colombian Spanish" +msgstr "Colombiansk spanska" + +msgid "Mexican Spanish" +msgstr "Mexikansk Spanska" + +msgid "Nicaraguan Spanish" +msgstr "Nicaraguansk spanska" + +msgid "Venezuelan Spanish" +msgstr "Spanska (Venezuela)" + +msgid "Estonian" +msgstr "Estländska" + +msgid "Basque" +msgstr "Baskiska" + +msgid "Persian" +msgstr "Persiska" + +msgid "Finnish" +msgstr "Finska" + +msgid "French" +msgstr "Franska" + +msgid "Frisian" +msgstr "Frisiska" + +msgid "Irish" +msgstr "Irländska" + +msgid "Scottish Gaelic" +msgstr "Skotsk gäliska" + +msgid "Galician" +msgstr "Galisiska" + +msgid "Hebrew" +msgstr "Hebreiska" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Kroatiska" + +msgid "Upper Sorbian" +msgstr "Högsorbiska" + +msgid "Hungarian" +msgstr "Ungerska" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indonesiska" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Isländska" + +msgid "Italian" +msgstr "Italienska" + +msgid "Japanese" +msgstr "Japanska" + +msgid "Georgian" +msgstr "Georgiska" + +msgid "Kazakh" +msgstr "Kazakiska" + +msgid "Khmer" +msgstr "Khmer" + +msgid "Kannada" +msgstr "Kannada" + +msgid "Korean" +msgstr "Koreanska" + +msgid "Luxembourgish" +msgstr "Luxemburgiska" + +msgid "Lithuanian" +msgstr "Lettiska" + +msgid "Latvian" +msgstr "Lettiska" + +msgid "Macedonian" +msgstr "Makedonska" + +msgid "Malayalam" +msgstr "Malayalam" + +msgid "Mongolian" +msgstr "Mongoliska" + +msgid "Marathi" +msgstr "Marathi" + +msgid "Burmese" +msgstr "Burmesiska" + +msgid "Norwegian Bokmål" +msgstr "Norskt Bokmål" + +msgid "Nepali" +msgstr "Nepali" + +msgid "Dutch" +msgstr "Holländska" + +msgid "Norwegian Nynorsk" +msgstr "Norska (nynorsk)" + +msgid "Ossetic" +msgstr "Ossetiska" + +msgid "Punjabi" +msgstr "Punjabi" + +msgid "Polish" +msgstr "Polska" + +msgid "Portuguese" +msgstr "Portugisiska" + +msgid "Brazilian Portuguese" +msgstr "Brasiliensk portugisiska" + +msgid "Romanian" +msgstr "Rumänska" + +msgid "Russian" +msgstr "Ryska" + +msgid "Slovak" +msgstr "Slovakiska" + +msgid "Slovenian" +msgstr "Slovenska" + +msgid "Albanian" +msgstr "Albanska" + +msgid "Serbian" +msgstr "Serbiska" + +msgid "Serbian Latin" +msgstr "Serbiska (latin)" + +msgid "Swedish" +msgstr "Svenska" + +msgid "Swahili" +msgstr "Swahili" + +msgid "Tamil" +msgstr "Tamilska" + +msgid "Telugu" +msgstr "Telugu" + +msgid "Thai" +msgstr "Thailändska" + +msgid "Turkish" +msgstr "Turkiska" + +msgid "Tatar" +msgstr "Tatariska" + +msgid "Udmurt" +msgstr "Udmurtiska" + +msgid "Ukrainian" +msgstr "Ukrainska" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Vietnamese" +msgstr "Vietnamesiska" + +msgid "Simplified Chinese" +msgstr "Förenklad Kinesiska" + +msgid "Traditional Chinese" +msgstr "Traditionell Kinesiska" + +msgid "Messages" +msgstr "Meddelanden" + +msgid "Site Maps" +msgstr "Sidkartor" + +msgid "Static Files" +msgstr "Statiska filer" + +msgid "Syndication" +msgstr "Syndikering" + +msgid "Enter a valid value." +msgstr "Fyll i ett giltigt värde." + +msgid "Enter a valid URL." +msgstr "Fyll i en giltig URL." + +msgid "Enter a valid integer." +msgstr "Fyll i ett giltigt heltal." + +msgid "Enter a valid email address." +msgstr "Fyll i en giltig e-postadress." + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Fyll i en giltig 'slug', beståendes av enbart bokstäver, siffror, " +"understreck samt bindestreck." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Fyll i en giltig 'slug', beståendes av Unicode bokstäver, siffror, " +"understreck eller bindestreck." + +msgid "Enter a valid IPv4 address." +msgstr "Fyll i en giltig IPv4 adress." + +msgid "Enter a valid IPv6 address." +msgstr "Ange en giltig IPv6-adress." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Ange en giltig IPv4 eller IPv6-adress." + +msgid "Enter only digits separated by commas." +msgstr "Fyll enbart i siffror separerade med kommatecken." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Kontrollera att detta värde är %(limit_value)s (det är %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "" +"Kontrollera att detta värde är mindre än eller lika med %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "" +"Kontrollera att detta värde är större än eller lika med %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Säkerställ att detta värde åtminstone har %(limit_value)d tecken (den har " +"%(show_value)d)." +msgstr[1] "" +"Säkerställ att detta värde åtminstone har %(limit_value)d tecken (den har " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Säkerställ att detta värde har som mest %(limit_value)d tecken (den har " +"%(show_value)d)." +msgstr[1] "" +"Säkerställ att detta värde har som mest %(limit_value)d tecken (den har " +"%(show_value)d)." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Säkerställ att det inte är mer än %(max)s siffra totalt." +msgstr[1] "Säkerställ att det inte är mer än %(max)s siffror totalt." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Säkerställ att det inte är mer än %(max)s decimal." +msgstr[1] "Säkerställ att det inte är mer än %(max)s decimaler." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Säkerställ att det inte är mer än %(max)s siffra före decimalavskiljaren." +msgstr[1] "" +"Säkerställ att det inte är mer än %(max)s siffror före decimalavskiljaren." + +msgid "and" +msgstr "och" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s med samma %(field_labels)s finns redan." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Värdet %(value)r är inget giltigt alternativ." + +msgid "This field cannot be null." +msgstr "Detta fält får inte vara null." + +msgid "This field cannot be blank." +msgstr "Detta fält får inte vara tomt." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s med detta %(field_label)s finns redan." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s måste vara unikt för %(date_field_label)s %(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Fält av typ: %(field_type)s" + +msgid "Integer" +msgstr "Heltal" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "Värdet '%(value)s' måste vara ett heltal." + +msgid "Big (8 byte) integer" +msgstr "Stort (8 byte) heltal" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "Värdet '%(value)s' måste vara antingen True eller False." + +msgid "Boolean (Either True or False)" +msgstr "Boolesk (antingen True eller False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Sträng (upp till %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Komma-separerade heltal" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"Värdet '%(value)s' har ett ogiltigt datumformat. Det måste vara i formatet " +"YYYY-MM-DD." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"Värdet '%(value)s' har det giltiga formatet (YYYY-MM-DD) men det är ett " +"ogiltigt datum." + +msgid "Date (without time)" +msgstr "Datum (utan tid)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"Värdet '%(value)s' har ett ogiltigt datumformat. Det måste vara i formatet " +"YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"Värdet '%(value)s' har det giltiga formatet (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) men det är ett ogiltigt datum/tid." + +msgid "Date (with time)" +msgstr "Datum (med tid)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "Värdet '%(value)s' måste vara ett decimaltal." + +msgid "Decimal number" +msgstr "Decimaltal" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" +"Värdet '%(value)s' har ett ogiltigt format. Det måste vara i formatet [DD] " +"[HH:[MM:]]ss[.uuuuuu]." + +msgid "Duration" +msgstr "Tidsspann" + +msgid "Email address" +msgstr "E-postadress" + +msgid "File path" +msgstr "Sökväg till fil" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "Värdet '%(value)s' måste vara ett flyttal." + +msgid "Floating point number" +msgstr "Flyttal" + +msgid "IPv4 address" +msgstr "IPv4-adress" + +msgid "IP address" +msgstr "IP-adress" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "Värdet '%(value)s' måste vara antingen None, True eller False." + +msgid "Boolean (Either True, False or None)" +msgstr "Boolesk (antingen True, False eller None)" + +msgid "Positive integer" +msgstr "Positivt heltal" + +msgid "Positive small integer" +msgstr "Positivt litet heltal" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (upp till %(max_length)s)" + +msgid "Small integer" +msgstr "Litet heltal" + +msgid "Text" +msgstr "Text" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"Värdet '%(value)s' har ett ogiltigt format. Det måste vara i formatet HH:MM[:" +"ss[.uuuuuu]]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"Värdet '%(value)s' har det korrekta formatet (HH:MM[:ss[.uuuuuu]]) men är en " +"ogiltig tid." + +msgid "Time" +msgstr "Tid" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Rå binärdata" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "Värdet '%(value)s' är inget giltigt UUID." + +msgid "File" +msgstr "Fil" + +msgid "Image" +msgstr "Bild" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "Modell %(model)s med %(field)s %(value)r finns inte." + +msgid "Foreign Key (type determined by related field)" +msgstr "Främmande nyckel (typ bestäms av relaterat fält)" + +msgid "One-to-one relationship" +msgstr "Ett-till-ett-samband" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "%(from)s-%(to)s relation" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "%(from)s-%(to)s relationer" + +msgid "Many-to-many relationship" +msgstr "Många-till-många-samband" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Detta fält måste fyllas i." + +msgid "Enter a whole number." +msgstr "Fyll i ett heltal." + +msgid "Enter a number." +msgstr "Fyll i ett tal." + +msgid "Enter a valid date." +msgstr "Fyll i ett giltigt datum." + +msgid "Enter a valid time." +msgstr "Fyll i en giltig tid." + +msgid "Enter a valid date/time." +msgstr "Fyll i ett giltigt datum/tid." + +msgid "Enter a valid duration." +msgstr "Fyll i ett giltigt tidsspann." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Ingen fil skickades. Kontrollera kodningstypen i formuläret." + +msgid "No file was submitted." +msgstr "Ingen fil skickades." + +msgid "The submitted file is empty." +msgstr "Den skickade filen är tom." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Säkerställ att filnamnet har som mest %(max)d tecken (den har %(length)d)." +msgstr[1] "" +"Säkerställ att filnamnet har som mest %(max)d tecken (den har %(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Var vänlig antingen skicka en fil eller markera kryssrutan för att rensa, " +"inte både och. " + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Ladda upp en giltig bild. Filen du laddade upp var antingen ingen bild eller " +"en korrupt bild." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Välj ett giltigt alternativ. %(value)s finns inte bland tillgängliga " +"alternativ." + +msgid "Enter a list of values." +msgstr "Fyll i en lista med värden." + +msgid "Enter a complete value." +msgstr "Fyll i ett fullständigt värde." + +msgid "Enter a valid UUID." +msgstr "Fyll i ett giltigt UUID." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Gömt fält %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "ManagementForm data saknas eller har manipulerats" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Vänligen lämna %d eller färre formulär." +msgstr[1] "Vänligen lämna %d eller färre formulär." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Vänligen skicka %d eller fler formulär." +msgstr[1] "Vänligen skicka %d eller fler formulär." + +msgid "Order" +msgstr "Sortering" + +msgid "Delete" +msgstr "Radera" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Var vänlig korrigera duplikatdata för %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "Var vänlig korrigera duplikatdata för %(field)s, som måste vara unik." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Var vänlig korrigera duplikatdata för %(field_name)s som måste vara unik för " +"%(lookup)s i %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Vänligen korrigera duplikatvärdena nedan." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "" +"Den infogade främmande nyckeln matchade inte den överordnade instansens " +"primära nyckel." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Välj ett giltigt alternativ. Det valet finns inte bland tillgängliga " +"alternativ." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "\"%(pk)s\" är inte ett giltigt värde för en primärnyckel." + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s kunde inte tolkas i tidszonen %(current_timezone)s; det kan " +"vara en ogiltig eller tvetydigt tidpunkt" + +msgid "Currently" +msgstr "Nuvarande" + +msgid "Change" +msgstr "Ändra" + +msgid "Clear" +msgstr "Rensa" + +msgid "Unknown" +msgstr "Okänt" + +msgid "Yes" +msgstr "Ja" + +msgid "No" +msgstr "Nej" + +msgid "yes,no,maybe" +msgstr "ja,nej,kanske" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d byte" +msgstr[1] "%(size)d byte" + +#, python-format +msgid "%s KB" +msgstr "%s kB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "e.m." + +msgid "a.m." +msgstr "f.m." + +msgid "PM" +msgstr "FM" + +msgid "AM" +msgstr "EM" + +msgid "midnight" +msgstr "midnatt" + +msgid "noon" +msgstr "middag" + +msgid "Monday" +msgstr "måndag" + +msgid "Tuesday" +msgstr "tisdag" + +msgid "Wednesday" +msgstr "onsdag" + +msgid "Thursday" +msgstr "torsdag" + +msgid "Friday" +msgstr "fredag" + +msgid "Saturday" +msgstr "lördag" + +msgid "Sunday" +msgstr "söndag" + +msgid "Mon" +msgstr "mån" + +msgid "Tue" +msgstr "tis" + +msgid "Wed" +msgstr "ons" + +msgid "Thu" +msgstr "tors" + +msgid "Fri" +msgstr "fre" + +msgid "Sat" +msgstr "lör" + +msgid "Sun" +msgstr "sön" + +msgid "January" +msgstr "januari" + +msgid "February" +msgstr "februari" + +msgid "March" +msgstr "mars" + +msgid "April" +msgstr "april" + +msgid "May" +msgstr "maj" + +msgid "June" +msgstr "juni" + +msgid "July" +msgstr "juli" + +msgid "August" +msgstr "augusti" + +msgid "September" +msgstr "september" + +msgid "October" +msgstr "oktober" + +msgid "November" +msgstr "november" + +msgid "December" +msgstr "december" + +msgid "jan" +msgstr "jan" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "apr" + +msgid "may" +msgstr "maj" + +msgid "jun" +msgstr "jun" + +msgid "jul" +msgstr "jul" + +msgid "aug" +msgstr "aug" + +msgid "sep" +msgstr "sep" + +msgid "oct" +msgstr "okt" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "dec" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "jan" + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "feb" + +msgctxt "abbrev. month" +msgid "March" +msgstr "mars" + +msgctxt "abbrev. month" +msgid "April" +msgstr "april" + +msgctxt "abbrev. month" +msgid "May" +msgstr "maj" + +msgctxt "abbrev. month" +msgid "June" +msgstr "juni" + +msgctxt "abbrev. month" +msgid "July" +msgstr "juli" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "aug" + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "sep" + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "okt" + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "nov" + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "dec" + +msgctxt "alt. month" +msgid "January" +msgstr "januari" + +msgctxt "alt. month" +msgid "February" +msgstr "februari" + +msgctxt "alt. month" +msgid "March" +msgstr "mars" + +msgctxt "alt. month" +msgid "April" +msgstr "april" + +msgctxt "alt. month" +msgid "May" +msgstr "maj" + +msgctxt "alt. month" +msgid "June" +msgstr "juni" + +msgctxt "alt. month" +msgid "July" +msgstr "juli" + +msgctxt "alt. month" +msgid "August" +msgstr "augusti" + +msgctxt "alt. month" +msgid "September" +msgstr "september" + +msgctxt "alt. month" +msgid "October" +msgstr "oktober" + +msgctxt "alt. month" +msgid "November" +msgstr "november" + +msgctxt "alt. month" +msgid "December" +msgstr "december" + +msgid "This is not a valid IPv6 address." +msgstr "Detta är inte en giltig IPv6 adress." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "eller" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d år" +msgstr[1] "%d år" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d månad" +msgstr[1] "%d månader" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d vecka" +msgstr[1] "%d veckor" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d dag" +msgstr[1] "%d dagar" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d timme" +msgstr[1] "%d timmar" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d minut" +msgstr[1] "%d minuter" + +msgid "0 minutes" +msgstr "0 minuter" + +msgid "Forbidden" +msgstr "Ottillåtet" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF-verifikation misslyckades. Förfrågan avbröts." + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Du ser detta meddelande eftersom denna HTTPS-sida kräver att en 'Referer " +"header' skickas från din webbläsare, men ingen skickades. Denna header krävs " +"av säkerhetsskäl, för att säkerställa att din webbläsare inte kapats." + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" +"Om 'Referer' headers är inaktiverade i din webbläsare, vänligen återaktivera " +"dem, åtminstone för denna sida, eller för HTTPS-anslutningar eller för 'same-" +"origin'-förfrågningar." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Du ser detta meddelande eftersom denna sida kräver en CSRF-cookie när " +"formulär skickas. Denna cookie krävs av säkerhetsskäl, för att säkerställa " +"att din webbläsare inte kapats." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" +"Om cookies är inaktiverade i din webbläsare, vänligen återaktivera dem, " +"åtminstone för denna sida eller för 'same-origin'-förfrågningar." + +msgid "More information is available with DEBUG=True." +msgstr "Mer information är tillgänglig med DEBUG=True." + +msgid "Welcome to Django" +msgstr "Välkommen till Django" + +msgid "It worked!" +msgstr "Det fungerade!" + +msgid "Congratulations on your first Django-powered page." +msgstr "Grattis till din nya Django-drivna sida." + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" +"Självklart har du inte hunnit jobba något med sidan än. Starta din första " +"app genom att köra python manage.py startapp [app_label]." + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" +"Du ser detta meddelande eftersom du har DEBUG = True i din " +"inställningsfil och inte har konfigurerat några URLer än. Börja jobba!" + +msgid "No year specified" +msgstr "Inget år angivet" + +msgid "No month specified" +msgstr "Ingen månad angiven" + +msgid "No day specified" +msgstr "Ingen dag angiven" + +msgid "No week specified" +msgstr "Ingen vecka angiven" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Inga %(verbose_name_plural)s är tillgängliga" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Framtida %(verbose_name_plural)s är inte tillgängliga eftersom " +"%(class_name)s.allow_future är False." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "Ogiltig datumsträng '%(datestr)s' med givet format '%(format)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Hittade inga %(verbose_name)s som matchar frågan" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "Sidan är inte 'last', och kan inte heller omvandlas till en int." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Ogiltig sida (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Tom lista och '%(class_name)s.allow_empty' är False." + +msgid "Directory indexes are not allowed here." +msgstr "Kataloglistningar är inte tillåtna här." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" finns inte" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Innehåll i %(directory)s" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sv/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sv/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sv/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sv/formats.py new file mode 100644 index 0000000..f2de0bc --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sv/formats.py @@ -0,0 +1,41 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'j F Y' +TIME_FORMAT = 'H:i' +DATETIME_FORMAT = 'j F Y H:i' +YEAR_MONTH_FORMAT = 'F Y' +MONTH_DAY_FORMAT = 'j F' +SHORT_DATE_FORMAT = 'Y-m-d' +SHORT_DATETIME_FORMAT = 'Y-m-d H:i' +FIRST_DAY_OF_WEEK = 1 + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +# Kept ISO formats as they are in first position +DATE_INPUT_FORMATS = [ + '%Y-%m-%d', # '2006-10-25' + '%m/%d/%Y', # '10/25/2006' + '%m/%d/%y', # '10/25/06' +] +DATETIME_INPUT_FORMATS = [ + '%Y-%m-%d %H:%M:%S', # '2006-10-25 14:30:59' + '%Y-%m-%d %H:%M:%S.%f', # '2006-10-25 14:30:59.000200' + '%Y-%m-%d %H:%M', # '2006-10-25 14:30' + '%Y-%m-%d', # '2006-10-25' + '%m/%d/%Y %H:%M:%S', # '10/25/2006 14:30:59' + '%m/%d/%Y %H:%M:%S.%f', # '10/25/2006 14:30:59.000200' + '%m/%d/%Y %H:%M', # '10/25/2006 14:30' + '%m/%d/%Y', # '10/25/2006' + '%m/%d/%y %H:%M:%S', # '10/25/06 14:30:59' + '%m/%d/%y %H:%M:%S.%f', # '10/25/06 14:30:59.000200' + '%m/%d/%y %H:%M', # '10/25/06 14:30' + '%m/%d/%y', # '10/25/06' +] +DECIMAL_SEPARATOR = ',' +THOUSAND_SEPARATOR = '\xa0' # non-breaking space +NUMBER_GROUPING = 3 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sw/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/sw/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..3b853849738e8d647a817c46c41e93940da59291 GIT binary patch literal 15051 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, 2015 +# Machaku , 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Swahili (http://www.transifex.com/django/django/language/" +"sw/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sw\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Kiafrikaani" + +msgid "Arabic" +msgstr "Kiarabu" + +msgid "Asturian" +msgstr "" + +msgid "Azerbaijani" +msgstr "Kiazerbaijani" + +msgid "Bulgarian" +msgstr "Kibulgaria" + +msgid "Belarusian" +msgstr "Kibelarusi" + +msgid "Bengali" +msgstr "Kibengali" + +msgid "Breton" +msgstr "Kibretoni" + +msgid "Bosnian" +msgstr "Kibosnia" + +msgid "Catalan" +msgstr "Kikatalani" + +msgid "Czech" +msgstr "Kicheki" + +msgid "Welsh" +msgstr "Kiweli" + +msgid "Danish" +msgstr "Kideni" + +msgid "German" +msgstr "Kijerumani" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "Kigiriki" + +msgid "English" +msgstr "Kiingereza" + +msgid "Australian English" +msgstr "Kiingereza cha Kiaustalia" + +msgid "British English" +msgstr "Kiingereza cha Uingereza" + +msgid "Esperanto" +msgstr "Kiesperanto" + +msgid "Spanish" +msgstr "Kihispania" + +msgid "Argentinian Spanish" +msgstr "Kihispania cha Argentina" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "Kihispania cha Mexico" + +msgid "Nicaraguan Spanish" +msgstr "Kihispania cha Nikaragua" + +msgid "Venezuelan Spanish" +msgstr "Kihispania cha Kivenezuela" + +msgid "Estonian" +msgstr "Kiestonia" + +msgid "Basque" +msgstr "Kibaskyue" + +msgid "Persian" +msgstr "Kipershia" + +msgid "Finnish" +msgstr "Kifini" + +msgid "French" +msgstr "Kifaransa" + +msgid "Frisian" +msgstr "Kifrisi" + +msgid "Irish" +msgstr "Kiairishi" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "Kigalatia" + +msgid "Hebrew" +msgstr "Kiyahudi" + +msgid "Hindi" +msgstr "Kihindi" + +msgid "Croatian" +msgstr "Kikroeshia" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "Kihangaria" + +msgid "Interlingua" +msgstr "" + +msgid "Indonesian" +msgstr "Kiindonesia" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "Kiaiselandi" + +msgid "Italian" +msgstr "Kiitaliano" + +msgid "Japanese" +msgstr "Kijapani" + +msgid "Georgian" +msgstr "Kijiojia" + +msgid "Kazakh" +msgstr "Kizakhi" + +msgid "Khmer" +msgstr "Kihema" + +msgid "Kannada" +msgstr "Kikanada" + +msgid "Korean" +msgstr "Kikorea" + +msgid "Luxembourgish" +msgstr "" + +msgid "Lithuanian" +msgstr "Kilithuania" + +msgid "Latvian" +msgstr "Kilatvia" + +msgid "Macedonian" +msgstr "Kimacedonia" + +msgid "Malayalam" +msgstr "Kimalayalam" + +msgid "Mongolian" +msgstr "Kimongolia" + +msgid "Marathi" +msgstr "" + +msgid "Burmese" +msgstr "" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "Kinepali" + +msgid "Dutch" +msgstr "Kidachi" + +msgid "Norwegian Nynorsk" +msgstr "Kinynorki cha Kinorwei" + +msgid "Ossetic" +msgstr "" + +msgid "Punjabi" +msgstr "Kipanjabi" + +msgid "Polish" +msgstr "Kipolishi" + +msgid "Portuguese" +msgstr "Kireno" + +msgid "Brazilian Portuguese" +msgstr "Kireno cha Kibrazili" + +msgid "Romanian" +msgstr "Kiromania" + +msgid "Russian" +msgstr "Kirusi" + +msgid "Slovak" +msgstr "Kislovakia" + +msgid "Slovenian" +msgstr "Kislovenia" + +msgid "Albanian" +msgstr "Kialbania" + +msgid "Serbian" +msgstr "Kiserbia" + +msgid "Serbian Latin" +msgstr "Kilatini cha Kiserbia" + +msgid "Swedish" +msgstr "Kiswidi" + +msgid "Swahili" +msgstr "Kiswahili" + +msgid "Tamil" +msgstr "Kitamili" + +msgid "Telugu" +msgstr "kitegulu" + +msgid "Thai" +msgstr "Kithai" + +msgid "Turkish" +msgstr "Kituruki" + +msgid "Tatar" +msgstr "Kitatari" + +msgid "Udmurt" +msgstr "" + +msgid "Ukrainian" +msgstr "Kiukreni" + +msgid "Urdu" +msgstr "Kiurdu" + +msgid "Vietnamese" +msgstr "Kivietinamu" + +msgid "Simplified Chinese" +msgstr "Kichina Kilichorahisishwa" + +msgid "Traditional Chinese" +msgstr "Kichina Asilia" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "" + +msgid "Static Files" +msgstr "" + +msgid "Syndication" +msgstr "" + +msgid "Enter a valid value." +msgstr "Ingiza thamani halali" + +msgid "Enter a valid URL." +msgstr "Ingiza URL halali." + +msgid "Enter a valid integer." +msgstr "Ingiza namba halali" + +msgid "Enter a valid email address." +msgstr "Ingiza anuani halali ya barua pepe" + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "Ingiza slagi halali yenye herufi, namba, \"_\" au \"-\"" + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "Ingiza anuani halali ya IPV4" + +msgid "Enter a valid IPv6 address." +msgstr "Ingiza anuani halali ya IPV6" + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Ingiza anuani halali za IPV4 au IPV6" + +msgid "Enter only digits separated by commas." +msgstr "Ingiza tarakimu zilizotenganishwa kwa koma tu." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Hakikisha thamani hii ni %(limit_value)s (ni %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Hakikisha thamani hii ni ndogo kuliko au sawa na %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Hakikisha thamani hii ni kubwa kuliko au sawa na %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +msgstr[1] "" + +msgid "and" +msgstr "na" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "Uga huu hauwezi kuwa hauna kitu." + +msgid "This field cannot be blank." +msgstr "Uga huu hauwezi kuwa mtupu" + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "Tayari kuna %(field_label)s kwa %(model_name)s nyingine." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Uga wa aina %(field_type)s" + +msgid "Integer" +msgstr "Inteja" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "Thamani ya '%(value)s ni lazima iwe inteja." + +msgid "Big (8 byte) integer" +msgstr "Inteja kubwa (baiti 8)" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "Thamani ya '%(value)s' ni lazma iwe Kweli au Si kweli" + +msgid "Boolean (Either True or False)" +msgstr "Buleani (Aidha Kweli au Si kweli)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Tungo (hadi %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Inteja zilizotengwa kwa koma" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "Tarehe (bila ya muda)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "Tarehe (pamoja na muda)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "Thamani ya '%(value)s' ni lazima iwe namba ya desimali." + +msgid "Decimal number" +msgstr "Namba ya desimali" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "Anuani ya baruapepe" + +msgid "File path" +msgstr "Njia ya faili" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "Namba ya `floating point`" + +msgid "IPv4 address" +msgstr "anuani ya IPV4" + +msgid "IP address" +msgstr "anuani ya IP" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "Buleani (Aidha kweli, Si kweli au Hukuna)" + +msgid "Positive integer" +msgstr "Inteja chanya" + +msgid "Positive small integer" +msgstr "Inteja chanya ndogo" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slagi (hadi %(max_length)s)" + +msgid "Small integer" +msgstr "Inteja ndogo" + +msgid "Text" +msgstr "Maandishi" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "Muda" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "" + +msgid "File" +msgstr "Faili" + +msgid "Image" +msgstr "Picha" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "'Foreign Key' (aina inapatikana kwa uga unaohusiana)" + +msgid "One-to-one relationship" +msgstr "Uhusiano wa moja-kwa-moja" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "Uhusiano wa vingi-kwa-vingi" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Sehemu hii inahitajika" + +msgid "Enter a whole number." +msgstr "Ingiza namba kamili" + +msgid "Enter a number." +msgstr "Ingiza namba" + +msgid "Enter a valid date." +msgstr "Ingiza tarehe halali" + +msgid "Enter a valid time." +msgstr "Ingiza muda halali" + +msgid "Enter a valid date/time." +msgstr "Ingiza tarehe/muda halali" + +msgid "Enter a valid duration." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Hakuna faili lililokusanywa. Angalia aina ya msimbo kwenye fomu." + +msgid "No file was submitted." +msgstr "Hakuna faili lililokusanywa." + +msgid "The submitted file is empty." +msgstr "Faili lililokusanywa ni tupu." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +msgstr[1] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Tafadhali aidha kusanya faili au tiki kisanduku kilicho wazi, si yote." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Pakia picha halali. Faili ulilopakia lilikua aidha si picha au ni picha " +"iliyopotoshwa." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Chagua chaguo halali. %(value)s si moja kati ya machaguo yaliyopo." + +msgid "Enter a list of values." +msgstr "Ingiza orodha ya thamani" + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" +msgstr[1] "" + +msgid "Order" +msgstr "Panga" + +msgid "Delete" +msgstr "Futa" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Tafadhali rekebisha data zilizojirudia kwa %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Tafadhali rekebisha data zilizojirudia kwa %(field)s, zinazotakiwa kuwa za " +"kipekee." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Tafadhali sahihisha data zilizojirudia kwa %(field_name)s ,uga huu ni lazima " +"kuwa wa pekee kwa %(lookup)s katika %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Tafadhali sahihisha thamani zilizojirudia hapo chini." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "`Inline foreign key` haijafanana tukio la `primary key` mama." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Chagua chaguo halali. Chaguo hilo si moja kati ya chaguzi halali" + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"Imeshindikana kufasiri %(datetime)s katika majira ya %(current_timezone)s;" +"Inawezekana kuwa kuna utata au kiti hichi hakipo." + +msgid "Currently" +msgstr "Kwa sasa" + +msgid "Change" +msgstr "Badili" + +msgid "Clear" +msgstr "Safisha" + +msgid "Unknown" +msgstr "Haijulikani" + +msgid "Yes" +msgstr "Ndiyo" + +msgid "No" +msgstr "Hapana" + +msgid "yes,no,maybe" +msgstr "ndiyo,hapana,labda" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "baiti %(size)d" +msgstr[1] "baiti %(size)d" + +#, python-format +msgid "%s KB" +msgstr "KB %s" + +#, python-format +msgid "%s MB" +msgstr "MB %s" + +#, python-format +msgid "%s GB" +msgstr "GB %s" + +#, python-format +msgid "%s TB" +msgstr "TB %s" + +#, python-format +msgid "%s PB" +msgstr "PB %s" + +msgid "p.m." +msgstr "p.m" + +msgid "a.m." +msgstr "a.m" + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "usiku wa manane" + +msgid "noon" +msgstr "mchana" + +msgid "Monday" +msgstr "Jumatatu" + +msgid "Tuesday" +msgstr "Jumanne" + +msgid "Wednesday" +msgstr "Jumatano" + +msgid "Thursday" +msgstr "Alhamisi" + +msgid "Friday" +msgstr "Ijumaa" + +msgid "Saturday" +msgstr "Jumamosi" + +msgid "Sunday" +msgstr "Jumapili" + +msgid "Mon" +msgstr "Jtatu" + +msgid "Tue" +msgstr "Jnne" + +msgid "Wed" +msgstr "jtano" + +msgid "Thu" +msgstr "Alh" + +msgid "Fri" +msgstr "Ijmaa" + +msgid "Sat" +msgstr "Jmosi" + +msgid "Sun" +msgstr "Jpili" + +msgid "January" +msgstr "Januari" + +msgid "February" +msgstr "Februari" + +msgid "March" +msgstr "Machi" + +msgid "April" +msgstr "Aprili" + +msgid "May" +msgstr "Mei" + +msgid "June" +msgstr "Juni" + +msgid "July" +msgstr "Julai" + +msgid "August" +msgstr "Agosti" + +msgid "September" +msgstr "Septemba" + +msgid "October" +msgstr "Oktoba" + +msgid "November" +msgstr "Novemba" + +msgid "December" +msgstr "Disemba" + +msgid "jan" +msgstr "jan" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "machi" + +msgid "apr" +msgstr "apr" + +msgid "may" +msgstr "mei" + +msgid "jun" +msgstr "Juni" + +msgid "jul" +msgstr "jul" + +msgid "aug" +msgstr "ago" + +msgid "sep" +msgstr "sep" + +msgid "oct" +msgstr "okt" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "dis" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Jan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Machi" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Aprili" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Mei" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Juni" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Julai" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Ago." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Sep." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Okt." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Dis." + +msgctxt "alt. month" +msgid "January" +msgstr "Januari" + +msgctxt "alt. month" +msgid "February" +msgstr "Februari" + +msgctxt "alt. month" +msgid "March" +msgstr "Machi" + +msgctxt "alt. month" +msgid "April" +msgstr "Aprili" + +msgctxt "alt. month" +msgid "May" +msgstr "Mei" + +msgctxt "alt. month" +msgid "June" +msgstr "Juni" + +msgctxt "alt. month" +msgid "July" +msgstr "Julai" + +msgctxt "alt. month" +msgid "August" +msgstr "Agosti" + +msgctxt "alt. month" +msgid "September" +msgstr "Septemba" + +msgctxt "alt. month" +msgid "October" +msgstr "Oktoba" + +msgctxt "alt. month" +msgid "November" +msgstr "Novemba" + +msgctxt "alt. month" +msgid "December" +msgstr "Disemba" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "au" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "mwaka %d" +msgstr[1] "miaka %d" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "mwezi %d" +msgstr[1] "miezi %d" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "wiki %d" +msgstr[1] "wiki %d" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "siku %d" +msgstr[1] "siku %d" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "saa %d" +msgstr[1] "saa %d" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "dakika %d" +msgstr[1] "dakika %d" + +msgid "0 minutes" +msgstr "dakika 0" + +msgid "Forbidden" +msgstr "Marufuku" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "Maelezo zaidi yanapatikana ikiwa DEBUG=True" + +msgid "Welcome to Django" +msgstr "" + +msgid "It worked!" +msgstr "" + +msgid "Congratulations on your first Django-powered page." +msgstr "" + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" + +msgid "No year specified" +msgstr "Hakuna mwaka maalum uliotajwa" + +msgid "No month specified" +msgstr "Hakuna mwezi maalum uliotajwa" + +msgid "No day specified" +msgstr "Hakuna siku maalum iliyitajwa" + +msgid "No week specified" +msgstr "Hakuna wiki maalum iliyotajwa" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Hakujapatikana %(verbose_name_plural)s" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"%(verbose_name_plural)s kutoka wakati ujao haiwezekani kwani `" +"%(class_name)s.allow_future` ni `False`." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "Tungo batili ya tarehe '%(datestr)s' muundo ni '%(format)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "hakuna %(verbose_name)s kulingana na ulizo" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "Ukurasa huu si 'mwisho', na wala hauwezi kubadilishwa kuwa int." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Ukurasa batili (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Orodha tupu na '%(class_name)s.allow_empty'.ni 'False'." + +msgid "Directory indexes are not allowed here." +msgstr "Sahirisi za saraka haziruhusiwi hapa." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" haipo" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Sahirisi ya %(directory)s" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ta/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ta/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..7e02a0d766a7adbba6ded88d1823bb2a92046194 GIT binary patch literal 7155 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 literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ta/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ta/LC_MESSAGES/django.po new file mode 100644 index 0000000..2e342dc --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ta/LC_MESSAGES/django.po @@ -0,0 +1,1135 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Tamil (http://www.transifex.com/django/django/language/ta/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ta\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "" + +msgid "Arabic" +msgstr "அரபிக்" + +msgid "Asturian" +msgstr "" + +msgid "Azerbaijani" +msgstr "" + +msgid "Bulgarian" +msgstr "" + +msgid "Belarusian" +msgstr "" + +msgid "Bengali" +msgstr "பெங்காலி" + +msgid "Breton" +msgstr "" + +msgid "Bosnian" +msgstr "" + +msgid "Catalan" +msgstr "" + +msgid "Czech" +msgstr "செக்" + +msgid "Welsh" +msgstr "வெல்ஸ்" + +msgid "Danish" +msgstr "டேனிஷ்" + +msgid "German" +msgstr "ஜெர்மன்" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "கிரேக்கம்" + +msgid "English" +msgstr "ஆங்கிலம்" + +msgid "Australian English" +msgstr "" + +msgid "British English" +msgstr "" + +msgid "Esperanto" +msgstr "" + +msgid "Spanish" +msgstr "ஸ்பானிஷ்" + +msgid "Argentinian Spanish" +msgstr "" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "" + +msgid "Nicaraguan Spanish" +msgstr "" + +msgid "Venezuelan Spanish" +msgstr "" + +msgid "Estonian" +msgstr "" + +msgid "Basque" +msgstr "" + +msgid "Persian" +msgstr "" + +msgid "Finnish" +msgstr "பீனீஷ்" + +msgid "French" +msgstr "ப்ரென்சு" + +msgid "Frisian" +msgstr "" + +msgid "Irish" +msgstr "" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "கலீஷீயன்" + +msgid "Hebrew" +msgstr "ஹீப்ரு" + +msgid "Hindi" +msgstr "" + +msgid "Croatian" +msgstr "" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "ஹங்கேரியன்" + +msgid "Interlingua" +msgstr "" + +msgid "Indonesian" +msgstr "" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "ஐஸ்லான்டிக்" + +msgid "Italian" +msgstr "இத்தாலியன்" + +msgid "Japanese" +msgstr "ஜப்பானிய" + +msgid "Georgian" +msgstr "" + +msgid "Kazakh" +msgstr "" + +msgid "Khmer" +msgstr "" + +msgid "Kannada" +msgstr "" + +msgid "Korean" +msgstr "" + +msgid "Luxembourgish" +msgstr "" + +msgid "Lithuanian" +msgstr "" + +msgid "Latvian" +msgstr "" + +msgid "Macedonian" +msgstr "" + +msgid "Malayalam" +msgstr "" + +msgid "Mongolian" +msgstr "" + +msgid "Marathi" +msgstr "" + +msgid "Burmese" +msgstr "" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "" + +msgid "Dutch" +msgstr "டச்சு" + +msgid "Norwegian Nynorsk" +msgstr "" + +msgid "Ossetic" +msgstr "" + +msgid "Punjabi" +msgstr "" + +msgid "Polish" +msgstr "" + +msgid "Portuguese" +msgstr "" + +msgid "Brazilian Portuguese" +msgstr "" + +msgid "Romanian" +msgstr "ரோமானியன்" + +msgid "Russian" +msgstr "ரஷ்யன்" + +msgid "Slovak" +msgstr "சுலோவாக்" + +msgid "Slovenian" +msgstr "ஸ்லோவேனியன்" + +msgid "Albanian" +msgstr "" + +msgid "Serbian" +msgstr "செர்பியன்" + +msgid "Serbian Latin" +msgstr "" + +msgid "Swedish" +msgstr "சுவிடிஷ்" + +msgid "Swahili" +msgstr "" + +msgid "Tamil" +msgstr "தமிழ்" + +msgid "Telugu" +msgstr "" + +msgid "Thai" +msgstr "" + +msgid "Turkish" +msgstr "துருக்கிஷ்" + +msgid "Tatar" +msgstr "" + +msgid "Udmurt" +msgstr "" + +msgid "Ukrainian" +msgstr "உக்ரேனியன்" + +msgid "Urdu" +msgstr "" + +msgid "Vietnamese" +msgstr "" + +msgid "Simplified Chinese" +msgstr "எளிய சீன மொழி" + +msgid "Traditional Chinese" +msgstr "மரபு சீன மொழி" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "" + +msgid "Static Files" +msgstr "" + +msgid "Syndication" +msgstr "" + +msgid "Enter a valid value." +msgstr "" + +msgid "Enter a valid URL." +msgstr "" + +msgid "Enter a valid integer." +msgstr "" + +msgid "Enter a valid email address." +msgstr "" + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "" + +msgid "Enter a valid IPv6 address." +msgstr "" + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "" + +msgid "Enter only digits separated by commas." +msgstr "இங்கு எண்களை மட்டுமே எழுதவும் காமவாள் தனிமைபடுத்தவும் " + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "" + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "" + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +msgstr[1] "" + +msgid "and" +msgstr "மற்றும்" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "இந்த புலம் காலியாக இருக்கக் கூடாது" + +msgid "This field cannot be blank." +msgstr "" + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "" + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "" + +msgid "Integer" +msgstr "முழு எண்" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "" + +msgid "Big (8 byte) integer" +msgstr "" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "பூலியன் (சரி அல்லது தவறு)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "" + +msgid "Comma-separated integers" +msgstr "கமாவாள் பிரிக்கப்பட்ட முழு எண்" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "தேதி (நேரமில்லாமல்)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "தேதி (நேரமுடன்)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "தசம எண்கள்" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "" + +msgid "File path" +msgstr "கோப்புப் பாதை" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "" + +msgid "IPv4 address" +msgstr "" + +msgid "IP address" +msgstr "IP விலாசம்" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "இலக்கு முறை (சரி, தவறு அல்லது ஒன்றும் இல்லை)" + +msgid "Positive integer" +msgstr "" + +msgid "Positive small integer" +msgstr "" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "" + +msgid "Small integer" +msgstr "" + +msgid "Text" +msgstr "உரை" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "நேரம்" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "" + +msgid "File" +msgstr "" + +msgid "Image" +msgstr "" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "" + +msgid "One-to-one relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr "" + +msgid "This field is required." +msgstr "இந்த புலத்தில் மதிப்பு தேவை" + +msgid "Enter a whole number." +msgstr "முழு எண் மட்டுமே எழுதவும்" + +msgid "Enter a number." +msgstr "" + +msgid "Enter a valid date." +msgstr "" + +msgid "Enter a valid time." +msgstr "" + +msgid "Enter a valid date/time." +msgstr "" + +msgid "Enter a valid duration." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "அந்த பக்கத்தின் encoding வகையைப் பரிசோதிக்க.கோப்பு சமர்பிக்கப் பட்டவில்லை " + +msgid "No file was submitted." +msgstr "" + +msgid "The submitted file is empty." +msgstr "சமர்பிக்கப் பட்ட கோப்புக் காலியாக உள்ளது" + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +msgstr[1] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"முறையான படம் மட்டுமே பதிவேற்றம் செய்யவும். நீங்கள் பதிவேற்றம் செய்த கோப்பு படம் அள்ளாத " +"அல்லது கெட்டுப்போன கோப்பாகும்" + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" + +msgid "Enter a list of values." +msgstr "" + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr "" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" +msgstr[1] "" + +msgid "Order" +msgstr "" + +msgid "Delete" +msgstr "நீக்குக" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "" + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" + +msgid "Please correct the duplicate values below." +msgstr "" + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +msgid "Currently" +msgstr "" + +msgid "Change" +msgstr "மாற்றுக" + +msgid "Clear" +msgstr "" + +msgid "Unknown" +msgstr "தெரியாத" + +msgid "Yes" +msgstr "ஆம்" + +msgid "No" +msgstr "இல்லை" + +msgid "yes,no,maybe" +msgstr "ஆம், இல்லை, இருக்கலாம்" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%s KB" +msgstr "" + +#, python-format +msgid "%s MB" +msgstr "" + +#, python-format +msgid "%s GB" +msgstr "" + +#, python-format +msgid "%s TB" +msgstr "" + +#, python-format +msgid "%s PB" +msgstr "" + +msgid "p.m." +msgstr "" + +msgid "a.m." +msgstr "" + +msgid "PM" +msgstr "" + +msgid "AM" +msgstr "" + +msgid "midnight" +msgstr "" + +msgid "noon" +msgstr "" + +msgid "Monday" +msgstr "திங்கள்" + +msgid "Tuesday" +msgstr "செவ்வாய்" + +msgid "Wednesday" +msgstr "புதன்" + +msgid "Thursday" +msgstr "வியாழன்" + +msgid "Friday" +msgstr "வெள்ளி" + +msgid "Saturday" +msgstr "சனி" + +msgid "Sunday" +msgstr "ஞாயிறு" + +msgid "Mon" +msgstr "" + +msgid "Tue" +msgstr "" + +msgid "Wed" +msgstr "" + +msgid "Thu" +msgstr "" + +msgid "Fri" +msgstr "" + +msgid "Sat" +msgstr "" + +msgid "Sun" +msgstr "" + +msgid "January" +msgstr "ஜனவரி" + +msgid "February" +msgstr "பிப்ரவரி" + +msgid "March" +msgstr "மார்ச்" + +msgid "April" +msgstr "ஏப்ரல்" + +msgid "May" +msgstr "மே" + +msgid "June" +msgstr "ஜூன்" + +msgid "July" +msgstr "ஜூலை" + +msgid "August" +msgstr "ஆகஸ்டு" + +msgid "September" +msgstr "செப்டம்பர்" + +msgid "October" +msgstr "அக்டோபர்" + +msgid "November" +msgstr "நவம்பர்" + +msgid "December" +msgstr "டிசம்பர்" + +msgid "jan" +msgstr "ஜன" + +msgid "feb" +msgstr "பிப்" + +msgid "mar" +msgstr "மார்" + +msgid "apr" +msgstr "ஏப்" + +msgid "may" +msgstr "மே" + +msgid "jun" +msgstr "ஜூன்" + +msgid "jul" +msgstr "ஜூலை" + +msgid "aug" +msgstr "ஆக" + +msgid "sep" +msgstr "செப்" + +msgid "oct" +msgstr "அக்" + +msgid "nov" +msgstr "நவ" + +msgid "dec" +msgstr "டிச" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "" + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "" + +msgctxt "abbrev. month" +msgid "March" +msgstr "மார்ச்" + +msgctxt "abbrev. month" +msgid "April" +msgstr "ஏப்ரல்" + +msgctxt "abbrev. month" +msgid "May" +msgstr "மே" + +msgctxt "abbrev. month" +msgid "June" +msgstr "ஜூன்" + +msgctxt "abbrev. month" +msgid "July" +msgstr "ஜூலை" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "" + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "" + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "" + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "" + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "" + +msgctxt "alt. month" +msgid "January" +msgstr "ஜனவரி" + +msgctxt "alt. month" +msgid "February" +msgstr "பிப்ரவரி" + +msgctxt "alt. month" +msgid "March" +msgstr "மார்ச்" + +msgctxt "alt. month" +msgid "April" +msgstr "ஏப்ரல்" + +msgctxt "alt. month" +msgid "May" +msgstr "மே" + +msgctxt "alt. month" +msgid "June" +msgstr "ஜூன்" + +msgctxt "alt. month" +msgid "July" +msgstr "ஜூலை" + +msgctxt "alt. month" +msgid "August" +msgstr "ஆகஸ்டு" + +msgctxt "alt. month" +msgid "September" +msgstr "செப்டம்பர்" + +msgctxt "alt. month" +msgid "October" +msgstr "அக்டோபர்" + +msgctxt "alt. month" +msgid "November" +msgstr "நவம்பர்" + +msgctxt "alt. month" +msgid "December" +msgstr "டிசம்பர்" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "" + +msgid "or" +msgstr "" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr "" + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" + +msgid "0 minutes" +msgstr "" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "Welcome to Django" +msgstr "" + +msgid "It worked!" +msgstr "" + +msgid "Congratulations on your first Django-powered page." +msgstr "" + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" + +msgid "No year specified" +msgstr "" + +msgid "No month specified" +msgstr "" + +msgid "No day specified" +msgstr "" + +msgid "No week specified" +msgstr "" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "" + +msgid "Directory indexes are not allowed here." +msgstr "" + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "" + +#, python-format +msgid "Index of %(directory)s" +msgstr "" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ta/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ta/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ta/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ta/formats.py new file mode 100644 index 0000000..8928244 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ta/formats.py @@ -0,0 +1,24 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'j F, Y' +TIME_FORMAT = 'g:i A' +# DATETIME_FORMAT = +# YEAR_MONTH_FORMAT = +MONTH_DAY_FORMAT = 'j F' +SHORT_DATE_FORMAT = 'j M, Y' +# SHORT_DATETIME_FORMAT = +# FIRST_DAY_OF_WEEK = + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +# DATE_INPUT_FORMATS = +# TIME_INPUT_FORMATS = +# DATETIME_INPUT_FORMATS = +# DECIMAL_SEPARATOR = +# THOUSAND_SEPARATOR = +# NUMBER_GROUPING = diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/te/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/te/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..fa9fdc43b2d5b016f7f3dec3131d7cc7b47e3599 GIT binary patch literal 13321 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, 2011 +# Jannis Leidel , 2011 +# ప్రవీణ్ ఇళ్ళ , 2013 +# వీవెన్ , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Telugu (http://www.transifex.com/django/django/language/te/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: te\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "ఆఫ్రికాన్స్" + +msgid "Arabic" +msgstr "ఆరబిక్" + +msgid "Asturian" +msgstr "" + +msgid "Azerbaijani" +msgstr "అజేర్బైజని " + +msgid "Bulgarian" +msgstr "బల్గేరియన్" + +msgid "Belarusian" +msgstr "బెలారషియన్" + +msgid "Bengali" +msgstr "బెంగాలీ" + +msgid "Breton" +msgstr "బ్రిటన్" + +msgid "Bosnian" +msgstr "బోస్నియన్" + +msgid "Catalan" +msgstr "కాటలాన్" + +msgid "Czech" +msgstr "ఛెక్" + +msgid "Welsh" +msgstr "వెల్ష్" + +msgid "Danish" +msgstr "డానిష్" + +msgid "German" +msgstr "జెర్మన్" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "గ్రీక్" + +msgid "English" +msgstr "ఆంగ్లం" + +msgid "Australian English" +msgstr "" + +msgid "British English" +msgstr "బ్రిటీష్ ఆంగ్లం" + +msgid "Esperanto" +msgstr "ఎస్పరాంటో" + +msgid "Spanish" +msgstr "స్పానిష్" + +msgid "Argentinian Spanish" +msgstr "అర్జెంటీనా స్పానిష్" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "మెక్షికన్ స్పానిష్ " + +msgid "Nicaraguan Spanish" +msgstr "" + +msgid "Venezuelan Spanish" +msgstr "వెనుజులా స్పానిష్" + +msgid "Estonian" +msgstr "ఎస్టొనియన్" + +msgid "Basque" +msgstr "బాస్క్" + +msgid "Persian" +msgstr "పారసీ" + +msgid "Finnish" +msgstr "ఫీన్నిష్" + +msgid "French" +msgstr "ఫ్రెంచ్" + +msgid "Frisian" +msgstr "ఫ్రిసియన్" + +msgid "Irish" +msgstr "ఐరిష్" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "గలిసియన్" + +msgid "Hebrew" +msgstr "హీబ్రూ" + +msgid "Hindi" +msgstr "హిందీ" + +msgid "Croatian" +msgstr "క్రొయేషియన్" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "హంగేరియన్" + +msgid "Interlingua" +msgstr "ఇంటర్లింగ్వా" + +msgid "Indonesian" +msgstr "ఇండోనేషియన్" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "ఐస్లాండిక్" + +msgid "Italian" +msgstr "ఇటాలియవ్" + +msgid "Japanese" +msgstr "జపనీ" + +msgid "Georgian" +msgstr "జార్జియన్" + +msgid "Kazakh" +msgstr "కజఖ్" + +msgid "Khmer" +msgstr "ఖ్మెర్" + +msgid "Kannada" +msgstr "కన్నడ" + +msgid "Korean" +msgstr "కొరియన్" + +msgid "Luxembourgish" +msgstr "లగ్జెంబర్గిష్" + +msgid "Lithuanian" +msgstr "లిథుయేనియన్" + +msgid "Latvian" +msgstr "లాత్వియన్" + +msgid "Macedonian" +msgstr "మెసిడోనియన్" + +msgid "Malayalam" +msgstr "మలయాళం" + +msgid "Mongolian" +msgstr "మంగోలియన్" + +msgid "Marathi" +msgstr "" + +msgid "Burmese" +msgstr "బర్మీస్" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "నేపాలీ" + +msgid "Dutch" +msgstr "డచ్" + +msgid "Norwegian Nynorsk" +msgstr "నోర్వేగియన్ న్య్నోర్స్క్ " + +msgid "Ossetic" +msgstr "" + +msgid "Punjabi" +msgstr "పంజాబీ" + +msgid "Polish" +msgstr "పొలిష్" + +msgid "Portuguese" +msgstr "పోర్చుగీస్" + +msgid "Brazilian Portuguese" +msgstr "బ్రజీలియన్ పోర్చుగీస్" + +msgid "Romanian" +msgstr "రొమానియన్" + +msgid "Russian" +msgstr "రష్యన్" + +msgid "Slovak" +msgstr "స్లొవాక్" + +msgid "Slovenian" +msgstr "స్లొవానియన్" + +msgid "Albanian" +msgstr "అల్బేనియన్" + +msgid "Serbian" +msgstr "సెర్బియన్" + +msgid "Serbian Latin" +msgstr "సెర్బియన్ లాటిన్" + +msgid "Swedish" +msgstr "స్వీడిష్" + +msgid "Swahili" +msgstr "స్వాహిలి" + +msgid "Tamil" +msgstr "తమిళం" + +msgid "Telugu" +msgstr "తెలుగు" + +msgid "Thai" +msgstr "థాయి" + +msgid "Turkish" +msgstr "టర్కిష్" + +msgid "Tatar" +msgstr "టటర్" + +msgid "Udmurt" +msgstr "" + +msgid "Ukrainian" +msgstr "ఉక్రేనియన్" + +msgid "Urdu" +msgstr "ఉర్దూ" + +msgid "Vietnamese" +msgstr "వియెత్నామీ" + +msgid "Simplified Chinese" +msgstr "సరళ చైనీ" + +msgid "Traditional Chinese" +msgstr "సాంప్రదాయ చైనీ" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "" + +msgid "Static Files" +msgstr "" + +msgid "Syndication" +msgstr "" + +msgid "Enter a valid value." +msgstr "సరైన విలువని ఇవ్వండి." + +msgid "Enter a valid URL." +msgstr "సరైన URL ఇవ్వండి." + +msgid "Enter a valid integer." +msgstr "" + +msgid "Enter a valid email address." +msgstr "దయచేసి సరైన ఈమెయిల్ చిరునామాను ప్రవేశపెట్టండి." + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "దయచేసి సరైన IPv4 అడ్రస్ ఇవ్వండి" + +msgid "Enter a valid IPv6 address." +msgstr "" + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "" + +msgid "Enter only digits separated by commas." +msgstr "కామాల తో అంకెలు విడడీసి ఇవ్వండి " + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"దయచేసి దీని విలువ %(limit_value)s గ ఉండేట్లు చూసుకొనుము. ( మీరు సమర్పించిన విలువ " +"%(show_value)s )" + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "దయచేసి దీని విలువ %(limit_value)s కు సమానముగా లేక తక్కువగా ఉండేట్లు చూసుకొనుము." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "దయచేసి దీని విలువ %(limit_value)s కు సమానముగా లేక ఎక్కువగా ఉండేట్లు చూసుకొనుము." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +msgstr[1] "" + +msgid "and" +msgstr "మరియు" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "ఈ ఫీల్డ్ కాళీగా ఉందకూడడు " + +msgid "This field cannot be blank." +msgstr "ఈ ఖాళీని తప్పనిసరిగా పూరించాలి" + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "" + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "" + +msgid "Integer" +msgstr "పూర్ణసంఖ్య" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "" + +msgid "Big (8 byte) integer" +msgstr "" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "బూలియన్ (అవునా లేక కాదా)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "పదబంధం (గరిష్ఠం %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "కామా తో విడడీసిన సంఖ్య" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "తేదీ (సమయం లేకుండా)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "తేది (సమయం తో)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "దశగణసంఖ్య" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "ఈమెయిలు చిరునామా" + +msgid "File path" +msgstr "ఫైల్ పాత్" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "" + +msgid "IPv4 address" +msgstr "" + +msgid "IP address" +msgstr "ఐపీ చిరునామా" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "" + +msgid "Positive integer" +msgstr "" + +msgid "Positive small integer" +msgstr "" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "" + +msgid "Small integer" +msgstr "" + +msgid "Text" +msgstr "పాఠ్యం" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "సమయం" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "" + +msgid "File" +msgstr "దస్త్రం" + +msgid "Image" +msgstr "బొమ్మ" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "" + +msgid "One-to-one relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr "" + +msgid "This field is required." +msgstr "ఈ ఫీల్డ్ అవసరము" + +msgid "Enter a whole number." +msgstr "పూర్ణ సంఖ్య ఇవ్వండి" + +msgid "Enter a number." +msgstr "దయచేసి పూర్ణ సంఖ్య ఇవ్వండి" + +msgid "Enter a valid date." +msgstr "దయచేసి సరైన తేది ఇవ్వండి." + +msgid "Enter a valid time." +msgstr "దయచేసి సరైన సమయం ఇవ్వండి." + +msgid "Enter a valid date/time." +msgstr "దయచేసి సరైన తెది/సమయం ఇవ్వండి." + +msgid "Enter a valid duration." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" + +msgid "No file was submitted." +msgstr "ఫైలు సమర్పించబడలేదు." + +msgid "The submitted file is empty." +msgstr "మీరు సమర్పించిన ఫైల్ కాళీగా ఉంది " + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +msgstr[1] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" + +msgid "Enter a list of values." +msgstr "సరైన విలువల జాబితాను ఇవ్వండి." + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr "" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" +msgstr[1] "" + +msgid "Order" +msgstr "అంతరము" + +msgid "Delete" +msgstr "తొలగించు" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "దయచేసి %(field)s యొక్క నకలు విలువను సరిదిద్దుకోండి." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "దయచేసి %(field)s యొక్క నకలు విలువను సరిదిద్దుకోండి. దీని విలువ అద్వితీయమయినది " + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" + +msgid "Please correct the duplicate values below." +msgstr "దయచేసి క్రింద ఉన్న నకలు విలువను సరిదిద్దుకోండి." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +msgid "Currently" +msgstr "ప్రస్తుతము " + +msgid "Change" +msgstr "మార్చు" + +msgid "Clear" +msgstr "" + +msgid "Unknown" +msgstr "తెలియనది" + +msgid "Yes" +msgstr "అవును" + +msgid "No" +msgstr "కాదు" + +msgid "yes,no,maybe" +msgstr "అవును, కాదు , ఏమొ" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d బైటు" +msgstr[1] "%(size)d బైట్లు" + +#, python-format +msgid "%s KB" +msgstr "%s కిబై" + +#, python-format +msgid "%s MB" +msgstr "%s మెబై" + +#, python-format +msgid "%s GB" +msgstr "%s గిబై" + +#, python-format +msgid "%s TB" +msgstr "" + +#, python-format +msgid "%s PB" +msgstr "" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "అర్ధరాత్రి" + +msgid "noon" +msgstr "మధ్యాహ్నం" + +msgid "Monday" +msgstr "సోమవారం" + +msgid "Tuesday" +msgstr "మంగళవారం" + +msgid "Wednesday" +msgstr "బుధవారం" + +msgid "Thursday" +msgstr "గురువారం" + +msgid "Friday" +msgstr "శుక్రవారం" + +msgid "Saturday" +msgstr "శనివారం" + +msgid "Sunday" +msgstr "ఆదివారం" + +msgid "Mon" +msgstr "సోమ" + +msgid "Tue" +msgstr "మంగళ" + +msgid "Wed" +msgstr "బుధ" + +msgid "Thu" +msgstr "గురు" + +msgid "Fri" +msgstr "శుక్ర" + +msgid "Sat" +msgstr "శని" + +msgid "Sun" +msgstr "ఆది" + +msgid "January" +msgstr "జనవరి" + +msgid "February" +msgstr "ఫిబ్రవరి" + +msgid "March" +msgstr "మార్చి" + +msgid "April" +msgstr "ఎప్రిల్" + +msgid "May" +msgstr "మే" + +msgid "June" +msgstr "జూన్" + +msgid "July" +msgstr "జులై" + +msgid "August" +msgstr "ఆగష్టు" + +msgid "September" +msgstr "సెప్టెంబర్" + +msgid "October" +msgstr "అక్టోబర్" + +msgid "November" +msgstr "నవంబర్" + +msgid "December" +msgstr "డిసెంబర్" + +msgid "jan" +msgstr "జన" + +msgid "feb" +msgstr "ఫిబ్ర" + +msgid "mar" +msgstr "మార్చి" + +msgid "apr" +msgstr "ఎప్రి" + +msgid "may" +msgstr "మే" + +msgid "jun" +msgstr "జూన్" + +msgid "jul" +msgstr "జూలై" + +msgid "aug" +msgstr "ఆగ" + +msgid "sep" +msgstr "సెప్టెం" + +msgid "oct" +msgstr "అక్టో" + +msgid "nov" +msgstr "నవం" + +msgid "dec" +msgstr "డిసెం" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "జన." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "ఫిబ్ర." + +msgctxt "abbrev. month" +msgid "March" +msgstr "మార్చి" + +msgctxt "abbrev. month" +msgid "April" +msgstr "ఏప్రి." + +msgctxt "abbrev. month" +msgid "May" +msgstr "మే" + +msgctxt "abbrev. month" +msgid "June" +msgstr "జూన్" + +msgctxt "abbrev. month" +msgid "July" +msgstr "జూలై" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "ఆగ." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "సెప్టెం." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "అక్టో." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "నవం." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "డిసెం." + +msgctxt "alt. month" +msgid "January" +msgstr "జనవరి" + +msgctxt "alt. month" +msgid "February" +msgstr "ఫిబ్రవరి" + +msgctxt "alt. month" +msgid "March" +msgstr "మార్చి" + +msgctxt "alt. month" +msgid "April" +msgstr "ఏప్రిల్" + +msgctxt "alt. month" +msgid "May" +msgstr "మే" + +msgctxt "alt. month" +msgid "June" +msgstr "జూన్" + +msgctxt "alt. month" +msgid "July" +msgstr "జూలై" + +msgctxt "alt. month" +msgid "August" +msgstr "ఆగస్ట్" + +msgctxt "alt. month" +msgid "September" +msgstr "సెప్టెంబర్" + +msgctxt "alt. month" +msgid "October" +msgstr "అక్టోబర్" + +msgctxt "alt. month" +msgid "November" +msgstr "నవంబర్" + +msgctxt "alt. month" +msgid "December" +msgstr "డిసెంబర్" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "" + +msgid "or" +msgstr "లేదా" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" + +msgid "0 minutes" +msgstr "" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "Welcome to Django" +msgstr "" + +msgid "It worked!" +msgstr "" + +msgid "Congratulations on your first Django-powered page." +msgstr "" + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" + +msgid "No year specified" +msgstr "" + +msgid "No month specified" +msgstr "" + +msgid "No day specified" +msgstr "" + +msgid "No week specified" +msgstr "" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "" + +msgid "Directory indexes are not allowed here." +msgstr "" + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "" + +#, python-format +msgid "Index of %(directory)s" +msgstr "" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/te/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/te/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/te/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/te/formats.py new file mode 100644 index 0000000..74420d0 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/te/formats.py @@ -0,0 +1,24 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'j F Y' +TIME_FORMAT = 'g:i A' +# DATETIME_FORMAT = +# YEAR_MONTH_FORMAT = +MONTH_DAY_FORMAT = 'j F' +SHORT_DATE_FORMAT = 'j M Y' +# SHORT_DATETIME_FORMAT = +# FIRST_DAY_OF_WEEK = + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +# DATE_INPUT_FORMATS = +# TIME_INPUT_FORMATS = +# DATETIME_INPUT_FORMATS = +# DECIMAL_SEPARATOR = +# THOUSAND_SEPARATOR = +# NUMBER_GROUPING = diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/th/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/th/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..2542f7a427f281e2c0798b1315c94fabae6c55b6 GIT binary patch literal 19196 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 literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/th/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/th/LC_MESSAGES/django.po new file mode 100644 index 0000000..b9a71ed --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/th/LC_MESSAGES/django.po @@ -0,0 +1,1131 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Abhabongse Janthong, 2015 +# Jannis Leidel , 2011 +# Kowit Charoenratchatabhan , 2014 +# sipp11 , 2014 +# Suteepat Damrongyingsupab , 2011-2012 +# Suteepat Damrongyingsupab , 2013 +# Vichai Vongvorakul , 2013 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Thai (http://www.transifex.com/django/django/language/th/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Afrikaans" +msgstr "อัฟฟริกัน" + +msgid "Arabic" +msgstr "อารบิก" + +msgid "Asturian" +msgstr "" + +msgid "Azerbaijani" +msgstr "อาเซอร์ไบจาน" + +msgid "Bulgarian" +msgstr "บัลแกเรีย" + +msgid "Belarusian" +msgstr "เบลารุส" + +msgid "Bengali" +msgstr "เบ็งกาลี" + +msgid "Breton" +msgstr "เบรตัน" + +msgid "Bosnian" +msgstr "บอสเนีย" + +msgid "Catalan" +msgstr "คาตะลาน" + +msgid "Czech" +msgstr "เช็ก" + +msgid "Welsh" +msgstr "เวลส์" + +msgid "Danish" +msgstr "เดนมาร์ก" + +msgid "German" +msgstr "เยอรมัน" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "กรีก" + +msgid "English" +msgstr "อังกฤษ" + +msgid "Australian English" +msgstr "" + +msgid "British English" +msgstr "อังกฤษ - สหราชอาณาจักร" + +msgid "Esperanto" +msgstr "เอสเปรันโต" + +msgid "Spanish" +msgstr "สเปน" + +msgid "Argentinian Spanish" +msgstr "สเปน - อาร์เจนติน่า" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "เม็กซิกันสเปน" + +msgid "Nicaraguan Spanish" +msgstr "นิการากัวสเปน" + +msgid "Venezuelan Spanish" +msgstr "เวเนซุเอลาสเปน" + +msgid "Estonian" +msgstr "เอสโตเนีย" + +msgid "Basque" +msgstr "แบ็ซค์" + +msgid "Persian" +msgstr "เปอร์เชีย" + +msgid "Finnish" +msgstr "ฟินแลนด์" + +msgid "French" +msgstr "ฝรั่งเศส" + +msgid "Frisian" +msgstr "ฟริเซียน" + +msgid "Irish" +msgstr "ไอริช" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "กาลิเซีย" + +msgid "Hebrew" +msgstr "ฮีบรู" + +msgid "Hindi" +msgstr "ฮินดี" + +msgid "Croatian" +msgstr "โครเอเชีย" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "ฮังการี" + +msgid "Interlingua" +msgstr "ภาษากลาง" + +msgid "Indonesian" +msgstr "อินโดนิเซีย" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "ไอซ์แลนด์" + +msgid "Italian" +msgstr "อิตาลี" + +msgid "Japanese" +msgstr "ญี่ปุ่น" + +msgid "Georgian" +msgstr "จอร์เจีย" + +msgid "Kazakh" +msgstr "คาซัค" + +msgid "Khmer" +msgstr "เขมร" + +msgid "Kannada" +msgstr "กัณณาท" + +msgid "Korean" +msgstr "เกาหลี" + +msgid "Luxembourgish" +msgstr "ลักแซมเบิร์ก" + +msgid "Lithuanian" +msgstr "ลิทัวเนีย" + +msgid "Latvian" +msgstr "ลัตเวีย" + +msgid "Macedonian" +msgstr "มาซิโดเนีย" + +msgid "Malayalam" +msgstr "มลายู" + +msgid "Mongolian" +msgstr "มองโกเลีย" + +msgid "Marathi" +msgstr "" + +msgid "Burmese" +msgstr "พม่า" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "เนปาล" + +msgid "Dutch" +msgstr "ดัตช์" + +msgid "Norwegian Nynorsk" +msgstr "นอร์เวย์ - Nynorsk" + +msgid "Ossetic" +msgstr "" + +msgid "Punjabi" +msgstr "ปัญจาบี" + +msgid "Polish" +msgstr "โปแลนด์" + +msgid "Portuguese" +msgstr "โปรตุเกส" + +msgid "Brazilian Portuguese" +msgstr "โปรตุเกส (บราซิล)" + +msgid "Romanian" +msgstr "โรมาเนีย" + +msgid "Russian" +msgstr "รัสเซีย" + +msgid "Slovak" +msgstr "สโลวัก" + +msgid "Slovenian" +msgstr "สโลวีเนีย" + +msgid "Albanian" +msgstr "อัลแบเนีย" + +msgid "Serbian" +msgstr "เซอร์เบีย" + +msgid "Serbian Latin" +msgstr "เซอร์เบียละติน" + +msgid "Swedish" +msgstr "สวีเดน" + +msgid "Swahili" +msgstr "สวาฮีลี" + +msgid "Tamil" +msgstr "ทมิฬ" + +msgid "Telugu" +msgstr "เตลุคู" + +msgid "Thai" +msgstr "ไทย" + +msgid "Turkish" +msgstr "ตุรกี" + +msgid "Tatar" +msgstr "ตาตาร์" + +msgid "Udmurt" +msgstr "อัดเมิร์ท" + +msgid "Ukrainian" +msgstr "ยูเครน" + +msgid "Urdu" +msgstr "เออร์ดู" + +msgid "Vietnamese" +msgstr "เวียดนาม" + +msgid "Simplified Chinese" +msgstr "จีนตัวย่อ" + +msgid "Traditional Chinese" +msgstr "จีนตัวเต็ม" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "" + +msgid "Static Files" +msgstr "" + +msgid "Syndication" +msgstr "" + +msgid "Enter a valid value." +msgstr "กรุณาใส่ค่าที่ถูกต้อง" + +msgid "Enter a valid URL." +msgstr "ใส่ URL ที่ถูกต้อง" + +msgid "Enter a valid integer." +msgstr "" + +msgid "Enter a valid email address." +msgstr "ป้อนที่อยู่อีเมลที่ถูกต้อง" + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "ใส่ 'slug' ประกอปด้วย ตัวหนังสือ ตัวเลข เครื่องหมายขีดล่าง หรือ เครื่องหมายขีด" + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "กรุณาใส่หมายเลขไอพีที่ถูกต้อง" + +msgid "Enter a valid IPv6 address." +msgstr "กรอก IPv6 address ให้ถูกต้อง" + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "กรอก IPv4 หรือ IPv6 address ให้ถูกต้อง" + +msgid "Enter only digits separated by commas." +msgstr "ใส่ตัวเลขที่คั่นด้วยจุลภาคเท่านั้น" + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "ค่านี้ต้องเป็น %(limit_value)s (ปัจจุบันคือ %(show_value)s)" + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "ค่านี้ต้องน้อยกว่าหรือเท่ากับ %(limit_value)s" + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "ค่านี้ต้องมากกว่าหรือเท่ากับ %(limit_value)s" + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" + +msgid "and" +msgstr "และ" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "ฟิลด์นี้ไม่สารถปล่อยว่างได้" + +msgid "This field cannot be blank." +msgstr "ฟิลด์นี้เว้นว่างไม่ได้" + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s และ %(field_label)s มีอยู่แล้ว" + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "ฟิลด์ข้อมูล: %(field_type)s" + +msgid "Integer" +msgstr "จำนวนเต็ม" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "" + +msgid "Big (8 byte) integer" +msgstr "จำนวนเต็ม (8 byte)" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "ตรรกะแบบบูลหมายถึง ค่า\"จริง\" (True) หรือ \"ไม่จริง \" (False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "สตริง(ได้ถึง %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "จำนวนเต็มแบบมีจุลภาค" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "วันที่ (ไม่มีเวลา)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "วันที่ (พร้อมด้วยเวลา)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "เลขฐานสิบหรือเลขทศนิยม" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "อีเมล" + +msgid "File path" +msgstr "ตำแหน่งไฟล์" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "เลขทศนิยม" + +msgid "IPv4 address" +msgstr "IPv4 address" + +msgid "IP address" +msgstr "หมายเลขไอพี" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "" +"ตรรกะแบบบูลหมายถึง ค่า\"จริง\" (True) หรือ \"ไม่จริง \" (False) หรือ \"ไม่มี\" (None)" + +msgid "Positive integer" +msgstr "จํานวนเต็มบวก" + +msgid "Positive small integer" +msgstr "จํานวนเต็มบวกขนาดเล็ก" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (ถึง %(max_length)s )" + +msgid "Small integer" +msgstr "จำนวนเต็มขนาดเล็ก" + +msgid "Text" +msgstr "ข้อความ" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "เวลา" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "" + +msgid "File" +msgstr "ไฟล์" + +msgid "Image" +msgstr "รูปภาพ" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "Foreign Key (ชนิดของข้อมูลจะถูกกำหนดจากฟิลด์ที่เกี่ยวข้อง)" + +msgid "One-to-one relationship" +msgstr "ความสัมพันธ์แบบหนึ่งต่อหนึ่ง" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "ความสัมพันธ์แบบ many-to-many" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "ฟิลด์นี้จำเป็น" + +msgid "Enter a whole number." +msgstr "กรอกหมายเลข" + +msgid "Enter a number." +msgstr "กรอกหมายเลข" + +msgid "Enter a valid date." +msgstr "กรุณาใส่วัน" + +msgid "Enter a valid time." +msgstr "กรุณาใส่เวลา" + +msgid "Enter a valid date/time." +msgstr "กรุณาใส่วันเวลา" + +msgid "Enter a valid duration." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "ไม่มีไฟล์ใดถูกส่ง. ตรวจสอบ encoding type ในฟอร์ม." + +msgid "No file was submitted." +msgstr "ไม่มีไฟล์ใดถูกส่ง" + +msgid "The submitted file is empty." +msgstr "ไฟล์ที่ส่งว่างเปล่า" + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "โปรดเลือกไฟล์หรือติ๊ก clear checkbox อย่างใดอย่างหนึ่ง" + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "อัพโหลดรูปที่ถูกต้อง. ไฟล์ที่อัพโหลดไปไม่ใช่รูป หรือรูปเสียหาย." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "เลือกตัวเลือกที่ถูกต้อง. %(value)s ไม่ใช่ตัวเลือกที่ใช้ได้." + +msgid "Enter a list of values." +msgstr "ใส่รายการ" + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" + +msgid "Order" +msgstr "เรียงลำดับ" + +msgid "Delete" +msgstr "ลบ" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "โปรดแก้ไขข้อมูลที่ซ้ำซ้อนใน %(field)s" + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "โปรดแก้ไขข้อมูลที่ซ้ำซ้อนใน %(field)s ซึ่งจะต้องไม่ซ้ำกัน" + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"โปรดแก้ไขข้อมูลซ้ำซ้อนใน %(field_name)s ซึ่งจะต้องไม่ซ้ำกันสำหรับ %(lookup)s ใน " +"%(date_field)s" + +msgid "Please correct the duplicate values below." +msgstr "โปรดแก้ไขค่าที่ซ้ำซ้อนด้านล่าง" + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "Foreign key ไม่สัมพันธ์กับ parent primary key" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "เลือกตัวเลือกที่ถูกต้อง. ตัวเลือกนั้นไม่สามารถเลือกได้." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s ไม่สามารถแปลงให้อยู่ใน %(current_timezone)s time zone ได้ เนื่องจาก " +"time zone ไม่ชัดเจน หรือไม่มีอยู่จริง" + +msgid "Currently" +msgstr "ปัจจุบัน" + +msgid "Change" +msgstr "เปลี่ยนแปลง" + +msgid "Clear" +msgstr "ล้าง" + +msgid "Unknown" +msgstr "ไม่รู้" + +msgid "Yes" +msgstr "ใช่" + +msgid "No" +msgstr "ไม่ใช่" + +msgid "yes,no,maybe" +msgstr "ใช่,ไม่ใช่,อาจจะ" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d ไบต์" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "เที่ยงคืน" + +msgid "noon" +msgstr "เที่ยงวัน" + +msgid "Monday" +msgstr "จันทร์" + +msgid "Tuesday" +msgstr "อังคาร" + +msgid "Wednesday" +msgstr "พุธ" + +msgid "Thursday" +msgstr "พฤหัสบดี" + +msgid "Friday" +msgstr "ศุกร์" + +msgid "Saturday" +msgstr "เสาร์" + +msgid "Sunday" +msgstr "อาทิตย์" + +msgid "Mon" +msgstr "จ." + +msgid "Tue" +msgstr "อ." + +msgid "Wed" +msgstr "พ." + +msgid "Thu" +msgstr "พฤ." + +msgid "Fri" +msgstr "ศ." + +msgid "Sat" +msgstr "ส." + +msgid "Sun" +msgstr "อา." + +msgid "January" +msgstr "มกราคม" + +msgid "February" +msgstr "กุมภาพันธ์" + +msgid "March" +msgstr "มีนาคม" + +msgid "April" +msgstr "เมษายน" + +msgid "May" +msgstr "พฤษภาคม" + +msgid "June" +msgstr "มิถุนายน" + +msgid "July" +msgstr "กรกฎาคม" + +msgid "August" +msgstr "สิงหาคม" + +msgid "September" +msgstr "กันยายน" + +msgid "October" +msgstr "ตุลาคม" + +msgid "November" +msgstr "พฤศจิกายน" + +msgid "December" +msgstr "ธันวาคม" + +msgid "jan" +msgstr "ม.ค." + +msgid "feb" +msgstr "ก.พ." + +msgid "mar" +msgstr "มี.ค." + +msgid "apr" +msgstr "เม.ย." + +msgid "may" +msgstr "พ.ค." + +msgid "jun" +msgstr "มิ.ย." + +msgid "jul" +msgstr "ก.ค." + +msgid "aug" +msgstr "ส.ค." + +msgid "sep" +msgstr "ก.ย." + +msgid "oct" +msgstr "ต.ค." + +msgid "nov" +msgstr "พ.ย." + +msgid "dec" +msgstr "ธ.ค." + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "ม.ค." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "ก.พ." + +msgctxt "abbrev. month" +msgid "March" +msgstr "มี.ค." + +msgctxt "abbrev. month" +msgid "April" +msgstr "เม.ย." + +msgctxt "abbrev. month" +msgid "May" +msgstr "พ.ค." + +msgctxt "abbrev. month" +msgid "June" +msgstr "มิ.ย." + +msgctxt "abbrev. month" +msgid "July" +msgstr "ก.ค." + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "ส.ค." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "ก.ย." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "ต.ค." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "พ.ย." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "ธ.ค." + +msgctxt "alt. month" +msgid "January" +msgstr "มกราคม" + +msgctxt "alt. month" +msgid "February" +msgstr "กุมภาพันธ์" + +msgctxt "alt. month" +msgid "March" +msgstr "มีนาคม" + +msgctxt "alt. month" +msgid "April" +msgstr "เมษายน" + +msgctxt "alt. month" +msgid "May" +msgstr "พฤษภาคม" + +msgctxt "alt. month" +msgid "June" +msgstr "มิถุนายน" + +msgctxt "alt. month" +msgid "July" +msgstr "กรกฎาคม" + +msgctxt "alt. month" +msgid "August" +msgstr "สิงหาคม" + +msgctxt "alt. month" +msgid "September" +msgstr "กันยายน" + +msgctxt "alt. month" +msgid "October" +msgstr "ตุลาคม" + +msgctxt "alt. month" +msgid "November" +msgstr "พฤศจิกายน" + +msgctxt "alt. month" +msgid "December" +msgstr "ธันวาคม" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "หรือ" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d ปี" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d เดือน" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d สัปดาห์" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d วัน" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d ชั่วโมง" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d นาที" + +msgid "0 minutes" +msgstr "0 นาที" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "Welcome to Django" +msgstr "" + +msgid "It worked!" +msgstr "" + +msgid "Congratulations on your first Django-powered page." +msgstr "" + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" + +msgid "No year specified" +msgstr "ไม่ระบุปี" + +msgid "No month specified" +msgstr "ไม่ระบุเดือน" + +msgid "No day specified" +msgstr "ไม่ระบุวัน" + +msgid "No week specified" +msgstr "ไม่ระบุสัปดาห์" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "ไม่มี %(verbose_name_plural)s ที่ใช้ได้" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"%(verbose_name_plural)s ในอนาคตไม่สามารถใช้ได้ เนื่องจาก %(class_name)s." +"allow_future มีค่าเป็น False" + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "สตริงค์ '%(datestr)s' ของวันไม่ถูกต้องกับฟอร์แมต '%(format)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "ไม่พบ %(verbose_name)s จาก query" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "ไม่ใช่หน้าสุดท้าย และไม่สามารถค่าแปลงเป็น int ได้" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "หน้าไม่ถูกต้อง (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "list ว่างเปล่า และ '%(class_name)s.allow_empty' มีค่าเป็น False" + +msgid "Directory indexes are not allowed here." +msgstr "ไม่ได้รับอนุญาตให้ใช้ Directory indexes ที่นี่" + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" ไม่มีอยู่" + +#, python-format +msgid "Index of %(directory)s" +msgstr "ดัชนีของ %(directory)s" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/th/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/th/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/th/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/th/formats.py new file mode 100644 index 0000000..1b0e2d4 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/th/formats.py @@ -0,0 +1,24 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'j F Y' +TIME_FORMAT = 'G:i' +DATETIME_FORMAT = 'j F Y, G:i' +YEAR_MONTH_FORMAT = 'F Y' +MONTH_DAY_FORMAT = 'j F' +SHORT_DATE_FORMAT = 'j M Y' +SHORT_DATETIME_FORMAT = 'j M Y, G:i' +# FIRST_DAY_OF_WEEK = + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +# DATE_INPUT_FORMATS = +# TIME_INPUT_FORMATS = +# DATETIME_INPUT_FORMATS = +DECIMAL_SEPARATOR = '.' +THOUSAND_SEPARATOR = ',' +# NUMBER_GROUPING = diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/tr/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/tr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..cfaf17b1f3d0d77be8adaa7a85dae0cc0104955d GIT binary patch literal 24716 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 YwqdL0g-q)HirF9aqm, 2013 +# BouRock, 2015-2016 +# BouRock, 2014-2015 +# Caner Başaran , 2013 +# Cihad GÜNDOĞDU , 2012 +# Cihad GÜNDOĞDU , 2013-2014 +# Gökmen Görgen , 2013 +# Jannis Leidel , 2011 +# Mesut Can Gürle , 2013 +# Murat Çorlu , 2012 +# Murat Sahin , 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 09:50+0000\n" +"Last-Translator: BouRock\n" +"Language-Team: Turkish (http://www.transifex.com/django/django/language/" +"tr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: tr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +msgid "Afrikaans" +msgstr "Afrikanca" + +msgid "Arabic" +msgstr "Arapça" + +msgid "Asturian" +msgstr "Asturyaca" + +msgid "Azerbaijani" +msgstr "Azerice" + +msgid "Bulgarian" +msgstr "Bulgarca" + +msgid "Belarusian" +msgstr "Beyaz Rusça" + +msgid "Bengali" +msgstr "Bengalce" + +msgid "Breton" +msgstr "Bretonca" + +msgid "Bosnian" +msgstr "Boşnakça" + +msgid "Catalan" +msgstr "Katalanca" + +msgid "Czech" +msgstr "Çekçe" + +msgid "Welsh" +msgstr "Galce" + +msgid "Danish" +msgstr "Danca" + +msgid "German" +msgstr "Almanca" + +msgid "Lower Sorbian" +msgstr "Aşağı Sorb dili" + +msgid "Greek" +msgstr "Yunanca" + +msgid "English" +msgstr "İngilizce" + +msgid "Australian English" +msgstr "Avusturya İngilizcesi" + +msgid "British English" +msgstr "İngiliz İngilizce" + +msgid "Esperanto" +msgstr "Esperanto dili" + +msgid "Spanish" +msgstr "İspanyolca" + +msgid "Argentinian Spanish" +msgstr "Arjantin İspanyolcası" + +msgid "Colombian Spanish" +msgstr "Kolomiya İspanyolcası" + +msgid "Mexican Spanish" +msgstr "Meksika İspanyolcası" + +msgid "Nicaraguan Spanish" +msgstr "Nikaragua İspanyolcası" + +msgid "Venezuelan Spanish" +msgstr "Venezüella İspanyolcası" + +msgid "Estonian" +msgstr "Estonca" + +msgid "Basque" +msgstr "Baskça" + +msgid "Persian" +msgstr "Farsça" + +msgid "Finnish" +msgstr "Fince" + +msgid "French" +msgstr "Fransızca" + +msgid "Frisian" +msgstr "Frizce" + +msgid "Irish" +msgstr "İrlandaca" + +msgid "Scottish Gaelic" +msgstr "İskoçça Galcesi" + +msgid "Galician" +msgstr "Galiçyaca" + +msgid "Hebrew" +msgstr "İbranice" + +msgid "Hindi" +msgstr "Hintçe" + +msgid "Croatian" +msgstr "Hırvatça" + +msgid "Upper Sorbian" +msgstr "Yukarı Sorb dili" + +msgid "Hungarian" +msgstr "Macarca" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Endonezce" + +msgid "Ido" +msgstr "Ido dili" + +msgid "Icelandic" +msgstr "İzlandaca" + +msgid "Italian" +msgstr "İtalyanca" + +msgid "Japanese" +msgstr "Japonca" + +msgid "Georgian" +msgstr "Gürcüce" + +msgid "Kazakh" +msgstr "Kazakça" + +msgid "Khmer" +msgstr "Kmerce" + +msgid "Kannada" +msgstr "Kannada dili" + +msgid "Korean" +msgstr "Korece" + +msgid "Luxembourgish" +msgstr "Lüksemburgca" + +msgid "Lithuanian" +msgstr "Litovca" + +msgid "Latvian" +msgstr "Letonca" + +msgid "Macedonian" +msgstr "Makedonca" + +msgid "Malayalam" +msgstr "Malayamca" + +msgid "Mongolian" +msgstr "Moğolca" + +msgid "Marathi" +msgstr "Marathi dili" + +msgid "Burmese" +msgstr "Birmanca" + +msgid "Norwegian Bokmål" +msgstr "Norveççe Bokmal" + +msgid "Nepali" +msgstr "Nepalce" + +msgid "Dutch" +msgstr "Flemenkçe" + +msgid "Norwegian Nynorsk" +msgstr "Norveççe Nynorsk" + +msgid "Ossetic" +msgstr "Osetçe" + +msgid "Punjabi" +msgstr "Pencapça" + +msgid "Polish" +msgstr "Lehçe" + +msgid "Portuguese" +msgstr "Portekizce" + +msgid "Brazilian Portuguese" +msgstr "Brezilya Portekizcesi" + +msgid "Romanian" +msgstr "Romence" + +msgid "Russian" +msgstr "Rusça" + +msgid "Slovak" +msgstr "Slovakça" + +msgid "Slovenian" +msgstr "Slovence" + +msgid "Albanian" +msgstr "Arnavutça" + +msgid "Serbian" +msgstr "Sırpça" + +msgid "Serbian Latin" +msgstr "Sırpça Latin" + +msgid "Swedish" +msgstr "İsveççe" + +msgid "Swahili" +msgstr "Savahilice" + +msgid "Tamil" +msgstr "Tamilce" + +msgid "Telugu" +msgstr "Telugu dili" + +msgid "Thai" +msgstr "Tayca" + +msgid "Turkish" +msgstr "Türkçe" + +msgid "Tatar" +msgstr "Tatarca" + +msgid "Udmurt" +msgstr "Udmurtça" + +msgid "Ukrainian" +msgstr "Ukraynaca" + +msgid "Urdu" +msgstr "Urduca" + +msgid "Vietnamese" +msgstr "Vietnamca" + +msgid "Simplified Chinese" +msgstr "Basitleştirilmiş Çince" + +msgid "Traditional Chinese" +msgstr "Geleneksel Çince" + +msgid "Messages" +msgstr "İletiler" + +msgid "Site Maps" +msgstr "Site Haritaları" + +msgid "Static Files" +msgstr "Sabit Dosyalar" + +msgid "Syndication" +msgstr "Dağıtım" + +msgid "Enter a valid value." +msgstr "Geçerli bir değer girin." + +msgid "Enter a valid URL." +msgstr "Geçerli bir URL girin." + +msgid "Enter a valid integer." +msgstr "Geçerli bir tamsayı girin." + +msgid "Enter a valid email address." +msgstr "Geçerli bir e-posta adresi girin." + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Harflerden, sayılardan, altçizgilerden veya tirelerden oluşan geçerli bir " +"'kısaltma' girin." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Evrensel kod harflerden, sayılardan, altçizgilerden veya tirelerden oluşan " +"geçerli bir 'kısaltma' girin." + +msgid "Enter a valid IPv4 address." +msgstr "Geçerli bir IPv4 adresi girin." + +msgid "Enter a valid IPv6 address." +msgstr "Geçerli bir IPv6 adresi girin." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Geçerli bir IPv4 veya IPv6 adresi girin." + +msgid "Enter only digits separated by commas." +msgstr "Sadece virgülle ayrılmış rakamlar girin." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Bu değerin %(limit_value)s olduğuna emin olun (şu an %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Bu değerin %(limit_value)s değerinden az veya eşit olduğuna emin olun." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "" +"Bu değerin %(limit_value)s değerinden büyük veya eşit olduğuna emin olun." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Bu değerin en az %(limit_value)d karaktere sahip olduğuna emin olun (şu an " +"%(show_value)d)." +msgstr[1] "" +"Bu değerin en az %(limit_value)d karaktere sahip olduğuna emin olun (şu an " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Bu değerin en fazla %(limit_value)d karaktere sahip olduğuna emin olun (şu " +"an %(show_value)d)." +msgstr[1] "" +"Bu değerin en fazla %(limit_value)d karaktere sahip olduğuna emin olun (şu " +"an %(show_value)d)." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Toplamda %(max)s rakamdan daha fazla olmadığından emin olun." +msgstr[1] "Toplamda %(max)s rakamdan daha fazla olmadığından emin olun." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "%(max)s ondalık basamaktan daha fazla olmadığından emin olun." +msgstr[1] "%(max)s ondalık basamaktan daha fazla olmadığından emin olun." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Ondalık noktasından önce %(max)s rakamdan daha fazla olmadığından emin olun." +msgstr[1] "" +"Ondalık noktasından önce %(max)s rakamdan daha fazla olmadığından emin olun." + +msgid "and" +msgstr "ve" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "Bu %(field_labels)s alanına sahip %(model_name)s zaten mevcut." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "%(value)r değeri geçerli bir seçim değil." + +msgid "This field cannot be null." +msgstr "Bu alan boş olamaz." + +msgid "This field cannot be blank." +msgstr "Bu alan boş olamaz." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "Bu %(field_label)s alanına sahip %(model_name)s zaten mevcut." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s, %(date_field_label)s %(lookup_type)s için benzersiz olmak " +"zorundadır." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Alan türü: %(field_type)s" + +msgid "Integer" +msgstr "Tamsayı" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "'%(value)s' değeri bir tamsayı olmak zorundadır." + +msgid "Big (8 byte) integer" +msgstr "Büyük (8 bayt) tamsayı" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "'%(value)s' değeri ya True ya da False olmak zorundadır." + +msgid "Boolean (Either True or False)" +msgstr "Boolean (Ya True ya da False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Dizge (%(max_length)s karaktere kadar)" + +msgid "Comma-separated integers" +msgstr "Virgülle ayrılmış tamsayılar" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"'%(value)s' değeri geçersiz bir tarih biçimine sahip. Bu YYYY-MM-DD " +"biçiminde olmak zorundadır." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"'%(value)s' değeri doğru bir biçime (YYYY-MM-DD) sahip ancak bu geçersiz bir " +"tarih." + +msgid "Date (without time)" +msgstr "Tarih (saat olmadan)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"'%(value)s' değeri geçersiz bir biçime sahip. YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ] biçiminde olmak zorundadır." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"'%(value)s' değeri doğru bir biçime (YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]) " +"sahip ancak bu geçersiz bir tarih/saat." + +msgid "Date (with time)" +msgstr "Tarih (saat olan)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "'%(value)s' değeri bir ondalık sayı olmak zorundadır." + +msgid "Decimal number" +msgstr "Ondalık sayı" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" +"'%(value)s' değer geçersiz bir biçime sahip. [DD] [HH:[MM:]]ss[.uuuuuu] " +"biçiminde olmak zorundadır." + +msgid "Duration" +msgstr "Süre" + +msgid "Email address" +msgstr "E-posta adresi" + +msgid "File path" +msgstr "Dosya yolu" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "'%(value)s' değeri kesirli olmak zorundadır." + +msgid "Floating point number" +msgstr "Kayan noktalı sayı" + +msgid "IPv4 address" +msgstr "IPv4 adresi" + +msgid "IP address" +msgstr "IP adresi" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "'%(value)s' değeri ya None, True ya da False olmak zorundadır." + +msgid "Boolean (Either True, False or None)" +msgstr "Booleanl (Ya True, False, ya da None)" + +msgid "Positive integer" +msgstr "Pozitif tamsayı" + +msgid "Positive small integer" +msgstr "Pozitif küçük tamsayı" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Kısaltma (%(max_length)s karaktere kadar)" + +msgid "Small integer" +msgstr "Küçük tamsayı" + +msgid "Text" +msgstr "Metin" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"'%(value)s' değeri geçersiz bir biçime sahip. HH:MM[:ss[.uuuuuu]] biçiminde " +"olmak zorundadır." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"'%(value)s' değeri doğru biçime (HH:MM[:ss[.uuuuuu]]) sahip ancak bu " +"geçersiz bir saat." + +msgid "Time" +msgstr "Saat" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Ham ikili veri" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "'%(value)s' geçerli bir UUID değil." + +msgid "File" +msgstr "Dosya" + +msgid "Image" +msgstr "Resim" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "%(field)s %(value)r olan %(model)s benzeri mevcut değil." + +msgid "Foreign Key (type determined by related field)" +msgstr "Dış Anahtar (türü ilgili alana göre belirlenir)" + +msgid "One-to-one relationship" +msgstr "Bire-bir ilişki" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "%(from)s-%(to)s ilişkisi" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "%(from)s-%(to)s ilişkileri" + +msgid "Many-to-many relationship" +msgstr "Çoka-çok ilişki" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Bu alan zorunludur." + +msgid "Enter a whole number." +msgstr "Tam bir sayı girin." + +msgid "Enter a number." +msgstr "Bir sayı girin." + +msgid "Enter a valid date." +msgstr "Geçerli bir tarih girin." + +msgid "Enter a valid time." +msgstr "Geçerli bir saat girin." + +msgid "Enter a valid date/time." +msgstr "Geçerli bir tarih/saat girin." + +msgid "Enter a valid duration." +msgstr "Geçerli bir süre girin." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Hiç dosya gönderilmedi. Formdaki kodlama türünü kontrol edin." + +msgid "No file was submitted." +msgstr "Hiç dosya gönderilmedi." + +msgid "The submitted file is empty." +msgstr "Gönderilen dosya boş." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Bu dosya adının en fazla %(max)d karaktere sahip olduğundan emin olun (şu an " +"%(length)d)." +msgstr[1] "" +"Bu dosya adının en fazla %(max)d karaktere sahip olduğundan emin olun (şu an " +"%(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Lütfen ya bir dosya gönderin ya da temizle işaretleme kutusunu işaretleyin, " +"ikisini aynı anda işaretlemeyin." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Geçerli bir resim gönderin. Gönderdiğiniz dosya ya bir resim değildi ya da " +"bozulmuş bir resimdi." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Geçerli bir seçenek seçin. %(value)s mevcut seçeneklerden biri değil." + +msgid "Enter a list of values." +msgstr "Değerlerin bir listesini girin." + +msgid "Enter a complete value." +msgstr "Tam bir değer girin." + +msgid "Enter a valid UUID." +msgstr "Geçerli bir UUID girin." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Gizli alan %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "ManagementForm verisi eksik ya da kurcalanmış." + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Lütfen %d ya da daha az form gönderin." +msgstr[1] "Lütfen %d ya da daha az form gönderin." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Lütfen %d ya da daha fazla form gönderin." +msgstr[1] "Lütfen %d ya da daha fazla form gönderin." + +msgid "Order" +msgstr "Sıralama" + +msgid "Delete" +msgstr "Sil" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Lütfen %(field)s için kopya veriyi düzeltin." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Lütfen %(field)s için benzersiz olmak zorunda olan, kopya veriyi düzeltin." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Lütfen %(date_field)s içindeki %(lookup)s için benzersiz olmak zorunda olan " +"%(field_name)s için kopya veriyi düzeltin." + +msgid "Please correct the duplicate values below." +msgstr "Lütfen aşağıdaki kopya değerleri düzeltin." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "Satıriçi dış anahtar ana örnek birincil anahtarı ile eşleşmedi." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Geçerli bir seçenek seçin. Bu seçenek, mevcut seçeneklerden biri değil." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "\"%(pk)s\" birincil anahtar için geçerli bir değer değil." + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +" %(datetime)s, %(current_timezone)s saat dilimi olarak yorumlanamadı; bu " +"belirsiz olabilir ya da mevcut olmayabilir." + +msgid "Currently" +msgstr "Şu anki" + +msgid "Change" +msgstr "Değiştir" + +msgid "Clear" +msgstr "Temizle" + +msgid "Unknown" +msgstr "Bilinmiyor" + +msgid "Yes" +msgstr "Evet" + +msgid "No" +msgstr "Hayır" + +msgid "yes,no,maybe" +msgstr "evet,hayır,olabilir" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d bayt" +msgstr[1] "%(size)d bayt" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "ö.s." + +msgid "a.m." +msgstr "ö.ö." + +msgid "PM" +msgstr "ÖS" + +msgid "AM" +msgstr "ÖÖ" + +msgid "midnight" +msgstr "gece yarısı" + +msgid "noon" +msgstr "öğlen" + +msgid "Monday" +msgstr "Pazartesi" + +msgid "Tuesday" +msgstr "Salı" + +msgid "Wednesday" +msgstr "Çarşamba" + +msgid "Thursday" +msgstr "Perşembe" + +msgid "Friday" +msgstr "Cuma" + +msgid "Saturday" +msgstr "Cumartesi" + +msgid "Sunday" +msgstr "Pazar" + +msgid "Mon" +msgstr "Pzt" + +msgid "Tue" +msgstr "Sal" + +msgid "Wed" +msgstr "Çrş" + +msgid "Thu" +msgstr "Prş" + +msgid "Fri" +msgstr "Cum" + +msgid "Sat" +msgstr "Cmt" + +msgid "Sun" +msgstr "Paz" + +msgid "January" +msgstr "Ocak" + +msgid "February" +msgstr "Şubat" + +msgid "March" +msgstr "Mart" + +msgid "April" +msgstr "Nisan" + +msgid "May" +msgstr "Mayıs" + +msgid "June" +msgstr "Haziran" + +msgid "July" +msgstr "Temmuz" + +msgid "August" +msgstr "Ağustos" + +msgid "September" +msgstr "Eylül" + +msgid "October" +msgstr "Ekim" + +msgid "November" +msgstr "Kasım" + +msgid "December" +msgstr "Aralık" + +msgid "jan" +msgstr "oca" + +msgid "feb" +msgstr "şub" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "nis" + +msgid "may" +msgstr "may" + +msgid "jun" +msgstr "haz" + +msgid "jul" +msgstr "tem" + +msgid "aug" +msgstr "ağu" + +msgid "sep" +msgstr "eyl" + +msgid "oct" +msgstr "eki" + +msgid "nov" +msgstr "kas" + +msgid "dec" +msgstr "ara" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Oca." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Şub." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Mart" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Nisan" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Mayıs" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Haz." + +msgctxt "abbrev. month" +msgid "July" +msgstr "Tem." + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Ağu." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Eyl." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Eki." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Kas." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Ara." + +msgctxt "alt. month" +msgid "January" +msgstr "Ocak" + +msgctxt "alt. month" +msgid "February" +msgstr "Şubat" + +msgctxt "alt. month" +msgid "March" +msgstr "Mart" + +msgctxt "alt. month" +msgid "April" +msgstr "Nisan" + +msgctxt "alt. month" +msgid "May" +msgstr "Mayıs" + +msgctxt "alt. month" +msgid "June" +msgstr "Haziran" + +msgctxt "alt. month" +msgid "July" +msgstr "Temmuz" + +msgctxt "alt. month" +msgid "August" +msgstr "Ağustos" + +msgctxt "alt. month" +msgid "September" +msgstr "Eylül" + +msgctxt "alt. month" +msgid "October" +msgstr "Ekim" + +msgctxt "alt. month" +msgid "November" +msgstr "Kasım" + +msgctxt "alt. month" +msgid "December" +msgstr "Aralık" + +msgid "This is not a valid IPv6 address." +msgstr "Bu, geçerli bir IPv6 adresi değil." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "ya da" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d yıl" +msgstr[1] "%d yıl" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d ay" +msgstr[1] "%d ay" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d hafta" +msgstr[1] "%d hafta" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d gün" +msgstr[1] "%d gün" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d saat" +msgstr[1] "%d saat" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d dakika" +msgstr[1] "%d dakika" + +msgid "0 minutes" +msgstr "0 dakika" + +msgid "Forbidden" +msgstr "Yasak" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF doğrulaması başarısız oldu. İstek iptal edildi." + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Bu iletiyi görüyorsunuz çünkü bu HTTPS sitesi Web tarayıcınız tarafından " +"gönderilen 'Göndereni başlığı'nı gerektirir, ancak hiçbir şey gönderilmedi. " +"Bu başlık güvenlik nedenleri için gerekir, tarayıcınızın üçüncü parti " +"uygulamalar tarafından ele geçirilmediğinden emin olun." + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" +"Eğer tarayıcınızı 'Göndereni' başlıklarını etkisizleştirmek için " +"yapılandırdıysanız, lütfen bunları, en azından bu site ya da HTTPS " +"bağlantıları veya 'aynı-kaynakta' olan istekler için yeniden etkinleştirin." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Bu iletiyi görüyorsunuz çünkü bu site, formları gönderdiğinizde bir CSRF " +"tanımlama bilgisini gerektirir. Bu tanımlama bilgisi güvenlik nedenleri için " +"gerekir, tarayıcınızın üçüncü parti uygulamalar tarafından ele " +"geçirilmediğinden emin olun." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" +"Eğer tarayıcınızı tanımlama bilgilerini etkisizleştirmek için " +"yapılandırdıysanız, lütfen bunları, en azından bu site ya da 'aynı-kaynakta' " +"olan istekler için yeniden etkinleştirin." + +msgid "More information is available with DEBUG=True." +msgstr "Daha fazla bilgi DEBUG=True ayarı ile mevcut olur." + +msgid "Welcome to Django" +msgstr "Django'ya Hoş Geldiniz" + +msgid "It worked!" +msgstr "İşe yaradı!" + +msgid "Congratulations on your first Django-powered page." +msgstr "İlk Django-destekli sayfanız için tebrikler." + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" +"Tabii ki, aslında henüz herhangi bir çalışma yapmadınız. Sonrasında, " +"python manage.py startapp [app_label] komutunu çalıştırarak ilk " +"uygulamanızı başlatın." + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" +"Bu iletiyi görüyorsunuz çünkü Django ayarları dosyanızda DEBUG = True ifadesi var ve herhangi bir URL'yi yapılandırmadınız. Işe koyulun!" + +msgid "No year specified" +msgstr "Yıl bilgisi belirtilmedi" + +msgid "No month specified" +msgstr "Ay bilgisi belirtilmedi" + +msgid "No day specified" +msgstr "Gün bilgisi belirtilmedi" + +msgid "No week specified" +msgstr "Hafta bilgisi belirtilmedi" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Mevcut %(verbose_name_plural)s yok" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Gelecek %(verbose_name_plural)s mevcut değil, çünkü %(class_name)s." +"allow_future değeri False olarak tanımlı." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "Geçersiz tarih dizgesi '%(datestr)s' verilen biçim '%(format)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Sorguyla eşleşen hiç %(verbose_name)s bulunamadı" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "Sayfa 'sonuncu' değil, ya da bir int'e dönüştürülemez." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Geçersiz sayfa (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Liste boş ve '%(class_name)s.allow_empty' değeri False olarak tanımlı." + +msgid "Directory indexes are not allowed here." +msgstr "Dizin indekslerine burada izin verilmiyor." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" mevcut değil" + +#, python-format +msgid "Index of %(directory)s" +msgstr "%(directory)s indeksi" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/tr/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/tr/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/tr/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/tr/formats.py new file mode 100644 index 0000000..c765f77 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/tr/formats.py @@ -0,0 +1,32 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'd F Y' +TIME_FORMAT = 'H:i' +DATETIME_FORMAT = 'd F Y H:i' +YEAR_MONTH_FORMAT = 'F Y' +MONTH_DAY_FORMAT = 'd F' +SHORT_DATE_FORMAT = 'd M Y' +SHORT_DATETIME_FORMAT = 'd M Y H:i' +FIRST_DAY_OF_WEEK = 1 # Pazartesi + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + '%d/%m/%Y', '%d/%m/%y', # '25/10/2006', '25/10/06' + '%y-%m-%d', # '06-10-25' + # '%d %B %Y', '%d %b. %Y', # '25 Ekim 2006', '25 Eki. 2006' +] +DATETIME_INPUT_FORMATS = [ + '%d/%m/%Y %H:%M:%S', # '25/10/2006 14:30:59' + '%d/%m/%Y %H:%M:%S.%f', # '25/10/2006 14:30:59.000200' + '%d/%m/%Y %H:%M', # '25/10/2006 14:30' + '%d/%m/%Y', # '25/10/2006' +] +DECIMAL_SEPARATOR = ',' +THOUSAND_SEPARATOR = '.' +NUMBER_GROUPING = 3 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/tt/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/tt/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..0cefcea88b5aa2b68257f2213c1b2b441fd85dcf GIT binary patch literal 15527 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 N57G8!`APcC{{q}wK+^yK literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/tt/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/tt/LC_MESSAGES/django.po new file mode 100644 index 0000000..2d83046 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/tt/LC_MESSAGES/django.po @@ -0,0 +1,1135 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Azat Khasanshin , 2011 +# v_ildar , 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Tatar (http://www.transifex.com/django/django/language/tt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: tt\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Afrikaans" +msgstr "" + +msgid "Arabic" +msgstr "Гарәп теле" + +msgid "Asturian" +msgstr "" + +msgid "Azerbaijani" +msgstr "Азәрбайҗан" + +msgid "Bulgarian" +msgstr "Болгар теле" + +msgid "Belarusian" +msgstr "" + +msgid "Bengali" +msgstr "Бенгалия теле" + +msgid "Breton" +msgstr "" + +msgid "Bosnian" +msgstr "Босния теле" + +msgid "Catalan" +msgstr "Каталан теле" + +msgid "Czech" +msgstr "Чех теле" + +msgid "Welsh" +msgstr "Уэльс теле" + +msgid "Danish" +msgstr "Дания теле" + +msgid "German" +msgstr "Алман теле" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "Грек теле" + +msgid "English" +msgstr "Инглиз теле" + +msgid "Australian English" +msgstr "" + +msgid "British English" +msgstr "Британ инглиз теле" + +msgid "Esperanto" +msgstr "Эсперанто теле" + +msgid "Spanish" +msgstr "Испан теле" + +msgid "Argentinian Spanish" +msgstr "Аргентина испан теле" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "Мексикалы испан" + +msgid "Nicaraguan Spanish" +msgstr "Никарагуалы испан" + +msgid "Venezuelan Spanish" +msgstr "" + +msgid "Estonian" +msgstr "Эстон теле" + +msgid "Basque" +msgstr "Баск теле" + +msgid "Persian" +msgstr "Фарсы теле" + +msgid "Finnish" +msgstr "Финн теле" + +msgid "French" +msgstr "Француз теле" + +msgid "Frisian" +msgstr "Фриз теле" + +msgid "Irish" +msgstr "Ирланд теле" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "Галлий теле" + +msgid "Hebrew" +msgstr "Яһүд теле" + +msgid "Hindi" +msgstr "Хинд теле" + +msgid "Croatian" +msgstr "Хорват теле" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "Венгр теле" + +msgid "Interlingua" +msgstr "" + +msgid "Indonesian" +msgstr "Индонезия теле" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "Исланд теле" + +msgid "Italian" +msgstr "Итальян теле" + +msgid "Japanese" +msgstr "Япон теле" + +msgid "Georgian" +msgstr "Грузин теле" + +msgid "Kazakh" +msgstr "Казах теле" + +msgid "Khmer" +msgstr "Кхмер теле" + +msgid "Kannada" +msgstr "Каннада теле" + +msgid "Korean" +msgstr "Корея теле" + +msgid "Luxembourgish" +msgstr "Люксембург теле" + +msgid "Lithuanian" +msgstr "Литвалылар теле" + +msgid "Latvian" +msgstr "Латвия теле" + +msgid "Macedonian" +msgstr "Македон теле" + +msgid "Malayalam" +msgstr "Малаялам теле" + +msgid "Mongolian" +msgstr "Монгол теле" + +msgid "Marathi" +msgstr "" + +msgid "Burmese" +msgstr "" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "" + +msgid "Dutch" +msgstr "Голланд теле" + +msgid "Norwegian Nynorsk" +msgstr "Норвегиялеләр (Нюнорск) теле" + +msgid "Ossetic" +msgstr "" + +msgid "Punjabi" +msgstr "Паджаби теле" + +msgid "Polish" +msgstr "Поляк теле" + +msgid "Portuguese" +msgstr "Португал теле" + +msgid "Brazilian Portuguese" +msgstr "Бразилия португал теле" + +msgid "Romanian" +msgstr "Румын теле" + +msgid "Russian" +msgstr "Рус теле" + +msgid "Slovak" +msgstr "Словак теле" + +msgid "Slovenian" +msgstr "Словен теле" + +msgid "Albanian" +msgstr "Албан теле" + +msgid "Serbian" +msgstr "Серб теле" + +msgid "Serbian Latin" +msgstr "Серб теле (латин алфавиты)" + +msgid "Swedish" +msgstr "Швед теле" + +msgid "Swahili" +msgstr "" + +msgid "Tamil" +msgstr "Тамиль теле" + +msgid "Telugu" +msgstr "Телугу теле" + +msgid "Thai" +msgstr "Тай теле" + +msgid "Turkish" +msgstr "Төрек теле" + +msgid "Tatar" +msgstr "Татар теле" + +msgid "Udmurt" +msgstr "" + +msgid "Ukrainian" +msgstr "Украин теле" + +msgid "Urdu" +msgstr "Урду" + +msgid "Vietnamese" +msgstr "Вьетнам теле" + +msgid "Simplified Chinese" +msgstr "Гадиләштерелгән кытай теле" + +msgid "Traditional Chinese" +msgstr "Традицион кытай теле" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "" + +msgid "Static Files" +msgstr "" + +msgid "Syndication" +msgstr "" + +msgid "Enter a valid value." +msgstr "Дөрес кыйммәтне кертегез." + +msgid "Enter a valid URL." +msgstr "Рөхсәт ителгән URLны кертегез." + +msgid "Enter a valid integer." +msgstr "" + +msgid "Enter a valid email address." +msgstr "Дөрес эл. почта адресны кертегез." + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Кыйммәт хәрефләрдән, сан билгеләреннән, астына сызу билгесеннән яки дефистан " +"торырга тиеш." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "Рөхсәт ителгән IPv4 адресын кертегез." + +msgid "Enter a valid IPv6 address." +msgstr "" + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "" + +msgid "Enter only digits separated by commas." +msgstr "Өтерләр белән бүленгән сан билгеләрен кертегез" + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Бу кыйммәтнең %(limit_value)s булуын тикшерегез (хәзер ул - %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "" +"Бу кыйммәтнең %(limit_value)s карата кечерәк яки тигез булуын тикшерегез." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "" +"Бу кыйммәтнең %(limit_value)s карата зуррак яки тигез булуын тикшерегез." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" + +msgid "and" +msgstr "һәм" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "Бу кырның кыйммәте NULL булырга тиеш түгел." + +msgid "This field cannot be blank." +msgstr "Бу кыр буш булырга тиеш түгел." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "Мондый %(field_label)s белән булган %(model_name)s инде бар." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "%(field_type)s типтагы кыр" + +msgid "Integer" +msgstr "Бөтен сан" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "" + +msgid "Big (8 byte) integer" +msgstr "Зур бөтен (8 байт)" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "Логик (True яисә False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Юл (күп дигәндә %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Өтерләр белән бүленгән бөтен саннар" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "Дата (вакыт күрсәтмәсе булмаган)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "Дата (вакыт күрсәтмәсе белән)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "Унарлы вакланма" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "Эл. почта" + +msgid "File path" +msgstr "Файл юлы" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "Күчерелүчән өтер белән булган сан" + +msgid "IPv4 address" +msgstr "" + +msgid "IP address" +msgstr "IP-адрес" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "Логик (True, False я None)" + +msgid "Positive integer" +msgstr "" + +msgid "Positive small integer" +msgstr "" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "" + +msgid "Small integer" +msgstr "" + +msgid "Text" +msgstr "Текст" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "Вакыт" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "" + +msgid "File" +msgstr "" + +msgid "Image" +msgstr "" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "Тыш ачкыч (тип бәйле кыр буенча билгеләнгән)" + +msgid "One-to-one relationship" +msgstr "\"Бергә бер\" элемтәсе" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "\"Күпкә куп\" элемтәсе" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr "" + +msgid "This field is required." +msgstr "Мәҗбүри кыр." + +msgid "Enter a whole number." +msgstr "Бөтен сан кертегез." + +msgid "Enter a number." +msgstr "Сан кертегез." + +msgid "Enter a valid date." +msgstr "Рөхсәт ителгән датаны кертегез." + +msgid "Enter a valid time." +msgstr "Рөхсәт ителгән вакытны кертегез." + +msgid "Enter a valid date/time." +msgstr "Рөхсәт ителгән дата һәм вакытны кертегез." + +msgid "Enter a valid duration." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Һишбер файл җибәрелмәгән. Форма кодлавын тикшерегез." + +msgid "No file was submitted." +msgstr "Һишбер файл җибәрелмәгән." + +msgid "The submitted file is empty." +msgstr "Җибәрелгән файл буш." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Зинһар, җибәрегез файлны яисә бушайту байракчасын билгеләгез, икесен бергә " +"түгел." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Рөхсәт ителгән рәсемне йөкләгез. Сез йөкләгән файл рәсем түгел яисә бозылган." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Дөрес тәкъдимне сайлагыз. Рөхсәт ителгән кыйммәтләр арасында %(value)s юк. " + +msgid "Enter a list of values." +msgstr "Кыйммәтләр исемлеген кертегез." + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr "" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" + +msgid "Order" +msgstr "Тәртип" + +msgid "Delete" +msgstr "Бетерергә" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Зинһар, %(field)s кырындагы кабатлана торган кыйммәтне төзәтегез." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Зинһар, %(field)s кырындагы кыйммәтне төзәтегез, ул уникаль булырга тиеш." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Зинһар, %(field_name)s кырындагы кыйммәтне төзәтегез, ул %(date_field)s " +"кырындагы %(lookup)s өчен уникаль булырга тиеш." + +msgid "Please correct the duplicate values below." +msgstr "Зинһар, астагы кабатлана торган кыйммәтләрне төзәтегез." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "Тыш ачкыч атаның баш ачкычы белән туры килмиләр." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Дөрес тәкъдимне сайлагыз. Рөхсәт ителгән кыйммәтләр арасында сезнең вариант " +"юк." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +msgid "Currently" +msgstr "Хәзерге вакытта" + +msgid "Change" +msgstr "Үзгәртергә" + +msgid "Clear" +msgstr "Бушайтырга" + +msgid "Unknown" +msgstr "Билгесез" + +msgid "Yes" +msgstr "Әйе" + +msgid "No" +msgstr "Юк" + +msgid "yes,no,maybe" +msgstr "әйе,юк,бәлки" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d байт" + +#, python-format +msgid "%s KB" +msgstr "%s КБ" + +#, python-format +msgid "%s MB" +msgstr "%s МБ" + +#, python-format +msgid "%s GB" +msgstr "%s ГБ" + +#, python-format +msgid "%s TB" +msgstr "%s ТБ" + +#, python-format +msgid "%s PB" +msgstr "%s ПБ" + +msgid "p.m." +msgstr "т.с." + +msgid "a.m." +msgstr "т.к." + +msgid "PM" +msgstr "ТС" + +msgid "AM" +msgstr "ТК" + +msgid "midnight" +msgstr "төн уртасы" + +msgid "noon" +msgstr "көн уртасы" + +msgid "Monday" +msgstr "Дүшәмбе" + +msgid "Tuesday" +msgstr "Сишәмбе" + +msgid "Wednesday" +msgstr "Чәршәмбе" + +msgid "Thursday" +msgstr "Пәнҗешәмбе" + +msgid "Friday" +msgstr "Җомга" + +msgid "Saturday" +msgstr "Шимбә" + +msgid "Sunday" +msgstr "Якшәмбе" + +msgid "Mon" +msgstr "Дүш" + +msgid "Tue" +msgstr "Сиш" + +msgid "Wed" +msgstr "Чәр" + +msgid "Thu" +msgstr "Пнҗ" + +msgid "Fri" +msgstr "Җом" + +msgid "Sat" +msgstr "Шим" + +msgid "Sun" +msgstr "Якш" + +msgid "January" +msgstr "Гыйнвар" + +msgid "February" +msgstr "Февраль" + +msgid "March" +msgstr "Март" + +msgid "April" +msgstr "Апрель" + +msgid "May" +msgstr "Май" + +msgid "June" +msgstr "Июнь" + +msgid "July" +msgstr "Июль" + +msgid "August" +msgstr "Август" + +msgid "September" +msgstr "Сентябрь" + +msgid "October" +msgstr "Октябрь" + +msgid "November" +msgstr "Ноябрь" + +msgid "December" +msgstr "Декабрь" + +msgid "jan" +msgstr "гый" + +msgid "feb" +msgstr "фев" + +msgid "mar" +msgstr "мар" + +msgid "apr" +msgstr "апр" + +msgid "may" +msgstr "май" + +msgid "jun" +msgstr "июн" + +msgid "jul" +msgstr "июл" + +msgid "aug" +msgstr "авг" + +msgid "sep" +msgstr "сен" + +msgid "oct" +msgstr "окт" + +msgid "nov" +msgstr "ноя" + +msgid "dec" +msgstr "дек" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Гый." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Фев." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Март" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Апрель" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Май" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Июнь" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Июль" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Авг." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Сен." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Окт." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Ноя." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Дек." + +msgctxt "alt. month" +msgid "January" +msgstr "гыйнвар" + +msgctxt "alt. month" +msgid "February" +msgstr "февраль" + +msgctxt "alt. month" +msgid "March" +msgstr "март" + +msgctxt "alt. month" +msgid "April" +msgstr "апрель" + +msgctxt "alt. month" +msgid "May" +msgstr "май" + +msgctxt "alt. month" +msgid "June" +msgstr "июнь" + +msgctxt "alt. month" +msgid "July" +msgstr "июль" + +msgctxt "alt. month" +msgid "August" +msgstr "август" + +msgctxt "alt. month" +msgid "September" +msgstr "сентябрь" + +msgctxt "alt. month" +msgid "October" +msgstr "октябрь" + +msgctxt "alt. month" +msgid "November" +msgstr "ноябрь" + +msgctxt "alt. month" +msgid "December" +msgstr "декабрь" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "" + +msgid "or" +msgstr "я" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr "," + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" + +msgid "0 minutes" +msgstr "" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "Welcome to Django" +msgstr "" + +msgid "It worked!" +msgstr "" + +msgid "Congratulations on your first Django-powered page." +msgstr "" + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" + +msgid "No year specified" +msgstr "Ел билгеләнмәгән" + +msgid "No month specified" +msgstr "Ай билгеләнмәгән" + +msgid "No day specified" +msgstr "Көн билгеләнмәгән" + +msgid "No week specified" +msgstr "Атна билгеләнмәгән" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Файдалана алырлык %(verbose_name_plural)s юк" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"%(class_name)s.allow_future False булуы сәбәпле, киләсе " +"%(verbose_name_plural)s файдалана алырлык түгел" + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "Дөрес булмаган дата '%(datestr)s', бирелгән формат '%(format)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Таләпкә туры килгән %(verbose_name)s табылмаган" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "Сәхифә ни соңгы түгел, ни аны бөтен санга әверелдереп булмый" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Буш исемлек һәм '%(class_name)s.allow_empty' - False" + +msgid "Directory indexes are not allowed here." +msgstr "" + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "" + +#, python-format +msgid "Index of %(directory)s" +msgstr "" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/udm/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/udm/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..e675479eb0db01ff2647f61dfa4a1d3ac11e3df9 GIT binary patch literal 13564 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\n" +"Language-Team: Udmurt (http://www.transifex.com/django/django/language/" +"udm/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: udm\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Afrikaans" +msgstr "Африкаанс" + +msgid "Arabic" +msgstr "Араб" + +msgid "Asturian" +msgstr "" + +msgid "Azerbaijani" +msgstr "Азербайджан" + +msgid "Bulgarian" +msgstr "Болгар" + +msgid "Belarusian" +msgstr "Беларус" + +msgid "Bengali" +msgstr "Бенгал" + +msgid "Breton" +msgstr "Бретон" + +msgid "Bosnian" +msgstr "Босниец" + +msgid "Catalan" +msgstr "Каталан" + +msgid "Czech" +msgstr "Чех" + +msgid "Welsh" +msgstr "Уэльс" + +msgid "Danish" +msgstr "Датчан" + +msgid "German" +msgstr "Немец" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "Грек" + +msgid "English" +msgstr "Англи" + +msgid "Australian English" +msgstr "" + +msgid "British English" +msgstr "Британиысь англи" + +msgid "Esperanto" +msgstr "Эсперанто" + +msgid "Spanish" +msgstr "Испан" + +msgid "Argentinian Spanish" +msgstr "Аргентинаысь испан" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "Мексикаысь испан" + +msgid "Nicaraguan Spanish" +msgstr "Никарагуаысь испан" + +msgid "Venezuelan Spanish" +msgstr "Венесуэлаысь испан" + +msgid "Estonian" +msgstr "Эстон" + +msgid "Basque" +msgstr "Баск" + +msgid "Persian" +msgstr "Перс" + +msgid "Finnish" +msgstr "Финн" + +msgid "French" +msgstr "Француз" + +msgid "Frisian" +msgstr "Фриз" + +msgid "Irish" +msgstr "Ирланд" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "Галисий" + +msgid "Hebrew" +msgstr "Иврит" + +msgid "Hindi" +msgstr "Хинди" + +msgid "Croatian" +msgstr "Хорват" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "Венгер" + +msgid "Interlingua" +msgstr "Интерлингва" + +msgid "Indonesian" +msgstr "Индонези" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "Исланд" + +msgid "Italian" +msgstr "Итальян" + +msgid "Japanese" +msgstr "Япон" + +msgid "Georgian" +msgstr "Грузин" + +msgid "Kazakh" +msgstr "Казах" + +msgid "Khmer" +msgstr "Кхмер" + +msgid "Kannada" +msgstr "Каннада" + +msgid "Korean" +msgstr "Корей" + +msgid "Luxembourgish" +msgstr "Люксембург" + +msgid "Lithuanian" +msgstr "Литва" + +msgid "Latvian" +msgstr "Латвий" + +msgid "Macedonian" +msgstr "Македон" + +msgid "Malayalam" +msgstr "Малаялам" + +msgid "Mongolian" +msgstr "Монгол" + +msgid "Marathi" +msgstr "" + +msgid "Burmese" +msgstr "" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "Непал" + +msgid "Dutch" +msgstr "Голланд" + +msgid "Norwegian Nynorsk" +msgstr "Норвег (нюнорск)" + +msgid "Ossetic" +msgstr "" + +msgid "Punjabi" +msgstr "Панджаби" + +msgid "Polish" +msgstr "Поляк" + +msgid "Portuguese" +msgstr "Португал" + +msgid "Brazilian Portuguese" +msgstr "Бразилиысь португал" + +msgid "Romanian" +msgstr "Румын" + +msgid "Russian" +msgstr "Ӟуч" + +msgid "Slovak" +msgstr "Словак" + +msgid "Slovenian" +msgstr "Словен" + +msgid "Albanian" +msgstr "Албан" + +msgid "Serbian" +msgstr "Серб" + +msgid "Serbian Latin" +msgstr "Серб (латиницаен)" + +msgid "Swedish" +msgstr "Швед" + +msgid "Swahili" +msgstr "Суахили" + +msgid "Tamil" +msgstr "Тамиль" + +msgid "Telugu" +msgstr "Телугу" + +msgid "Thai" +msgstr "Тай" + +msgid "Turkish" +msgstr "Турок" + +msgid "Tatar" +msgstr "Бигер" + +msgid "Udmurt" +msgstr "Удмурт" + +msgid "Ukrainian" +msgstr "Украин" + +msgid "Urdu" +msgstr "Урду" + +msgid "Vietnamese" +msgstr "Вьетнам" + +msgid "Simplified Chinese" +msgstr "Китай (капчиятэм)" + +msgid "Traditional Chinese" +msgstr "Китай (традици)" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "" + +msgid "Static Files" +msgstr "" + +msgid "Syndication" +msgstr "" + +msgid "Enter a valid value." +msgstr "Тазэ шонер гожтэ." + +msgid "Enter a valid URL." +msgstr "Шонер URL гожтэ." + +msgid "Enter a valid integer." +msgstr "" + +msgid "Enter a valid email address." +msgstr "Электорн почта адресэз шонер гожтэ" + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Татчын букваос, лыдпусъёс, улӥ гож пусъёс но дефисъёс гинэ гожтыны яра." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "Шонер IPv4-адрес гожтэ." + +msgid "Enter a valid IPv6 address." +msgstr "Шонер IPv6-адрес гожтэ." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Шонер IPv4 яке IPv6 адрес гожтэ." + +msgid "Enter only digits separated by commas." +msgstr "Запятойёсын висъям лыдпусъёсты гожтэ" + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Эскере, та %(limit_value)s шуыса. Али татын %(show_value)s." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Талы %(limit_value)s-лэсь бадӟымгес луыны уг яра." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Талы %(limit_value)s-лэсь ӧжытгес луыны уг яра." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" + +msgid "and" +msgstr "но" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "Та NULL луыны уг яра." + +msgid "This field cannot be blank." +msgstr "Та буш луыны уг яра." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "Таӵе %(field_label)s-ен %(model_name)s вань ини." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "%(field_type)s типъем бусы" + +msgid "Integer" +msgstr "целой" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "" + +msgid "Big (8 byte) integer" +msgstr "Бадӟым (8 байтъем) целой лыд" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "True яке False" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Чур (%(max_length)s пусозь кузьда)" + +msgid "Comma-separated integers" +msgstr "Запятоен висъям быдэс лыдъёс" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "Дата (час-минут пусйытэк)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "Дата но час-минут" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "Десятичной лыд." + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "Электрон почта адрес" + +msgid "File path" +msgstr "Файллэн нимыз" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "Вещественной лыд" + +msgid "IPv4 address" +msgstr "IPv4 адрес" + +msgid "IP address" +msgstr "IP адрес" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "True, False яке None" + +msgid "Positive integer" +msgstr "Целой, нольлэсь бадӟым лыд" + +msgid "Positive small integer" +msgstr "Нольлэсь бадӟым пичи целой лыд" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Компьютерной ним (%(max_length)s пусозь кузьда)" + +msgid "Small integer" +msgstr "Пичи целой лыд" + +msgid "Text" +msgstr "Текст" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "Час-минут" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "" + +msgid "File" +msgstr "Файл" + +msgid "Image" +msgstr "Суред" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "Мукет моделен герӟет (тип герӟано бусыя валамын)." + +msgid "One-to-one relationship" +msgstr "Одӥг-одӥг герӟет" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "Трос-трос герӟет" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr "" + +msgid "This field is required." +msgstr "Та клуэ." + +msgid "Enter a whole number." +msgstr "Целой лыд гожтэ." + +msgid "Enter a number." +msgstr "Лыд гожтэ." + +msgid "Enter a valid date." +msgstr "Шонер дата гожтэ." + +msgid "Enter a valid time." +msgstr "Шонер час-минут гожтэ." + +msgid "Enter a valid date/time." +msgstr "Шонер дата но час-минут гожтэ." + +msgid "Enter a valid duration." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Одӥг файл но лэзьымтэ. Формалэсь код." + +msgid "No file was submitted." +msgstr "Файл лэземын ӧвӧл." + +msgid "The submitted file is empty." +msgstr "Лэзем файл буш." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Файл лэзе яке файл ӵушоно шуыса пусъе, огдыръя соиз но, таиз но уг яра." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "Суред лэзе. Тӥляд файлды лэзьымтэ яке со суред ӧвӧл." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Шонер вариант быръе. %(value)s вариантъёс пӧлын ӧвӧл." + +msgid "Enter a list of values." +msgstr "Список лэзе." + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr "" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" + +msgid "Order" +msgstr "Рад" + +msgid "Delete" +msgstr "Ӵушоно" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "" + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" + +msgid "Please correct the duplicate values below." +msgstr "" + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." + +msgid "Currently" +msgstr "Али" + +msgid "Change" +msgstr "Тупатъяно" + +msgid "Clear" +msgstr "Буш кароно" + +msgid "Unknown" +msgstr "Тодымтэ" + +msgid "Yes" +msgstr "Бен" + +msgid "No" +msgstr "Ӧвӧл" + +msgid "yes,no,maybe" +msgstr "бен,ӧвӧл,уг тодӥськы" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d байт" + +#, python-format +msgid "%s KB" +msgstr "%s КБ" + +#, python-format +msgid "%s MB" +msgstr "%s МБ" + +#, python-format +msgid "%s GB" +msgstr "%s МБ" + +#, python-format +msgid "%s TB" +msgstr "%s ТБ" + +#, python-format +msgid "%s PB" +msgstr "%s ПБ" + +msgid "p.m." +msgstr "лымшор бере" + +msgid "a.m." +msgstr "лымшор азе" + +msgid "PM" +msgstr "лымшор бере" + +msgid "AM" +msgstr "лымшор азе" + +msgid "midnight" +msgstr "уйшор" + +msgid "noon" +msgstr "лымшор" + +msgid "Monday" +msgstr "Вордӥськон" + +msgid "Tuesday" +msgstr "Пуксён" + +msgid "Wednesday" +msgstr "Вирнунал" + +msgid "Thursday" +msgstr "Покчиарня" + +msgid "Friday" +msgstr "Удмуртарня" + +msgid "Saturday" +msgstr "Кӧснунал" + +msgid "Sunday" +msgstr "Арнянунал" + +msgid "Mon" +msgstr "врд" + +msgid "Tue" +msgstr "пкс" + +msgid "Wed" +msgstr "врн" + +msgid "Thu" +msgstr "пкч" + +msgid "Fri" +msgstr "удм" + +msgid "Sat" +msgstr "ксн" + +msgid "Sun" +msgstr "арн" + +msgid "January" +msgstr "толшор" + +msgid "February" +msgstr "тулыспал" + +msgid "March" +msgstr "южтолэзь" + +msgid "April" +msgstr "оштолэзь" + +msgid "May" +msgstr "куартолэзь" + +msgid "June" +msgstr "инвожо" + +msgid "July" +msgstr "пӧсьтолэзь" + +msgid "August" +msgstr "гудырикошкон" + +msgid "September" +msgstr "куарусён" + +msgid "October" +msgstr "коньывуон" + +msgid "November" +msgstr "шуркынмон" + +msgid "December" +msgstr "толсур" + +msgid "jan" +msgstr "тшт" + +msgid "feb" +msgstr "тпт" + +msgid "mar" +msgstr "южт" + +msgid "apr" +msgstr "ошт" + +msgid "may" +msgstr "крт" + +msgid "jun" +msgstr "ивт" + +msgid "jul" +msgstr "пст" + +msgid "aug" +msgstr "гкт" + +msgid "sep" +msgstr "кут" + +msgid "oct" +msgstr "квт" + +msgid "nov" +msgstr "шкт" + +msgid "dec" +msgstr "тст" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "тшт" + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "тпт" + +msgctxt "abbrev. month" +msgid "March" +msgstr "южт" + +msgctxt "abbrev. month" +msgid "April" +msgstr "ошт" + +msgctxt "abbrev. month" +msgid "May" +msgstr "крт" + +msgctxt "abbrev. month" +msgid "June" +msgstr "ивт" + +msgctxt "abbrev. month" +msgid "July" +msgstr "пст" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "гкт" + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "кут" + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "квт" + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "шкт" + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "тст" + +msgctxt "alt. month" +msgid "January" +msgstr "толшоре" + +msgctxt "alt. month" +msgid "February" +msgstr "тулыспалэ" + +msgctxt "alt. month" +msgid "March" +msgstr "южтолэзе" + +msgctxt "alt. month" +msgid "April" +msgstr "оштолэзе" + +msgctxt "alt. month" +msgid "May" +msgstr "куартолэзе" + +msgctxt "alt. month" +msgid "June" +msgstr "инвожое" + +msgctxt "alt. month" +msgid "July" +msgstr "пӧсьтолэзе" + +msgctxt "alt. month" +msgid "August" +msgstr "гудырикошконэ" + +msgctxt "alt. month" +msgid "September" +msgstr "куарусёнэ" + +msgctxt "alt. month" +msgid "October" +msgstr "коньывуонэ" + +msgctxt "alt. month" +msgid "November" +msgstr "шуркынмонэ" + +msgctxt "alt. month" +msgid "December" +msgstr "толсуре" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "яке" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr "," + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" + +msgid "0 minutes" +msgstr "" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "Welcome to Django" +msgstr "" + +msgid "It worked!" +msgstr "" + +msgid "Congratulations on your first Django-powered page." +msgstr "" + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" + +msgid "No year specified" +msgstr "" + +msgid "No month specified" +msgstr "" + +msgid "No day specified" +msgstr "" + +msgid "No week specified" +msgstr "" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "" + +msgid "Directory indexes are not allowed here." +msgstr "Папкаослэсь пуштроссэс татын учкыны уг яра." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" ӧвӧл" + +#, python-format +msgid "Index of %(directory)s" +msgstr "%(directory)s папкалэн пушторсэз" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/uk/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/uk/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..499a89be9b1062406ecf1a21925b091d53033f5f GIT binary patch literal 31704 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 literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/uk/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/uk/LC_MESSAGES/django.po new file mode 100644 index 0000000..67e36e1 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/uk/LC_MESSAGES/django.po @@ -0,0 +1,1238 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Oleksandr Chernihov , 2014 +# Boryslav Larin , 2011 +# Denis Podlesniy , 2016 +# Igor Melnyk, 2014-2015 +# Jannis Leidel , 2011 +# Kirill Gagarski , 2014 +# Max V. Stotsky , 2014 +# Mikhail Kolesnik , 2015 +# Mykola Zamkovoi , 2014 +# Oleksandr Bolotov , 2013-2014 +# Roman Kozlovskyi , 2012 +# Sergiy Kuzmenko , 2011 +# Zoriana Zaiats, 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-07-07 22:24+0000\n" +"Last-Translator: Denis Podlesniy \n" +"Language-Team: Ukrainian (http://www.transifex.com/django/django/language/" +"uk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: uk\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +msgid "Afrikaans" +msgstr "Африканська" + +msgid "Arabic" +msgstr "Арабська" + +msgid "Asturian" +msgstr "Астурійська" + +msgid "Azerbaijani" +msgstr "Азербайджанська" + +msgid "Bulgarian" +msgstr "Болгарська" + +msgid "Belarusian" +msgstr "Білоруська" + +msgid "Bengali" +msgstr "Бенгальська" + +msgid "Breton" +msgstr "Бретонська" + +msgid "Bosnian" +msgstr "Боснійська" + +msgid "Catalan" +msgstr "Каталонська" + +msgid "Czech" +msgstr "Чеська" + +msgid "Welsh" +msgstr "Валлійська" + +msgid "Danish" +msgstr "Датська" + +msgid "German" +msgstr "Німецька" + +msgid "Lower Sorbian" +msgstr "Нижньолужицька" + +msgid "Greek" +msgstr "Грецька" + +msgid "English" +msgstr "Англійська" + +msgid "Australian English" +msgstr "Австралійська англійська" + +msgid "British English" +msgstr "Англійська (Великобританія)" + +msgid "Esperanto" +msgstr "Есперанто" + +msgid "Spanish" +msgstr "Іспанська" + +msgid "Argentinian Spanish" +msgstr "Іспанська (Аргентина)" + +msgid "Colombian Spanish" +msgstr "Колумбійська іспанська" + +msgid "Mexican Spanish" +msgstr "Мексиканська іспанська" + +msgid "Nicaraguan Spanish" +msgstr "Нікарагуанська іспанська" + +msgid "Venezuelan Spanish" +msgstr "Венесуельська іспанська" + +msgid "Estonian" +msgstr "Естонська" + +msgid "Basque" +msgstr "Баскська" + +msgid "Persian" +msgstr "Перська" + +msgid "Finnish" +msgstr "Фінська" + +msgid "French" +msgstr "Французька" + +msgid "Frisian" +msgstr "Фризька" + +msgid "Irish" +msgstr "Ірландська" + +msgid "Scottish Gaelic" +msgstr "Шотландська ґельська" + +msgid "Galician" +msgstr "Галіційська" + +msgid "Hebrew" +msgstr "Іврит" + +msgid "Hindi" +msgstr "Хінді" + +msgid "Croatian" +msgstr "Хорватська" + +msgid "Upper Sorbian" +msgstr "Верхньолужицька" + +msgid "Hungarian" +msgstr "Угорська" + +msgid "Interlingua" +msgstr "Інтерлінгва" + +msgid "Indonesian" +msgstr "Індонезійська" + +msgid "Ido" +msgstr "Ідо" + +msgid "Icelandic" +msgstr "Ісландська" + +msgid "Italian" +msgstr "Італійська" + +msgid "Japanese" +msgstr "Японська" + +msgid "Georgian" +msgstr "Грузинська" + +msgid "Kazakh" +msgstr "Казахська" + +msgid "Khmer" +msgstr "Кхмерська" + +msgid "Kannada" +msgstr "Каннадська" + +msgid "Korean" +msgstr "Корейська" + +msgid "Luxembourgish" +msgstr "Люксембурзька" + +msgid "Lithuanian" +msgstr "Литовська" + +msgid "Latvian" +msgstr "Латвійська" + +msgid "Macedonian" +msgstr "Македонська" + +msgid "Malayalam" +msgstr "Малаялам" + +msgid "Mongolian" +msgstr "Монгольська" + +msgid "Marathi" +msgstr "Маратхі" + +msgid "Burmese" +msgstr "Бірманська" + +msgid "Norwegian Bokmål" +msgstr "Норвезька (Букмол)" + +msgid "Nepali" +msgstr "Непальська" + +msgid "Dutch" +msgstr "Голландська" + +msgid "Norwegian Nynorsk" +msgstr "Норвезька (Нюнорськ)" + +msgid "Ossetic" +msgstr "Осетинська" + +msgid "Punjabi" +msgstr "Панджабі" + +msgid "Polish" +msgstr "Польська" + +msgid "Portuguese" +msgstr "Португальська" + +msgid "Brazilian Portuguese" +msgstr "Бразильська португальська" + +msgid "Romanian" +msgstr "Румунська" + +msgid "Russian" +msgstr "Російська" + +msgid "Slovak" +msgstr "Словацька" + +msgid "Slovenian" +msgstr "Словенська" + +msgid "Albanian" +msgstr "Албанська" + +msgid "Serbian" +msgstr "Сербська" + +msgid "Serbian Latin" +msgstr "Сербська (латинська)" + +msgid "Swedish" +msgstr "Шведська" + +msgid "Swahili" +msgstr "Суахілі" + +msgid "Tamil" +msgstr "Тамільська" + +msgid "Telugu" +msgstr "Телугу" + +msgid "Thai" +msgstr "Тайська" + +msgid "Turkish" +msgstr "Турецька" + +msgid "Tatar" +msgstr "Татарська" + +msgid "Udmurt" +msgstr "Удмуртська" + +msgid "Ukrainian" +msgstr "Українська" + +msgid "Urdu" +msgstr "Урду" + +msgid "Vietnamese" +msgstr "В'єтнамська" + +msgid "Simplified Chinese" +msgstr "Китайська спрощена" + +msgid "Traditional Chinese" +msgstr "Китайська традиційна" + +msgid "Messages" +msgstr "Повідомлення" + +msgid "Site Maps" +msgstr "Мапи сайту" + +msgid "Static Files" +msgstr "Статичні файли" + +msgid "Syndication" +msgstr "Об'єднання" + +msgid "Enter a valid value." +msgstr "Введіть коректне значення." + +msgid "Enter a valid URL." +msgstr "Введіть коректний URL." + +msgid "Enter a valid integer." +msgstr "Введіть коректне ціле число." + +msgid "Enter a valid email address." +msgstr "Введіть коректну email адресу." + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Введіть коректне значення 'slug' (короткого заголовку), що може містити " +"тільки літери, числа, символи підкреслювання та дефіси." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Введіть коректне значення 'slug' (короткого заголовку), що може містити " +"тільки літери Unicode, числа, символи підкреслювання або дефіси." + +msgid "Enter a valid IPv4 address." +msgstr "Введіть коректну IPv4 адресу." + +msgid "Enter a valid IPv6 address." +msgstr "Введіть дійсну IPv6 адресу." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Введіть дійсну IPv4 чи IPv6 адресу." + +msgid "Enter only digits separated by commas." +msgstr "Введіть тільки цифри, що розділені комами." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Переконайтеся, що це значення дорівнює %(limit_value)s (зараз " +"%(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Переконайтеся, що це значення менше чи дорівнює %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Переконайтеся, що це значення більше чи дорівнює %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Переконайтеся, що це значення містить не менш ніж %(limit_value)d символ " +"(зараз %(show_value)d)." +msgstr[1] "" +"Переконайтеся, що це значення містить не менш ніж %(limit_value)d символів " +"(зараз %(show_value)d)." +msgstr[2] "" +"Переконайтеся, що це значення містить не менш ніж %(limit_value)d символів " +"(зараз %(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Переконайтеся, що це значення містить не більше ніж %(limit_value)d символ " +"(зараз %(show_value)d)." +msgstr[1] "" +"Переконайтеся, що це значення містить не більше ніж %(limit_value)d символи " +"(зараз %(show_value)d)." +msgstr[2] "" +"Переконайтеся, що це значення містить не більше ніж %(limit_value)d символів " +"(зараз %(show_value)d)." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Переконайтеся, що загалом тут не більше ніж %(max)s цифра." +msgstr[1] "Переконайтеся, що загалом тут не більше ніж %(max)s цифер." +msgstr[2] "Переконайтеся, що загалом тут не більше ніж %(max)s цифер." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +"Переконайтеся, що тут не більше ніж %(max)s цифра після десяткової коми." +msgstr[1] "" +"Переконайтеся, що тут не більше ніж %(max)s цифри після десяткової коми." +msgstr[2] "" +"Переконайтеся, що тут не більше ніж %(max)s цифер після десяткової коми." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Переконайтеся, що тут не більше ніж %(max)s цифра до десяткової коми." +msgstr[1] "" +"Переконайтеся, що тут не більше ніж %(max)s цифри до десяткової коми." +msgstr[2] "" +"Переконайтеся, що тут не більше ніж %(max)s цифер до десяткової коми." + +msgid "and" +msgstr "та" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s з таким %(field_labels)s вже існує." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Значення %(value)r не є дозволеним вибором." + +msgid "This field cannot be null." +msgstr "Це поле не може бути пустим." + +msgid "This field cannot be blank." +msgstr "Це поле не може бути порожнім." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s з таким %(field_label)s вже існує." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s повинне бути унікальним для %(date_field_label)s " +"%(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Тип поля: %(field_type)s" + +msgid "Integer" +msgstr "Ціле число" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "Значення '%(value)s' повинне бути цілим числом." + +msgid "Big (8 byte) integer" +msgstr "Велике (8 байтів) ціле число" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "Значення '%(value)s' повинне бути True або False." + +msgid "Boolean (Either True or False)" +msgstr "Булеве значення (True або False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Рядок (до %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Цілі, розділені комою" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"Значення '%(value)s' має невірний формат дати. Вона повинна бути у форматі " +"YYYY-MM-DD." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"Значення '%(value)s' має коректний формат (YYYY-MM-DD), але це недійсна дата." + +msgid "Date (without time)" +msgstr "Дата (без часу)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"Значення '%(value)s' має невірний формат. Воно повинне бути у форматі YYYY-" +"MM-DD HH:MM[:ss[.uuuuuu]][TZ]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"Значення '%(value)s' має вірний формат (YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]), " +"але це недійсна дата/час." + +msgid "Date (with time)" +msgstr "Дата (з часом)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "Значення '%(value)s' повинне бути десятковим числом." + +msgid "Decimal number" +msgstr "Десяткове число" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "Значення '%(value)s' не відповідає формату [DD] [HH:[MM:]]ss[.uuuuuu]." + +msgid "Duration" +msgstr "Тривалість" + +msgid "Email address" +msgstr "E-mail адреса" + +msgid "File path" +msgstr "Шлях до файла" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "Значення '%(value)s' повинне бути числом з плаваючою крапкою." + +msgid "Floating point number" +msgstr "Число з плаваючою комою" + +msgid "IPv4 address" +msgstr "IPv4 адреса" + +msgid "IP address" +msgstr "IP адреса" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "Значення '%(value)s' повинне бути None, True або False." + +msgid "Boolean (Either True, False or None)" +msgstr "Булеве значення (включаючи True, False або None)" + +msgid "Positive integer" +msgstr "Додатнє ціле число" + +msgid "Positive small integer" +msgstr "Додатнє мале ціле число" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (до %(max_length)s)" + +msgid "Small integer" +msgstr "Мале ціле число" + +msgid "Text" +msgstr "Текст" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"Значення '%(value)s' має невірний формат. Воно повинне бути у форматі HH:MM[:" +"ss[.uuuuuu]]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"Значення '%(value)s' має вірний формат (HH:MM[:ss[.uuuuuu]]), але це " +"недійсний час." + +msgid "Time" +msgstr "Час" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Необроблені двійкові дані" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "'%(value)s' невірне значення UUID." + +msgid "File" +msgstr "Файл" + +msgid "Image" +msgstr "Зображення" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "Екземпляр %(model)s з %(field)s %(value)r не існує." + +msgid "Foreign Key (type determined by related field)" +msgstr "Зовнішній ключ (тип визначається відповідно поля)" + +msgid "One-to-one relationship" +msgstr "Один-до-одного" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "%(from)s-%(to)s звязок" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "%(from)s-%(to)s звязки" + +msgid "Many-to-many relationship" +msgstr "Багато-до-багатьох" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Це поле обов'язкове." + +msgid "Enter a whole number." +msgstr "Введіть ціле число." + +msgid "Enter a number." +msgstr "Введіть число." + +msgid "Enter a valid date." +msgstr "Введіть коректну дату." + +msgid "Enter a valid time." +msgstr "Введіть коректний час." + +msgid "Enter a valid date/time." +msgstr "Введіть коректну дату/час." + +msgid "Enter a valid duration." +msgstr "Введіть коректну тривалість." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Файл не надіслано. Перевірте тип кодування форми." + +msgid "No file was submitted." +msgstr "Файл не було надіслано." + +msgid "The submitted file is empty." +msgstr "Переданий файл порожній." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Переконайтеся, що це ім'я файлу містить не більше ніж з %(max)d символ " +"(зараз %(length)d)." +msgstr[1] "" +"Переконайтеся, що це ім'я файлу містить не більше ніж з %(max)d символи " +"(зараз %(length)d)." +msgstr[2] "" +"Переконайтеся, що це ім'я файлу містить не більше ніж з %(max)d символів " +"(зараз %(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Будь ласка, або завантажте файл, або відмітьте прапорець очищення, а не " +"обидва варіанти одразу" + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Завантажте правильний малюнок. Файл, який ви завантажили, не є малюнком, або " +"є зіпсованим малюнком." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Зробить коректний вибір, %(value)s немає серед варіантів вибору." + +msgid "Enter a list of values." +msgstr "Введіть список значень." + +msgid "Enter a complete value." +msgstr "Введіть значення повністю." + +msgid "Enter a valid UUID." +msgstr "Введіть коректне значення UUID," + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Приховане поле %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "Дані ManagementForm відсутні або були пошкоджені" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Будь ласка, відправте %d або менше форм." +msgstr[1] "Будь ласка, відправте %d або менше форм." +msgstr[2] "Будь ласка, відправте %d або менше форм." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Будь ласка, відправте як мінімум %d форму." +msgstr[1] "Будь ласка, відправте як мінімум %d форми." +msgstr[2] "Будь ласка, відправте як мінімум %d форм." + +msgid "Order" +msgstr "Послідовність" + +msgid "Delete" +msgstr "Видалити" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Будь ласка, виправте повторювані дані для поля %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Будь ласка, виправте повторювані дані для поля %(field)s, яке має бути " +"унікальним." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Будь ласка, виправте повторювані дані для поля %(field_name)s, яке має бути " +"унікальним для вибірки %(lookup)s на %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Будь ласка, виправте повторювані значення нижче." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "" +"Зв'язаний зовнішній ключ не відповідає первісному ключу батьківського " +"екземпляру." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Зробить коректний вибір. Такого варіанту нема серед доступних." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "\"%(pk)s\" не є допустимим значенням для первинного ключа." + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s не може бути інтерпретована в часовому поясі " +"%(current_timezone)s; дата може бути неодзначною або виявитись неіснуючою." + +msgid "Currently" +msgstr "Наразі" + +msgid "Change" +msgstr "Змінити" + +msgid "Clear" +msgstr "Очистити" + +msgid "Unknown" +msgstr "Невідомо" + +msgid "Yes" +msgstr "Так" + +msgid "No" +msgstr "Ні" + +msgid "yes,no,maybe" +msgstr "так,ні,можливо" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d байт" +msgstr[1] "%(size)d байти" +msgstr[2] "%(size)d байтів" + +#, python-format +msgid "%s KB" +msgstr "%s Кб" + +#, python-format +msgid "%s MB" +msgstr "%s Мб" + +#, python-format +msgid "%s GB" +msgstr "%s Гб" + +#, python-format +msgid "%s TB" +msgstr "%s Тб" + +#, python-format +msgid "%s PB" +msgstr "%s Пб" + +msgid "p.m." +msgstr "після полудня" + +msgid "a.m." +msgstr "до полудня" + +msgid "PM" +msgstr "після полудня" + +msgid "AM" +msgstr "до полудня" + +msgid "midnight" +msgstr "північ" + +msgid "noon" +msgstr "полудень" + +msgid "Monday" +msgstr "Понеділок" + +msgid "Tuesday" +msgstr "Вівторок" + +msgid "Wednesday" +msgstr "Середа" + +msgid "Thursday" +msgstr "Четвер" + +msgid "Friday" +msgstr "П'ятниця" + +msgid "Saturday" +msgstr "Субота" + +msgid "Sunday" +msgstr "Неділя" + +msgid "Mon" +msgstr "Пн" + +msgid "Tue" +msgstr "Вт" + +msgid "Wed" +msgstr "Ср" + +msgid "Thu" +msgstr "Чт" + +msgid "Fri" +msgstr "Пт" + +msgid "Sat" +msgstr "Сб" + +msgid "Sun" +msgstr "Нд" + +msgid "January" +msgstr "Січень" + +msgid "February" +msgstr "Лютий" + +msgid "March" +msgstr "Березень" + +msgid "April" +msgstr "Квітень" + +msgid "May" +msgstr "Травень" + +msgid "June" +msgstr "Червень" + +msgid "July" +msgstr "Липень" + +msgid "August" +msgstr "Серпень" + +msgid "September" +msgstr "Вересень" + +msgid "October" +msgstr "Жовтень" + +msgid "November" +msgstr "Листопад" + +msgid "December" +msgstr "Грудень" + +msgid "jan" +msgstr "січ" + +msgid "feb" +msgstr "лют" + +msgid "mar" +msgstr "бер" + +msgid "apr" +msgstr "кві" + +msgid "may" +msgstr "тра" + +msgid "jun" +msgstr "чер" + +msgid "jul" +msgstr "лип" + +msgid "aug" +msgstr "сер" + +msgid "sep" +msgstr "вер" + +msgid "oct" +msgstr "жов" + +msgid "nov" +msgstr "лис" + +msgid "dec" +msgstr "гру" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Січ." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Лют." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Березень" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Квітень" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Травень" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Червень" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Липень" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Сер." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Вер." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Жов." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Лис." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Гру." + +msgctxt "alt. month" +msgid "January" +msgstr "січня" + +msgctxt "alt. month" +msgid "February" +msgstr "лютого" + +msgctxt "alt. month" +msgid "March" +msgstr "березня" + +msgctxt "alt. month" +msgid "April" +msgstr "квітня" + +msgctxt "alt. month" +msgid "May" +msgstr "травня" + +msgctxt "alt. month" +msgid "June" +msgstr "червня" + +msgctxt "alt. month" +msgid "July" +msgstr "липня" + +msgctxt "alt. month" +msgid "August" +msgstr "серпня" + +msgctxt "alt. month" +msgid "September" +msgstr "вересня" + +msgctxt "alt. month" +msgid "October" +msgstr "жовтня" + +msgctxt "alt. month" +msgid "November" +msgstr "листопада" + +msgctxt "alt. month" +msgid "December" +msgstr "грудня" + +msgid "This is not a valid IPv6 address." +msgstr "Це не є правильною адресою IPv6." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "або" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d рік" +msgstr[1] "%d роки" +msgstr[2] "%d років" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d місяць" +msgstr[1] "%d місяці" +msgstr[2] "%d місяців" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d тиждень" +msgstr[1] "%d тижні" +msgstr[2] "%d тижнів" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d день" +msgstr[1] "%d дня" +msgstr[2] "%d днів" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d година" +msgstr[1] "%d години" +msgstr[2] "%d годин" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d хвилина" +msgstr[1] "%d хвилини" +msgstr[2] "%d хвилин" + +msgid "0 minutes" +msgstr "0 хвилин" + +msgid "Forbidden" +msgstr "Заборонено" + +msgid "CSRF verification failed. Request aborted." +msgstr "Помилка перевірки CSRF. Запит відхилений." + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Ви бачите це повідомлення, тому що даний сайт використовує захищене " +"з'єднання і вимагає, щоб заголовок «Referer» був переданий вашим браузером, " +"але він не був ним переданий. Даний заголовок необхідний з міркувань " +"безпеки, щоб переконатися, що ваш браузер не був взламаний третьою стороною." + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" +"Якщо ви налаштували свій браузер таким чином, щоб заборонити йому передавати " +"заголовок «Referer», будь ласка, дозвольте йому відсилати даний заголовок " +"принаймні для даного сайту, або для всіх HTTPS-з'єднань, або для подібних " +"запитів." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Ви бачите це повідомлення, тому що даний сайт вимагає, щоб при відправці " +"форм була відправлена ​​і CSRF-cookie. Даний тип cookie необхідний з міркувань " +"безпеки, щоб переконатися, що ваш браузер не був взламаний третьою стороною." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" +"Якщо ви налаштували свій браузер таким чином, щоб він не використав cookie, " +"будь ласка, включіть цю функцію знову, принаймні для цього сайту, або для " +"подібних запитів." + +msgid "More information is available with DEBUG=True." +msgstr "Більше інформації можна отримати з DEBUG=True." + +msgid "Welcome to Django" +msgstr "Ласкаво просимо до Django" + +msgid "It worked!" +msgstr "Воно працює!" + +msgid "Congratulations on your first Django-powered page." +msgstr "Вітаємо Вас на першій сторінці яка створена за допомогою Django." + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" +"Звичайно, Ви ще, насправді, нічого не зробили. Наступним кроком, розпочніть " +"створення Вашого першого додатку, виконавши python manage.py startapp " +"[app_label]." + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" +"Ви бачите це повідомлення тому, що у Вас DEBUG = True у вашому " +"файлі налаштувань Django і ви не налаштували жодного URL. Вперед до роботи!" + +msgid "No year specified" +msgstr "Рік не вказано" + +msgid "No month specified" +msgstr "Місяць не вказано" + +msgid "No day specified" +msgstr "День не вказано" + +msgid "No week specified" +msgstr "Тиждень не вказано" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "%(verbose_name_plural)s недоступні" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Майбутні %(verbose_name_plural)s недоступні, тому що %(class_name)s." +"allow_future має нульове значення." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "Недійсна дата '%(datestr)s' для формату '%(format)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Жодні %(verbose_name)s не були знайдені по запиту" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "Page не є 'last', і не може бути перетворена в ціле." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Невірна сторінка (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Порожній список і величина '%(class_name)s.allow_empty' є False." + +msgid "Directory indexes are not allowed here." +msgstr "Перегляд вмісту каталогу не дозволено." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" не існує" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Вміст директорії %(directory)s" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/uk/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/uk/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/uk/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/uk/formats.py new file mode 100644 index 0000000..d835802 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/uk/formats.py @@ -0,0 +1,25 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# + +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'j E Y р.' +TIME_FORMAT = 'H:i' +DATETIME_FORMAT = 'j E Y р. H:i' +YEAR_MONTH_FORMAT = 'F Y' +MONTH_DAY_FORMAT = 'j F' +SHORT_DATE_FORMAT = 'j M Y' +# SHORT_DATETIME_FORMAT = +FIRST_DAY_OF_WEEK = 1 # Monday + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +# DATE_INPUT_FORMATS = +# TIME_INPUT_FORMATS = +# DATETIME_INPUT_FORMATS = +DECIMAL_SEPARATOR = ',' +THOUSAND_SEPARATOR = ' ' +# NUMBER_GROUPING = diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ur/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ur/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..e9ab9b538a9baa21907673174abc6b42171993a1 GIT binary patch literal 12760 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, 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Urdu (http://www.transifex.com/django/django/language/ur/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ur\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "" + +msgid "Arabic" +msgstr "عربی" + +msgid "Asturian" +msgstr "" + +msgid "Azerbaijani" +msgstr "" + +msgid "Bulgarian" +msgstr "بلغاری" + +msgid "Belarusian" +msgstr "" + +msgid "Bengali" +msgstr "بنگالی" + +msgid "Breton" +msgstr "" + +msgid "Bosnian" +msgstr "بوسنیائی" + +msgid "Catalan" +msgstr "کیٹالانی" + +msgid "Czech" +msgstr "زیچ" + +msgid "Welsh" +msgstr "ویلش" + +msgid "Danish" +msgstr "ڈینش" + +msgid "German" +msgstr "جرمن" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "گریک" + +msgid "English" +msgstr "انگلش" + +msgid "Australian English" +msgstr "" + +msgid "British English" +msgstr "برطانوی انگلش" + +msgid "Esperanto" +msgstr "" + +msgid "Spanish" +msgstr "ھسپانوی" + +msgid "Argentinian Spanish" +msgstr "ارجنٹائنی سپینش" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "" + +msgid "Nicaraguan Spanish" +msgstr "" + +msgid "Venezuelan Spanish" +msgstr "" + +msgid "Estonian" +msgstr "اسٹانین" + +msgid "Basque" +msgstr "باسک" + +msgid "Persian" +msgstr "فارسی" + +msgid "Finnish" +msgstr "فنش" + +msgid "French" +msgstr "فرانسیسی" + +msgid "Frisian" +msgstr "فریسی" + +msgid "Irish" +msgstr "آئرش" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "گیلیشین" + +msgid "Hebrew" +msgstr "عبرانی" + +msgid "Hindi" +msgstr "ھندی" + +msgid "Croatian" +msgstr "کروشن" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "ھونگارین" + +msgid "Interlingua" +msgstr "" + +msgid "Indonesian" +msgstr "انڈونیشین" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "آئس لینڈک" + +msgid "Italian" +msgstr "اطالوی" + +msgid "Japanese" +msgstr "جاپانی" + +msgid "Georgian" +msgstr "جارجیائی" + +msgid "Kazakh" +msgstr "" + +msgid "Khmer" +msgstr "خمر" + +msgid "Kannada" +msgstr "کناڈا" + +msgid "Korean" +msgstr "کوریائی" + +msgid "Luxembourgish" +msgstr "" + +msgid "Lithuanian" +msgstr "لیتھونیائی" + +msgid "Latvian" +msgstr "لتوینی" + +msgid "Macedonian" +msgstr "میسیڈونین" + +msgid "Malayalam" +msgstr "ملایالم" + +msgid "Mongolian" +msgstr "منگولین" + +msgid "Marathi" +msgstr "" + +msgid "Burmese" +msgstr "" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "" + +msgid "Dutch" +msgstr "ڈچ" + +msgid "Norwegian Nynorsk" +msgstr "نارویائی نینورسک" + +msgid "Ossetic" +msgstr "" + +msgid "Punjabi" +msgstr "پنجابی" + +msgid "Polish" +msgstr "پولش" + +msgid "Portuguese" +msgstr "پورتگیز" + +msgid "Brazilian Portuguese" +msgstr "برازیلی پورتگیز" + +msgid "Romanian" +msgstr "رومانی" + +msgid "Russian" +msgstr "روسی" + +msgid "Slovak" +msgstr "سلووک" + +msgid "Slovenian" +msgstr "سلووینین" + +msgid "Albanian" +msgstr "البانوی" + +msgid "Serbian" +msgstr "سربین" + +msgid "Serbian Latin" +msgstr "سربین لاطینی" + +msgid "Swedish" +msgstr "سویڈش" + +msgid "Swahili" +msgstr "" + +msgid "Tamil" +msgstr "تاملی" + +msgid "Telugu" +msgstr "تیلگو" + +msgid "Thai" +msgstr "تھائی" + +msgid "Turkish" +msgstr "ترکش" + +msgid "Tatar" +msgstr "" + +msgid "Udmurt" +msgstr "" + +msgid "Ukrainian" +msgstr "یوکرائنی" + +msgid "Urdu" +msgstr "" + +msgid "Vietnamese" +msgstr "ویتنامی" + +msgid "Simplified Chinese" +msgstr "سادی چینی" + +msgid "Traditional Chinese" +msgstr "روایتی چینی" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "" + +msgid "Static Files" +msgstr "" + +msgid "Syndication" +msgstr "" + +msgid "Enter a valid value." +msgstr "درست قیمت (ویلیو) درج کریں۔" + +msgid "Enter a valid URL." +msgstr "درست یو آر ایل (URL) درج کریں۔" + +msgid "Enter a valid integer." +msgstr "" + +msgid "Enter a valid email address." +msgstr "" + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "درست 'slug' درج کریں جو حروف، نمبروں، انڈرسکور یا ھائفنز پر مشتمل ھو۔" + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "IPv4 کا درست پتہ درج کریں۔" + +msgid "Enter a valid IPv6 address." +msgstr "" + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "" + +msgid "Enter only digits separated by commas." +msgstr "صرف اعداد درج کریں جو کوموں سے الگ کئے ھوئے ھوں۔" + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"اس بات کا یقین کر لیں کہ یہ قیمت (ویلیو) %(limit_value)s ھے۔ (یہ " +"%(show_value)s ھے)%(show_value)s" + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "" +"اس بات کا یقین کر لیں کہ یہ قیمت (ویلیو) %(limit_value)s سے کم یا اس کے " +"برابر ھے۔" + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "" +"اس بات کا یقین کر لیں کہ یہ قیمت (ویلیو) %(limit_value)s سے زیادہ یا اس کے " +"برابر ھے۔" + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +msgstr[1] "" + +msgid "and" +msgstr "اور" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "یہ خانہ نامعلوم (null( نھیں رہ سکتا۔" + +msgid "This field cannot be blank." +msgstr "یہ خانہ خالی نھیں چھوڑا جا سکتا۔" + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s اس %(field_label)s کے ساتھ پہلے ہی موجود ھے۔" + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "%(field_type)s قسم کا خانہ" + +msgid "Integer" +msgstr "صحیح عدد" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "" + +msgid "Big (8 byte) integer" +msgstr "بڑا (8 بائٹ) صحیح عدد" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "بولین (True یا False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "سلسلۂ حروف (String) (%(max_length)s تک)" + +msgid "Comma-separated integers" +msgstr " کومے سے الگ کئے ھوئے صحیح اعداد" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "تاریخ (وقت کے بغیر)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "تاریخ (بمع وقت)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "اعشاری نمبر" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "" + +msgid "File path" +msgstr "فائل کا راستہ(path(" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "نقطہ اعشاریہ والا نمبر" + +msgid "IPv4 address" +msgstr "" + +msgid "IP address" +msgstr "IP ایڈریس" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "بولین (True، False یا None(" + +msgid "Positive integer" +msgstr "" + +msgid "Positive small integer" +msgstr "" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "" + +msgid "Small integer" +msgstr "" + +msgid "Text" +msgstr "متن" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "وقت" + +msgid "URL" +msgstr "یو آر ایل" + +msgid "Raw binary data" +msgstr "" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "" + +msgid "File" +msgstr "" + +msgid "Image" +msgstr "" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "بیرونی کلید (FK( (قسم متعلقہ خانے سے متعین ھو گی)" + +msgid "One-to-one relationship" +msgstr "ون-ٹو-ون ریلیشن شپ" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "مینی-ٹو-مینی ریلیشن شپ" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr "" + +msgid "This field is required." +msgstr "یہ خانہ درکار ھے۔" + +msgid "Enter a whole number." +msgstr "مکمل نمبر درج کریں۔" + +msgid "Enter a number." +msgstr "نمبر درج کریں۔" + +msgid "Enter a valid date." +msgstr "درست تاریخ درج کریں۔" + +msgid "Enter a valid time." +msgstr "درست وقت درج کریں۔" + +msgid "Enter a valid date/time." +msgstr "درست تاریخ/وقت درج کریں۔" + +msgid "Enter a valid duration." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "کوئی فائل پیش نہیں کی گئی۔ فارم پر اینکوڈنگ کی قسم چیک کریں۔" + +msgid "No file was submitted." +msgstr "کوئی فائل پیش نہیں کی گئی تھی۔" + +msgid "The submitted file is empty." +msgstr "پیش کی گئی فائل خالی ھے۔" + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +msgstr[1] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "براہ مھربانی فائل پیش کریں یا Clear checkbox منتخب کریں۔ نہ کہ دونوں۔" + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"درست تصویر اپ لوڈ کریں۔ جو فائل آپ نے اپ لوڈ کی تھی وہ تصویر نہیں تھی یا " +"خراب تصویر تھی۔" + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "درست انتخاب منتخب کریں۔ %(value)s دستیاب انتخابات میں سے کوئی نہیں۔" + +msgid "Enter a list of values." +msgstr "قیمتوں (ویلیوز) کی لسٹ درج کریں۔" + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr "" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" +msgstr[1] "" + +msgid "Order" +msgstr "ترتیب" + +msgid "Delete" +msgstr "مٹائیں" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "براہ کرم %(field)s کے لئے دوہرا مواد درست کریں۔" + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"براہ کرم %(field)s کے لئے دوہرا مواد درست کریں جوکہ منفرد ھونا ضروری ھے۔" + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"براہ کرم %(field_name)s میں دوہرا مواد درست کریں جو کہ %(date_field)s میں " +"%(lookup)s کے لئے منفرد ھونا ضروری ھے۔" + +msgid "Please correct the duplicate values below." +msgstr "براہ کرم نیچے دوہری قیمتیں (ویلیوز) درست کریں۔" + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "ان لائن بیرونی کلید (FK) آبائی پرائمری کلید (PK) سے نھیں ملتی۔" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "درست انتخاب منتخب کریں۔ یہ انتخاب دستیاب انتخابات میں سے کوئی نہیں ھے۔" + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +msgid "Currently" +msgstr "فی الحال" + +msgid "Change" +msgstr "تبدیل کریں" + +msgid "Clear" +msgstr "صاف کریں" + +msgid "Unknown" +msgstr "نامعلوم" + +msgid "Yes" +msgstr "ھاں" + +msgid "No" +msgstr "نھیں" + +msgid "yes,no,maybe" +msgstr "ھاں،نہیں،ھوسکتاہے" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d بائٹ" +msgstr[1] "%(size)d بائٹس" + +#, python-format +msgid "%s KB" +msgstr "%s ک ۔ ب" + +#, python-format +msgid "%s MB" +msgstr "%s م ۔ ب" + +#, python-format +msgid "%s GB" +msgstr "%s ج ۔ ب" + +#, python-format +msgid "%s TB" +msgstr "%s ٹ ۔ ب" + +#, python-format +msgid "%s PB" +msgstr "%s پ ۔ پ" + +msgid "p.m." +msgstr "شام" + +msgid "a.m." +msgstr "صبح" + +msgid "PM" +msgstr "شام" + +msgid "AM" +msgstr "صبح" + +msgid "midnight" +msgstr "نصف رات" + +msgid "noon" +msgstr "دوپہر" + +msgid "Monday" +msgstr "سوموار" + +msgid "Tuesday" +msgstr "منگل" + +msgid "Wednesday" +msgstr "بدھ" + +msgid "Thursday" +msgstr "جمعرات" + +msgid "Friday" +msgstr "جمعہ" + +msgid "Saturday" +msgstr "ھفتہ" + +msgid "Sunday" +msgstr "اتوار" + +msgid "Mon" +msgstr "سوموار" + +msgid "Tue" +msgstr "منگل" + +msgid "Wed" +msgstr "بدھ" + +msgid "Thu" +msgstr "جمعرات" + +msgid "Fri" +msgstr "جمعہ" + +msgid "Sat" +msgstr "ھفتہ" + +msgid "Sun" +msgstr "اتوار" + +msgid "January" +msgstr "جنوری" + +msgid "February" +msgstr "فروری" + +msgid "March" +msgstr "مارچ" + +msgid "April" +msgstr "اپریل" + +msgid "May" +msgstr "مئی" + +msgid "June" +msgstr "جون" + +msgid "July" +msgstr "جولائی" + +msgid "August" +msgstr "اگست" + +msgid "September" +msgstr "ستمبر" + +msgid "October" +msgstr "اکتوبر" + +msgid "November" +msgstr "نومبر" + +msgid "December" +msgstr "دسمبر" + +msgid "jan" +msgstr "جنوری" + +msgid "feb" +msgstr "فروری" + +msgid "mar" +msgstr "مارچ" + +msgid "apr" +msgstr "اپریل" + +msgid "may" +msgstr "مئی" + +msgid "jun" +msgstr "جون" + +msgid "jul" +msgstr "جولائی" + +msgid "aug" +msgstr "اگست" + +msgid "sep" +msgstr "ستمبر" + +msgid "oct" +msgstr "اکتوبر" + +msgid "nov" +msgstr "نومبر" + +msgid "dec" +msgstr "دسمبر" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "جنوری" + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "فروری" + +msgctxt "abbrev. month" +msgid "March" +msgstr "مارچ" + +msgctxt "abbrev. month" +msgid "April" +msgstr "اپریل" + +msgctxt "abbrev. month" +msgid "May" +msgstr "مئی" + +msgctxt "abbrev. month" +msgid "June" +msgstr "جون" + +msgctxt "abbrev. month" +msgid "July" +msgstr "جولائی" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "اگست" + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "ستمبر" + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "اکتوبر" + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "نومبر" + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "دسمبر" + +msgctxt "alt. month" +msgid "January" +msgstr "جنوری" + +msgctxt "alt. month" +msgid "February" +msgstr "فروری" + +msgctxt "alt. month" +msgid "March" +msgstr "مارچ" + +msgctxt "alt. month" +msgid "April" +msgstr "اپریل" + +msgctxt "alt. month" +msgid "May" +msgstr "مئی" + +msgctxt "alt. month" +msgid "June" +msgstr "جون" + +msgctxt "alt. month" +msgid "July" +msgstr "جولائی" + +msgctxt "alt. month" +msgid "August" +msgstr "اگست" + +msgctxt "alt. month" +msgid "September" +msgstr "ستمبر" + +msgctxt "alt. month" +msgid "October" +msgstr "اکتوبر" + +msgctxt "alt. month" +msgid "November" +msgstr "نومبر" + +msgctxt "alt. month" +msgid "December" +msgstr "دسمبر" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "" + +msgid "or" +msgstr "یا" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr "،" + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" + +msgid "0 minutes" +msgstr "" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "Welcome to Django" +msgstr "" + +msgid "It worked!" +msgstr "" + +msgid "Congratulations on your first Django-powered page." +msgstr "" + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" + +msgid "No year specified" +msgstr "" + +msgid "No month specified" +msgstr "" + +msgid "No day specified" +msgstr "" + +msgid "No week specified" +msgstr "" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "" + +msgid "Directory indexes are not allowed here." +msgstr "" + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "" + +#, python-format +msgid "Index of %(directory)s" +msgstr "" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/vi/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/vi/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..cb074260b80708f83dcc486e433adc1ec80b6d5d GIT binary patch literal 19775 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 P_E#FOezs4*nf(6-V, 2011 +# Anh Phan , 2013 +# Thanh Le Viet , 2013 +# Tran , 2011 +# Tran Van , 2011,2013 +# Vuong Nguyen , 2011 +# xgenvn , 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Vietnamese (http://www.transifex.com/django/django/language/" +"vi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Afrikaans" +msgstr "Afrikaans" + +msgid "Arabic" +msgstr "Tiếng Ả Rập" + +msgid "Asturian" +msgstr "Asturian" + +msgid "Azerbaijani" +msgstr "Tiếng Azerbaijan" + +msgid "Bulgarian" +msgstr "Tiếng Bun-ga-ri" + +msgid "Belarusian" +msgstr "Tiếng Bê-la-rút" + +msgid "Bengali" +msgstr "Tiếng Bengal" + +msgid "Breton" +msgstr "Tiếng Breton" + +msgid "Bosnian" +msgstr "Tiếng Bosnia" + +msgid "Catalan" +msgstr "Tiếng Catala" + +msgid "Czech" +msgstr "Tiếng Séc" + +msgid "Welsh" +msgstr "Xứ Wales" + +msgid "Danish" +msgstr "Tiếng Đan Mạch" + +msgid "German" +msgstr "Tiếng Đức" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "Tiếng Hy Lạp" + +msgid "English" +msgstr "Tiếng Anh" + +msgid "Australian English" +msgstr "Tiếng Anh ở Úc" + +msgid "British English" +msgstr "British English" + +msgid "Esperanto" +msgstr "Quốc Tế Ngữ" + +msgid "Spanish" +msgstr "Tiếng Tây Ban Nha" + +msgid "Argentinian Spanish" +msgstr "Argentinian Spanish" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "Mexican Spanish" + +msgid "Nicaraguan Spanish" +msgstr "Tiếng Tây Ban Nha-Nicaragua" + +msgid "Venezuelan Spanish" +msgstr "Tiếng Vê-nê-du-ê-la" + +msgid "Estonian" +msgstr "Tiếng Estonia" + +msgid "Basque" +msgstr "Tiếng Baxcơ" + +msgid "Persian" +msgstr "Tiếng Ba Tư" + +msgid "Finnish" +msgstr "Tiếng Phần Lan" + +msgid "French" +msgstr "Tiếng Pháp" + +msgid "Frisian" +msgstr "Tiếng Frisco" + +msgid "Irish" +msgstr "Tiếng Ai-len" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "Tiếng Pháp cổ" + +msgid "Hebrew" +msgstr "Tiếng Do Thái cổ" + +msgid "Hindi" +msgstr "Tiếng Hindi" + +msgid "Croatian" +msgstr "Tiếng Croatia" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "Tiếng Hung-ga-ri" + +msgid "Interlingua" +msgstr "Tiếng Khoa học Quốc tế" + +msgid "Indonesian" +msgstr "Tiếng In-đô-nê-xi-a" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Tiếng Aixơlen" + +msgid "Italian" +msgstr "Tiếng Ý" + +msgid "Japanese" +msgstr "Tiếng Nhật Bản" + +msgid "Georgian" +msgstr "Georgian" + +msgid "Kazakh" +msgstr "Tiếng Kazakh" + +msgid "Khmer" +msgstr "Tiếng Khơ-me" + +msgid "Kannada" +msgstr "Tiếng Kannada" + +msgid "Korean" +msgstr "Tiếng Hàn Quốc" + +msgid "Luxembourgish" +msgstr "Tiếng Luxembourg" + +msgid "Lithuanian" +msgstr "Tiếng Lat-vi" + +msgid "Latvian" +msgstr "Ngôn ngữ vùng Bantic" + +msgid "Macedonian" +msgstr "Tiếng Maxêđôni" + +msgid "Malayalam" +msgstr "Tiếng Malayalam" + +msgid "Mongolian" +msgstr "Tiếng Mông Cổ" + +msgid "Marathi" +msgstr "Marathi" + +msgid "Burmese" +msgstr "My-an-ma" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "Nê-pan" + +msgid "Dutch" +msgstr "Tiếng Hà Lan" + +msgid "Norwegian Nynorsk" +msgstr "Tiếng Na Uy Nynorsk" + +msgid "Ossetic" +msgstr "Ô-sét-ti-a" + +msgid "Punjabi" +msgstr "Punjabi" + +msgid "Polish" +msgstr "Tiếng Ba lan" + +msgid "Portuguese" +msgstr "Tiếng Bồ Đào Nha" + +msgid "Brazilian Portuguese" +msgstr "Brazilian Portuguese" + +msgid "Romanian" +msgstr "Tiếng Ru-ma-ni" + +msgid "Russian" +msgstr "Tiếng Nga" + +msgid "Slovak" +msgstr "Ngôn ngữ Slô-vac" + +msgid "Slovenian" +msgstr "Tiếng Slôven" + +msgid "Albanian" +msgstr "Tiếng Albania" + +msgid "Serbian" +msgstr "Tiếng Xéc-bi" + +msgid "Serbian Latin" +msgstr "Serbian Latin" + +msgid "Swedish" +msgstr "Tiếng Thụy Điển" + +msgid "Swahili" +msgstr "Xì-qua-hi-đi thuộc ngôn ngữ Bantu" + +msgid "Tamil" +msgstr "Tiếng Ta-min" + +msgid "Telugu" +msgstr "Telugu" + +msgid "Thai" +msgstr "Tiếng Thái" + +msgid "Turkish" +msgstr "Tiếng Thổ Nhĩ Kỳ" + +msgid "Tatar" +msgstr "Tác-ta" + +msgid "Udmurt" +msgstr "Udmurt" + +msgid "Ukrainian" +msgstr "Tiếng Ukraina" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Vietnamese" +msgstr "Tiếng Việt Nam" + +msgid "Simplified Chinese" +msgstr "Tiếng Tàu giản thể" + +msgid "Traditional Chinese" +msgstr "Tiếng Tàu truyền thống" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "Bản đồ trang web" + +msgid "Static Files" +msgstr "Tập tin tĩnh" + +msgid "Syndication" +msgstr "Syndication" + +msgid "Enter a valid value." +msgstr "Nhập một giá trị hợp lệ." + +msgid "Enter a valid URL." +msgstr "Nhập một URL hợp lệ." + +msgid "Enter a valid integer." +msgstr "Nhập một số nguyên hợp lệ." + +msgid "Enter a valid email address." +msgstr "Nhập địa chỉ email." + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "Nhập một 'slug' hợp lệ gồm chữ cái, số, gạch dưới và gạch nối." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "Nhập một địa chỉ IPv4 hợp lệ." + +msgid "Enter a valid IPv6 address." +msgstr "Nhập địa chỉ IPv6 hợp lệ" + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Nhập địa chỉ IPv4 hoặc IPv6 hợp lệ" + +msgid "Enter only digits separated by commas." +msgstr "Chỉ nhập chữ số, cách nhau bằng dấu phẩy." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Đảm bảo giá trị này là %(limit_value)s (nó là %(show_value)s )." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Đảm bảo giá trị này là nhỏ hơn hoặc bằng với %(limit_value)s ." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Đảm bảo giá trị này lớn hơn hoặc bằng với %(limit_value)s ." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Giá trị này phải có ít nhất %(limit_value)d kí tự (hiện có %(show_value)d)" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Giá trị này chỉ có tối đa %(limit_value)d kí tự (hiện có %(show_value)d)" + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Đảm bảo rằng tối đa không có nhiều hơn %(max)s số." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Hãy chắc chắn rằng không có nhiều hơn %(max)s chữ số thập phân." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Hãy chắc chắn rằng không có nhiều hơn %(max)s chữ số trước dấu phẩy thập " +"phân." + +msgid "and" +msgstr "và" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s với thông tin %(field_labels)s đã tồn tại" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Giá trị %(value)r không phải là lựa chọn hợp lệ." + +msgid "This field cannot be null." +msgstr "Trường này không thể để trống." + +msgid "This field cannot be blank." +msgstr "Trường này không được để trắng." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s có %(field_label)s đã tồn tại." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "%(field_label)s phải là duy nhất %(date_field_label)s %(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Trường thuộc dạng: %(field_type)s " + +msgid "Integer" +msgstr "Số nguyên" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "'%(value)s' phải là một số nguyên" + +msgid "Big (8 byte) integer" +msgstr "Big (8 byte) integer" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "'%(value)s' phải là True hoặc False (Đúng hoặc Sai)" + +msgid "Boolean (Either True or False)" +msgstr "Boolean (hoặc là Đúng hoặc là Sai)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Chuỗi (dài đến %(max_length)s ký tự )" + +msgid "Comma-separated integers" +msgstr "Các số nguyên được phân cách bằng dấu phẩy" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "'%(value)s' phải là dạng ngày (ví dụ yyyy-mm-dd)." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"'%(value)s' có dạng là ngày (YYYY-MM-DD) tuy nhiên không phải là ngày hợp lệ." + +msgid "Date (without time)" +msgstr "Ngày (không có giờ)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"'%(value)s' không hợp lệ, giá trị phải có dạng: YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "Ngày (có giờ)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "Số thập phân" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "Địa chỉ email" + +msgid "File path" +msgstr "Đường dẫn tắt tới file" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "Giá trị dấu chấm động" + +msgid "IPv4 address" +msgstr "Địa chỉ IPv4" + +msgid "IP address" +msgstr "Địa chỉ IP" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "Luận lý (Có thể Đúng, Sai hoặc Không cái nào đúng)" + +msgid "Positive integer" +msgstr "Số nguyên dương" + +msgid "Positive small integer" +msgstr "Số nguyên dương nhỏ" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug(lên đến %(max_length)s)" + +msgid "Small integer" +msgstr "Số nguyên nhỏ" + +msgid "Text" +msgstr "Đoạn văn" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "Giờ" + +msgid "URL" +msgstr "Đường dẫn URL" + +msgid "Raw binary data" +msgstr "Dữ liệu nhị phân " + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "" + +msgid "File" +msgstr "File" + +msgid "Image" +msgstr "Image" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "Khóa ngoại (kiểu được xác định bởi trường liên hệ)" + +msgid "One-to-one relationship" +msgstr "Mối quan hệ một-một" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "Mối quan hệ nhiều-nhiều" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Trường này là bắt buộc." + +msgid "Enter a whole number." +msgstr "Nhập một số tổng thể." + +msgid "Enter a number." +msgstr "Nhập một số." + +msgid "Enter a valid date." +msgstr "Nhập một ngày hợp lệ." + +msgid "Enter a valid time." +msgstr "Nhập một thời gian hợp lệ." + +msgid "Enter a valid date/time." +msgstr "Nhập một ngày/thời gian hợp lệ." + +msgid "Enter a valid duration." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Không có tập tin nào được gửi. Hãy kiểm tra kiểu mã hóa của biểu mẫu." + +msgid "No file was submitted." +msgstr "Không có tập tin nào được gửi." + +msgid "The submitted file is empty." +msgstr "Tập tin được gửi là rỗng." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "Tên tệp tin có tối đa %(max)d kí tự (Hiện có %(length)d)" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Vui lòng gửi một tập tin hoặc để ô chọn trắng, không chọn cả hai." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Hãy tải lên một hình ảnh hợp lệ. Tập tin mà bạn đã tải không phải là hình " +"ảnh hoặc đã bị hư hỏng." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Hãy chọn một lựa chọn hợp lệ. %(value)s không phải là một trong các lựa chọn " +"khả thi." + +msgid "Enter a list of values." +msgstr "Nhập một danh sách giá trị." + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Trường ẩn %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Vui lòng đệ trình %d hoặc ít các mẫu đơn hơn." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" + +msgid "Order" +msgstr "Thứ tự" + +msgid "Delete" +msgstr "Xóa" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Hãy sửa các dữ liệu trùng lặp cho %(field)s ." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "Hãy sửa các dữ liệu trùng lặp cho %(field)s, mà phải là duy nhất." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Hãy sửa các dữ liệu trùng lặp cho %(field_name)s mà phải là duy nhất cho " +"%(lookup)s tại %(date_field)s ." + +msgid "Please correct the duplicate values below." +msgstr "Hãy sửa các giá trị trùng lặp dưới đây." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "Khóa ngoại không tương ứng với khóa chính của đối tượng cha." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Hãy chọn một lựa chọn hợp lệ. Lựa chọn đó không phải là một trong các lựa " +"chọn khả thi." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "\"%(pk)s\" không phải là giá trị hợp lệ cho khóa chính." + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s không thích hợp với khu vực thời gian %(current_timezone)s; " +"phần này có thể còn mơ hồ chưa rõ nghĩa hoặc không hề tồn tại." + +msgid "Currently" +msgstr "Hiện nay" + +msgid "Change" +msgstr "Thay đổi" + +msgid "Clear" +msgstr "Xóa" + +msgid "Unknown" +msgstr "Chưa xác định" + +msgid "Yes" +msgstr "Có" + +msgid "No" +msgstr "Không" + +msgid "yes,no,maybe" +msgstr "Có, Không, Có thể" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d byte" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "chiều" + +msgid "AM" +msgstr "sáng" + +msgid "midnight" +msgstr "Nửa đêm" + +msgid "noon" +msgstr "Buổi trưa" + +msgid "Monday" +msgstr "Thứ 2" + +msgid "Tuesday" +msgstr "Thứ 3" + +msgid "Wednesday" +msgstr "Thứ 4" + +msgid "Thursday" +msgstr "Thứ 5" + +msgid "Friday" +msgstr "Thứ 6" + +msgid "Saturday" +msgstr "Thứ 7" + +msgid "Sunday" +msgstr "Chủ nhật" + +msgid "Mon" +msgstr "Thứ 2" + +msgid "Tue" +msgstr "Thứ 3" + +msgid "Wed" +msgstr "Thứ 4" + +msgid "Thu" +msgstr "Thứ 5" + +msgid "Fri" +msgstr "Thứ 6" + +msgid "Sat" +msgstr "Thứ 7" + +msgid "Sun" +msgstr "Chủ nhật" + +msgid "January" +msgstr "Tháng 1" + +msgid "February" +msgstr "Tháng 2" + +msgid "March" +msgstr "Tháng 3" + +msgid "April" +msgstr "Tháng 4" + +msgid "May" +msgstr "Tháng 5" + +msgid "June" +msgstr "Tháng 6" + +msgid "July" +msgstr "Tháng 7" + +msgid "August" +msgstr "Tháng 8" + +msgid "September" +msgstr "Tháng 9" + +msgid "October" +msgstr "Tháng 10" + +msgid "November" +msgstr "Tháng 11" + +msgid "December" +msgstr "Tháng 12" + +msgid "jan" +msgstr "Tháng 1" + +msgid "feb" +msgstr "Tháng 2" + +msgid "mar" +msgstr "Tháng 3" + +msgid "apr" +msgstr "Tháng 4" + +msgid "may" +msgstr "Tháng 5" + +msgid "jun" +msgstr "Tháng 6" + +msgid "jul" +msgstr "Tháng 7" + +msgid "aug" +msgstr "Tháng 8" + +msgid "sep" +msgstr "Tháng 9" + +msgid "oct" +msgstr "Tháng 10" + +msgid "nov" +msgstr "Tháng 11" + +msgid "dec" +msgstr "Tháng 12" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Tháng 1." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Tháng 2." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Tháng ba" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Tháng tư" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Tháng năm" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Tháng sáu" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Tháng bảy" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Tháng 8." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Tháng 9." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Tháng 10." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Tháng 11." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Tháng 12." + +msgctxt "alt. month" +msgid "January" +msgstr "Tháng một" + +msgctxt "alt. month" +msgid "February" +msgstr "Tháng hai" + +msgctxt "alt. month" +msgid "March" +msgstr "Tháng ba" + +msgctxt "alt. month" +msgid "April" +msgstr "Tháng tư" + +msgctxt "alt. month" +msgid "May" +msgstr "Tháng năm" + +msgctxt "alt. month" +msgid "June" +msgstr "Tháng sáu" + +msgctxt "alt. month" +msgid "July" +msgstr "Tháng bảy" + +msgctxt "alt. month" +msgid "August" +msgstr "Tháng tám" + +msgctxt "alt. month" +msgid "September" +msgstr "Tháng Chín" + +msgctxt "alt. month" +msgid "October" +msgstr "Tháng Mười" + +msgctxt "alt. month" +msgid "November" +msgstr "Tháng mười một" + +msgctxt "alt. month" +msgid "December" +msgstr "Tháng mười hai" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "hoặc" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d năm" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d tháng" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d tuần" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d ngày" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d giờ" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d phút" + +msgid "0 minutes" +msgstr "0 phút" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "Welcome to Django" +msgstr "" + +msgid "It worked!" +msgstr "" + +msgid "Congratulations on your first Django-powered page." +msgstr "" + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" + +msgid "No year specified" +msgstr "Không có năm xác định" + +msgid "No month specified" +msgstr "Không có tháng xác định" + +msgid "No day specified" +msgstr "Không có ngày xác định" + +msgid "No week specified" +msgstr "Không có tuần xác định" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Không có %(verbose_name_plural)s phù hợp" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"%(verbose_name_plural)s trong tương lai không có sẵn vì %(class_name)s." +"allow_future là False." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "Chuỗi ngày không hợp lệ ' %(datestr)s' định dạng bởi '%(format)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Không có %(verbose_name)s tìm thấy phù hợp với truy vấn" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "" +"Trang không phải là 'nhất', và cũng không nó có thể được chuyển đổi sang int." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Trang không hợp lệ (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Danh sách rỗng và '%(class_name)s.allow_empty' là sai." + +msgid "Directory indexes are not allowed here." +msgstr "Tại đây không cho phép đánh số chỉ mục dành cho thư mục." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" không tồn tại" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Index của %(directory)s" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/vi/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/vi/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/vi/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/vi/formats.py new file mode 100644 index 0000000..ee87e2f --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/vi/formats.py @@ -0,0 +1,24 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = r'\N\gà\y d \t\há\n\g n \nă\m Y' +TIME_FORMAT = 'H:i' +DATETIME_FORMAT = r'H:i \N\gà\y d \t\há\n\g n \nă\m Y' +YEAR_MONTH_FORMAT = 'F Y' +MONTH_DAY_FORMAT = 'j F' +SHORT_DATE_FORMAT = 'd-m-Y' +SHORT_DATETIME_FORMAT = 'H:i d-m-Y' +# FIRST_DAY_OF_WEEK = + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +# DATE_INPUT_FORMATS = +# TIME_INPUT_FORMATS = +# DATETIME_INPUT_FORMATS = +DECIMAL_SEPARATOR = ',' +THOUSAND_SEPARATOR = '.' +# NUMBER_GROUPING = diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/zh_Hans/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/zh_Hans/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..8b0ed64d07f5695278d4ff45540d16c2bced38a3 GIT binary patch literal 22909 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, 2013 +# Jannis Leidel , 2011 +# Kevin Sze , 2012 +# Lele Long , 2011,2015 +# mozillazg , 2016 +# Ronald White , 2014 +# pylemon , 2013 +# slene , 2011 +# Sun Liwen , 2014 +# Liping Wang , 2016 +# Xiang Yu , 2014 +# Yin Jifeng , 2013 +# Ziang Song , 2011-2012 +# Kevin Sze , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Chinese (China) (http://www.transifex.com/django/django/" +"language/zh_CN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Afrikaans" +msgstr "南非语" + +msgid "Arabic" +msgstr "阿拉伯语" + +msgid "Asturian" +msgstr "阿斯图里亚斯" + +msgid "Azerbaijani" +msgstr "阿塞拜疆语" + +msgid "Bulgarian" +msgstr "保加利亚语" + +msgid "Belarusian" +msgstr "白俄罗斯语" + +msgid "Bengali" +msgstr "孟加拉语" + +msgid "Breton" +msgstr "布雷顿" + +msgid "Bosnian" +msgstr "波斯尼亚语" + +msgid "Catalan" +msgstr "加泰罗尼亚语" + +msgid "Czech" +msgstr "捷克语" + +msgid "Welsh" +msgstr "威尔士语" + +msgid "Danish" +msgstr "丹麦语" + +msgid "German" +msgstr "德语" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "希腊语" + +msgid "English" +msgstr "英语" + +msgid "Australian English" +msgstr "澳大利亚英语" + +msgid "British English" +msgstr "英国英语" + +msgid "Esperanto" +msgstr "世界语" + +msgid "Spanish" +msgstr "西班牙语" + +msgid "Argentinian Spanish" +msgstr "阿根廷西班牙语" + +msgid "Colombian Spanish" +msgstr "哥伦比亚西班牙语" + +msgid "Mexican Spanish" +msgstr "墨西哥西班牙语" + +msgid "Nicaraguan Spanish" +msgstr "尼加拉瓜西班牙语" + +msgid "Venezuelan Spanish" +msgstr "委内瑞拉西班牙语" + +msgid "Estonian" +msgstr "爱沙尼亚语" + +msgid "Basque" +msgstr "巴斯克语" + +msgid "Persian" +msgstr "波斯语" + +msgid "Finnish" +msgstr "芬兰语" + +msgid "French" +msgstr "法语" + +msgid "Frisian" +msgstr "夫里斯兰语" + +msgid "Irish" +msgstr "爱尔兰语" + +msgid "Scottish Gaelic" +msgstr "苏格兰盖尔语" + +msgid "Galician" +msgstr "加利西亚语" + +msgid "Hebrew" +msgstr "希伯来语" + +msgid "Hindi" +msgstr "北印度语" + +msgid "Croatian" +msgstr "克罗地亚语" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "匈牙利语" + +msgid "Interlingua" +msgstr "国际语" + +msgid "Indonesian" +msgstr "印尼语" + +msgid "Ido" +msgstr "简化伊多语" + +msgid "Icelandic" +msgstr "冰岛语" + +msgid "Italian" +msgstr "意大利语" + +msgid "Japanese" +msgstr "日语" + +msgid "Georgian" +msgstr "格鲁吉亚语" + +msgid "Kazakh" +msgstr "哈萨克语" + +msgid "Khmer" +msgstr "高棉语" + +msgid "Kannada" +msgstr "埃纳德语" + +msgid "Korean" +msgstr "韩语" + +msgid "Luxembourgish" +msgstr "卢森堡语" + +msgid "Lithuanian" +msgstr "立陶宛语" + +msgid "Latvian" +msgstr "拉脱维亚语" + +msgid "Macedonian" +msgstr "马其顿语" + +msgid "Malayalam" +msgstr "马来亚拉姆语" + +msgid "Mongolian" +msgstr "蒙古语" + +msgid "Marathi" +msgstr "马拉地语" + +msgid "Burmese" +msgstr "缅甸语" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "尼泊尔语" + +msgid "Dutch" +msgstr "荷兰语" + +msgid "Norwegian Nynorsk" +msgstr "新挪威语" + +msgid "Ossetic" +msgstr "奥塞梯语" + +msgid "Punjabi" +msgstr "旁遮普语 " + +msgid "Polish" +msgstr "波兰语" + +msgid "Portuguese" +msgstr "葡萄牙语" + +msgid "Brazilian Portuguese" +msgstr "巴西葡萄牙语" + +msgid "Romanian" +msgstr "罗马尼亚语" + +msgid "Russian" +msgstr "俄语" + +msgid "Slovak" +msgstr "斯洛伐克语" + +msgid "Slovenian" +msgstr "斯洛文尼亚语" + +msgid "Albanian" +msgstr "阿尔巴尼亚语" + +msgid "Serbian" +msgstr "塞尔维亚语" + +msgid "Serbian Latin" +msgstr "塞尔维亚拉丁语" + +msgid "Swedish" +msgstr "瑞典语" + +msgid "Swahili" +msgstr "斯瓦西里语" + +msgid "Tamil" +msgstr "泰米尔语" + +msgid "Telugu" +msgstr "泰卢固语" + +msgid "Thai" +msgstr "泰语" + +msgid "Turkish" +msgstr "土耳其语" + +msgid "Tatar" +msgstr "鞑靼语" + +msgid "Udmurt" +msgstr "乌德穆尔特语" + +msgid "Ukrainian" +msgstr "乌克兰语" + +msgid "Urdu" +msgstr "乌尔都语" + +msgid "Vietnamese" +msgstr "越南语" + +msgid "Simplified Chinese" +msgstr "简体中文" + +msgid "Traditional Chinese" +msgstr "繁体中文" + +msgid "Messages" +msgstr "消息" + +msgid "Site Maps" +msgstr "站点地图" + +msgid "Static Files" +msgstr "静态文件" + +msgid "Syndication" +msgstr "联合" + +msgid "Enter a valid value." +msgstr "输入一个有效的值。" + +msgid "Enter a valid URL." +msgstr "输入一个有效的 URL。" + +msgid "Enter a valid integer." +msgstr "输入一个有效的整数。" + +msgid "Enter a valid email address." +msgstr "输入一个有效的 Email 地址。" + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "输入一个有效的 'slug',由字母、数字、下划线或横线组成。" + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "输入一个有效的 'slug',由 Unicode 字母、数字、下划线或横线组成。" + +msgid "Enter a valid IPv4 address." +msgstr "输入一个有效的 IPv4 地址。" + +msgid "Enter a valid IPv6 address." +msgstr "输入一个有效的 IPv6 地址。" + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "输入一个有效的 IPv4 或 IPv6 地址." + +msgid "Enter only digits separated by commas." +msgstr "只能输入用逗号分隔的数字。" + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "确保该值为 %(limit_value)s (现在为 %(show_value)s)。" + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "确保该值小于或等于%(limit_value)s。" + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "确保该值大于或等于%(limit_value)s。" + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"确保该变量至少包含 %(limit_value)d 字符(目前字符数 %(show_value)d)。" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"确保该变量包含不超过 %(limit_value)d 字符 (目前字符数 %(show_value)d)。" + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "确认总共不超过 %(max)s 个数字." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "确认小数不超过 %(max)s 位." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "确认小数点前不超过 %(max)s 位。" + +msgid "and" +msgstr "和" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "包含 %(field_labels)s 的 %(model_name)s 已经存在。" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "值 %(value)r 不是有效选项。" + +msgid "This field cannot be null." +msgstr "这个值不能为 null。" + +msgid "This field cannot be blank." +msgstr "此字段不能为空。" + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "具有 %(field_label)s 的 %(model_name)s 已存在。" + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s 必须在 %(date_field_label)s 字段查找类型为 %(lookup_type)s 中" +"唯一。" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "字段类型:%(field_type)s" + +msgid "Integer" +msgstr "整数" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "’%(value)s‘ 必须为整数。" + +msgid "Big (8 byte) integer" +msgstr "大整数(8字节)" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "’%(value)s‘ 必须为 True 或者 False。" + +msgid "Boolean (Either True or False)" +msgstr "布尔值(真或假)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "字符串(最长 %(max_length)s 位)" + +msgid "Comma-separated integers" +msgstr "逗号分隔的整数" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "’%(value)s‘ 必须为合法的日期格式,请使用 YYYY-MM-DD 格式。" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "’%(value)s‘ 值的格式正确(YYYY-MM-DD),但是日期无效。" + +msgid "Date (without time)" +msgstr "日期(无时间)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"’%(value)s‘ 必须为合法的日期时间格式,请使用 YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ] 格式。" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"’%(value)s‘ 值的格式正确(YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]),但是日期/时间无" +"效。" + +msgid "Date (with time)" +msgstr "日期(带时间)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "’%(value)s‘ 必须为十进制数字。" + +msgid "Decimal number" +msgstr "小数" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "’%(value)s‘ 值格式错误,必须为 [DD] [HH:[MM:]]ss[.uuuuuu] 格式。" + +msgid "Duration" +msgstr "时长" + +msgid "Email address" +msgstr "Email 地址" + +msgid "File path" +msgstr "文件路径" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "’%(value)s‘ 必须为浮点数字。" + +msgid "Floating point number" +msgstr "浮点数" + +msgid "IPv4 address" +msgstr "IPv4 地址" + +msgid "IP address" +msgstr "IP 地址" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "’%(value)s‘ 必须为None,True或者False。" + +msgid "Boolean (Either True, False or None)" +msgstr "布尔值(真、假或无)" + +msgid "Positive integer" +msgstr "正整数" + +msgid "Positive small integer" +msgstr "正小整数" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (多达 %(max_length)s)" + +msgid "Small integer" +msgstr "小整数" + +msgid "Text" +msgstr "文本" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "’%(value)s‘ 值格式错误,必须为 HH:MM[:ss[.uuuuuu]] 格式。" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "’%(value)s‘ 值的格式正确(HH:MM[:ss[.uuuuuu]]),但是时间无效。" + +msgid "Time" +msgstr "时间" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "原始二进制数据" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "‘%(value)s’不是有效UUID。" + +msgid "File" +msgstr "文件" + +msgid "Image" +msgstr "图像" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "包含%(field)s %(value)r的%(model)s实例不存在。" + +msgid "Foreign Key (type determined by related field)" +msgstr "外键(由相关字段确定)" + +msgid "One-to-one relationship" +msgstr "一对一关系" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "多对多关系" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "这个字段是必填项。" + +msgid "Enter a whole number." +msgstr "输入整数。" + +msgid "Enter a number." +msgstr "输入一个数字。" + +msgid "Enter a valid date." +msgstr "输入一个有效的日期。" + +msgid "Enter a valid time." +msgstr "输入一个有效的时间。" + +msgid "Enter a valid date/time." +msgstr "输入一个有效的日期/时间。" + +msgid "Enter a valid duration." +msgstr "请输入有效的时长。" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "未提交文件。请检查表单的编码类型。" + +msgid "No file was submitted." +msgstr "没有提交文件。" + +msgid "The submitted file is empty." +msgstr "所提交的是空文件。" + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "确保该文件名长度不超过 %(max)d 字符(目前字符数 %(length)d)。" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "请提交文件或勾选清除复选框,两者其一即可。" + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "请上传一张有效的图片。您所上传的文件不是图片或者是已损坏的图片。" + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "选择一个有效的选项。 %(value)s 不在可用的选项中。" + +msgid "Enter a list of values." +msgstr "输入一系列值。" + +msgid "Enter a complete value." +msgstr "请输入完整的值。" + +msgid "Enter a valid UUID." +msgstr "请输入有效UUID。" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(隐藏字段 %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "管理表单的数据缺失或者已被篡改" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "请提交不超过 %d 个表格。" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "请至少提交 %d 个表单。" + +msgid "Order" +msgstr "排序" + +msgid "Delete" +msgstr "删除" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "请修改%(field)s的重复数据" + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "请修改%(field)s的重复数据.这个字段必须唯一" + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"请修正%(field_name)s的重复数据。%(date_field)s %(lookup)s 在 %(field_name)s " +"必须保证唯一." + +msgid "Please correct the duplicate values below." +msgstr "请修正重复的数据." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "内联外键与父实例的主键不匹配。" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "选择一个有效的选项: 该选择不在可用的选项中。" + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "\"%(pk)s\" 不是一个合法的主键值." + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s 不能在时区 %(current_timezone)s正确解读; 可能时间有歧义或者不存" +"在." + +msgid "Currently" +msgstr "目前" + +msgid "Change" +msgstr "修改" + +msgid "Clear" +msgstr "清除" + +msgid "Unknown" +msgstr "未知" + +msgid "Yes" +msgstr "是" + +msgid "No" +msgstr "否" + +msgid "yes,no,maybe" +msgstr "是、否、也许" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d 字节" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "午夜" + +msgid "noon" +msgstr "中午" + +msgid "Monday" +msgstr "星期一" + +msgid "Tuesday" +msgstr "星期二" + +msgid "Wednesday" +msgstr "星期三" + +msgid "Thursday" +msgstr "星期四" + +msgid "Friday" +msgstr "星期五" + +msgid "Saturday" +msgstr "星期六" + +msgid "Sunday" +msgstr "星期日" + +msgid "Mon" +msgstr "星期一" + +msgid "Tue" +msgstr "星期二" + +msgid "Wed" +msgstr "星期三" + +msgid "Thu" +msgstr "星期四" + +msgid "Fri" +msgstr "星期五" + +msgid "Sat" +msgstr "星期六" + +msgid "Sun" +msgstr "星期日" + +msgid "January" +msgstr "一月" + +msgid "February" +msgstr "二月" + +msgid "March" +msgstr "三月" + +msgid "April" +msgstr "四月" + +msgid "May" +msgstr "五月" + +msgid "June" +msgstr "六月" + +msgid "July" +msgstr "七月" + +msgid "August" +msgstr "八月" + +msgid "September" +msgstr "九月" + +msgid "October" +msgstr "十月" + +msgid "November" +msgstr "十一月" + +msgid "December" +msgstr "十二月" + +msgid "jan" +msgstr "一月" + +msgid "feb" +msgstr "二月" + +msgid "mar" +msgstr "三月" + +msgid "apr" +msgstr "四月" + +msgid "may" +msgstr "五月" + +msgid "jun" +msgstr "六月" + +msgid "jul" +msgstr "七月" + +msgid "aug" +msgstr "八月" + +msgid "sep" +msgstr "九月" + +msgid "oct" +msgstr "十月" + +msgid "nov" +msgstr "十一月" + +msgid "dec" +msgstr "十二月" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "一月" + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "二月" + +msgctxt "abbrev. month" +msgid "March" +msgstr "三月" + +msgctxt "abbrev. month" +msgid "April" +msgstr "四月" + +msgctxt "abbrev. month" +msgid "May" +msgstr "五月" + +msgctxt "abbrev. month" +msgid "June" +msgstr "六月" + +msgctxt "abbrev. month" +msgid "July" +msgstr "七月" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "八月" + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "九月" + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "十月" + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "十一月" + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "十二月" + +msgctxt "alt. month" +msgid "January" +msgstr "一月" + +msgctxt "alt. month" +msgid "February" +msgstr "二月" + +msgctxt "alt. month" +msgid "March" +msgstr "三月" + +msgctxt "alt. month" +msgid "April" +msgstr "四月" + +msgctxt "alt. month" +msgid "May" +msgstr "五月" + +msgctxt "alt. month" +msgid "June" +msgstr "六月" + +msgctxt "alt. month" +msgid "July" +msgstr "七月" + +msgctxt "alt. month" +msgid "August" +msgstr "八月" + +msgctxt "alt. month" +msgid "September" +msgstr "九月" + +msgctxt "alt. month" +msgid "October" +msgstr "十月" + +msgctxt "alt. month" +msgid "November" +msgstr "十一月" + +msgctxt "alt. month" +msgid "December" +msgstr "十二月" + +msgid "This is not a valid IPv6 address." +msgstr "该值不是合法的IPv6地址。" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "或" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr "," + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d 年" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d 月" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d 周" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d 日" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d 小时" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d 分钟" + +msgid "0 minutes" +msgstr "0 分钟" + +msgid "Forbidden" +msgstr "禁止访问" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF验证失败. 相应中断." + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"您看到此消息是由于HTTPS站点需要浏览器发送 ‘Referer HTTP头‘,但是目前没有被发" +"送。出于安全考虑,浏览器必须发送该HTTP头,以确保您的浏览器没有被第三方劫持。" + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" +"如果您已经设置浏览器禁用 ‘Referer’ 头,请重新启用,至少针对这个站点,全部" +"HTTPS请求,或者同源请求(same-origin)启用发送该HTTP头。" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"您看到此消息是由于该站点在提交表单时需要一个CSRF cookie。此项是出于安全考虑," +"以确保您的浏览器没有被第三方劫持。" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" +"如果您已经设置浏览器禁用cookies,请重新启用,至少针对这个站点,全部HTTPS请" +"求,或者同源请求(same-origin)启用cookies。" + +msgid "More information is available with DEBUG=True." +msgstr "更多信息请设置选项DEBUG=True。" + +msgid "Welcome to Django" +msgstr "欢迎认识Django" + +msgid "It worked!" +msgstr "正常工作了!" + +msgid "Congratulations on your first Django-powered page." +msgstr "祝贺你的第一个由Django驱动的页面。" + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" +"当然,您还没有真正开始工作。接下来,请执行 python manage.py startapp " +"[app_label] 来创建您的第一个应用。" + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" +"您看到此消息是由于Django的配置文件设置了 DEBUG = True,您还没有" +"配置任何路由URL。开始工作吧。" + +msgid "No year specified" +msgstr "没有指定年" + +msgid "No month specified" +msgstr "没有指定月" + +msgid "No day specified" +msgstr "没有指定天" + +msgid "No week specified" +msgstr "没有指定周" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "%(verbose_name_plural)s 不存在" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"因为 %(class_name)s.allow_future 设置为 False,所以特性 " +"%(verbose_name_plural)s 不可用。" + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "日期字符串 '%(datestr)s' 与格式 '%(format)s' 不匹配" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "没有找到符合查询的 %(verbose_name)s" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "page 不等于 'last',或者它不能被转为数字。" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "非法页面 (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "列表是空的并且'%(class_name)s.allow_empty 设置为 False'" + +msgid "Directory indexes are not allowed here." +msgstr "这里不允许目录索引" + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" 不存在" + +#, python-format +msgid "Index of %(directory)s" +msgstr "%(directory)s的索引" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/zh_Hans/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/zh_Hans/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/zh_Hans/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/zh_Hans/formats.py new file mode 100644 index 0000000..b6bac2f --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/zh_Hans/formats.py @@ -0,0 +1,45 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'Y年n月j日' # 2016年9月5日 +TIME_FORMAT = 'H:i' # 20:45 +DATETIME_FORMAT = 'Y年n月j日 H:i' # 2016年9月5日 20:45 +YEAR_MONTH_FORMAT = 'Y年n月' # 2016年9月 +MONTH_DAY_FORMAT = 'm月j日' # 9月5日 +SHORT_DATE_FORMAT = 'Y年n月j日' # 2016年9月5日 +SHORT_DATETIME_FORMAT = 'Y年n月j日 H:i' # 2016年9月5日 20:45 +FIRST_DAY_OF_WEEK = 1 # 星期一 (Monday) + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + '%Y/%m/%d', # '2016/09/05' + '%Y-%m-%d', # '2016-09-05' + '%Y年%n月%j日', # '2016年9月5日' +] + +TIME_INPUT_FORMATS = [ + '%H:%M', # '20:45' + '%H:%M:%S', # '20:45:29' + '%H:%M:%S.%f', # '20:45:29.000200' +] + +DATETIME_INPUT_FORMATS = [ + '%Y/%m/%d %H:%M', # '2016/09/05 20:45' + '%Y-%m-%d %H:%M', # '2016-09-05 20:45' + '%Y年%n月%j日 %H:%M', # '2016年9月5日 14:45' + '%Y/%m/%d %H:%M:%S', # '2016/09/05 20:45:29' + '%Y-%m-%d %H:%M:%S', # '2016-09-05 20:45:29' + '%Y年%n月%j日 %H:%M:%S', # '2016年9月5日 20:45:29' + '%Y/%m/%d %H:%M:%S.%f', # '2016/09/05 20:45:29.000200' + '%Y-%m-%d %H:%M:%S.%f', # '2016-09-05 20:45:29.000200' + '%Y年%n月%j日 %H:%n:%S.%f', # '2016年9月5日 20:45:29.000200' +] + +DECIMAL_SEPARATOR = '.' +THOUSAND_SEPARATOR = '' +NUMBER_GROUPING = 4 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/zh_Hant/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/zh_Hant/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..2a7f77540e7fbdeb493f2ea0927eacb2b7f34c17 GIT binary patch literal 18146 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வN{s)|UWABmV3*XW44CA(E&49|JN4q&79A)^9%7 z_W+cIJ%pZ%#K~RC?Yq6{sdu*mt6fhO!%2(ZY3y>b{@K+0Evbf;Zf93CC);-6+w#=6 zf_x*jXH9&I>+w??S4a}^{|omdj&!A6;-00cwMU$Ns>|&=;#>APn>r*dI?Ob=`VKT6idKhF~nP%SY+B_#ScC&=E_~QDJ*eQuaOh;`GeLpMBoxU1m7jcF4YR zv%CG|^Mg`bX~~-X;>Az4NR~|va%MQTQH@3BB+PPGD@a<;UQo;mN<>d%r}lABVBGZ! zds%&{rq<;4Me2+_!pv;pot5e^j-NbtzBALLza>cNTbt6Q=YB4b+G$JXdxEN4HU#Oq zUEh(eKGw4|-gZniS4@GseUO^t%a+G_w<<@j=3F)sYSZQJO5>YkADG(IIKpHIIsQA1 zyOQ;dDQ+6p=|N(#J4fhj_9mIJ(x!+zcRwk|8g`-$sfK;=wfo$q@a#rs$5Olr=O(B5 z2+!jy)*0+}WzA+zAng7nv07D_i>y03kZK@PQ^vv4P_|GbWO?ZC3Ton250%xIiF0#F z^9SZ{=%EPlX7R4A>KO&FQ_RjvidavVH1{QR`HA4R~VT?(vM^xHKba$rq ztR!c=t;s;K;)mN~earP0UWF;5zvEPy+*hACa*&;kna9=_7n0eA=6-MJAK+{Q!db~R z_Ic!z?9JVbOLoT0W_R$f3Tnu)3wp@iySDv_72CzlZRyO@-x}B~KexeYRHvNv+Y<*4 zi3bqdyKzBkeIM`S`1l|`ygSjp!)a$n&vdpm(K?Bfkkh!sS-yvfQJVp^C}k6XS8B$! zwZ@wk^EB48#5u6l*}vT#M|siZPN8e1M6F$;#UkLiK~O!Dw^3>@q4YPgYAr`f{hEp$ zl8Pl0|8(H<4a_4eO1;O)lqcn4R_Oz19o!Xlvjx}V>zTU^Q=ya?B!|B+V ztUrXWk^zyOW@5oI=j74Eu0^6ti;qdPL~$(6Y;+PEw_!tIYZ z?8GLOATvIgIF9=yNGxs=8`#sDSa`(gK0v?X%Uhi-8?v)Yja1Kar}{kkQo%gB)+4jT zLSh&sbGmM|Yz$||N~RUf5MP~km~w(o9$CUG2kB1QQ!dWB!~RpDw!0LoK3?e85c+LG z|FKnXMd`ir2-$mzSWk}gKEr+JwX0rm{C|}EJd^q-D81R)+QBS$Ij!z7UH6qSkS=4c W)r);?iWo6DKP}(RFYb-Ay750Secht~ literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/zh_Hant/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/zh_Hant/LC_MESSAGES/django.po new file mode 100644 index 0000000..a9b3415 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/zh_Hant/LC_MESSAGES/django.po @@ -0,0 +1,1134 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Chen Chun-Chia , 2015 +# Eric Ho , 2013 +# ilay , 2012 +# Jannis Leidel , 2011 +# mail6543210 , 2013 +# ming hsien tzang , 2011 +# tcc , 2011 +# Yeh-Yung , 2013 +# Yeh-Yung , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/django/django/" +"language/zh_TW/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Afrikaans" +msgstr "南非語" + +msgid "Arabic" +msgstr "阿拉伯語" + +msgid "Asturian" +msgstr "阿斯圖里亞斯語" + +msgid "Azerbaijani" +msgstr "阿塞拜疆(Azerbaijani)" + +msgid "Bulgarian" +msgstr "保加利亞語" + +msgid "Belarusian" +msgstr "白俄羅斯人" + +msgid "Bengali" +msgstr "孟加拉語" + +msgid "Breton" +msgstr "布列塔尼語" + +msgid "Bosnian" +msgstr "波士尼亞語" + +msgid "Catalan" +msgstr "嘉泰羅尼亞語" + +msgid "Czech" +msgstr "捷克語" + +msgid "Welsh" +msgstr "威爾斯語" + +msgid "Danish" +msgstr "丹麥語" + +msgid "German" +msgstr "德語" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "希臘語" + +msgid "English" +msgstr "英語" + +msgid "Australian English" +msgstr "澳大利亞英語" + +msgid "British English" +msgstr "英國英語" + +msgid "Esperanto" +msgstr "世界語(Esperanto)" + +msgid "Spanish" +msgstr "西班牙語" + +msgid "Argentinian Spanish" +msgstr "阿根廷西班牙語" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "墨西哥西班牙語(Mexican Spanish)" + +msgid "Nicaraguan Spanish" +msgstr "尼加拉瓜西班牙語(Nicaraguan Spanish)" + +msgid "Venezuelan Spanish" +msgstr "委內瑞拉西班牙人" + +msgid "Estonian" +msgstr "愛沙尼亞語" + +msgid "Basque" +msgstr "巴斯克語" + +msgid "Persian" +msgstr "波斯語" + +msgid "Finnish" +msgstr "芬蘭語" + +msgid "French" +msgstr "法語" + +msgid "Frisian" +msgstr "弗里斯蘭語" + +msgid "Irish" +msgstr "愛爾蘭語" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "加里西亞語" + +msgid "Hebrew" +msgstr "希伯來語" + +msgid "Hindi" +msgstr "印度語" + +msgid "Croatian" +msgstr "克羅埃西亞語" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "匈牙利語" + +msgid "Interlingua" +msgstr "國際語" + +msgid "Indonesian" +msgstr "印尼語" + +msgid "Ido" +msgstr "伊多語" + +msgid "Icelandic" +msgstr "冰島語" + +msgid "Italian" +msgstr "義大利語" + +msgid "Japanese" +msgstr "日語" + +msgid "Georgian" +msgstr "喬治亞語" + +msgid "Kazakh" +msgstr "哈薩克(Kazakh)" + +msgid "Khmer" +msgstr "高棉語" + +msgid "Kannada" +msgstr "坎那達語" + +msgid "Korean" +msgstr "韓語" + +msgid "Luxembourgish" +msgstr "盧森堡語" + +msgid "Lithuanian" +msgstr "立陶宛語" + +msgid "Latvian" +msgstr "拉脫維亞語" + +msgid "Macedonian" +msgstr "馬其頓語" + +msgid "Malayalam" +msgstr "馬來亞拉姆語" + +msgid "Mongolian" +msgstr "蒙古語" + +msgid "Marathi" +msgstr "馬拉地語" + +msgid "Burmese" +msgstr "緬甸語" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "尼泊爾(Nepali)" + +msgid "Dutch" +msgstr "荷蘭語" + +msgid "Norwegian Nynorsk" +msgstr "挪威語(尼諾斯克)" + +msgid "Ossetic" +msgstr "奧塞梯語" + +msgid "Punjabi" +msgstr "旁遮普語" + +msgid "Polish" +msgstr "波蘭嶼" + +msgid "Portuguese" +msgstr "葡萄牙語" + +msgid "Brazilian Portuguese" +msgstr "巴西葡萄牙語" + +msgid "Romanian" +msgstr "羅馬尼亞語" + +msgid "Russian" +msgstr "俄語" + +msgid "Slovak" +msgstr "斯洛伐克語" + +msgid "Slovenian" +msgstr "斯洛維尼亞語" + +msgid "Albanian" +msgstr "阿爾巴尼亞語" + +msgid "Serbian" +msgstr "塞爾維亞語" + +msgid "Serbian Latin" +msgstr "塞爾維亞拉丁語" + +msgid "Swedish" +msgstr "瑞典語" + +msgid "Swahili" +msgstr "斯瓦希裡(Swahili)" + +msgid "Tamil" +msgstr "坦米爾語" + +msgid "Telugu" +msgstr "泰盧固語" + +msgid "Thai" +msgstr "泰語" + +msgid "Turkish" +msgstr "土耳其語" + +msgid "Tatar" +msgstr "韃靼(Tatar)" + +msgid "Udmurt" +msgstr "烏德穆爾特語" + +msgid "Ukrainian" +msgstr "烏克蘭語" + +msgid "Urdu" +msgstr "烏爾都語(Urdu)" + +msgid "Vietnamese" +msgstr "越南語" + +msgid "Simplified Chinese" +msgstr "簡體中文" + +msgid "Traditional Chinese" +msgstr "繁體中文" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "" + +msgid "Static Files" +msgstr "" + +msgid "Syndication" +msgstr "" + +msgid "Enter a valid value." +msgstr "輸入有效的值" + +msgid "Enter a valid URL." +msgstr "輸入有效的URL" + +msgid "Enter a valid integer." +msgstr "輸入有效的整數" + +msgid "Enter a valid email address." +msgstr "輸入有效的電子郵件地址。" + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "輸入一個有效的 'slug',由字母、數字、底線與連字號組成。" + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "輸入有效的 IPv4 位址。" + +msgid "Enter a valid IPv6 address." +msgstr "請輸入有效的 IPv6 位址。" + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "請輸入有效的 IPv4 或 IPv6 位址。" + +msgid "Enter only digits separated by commas." +msgstr "輸入以逗號分隔的數字。" + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "確認這個是否為 %(limit_value)s (目前是 %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "確認這個數值是否小於或等於 %(limit_value)s。" + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "確認這個數值是否大於或等於 %(limit_value)s。" + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "確認這個值至少 %(limit_value)d 個字 (現在是 %(show_value)d 個字)" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "確認這個值最多 %(limit_value)d 個字 (現在是 %(show_value)d 個字)" + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "確認數字全長不超過 %(max)s 位。" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" + +msgid "and" +msgstr "和" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "這個 %(field_labels)s 在 %(model_name)s 已經存在" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "數值 %(value)r 不是有效的選擇" + +msgid "This field cannot be null." +msgstr "這個值不能是 null。" + +msgid "This field cannot be blank." +msgstr "這個欄位不能留白" + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "這個 %(field_label)s 在 %(model_name)s 已經存在。" + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "欄位型態: %(field_type)s" + +msgid "Integer" +msgstr "整數" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "'%(value)s' 必須為整數。" + +msgid "Big (8 byte) integer" +msgstr "大整數(8位元組)" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "'%(value)s' 必須為 True 或 False。" + +msgid "Boolean (Either True or False)" +msgstr "布林值 (True 或 False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "字串 (最長到 %(max_length)s 個字)" + +msgid "Comma-separated integers" +msgstr "逗號分隔的整數" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "'%(value)s' 格式錯誤,必須為 YYYY-MM-DD。" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "'%(value)s' 的格式正確 (YYYY-MM-DD),但不是有效的日期。" + +msgid "Date (without time)" +msgstr "日期 (不包括時間)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "'%(value)s' 格式錯誤,必須為 YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]。" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"'%(value)s' 格式正確 (YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]),但不是有效的日期/" +"時間。" + +msgid "Date (with time)" +msgstr "日期 (包括時間)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "'%(value)s' 必須為十進位數字。" + +msgid "Decimal number" +msgstr "十進位數(小數可)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "'%(value)s' 格式錯誤,必須為 [DD] [HH:[MM:]]ss[.uuuuuu]。" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "電子郵件地址" + +msgid "File path" +msgstr "檔案路徑" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "'%(value)s' 必須為浮點數" + +msgid "Floating point number" +msgstr "浮點數" + +msgid "IPv4 address" +msgstr "IPv4 地址" + +msgid "IP address" +msgstr "IP 位址" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "'%(value)s' 必須為空、True 或 False。" + +msgid "Boolean (Either True, False or None)" +msgstr "布林值 (True, False 或 None)" + +msgid "Positive integer" +msgstr "正整數" + +msgid "Positive small integer" +msgstr "正小整數" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "可讀網址 (長度最多 %(max_length)s)" + +msgid "Small integer" +msgstr "小整數" + +msgid "Text" +msgstr "文字" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "'%(value)s' 格式錯誤,必須為 HH:MM[:ss[.uuuuuu]]。" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "'%(value)s' 格式正確 (HH:MM[:ss[.uuuuuu]]),但不是有效的時間。" + +msgid "Time" +msgstr "時間" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "原始二進制數據" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "'%(value)s' 不是有效的 UUID" + +msgid "File" +msgstr "檔案" + +msgid "Image" +msgstr "影像" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "外鍵 (型態由關連欄位決定)" + +msgid "One-to-one relationship" +msgstr "一對一關連" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "多對多關連" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "這個欄位是必須的。" + +msgid "Enter a whole number." +msgstr "輸入整數" + +msgid "Enter a number." +msgstr "輸入一個數字" + +msgid "Enter a valid date." +msgstr "輸入有效的日期" + +msgid "Enter a valid time." +msgstr "輸入有效的時間" + +msgid "Enter a valid date/time." +msgstr "輸入有效的日期/時間" + +msgid "Enter a valid duration." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "沒有檔案被送出。請檢查表單的編碼類型。" + +msgid "No file was submitted." +msgstr "沒有檔案送出" + +msgid "The submitted file is empty." +msgstr "送出的檔案是空的。" + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "請提交一個檔案或確認清除核可項, 不能兩者都做。" + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "上傳一個有效的圖檔。你上傳的檔案為非圖片,不然就是損壞的圖檔。" + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "請選擇有效的項目, %(value)s 不是一個可用的選擇。" + +msgid "Enter a list of values." +msgstr "輸入一個列表的值" + +msgid "Enter a complete value." +msgstr "請輸入完整的值" + +msgid "Enter a valid UUID." +msgstr "請輸入有效的 UUID" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" + +msgid "Order" +msgstr "排序" + +msgid "Delete" +msgstr "刪除" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "請修正 %(field)s 的重覆資料" + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "請修正 %(field)s 的重覆資料, 必須為唯一值" + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"請修正 %(field_name)s 重複資料, %(date_field)s 的 %(lookup)s 必須是唯一值。" + +msgid "Please correct the duplicate values below." +msgstr "請修正下方重覆的數值" + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "內含的外鍵無法連接到對應的上層實體主鍵。" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "選擇有效的選項: 此選擇不在可用的選項中。" + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "\"%(pk)s\" 不是一個主鍵的有效資料。" + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s 無法被轉換成 %(current_timezone)s 時區格式; 可能是不符格式或不存" +"在。" + +msgid "Currently" +msgstr "目前" + +msgid "Change" +msgstr "變更" + +msgid "Clear" +msgstr "清除" + +msgid "Unknown" +msgstr "未知" + +msgid "Yes" +msgstr "是" + +msgid "No" +msgstr "否" + +msgid "yes,no,maybe" +msgstr "是、否、也許" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d 位元組" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "午夜" + +msgid "noon" +msgstr "中午" + +msgid "Monday" +msgstr "星期一" + +msgid "Tuesday" +msgstr "星期二" + +msgid "Wednesday" +msgstr "星期三" + +msgid "Thursday" +msgstr "星期四" + +msgid "Friday" +msgstr "星期五" + +msgid "Saturday" +msgstr "星期六" + +msgid "Sunday" +msgstr "星期日" + +msgid "Mon" +msgstr "星期一" + +msgid "Tue" +msgstr "星期二" + +msgid "Wed" +msgstr "星期三" + +msgid "Thu" +msgstr "星期四" + +msgid "Fri" +msgstr "星期五" + +msgid "Sat" +msgstr "星期六" + +msgid "Sun" +msgstr "星期日" + +msgid "January" +msgstr "一月" + +msgid "February" +msgstr "二月" + +msgid "March" +msgstr "三月" + +msgid "April" +msgstr "四月" + +msgid "May" +msgstr "五月" + +msgid "June" +msgstr "六月" + +msgid "July" +msgstr "七月" + +msgid "August" +msgstr "八月" + +msgid "September" +msgstr "九月" + +msgid "October" +msgstr "十月" + +msgid "November" +msgstr "十一月" + +msgid "December" +msgstr "十二月" + +msgid "jan" +msgstr "一月" + +msgid "feb" +msgstr "二月" + +msgid "mar" +msgstr "三月" + +msgid "apr" +msgstr "四月" + +msgid "may" +msgstr "五月" + +msgid "jun" +msgstr "六月" + +msgid "jul" +msgstr "七月" + +msgid "aug" +msgstr "八月" + +msgid "sep" +msgstr "九月" + +msgid "oct" +msgstr "十月" + +msgid "nov" +msgstr "十一月" + +msgid "dec" +msgstr "十二月" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "一月" + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "二月" + +msgctxt "abbrev. month" +msgid "March" +msgstr "三月" + +msgctxt "abbrev. month" +msgid "April" +msgstr "四月" + +msgctxt "abbrev. month" +msgid "May" +msgstr "五月" + +msgctxt "abbrev. month" +msgid "June" +msgstr "六月" + +msgctxt "abbrev. month" +msgid "July" +msgstr "七月" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "八月" + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "九月" + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "十月" + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "十一月" + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "十二月" + +msgctxt "alt. month" +msgid "January" +msgstr "一月" + +msgctxt "alt. month" +msgid "February" +msgstr "二月" + +msgctxt "alt. month" +msgid "March" +msgstr "三月" + +msgctxt "alt. month" +msgid "April" +msgstr "四月" + +msgctxt "alt. month" +msgid "May" +msgstr "五月" + +msgctxt "alt. month" +msgid "June" +msgstr "六月" + +msgctxt "alt. month" +msgid "July" +msgstr "七月" + +msgctxt "alt. month" +msgid "August" +msgstr "八月" + +msgctxt "alt. month" +msgid "September" +msgstr "九月" + +msgctxt "alt. month" +msgid "October" +msgstr "十月" + +msgctxt "alt. month" +msgid "November" +msgstr "十一月" + +msgctxt "alt. month" +msgid "December" +msgstr "十二月" + +msgid "This is not a valid IPv6 address." +msgstr "這是無效的 IPv6 位址。" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "或" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d 年" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d 月" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d 週" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d 日" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d 時" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d 分" + +msgid "0 minutes" +msgstr "0 分" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "Welcome to Django" +msgstr "" + +msgid "It worked!" +msgstr "" + +msgid "Congratulations on your first Django-powered page." +msgstr "" + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" + +msgid "No year specified" +msgstr "不指定年份" + +msgid "No month specified" +msgstr "不指定月份" + +msgid "No day specified" +msgstr "不指定日期" + +msgid "No week specified" +msgstr "不指定週數" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "%(verbose_name_plural)s 無法使用" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"未來的 %(verbose_name_plural)s 不可用,因 %(class_name)s.allow_future 為 " +"False." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "無效的日期字串 '%(datestr)s' 可接受格式 '%(format)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "無 %(verbose_name)s 符合本次搜尋" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "頁面不是最後一頁,也無法被轉換為整數。" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "無效的頁面 (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "為空list且 '%(class_name)s.allow_empty' 為False." + +msgid "Directory indexes are not allowed here." +msgstr "這裡不允許目錄索引。" + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" 路徑不存在" + +#, python-format +msgid "Index of %(directory)s" +msgstr "%(directory)s 的索引" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/zh_Hant/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/zh_Hant/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/zh_Hant/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/zh_Hant/formats.py new file mode 100644 index 0000000..b6bac2f --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/zh_Hant/formats.py @@ -0,0 +1,45 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'Y年n月j日' # 2016年9月5日 +TIME_FORMAT = 'H:i' # 20:45 +DATETIME_FORMAT = 'Y年n月j日 H:i' # 2016年9月5日 20:45 +YEAR_MONTH_FORMAT = 'Y年n月' # 2016年9月 +MONTH_DAY_FORMAT = 'm月j日' # 9月5日 +SHORT_DATE_FORMAT = 'Y年n月j日' # 2016年9月5日 +SHORT_DATETIME_FORMAT = 'Y年n月j日 H:i' # 2016年9月5日 20:45 +FIRST_DAY_OF_WEEK = 1 # 星期一 (Monday) + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + '%Y/%m/%d', # '2016/09/05' + '%Y-%m-%d', # '2016-09-05' + '%Y年%n月%j日', # '2016年9月5日' +] + +TIME_INPUT_FORMATS = [ + '%H:%M', # '20:45' + '%H:%M:%S', # '20:45:29' + '%H:%M:%S.%f', # '20:45:29.000200' +] + +DATETIME_INPUT_FORMATS = [ + '%Y/%m/%d %H:%M', # '2016/09/05 20:45' + '%Y-%m-%d %H:%M', # '2016-09-05 20:45' + '%Y年%n月%j日 %H:%M', # '2016年9月5日 14:45' + '%Y/%m/%d %H:%M:%S', # '2016/09/05 20:45:29' + '%Y-%m-%d %H:%M:%S', # '2016-09-05 20:45:29' + '%Y年%n月%j日 %H:%M:%S', # '2016年9月5日 20:45:29' + '%Y/%m/%d %H:%M:%S.%f', # '2016/09/05 20:45:29.000200' + '%Y-%m-%d %H:%M:%S.%f', # '2016-09-05 20:45:29.000200' + '%Y年%n月%j日 %H:%n:%S.%f', # '2016年9月5日 20:45:29.000200' +] + +DECIMAL_SEPARATOR = '.' +THOUSAND_SEPARATOR = '' +NUMBER_GROUPING = 4 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/project_template/manage.py-tpl b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/project_template/manage.py-tpl new file mode 100755 index 0000000..4130984 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/project_template/manage.py-tpl @@ -0,0 +1,22 @@ +#!/usr/bin/env python +import os +import sys + +if __name__ == "__main__": + os.environ.setdefault("DJANGO_SETTINGS_MODULE", "{{ project_name }}.settings") + try: + from django.core.management import execute_from_command_line + except ImportError: + # The above import may fail for some other reason. Ensure that the + # issue is really that Django is missing to avoid masking other + # exceptions on Python 2. + try: + import django + except ImportError: + raise ImportError( + "Couldn't import Django. Are you sure it's installed and " + "available on your PYTHONPATH environment variable? Did you " + "forget to activate a virtual environment?" + ) + raise + execute_from_command_line(sys.argv) diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/project_template/project_name/__init__.py-tpl b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/project_template/project_name/__init__.py-tpl new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/project_template/project_name/settings.py-tpl b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/project_template/project_name/settings.py-tpl new file mode 100644 index 0000000..7dfe186 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/project_template/project_name/settings.py-tpl @@ -0,0 +1,120 @@ +""" +Django settings for {{ project_name }} project. + +Generated by 'django-admin startproject' using Django {{ django_version }}. + +For more information on this file, see +https://docs.djangoproject.com/en/{{ docs_version }}/topics/settings/ + +For the full list of settings and their values, see +https://docs.djangoproject.com/en/{{ docs_version }}/ref/settings/ +""" + +import os + +# Build paths inside the project like this: os.path.join(BASE_DIR, ...) +BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) + + +# Quick-start development settings - unsuitable for production +# See https://docs.djangoproject.com/en/{{ docs_version }}/howto/deployment/checklist/ + +# SECURITY WARNING: keep the secret key used in production secret! +SECRET_KEY = '{{ secret_key }}' + +# SECURITY WARNING: don't run with debug turned on in production! +DEBUG = True + +ALLOWED_HOSTS = [] + + +# Application definition + +INSTALLED_APPS = [ + 'django.contrib.admin', + 'django.contrib.auth', + 'django.contrib.contenttypes', + 'django.contrib.sessions', + 'django.contrib.messages', + 'django.contrib.staticfiles', +] + +MIDDLEWARE = [ + 'django.middleware.security.SecurityMiddleware', + 'django.contrib.sessions.middleware.SessionMiddleware', + 'django.middleware.common.CommonMiddleware', + 'django.middleware.csrf.CsrfViewMiddleware', + 'django.contrib.auth.middleware.AuthenticationMiddleware', + 'django.contrib.messages.middleware.MessageMiddleware', + 'django.middleware.clickjacking.XFrameOptionsMiddleware', +] + +ROOT_URLCONF = '{{ project_name }}.urls' + +TEMPLATES = [ + { + 'BACKEND': 'django.template.backends.django.DjangoTemplates', + 'DIRS': [], + 'APP_DIRS': True, + 'OPTIONS': { + 'context_processors': [ + 'django.template.context_processors.debug', + 'django.template.context_processors.request', + 'django.contrib.auth.context_processors.auth', + 'django.contrib.messages.context_processors.messages', + ], + }, + }, +] + +WSGI_APPLICATION = '{{ project_name }}.wsgi.application' + + +# Database +# https://docs.djangoproject.com/en/{{ docs_version }}/ref/settings/#databases + +DATABASES = { + 'default': { + 'ENGINE': 'django.db.backends.sqlite3', + 'NAME': os.path.join(BASE_DIR, 'db.sqlite3'), + } +} + + +# Password validation +# https://docs.djangoproject.com/en/{{ docs_version }}/ref/settings/#auth-password-validators + +AUTH_PASSWORD_VALIDATORS = [ + { + 'NAME': 'django.contrib.auth.password_validation.UserAttributeSimilarityValidator', + }, + { + 'NAME': 'django.contrib.auth.password_validation.MinimumLengthValidator', + }, + { + 'NAME': 'django.contrib.auth.password_validation.CommonPasswordValidator', + }, + { + 'NAME': 'django.contrib.auth.password_validation.NumericPasswordValidator', + }, +] + + +# Internationalization +# https://docs.djangoproject.com/en/{{ docs_version }}/topics/i18n/ + +LANGUAGE_CODE = 'en-us' + +TIME_ZONE = 'UTC' + +USE_I18N = True + +USE_L10N = True + +USE_TZ = True + + +# Static files (CSS, JavaScript, Images) +# https://docs.djangoproject.com/en/{{ docs_version }}/howto/static-files/ + +STATIC_URL = '/static/' diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/project_template/project_name/urls.py-tpl b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/project_template/project_name/urls.py-tpl new file mode 100644 index 0000000..30ddffb --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/project_template/project_name/urls.py-tpl @@ -0,0 +1,21 @@ +"""{{ project_name }} URL Configuration + +The `urlpatterns` list routes URLs to views. For more information please see: + https://docs.djangoproject.com/en/{{ docs_version }}/topics/http/urls/ +Examples: +Function views + 1. Add an import: from my_app import views + 2. Add a URL to urlpatterns: url(r'^$', views.home, name='home') +Class-based views + 1. Add an import: from other_app.views import Home + 2. Add a URL to urlpatterns: url(r'^$', Home.as_view(), name='home') +Including another URLconf + 1. Import the include() function: from django.conf.urls import url, include + 2. Add a URL to urlpatterns: url(r'^blog/', include('blog.urls')) +""" +from django.conf.urls import url +from django.contrib import admin + +urlpatterns = [ + url(r'^admin/', admin.site.urls), +] diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/project_template/project_name/wsgi.py-tpl b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/project_template/project_name/wsgi.py-tpl new file mode 100644 index 0000000..0d68b95 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/project_template/project_name/wsgi.py-tpl @@ -0,0 +1,16 @@ +""" +WSGI config for {{ project_name }} project. + +It exposes the WSGI callable as a module-level variable named ``application``. + +For more information on this file, see +https://docs.djangoproject.com/en/{{ docs_version }}/howto/deployment/wsgi/ +""" + +import os + +from django.core.wsgi import get_wsgi_application + +os.environ.setdefault("DJANGO_SETTINGS_MODULE", "{{ project_name }}.settings") + +application = get_wsgi_application() diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/urls/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/urls/__init__.py new file mode 100644 index 0000000..03879bc --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/urls/__init__.py @@ -0,0 +1,85 @@ +import warnings +from importlib import import_module + +from django.core.exceptions import ImproperlyConfigured +from django.urls import ( + LocaleRegexURLResolver, RegexURLPattern, RegexURLResolver, +) +from django.utils import six +from django.utils.deprecation import RemovedInDjango20Warning + +__all__ = ['handler400', 'handler403', 'handler404', 'handler500', 'include', 'url'] + +handler400 = 'django.views.defaults.bad_request' +handler403 = 'django.views.defaults.permission_denied' +handler404 = 'django.views.defaults.page_not_found' +handler500 = 'django.views.defaults.server_error' + + +def include(arg, namespace=None, app_name=None): + if app_name and not namespace: + raise ValueError('Must specify a namespace if specifying app_name.') + if app_name: + warnings.warn( + 'The app_name argument to django.conf.urls.include() is deprecated. ' + 'Set the app_name in the included URLconf instead.', + RemovedInDjango20Warning, stacklevel=2 + ) + + if isinstance(arg, tuple): + # callable returning a namespace hint + try: + urlconf_module, app_name = arg + except ValueError: + if namespace: + raise ImproperlyConfigured( + 'Cannot override the namespace for a dynamic module that provides a namespace' + ) + warnings.warn( + 'Passing a 3-tuple to django.conf.urls.include() is deprecated. ' + 'Pass a 2-tuple containing the list of patterns and app_name, ' + 'and provide the namespace argument to include() instead.', + RemovedInDjango20Warning, stacklevel=2 + ) + urlconf_module, app_name, namespace = arg + else: + # No namespace hint - use manually provided namespace + urlconf_module = arg + + if isinstance(urlconf_module, six.string_types): + urlconf_module = import_module(urlconf_module) + patterns = getattr(urlconf_module, 'urlpatterns', urlconf_module) + app_name = getattr(urlconf_module, 'app_name', app_name) + if namespace and not app_name: + warnings.warn( + 'Specifying a namespace in django.conf.urls.include() without ' + 'providing an app_name is deprecated. Set the app_name attribute ' + 'in the included module, or pass a 2-tuple containing the list of ' + 'patterns and app_name instead.', + RemovedInDjango20Warning, stacklevel=2 + ) + + namespace = namespace or app_name + + # Make sure we can iterate through the patterns (without this, some + # testcases will break). + if isinstance(patterns, (list, tuple)): + for url_pattern in patterns: + # Test if the LocaleRegexURLResolver is used within the include; + # this should throw an error since this is not allowed! + if isinstance(url_pattern, LocaleRegexURLResolver): + raise ImproperlyConfigured( + 'Using i18n_patterns in an included URLconf is not allowed.') + + return (urlconf_module, app_name, namespace) + + +def url(regex, view, kwargs=None, name=None): + if isinstance(view, (list, tuple)): + # For include(...) processing. + urlconf_module, app_name, namespace = view + return RegexURLResolver(regex, urlconf_module, kwargs, app_name=app_name, namespace=namespace) + elif callable(view): + return RegexURLPattern(regex, view, kwargs, name) + else: + raise TypeError('view must be a callable or a list/tuple in the case of include().') diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/urls/i18n.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/urls/i18n.py new file mode 100644 index 0000000..14f4c69 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/urls/i18n.py @@ -0,0 +1,37 @@ +from django.conf import settings +from django.conf.urls import url +from django.urls import LocaleRegexURLResolver, get_resolver +from django.utils import lru_cache +from django.views.i18n import set_language + + +def i18n_patterns(*urls, **kwargs): + """ + Adds the language code prefix to every URL pattern within this + function. This may only be used in the root URLconf, not in an included + URLconf. + """ + if not settings.USE_I18N: + return list(urls) + prefix_default_language = kwargs.pop('prefix_default_language', True) + assert not kwargs, 'Unexpected kwargs for i18n_patterns(): %s' % kwargs + return [LocaleRegexURLResolver(list(urls), prefix_default_language=prefix_default_language)] + + +@lru_cache.lru_cache(maxsize=None) +def is_language_prefix_patterns_used(urlconf): + """ + Return a tuple of two booleans: ( + `True` if LocaleRegexURLResolver` is used in the `urlconf`, + `True` if the default language should be prefixed + ) + """ + for url_pattern in get_resolver(urlconf).url_patterns: + if isinstance(url_pattern, LocaleRegexURLResolver): + return True, url_pattern.prefix_default_language + return False, False + + +urlpatterns = [ + url(r'^setlang/$', set_language, name='set_language'), +] diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/urls/static.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/urls/static.py new file mode 100644 index 0000000..e8f8a9e --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/urls/static.py @@ -0,0 +1,27 @@ +import re + +from django.conf import settings +from django.conf.urls import url +from django.core.exceptions import ImproperlyConfigured +from django.views.static import serve + + +def static(prefix, view=serve, **kwargs): + """ + Helper function to return a URL pattern for serving files in debug mode. + + from django.conf import settings + from django.conf.urls.static import static + + urlpatterns = [ + # ... the rest of your URLconf goes here ... + ] + static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT) + """ + # No-op if not in debug mode or an non-local prefix + if not settings.DEBUG or (prefix and '://' in prefix): + return [] + elif not prefix: + raise ImproperlyConfigured("Empty static prefix not permitted") + return [ + url(r'^%s(?P.*)$' % re.escape(prefix.lstrip('/')), view, kwargs=kwargs), + ] diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/__init__.py new file mode 100644 index 0000000..23f51fa --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/__init__.py @@ -0,0 +1,29 @@ +# ACTION_CHECKBOX_NAME is unused, but should stay since its import from here +# has been referenced in documentation. +from django.contrib.admin.decorators import register +from django.contrib.admin.filters import ( + AllValuesFieldListFilter, BooleanFieldListFilter, ChoicesFieldListFilter, + DateFieldListFilter, FieldListFilter, ListFilter, RelatedFieldListFilter, + RelatedOnlyFieldListFilter, SimpleListFilter, +) +from django.contrib.admin.helpers import ACTION_CHECKBOX_NAME +from django.contrib.admin.options import ( + HORIZONTAL, VERTICAL, ModelAdmin, StackedInline, TabularInline, +) +from django.contrib.admin.sites import AdminSite, site +from django.utils.module_loading import autodiscover_modules + +__all__ = [ + "register", "ACTION_CHECKBOX_NAME", "ModelAdmin", "HORIZONTAL", "VERTICAL", + "StackedInline", "TabularInline", "AdminSite", "site", "ListFilter", + "SimpleListFilter", "FieldListFilter", "BooleanFieldListFilter", + "RelatedFieldListFilter", "ChoicesFieldListFilter", "DateFieldListFilter", + "AllValuesFieldListFilter", "RelatedOnlyFieldListFilter", "autodiscover", +] + + +def autodiscover(): + autodiscover_modules('admin', register_to=site) + + +default_app_config = 'django.contrib.admin.apps.AdminConfig' diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/actions.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/actions.py new file mode 100644 index 0000000..6fdf070 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/actions.py @@ -0,0 +1,89 @@ +""" +Built-in, globally-available admin actions. +""" + +from django.contrib import messages +from django.contrib.admin import helpers +from django.contrib.admin.utils import get_deleted_objects, model_ngettext +from django.core.exceptions import PermissionDenied +from django.db import router +from django.template.response import TemplateResponse +from django.utils.encoding import force_text +from django.utils.translation import ugettext as _, ugettext_lazy + + +def delete_selected(modeladmin, request, queryset): + """ + Default action which deletes the selected objects. + + This action first displays a confirmation page which shows all the + deleteable objects, or, if the user has no permission one of the related + childs (foreignkeys), a "permission denied" message. + + Next, it deletes all selected objects and redirects back to the change list. + """ + opts = modeladmin.model._meta + app_label = opts.app_label + + # Check that the user has delete permission for the actual model + if not modeladmin.has_delete_permission(request): + raise PermissionDenied + + using = router.db_for_write(modeladmin.model) + + # Populate deletable_objects, a data structure of all related objects that + # will also be deleted. + deletable_objects, model_count, perms_needed, protected = get_deleted_objects( + queryset, opts, request.user, modeladmin.admin_site, using) + + # The user has already confirmed the deletion. + # Do the deletion and return a None to display the change list view again. + if request.POST.get('post') and not protected: + if perms_needed: + raise PermissionDenied + n = queryset.count() + if n: + for obj in queryset: + obj_display = force_text(obj) + modeladmin.log_deletion(request, obj, obj_display) + queryset.delete() + modeladmin.message_user(request, _("Successfully deleted %(count)d %(items)s.") % { + "count": n, "items": model_ngettext(modeladmin.opts, n) + }, messages.SUCCESS) + # Return None to display the change list page again. + return None + + if len(queryset) == 1: + objects_name = force_text(opts.verbose_name) + else: + objects_name = force_text(opts.verbose_name_plural) + + if perms_needed or protected: + title = _("Cannot delete %(name)s") % {"name": objects_name} + else: + title = _("Are you sure?") + + context = dict( + modeladmin.admin_site.each_context(request), + title=title, + objects_name=objects_name, + deletable_objects=[deletable_objects], + model_count=dict(model_count).items(), + queryset=queryset, + perms_lacking=perms_needed, + protected=protected, + opts=opts, + action_checkbox_name=helpers.ACTION_CHECKBOX_NAME, + media=modeladmin.media, + ) + + request.current_app = modeladmin.admin_site.name + + # Display the confirmation page + return TemplateResponse(request, modeladmin.delete_selected_confirmation_template or [ + "admin/%s/%s/delete_selected_confirmation.html" % (app_label, opts.model_name), + "admin/%s/delete_selected_confirmation.html" % app_label, + "admin/delete_selected_confirmation.html" + ], context) + +delete_selected.short_description = ugettext_lazy("Delete selected %(verbose_name_plural)s") diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/apps.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/apps.py new file mode 100644 index 0000000..194ec9f --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/apps.py @@ -0,0 +1,23 @@ +from django.apps import AppConfig +from django.contrib.admin.checks import check_admin_app, check_dependencies +from django.core import checks +from django.utils.translation import ugettext_lazy as _ + + +class SimpleAdminConfig(AppConfig): + """Simple AppConfig which does not do automatic discovery.""" + + name = 'django.contrib.admin' + verbose_name = _("Administration") + + def ready(self): + checks.register(check_dependencies, checks.Tags.admin) + checks.register(check_admin_app, checks.Tags.admin) + + +class AdminConfig(SimpleAdminConfig): + """The default AppConfig for admin which does autodiscovery.""" + + def ready(self): + super(AdminConfig, self).ready() + self.module.autodiscover() diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/checks.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/checks.py new file mode 100644 index 0000000..87788c8 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/checks.py @@ -0,0 +1,972 @@ +# -*- coding: utf-8 -*- +from __future__ import unicode_literals + +from itertools import chain + +from django.apps import apps +from django.conf import settings +from django.contrib.admin.utils import ( + NotRelationField, flatten, get_fields_from_path, +) +from django.core import checks +from django.core.exceptions import FieldDoesNotExist +from django.db import models +from django.forms.models import ( + BaseModelForm, BaseModelFormSet, _get_foreign_key, +) +from django.template.engine import Engine + + +def check_admin_app(**kwargs): + from django.contrib.admin.sites import system_check_errors + + return system_check_errors + + +def check_dependencies(**kwargs): + """ + Check that the admin's dependencies are correctly installed. + """ + errors = [] + # contrib.contenttypes must be installed. + if not apps.is_installed('django.contrib.contenttypes'): + missing_app = checks.Error( + "'django.contrib.contenttypes' must be in INSTALLED_APPS in order " + "to use the admin application.", + id="admin.E401", + ) + errors.append(missing_app) + # The auth context processor must be installed if using the default + # authentication backend. + try: + default_template_engine = Engine.get_default() + except Exception: + # Skip this non-critical check: + # 1. if the user has a non-trivial TEMPLATES setting and Django + # can't find a default template engine + # 2. if anything goes wrong while loading template engines, in + # order to avoid raising an exception from a confusing location + # Catching ImproperlyConfigured suffices for 1. but 2. requires + # catching all exceptions. + pass + else: + if ('django.contrib.auth.context_processors.auth' + not in default_template_engine.context_processors and + 'django.contrib.auth.backends.ModelBackend' in settings.AUTHENTICATION_BACKENDS): + missing_template = checks.Error( + "'django.contrib.auth.context_processors.auth' must be in " + "TEMPLATES in order to use the admin application.", + id="admin.E402" + ) + errors.append(missing_template) + return errors + + +class BaseModelAdminChecks(object): + + def check(self, admin_obj, **kwargs): + errors = [] + errors.extend(self._check_raw_id_fields(admin_obj)) + errors.extend(self._check_fields(admin_obj)) + errors.extend(self._check_fieldsets(admin_obj)) + errors.extend(self._check_exclude(admin_obj)) + errors.extend(self._check_form(admin_obj)) + errors.extend(self._check_filter_vertical(admin_obj)) + errors.extend(self._check_filter_horizontal(admin_obj)) + errors.extend(self._check_radio_fields(admin_obj)) + errors.extend(self._check_prepopulated_fields(admin_obj)) + errors.extend(self._check_view_on_site_url(admin_obj)) + errors.extend(self._check_ordering(admin_obj)) + errors.extend(self._check_readonly_fields(admin_obj)) + return errors + + def _check_raw_id_fields(self, obj): + """ Check that `raw_id_fields` only contains field names that are listed + on the model. """ + + if not isinstance(obj.raw_id_fields, (list, tuple)): + return must_be('a list or tuple', option='raw_id_fields', obj=obj, id='admin.E001') + else: + return list(chain(*[ + self._check_raw_id_fields_item(obj, obj.model, field_name, 'raw_id_fields[%d]' % index) + for index, field_name in enumerate(obj.raw_id_fields) + ])) + + def _check_raw_id_fields_item(self, obj, model, field_name, label): + """ Check an item of `raw_id_fields`, i.e. check that field named + `field_name` exists in model `model` and is a ForeignKey or a + ManyToManyField. """ + + try: + field = model._meta.get_field(field_name) + except FieldDoesNotExist: + return refer_to_missing_field(field=field_name, option=label, + model=model, obj=obj, id='admin.E002') + else: + if not field.many_to_many and not isinstance(field, models.ForeignKey): + return must_be('a foreign key or a many-to-many field', + option=label, obj=obj, id='admin.E003') + else: + return [] + + def _check_fields(self, obj): + """ Check that `fields` only refer to existing fields, doesn't contain + duplicates. Check if at most one of `fields` and `fieldsets` is defined. + """ + + if obj.fields is None: + return [] + elif not isinstance(obj.fields, (list, tuple)): + return must_be('a list or tuple', option='fields', obj=obj, id='admin.E004') + elif obj.fieldsets: + return [ + checks.Error( + "Both 'fieldsets' and 'fields' are specified.", + obj=obj.__class__, + id='admin.E005', + ) + ] + fields = flatten(obj.fields) + if len(fields) != len(set(fields)): + return [ + checks.Error( + "The value of 'fields' contains duplicate field(s).", + obj=obj.__class__, + id='admin.E006', + ) + ] + + return list(chain(*[ + self._check_field_spec(obj, obj.model, field_name, 'fields') + for field_name in obj.fields + ])) + + def _check_fieldsets(self, obj): + """ Check that fieldsets is properly formatted and doesn't contain + duplicates. """ + + if obj.fieldsets is None: + return [] + elif not isinstance(obj.fieldsets, (list, tuple)): + return must_be('a list or tuple', option='fieldsets', obj=obj, id='admin.E007') + else: + return list(chain(*[ + self._check_fieldsets_item(obj, obj.model, fieldset, 'fieldsets[%d]' % index) + for index, fieldset in enumerate(obj.fieldsets) + ])) + + def _check_fieldsets_item(self, obj, model, fieldset, label): + """ Check an item of `fieldsets`, i.e. check that this is a pair of a + set name and a dictionary containing "fields" key. """ + + if not isinstance(fieldset, (list, tuple)): + return must_be('a list or tuple', option=label, obj=obj, id='admin.E008') + elif len(fieldset) != 2: + return must_be('of length 2', option=label, obj=obj, id='admin.E009') + elif not isinstance(fieldset[1], dict): + return must_be('a dictionary', option='%s[1]' % label, obj=obj, id='admin.E010') + elif 'fields' not in fieldset[1]: + return [ + checks.Error( + "The value of '%s[1]' must contain the key 'fields'." % label, + obj=obj.__class__, + id='admin.E011', + ) + ] + elif not isinstance(fieldset[1]['fields'], (list, tuple)): + return must_be('a list or tuple', option="%s[1]['fields']" % label, obj=obj, id='admin.E008') + + fields = flatten(fieldset[1]['fields']) + if len(fields) != len(set(fields)): + return [ + checks.Error( + "There are duplicate field(s) in '%s[1]'." % label, + obj=obj.__class__, + id='admin.E012', + ) + ] + return list(chain(*[ + self._check_field_spec(obj, model, fieldset_fields, '%s[1]["fields"]' % label) + for fieldset_fields in fieldset[1]['fields'] + ])) + + def _check_field_spec(self, obj, model, fields, label): + """ `fields` should be an item of `fields` or an item of + fieldset[1]['fields'] for any `fieldset` in `fieldsets`. It should be a + field name or a tuple of field names. """ + + if isinstance(fields, tuple): + return list(chain(*[ + self._check_field_spec_item(obj, model, field_name, "%s[%d]" % (label, index)) + for index, field_name in enumerate(fields) + ])) + else: + return self._check_field_spec_item(obj, model, fields, label) + + def _check_field_spec_item(self, obj, model, field_name, label): + if field_name in obj.readonly_fields: + # Stuff can be put in fields that isn't actually a model field if + # it's in readonly_fields, readonly_fields will handle the + # validation of such things. + return [] + else: + try: + field = model._meta.get_field(field_name) + except FieldDoesNotExist: + # If we can't find a field on the model that matches, it could + # be an extra field on the form. + return [] + else: + if field.many_to_many and not field.remote_field.through._meta.auto_created: + return [ + checks.Error( + "The value of '%s' cannot include the many-to-many field '%s' " + "because that field manually specifies a relationship model." + % (label, field_name), + obj=obj.__class__, + id='admin.E013', + ) + ] + else: + return [] + + def _check_exclude(self, obj): + """ Check that exclude is a sequence without duplicates. """ + + if obj.exclude is None: # default value is None + return [] + elif not isinstance(obj.exclude, (list, tuple)): + return must_be('a list or tuple', option='exclude', obj=obj, id='admin.E014') + elif len(obj.exclude) > len(set(obj.exclude)): + return [ + checks.Error( + "The value of 'exclude' contains duplicate field(s).", + obj=obj.__class__, + id='admin.E015', + ) + ] + else: + return [] + + def _check_form(self, obj): + """ Check that form subclasses BaseModelForm. """ + + if hasattr(obj, 'form') and not issubclass(obj.form, BaseModelForm): + return must_inherit_from(parent='BaseModelForm', option='form', + obj=obj, id='admin.E016') + else: + return [] + + def _check_filter_vertical(self, obj): + """ Check that filter_vertical is a sequence of field names. """ + + if not hasattr(obj, 'filter_vertical'): + return [] + elif not isinstance(obj.filter_vertical, (list, tuple)): + return must_be('a list or tuple', option='filter_vertical', obj=obj, id='admin.E017') + else: + return list(chain(*[ + self._check_filter_item(obj, obj.model, field_name, "filter_vertical[%d]" % index) + for index, field_name in enumerate(obj.filter_vertical) + ])) + + def _check_filter_horizontal(self, obj): + """ Check that filter_horizontal is a sequence of field names. """ + + if not hasattr(obj, 'filter_horizontal'): + return [] + elif not isinstance(obj.filter_horizontal, (list, tuple)): + return must_be('a list or tuple', option='filter_horizontal', obj=obj, id='admin.E018') + else: + return list(chain(*[ + self._check_filter_item(obj, obj.model, field_name, "filter_horizontal[%d]" % index) + for index, field_name in enumerate(obj.filter_horizontal) + ])) + + def _check_filter_item(self, obj, model, field_name, label): + """ Check one item of `filter_vertical` or `filter_horizontal`, i.e. + check that given field exists and is a ManyToManyField. """ + + try: + field = model._meta.get_field(field_name) + except FieldDoesNotExist: + return refer_to_missing_field(field=field_name, option=label, + model=model, obj=obj, id='admin.E019') + else: + if not field.many_to_many: + return must_be('a many-to-many field', option=label, obj=obj, id='admin.E020') + else: + return [] + + def _check_radio_fields(self, obj): + """ Check that `radio_fields` is a dictionary. """ + + if not hasattr(obj, 'radio_fields'): + return [] + elif not isinstance(obj.radio_fields, dict): + return must_be('a dictionary', option='radio_fields', obj=obj, id='admin.E021') + else: + return list(chain(*[ + self._check_radio_fields_key(obj, obj.model, field_name, 'radio_fields') + + self._check_radio_fields_value(obj, val, 'radio_fields["%s"]' % field_name) + for field_name, val in obj.radio_fields.items() + ])) + + def _check_radio_fields_key(self, obj, model, field_name, label): + """ Check that a key of `radio_fields` dictionary is name of existing + field and that the field is a ForeignKey or has `choices` defined. """ + + try: + field = model._meta.get_field(field_name) + except FieldDoesNotExist: + return refer_to_missing_field(field=field_name, option=label, + model=model, obj=obj, id='admin.E022') + else: + if not (isinstance(field, models.ForeignKey) or field.choices): + return [ + checks.Error( + "The value of '%s' refers to '%s', which is not an " + "instance of ForeignKey, and does not have a 'choices' definition." % ( + label, field_name + ), + obj=obj.__class__, + id='admin.E023', + ) + ] + else: + return [] + + def _check_radio_fields_value(self, obj, val, label): + """ Check type of a value of `radio_fields` dictionary. """ + + from django.contrib.admin.options import HORIZONTAL, VERTICAL + + if val not in (HORIZONTAL, VERTICAL): + return [ + checks.Error( + "The value of '%s' must be either admin.HORIZONTAL or admin.VERTICAL." % label, + obj=obj.__class__, + id='admin.E024', + ) + ] + else: + return [] + + def _check_view_on_site_url(self, obj): + if hasattr(obj, 'view_on_site'): + if not callable(obj.view_on_site) and not isinstance(obj.view_on_site, bool): + return [ + checks.Error( + "The value of 'view_on_site' must be a callable or a boolean value.", + obj=obj.__class__, + id='admin.E025', + ) + ] + else: + return [] + else: + return [] + + def _check_prepopulated_fields(self, obj): + """ Check that `prepopulated_fields` is a dictionary containing allowed + field types. """ + + if not hasattr(obj, 'prepopulated_fields'): + return [] + elif not isinstance(obj.prepopulated_fields, dict): + return must_be('a dictionary', option='prepopulated_fields', obj=obj, id='admin.E026') + else: + return list(chain(*[ + self._check_prepopulated_fields_key(obj, obj.model, field_name, 'prepopulated_fields') + + self._check_prepopulated_fields_value(obj, obj.model, val, 'prepopulated_fields["%s"]' % field_name) + for field_name, val in obj.prepopulated_fields.items() + ])) + + def _check_prepopulated_fields_key(self, obj, model, field_name, label): + """ Check a key of `prepopulated_fields` dictionary, i.e. check that it + is a name of existing field and the field is one of the allowed types. + """ + + try: + field = model._meta.get_field(field_name) + except FieldDoesNotExist: + return refer_to_missing_field(field=field_name, option=label, + model=model, obj=obj, id='admin.E027') + else: + if field.many_to_many or isinstance(field, (models.DateTimeField, models.ForeignKey)): + return [ + checks.Error( + "The value of '%s' refers to '%s', which must not be a DateTimeField, " + "a foreign key, or a many-to-many field." % (label, field_name), + obj=obj.__class__, + id='admin.E028', + ) + ] + else: + return [] + + def _check_prepopulated_fields_value(self, obj, model, val, label): + """ Check a value of `prepopulated_fields` dictionary, i.e. it's an + iterable of existing fields. """ + + if not isinstance(val, (list, tuple)): + return must_be('a list or tuple', option=label, obj=obj, id='admin.E029') + else: + return list(chain(*[ + self._check_prepopulated_fields_value_item(obj, model, subfield_name, "%s[%r]" % (label, index)) + for index, subfield_name in enumerate(val) + ])) + + def _check_prepopulated_fields_value_item(self, obj, model, field_name, label): + """ For `prepopulated_fields` equal to {"slug": ("title",)}, + `field_name` is "title". """ + + try: + model._meta.get_field(field_name) + except FieldDoesNotExist: + return refer_to_missing_field(field=field_name, option=label, model=model, obj=obj, id='admin.E030') + else: + return [] + + def _check_ordering(self, obj): + """ Check that ordering refers to existing fields or is random. """ + + # ordering = None + if obj.ordering is None: # The default value is None + return [] + elif not isinstance(obj.ordering, (list, tuple)): + return must_be('a list or tuple', option='ordering', obj=obj, id='admin.E031') + else: + return list(chain(*[ + self._check_ordering_item(obj, obj.model, field_name, 'ordering[%d]' % index) + for index, field_name in enumerate(obj.ordering) + ])) + + def _check_ordering_item(self, obj, model, field_name, label): + """ Check that `ordering` refers to existing fields. """ + + if field_name == '?' and len(obj.ordering) != 1: + return [ + checks.Error( + "The value of 'ordering' has the random ordering marker '?', " + "but contains other fields as well.", + hint='Either remove the "?", or remove the other fields.', + obj=obj.__class__, + id='admin.E032', + ) + ] + elif field_name == '?': + return [] + elif '__' in field_name: + # Skip ordering in the format field1__field2 (FIXME: checking + # this format would be nice, but it's a little fiddly). + return [] + else: + if field_name.startswith('-'): + field_name = field_name[1:] + + try: + model._meta.get_field(field_name) + except FieldDoesNotExist: + return refer_to_missing_field(field=field_name, option=label, model=model, obj=obj, id='admin.E033') + else: + return [] + + def _check_readonly_fields(self, obj): + """ Check that readonly_fields refers to proper attribute or field. """ + + if obj.readonly_fields == (): + return [] + elif not isinstance(obj.readonly_fields, (list, tuple)): + return must_be('a list or tuple', option='readonly_fields', obj=obj, id='admin.E034') + else: + return list(chain(*[ + self._check_readonly_fields_item(obj, obj.model, field_name, "readonly_fields[%d]" % index) + for index, field_name in enumerate(obj.readonly_fields) + ])) + + def _check_readonly_fields_item(self, obj, model, field_name, label): + if callable(field_name): + return [] + elif hasattr(obj, field_name): + return [] + elif hasattr(model, field_name): + return [] + else: + try: + model._meta.get_field(field_name) + except FieldDoesNotExist: + return [ + checks.Error( + "The value of '%s' is not a callable, an attribute of '%s', or an attribute of '%s.%s'." % ( + label, obj.__class__.__name__, model._meta.app_label, model._meta.object_name + ), + obj=obj.__class__, + id='admin.E035', + ) + ] + else: + return [] + + +class ModelAdminChecks(BaseModelAdminChecks): + + def check(self, admin_obj, **kwargs): + errors = super(ModelAdminChecks, self).check(admin_obj) + errors.extend(self._check_save_as(admin_obj)) + errors.extend(self._check_save_on_top(admin_obj)) + errors.extend(self._check_inlines(admin_obj)) + errors.extend(self._check_list_display(admin_obj)) + errors.extend(self._check_list_display_links(admin_obj)) + errors.extend(self._check_list_filter(admin_obj)) + errors.extend(self._check_list_select_related(admin_obj)) + errors.extend(self._check_list_per_page(admin_obj)) + errors.extend(self._check_list_max_show_all(admin_obj)) + errors.extend(self._check_list_editable(admin_obj)) + errors.extend(self._check_search_fields(admin_obj)) + errors.extend(self._check_date_hierarchy(admin_obj)) + return errors + + def _check_save_as(self, obj): + """ Check save_as is a boolean. """ + + if not isinstance(obj.save_as, bool): + return must_be('a boolean', option='save_as', + obj=obj, id='admin.E101') + else: + return [] + + def _check_save_on_top(self, obj): + """ Check save_on_top is a boolean. """ + + if not isinstance(obj.save_on_top, bool): + return must_be('a boolean', option='save_on_top', + obj=obj, id='admin.E102') + else: + return [] + + def _check_inlines(self, obj): + """ Check all inline model admin classes. """ + + if not isinstance(obj.inlines, (list, tuple)): + return must_be('a list or tuple', option='inlines', obj=obj, id='admin.E103') + else: + return list(chain(*[ + self._check_inlines_item(obj, obj.model, item, "inlines[%d]" % index) + for index, item in enumerate(obj.inlines) + ])) + + def _check_inlines_item(self, obj, model, inline, label): + """ Check one inline model admin. """ + inline_label = '.'.join([inline.__module__, inline.__name__]) + + from django.contrib.admin.options import BaseModelAdmin + + if not issubclass(inline, BaseModelAdmin): + return [ + checks.Error( + "'%s' must inherit from 'BaseModelAdmin'." % inline_label, + obj=obj.__class__, + id='admin.E104', + ) + ] + elif not inline.model: + return [ + checks.Error( + "'%s' must have a 'model' attribute." % inline_label, + obj=obj.__class__, + id='admin.E105', + ) + ] + elif not issubclass(inline.model, models.Model): + return must_be('a Model', option='%s.model' % inline_label, obj=obj, id='admin.E106') + else: + return inline(model, obj.admin_site).check() + + def _check_list_display(self, obj): + """ Check that list_display only contains fields or usable attributes. + """ + + if not isinstance(obj.list_display, (list, tuple)): + return must_be('a list or tuple', option='list_display', obj=obj, id='admin.E107') + else: + return list(chain(*[ + self._check_list_display_item(obj, obj.model, item, "list_display[%d]" % index) + for index, item in enumerate(obj.list_display) + ])) + + def _check_list_display_item(self, obj, model, item, label): + if callable(item): + return [] + elif hasattr(obj, item): + return [] + elif hasattr(model, item): + # getattr(model, item) could be an X_RelatedObjectsDescriptor + try: + field = model._meta.get_field(item) + except FieldDoesNotExist: + try: + field = getattr(model, item) + except AttributeError: + field = None + + if field is None: + return [ + checks.Error( + "The value of '%s' refers to '%s', which is not a " + "callable, an attribute of '%s', or an attribute or method on '%s.%s'." % ( + label, item, obj.__class__.__name__, model._meta.app_label, model._meta.object_name + ), + obj=obj.__class__, + id='admin.E108', + ) + ] + elif getattr(field, 'many_to_many', False): + return [ + checks.Error( + "The value of '%s' must not be a many-to-many field." % label, + obj=obj.__class__, + id='admin.E109', + ) + ] + else: + return [] + else: + try: + model._meta.get_field(item) + except FieldDoesNotExist: + return [ + # This is a deliberate repeat of E108; there's more than one path + # required to test this condition. + checks.Error( + "The value of '%s' refers to '%s', which is not a callable, " + "an attribute of '%s', or an attribute or method on '%s.%s'." % ( + label, item, obj.__class__.__name__, model._meta.app_label, model._meta.object_name + ), + obj=obj.__class__, + id='admin.E108', + ) + ] + else: + return [] + + def _check_list_display_links(self, obj): + """ Check that list_display_links is a unique subset of list_display. + """ + + if obj.list_display_links is None: + return [] + elif not isinstance(obj.list_display_links, (list, tuple)): + return must_be('a list, a tuple, or None', option='list_display_links', obj=obj, id='admin.E110') + else: + return list(chain(*[ + self._check_list_display_links_item(obj, field_name, "list_display_links[%d]" % index) + for index, field_name in enumerate(obj.list_display_links) + ])) + + def _check_list_display_links_item(self, obj, field_name, label): + if field_name not in obj.list_display: + return [ + checks.Error( + "The value of '%s' refers to '%s', which is not defined in 'list_display'." % ( + label, field_name + ), + obj=obj.__class__, + id='admin.E111', + ) + ] + else: + return [] + + def _check_list_filter(self, obj): + if not isinstance(obj.list_filter, (list, tuple)): + return must_be('a list or tuple', option='list_filter', obj=obj, id='admin.E112') + else: + return list(chain(*[ + self._check_list_filter_item(obj, obj.model, item, "list_filter[%d]" % index) + for index, item in enumerate(obj.list_filter) + ])) + + def _check_list_filter_item(self, obj, model, item, label): + """ + Check one item of `list_filter`, i.e. check if it is one of three options: + 1. 'field' -- a basic field filter, possibly w/ relationships (e.g. + 'field__rel') + 2. ('field', SomeFieldListFilter) - a field-based list filter class + 3. SomeListFilter - a non-field list filter class + """ + + from django.contrib.admin import ListFilter, FieldListFilter + + if callable(item) and not isinstance(item, models.Field): + # If item is option 3, it should be a ListFilter... + if not issubclass(item, ListFilter): + return must_inherit_from(parent='ListFilter', option=label, + obj=obj, id='admin.E113') + # ... but not a FieldListFilter. + elif issubclass(item, FieldListFilter): + return [ + checks.Error( + "The value of '%s' must not inherit from 'FieldListFilter'." % label, + obj=obj.__class__, + id='admin.E114', + ) + ] + else: + return [] + elif isinstance(item, (tuple, list)): + # item is option #2 + field, list_filter_class = item + if not issubclass(list_filter_class, FieldListFilter): + return must_inherit_from(parent='FieldListFilter', option='%s[1]' % label, obj=obj, id='admin.E115') + else: + return [] + else: + # item is option #1 + field = item + + # Validate the field string + try: + get_fields_from_path(model, field) + except (NotRelationField, FieldDoesNotExist): + return [ + checks.Error( + "The value of '%s' refers to '%s', which does not refer to a Field." % (label, field), + obj=obj.__class__, + id='admin.E116', + ) + ] + else: + return [] + + def _check_list_select_related(self, obj): + """ Check that list_select_related is a boolean, a list or a tuple. """ + + if not isinstance(obj.list_select_related, (bool, list, tuple)): + return must_be('a boolean, tuple or list', option='list_select_related', obj=obj, id='admin.E117') + else: + return [] + + def _check_list_per_page(self, obj): + """ Check that list_per_page is an integer. """ + + if not isinstance(obj.list_per_page, int): + return must_be('an integer', option='list_per_page', obj=obj, id='admin.E118') + else: + return [] + + def _check_list_max_show_all(self, obj): + """ Check that list_max_show_all is an integer. """ + + if not isinstance(obj.list_max_show_all, int): + return must_be('an integer', option='list_max_show_all', obj=obj, id='admin.E119') + else: + return [] + + def _check_list_editable(self, obj): + """ Check that list_editable is a sequence of editable fields from + list_display without first element. """ + + if not isinstance(obj.list_editable, (list, tuple)): + return must_be('a list or tuple', option='list_editable', obj=obj, id='admin.E120') + else: + return list(chain(*[ + self._check_list_editable_item(obj, obj.model, item, "list_editable[%d]" % index) + for index, item in enumerate(obj.list_editable) + ])) + + def _check_list_editable_item(self, obj, model, field_name, label): + try: + field = model._meta.get_field(field_name) + except FieldDoesNotExist: + return refer_to_missing_field(field=field_name, option=label, model=model, obj=obj, id='admin.E121') + else: + if field_name not in obj.list_display: + return [ + checks.Error( + "The value of '%s' refers to '%s', which is not " + "contained in 'list_display'." % (label, field_name), + obj=obj.__class__, + id='admin.E122', + ) + ] + elif obj.list_display_links and field_name in obj.list_display_links: + return [ + checks.Error( + "The value of '%s' cannot be in both 'list_editable' and 'list_display_links'." % field_name, + obj=obj.__class__, + id='admin.E123', + ) + ] + # If list_display[0] is in list_editable, check that + # list_display_links is set. See #22792 and #26229 for use cases. + elif (obj.list_display[0] == field_name and not obj.list_display_links and + obj.list_display_links is not None): + return [ + checks.Error( + "The value of '%s' refers to the first field in 'list_display' ('%s'), " + "which cannot be used unless 'list_display_links' is set." % ( + label, obj.list_display[0] + ), + obj=obj.__class__, + id='admin.E124', + ) + ] + elif not field.editable: + return [ + checks.Error( + "The value of '%s' refers to '%s', which is not editable through the admin." % ( + label, field_name + ), + obj=obj.__class__, + id='admin.E125', + ) + ] + else: + return [] + + def _check_search_fields(self, obj): + """ Check search_fields is a sequence. """ + + if not isinstance(obj.search_fields, (list, tuple)): + return must_be('a list or tuple', option='search_fields', obj=obj, id='admin.E126') + else: + return [] + + def _check_date_hierarchy(self, obj): + """ Check that date_hierarchy refers to DateField or DateTimeField. """ + + if obj.date_hierarchy is None: + return [] + else: + try: + field = obj.model._meta.get_field(obj.date_hierarchy) + except FieldDoesNotExist: + return refer_to_missing_field( + option='date_hierarchy', field=obj.date_hierarchy, + model=obj.model, obj=obj, id='admin.E127', + ) + else: + if not isinstance(field, (models.DateField, models.DateTimeField)): + return must_be('a DateField or DateTimeField', option='date_hierarchy', obj=obj, id='admin.E128') + else: + return [] + + +class InlineModelAdminChecks(BaseModelAdminChecks): + + def check(self, inline_obj, **kwargs): + errors = super(InlineModelAdminChecks, self).check(inline_obj) + parent_model = inline_obj.parent_model + errors.extend(self._check_relation(inline_obj, parent_model)) + errors.extend(self._check_exclude_of_parent_model(inline_obj, parent_model)) + errors.extend(self._check_extra(inline_obj)) + errors.extend(self._check_max_num(inline_obj)) + errors.extend(self._check_min_num(inline_obj)) + errors.extend(self._check_formset(inline_obj)) + return errors + + def _check_exclude_of_parent_model(self, obj, parent_model): + # Do not perform more specific checks if the base checks result in an + # error. + errors = super(InlineModelAdminChecks, self)._check_exclude(obj) + if errors: + return [] + + # Skip if `fk_name` is invalid. + if self._check_relation(obj, parent_model): + return [] + + if obj.exclude is None: + return [] + + fk = _get_foreign_key(parent_model, obj.model, fk_name=obj.fk_name) + if fk.name in obj.exclude: + return [ + checks.Error( + "Cannot exclude the field '%s', because it is the foreign key " + "to the parent model '%s.%s'." % ( + fk.name, parent_model._meta.app_label, parent_model._meta.object_name + ), + obj=obj.__class__, + id='admin.E201', + ) + ] + else: + return [] + + def _check_relation(self, obj, parent_model): + try: + _get_foreign_key(parent_model, obj.model, fk_name=obj.fk_name) + except ValueError as e: + return [checks.Error(e.args[0], obj=obj.__class__, id='admin.E202')] + else: + return [] + + def _check_extra(self, obj): + """ Check that extra is an integer. """ + + if not isinstance(obj.extra, int): + return must_be('an integer', option='extra', obj=obj, id='admin.E203') + else: + return [] + + def _check_max_num(self, obj): + """ Check that max_num is an integer. """ + + if obj.max_num is None: + return [] + elif not isinstance(obj.max_num, int): + return must_be('an integer', option='max_num', obj=obj, id='admin.E204') + else: + return [] + + def _check_min_num(self, obj): + """ Check that min_num is an integer. """ + + if obj.min_num is None: + return [] + elif not isinstance(obj.min_num, int): + return must_be('an integer', option='min_num', obj=obj, id='admin.E205') + else: + return [] + + def _check_formset(self, obj): + """ Check formset is a subclass of BaseModelFormSet. """ + + if not issubclass(obj.formset, BaseModelFormSet): + return must_inherit_from(parent='BaseModelFormSet', option='formset', obj=obj, id='admin.E206') + else: + return [] + + +def must_be(type, option, obj, id): + return [ + checks.Error( + "The value of '%s' must be %s." % (option, type), + obj=obj.__class__, + id=id, + ), + ] + + +def must_inherit_from(parent, option, obj, id): + return [ + checks.Error( + "The value of '%s' must inherit from '%s'." % (option, parent), + obj=obj.__class__, + id=id, + ), + ] + + +def refer_to_missing_field(field, option, model, obj, id): + return [ + checks.Error( + "The value of '%s' refers to '%s', which is not an attribute of '%s.%s'." % ( + option, field, model._meta.app_label, model._meta.object_name + ), + obj=obj.__class__, + id=id, + ), + ] diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/decorators.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/decorators.py new file mode 100644 index 0000000..8b30139 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/decorators.py @@ -0,0 +1,31 @@ +def register(*models, **kwargs): + """ + Registers the given model(s) classes and wrapped ModelAdmin class with + admin site: + + @register(Author) + class AuthorAdmin(admin.ModelAdmin): + pass + + A kwarg of `site` can be passed as the admin site, otherwise the default + admin site will be used. + """ + from django.contrib.admin import ModelAdmin + from django.contrib.admin.sites import site, AdminSite + + def _model_admin_wrapper(admin_class): + if not models: + raise ValueError('At least one model must be passed to register.') + + admin_site = kwargs.pop('site', site) + + if not isinstance(admin_site, AdminSite): + raise ValueError('site must subclass AdminSite') + + if not issubclass(admin_class, ModelAdmin): + raise ValueError('Wrapped class must subclass ModelAdmin.') + + admin_site.register(models, admin_class=admin_class) + + return admin_class + return _model_admin_wrapper diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/exceptions.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/exceptions.py new file mode 100644 index 0000000..f619bc2 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/exceptions.py @@ -0,0 +1,11 @@ +from django.core.exceptions import SuspiciousOperation + + +class DisallowedModelAdminLookup(SuspiciousOperation): + """Invalid filter was passed to admin view via URL querystring""" + pass + + +class DisallowedModelAdminToField(SuspiciousOperation): + """Invalid to_field was passed to admin view via URL query string""" + pass diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/filters.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/filters.py new file mode 100644 index 0000000..d6f260b --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/filters.py @@ -0,0 +1,443 @@ +""" +This encapsulates the logic for displaying filters in the Django admin. +Filters are specified in models with the "list_filter" option. + +Each filter subclass knows how to display a filter for a field that passes a +certain test -- e.g. being a DateField or ForeignKey. +""" +import datetime + +from django.contrib.admin.options import IncorrectLookupParameters +from django.contrib.admin.utils import ( + get_model_from_relation, prepare_lookup_value, reverse_field_path, +) +from django.core.exceptions import ImproperlyConfigured, ValidationError +from django.db import models +from django.utils import timezone +from django.utils.encoding import force_text, smart_text +from django.utils.translation import ugettext_lazy as _ + + +class ListFilter(object): + title = None # Human-readable title to appear in the right sidebar. + template = 'admin/filter.html' + + def __init__(self, request, params, model, model_admin): + # This dictionary will eventually contain the request's query string + # parameters actually used by this filter. + self.used_parameters = {} + if self.title is None: + raise ImproperlyConfigured( + "The list filter '%s' does not specify " + "a 'title'." % self.__class__.__name__) + + def has_output(self): + """ + Returns True if some choices would be output for this filter. + """ + raise NotImplementedError('subclasses of ListFilter must provide a has_output() method') + + def choices(self, changelist): + """ + Returns choices ready to be output in the template. + + `changelist` is the ChangeList to be displayed. + """ + raise NotImplementedError('subclasses of ListFilter must provide a choices() method') + + def queryset(self, request, queryset): + """ + Returns the filtered queryset. + """ + raise NotImplementedError('subclasses of ListFilter must provide a queryset() method') + + def expected_parameters(self): + """ + Returns the list of parameter names that are expected from the + request's query string and that will be used by this filter. + """ + raise NotImplementedError('subclasses of ListFilter must provide an expected_parameters() method') + + +class SimpleListFilter(ListFilter): + # The parameter that should be used in the query string for that filter. + parameter_name = None + + def __init__(self, request, params, model, model_admin): + super(SimpleListFilter, self).__init__( + request, params, model, model_admin) + if self.parameter_name is None: + raise ImproperlyConfigured( + "The list filter '%s' does not specify " + "a 'parameter_name'." % self.__class__.__name__) + if self.parameter_name in params: + value = params.pop(self.parameter_name) + self.used_parameters[self.parameter_name] = value + lookup_choices = self.lookups(request, model_admin) + if lookup_choices is None: + lookup_choices = () + self.lookup_choices = list(lookup_choices) + + def has_output(self): + return len(self.lookup_choices) > 0 + + def value(self): + """ + Returns the value (in string format) provided in the request's + query string for this filter, if any. If the value wasn't provided then + returns None. + """ + return self.used_parameters.get(self.parameter_name) + + def lookups(self, request, model_admin): + """ + Must be overridden to return a list of tuples (value, verbose value) + """ + raise NotImplementedError( + 'The SimpleListFilter.lookups() method must be overridden to ' + 'return a list of tuples (value, verbose value)') + + def expected_parameters(self): + return [self.parameter_name] + + def choices(self, changelist): + yield { + 'selected': self.value() is None, + 'query_string': changelist.get_query_string({}, [self.parameter_name]), + 'display': _('All'), + } + for lookup, title in self.lookup_choices: + yield { + 'selected': self.value() == force_text(lookup), + 'query_string': changelist.get_query_string({self.parameter_name: lookup}, []), + 'display': title, + } + + +class FieldListFilter(ListFilter): + _field_list_filters = [] + _take_priority_index = 0 + + def __init__(self, field, request, params, model, model_admin, field_path): + self.field = field + self.field_path = field_path + self.title = getattr(field, 'verbose_name', field_path) + super(FieldListFilter, self).__init__( + request, params, model, model_admin) + for p in self.expected_parameters(): + if p in params: + value = params.pop(p) + self.used_parameters[p] = prepare_lookup_value(p, value) + + def has_output(self): + return True + + def queryset(self, request, queryset): + try: + return queryset.filter(**self.used_parameters) + except ValidationError as e: + raise IncorrectLookupParameters(e) + + @classmethod + def register(cls, test, list_filter_class, take_priority=False): + if take_priority: + # This is to allow overriding the default filters for certain types + # of fields with some custom filters. The first found in the list + # is used in priority. + cls._field_list_filters.insert( + cls._take_priority_index, (test, list_filter_class)) + cls._take_priority_index += 1 + else: + cls._field_list_filters.append((test, list_filter_class)) + + @classmethod + def create(cls, field, request, params, model, model_admin, field_path): + for test, list_filter_class in cls._field_list_filters: + if not test(field): + continue + return list_filter_class(field, request, params, model, model_admin, field_path=field_path) + + +class RelatedFieldListFilter(FieldListFilter): + def __init__(self, field, request, params, model, model_admin, field_path): + other_model = get_model_from_relation(field) + self.lookup_kwarg = '%s__%s__exact' % (field_path, field.target_field.name) + self.lookup_kwarg_isnull = '%s__isnull' % field_path + self.lookup_val = request.GET.get(self.lookup_kwarg) + self.lookup_val_isnull = request.GET.get(self.lookup_kwarg_isnull) + super(RelatedFieldListFilter, self).__init__( + field, request, params, model, model_admin, field_path) + self.lookup_choices = self.field_choices(field, request, model_admin) + if hasattr(field, 'verbose_name'): + self.lookup_title = field.verbose_name + else: + self.lookup_title = other_model._meta.verbose_name + self.title = self.lookup_title + self.empty_value_display = model_admin.get_empty_value_display() + + @property + def include_empty_choice(self): + """ + Return True if a "(None)" choice should be included, which filters + out everything except empty relationships. + """ + return self.field.null or (self.field.is_relation and self.field.many_to_many) + + def has_output(self): + if self.include_empty_choice: + extra = 1 + else: + extra = 0 + return len(self.lookup_choices) + extra > 1 + + def expected_parameters(self): + return [self.lookup_kwarg, self.lookup_kwarg_isnull] + + def field_choices(self, field, request, model_admin): + return field.get_choices(include_blank=False) + + def choices(self, changelist): + yield { + 'selected': self.lookup_val is None and not self.lookup_val_isnull, + 'query_string': changelist.get_query_string( + {}, + [self.lookup_kwarg, self.lookup_kwarg_isnull] + ), + 'display': _('All'), + } + for pk_val, val in self.lookup_choices: + yield { + 'selected': self.lookup_val == smart_text(pk_val), + 'query_string': changelist.get_query_string({ + self.lookup_kwarg: pk_val, + }, [self.lookup_kwarg_isnull]), + 'display': val, + } + if self.include_empty_choice: + yield { + 'selected': bool(self.lookup_val_isnull), + 'query_string': changelist.get_query_string({ + self.lookup_kwarg_isnull: 'True', + }, [self.lookup_kwarg]), + 'display': self.empty_value_display, + } + +FieldListFilter.register(lambda f: f.remote_field, RelatedFieldListFilter) + + +class BooleanFieldListFilter(FieldListFilter): + def __init__(self, field, request, params, model, model_admin, field_path): + self.lookup_kwarg = '%s__exact' % field_path + self.lookup_kwarg2 = '%s__isnull' % field_path + self.lookup_val = request.GET.get(self.lookup_kwarg) + self.lookup_val2 = request.GET.get(self.lookup_kwarg2) + super(BooleanFieldListFilter, self).__init__(field, request, params, model, model_admin, field_path) + if (self.used_parameters and self.lookup_kwarg in self.used_parameters and + self.used_parameters[self.lookup_kwarg] in ('1', '0')): + self.used_parameters[self.lookup_kwarg] = bool(int(self.used_parameters[self.lookup_kwarg])) + + def expected_parameters(self): + return [self.lookup_kwarg, self.lookup_kwarg2] + + def choices(self, changelist): + for lookup, title in ( + (None, _('All')), + ('1', _('Yes')), + ('0', _('No'))): + yield { + 'selected': self.lookup_val == lookup and not self.lookup_val2, + 'query_string': changelist.get_query_string({ + self.lookup_kwarg: lookup, + }, [self.lookup_kwarg2]), + 'display': title, + } + if isinstance(self.field, models.NullBooleanField): + yield { + 'selected': self.lookup_val2 == 'True', + 'query_string': changelist.get_query_string({ + self.lookup_kwarg2: 'True', + }, [self.lookup_kwarg]), + 'display': _('Unknown'), + } + +FieldListFilter.register( + lambda f: isinstance(f, (models.BooleanField, models.NullBooleanField)), + BooleanFieldListFilter +) + + +class ChoicesFieldListFilter(FieldListFilter): + def __init__(self, field, request, params, model, model_admin, field_path): + self.lookup_kwarg = '%s__exact' % field_path + self.lookup_kwarg_isnull = '%s__isnull' % field_path + self.lookup_val = request.GET.get(self.lookup_kwarg) + self.lookup_val_isnull = request.GET.get(self.lookup_kwarg_isnull) + super(ChoicesFieldListFilter, self).__init__( + field, request, params, model, model_admin, field_path) + + def expected_parameters(self): + return [self.lookup_kwarg, self.lookup_kwarg_isnull] + + def choices(self, changelist): + yield { + 'selected': self.lookup_val is None, + 'query_string': changelist.get_query_string( + {}, [self.lookup_kwarg, self.lookup_kwarg_isnull] + ), + 'display': _('All') + } + none_title = '' + for lookup, title in self.field.flatchoices: + if lookup is None: + none_title = title + continue + yield { + 'selected': smart_text(lookup) == self.lookup_val, + 'query_string': changelist.get_query_string( + {self.lookup_kwarg: lookup}, [self.lookup_kwarg_isnull] + ), + 'display': title, + } + if none_title: + yield { + 'selected': bool(self.lookup_val_isnull), + 'query_string': changelist.get_query_string({ + self.lookup_kwarg_isnull: 'True', + }, [self.lookup_kwarg]), + 'display': none_title, + } + +FieldListFilter.register(lambda f: bool(f.choices), ChoicesFieldListFilter) + + +class DateFieldListFilter(FieldListFilter): + def __init__(self, field, request, params, model, model_admin, field_path): + self.field_generic = '%s__' % field_path + self.date_params = {k: v for k, v in params.items() if k.startswith(self.field_generic)} + + now = timezone.now() + # When time zone support is enabled, convert "now" to the user's time + # zone so Django's definition of "Today" matches what the user expects. + if timezone.is_aware(now): + now = timezone.localtime(now) + + if isinstance(field, models.DateTimeField): + today = now.replace(hour=0, minute=0, second=0, microsecond=0) + else: # field is a models.DateField + today = now.date() + tomorrow = today + datetime.timedelta(days=1) + if today.month == 12: + next_month = today.replace(year=today.year + 1, month=1, day=1) + else: + next_month = today.replace(month=today.month + 1, day=1) + next_year = today.replace(year=today.year + 1, month=1, day=1) + + self.lookup_kwarg_since = '%s__gte' % field_path + self.lookup_kwarg_until = '%s__lt' % field_path + self.links = ( + (_('Any date'), {}), + (_('Today'), { + self.lookup_kwarg_since: str(today), + self.lookup_kwarg_until: str(tomorrow), + }), + (_('Past 7 days'), { + self.lookup_kwarg_since: str(today - datetime.timedelta(days=7)), + self.lookup_kwarg_until: str(tomorrow), + }), + (_('This month'), { + self.lookup_kwarg_since: str(today.replace(day=1)), + self.lookup_kwarg_until: str(next_month), + }), + (_('This year'), { + self.lookup_kwarg_since: str(today.replace(month=1, day=1)), + self.lookup_kwarg_until: str(next_year), + }), + ) + if field.null: + self.lookup_kwarg_isnull = '%s__isnull' % field_path + self.links += ( + (_('No date'), {self.field_generic + 'isnull': 'True'}), + (_('Has date'), {self.field_generic + 'isnull': 'False'}), + ) + super(DateFieldListFilter, self).__init__( + field, request, params, model, model_admin, field_path) + + def expected_parameters(self): + params = [self.lookup_kwarg_since, self.lookup_kwarg_until] + if self.field.null: + params.append(self.lookup_kwarg_isnull) + return params + + def choices(self, changelist): + for title, param_dict in self.links: + yield { + 'selected': self.date_params == param_dict, + 'query_string': changelist.get_query_string(param_dict, [self.field_generic]), + 'display': title, + } + +FieldListFilter.register( + lambda f: isinstance(f, models.DateField), DateFieldListFilter) + + +# This should be registered last, because it's a last resort. For example, +# if a field is eligible to use the BooleanFieldListFilter, that'd be much +# more appropriate, and the AllValuesFieldListFilter won't get used for it. +class AllValuesFieldListFilter(FieldListFilter): + def __init__(self, field, request, params, model, model_admin, field_path): + self.lookup_kwarg = field_path + self.lookup_kwarg_isnull = '%s__isnull' % field_path + self.lookup_val = request.GET.get(self.lookup_kwarg) + self.lookup_val_isnull = request.GET.get(self.lookup_kwarg_isnull) + self.empty_value_display = model_admin.get_empty_value_display() + parent_model, reverse_path = reverse_field_path(model, field_path) + # Obey parent ModelAdmin queryset when deciding which options to show + if model == parent_model: + queryset = model_admin.get_queryset(request) + else: + queryset = parent_model._default_manager.all() + self.lookup_choices = (queryset + .distinct() + .order_by(field.name) + .values_list(field.name, flat=True)) + super(AllValuesFieldListFilter, self).__init__( + field, request, params, model, model_admin, field_path) + + def expected_parameters(self): + return [self.lookup_kwarg, self.lookup_kwarg_isnull] + + def choices(self, changelist): + yield { + 'selected': self.lookup_val is None and self.lookup_val_isnull is None, + 'query_string': changelist.get_query_string({}, [self.lookup_kwarg, self.lookup_kwarg_isnull]), + 'display': _('All'), + } + include_none = False + for val in self.lookup_choices: + if val is None: + include_none = True + continue + val = smart_text(val) + yield { + 'selected': self.lookup_val == val, + 'query_string': changelist.get_query_string({ + self.lookup_kwarg: val, + }, [self.lookup_kwarg_isnull]), + 'display': val, + } + if include_none: + yield { + 'selected': bool(self.lookup_val_isnull), + 'query_string': changelist.get_query_string({ + self.lookup_kwarg_isnull: 'True', + }, [self.lookup_kwarg]), + 'display': self.empty_value_display, + } + +FieldListFilter.register(lambda f: True, AllValuesFieldListFilter) + + +class RelatedOnlyFieldListFilter(RelatedFieldListFilter): + def field_choices(self, field, request, model_admin): + pk_qs = model_admin.get_queryset(request).distinct().values_list('%s__pk' % self.field_path, flat=True) + return field.get_choices(include_blank=False, limit_choices_to={'pk__in': pk_qs}) diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/forms.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/forms.py new file mode 100644 index 0000000..ed71d63 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/forms.py @@ -0,0 +1,30 @@ +from __future__ import unicode_literals + +from django import forms +from django.contrib.auth.forms import AuthenticationForm, PasswordChangeForm +from django.utils.translation import ugettext_lazy as _ + + +class AdminAuthenticationForm(AuthenticationForm): + """ + A custom authentication form used in the admin app. + """ + error_messages = { + 'invalid_login': _( + "Please enter the correct %(username)s and password for a staff " + "account. Note that both fields may be case-sensitive." + ), + } + required_css_class = 'required' + + def confirm_login_allowed(self, user): + if not user.is_active or not user.is_staff: + raise forms.ValidationError( + self.error_messages['invalid_login'], + code='invalid_login', + params={'username': self.username_field.verbose_name} + ) + + +class AdminPasswordChangeForm(PasswordChangeForm): + required_css_class = 'required' diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/helpers.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/helpers.py new file mode 100644 index 0000000..d5cf38e --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/helpers.py @@ -0,0 +1,389 @@ +from __future__ import unicode_literals + +import json +import warnings + +from django import forms +from django.conf import settings +from django.contrib.admin.utils import ( + display_for_field, flatten_fieldsets, help_text_for_field, label_for_field, + lookup_field, +) +from django.core.exceptions import ObjectDoesNotExist +from django.db.models.fields.related import ManyToManyRel +from django.forms.utils import flatatt +from django.template.defaultfilters import capfirst, linebreaksbr +from django.utils import six +from django.utils.deprecation import RemovedInDjango20Warning +from django.utils.encoding import force_text, smart_text +from django.utils.html import conditional_escape, format_html +from django.utils.safestring import mark_safe +from django.utils.translation import ugettext, ugettext_lazy as _ + +ACTION_CHECKBOX_NAME = '_selected_action' + + +class ActionForm(forms.Form): + action = forms.ChoiceField(label=_('Action:')) + select_across = forms.BooleanField( + label='', + required=False, + initial=0, + widget=forms.HiddenInput({'class': 'select-across'}), + ) + +checkbox = forms.CheckboxInput({'class': 'action-select'}, lambda value: False) + + +class AdminForm(object): + def __init__(self, form, fieldsets, prepopulated_fields, readonly_fields=None, model_admin=None): + self.form, self.fieldsets = form, fieldsets + self.prepopulated_fields = [{ + 'field': form[field_name], + 'dependencies': [form[f] for f in dependencies] + } for field_name, dependencies in prepopulated_fields.items()] + self.model_admin = model_admin + if readonly_fields is None: + readonly_fields = () + self.readonly_fields = readonly_fields + + def __iter__(self): + for name, options in self.fieldsets: + yield Fieldset( + self.form, name, + readonly_fields=self.readonly_fields, + model_admin=self.model_admin, + **options + ) + + def _media(self): + media = self.form.media + for fs in self: + media = media + fs.media + return media + media = property(_media) + + +class Fieldset(object): + def __init__(self, form, name=None, readonly_fields=(), fields=(), classes=(), + description=None, model_admin=None): + self.form = form + self.name, self.fields = name, fields + self.classes = ' '.join(classes) + self.description = description + self.model_admin = model_admin + self.readonly_fields = readonly_fields + + def _media(self): + if 'collapse' in self.classes: + extra = '' if settings.DEBUG else '.min' + js = [ + 'vendor/jquery/jquery%s.js' % extra, + 'jquery.init.js', + 'collapse%s.js' % extra, + ] + return forms.Media(js=['admin/js/%s' % url for url in js]) + return forms.Media() + media = property(_media) + + def __iter__(self): + for field in self.fields: + yield Fieldline(self.form, field, self.readonly_fields, model_admin=self.model_admin) + + +class Fieldline(object): + def __init__(self, form, field, readonly_fields=None, model_admin=None): + self.form = form # A django.forms.Form instance + if not hasattr(field, "__iter__") or isinstance(field, six.text_type): + self.fields = [field] + else: + self.fields = field + self.has_visible_field = not all( + field in self.form.fields and self.form.fields[field].widget.is_hidden + for field in self.fields + ) + self.model_admin = model_admin + if readonly_fields is None: + readonly_fields = () + self.readonly_fields = readonly_fields + + def __iter__(self): + for i, field in enumerate(self.fields): + if field in self.readonly_fields: + yield AdminReadonlyField(self.form, field, is_first=(i == 0), model_admin=self.model_admin) + else: + yield AdminField(self.form, field, is_first=(i == 0)) + + def errors(self): + return mark_safe( + '\n'.join( + self.form[f].errors.as_ul() for f in self.fields if f not in self.readonly_fields + ).strip('\n') + ) + + +class AdminField(object): + def __init__(self, form, field, is_first): + self.field = form[field] # A django.forms.BoundField instance + self.is_first = is_first # Whether this field is first on the line + self.is_checkbox = isinstance(self.field.field.widget, forms.CheckboxInput) + self.is_readonly = False + + def label_tag(self): + classes = [] + contents = conditional_escape(force_text(self.field.label)) + if self.is_checkbox: + classes.append('vCheckboxLabel') + + if self.field.field.required: + classes.append('required') + if not self.is_first: + classes.append('inline') + attrs = {'class': ' '.join(classes)} if classes else {} + # checkboxes should not have a label suffix as the checkbox appears + # to the left of the label. + return self.field.label_tag( + contents=mark_safe(contents), attrs=attrs, + label_suffix='' if self.is_checkbox else None, + ) + + def errors(self): + return mark_safe(self.field.errors.as_ul()) + + +class AdminReadonlyField(object): + def __init__(self, form, field, is_first, model_admin=None): + # Make self.field look a little bit like a field. This means that + # {{ field.name }} must be a useful class name to identify the field. + # For convenience, store other field-related data here too. + if callable(field): + class_name = field.__name__ if field.__name__ != '' else '' + else: + class_name = field + + if form._meta.labels and class_name in form._meta.labels: + label = form._meta.labels[class_name] + else: + label = label_for_field(field, form._meta.model, model_admin) + + if form._meta.help_texts and class_name in form._meta.help_texts: + help_text = form._meta.help_texts[class_name] + else: + help_text = help_text_for_field(class_name, form._meta.model) + + self.field = { + 'name': class_name, + 'label': label, + 'help_text': help_text, + 'field': field, + } + self.form = form + self.model_admin = model_admin + self.is_first = is_first + self.is_checkbox = False + self.is_readonly = True + self.empty_value_display = model_admin.get_empty_value_display() + + def label_tag(self): + attrs = {} + if not self.is_first: + attrs["class"] = "inline" + label = self.field['label'] + return format_html('{}:', + flatatt(attrs), + capfirst(force_text(label))) + + def contents(self): + from django.contrib.admin.templatetags.admin_list import _boolean_icon + field, obj, model_admin = self.field['field'], self.form.instance, self.model_admin + try: + f, attr, value = lookup_field(field, obj, model_admin) + except (AttributeError, ValueError, ObjectDoesNotExist): + result_repr = self.empty_value_display + else: + if f is None: + boolean = getattr(attr, "boolean", False) + if boolean: + result_repr = _boolean_icon(value) + else: + if hasattr(value, "__html__"): + result_repr = value + else: + result_repr = smart_text(value) + if getattr(attr, "allow_tags", False): + warnings.warn( + "Deprecated allow_tags attribute used on %s. " + "Use django.utils.safestring.format_html(), " + "format_html_join(), or mark_safe() instead." % attr, + RemovedInDjango20Warning + ) + result_repr = mark_safe(value) + else: + result_repr = linebreaksbr(result_repr) + else: + if isinstance(f.remote_field, ManyToManyRel) and value is not None: + result_repr = ", ".join(map(six.text_type, value.all())) + else: + result_repr = display_for_field(value, f, self.empty_value_display) + result_repr = linebreaksbr(result_repr) + return conditional_escape(result_repr) + + +class InlineAdminFormSet(object): + """ + A wrapper around an inline formset for use in the admin system. + """ + def __init__(self, inline, formset, fieldsets, prepopulated_fields=None, + readonly_fields=None, model_admin=None): + self.opts = inline + self.formset = formset + self.fieldsets = fieldsets + self.model_admin = model_admin + if readonly_fields is None: + readonly_fields = () + self.readonly_fields = readonly_fields + if prepopulated_fields is None: + prepopulated_fields = {} + self.prepopulated_fields = prepopulated_fields + self.classes = ' '.join(inline.classes) if inline.classes else '' + + def __iter__(self): + for form, original in zip(self.formset.initial_forms, self.formset.get_queryset()): + view_on_site_url = self.opts.get_view_on_site_url(original) + yield InlineAdminForm( + self.formset, form, self.fieldsets, self.prepopulated_fields, + original, self.readonly_fields, model_admin=self.opts, + view_on_site_url=view_on_site_url, + ) + for form in self.formset.extra_forms: + yield InlineAdminForm( + self.formset, form, self.fieldsets, self.prepopulated_fields, + None, self.readonly_fields, model_admin=self.opts, + ) + yield InlineAdminForm( + self.formset, self.formset.empty_form, + self.fieldsets, self.prepopulated_fields, None, + self.readonly_fields, model_admin=self.opts, + ) + + def fields(self): + fk = getattr(self.formset, "fk", None) + for i, field_name in enumerate(flatten_fieldsets(self.fieldsets)): + if fk and fk.name == field_name: + continue + if field_name in self.readonly_fields: + yield { + 'label': label_for_field(field_name, self.opts.model, self.opts), + 'widget': {'is_hidden': False}, + 'required': False, + 'help_text': help_text_for_field(field_name, self.opts.model), + } + else: + form_field = self.formset.empty_form.fields[field_name] + label = form_field.label + if label is None: + label = label_for_field(field_name, self.opts.model, self.opts) + yield { + 'label': label, + 'widget': form_field.widget, + 'required': form_field.required, + 'help_text': form_field.help_text, + } + + def inline_formset_data(self): + verbose_name = self.opts.verbose_name + return json.dumps({ + 'name': '#%s' % self.formset.prefix, + 'options': { + 'prefix': self.formset.prefix, + 'addText': ugettext('Add another %(verbose_name)s') % { + 'verbose_name': capfirst(verbose_name), + }, + 'deleteText': ugettext('Remove'), + } + }) + + def _media(self): + media = self.opts.media + self.formset.media + for fs in self: + media = media + fs.media + return media + media = property(_media) + + +class InlineAdminForm(AdminForm): + """ + A wrapper around an inline form for use in the admin system. + """ + def __init__(self, formset, form, fieldsets, prepopulated_fields, original, + readonly_fields=None, model_admin=None, view_on_site_url=None): + self.formset = formset + self.model_admin = model_admin + self.original = original + self.show_url = original and view_on_site_url is not None + self.absolute_url = view_on_site_url + super(InlineAdminForm, self).__init__(form, fieldsets, prepopulated_fields, readonly_fields, model_admin) + + def __iter__(self): + for name, options in self.fieldsets: + yield InlineFieldset( + self.formset, self.form, name, self.readonly_fields, + model_admin=self.model_admin, **options + ) + + def needs_explicit_pk_field(self): + # Auto fields are editable (oddly), so need to check for auto or non-editable pk + if self.form._meta.model._meta.has_auto_field or not self.form._meta.model._meta.pk.editable: + return True + # Also search any parents for an auto field. (The pk info is propagated to child + # models so that does not need to be checked in parents.) + for parent in self.form._meta.model._meta.get_parent_list(): + if parent._meta.has_auto_field: + return True + return False + + def pk_field(self): + return AdminField(self.form, self.formset._pk_field.name, False) + + def fk_field(self): + fk = getattr(self.formset, "fk", None) + if fk: + return AdminField(self.form, fk.name, False) + else: + return "" + + def deletion_field(self): + from django.forms.formsets import DELETION_FIELD_NAME + return AdminField(self.form, DELETION_FIELD_NAME, False) + + def ordering_field(self): + from django.forms.formsets import ORDERING_FIELD_NAME + return AdminField(self.form, ORDERING_FIELD_NAME, False) + + +class InlineFieldset(Fieldset): + def __init__(self, formset, *args, **kwargs): + self.formset = formset + super(InlineFieldset, self).__init__(*args, **kwargs) + + def __iter__(self): + fk = getattr(self.formset, "fk", None) + for field in self.fields: + if fk and fk.name == field: + continue + yield Fieldline(self.form, field, self.readonly_fields, model_admin=self.model_admin) + + +class AdminErrorList(forms.utils.ErrorList): + """ + Stores all errors for the form/formsets in an add/change stage view. + """ + def __init__(self, form, inline_formsets): + super(AdminErrorList, self).__init__() + + if form.is_bound: + self.extend(form.errors.values()) + for inline_formset in inline_formsets: + self.extend(inline_formset.non_form_errors()) + for errors_in_inline_form in inline_formset.errors: + self.extend(errors_in_inline_form.values()) diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/af/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/af/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..260d562a9a1b242283da019ddaa9df785c868e1a GIT binary patch literal 9511 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, 2012 +# Pi Delport , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 09:09+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Afrikaans (http://www.transifex.com/django/django/language/" +"af/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: af\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Het %(count)d %(items)s suksesvol geskrap." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Kan %(name)s nie skrap nie" + +msgid "Are you sure?" +msgstr "Is jy seker?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Skrap gekose %(verbose_name_plural)s" + +msgid "Administration" +msgstr "" + +msgid "All" +msgstr "Alles" + +msgid "Yes" +msgstr "Ja" + +msgid "No" +msgstr "Geen" + +msgid "Unknown" +msgstr "Onbekend" + +msgid "Any date" +msgstr "Enige datum" + +msgid "Today" +msgstr "Vandag" + +msgid "Past 7 days" +msgstr "Vorige 7 dae" + +msgid "This month" +msgstr "Hierdie maand" + +msgid "This year" +msgstr "Hierdie jaar" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" + +msgid "Action:" +msgstr "Aksie:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Voeg nog 'n %(verbose_name)s by" + +msgid "Remove" +msgstr "Verwyder" + +msgid "action time" +msgstr "aksie tyd" + +msgid "user" +msgstr "" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "objek id" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "objek repr" + +msgid "action flag" +msgstr "aksie vlag" + +msgid "change message" +msgstr "verandering boodskap" + +msgid "log entry" +msgstr "" + +msgid "log entries" +msgstr "" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "Het \"%(object)s\" bygevoeg." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "Het \"%(object)s\" verander - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "Het \"%(object)s\" geskrap." + +msgid "LogEntry Object" +msgstr "" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "" + +msgid "and" +msgstr "en" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "Geen velde verander nie." + +msgid "None" +msgstr "None" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Items moet gekies word om aksies op hulle uit te voer. Geen items is " +"verander." + +msgid "No action selected." +msgstr "Geen aksie gekies nie." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "Die %(name)s \"%(obj)s\" was suksesvol geskrap." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "%(name)s voorwerp met primêre sleutel %(key)r bestaan ​​nie." + +#, python-format +msgid "Add %s" +msgstr "Voeg %s by" + +#, python-format +msgid "Change %s" +msgstr "Verander %s" + +msgid "Database error" +msgstr "Databasis fout" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s was suksesvol verander." +msgstr[1] "%(count)s %(name)s was suksesvol verander." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s gekies" +msgstr[1] "Al %(total_count)s gekies" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 uit %(cnt)s gekies" + +#, python-format +msgid "Change history: %s" +msgstr "Verander geskiedenis: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +msgid "Django site admin" +msgstr "Django werf admin" + +msgid "Django administration" +msgstr "Django administrasie" + +msgid "Site administration" +msgstr "Werf administrasie" + +msgid "Log in" +msgstr "Teken in" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "Bladsy nie gevind nie" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Ons is jammer, maar die aangevraagde bladsy kon nie gevind word nie." + +msgid "Home" +msgstr "Tuisblad" + +msgid "Server error" +msgstr "Bedienerfout" + +msgid "Server error (500)" +msgstr "Bedienerfout (500)" + +msgid "Server Error (500)" +msgstr "Bedienerfout (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +msgid "Run the selected action" +msgstr "Hardloop die gekose aksie" + +msgid "Go" +msgstr "Gaan" + +msgid "Click here to select the objects across all pages" +msgstr "Kliek hier om die objekte oor alle bladsye te kies." + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Kies al %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Verwyder keuses" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Vul eers 'n gebruikersnaam en wagwoord in. Dan sal jy in staat wees om meer " +"gebruikersopsies te wysig." + +msgid "Enter a username and password." +msgstr "Vul 'n gebruikersnaam en wagwoord in." + +msgid "Change password" +msgstr "Verander wagwoord" + +msgid "Please correct the error below." +msgstr "Korrigeer asseblief die foute hieronder." + +msgid "Please correct the errors below." +msgstr "" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Vul 'n nuwe wagwoord vir gebruiker %(username)s in." + +msgid "Welcome," +msgstr "Welkom," + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "Dokumentasie" + +msgid "Log out" +msgstr "Teken uit" + +#, python-format +msgid "Add %(name)s" +msgstr "Voeg %(name)s by" + +msgid "History" +msgstr "Geskiedenis" + +msgid "View on site" +msgstr "Bekyk op werf" + +msgid "Filter" +msgstr "Filter" + +msgid "Remove from sorting" +msgstr "Verwyder van sortering" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Sortering prioriteit: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Wissel sortering" + +msgid "Delete" +msgstr "Skrap" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Om die %(object_name)s '%(escaped_object)s' te skrap sou vereis dat die " +"volgende beskermde verwante objekte geskrap word:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" + +msgid "Objects" +msgstr "" + +msgid "Yes, I'm sure" +msgstr "Ja, ek is seker" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "Skrap meerdere objekte" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Om die gekose %(objects_name)s te skrap sou verwante objekte skrap, maar jou " +"rekening het nie toestemming om die volgende tipes objekte te skrap nie:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Om die gekose %(objects_name)s te skrap veries dat die volgende beskermde " +"verwante objekte geskrap word:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Is jy seker jy wil die gekose %(objects_name)s skrap? Al die volgende " +"objekte en hul verwante items sal geskrap word:" + +msgid "Change" +msgstr "Verander" + +msgid "Delete?" +msgstr "Skrap?" + +#, python-format +msgid " By %(filter_title)s " +msgstr "Deur %(filter_title)s" + +msgid "Summary" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "" + +msgid "Add" +msgstr "Voeg by" + +msgid "You don't have permission to edit anything." +msgstr "Jy het nie toestemming om enigiets te wysig nie." + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "Niks beskikbaar nie" + +msgid "Unknown content" +msgstr "Onbekend inhoud" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "Wagwoord of gebruikersnaam vergeet?" + +msgid "Date/time" +msgstr "Datum/tyd" + +msgid "User" +msgstr "Gebruiker" + +msgid "Action" +msgstr "Aksie" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Hierdie item het nie 'n veranderingsgeskiedenis nie. Dit was waarskynlik nie " +"deur middel van hierdie admin werf bygevoeg nie." + +msgid "Show all" +msgstr "Wys alle" + +msgid "Save" +msgstr "Stoor" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Search" +msgstr "Soek" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s resultaat" +msgstr[1] "%(counter)s resultate" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s in totaal" + +msgid "Save as new" +msgstr "Stoor as nuwe" + +msgid "Save and add another" +msgstr "Stoor en voeg 'n ander by" + +msgid "Save and continue editing" +msgstr "Stoor en wysig verder" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "" + +msgid "Log in again" +msgstr "Teken weer in" + +msgid "Password change" +msgstr "Wagwoord verandering" + +msgid "Your password was changed." +msgstr "Jou wagwoord was verander." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Tik jou ou wagwoord, ter wille van sekuriteit's, en dan 'n nuwe wagwoord " +"twee keer so dat ons kan seker wees dat jy dit korrek ingetik het." + +msgid "Change my password" +msgstr "Verander my wagwoord" + +msgid "Password reset" +msgstr "Wagwoord herstel" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Jou wagwoord is gestel. Jy kan nou voort gaan en aanteken." + +msgid "Password reset confirmation" +msgstr "Wagwoord herstel bevestiging" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Tik jou nuwe wagwoord twee keer in so ons kan seker wees dat jy dit korrek " +"ingetik het." + +msgid "New password:" +msgstr "Nuwe wagwoord:" + +msgid "Confirm password:" +msgstr "Bevestig wagwoord:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" + +msgid "Please go to the following page and choose a new password:" +msgstr "Gaan asseblief na die volgende bladsy en kies 'n nuwe wagwoord:" + +msgid "Your username, in case you've forgotten:" +msgstr "Jou gebruikersnaam, in geval jy vergeet het:" + +msgid "Thanks for using our site!" +msgstr "Dankie vir die gebruik van ons webwerf!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Die %(site_name)s span" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" + +msgid "Email address:" +msgstr "" + +msgid "Reset my password" +msgstr "Herstel my wagwoord" + +msgid "All dates" +msgstr "Alle datums" + +#, python-format +msgid "Select %s" +msgstr "Kies %s" + +#, python-format +msgid "Select %s to change" +msgstr "Kies %s om te verander" + +msgid "Date:" +msgstr "Datum:" + +msgid "Time:" +msgstr "Tyd:" + +msgid "Lookup" +msgstr "Soek" + +msgid "Currently:" +msgstr "" + +msgid "Change:" +msgstr "" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/af/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/af/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..31bcfe0466d6bb25e6fde25342b15777e157ae0c GIT binary patch literal 1158 zcmaKq%}x|S5XW0Y)K&bzqaSG#jSw=svui{g#0UrqEJ$F5c(d85-EDTZd(+df?8&Dv z@j-Y1jTc|QoAKh=gNa8E{%aV(c(9Y|UsrY4zpH2J+sNQMfpHCX19kwr39FvMgz*6! z0zZNm!Oyw>CFfUg81e650sIM`2Y=`LLjyt#!XF0Dfg`zp9Xt(Rf~dPB7FZZkn;y{S#}?$3-Cuk&byU!6y&@L$hwd6_-r1pf?U@| zzP|;s{+m2*K+bm{*VoVew;;;Oa!0@`u>TFty$s_TcyO&}VXTd(iK{S3X5XCaKN^>? z;ClG2{LjRMRK-qF%R4CwX97khg8z*&WV>~`zaYtSkQ?lCtm27 z#EOoMZnnHwwbo$jiFNAOJ<1^!GB;WX*KDl%m^;=vxUVUN28Y(1-J!Y<7UN)(T&k^! zWW1wH(-zjLYn=~P(x#4s+1+Lu)NCXRYcFfToFnCNHh88yMY0l>CxY-nP<|*Y_oH%U zJgkHv4hHMAr&;r#bCt3zhfz5k4>1Z=mHMFOlt~lit&8N6GDfGeN_b)-AEO$$Pm|0o zYSXY!kYk#=s!2hOR40-%4X4`*3UajNeK#tVdc9uJv!-s)ez9&lrNdVpA;|?ws!8>r@gfSl3A-X}X!4PFJSn;c|M^$lKGhJT_H8uk3NJ%u?Fc?QP|< zW?9B1lq7`zzpN?ECV9_D-;WR1_~9g;QyabXSFiA&^+av%mzbPU&1?m%+FgO&ULWD( Y1-A`}t$r#tm5KTArvnFB%}pcz09rTxdjJ3c literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/af/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/af/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..c9dd753 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/af/LC_MESSAGES/djangojs.po @@ -0,0 +1,205 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Pi Delport , 2013 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 10:10+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Afrikaans (http://www.transifex.com/django/django/language/" +"af/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: af\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Beskikbare %s" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +msgid "Filter" +msgstr "Filter" + +msgid "Choose all" +msgstr "Kies alle" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "" + +msgid "Choose" +msgstr "Kies" + +msgid "Remove" +msgstr "Verwyder" + +#, javascript-format +msgid "Chosen %s" +msgstr "Gekose %s" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" + +msgid "Remove all" +msgstr "Verwyder alle" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "" +msgstr[1] "" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +msgstr[1] "" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +msgstr[1] "" + +msgid "Now" +msgstr "Nou" + +msgid "Choose a Time" +msgstr "" + +msgid "Choose a time" +msgstr "Kies 'n tyd" + +msgid "Midnight" +msgstr "Middernag" + +msgid "6 a.m." +msgstr "6 v.m." + +msgid "Noon" +msgstr "Middag" + +msgid "6 p.m." +msgstr "" + +msgid "Cancel" +msgstr "Kanselleer" + +msgid "Today" +msgstr "Vandag" + +msgid "Choose a Date" +msgstr "" + +msgid "Yesterday" +msgstr "Gister" + +msgid "Tomorrow" +msgstr "Môre" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "Wys" + +msgid "Hide" +msgstr "Versteek" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/am/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/am/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..7f6c89989145f3b4f0e1472587d68aa97b52ab22 GIT binary patch literal 8309 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\n" +"Language-Team: Amharic (http://www.transifex.com/django/django/language/" +"am/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: am\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d %(items)s በተሳካ ሁኔታ ተወግድዋል:: " + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "%(name)s ማስወገድ አይቻልም" + +msgid "Are you sure?" +msgstr "እርግጠኛ ነህ?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "የተመረጡትን %(verbose_name_plural)s አስወግድ" + +msgid "Administration" +msgstr "" + +msgid "All" +msgstr "ሁሉም" + +msgid "Yes" +msgstr "አዎ" + +msgid "No" +msgstr "አይደለም" + +msgid "Unknown" +msgstr "ያልታወቀ" + +msgid "Any date" +msgstr "ማንኛውም ቀን" + +msgid "Today" +msgstr "ዛሬ" + +msgid "Past 7 days" +msgstr "ያለፉት 7 ቀናት" + +msgid "This month" +msgstr "በዚህ ወር" + +msgid "This year" +msgstr "በዚህ አመት" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" + +msgid "Action:" +msgstr "ተግባር:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "ሌላ %(verbose_name)s ጨምር" + +msgid "Remove" +msgstr "አጥፋ" + +msgid "action time" +msgstr "ተግባሩ የተፈፀመበት ጊዜ" + +msgid "user" +msgstr "" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "" + +msgid "action flag" +msgstr "" + +msgid "change message" +msgstr "መልዕክት ለውጥ" + +msgid "log entry" +msgstr "" + +msgid "log entries" +msgstr "" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "\"%(object)s\" ተጨምሯል::" + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "\"%(object)s\" - %(changes)s ተቀይሯል" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "\"%(object)s.\" ተወግድዋል" + +msgid "LogEntry Object" +msgstr "" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "" + +msgid "and" +msgstr "እና" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "ምንም \"ፊልድ\" አልተቀየረም::" + +msgid "None" +msgstr "ምንም" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" + +msgid "No action selected." +msgstr "ምንም ተግባር አልተመረጠም::" + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "%(name)s \"%(obj)s\" በተሳካ ሁኔታ ተወግድዋል:: " + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "" + +#, python-format +msgid "Add %s" +msgstr "%s ጨምር" + +#, python-format +msgid "Change %s" +msgstr "%s ቀይር" + +msgid "Database error" +msgstr "የ(ዳታቤዝ) ችግር" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s በተሳካ ሁኔታ ተቀይሯል::" +msgstr[1] "%(count)s %(name)s በተሳካ ሁኔታ ተቀይረዋል::" + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s ተመርጠዋል" +msgstr[1] "ሁሉም %(total_count)s ተመርጠዋል" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 of %(cnt)s ተመርጠዋል" + +#, python-format +msgid "Change history: %s" +msgstr "ታሪኩን ቀይር: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +msgid "Django site admin" +msgstr "ጃንጎ ድህረ-ገጽ አስተዳዳሪ" + +msgid "Django administration" +msgstr "ጃንጎ አስተዳደር" + +msgid "Site administration" +msgstr "ድህረ-ገጽ አስተዳደር" + +msgid "Log in" +msgstr "" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "ድህረ-ገጹ የለም" + +msgid "We're sorry, but the requested page could not be found." +msgstr "ይቅርታ! የፈለጉት ድህረ-ገጽ የለም::" + +msgid "Home" +msgstr "ሆም" + +msgid "Server error" +msgstr "የሰርቨር ችግር" + +msgid "Server error (500)" +msgstr "የሰርቨር ችግር (500)" + +msgid "Server Error (500)" +msgstr "የሰርቨር ችግር (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +msgid "Run the selected action" +msgstr "የተመረጡትን ተግባሮች አስጀምር" + +msgid "Go" +msgstr "ስራ" + +msgid "Click here to select the objects across all pages" +msgstr "" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "ሁሉንም %(total_count)s %(module_name)s ምረጥ" + +msgid "Clear selection" +msgstr "የተመረጡትን ባዶ ኣድርግ" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" + +msgid "Enter a username and password." +msgstr "መለያስም(ዩዘርኔም) እና የይለፍቃል(ፓስወርድ) ይስገቡ::" + +msgid "Change password" +msgstr "የይለፍቃል(ፓስወርድ) ቅየር" + +msgid "Please correct the error below." +msgstr "ከታች ያሉትን ችግሮች ያስተካክሉ::" + +msgid "Please correct the errors below." +msgstr "" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "ለ %(username)s መለያ አዲስ የይለፍቃል(ፓስወርድ) ያስገቡ::" + +msgid "Welcome," +msgstr "እንኳን በደህና መጡ," + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "መረጃ" + +msgid "Log out" +msgstr "ጨርሰህ ውጣ" + +#, python-format +msgid "Add %(name)s" +msgstr "%(name)s ጨምር" + +msgid "History" +msgstr "ታሪክ" + +msgid "View on site" +msgstr "ድህረ-ገጹ ላይ ይመልከቱ" + +msgid "Filter" +msgstr "አጣራ" + +msgid "Remove from sorting" +msgstr "" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "" + +msgid "Toggle sorting" +msgstr "" + +msgid "Delete" +msgstr "" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" + +msgid "Objects" +msgstr "" + +msgid "Yes, I'm sure" +msgstr "አዎ,እርግጠኛ ነኝ" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" + +msgid "Change" +msgstr "ቀይር" + +msgid "Delete?" +msgstr "ላስወግድ?" + +#, python-format +msgid " By %(filter_title)s " +msgstr "በ %(filter_title)s" + +msgid "Summary" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "" + +msgid "Add" +msgstr "ጨምር" + +msgid "You don't have permission to edit anything." +msgstr "" + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "ምንም የለም" + +msgid "Unknown content" +msgstr "" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "የእርሶን መለያስም (ዩዘርኔም) ወይም የይለፍቃል(ፓስወርድ)ዘነጉት?" + +msgid "Date/time" +msgstr "ቀን/ጊዜ" + +msgid "User" +msgstr "" + +msgid "Action" +msgstr "" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" + +msgid "Show all" +msgstr "ሁሉንም አሳይ" + +msgid "Save" +msgstr "" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Search" +msgstr "ፈልግ" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] " %(counter)s ውጤት" +msgstr[1] "%(counter)s ውጤቶች" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "በአጠቃላይ %(full_result_count)s" + +msgid "Save as new" +msgstr "" + +msgid "Save and add another" +msgstr "" + +msgid "Save and continue editing" +msgstr "" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "ዛሬ ድህረ-ገዓችንን ላይ ጥሩ ጊዜ ስላሳለፉ እናመሰግናለን::" + +msgid "Log in again" +msgstr "በድጋሜ ይግቡ" + +msgid "Password change" +msgstr "የይለፍቃል(ፓስወርድ) ቅየራ" + +msgid "Your password was changed." +msgstr "የይለፍቃልዎን(ፓስወርድ) ተቀይሯል::" + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" + +msgid "Change my password" +msgstr "የይለፍቃል(ፓስወርድ) ቀይር" + +msgid "Password reset" +msgstr "" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "" + +msgid "Password reset confirmation" +msgstr "" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" + +msgid "New password:" +msgstr "አዲስ የይለፍቃል(ፓስወርድ):" + +msgid "Confirm password:" +msgstr "የይለፍቃልዎን(ፓስወርድ) በድጋሜ በማስገባት ያረጋግጡ:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"ኢ-ሜል ካልደረስዎት እባክዎን የተመዘገቡበትን የኢ-ሜል አድራሻ ትክክለኛነት ይረጋግጡእንዲሁም ኢ-ሜል (ስፓም) ማህደር " +"ውስጥ ይመልከቱ::" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"ይህ ኢ-ሜል የደረስዎት %(site_name)s ላይ እንደ አዲስ የይለፍቃል(ፓስወርድ) ለ ለመቀየር ስለጠየቁ ነው::" + +msgid "Please go to the following page and choose a new password:" +msgstr "እባክዎን ወደሚከተለው ድህረ-ገዕ በመሄድ አዲስ የይለፍቃል(ፓስወርድ) ያውጡ:" + +msgid "Your username, in case you've forgotten:" +msgstr "ድንገት ከዘነጉት ይኌው የእርሶ መለያስም (ዩዘርኔም):" + +msgid "Thanks for using our site!" +msgstr "ድህረ-ገዓችንን ስለተጠቀሙ እናመሰግናለን!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s ቡድን" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"የይለፍቃልዎን(ፓስወርድ)ረሱት? ከታች የኢ-ሜል አድራሻዎን ይስገቡ እና አዲስ ፓስወርድ ለማውጣት የሚያስችል መረጃ " +"እንልክልዎታለን::" + +msgid "Email address:" +msgstr "ኢ-ሜል አድራሻ:" + +msgid "Reset my password" +msgstr "" + +msgid "All dates" +msgstr "ሁሉም ቀናት" + +#, python-format +msgid "Select %s" +msgstr "%sን ምረጥ" + +#, python-format +msgid "Select %s to change" +msgstr "ለመቀየር %sን ምረጥ" + +msgid "Date:" +msgstr "ቀን:" + +msgid "Time:" +msgstr "ጊዜ" + +msgid "Lookup" +msgstr "አፈላልግ" + +msgid "Currently:" +msgstr "በዚህ ጊዜ:" + +msgid "Change:" +msgstr "ቀይር:" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ar/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ar/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..3459c52aab4b856e1ab68e15e344563ac9a16ded GIT binary patch literal 17633 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 literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ar/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ar/LC_MESSAGES/django.po new file mode 100644 index 0000000..fb18d47 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ar/LC_MESSAGES/django.po @@ -0,0 +1,686 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Bashar Al-Abdulhadi, 2015-2016 +# Bashar Al-Abdulhadi, 2014 +# Eyad Toma , 2013 +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-07-18 08:42+0000\n" +"Last-Translator: Bashar Al-Abdulhadi\n" +"Language-Team: Arabic (http://www.transifex.com/django/django/language/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " +"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "تم حذف %(count)d %(items)s بنجاح." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "لا يمكن حذف %(name)s" + +msgid "Are you sure?" +msgstr "هل أنت متأكد؟" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "حذف سجلات %(verbose_name_plural)s المحددة" + +msgid "Administration" +msgstr "الإدارة" + +msgid "All" +msgstr "الكل" + +msgid "Yes" +msgstr "نعم" + +msgid "No" +msgstr "لا" + +msgid "Unknown" +msgstr "مجهول" + +msgid "Any date" +msgstr "أي تاريخ" + +msgid "Today" +msgstr "اليوم" + +msgid "Past 7 days" +msgstr "الأيام السبعة الماضية" + +msgid "This month" +msgstr "هذا الشهر" + +msgid "This year" +msgstr "هذه السنة" + +msgid "No date" +msgstr "لا يوجد أي تاريخ" + +msgid "Has date" +msgstr "به تاريخ" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"الرجاء إدخال ال%(username)s و كلمة المرور الصحيحين لحساب الطاقم. الحقلين " +"حساسين وضعية الاحرف." + +msgid "Action:" +msgstr "إجراء:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "إضافة سجل %(verbose_name)s آخر" + +msgid "Remove" +msgstr "أزل" + +msgid "action time" +msgstr "وقت الإجراء" + +msgid "user" +msgstr "المستخدم" + +msgid "content type" +msgstr "نوع المحتوى" + +msgid "object id" +msgstr "معرف العنصر" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "ممثل العنصر" + +msgid "action flag" +msgstr "علامة الإجراء" + +msgid "change message" +msgstr "غيّر الرسالة" + +msgid "log entry" +msgstr "مُدخل السجل" + +msgid "log entries" +msgstr "مُدخلات السجل" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "تم إضافة العناصر \"%(object)s\"." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "تم تعديل العناصر \"%(object)s\" - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "تم حذف العناصر \"%(object)s.\"" + +msgid "LogEntry Object" +msgstr "كائن LogEntry" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "تمت الإضافة." + +msgid "and" +msgstr "و" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "لم يتم تغيير أية حقول." + +msgid "None" +msgstr "لاشيء" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" +"استمر بالضغط على مفتاح \"Control\", او \"Command\" على أجهزة الماك, لإختيار " +"أكثر من أختيار واحد." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "يجب تحديد العناصر لتطبيق الإجراءات عليها. لم يتم تغيير أية عناصر." + +msgid "No action selected." +msgstr "لم يحدد أي إجراء." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "تم حذف %(name)s \"%(obj)s\" بنجاح." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "العنصر %(name)s الذي به الحقل الأساسي %(key)r غير موجود." + +#, python-format +msgid "Add %s" +msgstr "أضف %s" + +#, python-format +msgid "Change %s" +msgstr "عدّل %s" + +msgid "Database error" +msgstr "خطـأ في قاعدة البيانات" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "لم يتم تغيير أي شيء" +msgstr[1] "تم تغيير %(count)s %(name)s بنجاح." +msgstr[2] "تم تغيير %(count)s %(name)s بنجاح." +msgstr[3] "تم تغيير %(count)s %(name)s بنجاح." +msgstr[4] "تم تغيير %(count)s %(name)s بنجاح." +msgstr[5] "تم تغيير %(count)s %(name)s بنجاح." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "لم يتم تحديد أي شيء" +msgstr[1] "تم تحديد %(total_count)s" +msgstr[2] "تم تحديد %(total_count)s" +msgstr[3] "تم تحديد %(total_count)s" +msgstr[4] "تم تحديد %(total_count)s" +msgstr[5] "تم تحديد %(total_count)s" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "لا شيء محدد من %(cnt)s" + +#, python-format +msgid "Change history: %s" +msgstr "تاريخ التغيير: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"حذف %(class_name)s %(instance)s سيتسبب أيضاً بحذف العناصر المرتبطة التالية: " +"%(related_objects)s" + +msgid "Django site admin" +msgstr "إدارة موقع جانغو" + +msgid "Django administration" +msgstr "إدارة جانغو" + +msgid "Site administration" +msgstr "إدارة الموقع" + +msgid "Log in" +msgstr "ادخل" + +#, python-format +msgid "%(app)s administration" +msgstr "إدارة %(app)s " + +msgid "Page not found" +msgstr "تعذر العثور على الصفحة" + +msgid "We're sorry, but the requested page could not be found." +msgstr "نحن آسفون، لكننا لم نعثر على الصفحة المطلوبة." + +msgid "Home" +msgstr "الرئيسية" + +msgid "Server error" +msgstr "خطأ في المزود" + +msgid "Server error (500)" +msgstr "خطأ في المزود (500)" + +msgid "Server Error (500)" +msgstr "خطأ في المزود (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"كان هناك خطأ. تم إعلام المسؤولين عن الموقع عبر البريد الإلكتروني وسوف يتم " +"إصلاح الخطأ قريباً. شكراً على صبركم." + +msgid "Run the selected action" +msgstr "نفذ الإجراء المحدّد" + +msgid "Go" +msgstr "نفّذ" + +msgid "Click here to select the objects across all pages" +msgstr "اضغط هنا لتحديد جميع العناصر في جميع الصفحات" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "اختيار %(total_count)s %(module_name)s جميعها" + +msgid "Clear selection" +msgstr "إزالة الاختيار" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"أولاً، أدخل اسم مستخدم وكلمة مرور. ومن ثم تستطيع تعديل المزيد من خيارات " +"المستخدم." + +msgid "Enter a username and password." +msgstr "أدخل اسم مستخدم وكلمة مرور." + +msgid "Change password" +msgstr "غيّر كلمة المرور" + +msgid "Please correct the error below." +msgstr "الرجاء تصحيح الخطأ أدناه." + +msgid "Please correct the errors below." +msgstr "الرجاء تصحيح الأخطاء أدناه." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "أدخل كلمة مرور جديدة للمستخدم %(username)s." + +msgid "Welcome," +msgstr "أهلا، " + +msgid "View site" +msgstr "عرض الموقع" + +msgid "Documentation" +msgstr "الوثائق" + +msgid "Log out" +msgstr "اخرج" + +#, python-format +msgid "Add %(name)s" +msgstr "أضف %(name)s" + +msgid "History" +msgstr "تاريخ" + +msgid "View on site" +msgstr "مشاهدة على الموقع" + +msgid "Filter" +msgstr "مرشّح" + +msgid "Remove from sorting" +msgstr "إزالة من الترتيب" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "أولوية الترتيب: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "عكس الترتيب" + +msgid "Delete" +msgstr "احذف" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"حذف العنصر %(object_name)s '%(escaped_object)s' سيتسبب بحذف العناصر المرتبطة " +"به، إلا أنك لا تملك صلاحية حذف العناصر التالية:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"حذف %(object_name)s '%(escaped_object)s' سيتسبب أيضاً بحذف العناصر المرتبطة، " +"إلا أن حسابك ليس لديه صلاحية حذف أنواع العناصر التالية:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"متأكد أنك تريد حذف العنصر %(object_name)s \"%(escaped_object)s\"؟ سيتم حذف " +"جميع العناصر التالية المرتبطة به:" + +msgid "Objects" +msgstr "عناصر" + +msgid "Yes, I'm sure" +msgstr "نعم، أنا متأكد" + +msgid "No, take me back" +msgstr "لا, تراجع للخلف" + +msgid "Delete multiple objects" +msgstr "حذف عدّة عناصر" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"حذف عناصر %(objects_name)s المُحدّدة سيتسبب بحذف العناصر المرتبطة، إلا أن " +"حسابك ليس له صلاحية حذف أنواع العناصر التالية:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"حذف عناصر %(objects_name)s المحدّدة قد يتطلب حذف العناصر المحميّة المرتبطة " +"التالية:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"أأنت متأكد أنك تريد حذف عناصر %(objects_name)s المحددة؟ جميع العناصر التالية " +"والعناصر المرتبطة بها سيتم حذفها:" + +msgid "Change" +msgstr "عدّل" + +msgid "Delete?" +msgstr "احذفه؟" + +#, python-format +msgid " By %(filter_title)s " +msgstr " حسب %(filter_title)s " + +msgid "Summary" +msgstr "ملخص" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "النماذج في تطبيق %(name)s" + +msgid "Add" +msgstr "أضف" + +msgid "You don't have permission to edit anything." +msgstr "ليست لديك الصلاحية لتعديل أي شيء." + +msgid "Recent actions" +msgstr "آخر الإجراءات" + +msgid "My actions" +msgstr "إجراءاتي" + +msgid "None available" +msgstr "لا يوجد" + +msgid "Unknown content" +msgstr "مُحتوى مجهول" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"هنالك أمر خاطئ في تركيب قاعدة بياناتك، تأكد من أنه تم انشاء جداول قاعدة " +"البيانات الملائمة، وأن قاعدة البيانات قابلة للقراءة من قبل المستخدم الملائم." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"أنت مسجل الدخول بإسم المستخدم %(username)s, ولكنك غير مخول للوصول لهذه " +"الصفحة. هل ترغب بتسجيل الدخول بحساب آخر؟" + +msgid "Forgotten your password or username?" +msgstr "نسيت كلمة المرور أو اسم المستخدم الخاص بك؟" + +msgid "Date/time" +msgstr "التاريخ/الوقت" + +msgid "User" +msgstr "المستخدم" + +msgid "Action" +msgstr "إجراء" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"ليس لهذا العنصر سجلّ تغييرات، على الأغلب أنه لم يُنشأ من خلال نظام إدارة " +"الموقع." + +msgid "Show all" +msgstr "أظهر الكل" + +msgid "Save" +msgstr "احفظ" + +msgid "Popup closing..." +msgstr "جاري الإغلاق..." + +#, python-format +msgid "Change selected %(model)s" +msgstr "تغيير %(model)s المختارة" + +#, python-format +msgid "Add another %(model)s" +msgstr "أضف %(model)s آخر" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "حذف %(model)s المختارة" + +msgid "Search" +msgstr "ابحث" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "لا نتائج" +msgstr[1] "نتيجة واحدة" +msgstr[2] "نتيجتان" +msgstr[3] "%(counter)s نتائج" +msgstr[4] "%(counter)s نتيجة" +msgstr[5] "%(counter)s نتيجة" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "المجموع %(full_result_count)s" + +msgid "Save as new" +msgstr "احفظ كجديد" + +msgid "Save and add another" +msgstr "احفظ وأضف آخر" + +msgid "Save and continue editing" +msgstr "احفظ واستمر بالتعديل" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "شكراً لك على قضائك بعض الوقت مع الموقع اليوم." + +msgid "Log in again" +msgstr "ادخل مجدداً" + +msgid "Password change" +msgstr "غيّر كلمة مرورك" + +msgid "Your password was changed." +msgstr "تمّ تغيير كلمة مرورك." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"رجاءً أدخل كلمة مرورك القديمة، للأمان، ثم أدخل كلمة مرور الجديدة مرتين كي " +"تتأكّد من كتابتها بشكل صحيح." + +msgid "Change my password" +msgstr "غيّر كلمة مروري" + +msgid "Password reset" +msgstr "استعادة كلمة المرور" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "تم تعيين كلمة مرورك. يمكن الاستمرار وتسجيل دخولك الآن." + +msgid "Password reset confirmation" +msgstr "تأكيد استعادة كلمة المرور" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "رجاءً أدخل كلمة مرورك الجديدة مرتين كي تتأكّد من كتابتها بشكل صحيح." + +msgid "New password:" +msgstr "كلمة المرور الجديدة:" + +msgid "Confirm password:" +msgstr "أكّد كلمة المرور:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"رابط استعادة كلمة المرور غير صحيح، ربما لأنه استُخدم من قبل. رجاءً اطلب " +"استعادة كلمة المرور مرة أخرى." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"تم إرسال بريد إلكتروني بالتعليمات لضبط كلمة المرور الخاصة بك, في حال تواجد " +"حساب بنفس البريد الإلكتروني الذي ادخلته. سوف تستقبل البريد الإلكتروني قريباً" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"في حال عدم إستقبال البريد الإلكتروني، الرجاء التأكد من إدخال عنوان بريدك " +"الإلكتروني بشكل صحيح ومراجعة مجلد الرسائل غير المرغوب فيها." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"لقد قمت بتلقى هذه الرسالة لطلبك بإعادة تعين كلمة المرور لحسابك الشخصي على " +"%(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "رجاءً اذهب إلى الصفحة التالية واختر كلمة مرور جديدة:" + +msgid "Your username, in case you've forgotten:" +msgstr "اسم المستخدم الخاص بك، في حال كنت قد نسيته:" + +msgid "Thanks for using our site!" +msgstr "شكراً لاستخدامك موقعنا!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "فريق %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"هل فقدت كلمة المرور؟ أدخل عنوان بريدك الإلكتروني أدناه وسوف نقوم بإرسال " +"تعليمات للحصول على كلمة مرور جديدة." + +msgid "Email address:" +msgstr "عنوان البريد الإلكتروني:" + +msgid "Reset my password" +msgstr "استعد كلمة مروري" + +msgid "All dates" +msgstr "كافة التواريخ" + +#, python-format +msgid "Select %s" +msgstr "اختر %s" + +#, python-format +msgid "Select %s to change" +msgstr "اختر %s لتغييره" + +msgid "Date:" +msgstr "التاريخ:" + +msgid "Time:" +msgstr "الوقت:" + +msgid "Lookup" +msgstr "ابحث" + +msgid "Currently:" +msgstr "حالياً:" + +msgid "Change:" +msgstr "تغيير:" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ar/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ar/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..9ce85c7144c2a85fb70375801ca58f63daca5acb GIT binary patch literal 4959 zcmeHJON<=F87>kM!jgnX0^yOzkHs1zn4Xz+SnRQf#B6M^!C_@4k+}rbOxNtR)6=!; z?%DAk5O_ViYu1raLLx;GQbep}AJ|?T+u-#LDVOBLE!9zixF7|txkvf_>Yj(qvVh=_ z1Fh-)>hafK-~ZKLRrAg**Zxl6xf}0y@!oTd5P9GOU&05^zkv?{-v@pbc=wl6+y?wQ z>iMj`JHs*HH_(0{!^0WYfkSAIf!70{1O5Q`0&pvE1<3y223`yNJMe43e`fXffQM24 z09XNz!3ah1dmxW{8OZ)m0r3-O@%b(AJn+}R$G##2e&Qeau-|uqyMXTlna?ns`~jE; z^0>bNCxOpg2MwUf+rU-S*I~?lTujFC9|3*~*ak9>lUe(3fZs;_kH8y&7l3T{7vRl6 z1H2XZ0dNOU+#tkWz)m3heGbU}eg$N^mw+%8E5NtF=R$^45S!!Kfk_zm0C}DRS^XEl zzoI??d<$5-DfROoAlv^JI1aoHqtfmiHrwo6|Xr^iwA4I9UG~@I`h5SFDcekv+hXxKAK6!q%n&l z#=8BXYU(Lv`(c`n?wjrN{8)wJG0#=vpyvkOL?aeI)jGf@Rwa5`w@8LepBlOql58mH zvM7-Xr&LHx(An4)WInkuRaL_a+)w0oW7D=cWFyUh0~Sv;bX!y!UPSoC4Mn~eL7+Ox zfpu|gkWD$=l`_&zMb+tSy}e+9hc?Lztc$8X3bMX#lLTM%1XN?KGdtRnuJ0De7Q(2i z;fDG)x#uZnlJ+^9 zQ-cu=Qj0Ls<(9BV4r+Xe98Ig(p>bcyNTpdpPd?7N@%WTEwrQZ?3yq=5g{_oXD#-w; zR*+7)u@uVnVtcA|HQ8UcblKg2z?SdTp4uKLRIwFw6gy%()JJfr<@UR|pQ|v!x|GO0 z0{QjOAvLMPICn6b@Z8)Zt%)dC(Ipxhf3lJr3zg(G%<IK>1I9+sSAEK zIxoZgeM1NLAKcpyzUUN&#&i&?0Hm-7N))T3aemU5Ua*T7Ka5md{#j*TZb#pa=c=nP zw>PM17Y9L!c2vE%$FhX8U})TLh0@RM(_u3zQ7~z%QF(M1rNwekE*I!WR3P-0%S9B6 zX>kO_5iSlF3x$Wv+iC08w7k1qxhR&GPYy^zbIvk(ux7lfqC!PM3$&1z}-0`GK<_&Y% zyh*HQe_}GHq2hvB=Zn&oJ7xv`VZ&OlI9Ci@G=Ju4U~$E;G(fvH-L4ONN#+pj4E(-g zIVZ;iFCW6am>eTZzLP9~zMbGwG7nK;z+}&uOJ=1+kPYT!rJONq$t;=WSN~^PnNwIBWc%l^f?v48uCTl2`J`?zSN>4ho4t6h)IiJjD9m(@s2B+J?`L}>0 z!w%~Cmir;HVJGiDXvbh<_xaXOZJZ1aCV!W zn4MDvfD42tvV#UFfht(1Q{rF73<5%ZIYAaWgh))3 zro?5&o|EHna-KW!E}7HNCr!&mq&jXVj2#S>Y4ij{7Iv&BE6{*bVmbMb0R9qzzzMz~ zshjUM`_h0|<`YTBR_sbH!y%IetYUu468skV-h|vp2ZU}{s7C^+f-QtUFD%(vgkt}s J43I&D;(u1(miqtz literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ar/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ar/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..5fb5384 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ar/LC_MESSAGES/djangojs.po @@ -0,0 +1,227 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Bashar Al-Abdulhadi, 2015 +# Bashar Al-Abdulhadi, 2014 +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 10:11+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Arabic (http://www.transifex.com/django/django/language/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " +"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#, javascript-format +msgid "Available %s" +msgstr "%s المتوفرة" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"هذه قائمة %s المتوفرة. يمكنك اختيار بعضها بانتقائها في الصندوق أدناه ثم " +"الضغط على سهم الـ\"اختيار\" بين الصندوقين." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "اكتب في هذا الصندوق لتصفية قائمة %s المتوفرة." + +msgid "Filter" +msgstr "انتقاء" + +msgid "Choose all" +msgstr "اختر الكل" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "اضغط لاختيار جميع %s جملة واحدة." + +msgid "Choose" +msgstr "اختيار" + +msgid "Remove" +msgstr "احذف" + +#, javascript-format +msgid "Chosen %s" +msgstr "%s المُختارة" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"هذه قائمة %s المحددة. يمكنك إزالة بعضها باختيارها في الصندوق أدناه ثم اضغط " +"على سهم الـ\"إزالة\" بين الصندوقين." + +msgid "Remove all" +msgstr "إزالة الكل" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "اضغط لإزالة جميع %s المحددة جملة واحدة." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "لا شي محدد" +msgstr[1] "%(sel)s من %(cnt)s محدد" +msgstr[2] "%(sel)s من %(cnt)s محدد" +msgstr[3] "%(sel)s من %(cnt)s محددة" +msgstr[4] "%(sel)s من %(cnt)s محدد" +msgstr[5] "%(sel)s من %(cnt)s محدد" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"لديك تعديلات غير محفوظة على بعض الحقول القابلة للتعديل. إن نفذت أي إجراء " +"فسوف تخسر تعديلاتك." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"اخترت إجراءً لكن دون أن تحفظ تغييرات التي قمت بها. رجاء اضغط زر الموافقة " +"لتحفظ تعديلاتك. ستحتاج إلى إعادة تنفيذ الإجراء." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "اخترت إجراءً دون تغيير أي حقل. لعلك تريد زر التنفيذ بدلاً من زر الحفظ." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "ملاحظة: أنت متقدم بـ %s ساعة من وقت الخادم." +msgstr[1] "ملاحظة: أنت متقدم بـ %s ساعة من وقت الخادم." +msgstr[2] "ملاحظة: أنت متقدم بـ %s ساعة من وقت الخادم." +msgstr[3] "ملاحظة: أنت متقدم بـ %s ساعة من وقت الخادم." +msgstr[4] "ملاحظة: أنت متقدم بـ %s ساعة من وقت الخادم." +msgstr[5] "ملاحظة: أنت متقدم بـ %s ساعة من وقت الخادم." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "ملاحظة: أنت متأخر بـ %s ساعة من وقت الخادم." +msgstr[1] "ملاحظة: أنت متأخر بـ %s ساعة من وقت الخادم." +msgstr[2] "ملاحظة: أنت متأخر بـ %s ساعة من وقت الخادم." +msgstr[3] "ملاحظة: أنت متأخر بـ %s ساعة من وقت الخادم." +msgstr[4] "ملاحظة: أنت متأخر بـ %s ساعة من وقت الخادم." +msgstr[5] "ملاحظة: أنت متأخر بـ %s ساعة من وقت الخادم." + +msgid "Now" +msgstr "الآن" + +msgid "Choose a Time" +msgstr "إختر وقت" + +msgid "Choose a time" +msgstr "اختر وقتاً" + +msgid "Midnight" +msgstr "منتصف الليل" + +msgid "6 a.m." +msgstr "6 ص." + +msgid "Noon" +msgstr "الظهر" + +msgid "6 p.m." +msgstr "6 مساءً" + +msgid "Cancel" +msgstr "ألغ" + +msgid "Today" +msgstr "اليوم" + +msgid "Choose a Date" +msgstr "إختر تاريخ " + +msgid "Yesterday" +msgstr "أمس" + +msgid "Tomorrow" +msgstr "غداً" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "أظهر" + +msgid "Hide" +msgstr "اخف" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ast/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ast/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..72315f42430bc4dd159f3bca7ed9e5e69aceb2e9 GIT binary patch literal 2476 zcmaKs-)~e!6vu}jg04SM6n~>5v1u#4x7+#y*jh_z3ls}9bP-KR$n@UX-GR9?%lx3- z2cL`&`~f7I_`-_`COjB?GDZ_OCip)Xd^BoeOnmZ5zvu34A;dV@yPx}G&Y5$*XXf15 zz5N=);J99-YYSuhiCgi9aU0wN{s`^_e+GAezkpAIe}LP-t@wKo+yOoc?gF0%_kz2? zH^3S=4?X~%25H_|5H45-o&#GT`Tw?h{{u+t+y);5e*&KYe+OR!w{2%^6imU7!S_L0 z=MMM~_$x^3{Z;XAkn;EkJOJ**M~Zs}giCh3;u82Nv{(iykKYg!&D#QF@?Qh#{T`6) z#z4xmUVT3dlAiB^kAoeM;^~2K$vy%ppQ|9*e*&(6pMm7(&+0ub`ZAukgU^Gng5-Aw z90SjTq{CJ4L+~pQKQ@WQh*Kb~H(&7t_%NQA!Gqv=km9=rQXHRyNSl38k=A||7uAXe z+3qdx7<;55?T_cGdji$xrRte#M}BEgJQNEJ%7q5Xz@8}Y2K#_&Px`)qi*%qtIzNSr z^nxtqUfm5++z7MOgVnih@u88-gi+7E)G`Y)XR}#Q)->2`p7SA3kU8HsG-6jTV#283 zm$F%{*{tdDTm;Exo#Z_mxsOiHusLCj4LpapAmQAILXLVir=@V!8t~5MqI1#&-D|LU zIKjWoVu3e;7H7vSTMV-Byof&VRk;}*SB6`cOUHxdUFllZ6_mnM*w&avR%SMy4GqH5JIiWIOE2UUmXpIzu z4MJbYU_d$!jTAPIT3)C!Ux`^Jy>CUWAy_F3bR8K?r@J!JQJ=DAM>;v|2k{ESrE}J$ zd@*dibFyn4N<_IMQSM>NMP4YQd~hOI=lK;SxGaRyT$r5uj*U7e0b6PvhIn=mJ>^Zv zamgb~N40aj3*Dv3Bt@YhyEUORxb2~Etf>mrsA+T2V`t4JW7iBjCx=maZ=LIn@zog0 zkes|6rKcFXq$IM$@}wt)K$51g)0r*g82dnah9KFpv$V64#XNaWI!~LA=NC~fTRT%` zoSgJ+l_y7H+b2!i;I-w`&1BBWa<3%i{^67LiMNvao5{ohKKXiMVsd|dvR=o;z{a#A zl1!RX6b(M>Lv#vd8|j45ZH$kvt*xb~it(x?*HffCK1gZ~&>>2e}@`yILqSMVr}q8K%!Rk0uB2&ZEUz(j^Nfv$-)5)qYiWzKS(T~& zEou=3YK?PEZGvw5*W-PiqG>J8y3pcsR5-L~7=nHO-Mr-M(Zv~d3g@dEC7gR<;8pm0 zdd8AgMOVSS9E5?E1Ht=W+OlVedwND04x3jFryFfxT?T+QG!A|~96h=13f>Y3L0}nc zq{rUG5!2dw^b3T6DVZo@-oJ%tOuPRz8Vwvpbh|P#>Rz7GM&H0i7Q=(UDvM}D=^Rti z>bt;BH^E_o7QEZPzOIa53+pnAq?#V4STKDf!5kk4sZx8h(EI;eOQ{+>Ky^x{e*+C6 z{&#OVE>|r_%;+gG<#en<{}xgfn!1RJkV)u`Mv_|xeb8Ou*17(T$f, 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 09:09+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Asturian (http://www.transifex.com/django/django/language/" +"ast/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ast\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "desanciáu con ésitu %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Nun pue desaniciase %(name)s" + +msgid "Are you sure?" +msgstr "¿De xuru?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "" + +msgid "Administration" +msgstr "" + +msgid "All" +msgstr "Too" + +msgid "Yes" +msgstr "Sí" + +msgid "No" +msgstr "Non" + +msgid "Unknown" +msgstr "Desconocíu" + +msgid "Any date" +msgstr "Cualaquier data" + +msgid "Today" +msgstr "Güei" + +msgid "Past 7 days" +msgstr "" + +msgid "This month" +msgstr "Esti mes" + +msgid "This year" +msgstr "Esi añu" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" + +msgid "Action:" +msgstr "Aición:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "" + +msgid "Remove" +msgstr "" + +msgid "action time" +msgstr "" + +msgid "user" +msgstr "" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "" + +msgid "action flag" +msgstr "" + +msgid "change message" +msgstr "" + +msgid "log entry" +msgstr "" + +msgid "log entries" +msgstr "" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "Amestáu \"%(object)s\"." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "" + +msgid "LogEntry Object" +msgstr "" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "" + +msgid "and" +msgstr "y" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "" + +msgid "None" +msgstr "" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Los oxetos tienen d'usase pa faer aiciones con ellos. Nun se camudó dengún " +"oxetu." + +msgid "No action selected." +msgstr "Nun s'esbilló denguna aición." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "" + +#, python-format +msgid "Add %s" +msgstr "Amestar %s" + +#, python-format +msgid "Change %s" +msgstr "" + +msgid "Database error" +msgstr "" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "Esbillaos 0 de %(cnt)s" + +#, python-format +msgid "Change history: %s" +msgstr "" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +msgid "Django site admin" +msgstr "" + +msgid "Django administration" +msgstr "" + +msgid "Site administration" +msgstr "" + +msgid "Log in" +msgstr "Aniciar sesión" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "Nun s'alcontró la páxina" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Sentímoslo, pero nun s'alcuentra la páxina solicitada." + +msgid "Home" +msgstr "" + +msgid "Server error" +msgstr "" + +msgid "Server error (500)" +msgstr "" + +msgid "Server Error (500)" +msgstr "" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Hebo un erru. Repotóse al sitiu d'alministradores per corréu y debería " +"d'iguase en pocu tiempu. Gracies pola to paciencia." + +msgid "Run the selected action" +msgstr "Executar l'aición esbillada" + +msgid "Go" +msgstr "Dir" + +msgid "Click here to select the objects across all pages" +msgstr "" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Esbillar too %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Llimpiar esbilla" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" + +msgid "Enter a username and password." +msgstr "" + +msgid "Change password" +msgstr "" + +msgid "Please correct the error below." +msgstr "" + +msgid "Please correct the errors below." +msgstr "" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" + +msgid "Welcome," +msgstr "Bienllegáu/ada," + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "Documentación" + +msgid "Log out" +msgstr "" + +#, python-format +msgid "Add %(name)s" +msgstr "" + +msgid "History" +msgstr "" + +msgid "View on site" +msgstr "" + +msgid "Filter" +msgstr "" + +msgid "Remove from sorting" +msgstr "" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "" + +msgid "Toggle sorting" +msgstr "" + +msgid "Delete" +msgstr "" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" + +msgid "Objects" +msgstr "" + +msgid "Yes, I'm sure" +msgstr "" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" + +msgid "Change" +msgstr "" + +msgid "Delete?" +msgstr "" + +#, python-format +msgid " By %(filter_title)s " +msgstr "" + +msgid "Summary" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "" + +msgid "Add" +msgstr "" + +msgid "You don't have permission to edit anything." +msgstr "" + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "" + +msgid "Unknown content" +msgstr "" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "" + +msgid "Date/time" +msgstr "" + +msgid "User" +msgstr "" + +msgid "Action" +msgstr "" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" + +msgid "Show all" +msgstr "" + +msgid "Save" +msgstr "" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Search" +msgstr "" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "" + +msgid "Save as new" +msgstr "" + +msgid "Save and add another" +msgstr "" + +msgid "Save and continue editing" +msgstr "" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "" + +msgid "Log in again" +msgstr "" + +msgid "Password change" +msgstr "" + +msgid "Your password was changed." +msgstr "" + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" + +msgid "Change my password" +msgstr "" + +msgid "Password reset" +msgstr "" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "" + +msgid "Password reset confirmation" +msgstr "" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" + +msgid "New password:" +msgstr "" + +msgid "Confirm password:" +msgstr "" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" + +msgid "Please go to the following page and choose a new password:" +msgstr "" + +msgid "Your username, in case you've forgotten:" +msgstr "" + +msgid "Thanks for using our site!" +msgstr "" + +#, python-format +msgid "The %(site_name)s team" +msgstr "" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" + +msgid "Email address:" +msgstr "" + +msgid "Reset my password" +msgstr "" + +msgid "All dates" +msgstr "" + +#, python-format +msgid "Select %s" +msgstr "" + +#, python-format +msgid "Select %s to change" +msgstr "" + +msgid "Date:" +msgstr "Data:" + +msgid "Time:" +msgstr "Hora:" + +msgid "Lookup" +msgstr "" + +msgid "Currently:" +msgstr "Anguaño:" + +msgid "Change:" +msgstr "" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ast/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ast/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..5e2791f1e90d46b47543acded04d62b081f95d67 GIT binary patch literal 2137 zcmaKsJ!~9B6vsCZAUVEGfD}kPBoaGH_IzgqF=vc8>?8!@#5fL8B$~P1cXyM_&75Xt z&%TO|iV8si4N8qHglH%zkWNB0Gzcn0gajQDB@II2|Mu245GA9V{oR|H_vSxuK5ot& z{4haz67?z6A5fo0eeVE1D2MJ!lGET}@By$5-V0u=cm;eA_S;|$yapZy3sB;`10DxI z0mbhd@F4gdcnJKyvVQ{ahW!gD<9-7r-tSfapWr>P{{qGD00zrEHSlBb2>1c`8Tb*j zuVRuHVc&$4=sSv_GX6MtAJ_mN0T;ph!SfZbfX~8KU=w^7l<{9y{2G)zd|TN+f}-nZ zQ1t!^J_P;&;+Oo5kMtiz5Q$U6N9-B!eefu_1AYoh%0-jJ7p)JY%34L=6R22P8RG~j z<#E(UQ6-*~$53VN88NCNYZo0-B=4dTDcmcv?`1hQ7ucK#^en9S?NN`7&McLD=mGKPDHQv-oT!8>Mdr36Wgxqj}TiYK-r|c@Og{ z2gH!3tFEBF!fd+J%};*(=!6h)JdAvM8DM)$c3~gZ?8ez_S$V z_rxL7w}_)L$2zSWR)Hxi6MpFp*%R@fD#xx^Ml3XXPJJ;|Hcd%AS@-T54oZ4HPv2r6 zkfs*p*N_cY+u)(|F2L|1Qs2dS;oLCzfh^7Z*o#_fm7{ zXk#WfiraT87m`&ShR*8hUPF-TxNYT=Ga++hTs5%Zv8KW*>N~G?J8(qY^#5e1kQ=`4 z^+3~55l=m3fL!r>R$NEiQ@Pq7lygv4XIkL`IOC>Hlbu^VmGY1^XXwNKVK*NSYx zSszaT7x`pICGDOlTiuKKufL_v_P_|Zm+^?$RFMRo8zL|ilK6&&%9xLHFT7ZI3N zwI@7@S)p)dkR2S_s^?sx@GANGZ6yuaBT+U^Zj{<^rajUK;gFAImWrk-Vc%BaIv%2~ w8aaOokCbd#JL4i^AFy?0NJyZIoN>@-o!kh-+nkjnaJrEA5uzgnRi=`E0I+6NKmY&$ literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ast/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ast/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..3697023 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ast/LC_MESSAGES/djangojs.po @@ -0,0 +1,211 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Ḷḷumex03 , 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 10:11+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Asturian (http://www.transifex.com/django/django/language/" +"ast/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ast\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Disponible %s" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +msgid "Filter" +msgstr "Filtrar" + +msgid "Choose all" +msgstr "Escoyer too" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Primi pa escoyer too %s d'una vegada" + +msgid "Choose" +msgstr "Escoyer" + +msgid "Remove" +msgstr "Desaniciar" + +#, javascript-format +msgid "Chosen %s" +msgstr "Escoyíu %s" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" + +msgid "Remove all" +msgstr "Desaniciar too" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Primi pa desaniciar tolo escoyío %s d'una vegada" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s de %(cnt)s esbilláu" +msgstr[1] "%(sel)s de %(cnt)s esbillaos" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Esbillesti una aición, pero entá nun guardesti les tos camudancies nos " +"campos individuales. Por favor, primi Aceutar pa guardar. Necesitarás " +"executar de nueves la aición" + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Esbillesti una aición, y nun fixesti camudancia dala nos campos " +"individuales. Quiciabes teas guetando'l botón Dir en cuantes del botón " +"Guardar." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +msgstr[1] "" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +msgstr[1] "" + +msgid "Now" +msgstr "Agora" + +msgid "Choose a Time" +msgstr "" + +msgid "Choose a time" +msgstr "Escueyi una hora" + +msgid "Midnight" +msgstr "Media nueche" + +msgid "6 a.m." +msgstr "" + +msgid "Noon" +msgstr "Meudía" + +msgid "6 p.m." +msgstr "" + +msgid "Cancel" +msgstr "Encaboxar" + +msgid "Today" +msgstr "Güei" + +msgid "Choose a Date" +msgstr "" + +msgid "Yesterday" +msgstr "Ayeri" + +msgid "Tomorrow" +msgstr "Mañana" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "Amosar" + +msgid "Hide" +msgstr "Anubrir" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/az/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/az/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..88c2e8f8ee143e5e05c1f638c02a5fc60e703bff GIT binary patch literal 14981 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 literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/az/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/az/LC_MESSAGES/django.po new file mode 100644 index 0000000..08206f7 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/az/LC_MESSAGES/django.po @@ -0,0 +1,677 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Emin Mastizada , 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 09:09+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Azerbaijani (http://www.transifex.com/django/django/language/" +"az/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: az\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d %(items)s uğurla silindi." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "%(name)s silinmir" + +msgid "Are you sure?" +msgstr "Əminsiniz?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Seçilmiş %(verbose_name_plural)s-ləri sil" + +msgid "Administration" +msgstr "Administrasiya" + +msgid "All" +msgstr "Hamısı" + +msgid "Yes" +msgstr "Hə" + +msgid "No" +msgstr "Yox" + +msgid "Unknown" +msgstr "Bilinmir" + +msgid "Any date" +msgstr "İstənilən tarix" + +msgid "Today" +msgstr "Bu gün" + +msgid "Past 7 days" +msgstr "Son 7 gündə" + +msgid "This month" +msgstr "Bu ay" + +msgid "This year" +msgstr "Bu il" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Lütfən, əməkdaş hesabı üçün doğru %(username)s və parol daxil olun. Nəzərə " +"alın ki, hər iki bölüm böyük/kiçik hərflərə həssasdırlar." + +msgid "Action:" +msgstr "Əməliyyat:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Daha bir %(verbose_name)s əlavə et" + +msgid "Remove" +msgstr "Yığışdır" + +msgid "action time" +msgstr "əməliyyat vaxtı" + +msgid "user" +msgstr "istifadəçi" + +msgid "content type" +msgstr "məzmun növü" + +msgid "object id" +msgstr "obyekt id" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "obyekt repr" + +msgid "action flag" +msgstr "bayraq" + +msgid "change message" +msgstr "dəyişmə mesajı" + +msgid "log entry" +msgstr "loq yazısı" + +msgid "log entries" +msgstr "loq yazıları" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "\"%(object)s\" əlavə olundu." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "\"%(object)s\" - %(changes)s dəyişiklikləri qeydə alındı." + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "\"%(object)s\" silindi." + +msgid "LogEntry Object" +msgstr "LogEntry obyekti" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "Əlavə edildi." + +msgid "and" +msgstr "və" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "Heç bir sahə dəyişmədi." + +msgid "None" +msgstr "Heç nə" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" +"Birdən çox seçmək üçün \"Control\" və ya Mac üçün \"Command\" düyməsini " +"basılı tutun." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Biz elementlər üzərində nəsə əməliyyat aparmaq üçün siz onları seçməlisiniz. " +"Heç bir element dəyişmədi." + +msgid "No action selected." +msgstr "Heç bir əməliyyat seçilmədi." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "%(name)s \"%(obj)s\" uğurla silindi." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "%(key)r əsas açarı ilə %(name)s mövcud deyil." + +#, python-format +msgid "Add %s" +msgstr "%s əlavə et" + +#, python-format +msgid "Change %s" +msgstr "%s dəyiş" + +msgid "Database error" +msgstr "Bazada xəta" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s uğurlu dəyişdirildi." +msgstr[1] "%(count)s %(name)s uğurlu dəyişdirildi." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s seçili" +msgstr[1] "Bütün %(total_count)s seçili" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "%(cnt)s-dan 0 seçilib" + +#, python-format +msgid "Change history: %s" +msgstr "Dəyişmə tarixi: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"%(class_name)s %(instance)s silmə əlaqəli qorunmalı obyektləri silməyi tələb " +"edir: %(related_objects)s" + +msgid "Django site admin" +msgstr "Django sayt administratoru" + +msgid "Django administration" +msgstr "Django administrasiya" + +msgid "Site administration" +msgstr "Sayt administrasiyası" + +msgid "Log in" +msgstr "Daxil ol" + +#, python-format +msgid "%(app)s administration" +msgstr "%(app)s administrasiyası" + +msgid "Page not found" +msgstr "Səhifə tapılmadı" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Üzrlər, amma soruşduğunuz sayt tapılmadı." + +msgid "Home" +msgstr "Ev" + +msgid "Server error" +msgstr "Serverdə xəta" + +msgid "Server error (500)" +msgstr "Serverdə xəta (500)" + +msgid "Server Error (500)" +msgstr "Serverdə xəta (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Xəta baş verdi. Sayt administratorlarına e-poçt göndərildi və onlar xəta ilə " +"tezliklə məşğul olacaqlar. Səbrli olun." + +msgid "Run the selected action" +msgstr "Seçdiyim əməliyyatı yerinə yetir" + +msgid "Go" +msgstr "Getdik" + +msgid "Click here to select the objects across all pages" +msgstr "Bütün səhifələr üzrə obyektləri seçmək üçün bura tıqlayın" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Bütün %(total_count)s sayda %(module_name)s seç" + +msgid "Clear selection" +msgstr "Seçimi təmizlə" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Əvvəlcə istifadəçi adını və parolu daxil edin. Ondan sonra daha çox " +"istifadəçi imkanlarını redaktə edə biləcəksiniz." + +msgid "Enter a username and password." +msgstr "İstifadəçi adını və parolu daxil edin." + +msgid "Change password" +msgstr "Parolu dəyiş" + +msgid "Please correct the error below." +msgstr "" +"one: Aşağıdakı səhvi düzəltməyi xahiş edirik.\n" +"other: Aşağıdakı səhvləri düzəltməyi xahiş edirik." + +msgid "Please correct the errors below." +msgstr "Lütfən aşağıdakı səhvləri düzəldin." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "%(username)s üçün yeni parol daxil edin." + +msgid "Welcome," +msgstr "Xoş gördük," + +msgid "View site" +msgstr "Saytı ziyarət et" + +msgid "Documentation" +msgstr "Sənədləşdirmə" + +msgid "Log out" +msgstr "Çıx" + +#, python-format +msgid "Add %(name)s" +msgstr "%(name)s əlavə et" + +msgid "History" +msgstr "Tarix" + +msgid "View on site" +msgstr "Saytda göstər" + +msgid "Filter" +msgstr "Süzgəc" + +msgid "Remove from sorting" +msgstr "Sıralamadan çıxar" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Sıralama prioriteti: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Sıralamanı çevir" + +msgid "Delete" +msgstr "Sil" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"%(object_name)s \"%(escaped_object)s\" obyektini sildikdə onun bağlı olduğu " +"obyektlər də silinməlidir. Ancaq sizin hesabın aşağıdakı tip obyektləri " +"silməyə səlahiyyəti çatmır:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"%(object_name)s \"%(escaped_object)s\" obyektini silmək üçün aşağıdakı " +"qorunan obyektlər də silinməlidir:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"%(object_name)s \"%(escaped_object)s\" obyektini silməkdə əminsiniz? Ona " +"bağlı olan aşağıdakı obyektlər də silinəcək:" + +msgid "Objects" +msgstr "Obyektlər" + +msgid "Yes, I'm sure" +msgstr "Hə, əminəm" + +msgid "No, take me back" +msgstr "Xeyr, məni geri götür" + +msgid "Delete multiple objects" +msgstr "Bir neçə obyekt sil" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"%(objects_name)s obyektini silmək üçün ona bağlı obyektlər də silinməlidir. " +"Ancaq sizin hesabınızın aşağıdakı tip obyektləri silmək səlahiyyətinə malik " +"deyil:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"%(objects_name)s obyektini silmək üçün aşağıdakı qorunan obyektlər də " +"silinməlidir:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Seçdiyiniz %(objects_name)s obyektini silməkdə əminsiniz? Aşağıdakı bütün " +"obyektlər və ona bağlı digər obyektlər də silinəcək:" + +msgid "Change" +msgstr "Dəyiş" + +msgid "Delete?" +msgstr "Silək?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " %(filter_title)s görə " + +msgid "Summary" +msgstr "İcmal" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "%(name)s proqramındakı modellər" + +msgid "Add" +msgstr "Əlavə et" + +msgid "You don't have permission to edit anything." +msgstr "Üzrlər, amma sizin nəyisə dəyişməyə səlahiyyətiniz çatmır." + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "Heç nə yoxdur" + +msgid "Unknown content" +msgstr "Naməlum" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Bazanın qurulması ilə nəsə problem var. Lazımi cədvəllərin bazada " +"yaradıldığını və uyğun istifadəçinin bazadan oxuya bildiyini yoxlayın." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"%(username)s olaraq daxil olmusunuz, amma bu səhifəyə icazəniz yoxdur. Başqa " +"bir hesaba daxil olmaq istərdiniz?" + +msgid "Forgotten your password or username?" +msgstr "Parol və ya istifadəçi adını unutmusan?" + +msgid "Date/time" +msgstr "Tarix/vaxt" + +msgid "User" +msgstr "İstifadəçi" + +msgid "Action" +msgstr "Əməliyyat" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Bu obyektin dəyişməsinə aid tarix mövcud deyil. Yəqin ki, o, bu admin saytı " +"vasitəsilə yaradılmayıb." + +msgid "Show all" +msgstr "Hamısını göstər" + +msgid "Save" +msgstr "Yadda saxla" + +msgid "Popup closing..." +msgstr "Qəfl pəncərə qapatılır..." + +#, python-format +msgid "Change selected %(model)s" +msgstr "Seçilmiş %(model)s dəyişdir" + +#, python-format +msgid "Add another %(model)s" +msgstr "Başqa %(model)s əlavə et" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Seçilmiş %(model)s sil" + +msgid "Search" +msgstr "Axtar" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s nəticə" +msgstr[1] "%(counter)s nəticə" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "Hamısı birlikdə %(full_result_count)s" + +msgid "Save as new" +msgstr "Yenisi kimi yadda saxla" + +msgid "Save and add another" +msgstr "Yadda saxla və yenisini əlavə et" + +msgid "Save and continue editing" +msgstr "Yadda saxla və redaktəyə davam et" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Sayt ilə səmərəli vaxt keçirdiyiniz üçün təşəkkür." + +msgid "Log in again" +msgstr "Yenidən daxil ol" + +msgid "Password change" +msgstr "Parol dəyişmək" + +msgid "Your password was changed." +msgstr "Sizin parolunuz dəyişdi." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Yoxlama üçün köhnə parolunuzu daxil edin. Sonra isə yeni parolu iki dəfə " +"daxil edin ki, səhv etmədiyinizə əmin olaq." + +msgid "Change my password" +msgstr "Mənim parolumu dəyiş" + +msgid "Password reset" +msgstr "Parolun sıfırlanması" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Yeni parol artıq qüvvədədir. Yenidən daxil ola bilərsiniz." + +msgid "Password reset confirmation" +msgstr "Parolun sıfırlanması üçün təsdiq" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "Yeni parolu iki dəfə daxil edin ki, səhv etmədiyinizə əmin olaq." + +msgid "New password:" +msgstr "Yeni parol:" + +msgid "Confirm password:" +msgstr "Yeni parol (bir daha):" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Parolun sıfırlanması üçün olan keçid, yəqin ki, artıq istifadə olunub. " +"Parolu sıfırlamaq üçün yenə müraciət edin." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Əgər daxil etdiyiniz e-poçt ünvanıyla hesab mövcuddursa, parolu qurmağınız " +"üçün sizə e-poçt göndərdik. Qısa zamanda alacaqsınız." + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Əgər e-poçt gəlmədiysə lütfən, qeyd olduğunuz ünvanla istədiyinizə əmin olun " +"və spam qutunuzu yoxlayın." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"%(site_name)s saytında parolu yeniləmək istədiyinizə görə bu məktubu " +"göndərdik." + +msgid "Please go to the following page and choose a new password:" +msgstr "Növbəti səhifəyə keçid alın və yeni parolu seçin:" + +msgid "Your username, in case you've forgotten:" +msgstr "Sizin istifadəçi adınız:" + +msgid "Thanks for using our site!" +msgstr "Bizim saytdan istifadə etdiyiniz üçün təşəkkür edirik!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s komandası" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"Parolu unutmusunuz? Aşağıda e-poçt ünvanınızı təqdim edin, biz isə yeni " +"parol seçmək təlimatlarını sizə göndərək." + +msgid "Email address:" +msgstr "E-poçt:" + +msgid "Reset my password" +msgstr "Parolumu sıfırla" + +msgid "All dates" +msgstr "Bütün tarixlərdə" + +#, python-format +msgid "Select %s" +msgstr "%s seç" + +#, python-format +msgid "Select %s to change" +msgstr "%s dəyişmək üçün seç" + +msgid "Date:" +msgstr "Tarix:" + +msgid "Time:" +msgstr "Vaxt:" + +msgid "Lookup" +msgstr "Sorğu" + +msgid "Currently:" +msgstr "Hazırda:" + +msgid "Change:" +msgstr "Dəyişdir:" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/az/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/az/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..8d8822d8702176d9a6f746d62e2a5596144efe00 GIT binary patch literal 3894 zcmcIm-EUk+6(35WV7^NEE?*~6Lmkz7*EVWeZ5l-FBu?6xM9ES$PiS`U?Cx~u&e-?P zdVN<&NW38)3Q|E`sN^CZLWKlaAYSUXU02#Z^{o=13JHNI;)VZ!-%cYOx9&qbGY}=>+?F0``-kzE`I^u5ByhI zzXzn*@BP5@z>7fU_kAFy6fXcj3Vf+-|0PhN{yU%qJ_zRsL3|s?{=WsCG%#C%Pe!hsxC-FXj7vYNs@p8^` zJgg}{9Q%n-656!^+Gi8G_qnlmwj+((8Nn_AV(v!n1kyzgA zPgUYJROp9kG5WylqBdTo;*yS)Sk(Y)+7VCQwvZXL;DBoAG;n{uP z5r(TQI+oP_@*FTK7w>;$R0#8*7`a&HqV5vMyhS}O4PX#lXA}uW>WM;ccum-nx>XvWXvt; zJ~^my8#&6AkLa3FGE+rX(AB3|Hy&Rw$2PSJzR;MeO4=)!6_QMm>e*t-uSxVzOtIN zbzE8MwX;gy)oAA0)p}()Rg%}R!e>{F7UvhvROTP8EIdYwU#%@HJ~F>JKM%vob+w_{ z=MlTb1zMP|Ei61Tk7wqJ%zUMuN}Cz!U0S23q_s%7D+-5_p(nrw)vudSjkImKuVIXB z_hegD>PjXxdUBxBhSadsG~4lhtyZn}`~AqXSKU&ZQPU;WBCb6!rHiT@R8P;WUS7R$ zpuj>jKeOztR~F2$5o+YsrmwCUsqI?{I z&+2F=>5g{7jd5i%9B*xq^5TXX-4b<~>P_OJw&EGN>8H!%ZS2_4b4e!S?QFbl%cd|` zn?&z!@inwG+VO>d%5*L}hisF{uuG$z(Ji*{11eh zJQ-%%>Ou5>8q!wjyPMb+Y?eW%ldv_}yZ{y-VEEa|)V3rIooPthaU;FF7eQXH$7Zu3TB(J@`+sy9JRmX%gguBy9RlOt=zp tuq@ri5wgWP4;sH)uCG0h<0U=9Vt?{XV%Z0Cw, 2011-2012 +# Emin Mastizada , 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 10:11+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Azerbaijani (http://www.transifex.com/django/django/language/" +"az/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: az\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Mümkün %s" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"Bu, mümkün %s siyahısıdır. Onlardan bir neçəsini qarşısındakı xanaya işarə " +"qoymaq və iki xana arasındakı \"Seç\"i tıqlamaqla seçmək olar." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Bu xanaya yazmaqla mümkün %s siyahısını filtrləyə bilərsiniz." + +msgid "Filter" +msgstr "Süzgəc" + +msgid "Choose all" +msgstr "Hamısını seç" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Bütün %s siyahısını seçmək üçün tıqlayın." + +msgid "Choose" +msgstr "Seç" + +msgid "Remove" +msgstr "Yığışdır" + +#, javascript-format +msgid "Chosen %s" +msgstr "Seçilmiş %s" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"Bu, seçilmiş %s siyahısıdır. Onlardan bir neçəsini aşağıdakı xanaya işarə " +"qoymaq və iki xana arasındakı \"Sil\"i tıqlamaqla silmək olar." + +msgid "Remove all" +msgstr "Hamısını sil" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Seçilmiş %s siyahısının hamısını silmək üçün tıqlayın." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s / %(cnt)s seçilib" +msgstr[1] "%(sel)s / %(cnt)s seçilib" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Bəzi sahələrdə etdiyiniz dəyişiklikləri hələ yadda saxlamamışıq. Əgər " +"əməliyyatı işə salsanız, dəyişikliklər əldən gedəcək." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Əməliyyatı seçmisiniz, amma bəzi sahələrdəki dəyişiklikləri hələ yadda " +"saxlamamışıq. Bunun üçün OK seçməlisiniz. Ondan sonra əməliyyatı yenidən işə " +"salmağa cəhd edin." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Siz əməliyyatı seçmisiniz və heç bir sahəyə dəyişiklik etməmisiniz. Siz " +"yəqin ki, Yadda saxla düyməsini deyil, Getdik düyməsini axtarırsınız." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Diqqət: Server vaxtından %s saat irəlidəsiniz." +msgstr[1] "Diqqət: Server vaxtından %s saat irəlidəsiniz." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Diqqət: Server vaxtından %s saat geridəsiniz." +msgstr[1] "Diqqət: Server vaxtından %s saat geridəsiniz." + +msgid "Now" +msgstr "İndi" + +msgid "Choose a Time" +msgstr "Vaxt Seçin" + +msgid "Choose a time" +msgstr "Vaxtı seçin" + +msgid "Midnight" +msgstr "Gecə yarısı" + +msgid "6 a.m." +msgstr "6 a.m." + +msgid "Noon" +msgstr "Günorta" + +msgid "6 p.m." +msgstr "6 p.m." + +msgid "Cancel" +msgstr "Ləğv et" + +msgid "Today" +msgstr "Bu gün" + +msgid "Choose a Date" +msgstr "Tarix Seçin" + +msgid "Yesterday" +msgstr "Dünən" + +msgid "Tomorrow" +msgstr "Sabah" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "Göstər" + +msgid "Hide" +msgstr "Gizlət" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/be/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/be/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..17b2d4f26fd2af121a5fde168a14e5794f4ad690 GIT binary patch literal 17049 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 Y%h}VveIu1^_bG2IQNh*^a&>h6KTGYt*#H0l literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/be/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/be/LC_MESSAGES/django.po new file mode 100644 index 0000000..a88242d --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/be/LC_MESSAGES/django.po @@ -0,0 +1,677 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Viktar Palstsiuk , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 09:09+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Belarusian (http://www.transifex.com/django/django/language/" +"be/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: be\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n" +"%100>=11 && n%100<=14)? 2 : 3);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Выдалілі %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Не ўдаецца выдаліць %(name)s" + +msgid "Are you sure?" +msgstr "Ці ўпэўненыя вы?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Выдаліць абраныя %(verbose_name_plural)s" + +msgid "Administration" +msgstr "Адміністрацыя" + +msgid "All" +msgstr "Усе" + +msgid "Yes" +msgstr "Так" + +msgid "No" +msgstr "Не" + +msgid "Unknown" +msgstr "Невядома" + +msgid "Any date" +msgstr "Хоць-якая дата" + +msgid "Today" +msgstr "Сёньня" + +msgid "Past 7 days" +msgstr "Апошні тыдзень" + +msgid "This month" +msgstr "Гэты месяц" + +msgid "This year" +msgstr "Гэты год" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" + +msgid "Action:" +msgstr "Дзеяньне:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Дадаць яшчэ %(verbose_name)s" + +msgid "Remove" +msgstr "Прыбраць" + +msgid "action time" +msgstr "час дзеяньня" + +msgid "user" +msgstr "" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "нумар аб’екта" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "прадстаўленьне аб’екта" + +msgid "action flag" +msgstr "від дзеяньня" + +msgid "change message" +msgstr "паведамленьне пра зьмену" + +msgid "log entry" +msgstr "запіс у справаздачы" + +msgid "log entries" +msgstr "запісы ў справаздачы" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "Дадалі «%(object)s»." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "Зьмянілі «%(object)s» — %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "Выдалілі «%(object)s»." + +msgid "LogEntry Object" +msgstr "Запіс у справаздачы" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "" + +msgid "and" +msgstr "і" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "Палі не зьмяняліся." + +msgid "None" +msgstr "Няма" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" +"Утрымлівайце націснутай кнопку \"Control\", або \"Command\" на Mac, каб " +"вылучыць больш за адзін." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Каб нешта рабіць, трэба спачатку абраць, з чым гэта рабіць. Нічога не " +"зьмянілася." + +msgid "No action selected." +msgstr "Не абралі дзеяньняў." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "Сьцерлі %(name)s «%(obj)s»." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "Аб’ект %(name)s з галоўным ключом %(key)r не існуе." + +#, python-format +msgid "Add %s" +msgstr "Дадаць %s" + +#, python-format +msgid "Change %s" +msgstr "Зьмяніць %s" + +msgid "Database error" +msgstr "База зьвестак дала хібу" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "Зьмянілі %(count)s %(name)s." +msgstr[1] "Зьмянілі %(count)s %(name)s." +msgstr[2] "Зьмянілі %(count)s %(name)s." +msgstr[3] "Зьмянілі %(count)s %(name)s." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "Абралі %(total_count)s" +msgstr[1] "Абралі ўсе %(total_count)s" +msgstr[2] "Абралі ўсе %(total_count)s" +msgstr[3] "Абралі ўсе %(total_count)s" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "Абралі 0 аб’ектаў з %(cnt)s" + +#, python-format +msgid "Change history: %s" +msgstr "Гісторыя зьменаў: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +msgid "Django site admin" +msgstr "Кіраўнічая пляцоўка «Джэнґа»" + +msgid "Django administration" +msgstr "Кіраваць «Джэнґаю»" + +msgid "Site administration" +msgstr "Кіраваць пляцоўкаю" + +msgid "Log in" +msgstr "Увайсьці" + +#, python-format +msgid "%(app)s administration" +msgstr "Адміністрацыя %(app)s" + +msgid "Page not found" +msgstr "Бачыну не знайшлі" + +msgid "We're sorry, but the requested page could not be found." +msgstr "На жаль, запытаную бачыну немагчыма знайсьці." + +msgid "Home" +msgstr "Пачатак" + +msgid "Server error" +msgstr "Паслужнік даў хібу" + +msgid "Server error (500)" +msgstr "Паслужнік даў хібу (памылка 500)" + +msgid "Server Error (500)" +msgstr "Паслужнік даў хібу (памылка 500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Адбылася памылка. Паведамленне пра памылку было адаслана адміністратарам " +"сайту па электроннай пошце і яна павінна быць выпраўлена ў бліжэйшы час. " +"Дзякуй за ваша цярпенне." + +msgid "Run the selected action" +msgstr "Выканаць абранае дзеяньне" + +msgid "Go" +msgstr "Выканаць" + +msgid "Click here to select the objects across all pages" +msgstr "Каб абраць аб’екты на ўсіх бачынах, націсьніце сюды" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Абраць усе %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Не абіраць нічога" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Спачатку пазначце імя карыстальніка ды пароль. Потым можна будзе наставіць " +"іншыя можнасьці." + +msgid "Enter a username and password." +msgstr "Пазначце імя карыстальніка ды пароль." + +msgid "Change password" +msgstr "Зьмяніць пароль" + +msgid "Please correct the error below." +msgstr "Выпраўце хібы, апісаныя ніжэй." + +msgid "Please correct the errors below." +msgstr "Калі ласка, выпраўце памылкі, адзначаныя ніжэй." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Пазначце пароль для карыстальніка «%(username)s»." + +msgid "Welcome," +msgstr "Вітаем," + +msgid "View site" +msgstr "Адкрыць сайт" + +msgid "Documentation" +msgstr "Дакумэнтацыя" + +msgid "Log out" +msgstr "Выйсьці" + +#, python-format +msgid "Add %(name)s" +msgstr "Дадаць %(name)s" + +msgid "History" +msgstr "Гісторыя" + +msgid "View on site" +msgstr "Зірнуць на пляцоўцы" + +msgid "Filter" +msgstr "Прасеяць" + +msgid "Remove from sorting" +msgstr "Прыбраць з упарадкаванага" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Парадак: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Парадкаваць наадварот" + +msgid "Delete" +msgstr "Выдаліць" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Калі выдаліць %(object_name)s «%(escaped_object)s», выдаляцца зьвязаныя " +"аб’екты, але ваш рахунак ня мае дазволу выдаляць наступныя віды аб’ектаў:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Каб выдаліць %(object_name)s «%(escaped_object)s», трэба выдаліць і " +"зьвязаныя абароненыя аб’екты:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Ці выдаліць %(object_name)s «%(escaped_object)s»? Усе наступныя зьвязаныя " +"складнікі выдаляцца:" + +msgid "Objects" +msgstr "Аб'екты" + +msgid "Yes, I'm sure" +msgstr "Так, дакладна" + +msgid "No, take me back" +msgstr "Не, вярнуцца назад" + +msgid "Delete multiple objects" +msgstr "Выдаліць некалькі аб’ектаў" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Калі выдаліць абранае (%(objects_name)s), выдаляцца зьвязаныя аб’екты, але " +"ваш рахунак ня мае дазволу выдаляць наступныя віды аб’ектаў:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Каб выдаліць абранае (%(objects_name)s), трэба выдаліць і зьвязаныя " +"абароненыя аб’екты:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Ці выдаліць абранае (%(objects_name)s)? Усе наступныя аб’екты ды зьвязаныя " +"зь імі складнікі выдаляцца:" + +msgid "Change" +msgstr "Зьмяніць" + +msgid "Delete?" +msgstr "Ці выдаліць?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " %(filter_title)s " + +msgid "Summary" +msgstr "Рэзюмэ" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "" + +msgid "Add" +msgstr "Дадаць" + +msgid "You don't have permission to edit anything." +msgstr "Вы ня маеце дазволу нешта зьмяняць." + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "Недаступнае" + +msgid "Unknown content" +msgstr "Невядомае зьмесьціва" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Нешта ня так з усталяванаю базаю зьвестак. Упэўніцеся, што ў базе стварылі " +"патрэбныя табліцы, і што базу можа чытаць адпаведны карыстальнік." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "Забыліся на імя ці пароль?" + +msgid "Date/time" +msgstr "Час, дата" + +msgid "User" +msgstr "Карыстальнік" + +msgid "Action" +msgstr "Дзеяньне" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Аб’ект ня мае гісторыі зьменаў. Мажліва, яго дадавалі не праз кіраўнічую " +"пляцоўку." + +msgid "Show all" +msgstr "Паказаць усё" + +msgid "Save" +msgstr "Захаваць" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Змяніць абраныя %(model)s" + +#, python-format +msgid "Add another %(model)s" +msgstr "Дадаць яшчэ %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Выдаліць абраныя %(model)s" + +msgid "Search" +msgstr "Шукаць" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s вынік" +msgstr[1] "%(counter)s вынікі" +msgstr[2] "%(counter)s вынікаў" +msgstr[3] "%(counter)s вынікаў" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "Разам %(full_result_count)s" + +msgid "Save as new" +msgstr "Захаваць як новы" + +msgid "Save and add another" +msgstr "Захаваць і дадаць іншы" + +msgid "Save and continue editing" +msgstr "Захаваць і працягваць правіць" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Дзякуем за час, які вы сёньня правялі на гэтай пляцоўцы." + +msgid "Log in again" +msgstr "Увайсьці зноўку" + +msgid "Password change" +msgstr "Зьмяніць пароль" + +msgid "Your password was changed." +msgstr "Ваш пароль зьмяніўся." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Дзеля бясьпекі пазначце стары пароль, а потым набярыце новы пароль двойчы " +"— каб упэўніцца, што набралі без памылак." + +msgid "Change my password" +msgstr "Зьмяніць пароль" + +msgid "Password reset" +msgstr "Узнавіць пароль" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Вам усталявалі пароль. Можаце вярнуцца ды ўвайсьці зноўку." + +msgid "Password reset confirmation" +msgstr "Пацьвердзіце, што трэба ўзнавіць пароль" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "Набярыце новы пароль двойчы — каб упэўніцца, што набралі без памылак." + +msgid "New password:" +msgstr "Новы пароль:" + +msgid "Confirm password:" +msgstr "Пацьвердзіце пароль:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Спасылка ўзнавіць пароль хібная: мажліва таму, што ёю ўжо скарысталіся. " +"Запытайцеся ўзнавіць пароль яшчэ раз." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Мы адаслалі па электроннай пошце інструкцыі па ўстаноўцы пароля. Калі існуе " +"рахунак з электроннай поштай, што вы ўвялі, то Вы павінны атрымаць іх у " +"бліжэйшы час." + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Калі вы не атрымліваеце электронную пошту, калі ласка, пераканайцеся, што вы " +"ўвялі адрас з якім вы зарэгістраваліся, а таксама праверце тэчку са спамам." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Вы атрымалі гэты ліст, таму што вы прасілі скінуць пароль для ўліковага " +"запісу карыстальніка на %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Перайдзіце да наступнае бачыны ды абярыце новы пароль:" + +msgid "Your username, in case you've forgotten:" +msgstr "Імя карыстальніка, калі раптам вы забыліся:" + +msgid "Thanks for using our site!" +msgstr "Дзякуем, што карыстаецеся нашаю пляцоўкаю!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Каманда «%(site_name)s»" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"Забыліся пароль? Калі ласка, увядзіце свой адрас электроннай пошты ніжэй, і " +"мы вышлем інструкцыі па электроннай пошце для ўстаноўкі новага." + +msgid "Email address:" +msgstr "Адрас электроннай пошты:" + +msgid "Reset my password" +msgstr "Узнавіць пароль" + +msgid "All dates" +msgstr "Усе даты" + +#, python-format +msgid "Select %s" +msgstr "Абраць %s" + +#, python-format +msgid "Select %s to change" +msgstr "Абярыце %s, каб зьмяніць" + +msgid "Date:" +msgstr "Дата:" + +msgid "Time:" +msgstr "Час:" + +msgid "Lookup" +msgstr "Шукаць" + +msgid "Currently:" +msgstr "У цяперашні час:" + +msgid "Change:" +msgstr "" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/be/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/be/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..1b8c8953405cf79c6bf911630852071ea8813060 GIT binary patch literal 4932 zcmeHJOK%)m6}~V5Ce82~hUY*y1m$67s@?5)lF)WL!(C~*=?5v#1KHi%ga;s?Mk3nW5TXnCPar>+J}AUC;4JXNz;}Sp0RNJ< z|CZtd;K$Ja4`2qk_9?u;=YU@Ut^;la4glGX1g-&kz^8#fP1`>M{s8Tt153a^0r4j+ zOy+fYAlu&#U@sg-zMs5GFJJ5cqxI zD3I+e0sjcR5BxiD_ESRq9(W$kaELkP>?g;LbATV17GK2sWp3bsB>G`L`2kg}x6Au5A%kk;OUU*-bdw#Cf~Bk&Y>o%ArpBcn$5gYrJ#ClkMKTb3Tt|u_*YVxaY9wA&%EwP6 z3-r3GlN~Tcs;YWGc2(LAdmPGOTn3t8cJ;X+^Z1jgEUT{XJeJwjr#8fX?P&_^usBdv z4Nl8oO7h$g0*#Q}p?y|6S+ggaQiiG~sXUPe)AdJrX^mW8n<%S8AnU0H+2D&2 zpDL_%I*-<=7LVq-u(J zi_*lHgv&^2YKpq9BhA7;$Zn;;JD+iQ@1_rEj=gH+H68bjs>cW(=$PyQd;~Gg>;0D2cx)joJBV9R~n(Q6XblF^oz?$z$OAQwk$~X!tjIv@l zPzO=5ti6u)JsE_EOM#q&kY8o?%P|#1)=)U=I@T-o(a>w`?vF zJ-Pf=EBBI>-$p%K3i+NFay_{mCR+RDxXU(I%SmTe@?NMo!q+Kh}E7G%rdg#LU&DAIxD|B}^ z8jWnkM%@v4C|gmrZsS%HywpN>S$212hV~BaYzvUj<}!oIkE9P`I0praJ_>Ed=I_xhFLO@@9n~p ze7dAq%<+((H&A@3z5E+pt$x_WHqAZzi?FbRdSGBnS6@cNzmDgVBk^3kn4H5+XD+?? zM)T5p;^SK>Uc&B6@!jM?d?%hujwjP1K7)^=$(zX}2JR%&$qe6$@oapH`!W3r@K|!P z#jf3$NseItv3P-!<2-rU6iOzse4*86oQCD|usKis!&ET!A~ua{@r`%^Od!B-K=%Uc5nqkx3KYME z_KDPYg0oAodIF;huzf6^Bi5KN{P-%ndkxLIn8lq&uVm6pVVywi3jZe4aP$8gJsIgZ z3Y=aXqm|KlUorXLGW@$_2DJjoiZinOBtF!kk9KmJ57Qi16db0sn#?9AabV6RM+qlm zc?Funp~+ISP~5>zCpc!yY6e#dZO+s&E<)UaI(8&E70+}2a9z5N)>lw7Z!<4uvItQyg45gKSz6?DU42il zR#db9re`a{_jul&=4yy{CM{GfS3K8QoH?F|ny#@AhnFuHIC%|`nv8GZy=jU(Vs$k+ z1#8ps?N->J=VesOyJm~d3lsrBWrpgSO}qe;2%ZkOjz%(tBaQ^aVy@SG-jO3WK>fB} zG{aeeH2W=rcb&hvvct#~1f6dMCY2@*H#k*cZ<4cs_-=yPC8p0A@|M1?<~Zw2mS{4p z(L+m4^U1V}S8nQEV>4g<^; zObu)Jr^9NlTsU(hpd, 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 10:11+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Belarusian (http://www.transifex.com/django/django/language/" +"be/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: be\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n" +"%100>=11 && n%100<=14)? 2 : 3);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Даступныя %s" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"Сьпіс даступных %s. Каб нешта абраць, пазначце патрэбнае ў полі ніжэй і " +"пстрыкніце па стрэлцы «Абраць» між двума палямі." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Каб прасеяць даступныя %s, друкуйце ў гэтым полі." + +msgid "Filter" +msgstr "Прасеяць" + +msgid "Choose all" +msgstr "Абраць усе" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Каб абраць усе %s, пстрыкніце тут." + +msgid "Choose" +msgstr "Абраць" + +msgid "Remove" +msgstr "Прыбраць" + +#, javascript-format +msgid "Chosen %s" +msgstr "Абралі %s" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"Сьпіс абраных %s. Каб нешта прыбраць, пазначце патрэбнае ў полі ніжэй і " +"пстрыкніце па стрэлцы «Прыбраць» між двума палямі." + +msgid "Remove all" +msgstr "Прыбраць усё" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Каб прыбраць усе %s, пстрыкніце тут." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "Абралі %(sel)s з %(cnt)s" +msgstr[1] "Абралі %(sel)s з %(cnt)s" +msgstr[2] "Абралі %(sel)s з %(cnt)s" +msgstr[3] "Абралі %(sel)s з %(cnt)s" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"У пэўных палях засталіся незахаваныя зьмены. Калі выканаць дзеяньне, " +"незахаванае страціцца." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Абралі дзеяньне, але не захавалі зьмены ў пэўных палях. Каб захаваць, " +"націсьніце «Добра». Дзеяньне потым трэба будзе запусьціць нанова." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Абралі дзеяньне, а ў палях нічога не зьмянялі. Мажліва, вы хацелі націснуць " +"кнопку «Выканаць», а ня кнопку «Захаваць»." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Заўвага: Ваш час спяшаецца на %s г адносна часу на серверы." +msgstr[1] "Заўвага: Ваш час спяшаецца на %s г адносна часу на серверы." +msgstr[2] "Заўвага: Ваш час спяшаецца на %s г адносна часу на серверы." +msgstr[3] "Заўвага: Ваш час спяшаецца на %s г адносна часу на серверы." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Заўвага: Ваш час адстае на %s г ад часу на серверы." +msgstr[1] "Заўвага: Ваш час адстае на %s г ад часу на серверы." +msgstr[2] "Заўвага: Ваш час адстае на %s г ад часу на серверы." +msgstr[3] "Заўвага: Ваш час адстае на %s г ад часу на серверы." + +msgid "Now" +msgstr "Цяпер" + +msgid "Choose a Time" +msgstr "" + +msgid "Choose a time" +msgstr "Абярыце час" + +msgid "Midnight" +msgstr "Поўнач" + +msgid "6 a.m." +msgstr "6 папоўначы" + +msgid "Noon" +msgstr "Поўдзень" + +msgid "6 p.m." +msgstr "" + +msgid "Cancel" +msgstr "Скасаваць" + +msgid "Today" +msgstr "Сёньня" + +msgid "Choose a Date" +msgstr "" + +msgid "Yesterday" +msgstr "Учора" + +msgid "Tomorrow" +msgstr "Заўтра" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "Паказаць" + +msgid "Hide" +msgstr "Схаваць" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/bg/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/bg/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..1c5885597367b6abc48494b7c625711a92ceb0a6 GIT binary patch literal 19951 zcmd6tdyt)FeaBw}6auseikG5135INNFG=Lq&kV*ha0z#|t?4Eab4}12Uc8?|I+-!AVCw5b=4Mb}DVd(NXjd;71qm#pjsciJ~`y$AYJT zr-8o*o&(+pUJIT9ekt^S2Rx7KpMhtCOMlnT-vqv%>pJ)b@OJP>@NV#Ua9gWj&fD+|6D0(-8 z+V36^QAayK(eVKI7Vr^J`|Sa>{x?DG`*Too`5*A@;F}Q2E#LrnGx$aD8Sw3IilPzl zYvAX=WlYk%@9-sh{sojAUIs_ z?RzZ3kv$v_YQ6&zNz?6z6YY3=$}BAjD8Mk z-xD!*%|8{CeVh(zoj&kPa23eVs0fC0dfU=|GQTj4)35aT=_k(q?3~JvWfmebjB9zO)4}iVkQ{YwLx52gGLWfO*OO#x$2avKLl*R7!RvK5q^c7o#bK~VEQ51tD?1AYYjF(|$(7>nY_ zZJ_Mr!{Ao%W8k~N6Hkw#o4^ae3&E#B@%p;n^2=W)*&KFBZPl1>~^fw@^Mn45L|AeKU|I#t7( z-^2AfQ1op9F`?)&umBzcMSl;Ij|Hy=5k+(ZC_cA@{!fC(bNw(VyZ9ow0{lnt67b}H z?+@33()UfE_PGaafKP#Y!Oa8c4Sn^&+$`5Cmiz0UfQTUaHx?DX1)>Q-(JD~>dn33B zEQ71TZ-JucPWh4%9kz5R#+2LCJqFcnbJ!PI013VoRzc+#!7lWerR`BiME>Qd*040yFfwGtH zgOC^(#x?5##}!Rz7u@?I=|my@O4~Y1}+5Gg6{&y zLFwlc0e69-^BGWd{6)C_E(m$i5baYm?Kwt!oQ6our?s9wkJ0X-ZPP{gU^daGX}iMp zS)lBY@MC!>bel~{&iY7>;vxHy&FHg{_Ey@FG}#$qvyW&m(zg4{r~*Q|)xzrfJnc@J zWcn0MpA%^7X_D*RG<~E~Tq9aVli%tyO^a!YXAjf#$TZxu@t`9$M4){pGJ`i&^zrQc^?F5geRcUpabo2?@$7uR|l=cx?jYcT3SUwDv zX^I>AoJd<@zr1ap6n<|Gh>1m0;kSG$AAWBIpP+q+HbT3U_CA{Y>wem?wB&O-KW?IZ zoJQ!j8s!@B7@9txr8(LJZ2?WbKT3N&P4>8n_C}gMXL^Vp1bb*J!nHuLK%ZU@=9`M& zchR=cJ{S5If`3FCr#%q*`oW87leE>eKc-zx)8`D@y)^mEaWs8y^I&=7gZzFpTq{oL z^M|w#(=O5lpEuLqYrlv);Ad#JhU;4bt^pNq3baME+i72*>GLNZEIvf;l4-ZNXQWW9 z#g$F9Lai7tt-5G&Pi}IOAG!QQp;V~WD!E#rT%vopn5$Mdm2wjrwz#KIs@8I)VJ>v9 zTrbtEJKUejRo(Ddt~46wU9~>#&BeFCwQqhEw za&zyt{3r5Et{+JCJw9buonYasAQiVw|fuzq=fMb+Ir!?l43YT@L-G!BmLD zm2wqXqPNN1D2B7TTpB4zl+b?dL zNd<5d_<3Qn7`w1n(%(fkeqx{xYg*is^^Z-H#d;+tAM)c?25gaG|Dv?Fi==F#?Da4a z&`p)=#XQDzbG?AP@?u6)S`B`(Qm$D5Nv$rhhlTV6ZwOu^Ri+zv^Rp$LezxSbQt=vg zRA6?6Qj_zUFsZoQu!U!fwxuOCHUTONy0Nx zBoSIGxf#<41Co&R8g=t(xB2ae;wDmUxjkoJ>U*n1SbrXpST@p&OPL^vQ2#rZYQw_^H$_nO99j)wpIJ@1<8R#r@Ic z<>(5kAWNlJ_*4*GQ6@~}%Tpz{h-is0i;H?iB3Ba=WTiz856HQ7x#8YS)HQZ%WEt+V z@D*jk=Gqa<&H1u?s1gsy1>A@cMqjTZcq-UV0%uOhF=i^F$wAM2AM7>&5#!fvC|0l1ZRMdn+lX)iacGHj8V#|qs zcU3tgeDnLE7=`)lmG6(PERPaI0=V30E?kuBHFcsSDz>YwisQOGUZ0HCsYI$O^oXM* zB|A!3(wDdLb<+tI(N!7C9*nLk^B3-=T=c8YbO!n)+9dF*GHQ`XCt^308y;tDDYh?{ z+l(*CNFz^RHM)kRXyxPx#c`fXpZCLR&1;-5uC-mdVV_Gq2TZNGbD?UQRlQ<|%VbuH zS#fO{)mv)+y!WeZ1HAibda_j3sarhP3_Ry3_eVyO@GV7J37EqMs8F-~H!=Ql_Pu@|G4G@A)aMUlyIc&tpl-WFH~qibgnJi zTuziX#{t|(r96Q^Dhev}VIeMCJ6>D&2A}$#UnN>kGPN(;7zYRKG|}wDvRJf^*$_#! zy5=|n6&i`wQv(i<0XpfZZcTrQKkukXp9;VBQ;?lm>c#YMvOcb$OSeWfpSvKQxTxps zWy_XcFu*UCv3tHA%w9Mf6s;dCPpP_$)~ET45EYK2>xqH2F~~=`Q_4yHSZ6B5dwr>C zN7N#x3{pftK{bhm(i0J)Qsxv$9V&PC6M!N`MkX{>Vx3XE=`@3>7Dy)*bTZB5EkO-U zn-OFeSN7?T)_Yaz+*y`Qs^m+4Zz|O%hIE{b)@M%2$w`QT{yeMN*3L>xNq6h(0ZiFhYDNfd^PiXFo_ zBqoO+W2anEqE$CuOMkxKx#0RLwqxRATfJgCh_Sfk*mH-c9FOQqced`If2g~G)3733 z#<7xJtWbD0`=*OoMFYQSb&V+GM->jU=p{F zc|Ikb;Gz?Ry)pmOpAT9OAh{6STsX9gNSw7igj-L`R#j$s>k&PKp74asyd~^0P4tX5 z;BbS{2Kg7?qob6qNgUr;8ZS}%MFExMDOhXKMnXh%U4i0+GD#xv7xwG=cnP&GD^#Za zA*zOD2iu2zOESasb<&N8X@kL|!dPA<9V7S5OVK6o-jPz0nPERjt>pUBYc1D@B@{gTY*# zDI_LpHps>Ev(<=aT*Jhph7v<>WgJ!mog7}gLL`iScfCnN6c!6ae8v>Zqbd*??DBa&AAGO=0(I$Vjy%_AfoQbjS(R&-NUA;BuuP*cIIhpxTUP5^Bd}> zuF4T{p-C14dHx(V82OsQjTCdE$!~jNgBwOZ7*GdSs|Y;`mh4omMWO=#C!LeBUMY(Q4m@@}OIA z&D9(FRx39%w(nAGX3(uzw)~vFWoP#-Ki92z&*1VE?_RcI*)j(9T^nyMXw8;!=k&d2 znOlDD;8|zAdl{bvS5jj4ZK&i*Rmz2OWzbz0mtyjiTVE?rkC!*Q3pS7QG*3S-9+gw| zW6>8etu$Ik0DT)sb%XAbdT}&IO;K_^W3}4k;K0Dt)Kot;3x)7Ve2eA`c*YVah6M(O zMhBKIShsfFnx+Vr_b*$p+J}g~4G4D7)#6)f1CvG0MdvGCRWODNH*UDB@4V(X?S+N+ zttkzcRSgWf^M(qwl+ZypG`ip#dnne&k$Ivz=t}+>S@psd=W}e-B=k9FG%-zfH9noPPnCV{oD}%9ddJb&24GCWcRu3`Vyh>?A(sIdm1yH)A!Fe-CiNE*KA|o++B@> zb6X*OYeHJrn~nY4?)ItydY_%Uzj27${;`Nt4=W#-+v?`Fh^X!Cv>UJHrt?LFWVFArj~x+qPa; zB)g+e*L_lx@1Kbpk0K{?5OWoHK8UW=gVHqBk2OV^6CrZno0<`WHSAY=cX4jB>+UYV6AP{(sbmplFHQi|F9>`JkT7+zqEm_o~?4%3Z?Z0$n~BR)E|WVvjxGgaC9qGYnU38VZ_EJZsUY+z8Ws}mgOxfjf+ zRrEWuuGX?r>%v~>S+{C?-_$~eADzB>B0|k{^||bZt#fd{hX}^XBKsT9o2-*4r-(&- zZTuN_!z^wS*=3H%iMA1hy=L^Uphs2{iX@-Kuqp4?o!u+5Aw4XC2c^rBY%)f~3%8bA z-QsdORVh%+BSjcBKj=o)y#JjLVgM8I8;MO}H?^^j#j%Liz-b!1-$zll*X)j{)1rXx zZ}XZAcQVu-(!0Lg^HF&ZEbO+xZV3a4D4r9xWJ{eZzcM$BXv+(k2-{+j9iqxu-AqSX z>dJ%kn1)nyi6qa^Ev*_UDgqe^Zz`bn`Ek(c$N1ntbl)mXG+rb^9)OZpPzv$EuYJ$l zU8=p9;0?+u7}aEcsTa&OxlmX(feyNiv35$>$PR^=H7GRnrmS2I#|?*Xz-QadFFo;7{;?vN!ZXo*-P7d&XEat&LgDMZm5XR^&D2j%m? zF-(|!&tm#k3?QFZc9QAvRtX1Pdbjj)n`u0+FvqixsPP~(yvvyuJ46XD z3JqOoZIQ#u)|LD$U;Qb<+X`t>1z|HQvEnv?Fm5+GqnI<%ib&VgztNz>06Lz#ix`BS zNg=4f3xtD{ChqgmMlxu;ppF-PF`~jorHDqUmZEn%KP0dajJ@kASgHp_KFU2g7h+Y| zBAjK;AT8ymXI>|-?Tx)A_RK43_LK;lucg^y#=n*}N<@RFT!;3w&T7${PMD@%`0ds6En3DAz;rM^@-{W+y>$smXd1kWC>P zv11vf>6#L!&jioIJ*OTOQ+7_`O9FfjdVEc2mf1Kskb~ucAevCOV}L39P^WN$1_dv{ zVkrI0i*P23fT2&udB3Ub0ce{wmS2z*PD`F-c96SqhB0L;Unr1wqawCs zg>9lh^D{^JAk1(=A}~M7MrJ1#lszF#uu`Y(jEEX{@{9#d@WaR^JB!%^K1cdnS0=CO z85kacM2#nnAn0S^*{Jb|7U2Rd8N-yz$vKJ@;Y}K|B3FbYGs4(5eq{BX5tYdMsOF{Y zNi1oi?huMBG!X>G4N*F@Cp}$6V`gh*srNhV&`aG*&f+ZmOHC|>@%fXLP6T$5uI(#R z6>xAGH6BZ3ri&*m8`y!JKw!}W1@os#Y{BXhX!AG-!SYo9m5K2ZMyHH)#z`YwHU$Mv z_L`1@0(N1s?ZxrAlB1C=h2p3PL4uLIICa3-Ztrs(WBLuAHTah{ZNmEkgW`Eqz(5CW4X z?PiScwp18;P82W(Q5s$NBR#g?v&sV8+TWCuw=^v&{dkFDQ*@Z!wy~wXVN4Go z2`|}jfd!e1i9XRG!-719S@@ur;o0D-*dfb%Nukk5lnh(M%){9(Ns=XHXP!K!YMS+U z(GQsH)t^3$!Pe%s4j|!_HjY$paF5| z(``FFsih)CiD`dU{wBesFikjZ_g|@(#apswH)@GqyVxS*Z=$~?jQe<^%rQeuM#s=T z+uCX7WO-OtXGJN-srrGT&`(V29u|l@Qjb_P?LHsKwhM{K%CruG9!zY*7Z+wGX3xfA zd#4Yodr-hZxr{_F2GT{8oh3)=&@jI(i9FOMNqfZB(U-(EXy@Ua50I9wf)-Fo_Bl}d z^Yiw9X(1+Cd2HVnYn#z+ru~0h4m&tH?A`ERFfs$l!9Tdj5Ze8~VsBo2_{VrCnx#l@ z6iUWcX<+p8J)6SccA1>Ab&VN}l~Y)aIg90aw8eWLvjlBotJ{+^*0*qiVtuhHJ26v4 z)G|J;FxpPg+cRP8-UX#0KYwG^BD(-Ot^F zpd$A@i6{@zVUIIRed0&nx`p+-ESV&k>`I}I4cZsy`xj;k3nhYPwblIB9{EGttFjip zO_&cTEBR#NMcVS(TCraTihaR#6O|}r??dIX6Z2))Y*&4K((Zi zEysRyWCfCN0)M8G_jjK4n|teY|LS-5iA0A+1t=XhU;7%)*LJ^s(Y74;@YAdJ5&{8jPK{GET|?B}0XNpLEQ}WOd3p=-ix2FF;rdd(#fM zsg9xDPr7U?Cl&j4l3=C|>3FQ(pB;kMF40gyz=s7btUOH!XQqFfs@n8P)>L>^j23fq z_h$Ow+!Kq}Cr3Yf2%tSf@e5hTiZ?fNF=*MzN>HVzn?@*Ka=ENGLI=e(qwJY>cWLUm zWSR=CN^2anNbw{>FtU9<(Z5@e)}JPAY@t;Aw6@cmB@gVqJ}O-YGcem>h5gjWsLOP2Pv}$t&HI!M8jz~(c!<$t zh>!!6r0t1{H{mp2LADNs_6Vutzc+%pglFA;W0{VgW-6aC&-^8Q0F@qZ$a-d2;z!gV zrR?({9#44{`)6lJO2SRNBm857v}862;jGtd?;7okx}ka8GSifzCO>Ms}m*40m3S>7kLnqvEgJgR^myMtf|$wV_T|5@C8t-*3IKl zrHv9d&Q1+FINOD-x0~Pim+j5!NKOA&;$7D3KsMri+b@&^7$XK-lU;X7Qz{g63=g#i zo7;Y~EGNru@+z+jk28%fv2Oe@DkvTiQK+VcOClxBOlp!QM;*~dT2F0{)gj!cB zmCvArEb--ryzkJjgGN`m+=$n5vReyt7&>)MH+j5{WmN-KI}o$pV|4;EZoc>6KsqXg$c-3;=KllHBvd5; literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/bg/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/bg/LC_MESSAGES/django.po new file mode 100644 index 0000000..559d5f4 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/bg/LC_MESSAGES/django.po @@ -0,0 +1,688 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Boris Chervenkov , 2012 +# Claude Paroz , 2014 +# Jannis Leidel , 2011 +# Lyuboslav Petrov , 2014 +# Todor Lubenov , 2014-2015 +# Venelin Stoykov , 2015-2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-06-30 17:44+0000\n" +"Last-Translator: Venelin Stoykov \n" +"Language-Team: Bulgarian (http://www.transifex.com/django/django/language/" +"bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Успешно изтрити %(count)d %(items)s ." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Не можете да изтриете %(name)s" + +msgid "Are you sure?" +msgstr "Сигурни ли сте?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Изтриване на избраните %(verbose_name_plural)s" + +msgid "Administration" +msgstr "Администрация" + +msgid "All" +msgstr "Всички" + +msgid "Yes" +msgstr "Да" + +msgid "No" +msgstr "Не" + +msgid "Unknown" +msgstr "Неизвестно" + +msgid "Any date" +msgstr "Коя-да-е дата" + +msgid "Today" +msgstr "Днес" + +msgid "Past 7 days" +msgstr "Последните 7 дни" + +msgid "This month" +msgstr "Този месец" + +msgid "This year" +msgstr "Тази година" + +msgid "No date" +msgstr "Няма дата" + +msgid "Has date" +msgstr "Има дата" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Моля въведете правилния %(username)s и парола за администраторски акаунт. " +"Моля забележете, че и двете полета са с главни и малки букви." + +msgid "Action:" +msgstr "Действие:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Добави друг %(verbose_name)s" + +msgid "Remove" +msgstr "Премахване" + +msgid "action time" +msgstr "време на действие" + +msgid "user" +msgstr "потребител" + +msgid "content type" +msgstr "тип на съдържанието" + +msgid "object id" +msgstr "id на обекта" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "repr на обекта" + +msgid "action flag" +msgstr "флаг за действие" + +msgid "change message" +msgstr "промени съобщение" + +msgid "log entry" +msgstr "записка" + +msgid "log entries" +msgstr "записки" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "Добавен \"%(object)s\"." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "Променени \"%(object)s\" - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "Изтрит \"%(object)s.\"" + +msgid "LogEntry Object" +msgstr "LogEntry обект" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "Добавено {name} \"{object}\"." + +msgid "Added." +msgstr "Добавено." + +msgid "and" +msgstr "и" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "Променени {fields} за {name} \"{object}\"." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "Променени {fields}." + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "Изтрит {name} \"{object}\"." + +msgid "No fields changed." +msgstr "Няма променени полета." + +msgid "None" +msgstr "Празно" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" +"Задръжте \"Control\", или \"Command\" на Mac, за да изберете повече от един." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" +"Обектът {name} \"{obj}\" бе успешно добавен. Може да го редактирате по-" +"долу. " + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" +"Обектът {name} \"{obj}\" бе успешно добавен. Можете да добавите още един " +"обект {name} по-долу." + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "Обектът {name} \"{obj}\" бе успешно добавен. " + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" +"Обектът {name} \"{obj}\" бе успешно променен. Може да го редактирате по-" +"долу. " + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" +"Обектът {name} \"{obj}\" бе успешно променен. Можете да добавите още един " +"обект {name} по-долу." + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "Обектът {name} \"{obj}\" бе успешно променен." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Елементите трябва да бъдат избрани, за да се извършат действия по тях. Няма " +"променени елементи." + +msgid "No action selected." +msgstr "Няма избрани действия." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "Обектът %(name)s \"%(obj)s\" бе успешно изтрит. " + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "%(name)s обект с първичен ключ %(key)r не съществува." + +#, python-format +msgid "Add %s" +msgstr "Добави %s" + +#, python-format +msgid "Change %s" +msgstr "Промени %s" + +msgid "Database error" +msgstr "Грешка в базата данни" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s беше променено успешно." +msgstr[1] "%(count)s %(name)s бяха променени успешно." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s е избран" +msgstr[1] "Всички %(total_count)s са избрани" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 от %(cnt)s са избрани" + +#, python-format +msgid "Change history: %s" +msgstr "История на промените: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Изтриването на избраните %(class_name)s %(instance)s ще наложи изтриването " +"на следните защитени и свързани обекти: %(related_objects)s" + +msgid "Django site admin" +msgstr "Административен панел" + +msgid "Django administration" +msgstr "Административен панел" + +msgid "Site administration" +msgstr "Администрация на сайта" + +msgid "Log in" +msgstr "Вход" + +#, python-format +msgid "%(app)s administration" +msgstr "%(app)s администрация" + +msgid "Page not found" +msgstr "Страница не е намерена" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Съжалявам, но исканата страница не е намерена." + +msgid "Home" +msgstr "Начало" + +msgid "Server error" +msgstr "Сървърна грешка" + +msgid "Server error (500)" +msgstr "Сървърна грешка (500)" + +msgid "Server Error (500)" +msgstr "Сървърна грешка (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Станала е грешка. Съобщава се на администраторите на сайта по електронна " +"поща и трябва да бъде поправено скоро. Благодарим ви за търпението." + +msgid "Run the selected action" +msgstr "Стартирай избраните действия" + +msgid "Go" +msgstr "Напред" + +msgid "Click here to select the objects across all pages" +msgstr "Щракнете тук, за да изберете обектите във всички страници" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Избери всички %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Изтрий избраното" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Първо въведете потребител и парола. След това ще можете да редактирате " +"повече детайли. " + +msgid "Enter a username and password." +msgstr "Въведете потребителско име и парола." + +msgid "Change password" +msgstr "Промени парола" + +msgid "Please correct the error below." +msgstr "Моля, поправете грешките по-долу." + +msgid "Please correct the errors below." +msgstr "Моля поправете грешките по-долу." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Въведете нова парола за потребител %(username)s." + +msgid "Welcome," +msgstr "Добре дошли," + +msgid "View site" +msgstr "Виж сайта" + +msgid "Documentation" +msgstr "Документация" + +msgid "Log out" +msgstr "Изход" + +#, python-format +msgid "Add %(name)s" +msgstr "Добави %(name)s" + +msgid "History" +msgstr "История" + +msgid "View on site" +msgstr "Разгледай в сайта" + +msgid "Filter" +msgstr "Филтър" + +msgid "Remove from sorting" +msgstr "Премахни от подреждането" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Ред на подреждане: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Обърни подреждането" + +msgid "Delete" +msgstr "Изтрий" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Изтриването на обекта %(object_name)s '%(escaped_object)s' не може да бъде " +"извършено без да се изтрият и някои свързани обекти, върху които обаче " +"нямате права: " + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Изтриването на %(object_name)s '%(escaped_object)s' ще доведе до " +"заличаването на следните защитени свързани обекти:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Наистина ли искате да изтриете обектите %(object_name)s \"%(escaped_object)s" +"\"? Следните свързани елементи също ще бъдат изтрити:" + +msgid "Objects" +msgstr "Обекти" + +msgid "Yes, I'm sure" +msgstr "Да, сигурен съм" + +msgid "No, take me back" +msgstr "Не, върни ме обратно" + +msgid "Delete multiple objects" +msgstr "Изтриване на множество обекти" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Изтриването на избраните %(objects_name)s ще доведе до изтриване на свързани " +"обекти. Вашият профил няма права за изтриване на следните типове обекти:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Изтриването на избраните %(objects_name)s ще доведе до заличаването на " +"следните защитени свързани обекти:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Наистина ли искате да изтриете избраните %(objects_name)s? Всички изброени " +"обекти и свързаните с тях ще бъдат изтрити:" + +msgid "Change" +msgstr "Промени" + +msgid "Delete?" +msgstr "Изтриване?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " По %(filter_title)s " + +msgid "Summary" +msgstr "Резюме" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Моделите в %(name)s приложение" + +msgid "Add" +msgstr "Добави" + +msgid "You don't have permission to edit anything." +msgstr "Нямате права да редактирате каквото и да е." + +msgid "Recent actions" +msgstr "Последни действия" + +msgid "My actions" +msgstr "Моите действия" + +msgid "None available" +msgstr "Няма налични" + +msgid "Unknown content" +msgstr "Неизвестно съдържание" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Проблем с базата данни. Проверете дали необходимите таблици са създадени и " +"дали съответния потребител има необходимите права за достъп. " + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Вие сте се автентикиран като %(username)s, но не сте оторизиран да достъпите " +"тази страница. Бихте ли желали да влезе с друг профил." + +msgid "Forgotten your password or username?" +msgstr "Забравена парола или потребителско име?" + +msgid "Date/time" +msgstr "Дата/час" + +msgid "User" +msgstr "Потребител" + +msgid "Action" +msgstr "Действие" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Този обект няма исторя на промените. Вероятно не е добавен чрез " +"административния панел. " + +msgid "Show all" +msgstr "Покажи всички" + +msgid "Save" +msgstr "Запис" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Променете избрания %(model)s" + +#, python-format +msgid "Add another %(model)s" +msgstr "Добавяне на друг %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Изтриване на избрания %(model)s" + +msgid "Search" +msgstr "Търсене" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s резултат" +msgstr[1] "%(counter)s резултати" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s общо" + +msgid "Save as new" +msgstr "Запис като нов" + +msgid "Save and add another" +msgstr "Запис и нов" + +msgid "Save and continue editing" +msgstr "Запис и продължение" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Благодарим Ви, че използвахте този сайт днес." + +msgid "Log in again" +msgstr "Влез пак" + +msgid "Password change" +msgstr "Промяна на парола" + +msgid "Your password was changed." +msgstr "Паролата ви е променена." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Въведете старата си парола /за сигурност/. След това въведете желаната нова " +"парола два пъти от съображения за сигурност" + +msgid "Change my password" +msgstr "Промяна на парола" + +msgid "Password reset" +msgstr "Нова парола" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Паролата е променена. Вече можете да се впишете" + +msgid "Password reset confirmation" +msgstr "Парола за потвърждение" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Моля, въведете новата парола два пъти, за да може да се потвърди, че сте я " +"написали правилно." + +msgid "New password:" +msgstr "Нова парола:" + +msgid "Confirm password:" +msgstr "Потвърдете паролата:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Връзката за възстановяване на паролата е невалидна, може би защото вече е " +"използвана. Моля, поискайте нова промяна на паролата." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Ние ви пратихме мейл с инструкции за настройка на вашата парола, ако " +"съществува профил с имейла, който сте въвели. Вие трябва да ги получат скоро." + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Ако не получите имейл, моля подсигурете се, че сте въвели правилно адреса с " +"който сте се регистрирал/a и/или проверете спам папката във вашата поща." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Вие сте получили този имейл, защото сте поискали да промените паролата за " +"вашия потребителски акаунт в %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Моля, отидете на следната страница и изберете нова парола:" + +msgid "Your username, in case you've forgotten:" +msgstr "Вашето потребителско име, в случай, че сте го забравили:" + +msgid "Thanks for using our site!" +msgstr "Благодарим, че ползвате сайта ни!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Екипът на %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"Забравили сте си паролата? Въведете своя имейл адрес по-долу, а ние ще ви " +"изпратим инструкции за създаване на нова." + +msgid "Email address:" +msgstr "E-mail адреси:" + +msgid "Reset my password" +msgstr "Нова парола" + +msgid "All dates" +msgstr "Всички дати" + +#, python-format +msgid "Select %s" +msgstr "Изберете %s" + +#, python-format +msgid "Select %s to change" +msgstr "Изберете %s за промяна" + +msgid "Date:" +msgstr "Дата:" + +msgid "Time:" +msgstr "Час:" + +msgid "Lookup" +msgstr "Търсене" + +msgid "Currently:" +msgstr "Сега:" + +msgid "Change:" +msgstr "Промени" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/bg/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/bg/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..bd4d7a82b0b8201f29274fd99ae2699adab316b1 GIT binary patch literal 5565 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 PJH, 2011 +# Venelin Stoykov , 2015-2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 11:57+0000\n" +"Last-Translator: Venelin Stoykov \n" +"Language-Team: Bulgarian (http://www.transifex.com/django/django/language/" +"bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Налични %s" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"Това е списък на наличните %s . Можете да изберете някои, като ги изберете в " +"полето по-долу и след това кликнете върху \"Избор\" стрелка между двете " +"кутии." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Въведете в това поле, за да филтрирате списъка на наличните %s." + +msgid "Filter" +msgstr "Филтър" + +msgid "Choose all" +msgstr "Избери всички" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Кликнете, за да изберете всички %s наведнъж." + +msgid "Choose" +msgstr "Избирам" + +msgid "Remove" +msgstr "Премахни" + +#, javascript-format +msgid "Chosen %s" +msgstr "Избрахме %s" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"Това е списък на избрания %s. Можете да премахнете някои, като ги изберете в " +"полето по-долу и след това щракнете върху \"Премахни\" стрелка между двете " +"кутии." + +msgid "Remove all" +msgstr "Премахване на всички" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Кликнете, за да премахнете всички избрани %s наведнъж." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s на %(cnt)s е избран" +msgstr[1] "%(sel)s на %(cnt)s са избрани" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Имате незапазени промени по отделни полета за редактиране. Ако започнете " +"друго, незаписаните промени ще бъдат загубени." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Вие сте избрали действие, но не сте записали промените по полета. Моля, " +"кликнете ОК, за да се запишат. Трябва отново да започнете действие." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Вие сте избрали дадена дейност, а не сте направили някакви промени по " +"полетата. Вероятно търсите Go бутон, а не бутона Save." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Бележка: Вие сте %s час напред от времето на сървъра." +msgstr[1] "Бележка: Вие сте %s часа напред от времето на сървъра" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Внимание: Вие сте %s час назад от времето на сървъра." +msgstr[1] "Внимание: Вие сте %s часа назад от времето на сървъра." + +msgid "Now" +msgstr "Сега" + +msgid "Choose a Time" +msgstr "Изберете време" + +msgid "Choose a time" +msgstr "Избери време" + +msgid "Midnight" +msgstr "Полунощ" + +msgid "6 a.m." +msgstr "6 a.m." + +msgid "Noon" +msgstr "По обяд" + +msgid "6 p.m." +msgstr "6 след обяд" + +msgid "Cancel" +msgstr "Отказ" + +msgid "Today" +msgstr "Днес" + +msgid "Choose a Date" +msgstr "Изберете дата" + +msgid "Yesterday" +msgstr "Вчера" + +msgid "Tomorrow" +msgstr "Утре" + +msgid "January" +msgstr "Януари" + +msgid "February" +msgstr "Февруари" + +msgid "March" +msgstr "Март" + +msgid "April" +msgstr "Април" + +msgid "May" +msgstr "Май" + +msgid "June" +msgstr "Юни" + +msgid "July" +msgstr "Юли" + +msgid "August" +msgstr "Август" + +msgid "September" +msgstr "Септември" + +msgid "October" +msgstr "Октомври" + +msgid "November" +msgstr "Ноември" + +msgid "December" +msgstr "Декември" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "Н" + +msgctxt "one letter Monday" +msgid "M" +msgstr "П" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "В" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "С" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "Ч" + +msgctxt "one letter Friday" +msgid "F" +msgstr "П" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "С" + +msgid "Show" +msgstr "Покажи" + +msgid "Hide" +msgstr "Скрий" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/bn/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/bn/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..4b816f50eea1912be81f86d63db9e01a29d88bc1 GIT binary patch literal 15461 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, 2011 +# Tahmid Rafi , 2012-2013 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 09:09+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Bengali (http://www.transifex.com/django/django/language/" +"bn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d টি %(items)s সফলভাবে মুছে ফেলা হয়েছে" + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "%(name)s ডিলিট করা সম্ভব নয়" + +msgid "Are you sure?" +msgstr "আপনি কি নিশ্চিত?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "চিহ্নিত অংশটি %(verbose_name_plural)s মুছে ফেলুন" + +msgid "Administration" +msgstr "" + +msgid "All" +msgstr "সকল" + +msgid "Yes" +msgstr "হ্যাঁ" + +msgid "No" +msgstr "না" + +msgid "Unknown" +msgstr "অজানা" + +msgid "Any date" +msgstr "যে কোন তারিখ" + +msgid "Today" +msgstr "‍আজ" + +msgid "Past 7 days" +msgstr "শেষ ৭ দিন" + +msgid "This month" +msgstr "এ মাসে" + +msgid "This year" +msgstr "এ বছরে" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" + +msgid "Action:" +msgstr "কাজ:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "আরো একটি %(verbose_name)s যোগ করুন" + +msgid "Remove" +msgstr "মুছে ফেলুন" + +msgid "action time" +msgstr "কার্য সময়" + +msgid "user" +msgstr "" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "অবজেক্ট আইডি" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "অবজেক্ট উপস্থাপক" + +msgid "action flag" +msgstr "কার্যচিহ্ন" + +msgid "change message" +msgstr "বার্তা পরিবর্তন করুন" + +msgid "log entry" +msgstr "লগ এন্ট্রি" + +msgid "log entries" +msgstr "লগ এন্ট্রিসমূহ" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "%(object)s অ্যাড করা হয়েছে" + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "\"%(object)s\" ডিলিট করা হয়েছে" + +msgid "LogEntry Object" +msgstr "লগ-এন্ট্রি দ্রব্য" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "" + +msgid "and" +msgstr "এবং" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "কোন ফিল্ড পরিবর্তন হয়নি।" + +msgid "None" +msgstr "কিছু না" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "কাজ করার আগে বস্তুগুলিকে অবশ্যই চিহ্নিত করতে হবে। কোনো বস্তু পরিবর্তিত হয়নি।" + +msgid "No action selected." +msgstr "কোনো কাজ " + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "%(name)s \"%(obj)s\" সফলতার সাথে মুছে ফেলা হয়েছে।" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "%(key)r প্রাইমারি কি সম্বলিত %(name)s অবজেক্ট এর অস্তিত্ব নেই।" + +#, python-format +msgid "Add %s" +msgstr "%s যোগ করুন" + +#, python-format +msgid "Change %s" +msgstr "%s পরিবর্তন করুন" + +msgid "Database error" +msgstr "ডাটাবেস সমস্যা" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "%(cnt)s টি থেকে ০ টি সিলেক্ট করা হয়েছে" + +#, python-format +msgid "Change history: %s" +msgstr "ইতিহাস পরিবর্তনঃ %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +msgid "Django site admin" +msgstr "জ্যাঙ্গো সাইট প্রশাসক" + +msgid "Django administration" +msgstr "জ্যাঙ্গো প্রশাসন" + +msgid "Site administration" +msgstr "সাইট প্রশাসন" + +msgid "Log in" +msgstr "প্রবেশ করুন" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "পৃষ্ঠা পাওয়া যায়নি" + +msgid "We're sorry, but the requested page could not be found." +msgstr "দুঃখিত, অনুরোধকৃত পাতাটি পাওয়া যায়নি।" + +msgid "Home" +msgstr "নীড়পাতা" + +msgid "Server error" +msgstr "সার্ভার সমস্যা" + +msgid "Server error (500)" +msgstr "সার্ভার সমস্যা (৫০০)" + +msgid "Server Error (500)" +msgstr "সার্ভার সমস্যা (৫০০)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +msgid "Run the selected action" +msgstr "চিহ্নিত কাজটি শুরু করুন" + +msgid "Go" +msgstr "যান" + +msgid "Click here to select the objects across all pages" +msgstr "সকল পৃষ্ঠার দ্রব্য পছন্দ করতে এখানে ক্লিক করুন" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "%(total_count)s টি %(module_name)s এর সবগুলোই সিলেক্ট করুন" + +msgid "Clear selection" +msgstr "চিহ্নিত অংশের চিহ্ন মুছে ফেলুন" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"প্রথমে একটি সদস্যনাম ও পাসওয়ার্ড প্রবেশ করান। তারপরে আপনি ‍আরও সদস্য-অপশন যুক্ত করতে " +"পারবেন।" + +msgid "Enter a username and password." +msgstr "ইউজার নেইম এবং পাসওয়ার্ড টাইপ করুন।" + +msgid "Change password" +msgstr "পাসওয়ার্ড বদলান" + +msgid "Please correct the error below." +msgstr "অনুগ্রহ করে নিচের ভুলগুলো সংশোধন করুন।" + +msgid "Please correct the errors below." +msgstr "" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "%(username)s সদস্যের জন্য নতুন পাসওয়ার্ড দিন।" + +msgid "Welcome," +msgstr "স্বাগতম," + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "সহায়িকা" + +msgid "Log out" +msgstr "প্রস্থান" + +#, python-format +msgid "Add %(name)s" +msgstr "%(name)s যোগ করুন" + +msgid "History" +msgstr "ইতিহাস" + +msgid "View on site" +msgstr "সাইটে দেখুন" + +msgid "Filter" +msgstr "ফিল্টার" + +msgid "Remove from sorting" +msgstr "ক্রমানুসারে সাজানো থেকে বিরত হোন" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "সাজানোর ক্রম: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "ক্রমানুসারে সাজানো চালু করুন/ বন্ধ করুন" + +msgid "Delete" +msgstr "মুছুন" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"%(object_name)s '%(escaped_object)s' মুছে ফেললে এর সম্পর্কিত অবজেক্টগুলোও মুছে " +"যাবে, কিন্তু আপনার নিম্নবর্ণিত অবজেক্টগুলো মোছার অধিকার নেইঃ" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"আপনি কি %(object_name)s \"%(escaped_object)s\" মুছে ফেলার ব্যাপারে নিশ্চিত? " +"নিম্নে বর্ণিত সকল আইটেম মুছে যাবেঃ" + +msgid "Objects" +msgstr "" + +msgid "Yes, I'm sure" +msgstr "হ্যা়ঁ, আমি নিশ্চিত" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "একাধিক জিনিস মুছে ফেলুন" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" + +msgid "Change" +msgstr "পরিবর্তন" + +msgid "Delete?" +msgstr "মুছে ফেলুন?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " %(filter_title)s অনুযায়ী " + +msgid "Summary" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "%(name)s এপ্লিকেশন এর মডেল গুলো" + +msgid "Add" +msgstr "যোগ করুন" + +msgid "You don't have permission to edit anything." +msgstr "কোন কিছু পরিবর্তনে আপনার অধিকার নেই।" + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "কিছুই পাওয়া যায়নি" + +msgid "Unknown content" +msgstr "অজানা বিষয়" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"আপনার ডাটাবেস ইনস্টলে সমস্যা হয়েছে। নিশ্চিত করুন যে, ডাটাবেস টেবিলগুলো সঠিকভাবে " +"তৈরী হয়েছে, এবং যথাযথ সদস্যের ডাটাবেস পড়ার অধিকার রয়েছে।" + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "ইউজার নেইম অথবা পাসওয়ার্ড ভুলে গেছেন?" + +msgid "Date/time" +msgstr "তারিখ/সময়" + +msgid "User" +msgstr "সদস্য" + +msgid "Action" +msgstr "কার্য" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "এই অবজেক্টের কোন ইতিহাস নেই। সম্ভবত এটি প্রশাসন সাইট দিয়ে তৈরী করা হয়নি।" + +msgid "Show all" +msgstr "সব দেখান" + +msgid "Save" +msgstr "সংরক্ষণ করুন" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Search" +msgstr "সার্চ" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "মোট %(full_result_count)s" + +msgid "Save as new" +msgstr "নতুনভাবে সংরক্ষণ করুন" + +msgid "Save and add another" +msgstr "সংরক্ষণ করুন এবং আরেকটি যোগ করুন" + +msgid "Save and continue editing" +msgstr "সংরক্ষণ করুন এবং সম্পাদনা চালিয়ে যান" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "ওয়েবসাইটে কিছু সময় কাটানোর জন্য আপনাকে আন্তরিক ধন্যবাদ।" + +msgid "Log in again" +msgstr "পুনরায় প্রবেশ করুন" + +msgid "Password change" +msgstr "পাসওয়ার্ড বদলান" + +msgid "Your password was changed." +msgstr "আপনার পাসওয়ার্ড বদলানো হয়েছে।" + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"অনুগ্রহ করে আপনার পুরনো পাসওয়ার্ড প্রবেশ করান, নিরাপত্তার কাতিরে, এবং পরপর দু’বার " +"নতুন পাসওয়ার্ড প্রবেশ করান, যাচাই করার জন্য।" + +msgid "Change my password" +msgstr "আমার পাসওয়ার্ড পরিবর্তন করুন" + +msgid "Password reset" +msgstr "পাসওয়ার্ড রিসেট করুন" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "আপনার পাসওয়ার্ড দেয়া হয়েছে। আপনি এখন প্রবেশ (লগইন) করতে পারেন।" + +msgid "Password reset confirmation" +msgstr "পাসওয়ার্ড রিসেট নিশ্চিত করুন" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"অনুগ্রহ করে আপনার পাসওয়ার্ড দুবার প্রবেশ করান, যাতে আমরা যাচাই করতে পারি আপনি " +"সঠিকভাবে টাইপ করেছেন।" + +msgid "New password:" +msgstr "নতুন পাসওয়ার্ডঃ" + +msgid "Confirm password:" +msgstr "পাসওয়ার্ড নিশ্চিতকরণঃ" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"পাসওয়ার্ড রিসেট লিঙ্কটি ঠিক নয়, হয়তো এটা ইতোমধ্যে ব্যবহৃত হয়েছে। পাসওয়ার্ড " +"রিসেটের জন্য অনুগ্রহ করে নতুনভাবে আবেদন করুন।" + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"আপনি এই ই-মেইলটি পেয়েছেন কারন আপনি %(site_name)s এ আপনার ইউজার একাউন্টের " +"পাসওয়ার্ড রিসেট এর জন্য অনুরোধ করেছেন।" + +msgid "Please go to the following page and choose a new password:" +msgstr "অনুগ্রহ করে নিচের পাতাটিতে যান এবং নতুন পাসওয়ার্ড বাছাই করুনঃ" + +msgid "Your username, in case you've forgotten:" +msgstr "আপনার সদস্যনাম, যদি ভুলে গিয়ে থাকেনঃ" + +msgid "Thanks for using our site!" +msgstr "আমাদের সাইট ব্যবহারের জন্য ধন্যবাদ!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s দল" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"পাসওয়ার্ড ভুলে গেছেন? নিচে আপনার ইমেইল এড্রেস দিন, এবং আমরা নতুন পাসওয়ার্ড সেট " +"করার নিয়ম-কানুন আপনাকে ই-মেইল করব।" + +msgid "Email address:" +msgstr "ইমেইল ঠিকানা:" + +msgid "Reset my password" +msgstr "আমার পাসওয়ার্ড রিসেট করুন" + +msgid "All dates" +msgstr "সকল তারিখ" + +#, python-format +msgid "Select %s" +msgstr "%s বাছাই করুন" + +#, python-format +msgid "Select %s to change" +msgstr "%s পরিবর্তনের জন্য বাছাই করুন" + +msgid "Date:" +msgstr "তারিখঃ" + +msgid "Time:" +msgstr "সময়ঃ" + +msgid "Lookup" +msgstr "খুঁজুন" + +msgid "Currently:" +msgstr "বর্তমান অবস্থা:" + +msgid "Change:" +msgstr "পরিবর্তন:" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/bn/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/bn/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..b922c1f15a09a7935a1cd26cbd9ed4e8c673c39a GIT binary patch literal 2313 zcmds$ONY=4{=e#;T|>sm&BRWsfBk*+y{r0{ zU0aqIo+q%L#`+QK8LSWP!3)oC;Qiq5;12M1CU3nr)$afwf_^uc1NVU2!Gqv);3P=? zr@$@Xd*C*(mdWS9(~!Gh6}$!B2R@4z`8^L(+zF8UUj(;;FM|~4HIVWh123Vr3P^c> zh4EA1b{Ibb?gOd6Ltp`{fP29O@F19gP4Fl1anMI{@|y=qem|4@;Gd8$W?Xn6&Ho{a zq4=MG6!#iP{rpJ45uGuc0Cv2b!5D`xD_(N7rJ`Rd9Vp_- zofNV0s*zA}D2$GLenKb}#QdbhfrR`OR0Hw#(24m#HTA3TQLUb6Nv|qJ$LB|+YKbu5 z``gBJ{X$_d7~~B_44U$MzOFlkw5Jim%)L-kg^AqU@wua$-Iwyk+>BO6DpYl$i}s8> zZwlQ|1ZoObNJOzT)9+Siy~CS!l&dKt@2INlMxa_gKU@pUMwvdZsoZ?ni$v(n>ZlX@ zTy>ooPnV~7`Z>K{@jcVLG%=N9cDTxI^0gf<*ksKPKeNfIO>Wxcd-uJb+w>xd~77uxy8mv^iX4u7Fkgw`}scD=m$TGN{zCX=oB_*t|kD({OG;SaM(Mu7@Qj z)8wd0d+jQ-$#u80?yQ#GDAu5b3=<3lA!!;I;&3$3HK!$C%otWU4!p?=SwFSOvd?XD zk@RkK5HL$B%?0=-{Z6$sVb?R2eVM+ToVNX?3y3zTtc@tB1ZijnNI|0_*>&=N&W;(o zoAKZD{%_fFK`-GLnEPdL7wA}UK-XQ-=~c>pDf&fl=>KekD}_c8ExUL); literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/bn/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/bn/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..0a62e37 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/bn/LC_MESSAGES/djangojs.po @@ -0,0 +1,207 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Tahmid Rafi , 2013 +# Tahmid Rafi , 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 10:11+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Bengali (http://www.transifex.com/django/django/language/" +"bn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "%s বিদ্যমান" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +msgid "Filter" +msgstr "ফিল্টার" + +msgid "Choose all" +msgstr "সব বাছাই করুন" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "সব %s একবারে বাছাই করার জন্য ক্লিক করুন।" + +msgid "Choose" +msgstr "বাছাই করুন" + +msgid "Remove" +msgstr "মুছে ফেলুন" + +#, javascript-format +msgid "Chosen %s" +msgstr "%s বাছাই করা হয়েছে" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" + +msgid "Remove all" +msgstr "সব মুছে ফেলুন" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "" +msgstr[1] "" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "নোট: আপনি সার্ভার সময়ের চেয়ে %s ঘন্টা সামনে আছেন।" +msgstr[1] "নোট: আপনি সার্ভার সময়ের চেয়ে %s ঘন্টা সামনে আছেন।" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "নোট: আপনি সার্ভার সময়ের চেয়ে %s ঘন্টা পেছনে আছেন।" +msgstr[1] "নোট: আপনি সার্ভার সময়ের চেয়ে %s ঘন্টা পেছনে আছেন।" + +msgid "Now" +msgstr "এখন" + +msgid "Choose a Time" +msgstr "" + +msgid "Choose a time" +msgstr "সময় নির্বাচন করুন" + +msgid "Midnight" +msgstr "মধ্যরাত" + +msgid "6 a.m." +msgstr "৬ পূর্বাহ্ন" + +msgid "Noon" +msgstr "দুপুর" + +msgid "6 p.m." +msgstr "" + +msgid "Cancel" +msgstr "বাতিল" + +msgid "Today" +msgstr "আজ" + +msgid "Choose a Date" +msgstr "" + +msgid "Yesterday" +msgstr "গতকাল" + +msgid "Tomorrow" +msgstr "আগামীকাল" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "দেখান" + +msgid "Hide" +msgstr "লুকান" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/br/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/br/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..52d25a6f39aeab4f294f1b683a95c444b9dd730a GIT binary patch literal 4253 zcmZXWU2Ggz6~`~o(AKm-%128J;Rc!}ZoT%}B~7yVaFf_^96KLMHi1?kxb|M}PCPra znwj;+`_Ko3iYPB2Q6WGeTJZo92>F2ugoK2Qgg`;6R34B(K?p=uRY-h@2M|*E{b$Cz zc6zmEe)r?dz2}~D?w!4L-yP2z$^!C1Bzvnd9^Slz2jw$wH|BlNL4Kyk<4*Vtd>ecg z-UFY5{LEL&{%^s%X}<{Xg5QVt!XH6?W|N1;e+}=0zb*MHd>8HimKHiQu3}1q5+58^zGq-qX>wksPdmU+bd+hfpnQk_#Rk;55fy@1O||w$#}?*&y@Te zl)cYE?e}X?cE12+*9O!&FG0<}36%#oq5SYN)H=7I?EOzUzKcaQ@7?e#Z!zWp_|9@_sOpx*ljls#Hp`@0Kjy@yJULX97S+TS$1AD)BChb5@@Zj|jW zLizOtD7~LTt@{eZWb?<8ua*7(f?DqlDE)hBX#e}*C>)3K!zbWj_(`aJJrCvIuS41Q zZK(IY3+2}hD0_bn<&T?C`hSM9_cf?_{|7$|f!8ViKLtd!YQW2Wosj#KmSB>O3t%*>e$U|4&1$(=W%Lg|h1lkhIG8 zqJ3^JvQOm{axAYEj~W<9l&@N24%v&$A}Xf~h+_PqvabpsE$fr;45GV6 z{!?t^kH--e+5QNk7$`qf_9IUsV~EOG1UKb*uh?5eKAAyOfs~g`xq%P+}V{^R%M%yk<@& z-mb@8n|2dFZBDmb)bu6nzI3bB3eqf2)@$3k+UvIC(zF*RjV-NVJM=EGsSkZ&+vzx3 z36l2Ug_@ahnOkzHw?0YYL`^@D1#O?#80OWCMviGSa~-o{>l*DK!ji=0J1%?EAoInL znTeOXZ69UD_-urqth3$JC-Q}LQDb1jxH*&i(VU5sW}Ia{k{go2xQ&y+i_>NGj+0ZvTiRfU1$HaoL&SMKHJ5!mUi0RPD<8Qt z9C_kcs^yb>B=2O3EQq>@qqrBDl5!I9&dgO3!(0mpOdRD?n~(c&nfQ*Gr+g|I zv-A7g`Pnc}?Z}Rv+ZHyLXSvPummD)iJZ;;jDX}z{l30mQnQv6C`6T7A)@&os=#k65 zgN>E*X)|b4PIa4Ur5@Mp$fb+*%IU=CQLN}})a+Ds@`+0IU}f@@zGwz0cbJi)P zY`na`Wv9)8Z@0BXNzF8`+tzZ0qQNLL*z)T2n;Xk5+jh2zE3(9M+j09Az1zAj2b&uy zlX9SKBk1;BgMF9<*Kpi~F4NRQZMJ&G^#jWl*a%$TCULGVyJw0mO!zK$bWulpCg8}g z%H~0heVq4+RxEC1v*@usU{#Cmw*I>BhJmI=eKp8zH^Rm>8?-xNa2>a|T+`y4p>^Zj z4j~Jr@#e;LpW$M=I@midr9*z)F-g-!zVz;S@~rSD8))LM1V^uNwsMab6?R@}Br%IL zw}vAE(yYxSqNRaYUYOPM}E!samfN#@rC_TUc$yzf(F{mk-NatInEa( z!pT&nsa<4+GFNgQktKIsQQ8XUj*aRojvwQ$Uwu>jw#Aicwf=IE5yiAaSDM*Gp97iP zBGf$~H!R|n(5`la%*;j!8LZAhEssb%JPJgNq|&XuU4>Z_C9D2l5WFIzhYBni^8H}p z(uFfhO0tDy&vTEPcrB0rZJ&@GgSV*`9}zNR6}R+Bg^uM$+R8&0TE0<54)W1vsM~Z& z;XZ7Pb;ijPCDb-eyO)1NwjJ~<`I)4?6vnP>&61ck!q^Yi%xn;rcf-yzHWRqWF&s5q z$m*`4Go_ySGQ-VWPycFckF45ZW0{_0O~&`f@f$0yi9t&6RvF+OxiM}yp0YxFGA*Z@ Mgha{@@gNre2W7SZd;kCd literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/br/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/br/LC_MESSAGES/django.po new file mode 100644 index 0000000..c6101d3 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/br/LC_MESSAGES/django.po @@ -0,0 +1,630 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Fulup , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 09:09+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Breton (http://www.transifex.com/django/django/language/br/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: br\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "" + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "" + +msgid "Are you sure?" +msgstr "Ha sur oc'h ?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "" + +msgid "Administration" +msgstr "" + +msgid "All" +msgstr "An holl" + +msgid "Yes" +msgstr "Ya" + +msgid "No" +msgstr "Ket" + +msgid "Unknown" +msgstr "Dianav" + +msgid "Any date" +msgstr "Forzh pegoulz" + +msgid "Today" +msgstr "Hiziv" + +msgid "Past 7 days" +msgstr "Er 7 devezh diwezhañ" + +msgid "This month" +msgstr "Ar miz-mañ" + +msgid "This year" +msgstr "Ar bloaz-mañ" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" + +msgid "Action:" +msgstr "Ober :" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "" + +msgid "Remove" +msgstr "Lemel kuit" + +msgid "action time" +msgstr "eur an ober" + +msgid "user" +msgstr "" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "" + +msgid "action flag" +msgstr "" + +msgid "change message" +msgstr "Kemennadenn gemmañ" + +msgid "log entry" +msgstr "" + +msgid "log entries" +msgstr "" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "" + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "" + +msgid "LogEntry Object" +msgstr "Traezenn eus ar marilh" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "" + +msgid "and" +msgstr "ha" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "N'eus bet kemmet maezienn ebet." + +msgid "None" +msgstr "Hini ebet" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" + +msgid "No action selected." +msgstr "" + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "" + +#, python-format +msgid "Add %s" +msgstr "Ouzhpennañ %s" + +#, python-format +msgid "Change %s" +msgstr "Kemmañ %s" + +msgid "Database error" +msgstr "Fazi en diaz roadennoù" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "" + +#, python-format +msgid "Change history: %s" +msgstr "Istor ar c'hemmoù : %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +msgid "Django site admin" +msgstr "Lec'hienn verañ Django" + +msgid "Django administration" +msgstr "Merañ Django" + +msgid "Site administration" +msgstr "Merañ al lec'hienn" + +msgid "Log in" +msgstr "Kevreañ" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "N'eo ket bet kavet ar bajenn" + +msgid "We're sorry, but the requested page could not be found." +msgstr "" + +msgid "Home" +msgstr "Degemer" + +msgid "Server error" +msgstr "Fazi servijer" + +msgid "Server error (500)" +msgstr "Fazi servijer (500)" + +msgid "Server Error (500)" +msgstr "Fazi servijer (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +msgid "Run the selected action" +msgstr "" + +msgid "Go" +msgstr "Mont" + +msgid "Click here to select the objects across all pages" +msgstr "" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "" + +msgid "Clear selection" +msgstr "Riñsañ an diuzadenn" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" + +msgid "Enter a username and password." +msgstr "Merkit un anv implijer hag ur ger-tremen." + +msgid "Change password" +msgstr "Cheñch ger-tremen" + +msgid "Please correct the error below." +msgstr "" + +msgid "Please correct the errors below." +msgstr "" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" + +msgid "Welcome," +msgstr "Degemer mat," + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "Teulioù" + +msgid "Log out" +msgstr "Digevreañ" + +#, python-format +msgid "Add %(name)s" +msgstr "Ouzhpennañ %(name)s" + +msgid "History" +msgstr "Istor" + +msgid "View on site" +msgstr "Gwelet war al lec'hienn" + +msgid "Filter" +msgstr "Sil" + +msgid "Remove from sorting" +msgstr "" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "" + +msgid "Toggle sorting" +msgstr "Eilpennañ an diuzadenn" + +msgid "Delete" +msgstr "Diverkañ" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" + +msgid "Objects" +msgstr "" + +msgid "Yes, I'm sure" +msgstr "Ya, sur on" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" + +msgid "Change" +msgstr "Kemmañ" + +msgid "Delete?" +msgstr "Diverkañ ?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " dre %(filter_title)s " + +msgid "Summary" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "" + +msgid "Add" +msgstr "Ouzhpennañ" + +msgid "You don't have permission to edit anything." +msgstr "" + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "" + +msgid "Unknown content" +msgstr "Endalc'had dianav" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "Disoñjet ho ker-tremen pe hoc'h anv implijer ganeoc'h ?" + +msgid "Date/time" +msgstr "Deiziad/eur" + +msgid "User" +msgstr "Implijer" + +msgid "Action" +msgstr "Ober" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" + +msgid "Show all" +msgstr "Diskouez pep tra" + +msgid "Save" +msgstr "Enrollañ" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Search" +msgstr "Klask" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "" + +msgid "Save as new" +msgstr "Enrollañ evel nevez" + +msgid "Save and add another" +msgstr "Enrollañ hag ouzhpennañ unan all" + +msgid "Save and continue editing" +msgstr "Enrollañ ha derc'hel da gemmañ" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "" + +msgid "Log in again" +msgstr "Kevreañ en-dro" + +msgid "Password change" +msgstr "Cheñch ho ker-tremen" + +msgid "Your password was changed." +msgstr "Cheñchet eo bet ho ker-tremen." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" + +msgid "Change my password" +msgstr "Cheñch ma ger-tremen" + +msgid "Password reset" +msgstr "Adderaouekaat ar ger-tremen" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "" + +msgid "Password reset confirmation" +msgstr "Kadarnaat eo bet cheñchet ar ger-tremen" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" + +msgid "New password:" +msgstr "Ger-tremen nevez :" + +msgid "Confirm password:" +msgstr "Kadarnaat ar ger-tremen :" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" + +msgid "Please go to the following page and choose a new password:" +msgstr "" + +msgid "Your username, in case you've forgotten:" +msgstr "" + +msgid "Thanks for using our site!" +msgstr "Ho trugarekaat da ober gant hol lec'hienn !" + +#, python-format +msgid "The %(site_name)s team" +msgstr "" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" + +msgid "Email address:" +msgstr "" + +msgid "Reset my password" +msgstr "" + +msgid "All dates" +msgstr "An holl zeiziadoù" + +#, python-format +msgid "Select %s" +msgstr "Diuzañ %s" + +#, python-format +msgid "Select %s to change" +msgstr "" + +msgid "Date:" +msgstr "Deiziad :" + +msgid "Time:" +msgstr "Eur :" + +msgid "Lookup" +msgstr "Klask" + +msgid "Currently:" +msgstr "" + +msgid "Change:" +msgstr "" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/br/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/br/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..5ca4fff16ec972f2163150ff1172f082ae7d0022 GIT binary patch literal 1366 zcmZ9Kzi$*r6vrolkmT|UNFt>m%19`Hh4yauP#m<5A>nMxV4IxGktkI(cl*3Icy{JA zJL|(&(tt!qk}^%IwA2w5{2hpNX({L^_`dZTJB;qlXWz_w-~G!<%utZ@RtnmpJuzn4AXsNz!uEQya1A0YMzzw;9Wd*(Y8^HQ~ow)kO3 zX`_aQDLWz~dSmBGY9N&ix;V&8y&{tBQ?Xh1Hed;HV~pj2%hWFB!g-JM7b>B_ zOMUNd(I`Y$v*;)CrFJ%z*)3&r*V?3s^C8+ObDc$3s=SN_E|snRkAtY^Nd?qKODa$* zyKyof#ot89x3YU7O}gjfZXBa9+N2%Lns3x~6Pd(mlAMn*TI;F|(ZDNP8Wo&R+~H%PxXb=uZ;%Uwc`%`25tG$2)^@`|V6tUNakVUl(_)9JJwSWs`#?e@qO zoxLON!!+HUq3_JKHm+_g9~?eu$E}{TfhySLk0fyL$!4?L=X4e&_=9Pv#|, 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 10:11+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Breton (http://www.transifex.com/django/django/language/br/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: br\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Hegerz %s" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +msgid "Filter" +msgstr "Sil" + +msgid "Choose all" +msgstr "Dibab an holl" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Klikañ evit dibab an holl %s war un dro." + +msgid "Choose" +msgstr "Dibab" + +msgid "Remove" +msgstr "Lemel kuit" + +#, javascript-format +msgid "Chosen %s" +msgstr "Dibabet %s" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" + +msgid "Remove all" +msgstr "Lemel kuit pep tra" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Klikañ evit dilemel an holl %s dibabet war un dro." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "" +msgstr[1] "" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +msgstr[1] "" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +msgstr[1] "" + +msgid "Now" +msgstr "Bremañ" + +msgid "Choose a Time" +msgstr "" + +msgid "Choose a time" +msgstr "Dibab un eur" + +msgid "Midnight" +msgstr "Hanternoz" + +msgid "6 a.m." +msgstr "6e00" + +msgid "Noon" +msgstr "Kreisteiz" + +msgid "6 p.m." +msgstr "" + +msgid "Cancel" +msgstr "Nullañ" + +msgid "Today" +msgstr "Hiziv" + +msgid "Choose a Date" +msgstr "" + +msgid "Yesterday" +msgstr "Dec'h" + +msgid "Tomorrow" +msgstr "Warc'hoazh" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "Diskouez" + +msgid "Hide" +msgstr "Kuzhat" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/bs/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/bs/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..41b22c6fb58d9bc6b0b9b69a61714e9af1008820 GIT binary patch literal 8983 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, 2011 +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 09:09+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Bosnian (http://www.transifex.com/django/django/language/" +"bs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bs\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Uspješno izbrisano %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "" + +msgid "Are you sure?" +msgstr "Da li ste sigurni?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Izbriši odabrane %(verbose_name_plural)s" + +msgid "Administration" +msgstr "" + +msgid "All" +msgstr "Svi" + +msgid "Yes" +msgstr "Da" + +msgid "No" +msgstr "Ne" + +msgid "Unknown" +msgstr "Nepoznato" + +msgid "Any date" +msgstr "Svi datumi" + +msgid "Today" +msgstr "Danas" + +msgid "Past 7 days" +msgstr "Poslednjih 7 dana" + +msgid "This month" +msgstr "Ovaj mesec" + +msgid "This year" +msgstr "Ova godina" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" + +msgid "Action:" +msgstr "Radnja:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Dodaj još jedan %(verbose_name)s" + +msgid "Remove" +msgstr "Obriši" + +msgid "action time" +msgstr "vrijeme radnje" + +msgid "user" +msgstr "" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "id objekta" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "repr objekta" + +msgid "action flag" +msgstr "oznaka radnje" + +msgid "change message" +msgstr "opis izmjene" + +msgid "log entry" +msgstr "zapis u logovima" + +msgid "log entries" +msgstr "zapisi u logovima" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "" + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "" + +msgid "LogEntry Object" +msgstr "" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "" + +msgid "and" +msgstr "i" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "Nije bilo izmjena polja." + +msgid "None" +msgstr "Nijedan" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Predmeti moraju biti izabrani da bi se mogla obaviti akcija nad njima. " +"Nijedan predmet nije bio izmjenjen." + +msgid "No action selected." +msgstr "Nijedna akcija nije izabrana." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "Objekat „%(obj)s“ klase %(name)s obrisan je uspješno." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "Objekat klase %(name)s sa primarnim ključem %(key)r ne postoji." + +#, python-format +msgid "Add %s" +msgstr "Dodaj objekat klase %s" + +#, python-format +msgid "Change %s" +msgstr "Izmjeni objekat klase %s" + +msgid "Database error" +msgstr "Greška u bazi podataka" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 od %(cnt)s izabrani" + +#, python-format +msgid "Change history: %s" +msgstr "Historijat izmjena: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +msgid "Django site admin" +msgstr "Django administracija sajta" + +msgid "Django administration" +msgstr "Django administracija" + +msgid "Site administration" +msgstr "Administracija sistema" + +msgid "Log in" +msgstr "Prijava" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "Stranica nije pronađena" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Žao nam je, tražena stranica nije pronađena." + +msgid "Home" +msgstr "Početna" + +msgid "Server error" +msgstr "Greška na serveru" + +msgid "Server error (500)" +msgstr "Greška na serveru (500)" + +msgid "Server Error (500)" +msgstr "Greška na serveru (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +msgid "Run the selected action" +msgstr "Pokreni odabranu radnju" + +msgid "Go" +msgstr "Počni" + +msgid "Click here to select the objects across all pages" +msgstr "Kliknite ovdje da izaberete objekte preko svih stranica" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Izaberite svih %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Izbrišite izbor" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Prvo unesite korisničko ime i lozinku. Potom ćete moći da mijenjate još " +"korisničkih podešavanja." + +msgid "Enter a username and password." +msgstr "" + +msgid "Change password" +msgstr "Promjena lozinke" + +msgid "Please correct the error below." +msgstr "" + +msgid "Please correct the errors below." +msgstr "" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Unesite novu lozinku za korisnika %(username)s." + +msgid "Welcome," +msgstr "Dobrodošli," + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "Dokumentacija" + +msgid "Log out" +msgstr "Odjava" + +#, python-format +msgid "Add %(name)s" +msgstr "Dodaj objekat klase %(name)s" + +msgid "History" +msgstr "Historijat" + +msgid "View on site" +msgstr "Pregled na sajtu" + +msgid "Filter" +msgstr "Filter" + +msgid "Remove from sorting" +msgstr "" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "" + +msgid "Toggle sorting" +msgstr "" + +msgid "Delete" +msgstr "Obriši" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Uklanjanje %(object_name)s „%(escaped_object)s“ povlači uklanjanje svih " +"objekata koji su povezani sa ovim objektom, ali vaš nalog nema dozvole za " +"brisanje slijedećih tipova objekata:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Da li ste sigurni da želite da obrišete %(object_name)s " +"„%(escaped_object)s“? Slijedeći objekti koji su u vezi sa ovim objektom će " +"također biti obrisani:" + +msgid "Objects" +msgstr "" + +msgid "Yes, I'm sure" +msgstr "Da, siguran sam" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "Brisanje više objekata" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" + +msgid "Change" +msgstr "Izmjeni" + +msgid "Delete?" +msgstr "Brisanje?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " %(filter_title)s " + +msgid "Summary" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "" + +msgid "Add" +msgstr "Dodaj" + +msgid "You don't have permission to edit anything." +msgstr "Nemate dozvole da unosite bilo kakve izmjene." + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "Nema podataka" + +msgid "Unknown content" +msgstr "Nepoznat sadržaj" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Nešto nije uredu sa vašom bazom podataka. Provjerite da li postoje " +"odgovarajuće tabele i da li odgovarajući korisnik ima pristup bazi." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "" + +msgid "Date/time" +msgstr "Datum/vrijeme" + +msgid "User" +msgstr "Korisnik" + +msgid "Action" +msgstr "Radnja" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Ovaj objekat nema zabilježen historijat izmjena. Vjerovatno nije dodan kroz " +"ovaj sajt za administraciju." + +msgid "Show all" +msgstr "Prikaži sve" + +msgid "Save" +msgstr "Sačuvaj" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Search" +msgstr "Pretraga" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "ukupno %(full_result_count)s" + +msgid "Save as new" +msgstr "Sačuvaj kao novi" + +msgid "Save and add another" +msgstr "Sačuvaj i dodaj slijedeći" + +msgid "Save and continue editing" +msgstr "Sačuvaj i nastavi sa izmjenama" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Hvala što ste danas proveli vrijeme na ovom sajtu." + +msgid "Log in again" +msgstr "Ponovna prijava" + +msgid "Password change" +msgstr "Izmjena lozinke" + +msgid "Your password was changed." +msgstr "Vaša lozinka je izmjenjena." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Iz bezbjednosnih razloga prvo unesite svoju staru lozinku, a novu zatim " +"unesite dva puta da bismo mogli da provjerimo da li ste je pravilno unijeli." + +msgid "Change my password" +msgstr "Izmijeni moju lozinku" + +msgid "Password reset" +msgstr "Resetovanje lozinke" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Vaša lozinka je postavljena. Možete se prijaviti." + +msgid "Password reset confirmation" +msgstr "Potvrda resetovanja lozinke" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Unesite novu lozinku dva puta kako bismo mogli da provjerimo da li ste je " +"pravilno unijeli." + +msgid "New password:" +msgstr "Nova lozinka:" + +msgid "Confirm password:" +msgstr "Potvrda lozinke:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Link za resetovanje lozinke nije važeći, vjerovatno zato što je već " +"iskorišćen. Ponovo zatražite resetovanje lozinke." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" + +msgid "Please go to the following page and choose a new password:" +msgstr "Idite na slijedeću stranicu i postavite novu lozinku." + +msgid "Your username, in case you've forgotten:" +msgstr "Ukoliko ste zaboravili, vaše korisničko ime:" + +msgid "Thanks for using our site!" +msgstr "Hvala što koristite naš sajt!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Uredništvo sajta %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" + +msgid "Email address:" +msgstr "" + +msgid "Reset my password" +msgstr "Resetuj moju lozinku" + +msgid "All dates" +msgstr "Svi datumi" + +#, python-format +msgid "Select %s" +msgstr "Odaberi objekat klase %s" + +#, python-format +msgid "Select %s to change" +msgstr "Odaberi objekat klase %s za izmjenu" + +msgid "Date:" +msgstr "Datum:" + +msgid "Time:" +msgstr "Vrijeme:" + +msgid "Lookup" +msgstr "Pretraži" + +msgid "Currently:" +msgstr "" + +msgid "Change:" +msgstr "" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/bs/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/bs/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..e8f94c48614b71c4129feaf90b3a9d556f6781bf GIT binary patch literal 1183 zcmb7C&2AGh5H?W$0$ezOgv4-Y)rxMi8~&&O??{ zF~pv>w#%h;A=&Z+RU~WGz$YD>Q*CFvldLx0pM|u+0mFe46 zXw0CJ15P?DM>(xoZxk**zZXK8HyQ^A2lWs;sy-jqdv??~zS9Zmsl3tkjfL7)d+W)s z+h_H(wr)*egHs)qxL)AH&?vQ3W;wox^Bh{wJDbVUue!KbpI!3A^lYKbAg86S3O|pT zQ`gsabmgQ@Hmw`^oJ=_hee2FL9lNc0Gn=KYRz`Dk6y5YzE6eC1rG#?CtF7iqYNd5I zx)VjZlBM+e^|1ss=>jwvG|h$OnrOe0U7QZXJDua=WR6c#_J4C5n4GFK(0Q?4$SylY z9wQumY^8o1?&tg38YMQQkzTY%m=-eZOZoXd8z%K?G>mK{l^8?(I5ncm@u#;Oz0&HT q8p%36-nR($9ct0Qjw_P;JvFQr@iaf1e0sx#f3C1FsJc2fu8SY$^F+D; literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/bs/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/bs/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..9c099c7 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/bs/LC_MESSAGES/djangojs.po @@ -0,0 +1,211 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Filip Dupanović , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 10:10+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Bosnian (http://www.transifex.com/django/django/language/" +"bs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bs\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Dostupno %s" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +msgid "Filter" +msgstr "Filter" + +msgid "Choose all" +msgstr "Odaberi sve" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "" + +msgid "Choose" +msgstr "" + +msgid "Remove" +msgstr "Ukloni" + +#, javascript-format +msgid "Chosen %s" +msgstr "Odabrani %s" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" + +msgid "Remove all" +msgstr "" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "Izabran %(sel)s od %(cnt)s" +msgstr[1] "Izabrano %(sel)s od %(cnt)s" +msgstr[2] "Izabrano %(sel)s od %(cnt)s" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Imate nespašene izmjene na pojedinim uređenim poljima. Ako pokrenete ovu " +"akciju, te izmjene će biti izgubljene." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "Now" +msgstr "" + +msgid "Choose a Time" +msgstr "" + +msgid "Choose a time" +msgstr "" + +msgid "Midnight" +msgstr "" + +msgid "6 a.m." +msgstr "" + +msgid "Noon" +msgstr "" + +msgid "6 p.m." +msgstr "" + +msgid "Cancel" +msgstr "" + +msgid "Today" +msgstr "Danas" + +msgid "Choose a Date" +msgstr "" + +msgid "Yesterday" +msgstr "" + +msgid "Tomorrow" +msgstr "" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "" + +msgid "Hide" +msgstr "" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ca/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ca/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..236615f9684c230711cb7dc805b4aaf3a63f1d63 GIT binary patch literal 15190 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 XV*W--lX@o+a1z$d$A+J|&2;d;qt3@a literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ca/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ca/LC_MESSAGES/django.po new file mode 100644 index 0000000..4440a85 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ca/LC_MESSAGES/django.po @@ -0,0 +1,683 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Antoni Aloy , 2014-2015 +# Carles Barrobés , 2011-2012,2014 +# duub qnnp, 2015 +# Jannis Leidel , 2011 +# Roger Pons , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 09:09+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Catalan (http://www.transifex.com/django/django/language/" +"ca/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Eliminat/s %(count)d %(items)s satisfactòriament." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "No es pot esborrar %(name)s" + +msgid "Are you sure?" +msgstr "N'esteu segur?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Eliminar els %(verbose_name_plural)s seleccionats" + +msgid "Administration" +msgstr "Administració" + +msgid "All" +msgstr "Tots" + +msgid "Yes" +msgstr "Sí" + +msgid "No" +msgstr "No" + +msgid "Unknown" +msgstr "Desconegut" + +msgid "Any date" +msgstr "Qualsevol data" + +msgid "Today" +msgstr "Avui" + +msgid "Past 7 days" +msgstr "Últims 7 dies" + +msgid "This month" +msgstr "Aquest mes" + +msgid "This year" +msgstr "Aquest any" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Si us plau, introduïu un %(username)s i contrasenya correcta per un compte " +"de personal. Observeu que ambdós camps són sensibles a majúscules." + +msgid "Action:" +msgstr "Acció:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Afegir un/a altre/a %(verbose_name)s." + +msgid "Remove" +msgstr "Eliminar" + +msgid "action time" +msgstr "moment de l'acció" + +msgid "user" +msgstr "usuari" + +msgid "content type" +msgstr "tipus de contingut" + +msgid "object id" +msgstr "id de l'objecte" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "'repr' de l'objecte" + +msgid "action flag" +msgstr "indicador de l'acció" + +msgid "change message" +msgstr "missatge del canvi" + +msgid "log entry" +msgstr "entrada del registre" + +msgid "log entries" +msgstr "entrades del registre" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "Afegit \"%(object)s\"." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "Modificat \"%(object)s\" - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "Eliminat \"%(object)s.\"" + +msgid "LogEntry Object" +msgstr "Objecte entrada del registre" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "Afegit." + +msgid "and" +msgstr "i" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "Cap camp modificat." + +msgid "None" +msgstr "cap" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "Premi \"Control\" o \"Command\" a un Mac per seleccionar-ne més d'un." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Heu de seleccionar els elements per poder realitzar-hi accions. No heu " +"seleccionat cap element." + +msgid "No action selected." +msgstr "no heu seleccionat cap acció" + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "El/la %(name)s \"%(obj)s\" s'ha eliminat amb èxit." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "No existeix cap objecte %(name)s amb la clau primària %(key)r." + +#, python-format +msgid "Add %s" +msgstr "Afegir %s" + +#, python-format +msgid "Change %s" +msgstr "Modificar %s" + +msgid "Database error" +msgstr "Error de base de dades" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s s'ha modificat amb èxit." +msgstr[1] "%(count)s %(name)s s'han modificat amb èxit." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s seleccionat(s)" +msgstr[1] "Tots %(total_count)s seleccionat(s)" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 de %(cnt)s seleccionats" + +#, python-format +msgid "Change history: %s" +msgstr "Modificar històric: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Esborrar %(class_name)s %(instance)s requeriria esborrar els següents " +"objectes relacionats protegits: %(related_objects)s" + +msgid "Django site admin" +msgstr "Lloc administratiu de Django" + +msgid "Django administration" +msgstr "Administració de Django" + +msgid "Site administration" +msgstr "Administració del lloc" + +msgid "Log in" +msgstr "Iniciar sessió" + +#, python-format +msgid "%(app)s administration" +msgstr "Administració de %(app)s" + +msgid "Page not found" +msgstr "No s'ha pogut trobar la pàgina" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Ho sentim, però no s'ha pogut trobar la pàgina sol·licitada" + +msgid "Home" +msgstr "Inici" + +msgid "Server error" +msgstr "Error del servidor" + +msgid "Server error (500)" +msgstr "Error del servidor (500)" + +msgid "Server Error (500)" +msgstr "Error del servidor (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"S'ha produït un error. Se n'ha informat els administradors del lloc per " +"correu electrònic, i hauria d'arreglar-se en breu. Gràcies per la vostra " +"paciència." + +msgid "Run the selected action" +msgstr "Executar l'acció seleccionada" + +msgid "Go" +msgstr "Anar" + +msgid "Click here to select the objects across all pages" +msgstr "Feu clic aquí per seleccionar els objectes a totes les pàgines" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Seleccioneu tots %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Netejar la selecció" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Primer, entreu un nom d'usuari i una contrasenya. Després podreu editar més " +"opcions de l'usuari." + +msgid "Enter a username and password." +msgstr "Introduïu un nom d'usuari i contrasenya." + +msgid "Change password" +msgstr "Canviar contrasenya" + +msgid "Please correct the error below." +msgstr "Si us plau, corregiu els errors mostrats a sota." + +msgid "Please correct the errors below." +msgstr "Si us plau, corregiu els errors mostrats a sota." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Introduïu una contrasenya per l'usuari %(username)s" + +msgid "Welcome," +msgstr "Benvingut/da," + +msgid "View site" +msgstr "Veure lloc" + +msgid "Documentation" +msgstr "Documentació" + +msgid "Log out" +msgstr "Finalitzar sessió" + +#, python-format +msgid "Add %(name)s" +msgstr "Afegir %(name)s" + +msgid "History" +msgstr "Històric" + +msgid "View on site" +msgstr "Veure al lloc" + +msgid "Filter" +msgstr "Filtre" + +msgid "Remove from sorting" +msgstr "Treure de la ordenació" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Prioritat d'ordenació: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Commutar ordenació" + +msgid "Delete" +msgstr "Eliminar" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Eliminar el/la %(object_name)s '%(escaped_object)s' provocaria l'eliminació " +"d'objectes relacionats, però el vostre compte no te permisos per esborrar " +"els tipus d'objecte següents:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Esborrar %(object_name)s '%(escaped_object)s' requeriria esborrar els " +"següents objectes relacionats protegits:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Esteu segurs de voler esborrar els/les %(object_name)s \"%(escaped_object)s" +"\"? S'esborraran els següents elements relacionats:" + +msgid "Objects" +msgstr "Objectes" + +msgid "Yes, I'm sure" +msgstr "Sí, n'estic segur" + +msgid "No, take me back" +msgstr "No, torna endarrere" + +msgid "Delete multiple objects" +msgstr "Eliminar múltiples objectes" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Esborrar els %(objects_name)s seleccionats faria que s'esborréssin objectes " +"relacionats, però el vostre compte no té permisos per esborrar els següents " +"tipus d'objectes:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Esborrar els %(objects_name)s seleccionats requeriria esborrar els següents " +"objectes relacionats protegits:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"N'esteu segur de voler esborrar els %(objects_name)s seleccionats? " +"S'esborraran tots els objects següents i els seus elements relacionats:" + +msgid "Change" +msgstr "Modificar" + +msgid "Delete?" +msgstr "Eliminar?" + +#, python-format +msgid " By %(filter_title)s " +msgstr "Per %(filter_title)s " + +msgid "Summary" +msgstr "Resum" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Models en l'aplicació %(name)s" + +msgid "Add" +msgstr "Afegir" + +msgid "You don't have permission to edit anything." +msgstr "No teniu permís per editar res." + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "Cap disponible" + +msgid "Unknown content" +msgstr "Contingut desconegut" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Hi ha algun problema a la instal·lació de la vostra base de dades. Assegureu-" +"vos que s'han creat les taules adients, i que la base de dades és llegible " +"per l'usuari apropiat." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Esteu identificats com a %(username)s, però no esteu autoritzats a accedir a " +"aquesta pàgina. Voleu identificar-vos amb un compte d'usuari diferent?" + +msgid "Forgotten your password or username?" +msgstr "Heu oblidat la vostra contrasenya o nom d'usuari?" + +msgid "Date/time" +msgstr "Data/hora" + +msgid "User" +msgstr "Usuari" + +msgid "Action" +msgstr "Acció" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Aquest objecte no té historial de canvis. Probablement no es va afegir " +"utilitzant aquest lloc administratiu." + +msgid "Show all" +msgstr "Mostrar tots" + +msgid "Save" +msgstr "Desar" + +msgid "Popup closing..." +msgstr "Tancant el contingut emergent..." + +#, python-format +msgid "Change selected %(model)s" +msgstr "Canviea el %(model)s seleccionat" + +#, python-format +msgid "Add another %(model)s" +msgstr "Afegeix un altre %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Esborra el %(model)s seleccionat" + +msgid "Search" +msgstr "Cerca" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s resultat" +msgstr[1] "%(counter)s resultats" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s en total" + +msgid "Save as new" +msgstr "Desar com a nou" + +msgid "Save and add another" +msgstr "Desar i afegir-ne un de nou" + +msgid "Save and continue editing" +msgstr "Desar i continuar editant" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Gràcies per passar una estona de qualitat al web durant el dia d'avui." + +msgid "Log in again" +msgstr "Iniciar sessió de nou" + +msgid "Password change" +msgstr "Canvi de contrasenya" + +msgid "Your password was changed." +msgstr "La seva contrasenya ha estat canviada." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Si us plau, introduïu la vostra contrasenya antiga, per seguretat, i tot " +"seguit introduïu la vostra contrasenya nova dues vegades per verificar que " +"l'heu escrita correctament." + +msgid "Change my password" +msgstr "Canviar la meva contrasenya:" + +msgid "Password reset" +msgstr "Restablir contrasenya" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "" +"S'ha canviat la vostra contrasenya. Ara podeu continuar i iniciar sessió." + +msgid "Password reset confirmation" +msgstr "Confirmació de restabliment de contrasenya" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Si us plau, introduïu la vostra nova contrasenya dues vegades, per verificar " +"que l'heu escrita correctament." + +msgid "New password:" +msgstr "Contrasenya nova:" + +msgid "Confirm password:" +msgstr "Confirmar contrasenya:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"L'enllaç de restabliment de contrasenya era invàlid, potser perquè ja s'ha " +"utilitzat. Si us plau, sol·liciteu un nou reestabliment de contrasenya." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Li hem enviat instruccions per establir la seva contrasenya, donat que hi " +"hagi un compte associat al correu introduït. L'hauríeu de rebre en breu." + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Si no rebeu un correu, assegureu-vos que heu introduït l'adreça amb la que " +"us vau registrar, i comproveu la vostra carpeta de \"spam\"." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Heu rebut aquest correu perquè vau sol·licitar restablir la contrasenya per " +"al vostre compte d'usuari a %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Si us plau, aneu a la pàgina següent i escolliu una nova contrasenya:" + +msgid "Your username, in case you've forgotten:" +msgstr "El vostre nom d'usuari, en cas que l'hagueu oblidat:" + +msgid "Thanks for using our site!" +msgstr "Gràcies per fer ús del nostre lloc!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "L'equip de %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"Heu oblidat la vostra contrasenya? Introduïu la vostra adreça de correu " +"electrònic a sota, i us enviarem instruccions per canviar-la." + +msgid "Email address:" +msgstr "Adreça de correu electrònic:" + +msgid "Reset my password" +msgstr "Restablir la meva contrasenya" + +msgid "All dates" +msgstr "Totes les dates" + +#, python-format +msgid "Select %s" +msgstr "Seleccioneu %s" + +#, python-format +msgid "Select %s to change" +msgstr "Seleccioneu %s per modificar" + +msgid "Date:" +msgstr "Data:" + +msgid "Time:" +msgstr "Hora:" + +msgid "Lookup" +msgstr "Cercar" + +msgid "Currently:" +msgstr "Actualment:" + +msgid "Change:" +msgstr "Canviar:" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ca/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ca/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..e9a9352ec376c318413042846b95582754cf6ad4 GIT binary patch literal 3835 zcmb_e-HT+!6)&TSI*H%We8;m()|qAJ-kzS|D!r~`GPCQhaolCM6V?Zj>U*oZYpt&8 zRMnlHfk0kDATNPH3?W1kSWtX01QmRD-h9!wh=dRXLH!$i@OSFo?rF!#_z^E%_jl{# zoch(TPSxrE+llPj z@n<00{T0amuL1EB|G?{yz?Xr40G|7*5cr9=@nXOK1)c)F4`e>a;N&mB7Le^;2abVH z-6+JLpvjxShfyD3Fwgf~gD(PaMg0}v*MYl0_WuU(4&Yl2e$e2D4c-c}Jf46jfXl%9 zfmeX+|Mx&lDV_nczh|5F=YZR&zX<#l@IE+U9j*a+-19)5_n$zve+~FI;OoF=fmg9< ztj|r@B-Y~=;0Ew6Ah%xu{s#CY@EY(PU zocMvcxF>zp{F=`cJD`*vo|m6*)sXlzH`ZbP`2i~5M7a|M%NO58;h5!h-j2f0Z74_5 z7uM9^_ZW{Y1!ay0a(z0sRM?15G^iq~^3cAMB=b=&PSTiRZA)q+dq&Z*Al9WVlo9Jg z=Ynd0ByGqzSL^E0TrJMmOtKBiCTB($Pg8VMBzGi@K{Lrn4zuK9ecJEU$Ze_AkD;~o z-mtUUMCHXfT`IAuORERNC?0pt;uTego^TaO&-7{NDo=8#WXYlg<+qe4CYT>Q7GysA zVCt!%w&iDXd+^YSxRh4f054cv9=eI>4s{^>;!u&%0Rr_&&h1N{7CDkTQz?TRDeCPs z`>pMOO-H0{a?x|!AZy%&B>1AoQo&j`?|upwD&3@B(Sdr3CsaUCu{#c* zp+xvi&kjT*Sw!vZa?)?78DJM9jbw>9wY(3~4iwIw1%py=>9Udrb1PGZq|G8Ca_n6X zCu@g{b4mQZLpVa^M<8+)BaFR7of|PJ_grQsbzgosH4LJ8Y5|rdxA+-3sPPGMw4-89 z7mboZ)loqge#W}7ea#%l)GGKwqgR=)YG$=0bEGO;PkFEus?;&vDpO6)_Y+-qHz#o7 zyWi79gF+8S!G)NMi{4$urIwv9vtKA5urD1duR?yea7m4wkJ)Az=ra3hH3(VPb!g$@ zg>JU)mE=9l`0nb^>Pq`$wsL>get=eg+-a|#SXo_J!NBa2+S2TE-?-H_wO2ar_K6id z3y;YVv#ysm7#W@K(4*2?gxq5amy)4}zy{Tym{iTR?YoCzV+WNSsI05xs6*>AN`r+j z4PzX4TCK@sl1KKa`)WHc+^AKrX$lyd%v*(Q9becyzj-l>`);WE}F_qlbv;b6gp(b zsTxkNo}&8m^pd3`r>TAX)WR&o;6QvV`xFpU###6NU_wO4Ftv)DqRy%+9ReET5UOUTG>nu9 zoKng~1Z?5P`M$A6kF=FIxo|lh+c-eOoE5Gkuf&C-G7+oU)Dgj=BR&SDmYkMkht@23 zr2OS2U;K9Wc?mCGg)ygdG7_l`T^wwj)pY56N@*Xr#eMX}jU_2tA|WWRzu45D!+edm zs!pyD7+UgIi0aIb|o~NZJ{&++$!~* zo%#S**ptzb9p(cang^&?4I=``Mh+ l1i4Qc%wBuL6nxRu{+1yUb0~3(H#^8-m==LWrUfD(KLSRJXhZ-2 literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ca/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ca/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..8e1e661 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ca/LC_MESSAGES/djangojs.po @@ -0,0 +1,220 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Carles Barrobés , 2011-2012,2014 +# Jannis Leidel , 2011 +# Roger Pons , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 10:11+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Catalan (http://www.transifex.com/django/django/language/" +"ca/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "%s Disponibles" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"Aquesta és la llista de %s disponibles. En podeu escollir alguns " +"seleccionant-los a la caixa de sota i fent clic a la fletxa \"Escollir\" " +"entre les dues caixes." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Escriviu en aquesta caixa per a filtrar la llista de %s disponibles." + +msgid "Filter" +msgstr "Filtre" + +msgid "Choose all" +msgstr "Escollir-los tots" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Feu clic per escollir tots els %s d'un cop." + +msgid "Choose" +msgstr "Escollir" + +msgid "Remove" +msgstr "Eliminar" + +#, javascript-format +msgid "Chosen %s" +msgstr "Escollit %s" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"Aquesta és la llista de %s escollits. En podeu eliminar alguns seleccionant-" +"los a la caixa de sota i fent clic a la fletxa \"Eliminar\" entre les dues " +"caixes." + +msgid "Remove all" +msgstr "Esborrar-los tots" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Feu clic per eliminar tots els %s escollits d'un cop." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s de %(cnt)s seleccionat" +msgstr[1] "%(sel)s of %(cnt)s seleccionats" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Teniu canvis sense desar a camps editables individuals. Si executeu una " +"acció, es perdran aquests canvis no desats." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Heu seleccionat una acció, però encara no heu desat els vostres canvis a " +"camps individuals. Si us plau premeu OK per desar. Haureu de tornar a " +"executar l'acció." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Heu seleccionat una acció i no heu fet cap canvi a camps individuals. " +"Probablement esteu cercant el botó 'Anar' enlloc de 'Desar'." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Nota: Aneu %s hora avançats respecte la hora del servidor." +msgstr[1] "Nota: Aneu %s hores avançats respecte la hora del servidor." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Nota: Aneu %s hora endarrerits respecte la hora del servidor." +msgstr[1] "Nota: Aneu %s hores endarrerits respecte la hora del servidor." + +msgid "Now" +msgstr "Ara" + +msgid "Choose a Time" +msgstr "Escolliu una hora" + +msgid "Choose a time" +msgstr "Escolliu una hora" + +msgid "Midnight" +msgstr "Mitjanit" + +msgid "6 a.m." +msgstr "6 a.m." + +msgid "Noon" +msgstr "Migdia" + +msgid "6 p.m." +msgstr "6 p.m." + +msgid "Cancel" +msgstr "Cancel·lar" + +msgid "Today" +msgstr "Avui" + +msgid "Choose a Date" +msgstr "Escolliu una data" + +msgid "Yesterday" +msgstr "Ahir" + +msgid "Tomorrow" +msgstr "Demà" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "Mostrar" + +msgid "Hide" +msgstr "Ocultar" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/cs/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/cs/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..0ce3f7f580633f0ef1308c99c27a442e0336c832 GIT binary patch literal 15124 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 NlxU$cc+lrq@P7#@*xvvE literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/cs/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/cs/LC_MESSAGES/django.po new file mode 100644 index 0000000..5b7f120 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/cs/LC_MESSAGES/django.po @@ -0,0 +1,684 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Jirka Vejrazka , 2011 +# Tomáš Ehrlich , 2015 +# Vláďa Macek , 2013-2014 +# Vláďa Macek , 2015 +# yedpodtrzitko , 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-07-24 20:08+0000\n" +"Last-Translator: yedpodtrzitko \n" +"Language-Team: Czech (http://www.transifex.com/django/django/language/cs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: cs\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Úspěšně odstraněno: %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Nelze smazat %(name)s" + +msgid "Are you sure?" +msgstr "Jste si jisti?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Odstranit vybrané položky typu %(verbose_name_plural)s" + +msgid "Administration" +msgstr "Správa" + +msgid "All" +msgstr "Vše" + +msgid "Yes" +msgstr "Ano" + +msgid "No" +msgstr "Ne" + +msgid "Unknown" +msgstr "Neznámé" + +msgid "Any date" +msgstr "Libovolné datum" + +msgid "Today" +msgstr "Dnes" + +msgid "Past 7 days" +msgstr "Posledních 7 dní" + +msgid "This month" +msgstr "Tento měsíc" + +msgid "This year" +msgstr "Tento rok" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Zadejte správné %(username)s a heslo pro personál. Obě pole mohou rozlišovat " +"velká a malá písmena." + +msgid "Action:" +msgstr "Operace:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Přidat %(verbose_name)s" + +msgid "Remove" +msgstr "Odebrat" + +msgid "action time" +msgstr "čas operace" + +msgid "user" +msgstr "uživatel" + +msgid "content type" +msgstr "typ obsahu" + +msgid "object id" +msgstr "id položky" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "reprez. položky" + +msgid "action flag" +msgstr "příznak operace" + +msgid "change message" +msgstr "zpráva o změně" + +msgid "log entry" +msgstr "položka protokolu" + +msgid "log entries" +msgstr "položky protokolu" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "Přidán objekt \"%(object)s\"." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "Změněn objekt \"%(object)s\" - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "Odstraněn objekt \"%(object)s.\"" + +msgid "LogEntry Object" +msgstr "Objekt záznam v protokolu" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "Přidáno." + +msgid "and" +msgstr "a" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "Nebyla změněna žádná pole." + +msgid "None" +msgstr "Žádný" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" +"Výběr více než jedné položky je možný přidržením klávesy \"Control\" (nebo " +"\"Command\" na Macu)." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"K provedení hromadných operací je třeba vybrat nějaké položky. Nedošlo k " +"žádným změnám." + +msgid "No action selected." +msgstr "Nebyla vybrána žádná operace." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "Položka \"%(obj)s\" typu %(name)s byla úspěšně odstraněna." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "Položka \"%(name)s\" s primárním klíčem \"%(key)r\" neexistuje." + +#, python-format +msgid "Add %s" +msgstr "%s: přidat" + +#, python-format +msgid "Change %s" +msgstr "%s: změnit" + +msgid "Database error" +msgstr "Chyba databáze" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "Položka %(name)s byla úspěšně změněna." +msgstr[1] "%(count)s položky %(name)s byly úspěšně změněny." +msgstr[2] "%(count)s položek %(name)s bylo úspěšně změněno." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s položka vybrána." +msgstr[1] "Všechny %(total_count)s položky vybrány." +msgstr[2] "Vybráno všech %(total_count)s položek." + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "Vybraných je 0 položek z celkem %(cnt)s." + +#, python-format +msgid "Change history: %s" +msgstr "Historie změn: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s: %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Odstranění položky \"%(instance)s\" typu %(class_name)s by vyžadovalo " +"odstranění těchto souvisejících chráněných položek: %(related_objects)s" + +msgid "Django site admin" +msgstr "Správa webu Django" + +msgid "Django administration" +msgstr "Správa systému Django" + +msgid "Site administration" +msgstr "Správa webu" + +msgid "Log in" +msgstr "Přihlášení" + +#, python-format +msgid "%(app)s administration" +msgstr "Správa aplikace %(app)s" + +msgid "Page not found" +msgstr "Stránka nenalezena" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Požadovaná stránka nebyla bohužel nalezena." + +msgid "Home" +msgstr "Domů" + +msgid "Server error" +msgstr "Chyba serveru" + +msgid "Server error (500)" +msgstr "Chyba serveru (500)" + +msgid "Server Error (500)" +msgstr "Chyba serveru (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"V systému došlo k chybě. Byla e-mailem nahlášena správcům, kteří by ji měli " +"v krátké době opravit. Děkujeme za trpělivost." + +msgid "Run the selected action" +msgstr "Provést vybranou operaci" + +msgid "Go" +msgstr "Provést" + +msgid "Click here to select the objects across all pages" +msgstr "Klepnutím zde vyberete položky ze všech stránek." + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Vybrat všechny položky typu %(module_name)s, celkem %(total_count)s." + +msgid "Clear selection" +msgstr "Zrušit výběr" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Nejdříve zadejte uživatelské jméno a heslo. Poté budete moci upravovat více " +"uživatelských nastavení." + +msgid "Enter a username and password." +msgstr "Zadejte uživatelské jméno a heslo." + +msgid "Change password" +msgstr "Změnit heslo" + +msgid "Please correct the error below." +msgstr "Opravte níže uvedené chyby." + +msgid "Please correct the errors below." +msgstr "Opravte níže uvedené chyby." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Zadejte nové heslo pro uživatele %(username)s." + +msgid "Welcome," +msgstr "Vítejte, uživateli" + +msgid "View site" +msgstr "Zobrazení webu" + +msgid "Documentation" +msgstr "Dokumentace" + +msgid "Log out" +msgstr "Odhlásit se" + +#, python-format +msgid "Add %(name)s" +msgstr "%(name)s: přidat" + +msgid "History" +msgstr "Historie" + +msgid "View on site" +msgstr "Zobrazení na webu" + +msgid "Filter" +msgstr "Filtr" + +msgid "Remove from sorting" +msgstr "Přestat řadit" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Priorita řazení: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Přehodit řazení" + +msgid "Delete" +msgstr "Odstranit" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Odstranění položky \"%(escaped_object)s\" typu %(object_name)s by vyústilo v " +"odstranění souvisejících položek. Nemáte však oprávnění k odstranění položek " +"následujících typů:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Odstranění položky '%(escaped_object)s' typu %(object_name)s by vyžadovalo " +"odstranění souvisejících chráněných položek:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Opravdu má být odstraněna položka \"%(escaped_object)s\" typu " +"%(object_name)s? Následující související položky budou všechny odstraněny:" + +msgid "Objects" +msgstr "Objekty" + +msgid "Yes, I'm sure" +msgstr "Ano, jsem si jist(a)" + +msgid "No, take me back" +msgstr "Ne, beru zpět" + +msgid "Delete multiple objects" +msgstr "Odstranit vybrané položky" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Odstranění položky typu %(objects_name)s by vyústilo v odstranění " +"souvisejících položek. Nemáte však oprávnění k odstranění položek " +"následujících typů:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Odstranění vybrané položky typu %(objects_name)s by vyžadovalo odstranění " +"následujících souvisejících chráněných položek:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Opravdu má být odstraněny vybrané položky typu %(objects_name)s? Všechny " +"vybrané a s nimi související položky budou odstraněny:" + +msgid "Change" +msgstr "Změnit" + +msgid "Delete?" +msgstr "Odstranit?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " Dle: %(filter_title)s " + +msgid "Summary" +msgstr "Shrnutí" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modely v aplikaci %(name)s" + +msgid "Add" +msgstr "Přidat" + +msgid "You don't have permission to edit anything." +msgstr "Nemáte oprávnění nic měnit." + +msgid "Recent actions" +msgstr "Nedávné akce" + +msgid "My actions" +msgstr "Moje akce" + +msgid "None available" +msgstr "Nic" + +msgid "Unknown content" +msgstr "Neznámý obsah" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Potíže s nainstalovanou databází. Ujistěte se, že byly vytvořeny " +"odpovídající tabulky a že databáze je přístupná pro čtení příslušným " +"uživatelem." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Jste přihlášeni jako uživatel %(username)s, ale k této stránce nemáte " +"oprávnění. Chcete se přihlásit k jinému účtu?" + +msgid "Forgotten your password or username?" +msgstr "Zapomněli jste heslo nebo uživatelské jméno?" + +msgid "Date/time" +msgstr "Datum a čas" + +msgid "User" +msgstr "Uživatel" + +msgid "Action" +msgstr "Operace" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Tato položka nemá historii změn. Pravděpodobně nebyla přidána tímto " +"administračním rozhraním." + +msgid "Show all" +msgstr "Zobrazit vše" + +msgid "Save" +msgstr "Uložit" + +msgid "Popup closing..." +msgstr "Vyskakovací okno se zavírá..." + +#, python-format +msgid "Change selected %(model)s" +msgstr "Změnit vybrané položky typu %(model)s" + +#, python-format +msgid "Add another %(model)s" +msgstr "Přidat další %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Odstranit vybrané položky typu %(model)s" + +msgid "Search" +msgstr "Hledat" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s výsledek" +msgstr[1] "%(counter)s výsledky" +msgstr[2] "%(counter)s výsledků" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "Celkem %(full_result_count)s" + +msgid "Save as new" +msgstr "Uložit jako novou položku" + +msgid "Save and add another" +msgstr "Uložit a přidat další položku" + +msgid "Save and continue editing" +msgstr "Uložit a pokračovat v úpravách" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Děkujeme za čas strávený s tímto webem." + +msgid "Log in again" +msgstr "Přihlaste se znovu" + +msgid "Password change" +msgstr "Změna hesla" + +msgid "Your password was changed." +msgstr "Vaše heslo bylo změněno." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Zadejte svoje současné heslo a poté dvakrát heslo nové. Omezíme tak možnost " +"překlepu." + +msgid "Change my password" +msgstr "Změnit heslo" + +msgid "Password reset" +msgstr "Obnovení hesla" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Vaše heslo bylo nastaveno. Nyní se můžete přihlásit." + +msgid "Password reset confirmation" +msgstr "Potvrzení obnovy hesla" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "Zadejte dvakrát nové heslo. Tak ověříme, že bylo zadáno správně." + +msgid "New password:" +msgstr "Nové heslo:" + +msgid "Confirm password:" +msgstr "Potvrdit heslo:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Odkaz pro obnovení hesla byl neplatný, možná již byl použit. Požádejte o " +"obnovení hesla znovu." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Návod na nastavení hesla byl odeslán na zadanou e-mailovou adresu, pokud " +"účet s takovou adresou existuje. Měl by za okamžik dorazit." + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Pokud e-mail neobdržíte, ujistěte se, že zadaná e-mailová adresa je stejná " +"jako ta registrovaná u vašeho účtu a zkontrolujte složku nevyžádané pošty, " +"tzv. spamu." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Tento e-mail vám byl zaslán na základě vyžádání obnovy hesla vašeho " +"uživatelskému účtu na systému %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Přejděte na následující stránku a zadejte nové heslo:" + +msgid "Your username, in case you've forgotten:" +msgstr "Pro jistotu vaše uživatelské jméno:" + +msgid "Thanks for using our site!" +msgstr "Děkujeme za používání našeho webu!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Tým aplikace %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"Zapomněli jste heslo? Zadejte níže e-mailovou adresu a systém vám odešle " +"instrukce k nastavení nového." + +msgid "Email address:" +msgstr "E-mailová adresa:" + +msgid "Reset my password" +msgstr "Obnovit heslo" + +msgid "All dates" +msgstr "Všechna data" + +#, python-format +msgid "Select %s" +msgstr "%s: vybrat" + +#, python-format +msgid "Select %s to change" +msgstr "Vyberte položku %s ke změně" + +msgid "Date:" +msgstr "Datum:" + +msgid "Time:" +msgstr "Čas:" + +msgid "Lookup" +msgstr "Hledat" + +msgid "Currently:" +msgstr "Aktuálně:" + +msgid "Change:" +msgstr "Změna:" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/cs/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/cs/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..c62b5340805803b4df9bc594416236a3c43fb564 GIT binary patch literal 4079 zcmb_eO^h5z6)qq^SO_8JH|Fof%GzsXyJuztb~N@H@HobH;&|nqY<@0K(_OROJKa^C z?&=xO2n1IS=1)WdjF3h-`LN``Iljz}kdTnf0U@C%LP(Ja9Jq1jd)+;|gLe~Kn9_8A zQ`PUi`s)2u)mw)icvYZ1hUW`-9)F(@HQ@65@k0AM@FegZ;D>;ZeW1i8;K$IfRsGWy zwtx>|{8EK4R@enDVB7*f0{kBE%fKH1j{Rc%l!e!^Zf}g=J_`u^ZsXr z-vKH1&qE(C?H>ZZfc~RZ{}o^#{cFHq1OEm5Ht>fJ3jsHXFX16P7#5G>;WXhmeh$y4 z@vu+0acsD;57zI_oL_SqpkaFaNUhjW(K{RuqW zK(okY{{KmSp?#iTi%Xe`j%Q@Lw7BGHi@z99o>l&PemgfiB@1trYayw=cJwMwZnL>XXkrSp_?gP7>h!$N7j&6m?IfQ7$#}SU=~-jX5Uj4 zo4zW(L$uW16FVP9R;A)X=qqtK^mVuySn-@O8ZWDw^peR*rc9p#lcyvDC4F{ErqaGj zi3z#~%Yw|k3sXl0q4w{|?7^Y~akW@!1-xLf9+-h>2Vq9|*+5YgW^hoK-roj=38nh~}wf(DZpE z-6aQa>?21*WnEf}l+09_6?Ekp_8aS$%u%LV!4?Kn<)nGZtaQm7sa%&+9_$L`hql;N zWs-z@ zL*F@@Z)Q&0G-+Y&O516rN^%Sx-n*K#Qg57a>R)vlCu!x$W@F`v`bxbHLFcOKhivl> zxs?Vr>di*ui8|WCvofovJUO-EMwMny98w>`nWqV;)U2{DX*UA;mAgYvWURFE4aQWipr}x(0aO(># zqpi~5gc4|yRo84SiDalxaqQDf+12OU=bfka*XMF4fO?s*m+Fg=O^0I}s zC{JbNoHuElHAyE$H(P!36qSEhm-Omt<2Zed>eQqqeP(rqjvgg_di5(j*udZlE(;sO zPC6NDNn6;Ht0O8gk(u7=Ng5H(mmapN>cnzq;zQcXP-u534BtgT>d6~$=e`+K?*N4p z0Wl#X@TaeKuH!H{hs??oJ-JC0vtg4@taStza=Zd*8B}T&`O@a`Zg1zh%=UF4PW|av zm8$c0i-R!mlvPd?l9pS_*H~x2n4-|}0_-O<8W3NmUZfJea|2Un3MX`Hzq;`iQ{2-p z?A z&ukdv@O$wUK`sy39A$bJeXQ}m^#3Py>~Zre7$wNUogXp(kt~*gOuYLd{>utd^8aAv z?na&)>dCgaQU-d4MZm?&2EiYNR;;U$mNCw{GMl+1%0xmPEaDux#K~r(u)lMIYb6?~ zS>jpQTc+tP#j8iEQJ+gBMsf7=GX0RSxcDWqx7UT}bQ~s-I8s)~5sK9)+|?YqGeT81 z-V2{uCf_Ha%1`?Uozp54FHg3y+0NAw-w{&NM*+bjS>eR|-MqMrRN1*+mSd7l#ukD& z8Uusl5zfZda)Y-NDb5ZfS-7{@{7ix|k9}BFJO^PiE);OM7F*pY-njv@C_0?S(xx1S z0JVrIa1VmhqUU)-4RJgkI4y22xX>dnav$QpnT{hv zJ<3^0A+M;Ie2!Wbs>!xnTE^6>jC^h<+eMMgQM&RBQ|{rSg6oh)S$8Cr3l70D#~uOC zYSYKIuyN2Nymj+#uhopv&63d&dlv3x*q31%0wcuDQyRmG>0vFiNpQ2mZ3j8(ivIux CPzVJ8 literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/cs/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/cs/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..6a73eb9 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/cs/LC_MESSAGES/djangojs.po @@ -0,0 +1,222 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Jirka Vejrazka , 2011 +# Vláďa Macek , 2012,2014 +# Vláďa Macek , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 10:11+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Czech (http://www.transifex.com/django/django/language/cs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: cs\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#, javascript-format +msgid "Available %s" +msgstr "Dostupné položky: %s" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"Seznam dostupných položek %s. Jednotlivě je lze vybrat tak, že na ně v " +"rámečku klepnete a pak klepnete na šipku \"Vybrat\" mezi rámečky." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" +"Chcete-li filtrovat ze seznamu dostupných položek %s, začněte psát do tohoto " +"pole." + +msgid "Filter" +msgstr "Filtr" + +msgid "Choose all" +msgstr "Vybrat vše" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Chcete-li najednou vybrat všechny položky %s, klepněte sem." + +msgid "Choose" +msgstr "Vybrat" + +msgid "Remove" +msgstr "Odebrat" + +#, javascript-format +msgid "Chosen %s" +msgstr "Vybrané položky %s" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"Seznam vybraných položek %s. Jednotlivě je lze odebrat tak, že na ně v " +"rámečku klepnete a pak klepnete na šipku \"Odebrat mezi rámečky." + +msgid "Remove all" +msgstr "Odebrat vše" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Chcete-li najednou odebrat všechny vybrané položky %s, klepněte sem." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "Vybrána je %(sel)s položka z celkem %(cnt)s." +msgstr[1] "Vybrány jsou %(sel)s položky z celkem %(cnt)s." +msgstr[2] "Vybraných je %(sel)s položek z celkem %(cnt)s." + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"V jednotlivých polích jsou neuložené změny, které budou ztraceny, pokud " +"operaci provedete." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Byla vybrána operace, ale dosud nedošlo k uložení změn jednotlivých polí. " +"Uložíte klepnutím na tlačítko OK. Pak bude třeba operaci spustit znovu." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Byla vybrána operace a jednotlivá pole nejsou změněná. Patrně hledáte " +"tlačítko Provést spíše než Uložit." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Poznámka: Váš čas o %s hodinu předstihuje čas na serveru." +msgstr[1] "Poznámka: Váš čas o %s hodiny předstihuje čas na serveru." +msgstr[2] "Poznámka: Váš čas o %s hodin předstihuje čas na serveru." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Poznámka: Váš čas se o %s hodinu zpožďuje za časem na serveru." +msgstr[1] "Poznámka: Váš čas se o %s hodiny zpožďuje za časem na serveru." +msgstr[2] "Poznámka: Váš čas se o %s hodin zpožďuje za časem na serveru." + +msgid "Now" +msgstr "Nyní" + +msgid "Choose a Time" +msgstr "Vyberte čas" + +msgid "Choose a time" +msgstr "Vyberte čas" + +msgid "Midnight" +msgstr "Půlnoc" + +msgid "6 a.m." +msgstr "6h ráno" + +msgid "Noon" +msgstr "Poledne" + +msgid "6 p.m." +msgstr "6h večer" + +msgid "Cancel" +msgstr "Storno" + +msgid "Today" +msgstr "Dnes" + +msgid "Choose a Date" +msgstr "Vyberte datum" + +msgid "Yesterday" +msgstr "Včera" + +msgid "Tomorrow" +msgstr "Zítra" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "Zobrazit" + +msgid "Hide" +msgstr "Skrýt" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/cy/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/cy/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..37a0624c4b8d36b0a1efdc2d78019a1711a719f1 GIT binary patch literal 12700 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 T|6K8Rh6HV, 2011 +# Maredudd ap Gwyndaf , 2014 +# pjrobertson, 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 09:09+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Welsh (http://www.transifex.com/django/django/language/cy/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: cy\n" +"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != " +"11) ? 2 : 3;\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Dilëwyd %(count)d %(items)s yn llwyddiannus." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Ni ellir dileu %(name)s" + +msgid "Are you sure?" +msgstr "Ydych yn sicr?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Dileu y %(verbose_name_plural)s â ddewiswyd" + +msgid "Administration" +msgstr "Gweinyddu" + +msgid "All" +msgstr "Pob un" + +msgid "Yes" +msgstr "Ie" + +msgid "No" +msgstr "Na" + +msgid "Unknown" +msgstr "Anhysybys" + +msgid "Any date" +msgstr "Unrhyw ddyddiad" + +msgid "Today" +msgstr "Heddiw" + +msgid "Past 7 days" +msgstr "7 diwrnod diwethaf" + +msgid "This month" +msgstr "Mis yma" + +msgid "This year" +msgstr "Eleni" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Teipiwch yr %(username)s a chyfrinair cywir ar gyfer cyfrif staff. Noder y " +"gall y ddau faes fod yn sensitif i lythrennau bach a llythrennau bras." + +msgid "Action:" +msgstr "Gweithred:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Ychwanegu %(verbose_name)s arall" + +msgid "Remove" +msgstr "Gwaredu" + +msgid "action time" +msgstr "amser y weithred" + +msgid "user" +msgstr "" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "id gwrthrych" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "repr gwrthrych" + +msgid "action flag" +msgstr "fflag gweithred" + +msgid "change message" +msgstr "neges y newid" + +msgid "log entry" +msgstr "cofnod" + +msgid "log entries" +msgstr "cofnodion" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "Ychwanegwyd \"%(object)s\"." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "Newidwyd \"%(object)s\" - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "Dilëwyd \"%(object)s.\"" + +msgid "LogEntry Object" +msgstr "Gwrthrych LogEntry" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "" + +msgid "and" +msgstr "a" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "Ni newidwyd unrhwy feysydd." + +msgid "None" +msgstr "Dim" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Rhaid dewis eitemau er mwyn gweithredu arnynt. Ni ddewiswyd unrhyw eitemau." + +msgid "No action selected." +msgstr "Ni ddewiswyd gweithred." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "Dilëwyd %(name)s \"%(obj)s\" yn llwyddiannus." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "Nid ydy gwrthrych %(name)s gyda'r prif allwedd %(key)r yn bodoli." + +#, python-format +msgid "Add %s" +msgstr "Ychwanegu %s" + +#, python-format +msgid "Change %s" +msgstr "Newid %s" + +msgid "Database error" +msgstr "Gwall cronfa ddata" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "Newidwyd %(count)s %(name)s yn llwyddiannus" +msgstr[1] "Newidwyd %(count)s %(name)s yn llwyddiannus" +msgstr[2] "Newidwyd %(count)s %(name)s yn llwyddiannus" +msgstr[3] "Newidwyd %(count)s %(name)s yn llwyddiannus" + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "Dewiswyd %(total_count)s" +msgstr[1] "Dewiswyd %(total_count)s" +msgstr[2] "Dewiswyd %(total_count)s" +msgstr[3] "Dewiswyd %(total_count)s" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "Dewiswyd 0 o %(cnt)s" + +#, python-format +msgid "Change history: %s" +msgstr "Hanes newid: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Byddai dileu %(class_name)s %(instance)s yn golygu dileu'r gwrthrychau " +"gwarchodedig canlynol sy'n perthyn: %(related_objects)s" + +msgid "Django site admin" +msgstr "Adran weinyddol safle Django" + +msgid "Django administration" +msgstr "Gweinyddu Django" + +msgid "Site administration" +msgstr "Gweinyddu'r safle" + +msgid "Log in" +msgstr "Mewngofnodi" + +#, python-format +msgid "%(app)s administration" +msgstr "Gweinyddu %(app)s" + +msgid "Page not found" +msgstr "Ni ddarganfyddwyd y dudalen" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Mae'n ddrwg gennym, ond ni ddarganfuwyd y dudalen" + +msgid "Home" +msgstr "Hafan" + +msgid "Server error" +msgstr "Gwall gweinydd" + +msgid "Server error (500)" +msgstr "Gwall gweinydd (500)" + +msgid "Server Error (500)" +msgstr "Gwall Gweinydd (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Mae gwall ac gyrrwyd adroddiad ohono i weinyddwyr y wefan drwy ebost a dylai " +"gael ei drwsio yn fuan. Diolch am fod yn amyneddgar." + +msgid "Run the selected action" +msgstr "Rhedeg y weithred a ddewiswyd" + +msgid "Go" +msgstr "Ffwrdd â ni" + +msgid "Click here to select the objects across all pages" +msgstr "" +"Cliciwch fan hyn i ddewis yr holl wrthrychau ar draws yr holl dudalennau" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Dewis y %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Clirio'r dewis" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Yn gyntaf, rhowch enw defnyddiwr a chyfrinair. Yna byddwch yn gallu golygu " +"mwy o ddewisiadau." + +msgid "Enter a username and password." +msgstr "Rhowch enw defnyddiwr a chyfrinair." + +msgid "Change password" +msgstr "Newid cyfrinair" + +msgid "Please correct the error below." +msgstr "Cywirwch y gwall isod." + +msgid "Please correct the errors below." +msgstr "Cywirwch y gwallau isod." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Rhowch gyfrinair newydd i'r defnyddiwr %(username)s." + +msgid "Welcome," +msgstr "Croeso," + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "Dogfennaeth" + +msgid "Log out" +msgstr "Allgofnodi" + +#, python-format +msgid "Add %(name)s" +msgstr "Ychwanegu %(name)s" + +msgid "History" +msgstr "Hanes" + +msgid "View on site" +msgstr "Gweld ar y safle" + +msgid "Filter" +msgstr "Hidl" + +msgid "Remove from sorting" +msgstr "Gwaredu o'r didoli" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Blaenoriaeth didoli: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Toglio didoli" + +msgid "Delete" +msgstr "Dileu" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Byddai dileu %(object_name)s '%(escaped_object)s' yn golygu dileu'r " +"gwrthrychau sy'n perthyn, ond nid oes ganddoch ganiatâd i ddileu y mathau " +"canlynol o wrthrychau:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Byddai dileu %(object_name)s '%(escaped_object)s' yn golygu dileu'r " +"gwrthrychau gwarchodedig canlynol sy'n perthyn:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" + +msgid "Objects" +msgstr "" + +msgid "Yes, I'm sure" +msgstr "Ydw, rwy'n sicr" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Byddai dileu %(objects_name)s yn golygu dileu'r gwrthrychau gwarchodedig " +"canlynol sy'n perthyn:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Ydych yn sicr eich bod am ddileu'r %(objects_name)s a ddewiswyd? Dilëir yr " +"holl wrthrychau canlynol a'u heitemau perthnasol:" + +msgid "Change" +msgstr "Newid" + +msgid "Delete?" +msgstr "Dileu?" + +#, python-format +msgid " By %(filter_title)s " +msgstr "Wrth %(filter_title)s" + +msgid "Summary" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modelau yn y rhaglen %(name)s " + +msgid "Add" +msgstr "Ychwanegu" + +msgid "You don't have permission to edit anything." +msgstr "Does gennych ddim hawl i olygu unrhywbeth." + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "Dim ar gael" + +msgid "Unknown content" +msgstr "Cynnwys anhysbys" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Mae rhywbeth o'i le ar osodiad y gronfa ddata. Sicrhewch fod y tablau " +"cronfa ddata priodol wedi eu creu, a sicrhewch fod y gronfa ddata yn " +"ddarllenadwy gan y defnyddiwr priodol." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "Anghofioch eich cyfrinair neu enw defnyddiwr?" + +msgid "Date/time" +msgstr "Dyddiad/amser" + +msgid "User" +msgstr "Defnyddiwr" + +msgid "Action" +msgstr "Gweithred" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Does dim hanes newid gan y gwrthrych yma. Mae'n debyg nad ei ychwanegwyd " +"drwy'r safle gweinydd yma." + +msgid "Show all" +msgstr "Dangos pob canlyniad" + +msgid "Save" +msgstr "Cadw" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Search" +msgstr "Chwilio" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s canlyniad" +msgstr[1] "%(counter)s canlyniad" +msgstr[2] "%(counter)s canlyniad" +msgstr[3] "%(counter)s canlyniad" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "Cyfanswm o %(full_result_count)s" + +msgid "Save as new" +msgstr "Cadw fel newydd" + +msgid "Save and add another" +msgstr "Cadw ac ychwanegu un arall" + +msgid "Save and continue editing" +msgstr "Cadw a pharhau i olygu" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Diolch am dreulio amser o ansawdd gyda'r safle we yma heddiw." + +msgid "Log in again" +msgstr "Mewngofnodi eto" + +msgid "Password change" +msgstr "Newid cyfrinair" + +msgid "Your password was changed." +msgstr "Newidwyd eich cyfrinair." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Rhowch eich hen gyfrinair, er mwyn diogelwch, ac yna rhowch eich cyfrinair " +"newydd ddwywaith er mwyn gwirio y'i teipiwyd yn gywir." + +msgid "Change my password" +msgstr "Newid fy nghyfrinair" + +msgid "Password reset" +msgstr "Ailosod cyfrinair" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Mae'ch cyfrinair wedi ei osod. Gallwch fewngofnodi nawr." + +msgid "Password reset confirmation" +msgstr "Cadarnhad ailosod cyfrinair" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Rhowch eich cyfrinair newydd ddwywaith er mwyn gwirio y'i teipiwyd yn gywir." + +msgid "New password:" +msgstr "Cyfrinair newydd:" + +msgid "Confirm password:" +msgstr "Cadarnhewch y cyfrinair:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Roedd y ddolen i ailosod y cyfrinair yn annilys, o bosib oherwydd ei fod " +"wedi ei ddefnyddio'n barod. Gofynnwch i ailosod y cyfrinair eto." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Os na dderbyniwch ebost, sicrhewych y rhoddwyd y cyfeiriad sydd wedi ei " +"gofrestru gyda ni, ac edrychwch yn eich ffolder sbam." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Derbyniwch yr ebost hwn oherwydd i chi ofyn i ailosod y cyfrinair i'ch " +"cyfrif yn %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Ewch i'r dudalen olynol a dewsiwch gyfrinair newydd:" + +msgid "Your username, in case you've forgotten:" +msgstr "Eich enw defnyddiwr, rhag ofn eich bod wedi anghofio:" + +msgid "Thanks for using our site!" +msgstr "Diolch am ddefnyddio ein safle!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Tîm %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"Anghofioch eich cyfrinair? Rhowch eich cyfeiriad ebost isod ac fe ebostiwn " +"gyfarwyddiadau ar osod un newydd." + +msgid "Email address:" +msgstr "Cyfeiriad ebost:" + +msgid "Reset my password" +msgstr "Ailosod fy nghyfrinair" + +msgid "All dates" +msgstr "Holl ddyddiadau" + +#, python-format +msgid "Select %s" +msgstr "Dewis %s" + +#, python-format +msgid "Select %s to change" +msgstr "Dewis %s i newid" + +msgid "Date:" +msgstr "Dyddiad:" + +msgid "Time:" +msgstr "Amser:" + +msgid "Lookup" +msgstr "Archwilio" + +msgid "Currently:" +msgstr "Cyfredol:" + +msgid "Change:" +msgstr "Newid:" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/cy/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/cy/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..e7a56c56d3ffbbcf261bbfd4d3cfc76971e2bd69 GIT binary patch literal 3801 zcmd5;&5s<#6)%DbuqFxLUm@_Yu*Vj3@5};bHD*b|u0Ix7yfVXwxuBYG^e4y{h-C z_ffAuxqjbY1lpZ=?!a@+WkMVQehuXIx1R~|5b*E7p94PvUIYBJ?SJ0l7r1w)_tC(8KnuJI_)^<{8TcIfuL1|a4}tiJ1j4+o2ju;ifxLbd ze}4v^0{#*BG4KkY#~<%I10Dmu0%Sh_0=@x!7s%^gz@}5+7r_7E%=$_p&Y|CdFzfph z@K?Y$fS3~h0Ai{5C-9fRw}E`__kh;|KLFkX{0z7Z+z+y#B-Vhu-#QReViSm;cpiWM z25R72z`OT1@*e?N-zPxU{~3_ie+m2p@EhQ3z*pf69^VHNtY<%v{dH~IKLvap{SDw> zf$sy)0dtUN7qicA#Dn1&1Aut0+kwB~4jS{|c0&UKs^b}M12Q*mZ0nowunp$z7Q7%F z#Levh+wHpconwgo`fEJbt`ejrbwBe6(ln)6`#1& z#g;B2!E|p~khyeW8tTkAbxGUqEn0~)@uV&AfyGmquf!lTCE*t`P1ck!(3s>d+o$o6 zxvb}=EPbwNShvnJZo*4*GA?d0^yfj=`idm@V#d*kZQaVzfyRdiV73B6Lmes&8P*;u zPgt(YbWc*-?%83~I`0QEY7Fz=7 z6lZmbpyKT~d@_mfn)8TJ5>f0hDZfphE!}8{zcqa$+}9O(M1Wr^hv!4^ZSJ}dg_aiY?KqD zl1FEgG8yE>eZfe}vKY}%GGLsXX z47AMq^sKgJMu)Qyrv1gms;bh!`q(Gm7J|7mRRvLGVeP5J1tUNt9ku2}Xv97T$lH+dV74CsPEe}oDCfTP^y|8I# zg|x{DU*u(<+%$H}l?RSd^SW}_t*rEp&~K?red5j%cY3iycdyVg9Xdpg-+EDO2{ZQ} zTM%oyGG$dO)S$K;&8yM>f9fdJ=`a;224$@jZaA7qRIN3mRGrTneXZ6}Mlwf{Xu5=? zuE)}ev$05#QZ4IPr%VND(+<+q4_T-#2+=$(YSk38R;WTXQnR^Gq){OqNN=y-y%2Q` zMRTT<@myj(lF!Fti#LTMpmHgVkULYW8XTZjRt4dnvl4f9JOHRqDs3F3xzPR8#lwu= zdDC7h^&dwXHWnuvN6xW>i!}zw8s9yoSgUi13$hIG2Iek^xRmImw$>CB^6 z>sdQeJNRvAV_=mYp*o`4$#^Fl-msK9WON`V&jGBjP~~expq#+CW95WF$Mtps*Xtbse)`2M>1qxf_ksS(laTKxP7sn0S;g zD)x@T*eElEkM0Dg*6i=O2~x2kHC8yK{C9O_ddMCfVKZpNSI=DS#M_!x)X;IdWb-Qy Tww*m`j2*p=Az1ICpNek*G5J}- literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/cy/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/cy/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..f3ffada --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/cy/LC_MESSAGES/djangojs.po @@ -0,0 +1,222 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Maredudd ap Gwyndaf , 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 10:11+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Welsh (http://www.transifex.com/django/django/language/cy/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: cy\n" +"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != " +"11) ? 2 : 3;\n" + +#, javascript-format +msgid "Available %s" +msgstr "%s sydd ar gael" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"Dyma restr o'r %s sydd ar gael. Gellir dewis rhai drwyeu dewis yn y blwch " +"isod ac yna clicio'r saeth \"Dewis\" rhwng y ddau flwch." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Teipiwch yn y blwch i hidlo'r rhestr o %s sydd ar gael." + +msgid "Filter" +msgstr "Hidl" + +msgid "Choose all" +msgstr "Dewis y cyfan" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Cliciwch i ddewis pob %s yr un pryd." + +msgid "Choose" +msgstr "Dewis" + +msgid "Remove" +msgstr "Gwaredu" + +#, javascript-format +msgid "Chosen %s" +msgstr "Y %s a ddewiswyd" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"Dyma restr o'r %s a ddewiswyd. Gellir gwaredu rhai drwy eu dewis yn y blwch " +"isod ac yna clicio'r saeth \"Gwaredu\" rhwng y ddau flwch." + +msgid "Remove all" +msgstr "Gwaredu'r cyfan" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Cliciwch i waredu pob %s sydd wedi ei ddewis yr un pryd." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "Dewiswyd %(sel)s o %(cnt)s" +msgstr[1] "Dewiswyd %(sel)s o %(cnt)s" +msgstr[2] "Dewiswyd %(sel)s o %(cnt)s" +msgstr[3] "Dewiswyd %(sel)s o %(cnt)s" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Mae ganddoch newidiadau heb eu cadw mewn meysydd golygadwy. Os rhedwch y " +"weithred fe gollwch y newidiadau." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Rydych wedi dewis gweithred ond nid ydych wedi newid eich newidiadau i rai " +"meysydd eto. Cliciwch 'Iawn' i gadw. Bydd rhaid i chi ail-redeg y weithred." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Rydych wedi dewis gweithred ac nid ydych wedi newid unrhyw faes. Rydych " +"siwr o fod yn edrych am y botwm 'Ewch' yn lle'r botwm 'Cadw'." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Noder: Rydych %s awr o flaen amser y gweinydd." +msgstr[1] "Noder: Rydych %s awr o flaen amser y gweinydd." +msgstr[2] "Noder: Rydych %s awr o flaen amser y gweinydd." +msgstr[3] "Noder: Rydych %s awr o flaen amser y gweinydd." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Noder: Rydych %s awr tu ôl amser y gweinydd." +msgstr[1] "Noder: Rydych %s awr tu ôl amser y gweinydd." +msgstr[2] "Noder: Rydych %s awr tu ôl amser y gweinydd." +msgstr[3] "Noder: Rydych %s awr tu ôl amser y gweinydd." + +msgid "Now" +msgstr "Nawr" + +msgid "Choose a Time" +msgstr "" + +msgid "Choose a time" +msgstr "Dewiswch amser" + +msgid "Midnight" +msgstr "Canol nos" + +msgid "6 a.m." +msgstr "6 y.b." + +msgid "Noon" +msgstr "Canol dydd" + +msgid "6 p.m." +msgstr "" + +msgid "Cancel" +msgstr "Diddymu" + +msgid "Today" +msgstr "Heddiw" + +msgid "Choose a Date" +msgstr "" + +msgid "Yesterday" +msgstr "Ddoe" + +msgid "Tomorrow" +msgstr "Fory" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "Dangos" + +msgid "Hide" +msgstr "Cuddio" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/da/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/da/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..cba678daaa69dd3868a96273dbbdc16964b91890 GIT binary patch literal 15940 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 literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/da/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/da/LC_MESSAGES/django.po new file mode 100644 index 0000000..cbae334 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/da/LC_MESSAGES/django.po @@ -0,0 +1,683 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Christian Joergensen , 2012 +# Dimitris Glezos , 2012 +# Erik Wognsen , 2013,2015-2016 +# Finn Gruwier Larsen, 2011 +# Jannis Leidel , 2011 +# valberg , 2014-2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 09:51+0000\n" +"Last-Translator: Erik Wognsen \n" +"Language-Team: Danish (http://www.transifex.com/django/django/language/da/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d %(items)s blev slettet." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Kan ikke slette %(name)s " + +msgid "Are you sure?" +msgstr "Er du sikker?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Slet valgte %(verbose_name_plural)s" + +msgid "Administration" +msgstr "Administration" + +msgid "All" +msgstr "Alle" + +msgid "Yes" +msgstr "Ja" + +msgid "No" +msgstr "Nej" + +msgid "Unknown" +msgstr "Ukendt" + +msgid "Any date" +msgstr "Når som helst" + +msgid "Today" +msgstr "I dag" + +msgid "Past 7 days" +msgstr "De sidste 7 dage" + +msgid "This month" +msgstr "Denne måned" + +msgid "This year" +msgstr "Dette år" + +msgid "No date" +msgstr "Ingen dato" + +msgid "Has date" +msgstr "Har dato" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Indtast venligst det korrekte %(username)s og adgangskode for en " +"personalekonto. Bemærk at begge felter kan være versalfølsomme." + +msgid "Action:" +msgstr "Handling" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Tilføj endnu en %(verbose_name)s" + +msgid "Remove" +msgstr "Fjern" + +msgid "action time" +msgstr "handlingstid" + +msgid "user" +msgstr "bruger" + +msgid "content type" +msgstr "indholdstype" + +msgid "object id" +msgstr "objekt-ID" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "objekt repr" + +msgid "action flag" +msgstr "handlingsflag" + +msgid "change message" +msgstr "ændringsmeddelelse" + +msgid "log entry" +msgstr "logmeddelelse" + +msgid "log entries" +msgstr "logmeddelelser" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "Tilføjede \"%(object)s\"." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "Ændrede \"%(object)s\" - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "Slettede \"%(object)s\"." + +msgid "LogEntry Object" +msgstr "LogEntry-objekt" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "Tilføjede {name} \"{object}\"." + +msgid "Added." +msgstr "Tilføjet." + +msgid "and" +msgstr "og" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "Ændrede {fields} for {name} \"{object}\"." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "Ændrede {fields}." + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "Slettede {name} \"{object}\"." + +msgid "No fields changed." +msgstr "Ingen felter ændret." + +msgid "None" +msgstr "Ingen" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" +"Hold \"Ctrl\" (eller \"Æbletasten\" på Mac) nede for at vælge mere end en." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "{name} \"{obj}\" blev tilføjet. Du kan redigere den/det igen herunder." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "{name} \"{obj}\" blev tilføjet. Du kan endnu en/et {name} herunder." + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "{name} \"{obj}\" blev tilføjet." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "{name} \"{obj}\" blev ændret. Du kan redigere den/det igen herunder." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" +"{name} \"{obj}\" blev ændret. Du kan tilføje endnu en/et {name} herunder." + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "{name} \"{obj}\" blev ændret." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Der skal være valgt nogle emner for at man kan udføre handlinger på dem. " +"Ingen emner er blev ændret." + +msgid "No action selected." +msgstr "Ingen handling valgt." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "%(name)s \"%(obj)s\" blev slettet." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "Der findes ikke et %(name)s-objekt med primærnøgle %(key)r." + +#, python-format +msgid "Add %s" +msgstr "Tilføj %s" + +#, python-format +msgid "Change %s" +msgstr "Ret %s" + +msgid "Database error" +msgstr "databasefejl" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s blev ændret." +msgstr[1] "%(count)s %(name)s blev ændret." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s valgt" +msgstr[1] "Alle %(total_count)s valgt" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 af %(cnt)s valgt" + +#, python-format +msgid "Change history: %s" +msgstr "Ændringshistorik: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Sletning af %(class_name)s %(instance)s vil kræve sletning af følgende " +"beskyttede relaterede objekter: %(related_objects)s" + +msgid "Django site admin" +msgstr "Django website-administration" + +msgid "Django administration" +msgstr "Django administration" + +msgid "Site administration" +msgstr "Website-administration" + +msgid "Log in" +msgstr "Log ind" + +#, python-format +msgid "%(app)s administration" +msgstr "%(app)s administration" + +msgid "Page not found" +msgstr "Siden blev ikke fundet" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Vi beklager, men den ønskede side kunne ikke findes" + +msgid "Home" +msgstr "Hjem" + +msgid "Server error" +msgstr "Serverfejl" + +msgid "Server error (500)" +msgstr "Serverfejl (500)" + +msgid "Server Error (500)" +msgstr "Serverfejl (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Der opstod en fejl. Fejlen er rapporteret til website-administratoren via e-" +"mail, og vil blive rettet hurtigst muligt. Tak for din tålmodighed." + +msgid "Run the selected action" +msgstr "Udfør den valgte handling" + +msgid "Go" +msgstr "Udfør" + +msgid "Click here to select the objects across all pages" +msgstr "Klik her for at vælge objekter på tværs af alle sider" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Vælg alle %(total_count)s %(module_name)s " + +msgid "Clear selection" +msgstr "Ryd valg" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Indtast først et brugernavn og en adgangskode. Derefter får du yderligere " +"redigeringsmuligheder." + +msgid "Enter a username and password." +msgstr "Indtast et brugernavn og en adgangskode." + +msgid "Change password" +msgstr "Skift adgangskode" + +msgid "Please correct the error below." +msgstr "Ret venligst fejlen herunder." + +msgid "Please correct the errors below." +msgstr "Ret venligst fejlene herunder." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Indtast en ny adgangskode for brugeren %(username)s." + +msgid "Welcome," +msgstr "Velkommen," + +msgid "View site" +msgstr "Se side" + +msgid "Documentation" +msgstr "Dokumentation" + +msgid "Log out" +msgstr "Log ud" + +#, python-format +msgid "Add %(name)s" +msgstr "Tilføj %(name)s" + +msgid "History" +msgstr "Historik" + +msgid "View on site" +msgstr "Se på website" + +msgid "Filter" +msgstr "Filtrer" + +msgid "Remove from sorting" +msgstr "Fjern fra sortering" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Sorteringsprioritet: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Skift sortering" + +msgid "Delete" +msgstr "Slet" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Hvis du sletter %(object_name)s '%(escaped_object)s', vil du også slette " +"relaterede objekter, men din konto har ikke rettigheder til at slette " +"følgende objekttyper:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Sletning af %(object_name)s ' %(escaped_object)s ' vil kræve sletning af " +"følgende beskyttede relaterede objekter:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Er du sikker på du vil slette %(object_name)s \"%(escaped_object)s\"? Alle " +"de følgende relaterede objekter vil blive slettet:" + +msgid "Objects" +msgstr "Objekter" + +msgid "Yes, I'm sure" +msgstr "Ja, jeg er sikker" + +msgid "No, take me back" +msgstr "Nej, tag mig tilbage" + +msgid "Delete multiple objects" +msgstr "Slet flere objekter" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Sletning af de valgte %(objects_name)s ville resultere i sletning af " +"relaterede objekter, men din konto har ikke tilladelse til at slette " +"følgende typer af objekter:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Sletning af de valgte %(objects_name)s vil kræve sletning af følgende " +"beskyttede relaterede objekter:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Er du sikker på du vil slette de valgte %(objects_name)s? Alle de følgende " +"objekter og deres relaterede emner vil blive slettet:" + +msgid "Change" +msgstr "Ret" + +msgid "Delete?" +msgstr "Slet?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " Efter %(filter_title)s " + +msgid "Summary" +msgstr "Sammendrag" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modeller i applikationen %(name)s" + +msgid "Add" +msgstr "Tilføj" + +msgid "You don't have permission to edit anything." +msgstr "Du har ikke rettigheder til at foretage ændringer." + +msgid "Recent actions" +msgstr "Seneste handlinger" + +msgid "My actions" +msgstr "Mine handlinger" + +msgid "None available" +msgstr "Ingen tilgængelige" + +msgid "Unknown content" +msgstr "Ukendt indhold" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Der er noget galt med databaseinstallationen. Kontroller om " +"databasetabellerne er blevet oprettet og at databasen er læsbar for den " +"pågældende bruger." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Du er logget ind som %(username)s, men du har ikke tilladelse til at tilgå " +"denne site. Vil du logge ind med en anden brugerkonto?" + +msgid "Forgotten your password or username?" +msgstr "Har du glemt dit password eller brugernavn?" + +msgid "Date/time" +msgstr "Dato/tid" + +msgid "User" +msgstr "Bruger" + +msgid "Action" +msgstr "Funktion" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Dette objekt har ingen ændringshistorik. Det blev formentlig ikke tilføjet " +"via dette administrations-site" + +msgid "Show all" +msgstr "Vis alle" + +msgid "Save" +msgstr "Gem" + +msgid "Popup closing..." +msgstr "Popup lukker..." + +#, python-format +msgid "Change selected %(model)s" +msgstr "Redigér valgte %(model)s" + +#, python-format +msgid "Add another %(model)s" +msgstr "Tilføj endnu en %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Slet valgte %(model)s" + +msgid "Search" +msgstr "Søg" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s resultat" +msgstr[1] "%(counter)s resultater" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s i alt" + +msgid "Save as new" +msgstr "Gem som ny" + +msgid "Save and add another" +msgstr "Gem og tilføj endnu en" + +msgid "Save and continue editing" +msgstr "Gem og fortsæt med at redigere" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Tak for den kvalitetstid du brugte på websitet i dag." + +msgid "Log in again" +msgstr "Log ind igen" + +msgid "Password change" +msgstr "Skift adgangskode" + +msgid "Your password was changed." +msgstr "Din adgangskode blev ændret." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Indtast venligst din gamle adgangskode for en sikkerheds skyld og indtast så " +"din nye adgangskode to gange, så vi kan være sikre på, at den er indtastet " +"korrekt." + +msgid "Change my password" +msgstr "Skift min adgangskode" + +msgid "Password reset" +msgstr "Nulstil adgangskode" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Din adgangskode er blevet sat. Du kan logge ind med den nu." + +msgid "Password reset confirmation" +msgstr "Bekræftelse for nulstilling af adgangskode" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Indtast venligst din nye adgangskode to gange, så vi kan være sikre på, at " +"den er indtastet korrekt." + +msgid "New password:" +msgstr "Ny adgangskode:" + +msgid "Confirm password:" +msgstr "Bekræft ny adgangskode:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Linket for nulstilling af adgangskoden er ugyldigt, måske fordi det allerede " +"har været brugt. Anmod venligst påny om nulstilling af adgangskoden." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Vi har sendt dig en email med instruktioner for at sætte dit kodeord, hvis " +"en konto med den angivne email findes. Du burde modtage dem snarest." + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Hvis du ikke modtager en e-mail, så tjek venligst, at du har indtastet den e-" +"mail-adresse, du registrerede dig med, og tjek din spam-mappe." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Du modtager denne e-mail, fordi du har anmodet om en nulstilling af " +"adgangskoden til din brugerkonto ved %(site_name)s ." + +msgid "Please go to the following page and choose a new password:" +msgstr "Gå venligst til denne side og vælg en ny adgangskode:" + +msgid "Your username, in case you've forgotten:" +msgstr "For det tilfælde at du skulle have glemt dit brugernavn er det:" + +msgid "Thanks for using our site!" +msgstr "Tak fordi du brugte vores website!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Med venlig hilsen %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"Har du glemt din adgangskode? Skriv din e-mail-adresse herunder, så sender " +"vi dig instruktioner i at vælge en ny adgangskode." + +msgid "Email address:" +msgstr "E-mail-adresse:" + +msgid "Reset my password" +msgstr "Nulstil min adgangskode" + +msgid "All dates" +msgstr "Alle datoer" + +#, python-format +msgid "Select %s" +msgstr "Vælg %s" + +#, python-format +msgid "Select %s to change" +msgstr "Vælg %s, der skal ændres" + +msgid "Date:" +msgstr "Dato:" + +msgid "Time:" +msgstr "Tid:" + +msgid "Lookup" +msgstr "Slå op" + +msgid "Currently:" +msgstr "Nuværende:" + +msgid "Change:" +msgstr "Ændring:" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/da/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/da/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..b4ada4fb8b6fc138940715fbbf0fe498e672578d GIT binary patch literal 4499 zcmb`L!Eang9mfY6O6!)UEe+5T%EUB@)A+4-o!~?p5|KLD)JYwOc$*Lj31;`rz8&v- zGpl*?cD<*Z3W5sJ(jq}6gsQ4R+}ZH8CS3j8Zb;~qfcYv4YR#=Qmh!Sm?+JorxFpTT{o zzaQ!!g!+9j;xV*834Q@Q2L2R#brGzg{*MRBdG=xx(8L}G$)2Y`n8=<69|mh6+4oH7 zzXa0$d<%RO{BEEHNzV%)Okgj8N5I#>D)>i`^n3_niR|B@elL{Kyn8{KcOOXp+8=lz z^dADr-?JdeRRd3e-$VUO;IBZMhdspDr-A!Hn(sl7=6MVxJD&i_&VwN7odaJ7kAdX( zzkwv*-&^V%fM-y@3DW$(1788(14;e{ob?j;0SGs<7al43gTNmKz8Lu9z@G%Z9QY-S zrDwi`e`Bls1DCN1$`?@%p&US==kXHWZ?xz1knM+2pq4#}LcXBqXbHat`Wb~f`GlUQ zQOI9kp$Z->$3Ns#+V2^ZS(IZaUq*qO{62FKuJEx%_rgIGda5X2LphEzjY7{8CDoPoYrkVoRZLCYR}voSP0mIMdb+KhYrDPR4ibTi~LSRoDXW6VCRn zO4->WDRRfo4uncYE0z3U&K8Ak%akp4jmc#I7yO)X6SbzwCTec7min=|)LvPt+CA|&uMTNbw6#e2k-RjgIgb?mY+8ZRg7{DvvGu(Vj-HHGD(D@9EH%%vSj%V{~4 z-DP3=#~0=;*;P9JSZa3{9h9rSY=&&5?F@O~s&`ZX`HQW}zANQcyAW)4RnGC}x{{|V zho?JSOl)w)uRjx`@t))+le{$wQKWQ2Lo=?lSJ5)-SVwAxTwp2a(Y#HY7UcMJ87R~6 zsD)5Vx}k&&&F+SVW4O#KyBf8*&s!FSDEL1uDqZy7EHW{|qiHfjcC+TFFR^4qsw4l= zs`0zyqm0L9SgvSSf3h1gM=X*$ima|c9FI>VoW@1lDWhk-|3*PTA9g$wF#=xGJ_wyi zoM;UTVl_~4AyUjO(>V9OIgDWKThqc39r4r{@BEHIq{7P=;N-$N47LJwYQ&_}vr3kf zeU-bL1|dFaT8@!1wb)JL;Eg+s<0I)R{7NcCF3YIkE0@S`G`_SP=Uq$aLZg+DElSHu zmrNK{=yJ;4T_I!T{Pi^U$x_FgOX?;Z?CssDX{caA3rE4^uELDQFX^ydykQl#Y)@md zZP{pQTb^uN6|SJo-Ltx_weXVL+M3L>F_N&sS>;QT6Ll?F64c zR)gq8H`h;v(x)gIZ7$vE=bMe_?}M|WIGO|J)EEwJ&g+R5!nwyDx&;}#BjsuG`Q&uU$yDX#Qu8@JM=d~>M4hMIBB z@urINexZAAtI6$XLK2Yd8rkRdUP`fdbUPr+4oJ06t3KUjIEk@zIG-7%xJk**nzT3^ zq>KBt?lxd&9`hD?kcoGMDhiW0HQ@m}+ZSU5r~61LL99-J#U&LOfe zC0w$&h`AzmO*+n+SgX{PUF7ZmI)JxC@(E6G8J{culjL&2R(fS_ZjcX|e|twxq~>cX zXXohRp(Rrq!A3&^eQazGiwe1=hg&UdU5r#Lbx)=a=a|#AjBU+??MWmB>Qs=<>6mH> zSJA$k1RYj(=$7jt7<$Ma8*lPyA7|51U!{=FBz8K3AYIK~gRSgt;bt^!nigW^6Ew~H z?5?IQ;S48ii6dVpQX}518er{+X85!N_l!fHa<(Ps1TW(Z-{E8ENjBcJ46eq7QpP(S zJ!H-}#r-kseOPvS{}pj(e~20%auhpy;}#^w-XL?a>`l`Ont0o!@bQj0Epj%T z(4z0`v45VW2*v_RXOf4uJkC2-@YtGuL?2rbmRd-BGYzmBjL7J~V5x}niM3W(gDtb? M*ed=Z(PS&^KY{kvt^fc4 literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/da/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/da/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..13c373a --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/da/LC_MESSAGES/djangojs.po @@ -0,0 +1,220 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Christian Joergensen , 2012 +# Erik Wognsen , 2012,2015-2016 +# Finn Gruwier Larsen, 2011 +# Jannis Leidel , 2011 +# valberg , 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 10:16+0000\n" +"Last-Translator: Erik Wognsen \n" +"Language-Team: Danish (http://www.transifex.com/django/django/language/da/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Tilgængelige %s" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"Dette er listen over tilgængelige %s. Du kan vælge dem enkeltvis ved at " +"markere dem i kassen nedenfor og derefter klikke på \"Vælg\"-pilen mellem de " +"to kasser." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Skriv i dette felt for at filtrere listen af tilgængelige %s." + +msgid "Filter" +msgstr "Filtrér" + +msgid "Choose all" +msgstr "Vælg alle" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Klik for at vælge alle %s med det samme." + +msgid "Choose" +msgstr "Vælg" + +msgid "Remove" +msgstr "Fjern" + +#, javascript-format +msgid "Chosen %s" +msgstr "Valgte %s" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"Dette er listen over valgte %s. Du kan fjerne dem enkeltvis ved at markere " +"dem i kassen nedenfor og derefter klikke på \"Fjern\"-pilen mellem de to " +"kasser." + +msgid "Remove all" +msgstr "Fjern alle" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Klik for at fjerne alle valgte %s med det samme." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s af %(cnt)s valgt" +msgstr[1] "%(sel)s af %(cnt)s valgt" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Du har ugemte ændringer af et eller flere redigerbare felter. Hvis du " +"udfører en handling fra drop-down-menuen, vil du miste disse ændringer." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Du har valgt en handling, men du har ikke gemt dine ændringer til et eller " +"flere felter. Klik venligst OK for at gemme og vælg dernæst handlingen igen." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Du har valgt en handling, og du har ikke udført nogen ændringer på felter. " +"Det, du søger er formentlig Udfør-knappen i stedet for Gem-knappen." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Obs: Du er %s time forud i forhold servertiden." +msgstr[1] "Obs: Du er %s timer forud i forhold servertiden." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Obs: Du er %s time bagud i forhold servertiden." +msgstr[1] "Obs: Du er %s timer forud i forhold servertiden." + +msgid "Now" +msgstr "Nu" + +msgid "Choose a Time" +msgstr "Vælg et Tidspunkt" + +msgid "Choose a time" +msgstr "Vælg et tidspunkt" + +msgid "Midnight" +msgstr "Midnat" + +msgid "6 a.m." +msgstr "Klokken 6" + +msgid "Noon" +msgstr "Middag" + +msgid "6 p.m." +msgstr "Klokken 18" + +msgid "Cancel" +msgstr "Annuller" + +msgid "Today" +msgstr "I dag" + +msgid "Choose a Date" +msgstr "Vælg en Dato" + +msgid "Yesterday" +msgstr "I går" + +msgid "Tomorrow" +msgstr "I morgen" + +msgid "January" +msgstr "Januar" + +msgid "February" +msgstr "Februar" + +msgid "March" +msgstr "Marts" + +msgid "April" +msgstr "April" + +msgid "May" +msgstr "Maj" + +msgid "June" +msgstr "Juni" + +msgid "July" +msgstr "Juli" + +msgid "August" +msgstr "August" + +msgid "September" +msgstr "September" + +msgid "October" +msgstr "Oktober" + +msgid "November" +msgstr "November" + +msgid "December" +msgstr "December" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "S" + +msgctxt "one letter Monday" +msgid "M" +msgstr "M" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "T" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "O" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "T" + +msgctxt "one letter Friday" +msgid "F" +msgstr "F" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "L" + +msgid "Show" +msgstr "Vis" + +msgid "Hide" +msgstr "Skjul" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/de/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/de/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..4a940a13e98a6a45348cc121e5c3155cbb9522f3 GIT binary patch literal 16815 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 i<&aaqPee*~;axm%PHI, 2011 +# Dimitris Glezos , 2012 +# Jannis Vajen, 2013 +# Jannis Leidel , 2013-2016 +# Jannis Vajen, 2016 +# Markus Holtermann , 2013,2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-07-26 11:53+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: German (http://www.transifex.com/django/django/language/de/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Erfolgreich %(count)d %(items)s gelöscht." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Kann %(name)s nicht löschen" + +msgid "Are you sure?" +msgstr "Sind Sie sicher?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Ausgewählte %(verbose_name_plural)s löschen" + +msgid "Administration" +msgstr "Administration" + +msgid "All" +msgstr "Alle" + +msgid "Yes" +msgstr "Ja" + +msgid "No" +msgstr "Nein" + +msgid "Unknown" +msgstr "Unbekannt" + +msgid "Any date" +msgstr "Alle Daten" + +msgid "Today" +msgstr "Heute" + +msgid "Past 7 days" +msgstr "Letzte 7 Tage" + +msgid "This month" +msgstr "Diesen Monat" + +msgid "This year" +msgstr "Dieses Jahr" + +msgid "No date" +msgstr "Kein Datum" + +msgid "Has date" +msgstr "Besitzt Datum" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Bitte einen gültigen %(username)s und ein Passwort für einen Staff-Account " +"eingeben. Beide Felder berücksichtigen die Groß-/Kleinschreibung." + +msgid "Action:" +msgstr "Aktion:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "%(verbose_name)s hinzufügen" + +msgid "Remove" +msgstr "Entfernen" + +msgid "action time" +msgstr "Zeitpunkt der Aktion" + +msgid "user" +msgstr "Benutzer" + +msgid "content type" +msgstr "Inhaltstyp" + +msgid "object id" +msgstr "Objekt-ID" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "Objekt Darst." + +msgid "action flag" +msgstr "Aktionskennzeichen" + +msgid "change message" +msgstr "Änderungsmeldung" + +msgid "log entry" +msgstr "Logeintrag" + +msgid "log entries" +msgstr "Logeinträge" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "\"%(object)s\" hinzufügt." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "\"%(object)s\" verändert - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "\"%(object)s\" gelöscht." + +msgid "LogEntry Object" +msgstr "LogEntry Objekt" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "{name} „{object}“ hinzugefügt." + +msgid "Added." +msgstr "Hinzugefügt." + +msgid "and" +msgstr "und" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "{fields} für {name} „{object}“ geändert." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "{fields} geändert." + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "{name} „{object}“ gelöscht." + +msgid "No fields changed." +msgstr "Keine Felder geändert." + +msgid "None" +msgstr "-" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" +"Halten Sie die Strg-Taste (⌘ für Mac) während des Klickens gedrückt, um " +"mehrere Einträge auszuwählen." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" +"{name} „{obj}“ wurde erfolgreich hinzugefügt und kann unten geändert werden." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" +"{name} „{obj}“ wurde erfolgreich hinzugefügt und kann nun unten um ein " +"Weiteres ergänzt werden." + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "{name} „{obj}“ wurde erfolgreich hinzugefügt." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" +"{name} „{obj}“ wurde erfolgreich geändert und kann unten erneut geändert " +"werden." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" +"{name} „{obj}“ wurde erfolgreich geändert und kann nun unten um ein Weiteres " +"ergänzt werden." + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "{name} „{obj}“ wurde erfolgreich geändert." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Es müssen Objekte aus der Liste ausgewählt werden, um Aktionen " +"durchzuführen. Es wurden keine Objekte geändert." + +msgid "No action selected." +msgstr "Keine Aktion ausgewählt." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "%(name)s \"%(obj)s\" wurde erfolgreich gelöscht." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "" +"Das %(name)s-Objekt mit dem Primärschlüssel %(key)r ist nicht vorhanden." + +#, python-format +msgid "Add %s" +msgstr "%s hinzufügen" + +#, python-format +msgid "Change %s" +msgstr "%s ändern" + +msgid "Database error" +msgstr "Datenbankfehler" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s \"%(name)s\" wurde erfolgreich geändert." +msgstr[1] "%(count)s \"%(name)s\" wurden erfolgreich geändert." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s ausgewählt" +msgstr[1] "Alle %(total_count)s ausgewählt" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 von %(cnt)s ausgewählt" + +#, python-format +msgid "Change history: %s" +msgstr "Änderungsgeschichte: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Das Löschen des %(class_name)s-Objekts „%(instance)s“ würde ein Löschen der " +"folgenden geschützten verwandten Objekte erfordern: %(related_objects)s" + +msgid "Django site admin" +msgstr "Django-Systemverwaltung" + +msgid "Django administration" +msgstr "Django-Verwaltung" + +msgid "Site administration" +msgstr "Website-Verwaltung" + +msgid "Log in" +msgstr "Anmelden" + +#, python-format +msgid "%(app)s administration" +msgstr "%(app)s-Administration" + +msgid "Page not found" +msgstr "Seite nicht gefunden" + +msgid "We're sorry, but the requested page could not be found." +msgstr "" +"Es tut uns leid, aber die angeforderte Seite konnte nicht gefunden werden." + +msgid "Home" +msgstr "Start" + +msgid "Server error" +msgstr "Serverfehler" + +msgid "Server error (500)" +msgstr "Serverfehler (500)" + +msgid "Server Error (500)" +msgstr "Serverfehler (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Ein Fehler ist aufgetreten und wurde an die Administratoren per E-Mail " +"gemeldet. Danke für die Geduld, der Fehler sollte in Kürze behoben sein." + +msgid "Run the selected action" +msgstr "Ausgewählte Aktion ausführen" + +msgid "Go" +msgstr "Ausführen" + +msgid "Click here to select the objects across all pages" +msgstr "Hier klicken, um die Objekte aller Seiten auszuwählen" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Alle %(total_count)s %(module_name)s auswählen" + +msgid "Clear selection" +msgstr "Auswahl widerrufen" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Zuerst einen Benutzer und ein Passwort eingeben. Danach können weitere " +"Optionen für den Benutzer geändert werden." + +msgid "Enter a username and password." +msgstr "Bitte einen Benutzernamen und ein Passwort eingeben." + +msgid "Change password" +msgstr "Passwort ändern" + +msgid "Please correct the error below." +msgstr "Bitte die aufgeführten Fehler korrigieren." + +msgid "Please correct the errors below." +msgstr "Bitte die unten aufgeführten Fehler korrigieren." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" +"Bitte geben Sie ein neues Passwort für den Benutzer %(username)s ein." + +msgid "Welcome," +msgstr "Willkommen," + +msgid "View site" +msgstr "Auf der Website anzeigen" + +msgid "Documentation" +msgstr "Dokumentation" + +msgid "Log out" +msgstr "Abmelden" + +#, python-format +msgid "Add %(name)s" +msgstr "%(name)s hinzufügen" + +msgid "History" +msgstr "Geschichte" + +msgid "View on site" +msgstr "Auf der Website anzeigen" + +msgid "Filter" +msgstr "Filter" + +msgid "Remove from sorting" +msgstr "Aus der Sortierung entfernen" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Sortierung: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Sortierung ein-/ausschalten" + +msgid "Delete" +msgstr "Löschen" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Das Löschen des %(object_name)s \"%(escaped_object)s\" hätte das Löschen " +"davon abhängiger Daten zur Folge, aber Sie haben nicht die nötigen Rechte, " +"um die folgenden davon abhängigen Daten zu löschen:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Das Löschen von %(object_name)s „%(escaped_object)s“ würde ein Löschen der " +"folgenden geschützten verwandten Objekte erfordern:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Sind Sie sicher, dass Sie %(object_name)s \"%(escaped_object)s\" löschen " +"wollen? Es werden zusätzlich die folgenden davon abhängigen Daten gelöscht:" + +msgid "Objects" +msgstr "Objekte" + +msgid "Yes, I'm sure" +msgstr "Ja, ich bin sicher" + +msgid "No, take me back" +msgstr "Nein, bitte abbrechen" + +msgid "Delete multiple objects" +msgstr "Mehrere Objekte löschen" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Das Löschen der ausgewählten %(objects_name)s würde im Löschen geschützter " +"verwandter Objekte resultieren, allerdings besitzt Ihr Benutzerkonto nicht " +"die nötigen Rechte, um diese zu löschen:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Das Löschen der ausgewählten %(objects_name)s würde ein Löschen der " +"folgenden geschützten verwandten Objekte erfordern:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Sind Sie sicher, dass Sie die ausgewählten %(objects_name)s löschen wollen? " +"Alle folgenden Objekte und ihre verwandten Objekte werden gelöscht:" + +msgid "Change" +msgstr "Ändern" + +msgid "Delete?" +msgstr "Löschen?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " Nach %(filter_title)s " + +msgid "Summary" +msgstr "Zusammenfassung" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modelle der %(name)s-Anwendung" + +msgid "Add" +msgstr "Hinzufügen" + +msgid "You don't have permission to edit anything." +msgstr "Sie haben keine Berechtigung, irgendetwas zu ändern." + +msgid "Recent actions" +msgstr "Neueste Aktionen" + +msgid "My actions" +msgstr "Meine Aktionen" + +msgid "None available" +msgstr "Keine vorhanden" + +msgid "Unknown content" +msgstr "Unbekannter Inhalt" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Etwas stimmt nicht mit der Datenbankkonfiguration. Bitte sicherstellen, dass " +"die richtigen Datenbanktabellen angelegt wurden und die Datenbank vom " +"verwendeten Datenbankbenutzer auch lesbar ist." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Sie sind als %(username)s angemeldet, aber nicht autorisiert, auf diese " +"Seite zuzugreifen. Wollen Sie sich mit einem anderen Account anmelden?" + +msgid "Forgotten your password or username?" +msgstr "Benutzername oder Passwort vergessen?" + +msgid "Date/time" +msgstr "Datum/Zeit" + +msgid "User" +msgstr "Benutzer" + +msgid "Action" +msgstr "Aktion" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Dieses Objekt hat keine Änderungsgeschichte. Es wurde möglicherweise nicht " +"über diese Verwaltungsseiten angelegt." + +msgid "Show all" +msgstr "Zeige alle" + +msgid "Save" +msgstr "Sichern" + +msgid "Popup closing..." +msgstr "Popup wird geschlossen..." + +#, python-format +msgid "Change selected %(model)s" +msgstr "Ausgewählte %(model)s ändern" + +#, python-format +msgid "Add another %(model)s" +msgstr "%(model)s hinzufügen" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Ausgewählte %(model)s löschen" + +msgid "Search" +msgstr "Suchen" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s Ergebnis" +msgstr[1] "%(counter)s Ergebnisse" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s gesamt" + +msgid "Save as new" +msgstr "Als neu sichern" + +msgid "Save and add another" +msgstr "Sichern und neu hinzufügen" + +msgid "Save and continue editing" +msgstr "Sichern und weiter bearbeiten" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Vielen Dank, dass Sie hier ein paar nette Minuten verbracht haben." + +msgid "Log in again" +msgstr "Erneut anmelden" + +msgid "Password change" +msgstr "Passwort ändern" + +msgid "Your password was changed." +msgstr "Ihr Passwort wurde geändert." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Bitte geben Sie aus Sicherheitsgründen erst Ihr altes Passwort und darunter " +"dann zweimal (um sicherzustellen, dass Sie es korrekt eingegeben haben) das " +"neue Passwort ein." + +msgid "Change my password" +msgstr "Mein Passwort ändern" + +msgid "Password reset" +msgstr "Passwort zurücksetzen" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Ihr Passwort wurde zurückgesetzt. Sie können sich nun anmelden." + +msgid "Password reset confirmation" +msgstr "Zurücksetzen des Passworts bestätigen" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Bitte geben Sie Ihr neues Passwort zweimal ein, damit wir überprüfen können, " +"ob es richtig eingetippt wurde." + +msgid "New password:" +msgstr "Neues Passwort:" + +msgid "Confirm password:" +msgstr "Passwort wiederholen:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Der Link zum Zurücksetzen Ihres Passworts ist ungültig, wahrscheinlich weil " +"er schon einmal benutzt wurde. Bitte setzen Sie Ihr Passwort erneut zurück." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Wir haben eine E-Mail zum Zurücksetzen des Passwortes an die angegebene E-" +"Mail-Adresse gesendet, sofern ein entsprechendes Konto existiert. Sie sollte " +"in Kürze ankommen." + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Falls die E-Mail nicht angekommen sein sollte, bitte die E-Mail-Adresse auf " +"Richtigkeit und gegebenenfalls den Spam-Ordner überprüfen." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Diese E-Mail wurde aufgrund einer Anfrage zum Zurücksetzen des Passworts auf " +"der Website %(site_name)s versendet." + +msgid "Please go to the following page and choose a new password:" +msgstr "Bitte öffnen Sie folgende Seite, um Ihr neues Passwort einzugeben:" + +msgid "Your username, in case you've forgotten:" +msgstr "Ihr Benutzername, falls Sie ihn vergessen haben:" + +msgid "Thanks for using our site!" +msgstr "Vielen Dank, dass Sie unsere Website benutzen!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Das Team von %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"Passwort vergessen? Einfach die E-Mail-Adresse unten eingeben und den " +"Anweisungen zum Zurücksetzen des Passworts in der E-Mail folgen." + +msgid "Email address:" +msgstr "E-Mail-Adresse:" + +msgid "Reset my password" +msgstr "Mein Passwort zurücksetzen" + +msgid "All dates" +msgstr "Alle Daten" + +#, python-format +msgid "Select %s" +msgstr "%s auswählen" + +#, python-format +msgid "Select %s to change" +msgstr "%s zur Änderung auswählen" + +msgid "Date:" +msgstr "Datum:" + +msgid "Time:" +msgstr "Zeit:" + +msgid "Lookup" +msgstr "Suchen" + +msgid "Currently:" +msgstr "Aktuell:" + +msgid "Change:" +msgstr "Ändern:" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/de/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/de/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..31682665b79193b3b93d5c77952f268be9ce40ba GIT binary patch literal 4602 zcmbuBO^h5z6@Uw3AZ$V)0rQ)L$`adaoSFS`SX<+mWbt~PU3MAoWbw%yhQ9 zYSdl5<6R*lAqydLLfBFOal#Te6ofz=EP=El2ZV$;a_o`msd}QA>#q%`fQOb=ED0K#Y<39d)F7H$77~F&(hQF-%TlgXBzpLth zfDcmtQ&sh zRrMcMd>!&rKjlxh@G~fKehy{c8}RG!*RTa2La6k2pp1{9$Q?j_>N0<#=c`ck{5}*p zSK(FoBlrVYXA&aS@1e+h6P|#7hBEH~8h;G;Lz(vm9Kh3beiHts;veCD>Nl(U+g1I3 zl=u|wkHb&HqwpHOT7l0}f9rvAeT@@PNgafuPpzsSg%440Kt!r#$W+yY;-7EAkHZ+E zvieq4zf$oke2Vt#umS%9WuFf+S;p^&vhHJ0lZ#kVW|7vdiES&BS!C5nI9uRNGg z)hVB$9Hcx!k>_(I3cHEVU)nx^?M(z z+om7c@Seo(J#?eo^?5f`YaQ>z0v8KIRSRzJ!#Ki@YxjxsFW)xns9 z>&5<)U~}Y?%q2#*H>)U$Y)_^pIq+-i4(n5Yja@OGLh=VezI%cyG4}g z&<)ES?P*W-lF5ig5hsz=4~XN@iNt6+==jLlrwaRRRs-xIuah7o;H~%}usy?xwrCJW z8&Q}CF>9MR%nI8aB3K8hYjZ?5b?jVW{H`NXvGN&=oO{pYG@vexEGj)s(WLCF-&r*V z>2cLEW`@#|?kI;fZc|Qg8ei8JViRPhj0(MWR_rG8OU*g&)*y?<)YQ_v)T}hgm{Ped zm)zSFCX9S>J&kO#+%41a4V_ zj<+=fpNn(%HFve<#mHT4t$vUuBN%&YprpE#*!51*LW zNu?VctWll~@~mfu+t>TCzia=zexaYL+2aLvWm}xw-M-OlmnldswA-oaaIcb$vqCtp zI5ki7sD`916Zv=7)j~|lMyb&_1dQ}6Qu$fAs0~*Svd9!g#tZVUHjz!ZVVJpnzhHR+J(PZa1k`x`O)$Qx)7Acyy zNY0}TI%H{i4|-~W_gs9~jJQiBhq8Q=CT`4-v)e2ZbzzeY?r${Zi{`!O*#BpeCU?s{ zv3tF{tn(go&hu?ke7~$1zvb21dYQ{lk4#v4a>t@$DgAV0M0(SBB|4Wwq!~$g;RU@!N+Iv0>yb&RVo#k!B)qsQvNAo1$EtvstX=4u zC>F1ensD^qDllYMq`W^JcC50a!Z0%8g&q6U)$=Cjb9B|EJvl5nUwg9cUcg1qcMAr} z_<|{R8*g9Fuvr!{GC6to9)HXrd=G@9jFKthlYXX*jmn5uH#P`s}e9Kxr4EkxtMG#qzZNE5e;t!nL zXZ~d2ElZCtyP5+-1&Nb-y*%gjdsa6>;, 2011,2013-2016 +# Jannis Vajen, 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-07-26 11:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: German (http://www.transifex.com/django/django/language/de/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Verfügbare %s" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"Dies ist die Liste der verfügbaren %s. Einfach im unten stehenden Feld " +"markieren und mithilfe des \"Auswählen\"-Pfeils auswählen." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" +"Durch Eingabe in diesem Feld lässt sich die Liste der verfügbaren %s " +"eingrenzen." + +msgid "Filter" +msgstr "Filter" + +msgid "Choose all" +msgstr "Alle auswählen" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Klicken, um alle %s auf einmal auszuwählen." + +msgid "Choose" +msgstr "Auswählen" + +msgid "Remove" +msgstr "Entfernen" + +#, javascript-format +msgid "Chosen %s" +msgstr "Ausgewählte %s" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"Dies ist die Liste der ausgewählten %s. Einfach im unten stehenden Feld " +"markieren und mithilfe des \"Entfernen\"-Pfeils wieder entfernen." + +msgid "Remove all" +msgstr "Alle entfernen" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Klicken, um alle ausgewählten %s auf einmal zu entfernen." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s von %(cnt)s ausgewählt" +msgstr[1] "%(sel)s von %(cnt)s ausgewählt" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Sie haben Änderungen an bearbeitbaren Feldern vorgenommen und nicht " +"gespeichert. Wollen Sie die Aktion trotzdem ausführen und Ihre Änderungen " +"verwerfen?" + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Sie haben eine Aktion ausgewählt, aber ihre vorgenommenen Änderungen nicht " +"gespeichert. Klicken Sie OK, um dennoch zu speichern. Danach müssen Sie die " +"Aktion erneut ausführen." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Sie haben eine Aktion ausgewählt, aber keine Änderungen an bearbeitbaren " +"Feldern vorgenommen. Sie wollten wahrscheinlich auf \"Ausführen\" und nicht " +"auf \"Speichern\" klicken." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Achtung: Sie sind %s Stunde der Serverzeit vorraus." +msgstr[1] "Achtung: Sie sind %s Stunden der Serverzeit vorraus." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Achtung: Sie sind %s Stunde hinter der Serverzeit." +msgstr[1] "Achtung: Sie sind %s Stunden hinter der Serverzeit." + +msgid "Now" +msgstr "Jetzt" + +msgid "Choose a Time" +msgstr "Uhrzeit wählen" + +msgid "Choose a time" +msgstr "Uhrzeit" + +msgid "Midnight" +msgstr "Mitternacht" + +msgid "6 a.m." +msgstr "6 Uhr" + +msgid "Noon" +msgstr "Mittag" + +msgid "6 p.m." +msgstr "18 Uhr" + +msgid "Cancel" +msgstr "Abbrechen" + +msgid "Today" +msgstr "Heute" + +msgid "Choose a Date" +msgstr "Datum wählen" + +msgid "Yesterday" +msgstr "Gestern" + +msgid "Tomorrow" +msgstr "Morgen" + +msgid "January" +msgstr "Januar" + +msgid "February" +msgstr "Februar" + +msgid "March" +msgstr "März" + +msgid "April" +msgstr "April" + +msgid "May" +msgstr "Mai" + +msgid "June" +msgstr "Juni" + +msgid "July" +msgstr "Juli" + +msgid "August" +msgstr "August" + +msgid "September" +msgstr "September" + +msgid "October" +msgstr "Oktober" + +msgid "November" +msgstr "November" + +msgid "December" +msgstr "Dezember" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "So" + +msgctxt "one letter Monday" +msgid "M" +msgstr "Mo" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "Di" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "Mi" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "Do" + +msgctxt "one letter Friday" +msgid "F" +msgstr "Fr" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "Sa" + +msgid "Show" +msgstr "Einblenden" + +msgid "Hide" +msgstr "Ausblenden" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/dsb/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/dsb/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..2c9f6a0c3f462799f17e8bece3eef0f363be7cd7 GIT binary patch literal 16818 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

3~%WTn1tvzueu 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 I_s#Er0r$xq-2eap literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/dsb/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/dsb/LC_MESSAGES/django.po new file mode 100644 index 0000000..92fd5fd --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/dsb/LC_MESSAGES/django.po @@ -0,0 +1,688 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Michael Wolf , 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-06-12 16:37+0000\n" +"Last-Translator: Michael Wolf \n" +"Language-Team: Lower Sorbian (http://www.transifex.com/django/django/" +"language/dsb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: dsb\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" +"%100==4 ? 2 : 3);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d %(items)s su se wulašowali." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "%(name)s njedajo se lašowaś" + +msgid "Are you sure?" +msgstr "Sćo se wěsty?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Wubrane %(verbose_name_plural)s lašowaś" + +msgid "Administration" +msgstr "Administracija" + +msgid "All" +msgstr "Wšykne" + +msgid "Yes" +msgstr "Jo" + +msgid "No" +msgstr "Ně" + +msgid "Unknown" +msgstr "Njeznaty" + +msgid "Any date" +msgstr "Někaki datum" + +msgid "Today" +msgstr "Źinsa" + +msgid "Past 7 days" +msgstr "Zachadne 7 dnjow" + +msgid "This month" +msgstr "Toś ten mjasec" + +msgid "This year" +msgstr "W tom lěśe" + +msgid "No date" +msgstr "Žeden datum" + +msgid "Has date" +msgstr "Ma datum" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Pšosym zapódajśo korektne %(username)s a gronidło za personalne konto. " +"Źiwajśo na to, až wobej póli móžotej mjazy wjeliko- a małopisanim rozeznawaś." + +msgid "Action:" +msgstr "Akcija:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Dalšne %(verbose_name)s pśidaś" + +msgid "Remove" +msgstr "Wótpóraś" + +msgid "action time" +msgstr "akciski cas" + +msgid "user" +msgstr "wužywaŕ" + +msgid "content type" +msgstr "wopśimjeśowy typ" + +msgid "object id" +msgstr "objektowy id" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "objektowa reprezentacija" + +msgid "action flag" +msgstr "akciske markěrowanje" + +msgid "change message" +msgstr "změnowa powěźeńka" + +msgid "log entry" +msgstr "protokolowy zapisk" + +msgid "log entries" +msgstr "protokolowe zapiski" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "„%(object)s“ pśidane." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "„%(object)s“ změnjone - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "„%(object)s“ wulašowane." + +msgid "LogEntry Object" +msgstr "Objekt LogEntry" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "{name} „{object} pśidany." + +msgid "Added." +msgstr "Pśidany." + +msgid "and" +msgstr "a" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "{fields} za {name} „{object} změnjone." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "{fields} změnjone." + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "Deleted {name} „{object} wulašowane." + +msgid "No fields changed." +msgstr "Žedne póla změnjone." + +msgid "None" +msgstr "Žeden" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "´Źaržćo „ctrl“ abo „cmd“ na Mac tłocony, aby wusej jadnogo wubrał." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" +"{name} \"{obj}\" jo se wuspěšnje pśidał. Móžośo jen dołojce znowego " +"wobźěłowaś." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" +"{name} \"{obj}\" jo se wuspěšnje pśidał. Móžośo dołojce dalšne {name} pśidaś." + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "{name} \"{obj}\" jo se wuspěšnje pśidał." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" +"{name} \"{obj}\" jo se wuspěšnje změnił. Móžośo jen dołojce znowego " +"wobźěłowaś." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" +"{name} \"{obj}\" jo se wuspěšnje změnił. Móžośo dołojce dalšne {name} pśidaś." + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "{name} \"{obj}\" jo se wuspěšnje změnił." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Zapiski muse se wubraś, aby akcije na nje nałožowało. Zapiski njejsu se " +"změnili." + +msgid "No action selected." +msgstr "Žedna akcija wubrana." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "%(name)s \"%(obj)s\" jo se wuspěšnje wulašował." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "Objekt %(name)s z primarnym klucom %(key)r njeeksistěrujo." + +#, python-format +msgid "Add %s" +msgstr "%s pśidaś" + +#, python-format +msgid "Change %s" +msgstr "%s změniś" + +msgid "Database error" +msgstr "Zmólka datoweje banki" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s jo se wuspěšnje změnił." +msgstr[1] "%(count)s %(name)s stej se wuspěšnje změniłej." +msgstr[2] "%(count)s %(name)s su se wuspěšnje změnili." +msgstr[3] "%(count)s %(name)s jo se wuspěšnje změniło." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s wubrany" +msgstr[1] "Wšykne %(total_count)s wubranej" +msgstr[2] "Wšykne %(total_count)s wubrane" +msgstr[3] "Wšykne %(total_count)s wubranych" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 z %(cnt)s wubranych" + +#, python-format +msgid "Change history: %s" +msgstr "Změnowa historija: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Aby se %(class_name)s %(instance)s lašowało, muse se slědujuce šćitane " +"objekty lašowaś: %(related_objects)s" + +msgid "Django site admin" +msgstr "Administrator sedła Django" + +msgid "Django administration" +msgstr "Administracija Django" + +msgid "Site administration" +msgstr "Sedłowa administracija" + +msgid "Log in" +msgstr "Pśizjawiś" + +#, python-format +msgid "%(app)s administration" +msgstr "Administracija %(app)s" + +msgid "Page not found" +msgstr "Bok njejo se namakał" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Jo nam luto, ale pominany bok njedajo se namakaś." + +msgid "Home" +msgstr "Startowy bok" + +msgid "Server error" +msgstr "Serwerowa zmólka" + +msgid "Server error (500)" +msgstr "Serwerowa zmólka (500)" + +msgid "Server Error (500)" +msgstr "Serwerowa zmólka (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Zmólka jo nastała. Jo se sedłowym administratoram pśez e-mail k wěsći dała a " +"by dejała se skóro wótpóraś. Źěkujomse za wašu sćerpmosć." + +msgid "Run the selected action" +msgstr "Wubranu akciju wuwjasć" + +msgid "Go" +msgstr "Start" + +msgid "Click here to select the objects across all pages" +msgstr "Klikniśo how, aby objekty wšych bokow wubrał" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Wubjeŕśo wšykne %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Wuběrk lašowaś" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Zapódajśo nejpjerwjej wužywarske mě a gronidło. Pótom móžośo dalšne " +"wužywarske nastajenja wobźěłowaś." + +msgid "Enter a username and password." +msgstr "Zapódajśo wužywarske mě a gronidło." + +msgid "Change password" +msgstr "Gronidło změniś" + +msgid "Please correct the error below." +msgstr "Pšosym skorigěrujśo slědujucu zmólku." + +msgid "Please correct the errors below." +msgstr "Pšosym skorigěrujśo slědujuce zmólki." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Zapódajśo nowe gronidło za wužywarja %(username)s." + +msgid "Welcome," +msgstr "Witajśo," + +msgid "View site" +msgstr "Sedło pokazaś" + +msgid "Documentation" +msgstr "Dokumentacija" + +msgid "Log out" +msgstr "Wótzjawiś" + +#, python-format +msgid "Add %(name)s" +msgstr "%(name)s pśidaś" + +msgid "History" +msgstr "Historija" + +msgid "View on site" +msgstr "Na sedle pokazaś" + +msgid "Filter" +msgstr "Filtrowaś" + +msgid "Remove from sorting" +msgstr "Ze sortěrowanja wótpóraś" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Sortěrowański rěd: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Sortěrowanje pśešaltowaś" + +msgid "Delete" +msgstr "Lašowaś" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Gaž se %(object_name)s '%(escaped_object)s' lašujo, se pśisłušne objekty " +"wulašuju, ale wašo konto njama pšawo slědujuce typy objektow lašowaś: " + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Aby se %(object_name)s '%(escaped_object)s' lašujo, muse se slědujuce " +"šćitane pśisłušne objekty lašowaś:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Cośo napšawdu %(object_name)s „%(escaped_object)s“ lašowaś? Wšykne slědujuce " +"pśisłušne zapiski se wulašuju: " + +msgid "Objects" +msgstr "Objekty" + +msgid "Yes, I'm sure" +msgstr "Jo, som se wěsty" + +msgid "No, take me back" +msgstr "Ně, pšosym slědk" + +msgid "Delete multiple objects" +msgstr "Někotare objekty lašowaś" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Gaž lašujośo wubrany %(objects_name)s, se pśisłušne objekty wulašuju, ale " +"wašo konto njama pšawo slědujuce typy objektow lašowaś: " + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Aby wubrany %(objects_name)s lašowało, muse se slědujuce šćitane pśisłušne " +"objekty lašowaś:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Cośo napšawdu wubrany %(objects_name)s lašowaś? Wšykne slědujuce objekty a " +"jich pśisłušne zapiski se wulašuju:" + +msgid "Change" +msgstr "Změniś" + +msgid "Delete?" +msgstr "Lašowaś?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " Pó %(filter_title)s " + +msgid "Summary" +msgstr "Zespominanje" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modele w nałoženju %(name)s" + +msgid "Add" +msgstr "Pśidaś" + +msgid "You don't have permission to edit anything." +msgstr "Njejsćo pšawo něco wobźěłowaś." + +msgid "Recent actions" +msgstr "Nejnowše akcije" + +msgid "My actions" +msgstr "Móje akcije" + +msgid "None available" +msgstr "Žeden k dispoziciji" + +msgid "Unknown content" +msgstr "Njeznate wopśimjeśe" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Něco jo z wašeju instalaciju datoweje banki kśiwje šło. Pśeznańśo se, až " +"wótpowědne tabele datoweje banki su se napórali a pótom, až datowa banka " +"dajo se wót wótpówědnego wužywarja cytaś." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Sćo ako %(username)s awtentificěrowany, ale njamaśo pśistup na toś ten bok. " +"Cośo se pla drugego konta pśizjawiś?" + +msgid "Forgotten your password or username?" +msgstr "Sćo swójo gronidło abo wužywarske mě zabył?" + +msgid "Date/time" +msgstr "Datum/cas" + +msgid "User" +msgstr "Wužywaŕ" + +msgid "Action" +msgstr "Akcija" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Toś ten objekt njama změnowu historiju. Jo se nejskerjej pśez toś to " +"administratorowe sedło pśidał." + +msgid "Show all" +msgstr "Wšykne pokazaś" + +msgid "Save" +msgstr "Składowaś" + +msgid "Popup closing..." +msgstr "Wuskokujuce wokno se zacynja..." + +#, python-format +msgid "Change selected %(model)s" +msgstr "Wubrane %(model)s změniś" + +#, python-format +msgid "Add another %(model)s" +msgstr "Dalšny %(model)s pśidaś" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Wubrane %(model)s lašowaś" + +msgid "Search" +msgstr "Pytaś" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s wuslědk" +msgstr[1] "%(counter)s wuslědka" +msgstr[2] "%(counter)s wuslědki" +msgstr[3] "%(counter)s wuslědkow" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s dogromady" + +msgid "Save as new" +msgstr "Ako nowy składowaś" + +msgid "Save and add another" +msgstr "Składowaś a dalšny pśidaś" + +msgid "Save and continue editing" +msgstr "Składowaś a dalej wobźěłowaś" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Źěkujomy se, až sćo źinsa wěsty cas na websedle pśebywał." + +msgid "Log in again" +msgstr "Hyšći raz pśizjawiś" + +msgid "Password change" +msgstr "Gronidło změniś" + +msgid "Your password was changed." +msgstr "Wašo gronidło jo se změniło." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Pšosym zapódajśo k swójej wěstośe swójo stare gronidło a pótom swójo nowe " +"gronidło dwójcy, aby my mógli pśeglědowaś, lěc sćo jo korektnje zapisał." + +msgid "Change my password" +msgstr "Mójo gronidło změniś" + +msgid "Password reset" +msgstr "Gronidło jo se slědk stajiło" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Wašo gronidło jo se póstajiło. Móžośo pókšacowaś a se něnto pśizjawiś." + +msgid "Password reset confirmation" +msgstr "Wobkšuśenje slědkstajenja gronidła" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Pšosym zapódajśo swójo nowe gronidło dwójcy, aby my mógli pśeglědowaś, lěc " +"sći jo korektnje zapisał." + +msgid "New password:" +msgstr "Nowe gronidło:" + +msgid "Confirm password:" +msgstr "Gronidło wobkšuśiś:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Wótkaz za slědkstajenje gronidła jo njepłaśiwy był, snaź dokulaž jo se južo " +"wužył. Pšosym pšosćo wó nowe slědkstajenje gronidła." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Smy wam instrukcije za nastajenje wašogo gronidła pśez e-mail pósłali, jolic " +"konto ze zapódaneju e-mailoweju adresu eksistěrujo. Wy by dejał ju skóro " +"dostaś." + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Jolic mejlku njedostawaśo, pśeznańśo se, až sćo adresu zapódał, z kótarejuž " +"sćo zregistrěrował, a pśeglědajśo swój spamowy zarědnik." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Dostawaśo toś tu mejlku, dokulaž sćo za swójo wužywarske konto na " +"%(site_name)s wó slědkstajenje gronidła pšosył." + +msgid "Please go to the following page and choose a new password:" +msgstr "Pšosym źiśo k slědujucemu bokoju a wubjeŕśo nowe gronidło:" + +msgid "Your username, in case you've forgotten:" +msgstr "Wašo wužywarske mě, jolic sćo jo zabył:" + +msgid "Thanks for using our site!" +msgstr "Wjeliki źěk za wužywanje našogo sedła!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Team %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"Sćo swójo gronidło zabył? Zapódajśo dołojce swóju e-mailowu adresu a " +"pósćelomy wam instrukcije za nastajenje nowego gronidła pśez e-mail." + +msgid "Email address:" +msgstr "E-mailowa adresa:" + +msgid "Reset my password" +msgstr "Mójo gronidło slědk stajiś" + +msgid "All dates" +msgstr "Wšykne daty" + +#, python-format +msgid "Select %s" +msgstr "%s wubraś" + +#, python-format +msgid "Select %s to change" +msgstr "%s wubraś, aby se změniło" + +msgid "Date:" +msgstr "Datum:" + +msgid "Time:" +msgstr "Cas:" + +msgid "Lookup" +msgstr "Pytanje" + +msgid "Currently:" +msgstr "Tuchylu:" + +msgid "Change:" +msgstr "Změniś:" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/dsb/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/dsb/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..7735d9f3608d535cd72a3bf58fc53b63233c3500 GIT binary patch literal 5016 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 T;-w3sY{l`WC_Ax)fQI6~(WCuK literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/dsb/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/dsb/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..6da4c57 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/dsb/LC_MESSAGES/djangojs.po @@ -0,0 +1,225 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Michael Wolf , 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-06-12 13:24+0000\n" +"Last-Translator: Michael Wolf \n" +"Language-Team: Lower Sorbian (http://www.transifex.com/django/django/" +"language/dsb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: dsb\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" +"%100==4 ? 2 : 3);\n" + +#, javascript-format +msgid "Available %s" +msgstr "K dispoziciji stojece %s" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"To jo lisćina k dispoziciji stojecych %s. Klikniśo na šypku „Wubraś“ mjazy " +"kašćikoma, aby někotare z nich w slědujucem kašćiku wubrał. " + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" +"Zapišćo do toś togo póla, aby zapiski z lisćiny k dispoziciji stojecych %s " +"wufiltrował. " + +msgid "Filter" +msgstr "Filtrowaś" + +msgid "Choose all" +msgstr "Wšykne wubraś" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Klikniśo, aby wšykne %s naraz wubrał." + +msgid "Choose" +msgstr "Wubraś" + +msgid "Remove" +msgstr "Wótpóraś" + +#, javascript-format +msgid "Chosen %s" +msgstr "Wubrane %s" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"To jo lisćina wubranych %s. Klikniśo na šypku „Wótpóraś“ mjazy kašćikoma, " +"aby někotare z nich w slědujucem kašćiku wótpórał." + +msgid "Remove all" +msgstr "Wšykne wótpóraś" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Klikniśo, aby wšykne wubrane %s naraz wótpórał." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s z %(cnt)s wubrany" +msgstr[1] "%(sel)s z %(cnt)s wubranej" +msgstr[2] "%(sel)s z %(cnt)s wubrane" +msgstr[3] "%(sel)s z %(cnt)s wubranych" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Maśo njeskładowane změny za jadnotliwe wobźěłujobne póla. Jolic akciju " +"wuwjeźośo, se waše njeskładowane změny zgubiju." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Sćo akciju wubrał, ale njejsćo hyšći swóje změny za jadnotliwe póla " +"składował, Pšosym klikniśo na W pórěźe, aby składował. Musyśo akciju znowego " +"wuwjasć." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Sćo akciju wubrał, ale njejsćo jadnotliwe póla změnił. Nejskerjej pytaśo " +"skerjej za tłocaškom Start ako za tłocaškom Składowaś." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Glědajśo: Waš cas jo wó %s góźinu pśéd serwerowym casom." +msgstr[1] "Glědajśo: Waš cas jo wó %s góźinje pśéd serwerowym casom." +msgstr[2] "Glědajśo: Waš cas jo wó %s góźiny pśéd serwerowym casom." +msgstr[3] "Glědajśo: Waš cas jo wó %s góźin pśéd serwerowym casom." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Glědajśo: Waš cas jo wó %s góźinu za serwerowym casom." +msgstr[1] "Glědajśo: Waš cas jo wó %s góźinje za serwerowym casom." +msgstr[2] "Glědajśo: Waš cas jo wó %s góźiny za serwerowym casom." +msgstr[3] "Glědajśo: Waš cas jo wó %s góźin za serwerowym casom." + +msgid "Now" +msgstr "Něnto" + +msgid "Choose a Time" +msgstr "Wubjeŕśo cas" + +msgid "Choose a time" +msgstr "Wubjeŕśo cas" + +msgid "Midnight" +msgstr "Połnoc" + +msgid "6 a.m." +msgstr "6:00 góź. dopołdnja" + +msgid "Noon" +msgstr "Połdnjo" + +msgid "6 p.m." +msgstr "6:00 wótpołdnja" + +msgid "Cancel" +msgstr "Pśetergnuś" + +msgid "Today" +msgstr "Źinsa" + +msgid "Choose a Date" +msgstr "Wubjeŕśo datum" + +msgid "Yesterday" +msgstr "Cora" + +msgid "Tomorrow" +msgstr "Witśe" + +msgid "January" +msgstr "Januar" + +msgid "February" +msgstr "Februar" + +msgid "March" +msgstr "Měrc" + +msgid "April" +msgstr "Apryl" + +msgid "May" +msgstr "Maj" + +msgid "June" +msgstr "Junij" + +msgid "July" +msgstr "Julij" + +msgid "August" +msgstr "Awgust" + +msgid "September" +msgstr "September" + +msgid "October" +msgstr "Oktober" + +msgid "November" +msgstr "Nowember" + +msgid "December" +msgstr "December" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "Nj" + +msgctxt "one letter Monday" +msgid "M" +msgstr "Pó" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "Wa" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "Sr" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "St" + +msgctxt "one letter Friday" +msgid "F" +msgstr "Pě" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "So" + +msgid "Show" +msgstr "Pokazaś" + +msgid "Hide" +msgstr "Schowaś" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/el/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/el/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..30f6ac519a7c31e797da5ef004e281ec3c68da68 GIT binary patch literal 22543 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 I)l_2pUr5avm;e9( literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/el/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/el/LC_MESSAGES/django.po new file mode 100644 index 0000000..b600800 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/el/LC_MESSAGES/django.po @@ -0,0 +1,710 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Dimitris Glezos , 2011 +# Giannis Meletakis , 2015 +# Jannis Leidel , 2011 +# Nick Mavrakis , 2016 +# Pãnoș , 2014 +# Pãnoș , 2016 +# Yorgos Pagles , 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-07-20 19:46+0000\n" +"Last-Translator: Pãnoș \n" +"Language-Team: Greek (http://www.transifex.com/django/django/language/el/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Επιτυχώς διεγράφησαν %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Αδύνατη η διαγραφή του %(name)s" + +msgid "Are you sure?" +msgstr "Είστε σίγουροι;" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Διαγραφή επιλεγμένων %(verbose_name_plural)s" + +msgid "Administration" +msgstr "Διαχείριση" + +msgid "All" +msgstr "Όλα" + +msgid "Yes" +msgstr "Ναι" + +msgid "No" +msgstr "Όχι" + +msgid "Unknown" +msgstr "Άγνωστο" + +msgid "Any date" +msgstr "Οποιαδήποτε ημερομηνία" + +msgid "Today" +msgstr "Σήμερα" + +msgid "Past 7 days" +msgstr "Τελευταίες 7 ημέρες" + +msgid "This month" +msgstr "Αυτόν το μήνα" + +msgid "This year" +msgstr "Αυτόν το χρόνο" + +msgid "No date" +msgstr "Καθόλου ημερομηνία" + +msgid "Has date" +msgstr "Έχει ημερομηνία" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Παρακαλώ εισάγετε το σωστό %(username)s και κωδικό για λογαριασμό " +"προσωπικού. Σημειώστε οτι και στα δύο πεδία μπορεί να έχει σημασία αν είναι " +"κεφαλαία ή μικρά. " + +msgid "Action:" +msgstr "Ενέργεια:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Προσθήκη και άλλου %(verbose_name)s" + +msgid "Remove" +msgstr "Αφαίρεση" + +msgid "action time" +msgstr "ώρα ενέργειας" + +msgid "user" +msgstr "χρήστης" + +msgid "content type" +msgstr "τύπος περιεχομένου" + +msgid "object id" +msgstr "ταυτότητα αντικειμένου" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "αναπαράσταση αντικειμένου" + +msgid "action flag" +msgstr "σημαία ενέργειας" + +msgid "change message" +msgstr "αλλαγή μηνύματος" + +msgid "log entry" +msgstr "εγγραφή καταγραφής" + +msgid "log entries" +msgstr "εγγραφές καταγραφής" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "Προστέθηκαν \"%(object)s\"." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "Αλλάχθηκαν \"%(object)s\" - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "Διαγράφηκαν \"%(object)s.\"" + +msgid "LogEntry Object" +msgstr "Αντικείμενο LogEntry" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "Προστέθηκε {name} \"{object}\"." + +msgid "Added." +msgstr "Προστέθηκε" + +msgid "and" +msgstr "και" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "Αλλαγή του {fields} για {name} \"{object}\"." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "Αλλαγή του {fields}." + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "Διαγραφή {name} \"{object}\"." + +msgid "No fields changed." +msgstr "Δεν άλλαξε κανένα πεδίο." + +msgid "None" +msgstr "Κανένα" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" +"Κρατήστε πατημένο το \"Control\", ή το \"Command\" αν έχετε Mac, για να " +"επιλέξετε παραπάνω από ένα." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" +"Το {name} \"{obj}\" προστέθηκε με επιτυχία. Μπορείτε να το επεξεργαστείτε " +"πάλι παρακάτω." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" +"Το {name} \"{obj}\" προστέθηκε με επιτυχία. Μπορείτε να προσθέσετε και άλλο " +"{name} παρακάτω." + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "Το {name} \"{obj}\" αποθηκεύτηκε με επιτυχία." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" +"Το {name} \"{obj}\" αλλάχθηκε επιτυχώς. Μπορείτε να το επεξεργαστείτε ξανά " +"παρακάτω." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" +"Το {name} \"{obj}\" αλλάχθηκε με επιτυχία. Μπορείτε να προσθέσετε και άλλο " +"{name} παρακάτω." + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "Το {name} \"{obj}\" αλλάχθηκε με επιτυχία." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Καμμία αλλαγή δεν έχει πραγματοποιηθεί ακόμα γιατί δεν έχετε επιλέξει κανένα " +"αντικείμενο. Πρέπει να επιλέξετε ένα ή περισσότερα αντικείμενα για να " +"πραγματοποιήσετε ενέργειες σε αυτά." + +msgid "No action selected." +msgstr "Δεν έχει επιλεγεί ενέργεια." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "Το %(name)s \"%(obj)s\" διαγράφηκε με επιτυχία." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr " Το αντικείμενο %(name)s με πρωτεύον κλειδί %(key)r δεν βρέθηκε." + +#, python-format +msgid "Add %s" +msgstr "Προσθήκη %s" + +#, python-format +msgid "Change %s" +msgstr "Αλλαγή του %s" + +msgid "Database error" +msgstr "Σφάλμα βάσεως δεδομένων" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s άλλαξε επιτυχώς." +msgstr[1] "%(count)s %(name)s άλλαξαν επιτυχώς." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "Επιλέχθηκε %(total_count)s" +msgstr[1] "Επιλέχθηκαν και τα %(total_count)s" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "Επιλέγησαν 0 από %(cnt)s" + +#, python-format +msgid "Change history: %s" +msgstr "Ιστορικό αλλαγών: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Η διαγραφή %(class_name)s %(instance)s θα απαιτούσε την διαγραφή των " +"ακόλουθων προστατευόμενων συγγενεύων αντικειμένων: %(related_objects)s" + +msgid "Django site admin" +msgstr "Ιστότοπος διαχείρισης Django" + +msgid "Django administration" +msgstr "Διαχείριση Django" + +msgid "Site administration" +msgstr "Διαχείριση του ιστότοπου" + +msgid "Log in" +msgstr "Σύνδεση" + +#, python-format +msgid "%(app)s administration" +msgstr "Διαχείριση %(app)s" + +msgid "Page not found" +msgstr "Η σελίδα δε βρέθηκε" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Λυπόμαστε, αλλά η σελίδα που ζητήθηκε δε μπόρεσε να βρεθεί." + +msgid "Home" +msgstr "Αρχική" + +msgid "Server error" +msgstr "Σφάλμα εξυπηρετητή" + +msgid "Server error (500)" +msgstr "Σφάλμα εξυπηρετητή (500)" + +msgid "Server Error (500)" +msgstr "Σφάλμα εξυπηρετητή (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Υπήρξε ένα σφάλμα. Έχει αναφερθεί στους διαχειριστές της σελίδας μέσω email, " +"και λογικά θα διορθωθεί αμεσα. Ευχαριστούμε για την υπομονή σας." + +msgid "Run the selected action" +msgstr "Εκτέλεση της επιλεγμένης ενέργειας" + +msgid "Go" +msgstr "Μετάβαση" + +msgid "Click here to select the objects across all pages" +msgstr "Κάντε κλικ εδώ για να επιλέξετε τα αντικείμενα σε όλες τις σελίδες" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Επιλέξτε και τα %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Καθαρισμός επιλογής" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Αρχικά εισάγετε το όνομα χρήστη και τον κωδικό πρόσβασης. Μετά την " +"ολοκλήρωση αυτού του βήματος θα έχετε την επιλογή να προσθέσετε όλα τα " +"υπόλοιπα στοιχεία για τον χρήστη." + +msgid "Enter a username and password." +msgstr "Εισάγετε όνομα χρήστη και συνθηματικό." + +msgid "Change password" +msgstr "Αλλαγή συνθηματικού" + +msgid "Please correct the error below." +msgstr "Παρακαλούμε διορθώστε το παρακάτω λάθος." + +msgid "Please correct the errors below." +msgstr "Παρακαλοϋμε διορθώστε τα παρακάτω λάθη." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" +"Εισάγετε ένα νέο κωδικό πρόσβασης για τον χρήστη %(username)s." + +msgid "Welcome," +msgstr "Καλωσήρθατε," + +msgid "View site" +msgstr "Δες την εφαρμογή" + +msgid "Documentation" +msgstr "Τεκμηρίωση" + +msgid "Log out" +msgstr "Αποσύνδεση" + +#, python-format +msgid "Add %(name)s" +msgstr "Προσθήκη %(name)s" + +msgid "History" +msgstr "Ιστορικό" + +msgid "View on site" +msgstr "Προβολή στον ιστότοπο" + +msgid "Filter" +msgstr "Φίλτρο" + +msgid "Remove from sorting" +msgstr "Αφαίρεση από την ταξινόμηση" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Προτεραιότητα ταξινόμησης: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Εναλλαγή ταξινόμησης" + +msgid "Delete" +msgstr "Διαγραφή" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Επιλέξατε την διαγραφή του αντικειμένου '%(escaped_object)s' είδους " +"%(object_name)s. Αυτό συνεπάγεται την διαγραφή συσχετισμένων αντικειμενων " +"για τα οποία δεν έχετε δικάιωμα διαγραφής. Τα είδη των αντικειμένων αυτών " +"είναι:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Η διαγραφή του %(object_name)s '%(escaped_object)s' απαιτεί την διαγραφή " +"των παρακάτω προστατευμένων αντικειμένων:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Επιβεβαιώστε ότι επιθημείτε την διαγραφή του %(object_name)s " +"\"%(escaped_object)s\". Αν προχωρήσετε με την διαγραφή όλα τα παρακάτω " +"συσχετισμένα αντικείμενα θα διαγραφούν επίσης:" + +msgid "Objects" +msgstr "Αντικείμενα" + +msgid "Yes, I'm sure" +msgstr "Ναι, είμαι βέβαιος" + +msgid "No, take me back" +msgstr "Όχι, επέστρεψε με πίσω." + +msgid "Delete multiple objects" +msgstr "Διαγραφή πολλαπλών αντικειμένων" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Η διαγραφή των επιλεγμένων %(objects_name)s θα είχε σαν αποτέλεσμα την " +"διαγραφή συσχετισμένων αντικειμένων για τα οποία δεν έχετε το διακαίωμα " +"διαγραφής:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Η διαγραφή των επιλεγμένων %(objects_name)s απαιτεί την διαγραφή των " +"παρακάτω προστατευμένων αντικειμένων:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Επιβεβαιώστε ότι επιθημείτε την διαγραφή των επιλεγμένων %(objects_name)s . " +"Αν προχωρήσετε με την διαγραφή όλα τα παρακάτω συσχετισμένα αντικείμενα θα " +"διαγραφούν επίσης:" + +msgid "Change" +msgstr "Αλλαγή" + +msgid "Delete?" +msgstr "Διαγραφή;" + +#, python-format +msgid " By %(filter_title)s " +msgstr " Ανά %(filter_title)s " + +msgid "Summary" +msgstr "Περίληψη" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Μοντέλα στην εφαρμογή %(name)s" + +msgid "Add" +msgstr "Προσθήκη" + +msgid "You don't have permission to edit anything." +msgstr "Δεν έχετε δικαίωμα να επεξεργαστείτε τίποτα." + +msgid "Recent actions" +msgstr "Πρόσφατες ενέργειες" + +msgid "My actions" +msgstr "Οι ενέργειες μου" + +msgid "None available" +msgstr "Κανένα διαθέσιμο" + +msgid "Unknown content" +msgstr "Άγνωστο περιεχόμενο" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Φαίνεται να υπάρχει πρόβλημα με την εγκατάσταση της βάσης σας. Θα πρέπει να " +"βεβαιωθείτε ότι οι απαραίτητοι πίνακες έχουν δημιουργηθεί και ότι η βάση " +"είναι προσβάσιμη από τον αντίστοιχο χρήστη που έχετε δηλώσει." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Επικυρωθήκατε ως %(username)s, αλλά δεν έχετε εξουσιοδότηση για αυτή την " +"σελίδα. Θέλετε να συνδεθείτε με άλλο λογαριασμό;" + +msgid "Forgotten your password or username?" +msgstr "Ξεχάσατε το συνθηματικό ή το όνομα χρήστη σας;" + +msgid "Date/time" +msgstr "Ημερομηνία/ώρα" + +msgid "User" +msgstr "Χρήστης" + +msgid "Action" +msgstr "Ενέργεια" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Δεν υπάρχει ιστορικό αλλαγών γι' αυτό το αντικείμενο. Είναι πιθανό η " +"προσθήκη του να μην πραγματοποιήθηκε χρησιμοποιώντας το διαχειριστικό." + +msgid "Show all" +msgstr "Εμφάνιση όλων" + +msgid "Save" +msgstr "Αποθήκευση" + +msgid "Popup closing..." +msgstr "Κλείσιμο popup..." + +#, python-format +msgid "Change selected %(model)s" +msgstr "Άλλαξε το επιλεγμένο %(model)s" + +#, python-format +msgid "Add another %(model)s" +msgstr "Πρόσθεσε άλλο ένα %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Διέγραψε το επιλεγμένο %(model)s" + +msgid "Search" +msgstr "Αναζήτηση" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s αποτέλεσμα" +msgstr[1] "%(counter)s αποτελέσματα" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s συνολικά" + +msgid "Save as new" +msgstr "Αποθήκευση ως νέο" + +msgid "Save and add another" +msgstr "Αποθήκευση και προσθήκη καινούριου" + +msgid "Save and continue editing" +msgstr "Αποθήκευση και συνέχεια επεξεργασίας" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Ευχαριστούμε που διαθέσατε κάποιο ποιοτικό χρόνο στον ιστότοπο σήμερα." + +msgid "Log in again" +msgstr "Επανασύνδεση" + +msgid "Password change" +msgstr "Αλλαγή συνθηματικού" + +msgid "Your password was changed." +msgstr "Το συνθηματικό σας αλλάχθηκε." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Παρακαλούμε εισάγετε το παλιό σας συνθηματικό, για λόγους ασφάλειας, και " +"κατόπιν εισάγετε το νέο σας συνθηματικό δύο φορές ούτως ώστε να " +"πιστοποιήσουμε ότι το πληκτρολογήσατε σωστά." + +msgid "Change my password" +msgstr "Αλλαγή του συνθηματικού μου" + +msgid "Password reset" +msgstr "Επαναφορά συνθηματικού" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "" +"Ορίσατε επιτυχώς έναν κωδικό πρόσβασής. Πλέον έχετε την δυνατότητα να " +"συνδεθήτε." + +msgid "Password reset confirmation" +msgstr "Επιβεβαίωση επαναφοράς κωδικού πρόσβασης" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Παρακαλούμε πληκτρολογήστε το νέο κωδικό πρόσβασης δύο φορές ώστε να " +"βεβαιωθούμε ότι δεν πληκτρολογήσατε κάποιον χαρακτήρα λανθασμένα." + +msgid "New password:" +msgstr "Νέο συνθηματικό:" + +msgid "Confirm password:" +msgstr "Επιβεβαίωση συνθηματικού:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Ο σύνδεσμος που χρησιμοποιήσατε για την επαναφορά του κωδικού πρόσβασης δεν " +"είναι πλεόν διαθέσιμος. Πιθανώς έχει ήδη χρησιμοποιηθεί. Θα χρειαστεί να " +"πραγματοποιήσετε και πάλι την διαδικασία αίτησης επαναφοράς του κωδικού " +"πρόσβασης." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Σας έχουμε αποστείλει οδηγίες σχετικά με τον ορισμό του κωδικού σας, αν " +"υπάρχει ήδη κάποιος λογαριασμός με την διεύθυνση ηλεκτρονικού ταχυδρομείου " +"που δηλώσατε. Θα λάβετε τις οδηγίες σύντομα." + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Εάν δεν λάβετε email, παρακαλούμε σιγουρευτείτε οτί έχετε εισάγει την " +"διεύθυνση με την οποία έχετε εγγραφεί, και ελέγξτε τον φάκελο με τα " +"ανεπιθύμητα." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Λαμβάνετε αυτό το email επειδή ζητήσατε επαναφορά κωδικού για τον λογαριασμό " +"σας στο %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "" +"Παρακαλούμε επισκεφθήτε την ακόλουθη σελίδα και επιλέξτε ένα νέο κωδικό " +"πρόσβασης: " + +msgid "Your username, in case you've forgotten:" +msgstr "" +"Το όνομα χρήστη με το οποίο είστε καταχωρημένος για την περίπτωση στην οποία " +"το έχετε ξεχάσει:" + +msgid "Thanks for using our site!" +msgstr "Ευχαριστούμε που χρησιμοποιήσατε τον ιστότοπο μας!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Η ομάδα του %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"Ξεχάσατε τον κωδικό σας; Εισάγετε το email σας παρακάτω, και θα σας " +"αποστείλουμε οδηγίες για να ρυθμίσετε εναν καινούργιο." + +msgid "Email address:" +msgstr "Ηλεκτρονική διεύθυνση:" + +msgid "Reset my password" +msgstr "Επαναφορά του συνθηματικού μου" + +msgid "All dates" +msgstr "Όλες οι ημερομηνίες" + +#, python-format +msgid "Select %s" +msgstr "Επιλέξτε %s" + +#, python-format +msgid "Select %s to change" +msgstr "Επιλέξτε %s προς αλλαγή" + +msgid "Date:" +msgstr "Ημ/νία:" + +msgid "Time:" +msgstr "Ώρα:" + +msgid "Lookup" +msgstr "Αναζήτηση" + +msgid "Currently:" +msgstr "Τώρα:" + +msgid "Change:" +msgstr "Επεξεργασία:" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/el/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/el/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..26dd3c205419ed0e6a5ec3180baf557cf591ac7f GIT binary patch literal 5888 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 literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/el/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/el/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..4061f7d --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/el/LC_MESSAGES/djangojs.po @@ -0,0 +1,223 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Dimitris Glezos , 2011 +# glogiotatidis , 2011 +# Jannis Leidel , 2011 +# Nikolas Demiridis , 2014 +# Nick Mavrakis , 2016 +# Pãnoș , 2014 +# Pãnoș , 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-07-14 10:20+0000\n" +"Last-Translator: Nick Mavrakis \n" +"Language-Team: Greek (http://www.transifex.com/django/django/language/el/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Διαθέσιμο %s" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"Αυτή είναι η λίστα των διαθέσιμων %s. Μπορείτε να επιλέξετε κάποια, από το " +"παρακάτω πεδίο και πατώντας το βέλος \"Επιλογή\" μεταξύ των δύο πεδίων." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" +"Πληκτρολογήστε σε αυτό το πεδίο για να φιλτράρετε τη λίστα των διαθέσιμων %s." + +msgid "Filter" +msgstr "Φίλτρο" + +msgid "Choose all" +msgstr "Επιλογή όλων" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Πατήστε για επιλογή όλων των %s με τη μία." + +msgid "Choose" +msgstr "Επιλογή" + +msgid "Remove" +msgstr "Αφαίρεση" + +#, javascript-format +msgid "Chosen %s" +msgstr "Επιλέχθηκε %s" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"Αυτή είναι η λίστα των επιλεγμένων %s. Μπορείτε να αφαιρέσετε μερικά " +"επιλέγοντας τα απο το κουτί παρακάτω και μετά κάνοντας κλίκ στο βελάκι " +"\"Αφαίρεση\" ανάμεσα στα δύο κουτιά." + +msgid "Remove all" +msgstr "Αφαίρεση όλων" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Κλίκ για να αφαιρεθούν όλα τα επιλεγμένα %s με τη μία." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s από %(cnt)s επιλεγμένα" +msgstr[1] "%(sel)s από %(cnt)s επιλεγμένα" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Έχετε μη αποθηκευμένες αλλαγές σε μεμονωμένα επεξεργάσιμα πεδία. Άν " +"εκτελέσετε μια ενέργεια, οι μη αποθηκευμένες αλλάγες θα χαθούν" + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Έχετε επιλέξει μια ενέργεια, αλλά δεν έχετε αποθηκεύσει τις αλλαγές στα " +"εκάστωτε πεδία ακόμα. Παρακαλώ πατήστε ΟΚ για να τις αποθηκεύσετε. Θα " +"χρειαστεί να εκτελέσετε ξανά την ενέργεια." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Έχετε επιλέξει μια ενέργεια, και δεν έχετε κάνει καμία αλλαγή στα εκάστοτε " +"πεδία. Πιθανών θέλετε το κουμπί Go αντί του κουμπιού Αποθήκευσης." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Σημείωση: Είστε %s ώρα μπροστά από την ώρα του εξυπηρετητή." +msgstr[1] "Σημείωση: Είστε %s ώρες μπροστά από την ώρα του εξυπηρετητή." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Σημείωση: Είστε %s ώρα πίσω από την ώρα του εξυπηρετητή" +msgstr[1] "Σημείωση: Είστε %s ώρες πίσω από την ώρα του εξυπηρετητή." + +msgid "Now" +msgstr "Τώρα" + +msgid "Choose a Time" +msgstr "Επιλέξτε Χρόνο" + +msgid "Choose a time" +msgstr "Επιλέξτε χρόνο" + +msgid "Midnight" +msgstr "Μεσάνυχτα" + +msgid "6 a.m." +msgstr "6 π.μ." + +msgid "Noon" +msgstr "Μεσημέρι" + +msgid "6 p.m." +msgstr "6 μ.μ." + +msgid "Cancel" +msgstr "Ακύρωση" + +msgid "Today" +msgstr "Σήμερα" + +msgid "Choose a Date" +msgstr "Επιλέξτε μια Ημερομηνία" + +msgid "Yesterday" +msgstr "Χθές" + +msgid "Tomorrow" +msgstr "Αύριο" + +msgid "January" +msgstr "Ιανουάριος" + +msgid "February" +msgstr "Φεβρουάριος" + +msgid "March" +msgstr "Μάρτιος" + +msgid "April" +msgstr "Απρίλιος" + +msgid "May" +msgstr "Μάιος" + +msgid "June" +msgstr "Ιούνιος" + +msgid "July" +msgstr "Ιούλιος" + +msgid "August" +msgstr "Αύγουστος" + +msgid "September" +msgstr "Σεπτέμβριος" + +msgid "October" +msgstr "Οκτώβριος" + +msgid "November" +msgstr "Νοέμβριος" + +msgid "December" +msgstr "Δεκέμβριος" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "Κ" + +msgctxt "one letter Monday" +msgid "M" +msgstr "Δ" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "Τ" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "Τ" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "Π" + +msgctxt "one letter Friday" +msgid "F" +msgstr "Π" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "Σ" + +msgid "Show" +msgstr "Προβολή" + +msgid "Hide" +msgstr "Απόκρυψη" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/en/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/en/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..08a7b68596a8a494a33644935e4ca6d40be6447f GIT binary patch literal 356 zcmYL^T}#6-6ow~yl}oR^$c0zxnQ2R<#t+1;!eGTQs`s%yW*IdZNha=x`1kxRo+7R< zJcL6Ya^CzLAAOG~2gC_+N*odwM4y5ZWM(uUoJsz&^Zmzz!*d&8TR@&V)BOZ^1J;Pp-3(L-q)*BYxOFWyXKqhBsF BVW0p2 literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/en/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/en/LC_MESSAGES/django.po new file mode 100644 index 0000000..ff15889 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/en/LC_MESSAGES/django.po @@ -0,0 +1,850 @@ +# This file is distributed under the same license as the Django package. +# +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2010-05-13 15:35+0200\n" +"Last-Translator: Django team\n" +"Language-Team: English \n" +"Language: en\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: contrib/admin/actions.py:50 +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "" + +#: contrib/admin/actions.py:62 contrib/admin/options.py:1707 +#, python-format +msgid "Cannot delete %(name)s" +msgstr "" + +#: contrib/admin/actions.py:64 contrib/admin/options.py:1709 +msgid "Are you sure?" +msgstr "" + +#: contrib/admin/actions.py:89 +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "" + +#: contrib/admin/apps.py:11 +msgid "Administration" +msgstr "" + +#: contrib/admin/filters.py:107 contrib/admin/filters.py:205 +#: contrib/admin/filters.py:241 contrib/admin/filters.py:278 +#: contrib/admin/filters.py:384 +msgid "All" +msgstr "" + +#: contrib/admin/filters.py:242 +msgid "Yes" +msgstr "" + +#: contrib/admin/filters.py:243 +msgid "No" +msgstr "" + +#: contrib/admin/filters.py:257 +msgid "Unknown" +msgstr "" + +#: contrib/admin/filters.py:316 +msgid "Any date" +msgstr "" + +#: contrib/admin/filters.py:317 +msgid "Today" +msgstr "" + +#: contrib/admin/filters.py:321 +msgid "Past 7 days" +msgstr "" + +#: contrib/admin/filters.py:325 +msgid "This month" +msgstr "" + +#: contrib/admin/filters.py:329 +msgid "This year" +msgstr "" + +#: contrib/admin/filters.py:359 +msgid "No date" +msgstr "" + +#: contrib/admin/filters.py:360 +msgid "Has date" +msgstr "" + +#: contrib/admin/forms.py:14 +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" + +#: contrib/admin/helpers.py:27 +msgid "Action:" +msgstr "" + +#: contrib/admin/helpers.py:286 +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "" + +#: contrib/admin/helpers.py:289 +msgid "Remove" +msgstr "" + +#: contrib/admin/models.py:39 +msgid "action time" +msgstr "" + +#: contrib/admin/models.py:46 +msgid "user" +msgstr "" + +#: contrib/admin/models.py:51 +msgid "content type" +msgstr "" + +#: contrib/admin/models.py:54 +msgid "object id" +msgstr "" + +#. Translators: 'repr' means representation (https://docs.python.org/3/library/functions.html#repr) +#: contrib/admin/models.py:56 +msgid "object repr" +msgstr "" + +#: contrib/admin/models.py:57 +msgid "action flag" +msgstr "" + +#: contrib/admin/models.py:59 +msgid "change message" +msgstr "" + +#: contrib/admin/models.py:64 +msgid "log entry" +msgstr "" + +#: contrib/admin/models.py:65 +msgid "log entries" +msgstr "" + +#: contrib/admin/models.py:74 +#, python-format +msgid "Added \"%(object)s\"." +msgstr "" + +#: contrib/admin/models.py:76 +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "" + +#: contrib/admin/models.py:81 +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "" + +#: contrib/admin/models.py:83 +msgid "LogEntry Object" +msgstr "" + +#: contrib/admin/models.py:109 +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +#: contrib/admin/models.py:111 +msgid "Added." +msgstr "" + +#: contrib/admin/models.py:115 contrib/admin/options.py:1917 +msgid "and" +msgstr "" + +#: contrib/admin/models.py:119 +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#: contrib/admin/models.py:123 +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#: contrib/admin/models.py:127 +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +#: contrib/admin/models.py:130 +msgid "No fields changed." +msgstr "" + +#: contrib/admin/options.py:196 contrib/admin/options.py:225 +msgid "None" +msgstr "" + +#: contrib/admin/options.py:261 +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#: contrib/admin/options.py:1115 contrib/admin/options.py:1186 +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#: contrib/admin/options.py:1129 +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#: contrib/admin/options.py:1139 +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#: contrib/admin/options.py:1176 +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#: contrib/admin/options.py:1199 +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#: contrib/admin/options.py:1211 +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +#: contrib/admin/options.py:1296 contrib/admin/options.py:1564 +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" + +#: contrib/admin/options.py:1315 +msgid "No action selected." +msgstr "" + +#: contrib/admin/options.py:1336 +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "" + +#: contrib/admin/options.py:1424 contrib/admin/options.py:1682 +#: contrib/admin/options.py:1738 +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "" + +#: contrib/admin/options.py:1475 +#, python-format +msgid "Add %s" +msgstr "" + +#: contrib/admin/options.py:1475 +#, python-format +msgid "Change %s" +msgstr "" + +#: contrib/admin/options.py:1543 +msgid "Database error" +msgstr "" + +#: contrib/admin/options.py:1606 +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "" +msgstr[1] "" + +#: contrib/admin/options.py:1633 +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "" +msgstr[1] "" + +#: contrib/admin/options.py:1639 +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "" + +#: contrib/admin/options.py:1755 +#, python-format +msgid "Change history: %s" +msgstr "" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#: contrib/admin/options.py:1911 +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "" + +#: contrib/admin/options.py:1918 +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +#: contrib/admin/sites.py:40 contrib/admin/templates/admin/base_site.html:3 +msgid "Django site admin" +msgstr "" + +#: contrib/admin/sites.py:43 contrib/admin/templates/admin/base_site.html:6 +msgid "Django administration" +msgstr "" + +#: contrib/admin/sites.py:46 +msgid "Site administration" +msgstr "" + +#: contrib/admin/sites.py:398 contrib/admin/templates/admin/login.html.py:61 +#: contrib/admin/templates/registration/password_reset_complete.html:18 +#: contrib/admin/tests.py:131 +msgid "Log in" +msgstr "" + +#: contrib/admin/sites.py:525 +#, python-format +msgid "%(app)s administration" +msgstr "" + +#: contrib/admin/templates/admin/404.html:4 +#: contrib/admin/templates/admin/404.html:8 +msgid "Page not found" +msgstr "" + +#: contrib/admin/templates/admin/404.html:10 +msgid "We're sorry, but the requested page could not be found." +msgstr "" + +#: contrib/admin/templates/admin/500.html:6 +#: contrib/admin/templates/admin/app_index.html:9 +#: contrib/admin/templates/admin/auth/user/change_password.html:13 +#: contrib/admin/templates/admin/base.html:56 +#: contrib/admin/templates/admin/change_form.html:18 +#: contrib/admin/templates/admin/change_list.html:31 +#: contrib/admin/templates/admin/delete_confirmation.html:13 +#: contrib/admin/templates/admin/delete_selected_confirmation.html:13 +#: contrib/admin/templates/admin/invalid_setup.html:6 +#: contrib/admin/templates/admin/object_history.html:6 +#: contrib/admin/templates/registration/logged_out.html:4 +#: contrib/admin/templates/registration/password_change_done.html:6 +#: contrib/admin/templates/registration/password_change_form.html:7 +#: contrib/admin/templates/registration/password_reset_complete.html:6 +#: contrib/admin/templates/registration/password_reset_confirm.html:6 +#: contrib/admin/templates/registration/password_reset_done.html:6 +#: contrib/admin/templates/registration/password_reset_form.html:6 +msgid "Home" +msgstr "" + +#: contrib/admin/templates/admin/500.html:7 +msgid "Server error" +msgstr "" + +#: contrib/admin/templates/admin/500.html:11 +msgid "Server error (500)" +msgstr "" + +#: contrib/admin/templates/admin/500.html:14 +msgid "Server Error (500)" +msgstr "" + +#: contrib/admin/templates/admin/500.html:15 +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +#: contrib/admin/templates/admin/actions.html:4 +msgid "Run the selected action" +msgstr "" + +#: contrib/admin/templates/admin/actions.html:4 +msgid "Go" +msgstr "" + +#: contrib/admin/templates/admin/actions.html:10 +msgid "Click here to select the objects across all pages" +msgstr "" + +#: contrib/admin/templates/admin/actions.html:10 +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "" + +#: contrib/admin/templates/admin/actions.html:12 +msgid "Clear selection" +msgstr "" + +#: contrib/admin/templates/admin/auth/user/add_form.html:6 +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" + +#: contrib/admin/templates/admin/auth/user/add_form.html:8 +msgid "Enter a username and password." +msgstr "" + +#: contrib/admin/templates/admin/auth/user/change_password.html:17 +#: contrib/admin/templates/admin/auth/user/change_password.html:54 +#: contrib/admin/templates/admin/base.html:44 +#: contrib/admin/templates/registration/password_change_done.html:3 +#: contrib/admin/templates/registration/password_change_form.html:4 +msgid "Change password" +msgstr "" + +#: contrib/admin/templates/admin/auth/user/change_password.html:27 +#: contrib/admin/templates/admin/change_form.html:47 +#: contrib/admin/templates/admin/change_list.html:58 +#: contrib/admin/templates/admin/login.html:21 +#: contrib/admin/templates/registration/password_change_form.html:21 +msgid "Please correct the error below." +msgstr "" + +#: contrib/admin/templates/admin/auth/user/change_password.html:27 +#: contrib/admin/templates/admin/change_form.html:47 +#: contrib/admin/templates/admin/change_list.html:58 +#: contrib/admin/templates/admin/login.html:21 +#: contrib/admin/templates/registration/password_change_form.html:21 +msgid "Please correct the errors below." +msgstr "" + +#: contrib/admin/templates/admin/auth/user/change_password.html:31 +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" + +#: contrib/admin/templates/admin/base.html:30 +msgid "Welcome," +msgstr "" + +#: contrib/admin/templates/admin/base.html:35 +msgid "View site" +msgstr "" + +#: contrib/admin/templates/admin/base.html:40 +#: contrib/admin/templates/registration/password_change_done.html:3 +#: contrib/admin/templates/registration/password_change_form.html:4 +msgid "Documentation" +msgstr "" + +#: contrib/admin/templates/admin/base.html:46 +#: contrib/admin/templates/registration/password_change_done.html:3 +#: contrib/admin/templates/registration/password_change_form.html:4 +msgid "Log out" +msgstr "" + +#: contrib/admin/templates/admin/change_form.html:21 +#: contrib/admin/templates/admin/change_list.html:49 +#, python-format +msgid "Add %(name)s" +msgstr "" + +#: contrib/admin/templates/admin/change_form.html:33 +#: contrib/admin/templates/admin/object_history.html:10 +msgid "History" +msgstr "" + +#: contrib/admin/templates/admin/change_form.html:35 +#: contrib/admin/templates/admin/edit_inline/stacked.html:14 +#: contrib/admin/templates/admin/edit_inline/tabular.html:36 +msgid "View on site" +msgstr "" + +#: contrib/admin/templates/admin/change_list.html:69 +msgid "Filter" +msgstr "" + +#: contrib/admin/templates/admin/change_list_results.html:17 +msgid "Remove from sorting" +msgstr "" + +#: contrib/admin/templates/admin/change_list_results.html:18 +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "" + +#: contrib/admin/templates/admin/change_list_results.html:19 +msgid "Toggle sorting" +msgstr "" + +#: contrib/admin/templates/admin/delete_confirmation.html:17 +#: contrib/admin/templates/admin/related_widget_wrapper.html:23 +#: contrib/admin/templates/admin/submit_line.html:6 +msgid "Delete" +msgstr "" + +#: contrib/admin/templates/admin/delete_confirmation.html:23 +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" + +#: contrib/admin/templates/admin/delete_confirmation.html:30 +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" + +#: contrib/admin/templates/admin/delete_confirmation.html:37 +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" + +#: contrib/admin/templates/admin/delete_confirmation.html:39 +#: contrib/admin/templates/admin/delete_selected_confirmation.html:38 +msgid "Objects" +msgstr "" + +#: contrib/admin/templates/admin/delete_confirmation.html:46 +#: contrib/admin/templates/admin/delete_selected_confirmation.html:49 +msgid "Yes, I'm sure" +msgstr "" + +#: contrib/admin/templates/admin/delete_confirmation.html:47 +#: contrib/admin/templates/admin/delete_selected_confirmation.html:50 +msgid "No, take me back" +msgstr "" + +#: contrib/admin/templates/admin/delete_selected_confirmation.html:16 +msgid "Delete multiple objects" +msgstr "" + +#: contrib/admin/templates/admin/delete_selected_confirmation.html:22 +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" + +#: contrib/admin/templates/admin/delete_selected_confirmation.html:29 +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" + +#: contrib/admin/templates/admin/delete_selected_confirmation.html:36 +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" + +#: contrib/admin/templates/admin/edit_inline/stacked.html:12 +#: contrib/admin/templates/admin/edit_inline/tabular.html:34 +#: contrib/admin/templates/admin/index.html:37 +#: contrib/admin/templates/admin/related_widget_wrapper.html:9 +msgid "Change" +msgstr "" + +#: contrib/admin/templates/admin/edit_inline/tabular.html:20 +msgid "Delete?" +msgstr "" + +#: contrib/admin/templates/admin/filter.html:2 +#, python-format +msgid " By %(filter_title)s " +msgstr "" + +#: contrib/admin/templates/admin/includes/object_delete_summary.html:2 +msgid "Summary" +msgstr "" + +#: contrib/admin/templates/admin/index.html:20 +#, python-format +msgid "Models in the %(name)s application" +msgstr "" + +#: contrib/admin/templates/admin/index.html:31 +#: contrib/admin/templates/admin/related_widget_wrapper.html:16 +msgid "Add" +msgstr "" + +#: contrib/admin/templates/admin/index.html:47 +msgid "You don't have permission to edit anything." +msgstr "" + +#: contrib/admin/templates/admin/index.html:55 +msgid "Recent actions" +msgstr "" + +#: contrib/admin/templates/admin/index.html:56 +msgid "My actions" +msgstr "" + +#: contrib/admin/templates/admin/index.html:60 +msgid "None available" +msgstr "" + +#: contrib/admin/templates/admin/index.html:74 +msgid "Unknown content" +msgstr "" + +#: contrib/admin/templates/admin/invalid_setup.html:12 +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" + +#: contrib/admin/templates/admin/login.html:37 +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +#: contrib/admin/templates/admin/login.html:57 +msgid "Forgotten your password or username?" +msgstr "" + +#: contrib/admin/templates/admin/object_history.html:22 +msgid "Date/time" +msgstr "" + +#: contrib/admin/templates/admin/object_history.html:23 +msgid "User" +msgstr "" + +#: contrib/admin/templates/admin/object_history.html:24 +msgid "Action" +msgstr "" + +#: contrib/admin/templates/admin/object_history.html:38 +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" + +#: contrib/admin/templates/admin/pagination.html:10 +#: contrib/admin/templates/admin/search_form.html:9 +msgid "Show all" +msgstr "" + +#: contrib/admin/templates/admin/pagination.html:11 +#: contrib/admin/templates/admin/submit_line.html:3 +msgid "Save" +msgstr "" + +#: contrib/admin/templates/admin/popup_response.html:3 +msgid "Popup closing..." +msgstr "" + +#: contrib/admin/templates/admin/related_widget_wrapper.html:8 +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#: contrib/admin/templates/admin/related_widget_wrapper.html:15 +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#: contrib/admin/templates/admin/related_widget_wrapper.html:22 +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +#: contrib/admin/templates/admin/search_form.html:7 +msgid "Search" +msgstr "" + +#: contrib/admin/templates/admin/search_form.html:9 +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "" +msgstr[1] "" + +#: contrib/admin/templates/admin/search_form.html:9 +#, python-format +msgid "%(full_result_count)s total" +msgstr "" + +#: contrib/admin/templates/admin/submit_line.html:8 +msgid "Save as new" +msgstr "" + +#: contrib/admin/templates/admin/submit_line.html:9 +msgid "Save and add another" +msgstr "" + +#: contrib/admin/templates/admin/submit_line.html:10 +msgid "Save and continue editing" +msgstr "" + +#: contrib/admin/templates/registration/logged_out.html:8 +msgid "Thanks for spending some quality time with the Web site today." +msgstr "" + +#: contrib/admin/templates/registration/logged_out.html:10 +msgid "Log in again" +msgstr "" + +#: contrib/admin/templates/registration/password_change_done.html:7 +#: contrib/admin/templates/registration/password_change_form.html:8 +msgid "Password change" +msgstr "" + +#: contrib/admin/templates/registration/password_change_done.html:14 +msgid "Your password was changed." +msgstr "" + +#: contrib/admin/templates/registration/password_change_form.html:26 +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" + +#: contrib/admin/templates/registration/password_change_form.html:54 +#: contrib/admin/templates/registration/password_reset_confirm.html:24 +msgid "Change my password" +msgstr "" + +#: contrib/admin/templates/registration/password_reset_complete.html:7 +#: contrib/admin/templates/registration/password_reset_done.html:7 +#: contrib/admin/templates/registration/password_reset_form.html:7 +msgid "Password reset" +msgstr "" + +#: contrib/admin/templates/registration/password_reset_complete.html:16 +msgid "Your password has been set. You may go ahead and log in now." +msgstr "" + +#: contrib/admin/templates/registration/password_reset_confirm.html:7 +msgid "Password reset confirmation" +msgstr "" + +#: contrib/admin/templates/registration/password_reset_confirm.html:17 +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" + +#: contrib/admin/templates/registration/password_reset_confirm.html:21 +msgid "New password:" +msgstr "" + +#: contrib/admin/templates/registration/password_reset_confirm.html:23 +msgid "Confirm password:" +msgstr "" + +#: contrib/admin/templates/registration/password_reset_confirm.html:29 +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" + +#: contrib/admin/templates/registration/password_reset_done.html:15 +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +#: contrib/admin/templates/registration/password_reset_done.html:17 +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#: contrib/admin/templates/registration/password_reset_email.html:2 +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" + +#: contrib/admin/templates/registration/password_reset_email.html:4 +msgid "Please go to the following page and choose a new password:" +msgstr "" + +#: contrib/admin/templates/registration/password_reset_email.html:8 +msgid "Your username, in case you've forgotten:" +msgstr "" + +#: contrib/admin/templates/registration/password_reset_email.html:10 +msgid "Thanks for using our site!" +msgstr "" + +#: contrib/admin/templates/registration/password_reset_email.html:12 +#, python-format +msgid "The %(site_name)s team" +msgstr "" + +#: contrib/admin/templates/registration/password_reset_form.html:15 +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" + +#: contrib/admin/templates/registration/password_reset_form.html:19 +msgid "Email address:" +msgstr "" + +#: contrib/admin/templates/registration/password_reset_form.html:19 +msgid "Reset my password" +msgstr "" + +#: contrib/admin/templatetags/admin_list.py:387 +msgid "All dates" +msgstr "" + +#: contrib/admin/views/main.py:81 +#, python-format +msgid "Select %s" +msgstr "" + +#: contrib/admin/views/main.py:83 +#, python-format +msgid "Select %s to change" +msgstr "" + +#: contrib/admin/widgets.py:92 +msgid "Date:" +msgstr "" + +#: contrib/admin/widgets.py:93 +msgid "Time:" +msgstr "" + +#: contrib/admin/widgets.py:175 +msgid "Lookup" +msgstr "" + +#: contrib/admin/widgets.py:363 +msgid "Currently:" +msgstr "" + +#: contrib/admin/widgets.py:364 +msgid "Change:" +msgstr "" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/en/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/en/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..08a7b68596a8a494a33644935e4ca6d40be6447f GIT binary patch literal 356 zcmYL^T}#6-6ow~yl}oR^$c0zxnQ2R<#t+1;!eGTQs`s%yW*IdZNha=x`1kxRo+7R< zJcL6Ya^CzLAAOG~2gC_+N*odwM4y5ZWM(uUoJsz&^Zmzz!*d&8TR@&V)BOZ^1J;Pp-3(L-q)*BYxOFWyXKqhBsF BVW0p2 literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/en/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/en/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..0e51c84 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/en/LC_MESSAGES/djangojs.po @@ -0,0 +1,262 @@ +# This file is distributed under the same license as the Django package. +# +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2010-05-13 15:35+0200\n" +"Last-Translator: Django team\n" +"Language-Team: English \n" +"Language: en\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: contrib/admin/static/admin/js/SelectFilter2.js:47 +#, javascript-format +msgid "Available %s" +msgstr "" + +#: contrib/admin/static/admin/js/SelectFilter2.js:53 +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" + +#: contrib/admin/static/admin/js/SelectFilter2.js:69 +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +#: contrib/admin/static/admin/js/SelectFilter2.js:74 +msgid "Filter" +msgstr "" + +#: contrib/admin/static/admin/js/SelectFilter2.js:78 +msgid "Choose all" +msgstr "" + +#: contrib/admin/static/admin/js/SelectFilter2.js:78 +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "" + +#: contrib/admin/static/admin/js/SelectFilter2.js:84 +msgid "Choose" +msgstr "" + +#: contrib/admin/static/admin/js/SelectFilter2.js:86 +msgid "Remove" +msgstr "" + +#: contrib/admin/static/admin/js/SelectFilter2.js:92 +#, javascript-format +msgid "Chosen %s" +msgstr "" + +#: contrib/admin/static/admin/js/SelectFilter2.js:98 +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" + +#: contrib/admin/static/admin/js/SelectFilter2.js:108 +msgid "Remove all" +msgstr "" + +#: contrib/admin/static/admin/js/SelectFilter2.js:108 +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +#: contrib/admin/static/admin/js/actions.js:47 +#: contrib/admin/static/admin/js/actions.min.js:2 +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "" +msgstr[1] "" + +#: contrib/admin/static/admin/js/actions.js:116 +#: contrib/admin/static/admin/js/actions.min.js:4 +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" + +#: contrib/admin/static/admin/js/actions.js:128 +#: contrib/admin/static/admin/js/actions.min.js:5 +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +#: contrib/admin/static/admin/js/actions.js:130 +#: contrib/admin/static/admin/js/actions.min.js:5 +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:74 +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +msgstr[1] "" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:82 +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +msgstr[1] "" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:109 +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:149 +msgid "Now" +msgstr "" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:116 +msgid "Choose a Time" +msgstr "" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:146 +msgid "Choose a time" +msgstr "" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:150 +msgid "Midnight" +msgstr "" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:151 +msgid "6 a.m." +msgstr "" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:152 +msgid "Noon" +msgstr "" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:153 +msgid "6 p.m." +msgstr "" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:157 +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:281 +msgid "Cancel" +msgstr "" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:217 +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:274 +msgid "Today" +msgstr "" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:224 +msgid "Choose a Date" +msgstr "" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:272 +msgid "Yesterday" +msgstr "" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:276 +msgid "Tomorrow" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:12 +msgid "January" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:13 +msgid "February" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:14 +msgid "March" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:15 +msgid "April" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:16 +msgid "May" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:17 +msgid "June" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:18 +msgid "July" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:19 +msgid "August" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:20 +msgid "September" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:21 +msgid "October" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:22 +msgid "November" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:23 +msgid "December" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:26 +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:27 +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:28 +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:29 +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:30 +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:31 +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:32 +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +#: contrib/admin/static/admin/js/collapse.js:10 +#: contrib/admin/static/admin/js/collapse.js:21 +#: contrib/admin/static/admin/js/collapse.min.js:1 +msgid "Show" +msgstr "" + +#: contrib/admin/static/admin/js/collapse.js:18 +#: contrib/admin/static/admin/js/collapse.min.js:1 +msgid "Hide" +msgstr "" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/en_AU/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/en_AU/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..f8e7bc51ff0e88bcfa3c1ed2cd5fe21e14d367d6 GIT binary patch literal 3024 zcmeH{&2Jk;7{&)EU*@|MD3p(Bz{OVC^#>|V90E<#R0>L3Q=GO!Lea$g+Plqq#+@0* zu~bwc1m^;(kPtVj3JDICI3OVo2qEzwaOB2?|9}hPdDrWtMfAumBhUV3cW2&t-e=zR z?|b)L6=;XhpG9B3Lx>~br8{v!Yu+WqyWrd4H25vZ@BaXw01xaD;$E-@-UH5nkAufR zOc5>cKJYyF5U9W>K?B|oehf~5SHOqC@4%PApFxiQCwLANcMI_da2{l7G06LDfP2Bq zAf}2>!3V(4K@WZfmcjiHR{)QLyzdH#SK=JV`riY29p$_Tvi|o$*7ZUD{0hkHzsz|( ze|`h}8s7Z~vR{Ox*{`2K_UkW@^QmAl@3#nIs#pOzj~2-L#UT5Yg6!7-WWPQH@e^O* z!hT%?S=X;1`}G^h@&5+duYE|C{YpXh>k`QOTn5>%&p`I;I>>o{1F~P=gJtj)Jj76( z1rbsxkp0>KS^q^4KQYSr5y<*K0a@48{P{JI*WbwbL;n015O!snfNU*uKVQ&ZK0~L#5~d& znE?{F^rl!)nsr4G;0eLU35kWw9ga61-5OB_EF+uZ%1)e6Uac!flB_jWoEXQN2*lJ) zvg^jt8V6tNrvs}}UY5m;{>Bw899k(J)aKG}}3J*l$Hoitkd zn0lc+Wn_{qkJTn&IqAv4g<{!s7q!Q^oX*ZloHF?3A-1;(`B^8SG}6$BlH zgCi%JDP`Ge&w651hq0E=zgQYLvUyD?9m&3OZV25HdZm)it4;@dX2;HQVY!bLGBqfi zeBYiLaprAo5jfH=@yRBI;+>o7G(Rq!cV62($}%szP_*I%1{&?-@o+@Sik5+Nv8p$; z8EP?hPIgk&os50bBLU4~e6F&Gk3w}xq^2tg#wFyo$0Ly!d=gDYmiksSt>Nz=Sc-zP zWF42Kj4t3iGletMH`WI$uA4-`@j=%GEz^*N=IK_jU`cTa2dE=z$a=N*T2MU_)Q-yf ztBqRyaJ62oVq$QHHWQBduX**Ftj;v5Gl#2ag=L&m(6UOqRC!|?@+}lN{8*+0H7;L= z8r&XBv)eGy9rFg(=5m zWH7xmkGJcP4Hk9VM2YS;, 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 09:09+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: English (Australia) (http://www.transifex.com/django/django/" +"language/en_AU/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: en_AU\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Successfully deleted %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Cannot delete %(name)s" + +msgid "Are you sure?" +msgstr "Are you sure?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Delete selected %(verbose_name_plural)s" + +msgid "Administration" +msgstr "" + +msgid "All" +msgstr "All" + +msgid "Yes" +msgstr "" + +msgid "No" +msgstr "No" + +msgid "Unknown" +msgstr "Unknown" + +msgid "Any date" +msgstr "Any date" + +msgid "Today" +msgstr "Today" + +msgid "Past 7 days" +msgstr "Past 7 days" + +msgid "This month" +msgstr "This month" + +msgid "This year" +msgstr "This year" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." + +msgid "Action:" +msgstr "Action:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "" + +msgid "Remove" +msgstr "" + +msgid "action time" +msgstr "action time" + +msgid "user" +msgstr "" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "object id" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "object repr" + +msgid "action flag" +msgstr "action flag" + +msgid "change message" +msgstr "change message" + +msgid "log entry" +msgstr "log entry" + +msgid "log entries" +msgstr "log entries" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "Added \"%(object)s\"." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "Changed \"%(object)s\" - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "Deleted \"%(object)s.\"" + +msgid "LogEntry Object" +msgstr "LogEntry Object" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "" + +msgid "and" +msgstr "and" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "No fields changed." + +msgid "None" +msgstr "None" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." + +msgid "No action selected." +msgstr "No action selected." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "%(name)s object with primary key %(key)r does not exist." + +#, python-format +msgid "Add %s" +msgstr "Add %s" + +#, python-format +msgid "Change %s" +msgstr "Change %s" + +msgid "Database error" +msgstr "Database error" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s was changed successfully." +msgstr[1] "%(count)s %(name)s were changed successfully." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s selected" +msgstr[1] "All %(total_count)s selected" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 of %(cnt)s selected" + +#, python-format +msgid "Change history: %s" +msgstr "" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +msgid "Django site admin" +msgstr "" + +msgid "Django administration" +msgstr "" + +msgid "Site administration" +msgstr "" + +msgid "Log in" +msgstr "" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "" + +msgid "We're sorry, but the requested page could not be found." +msgstr "" + +msgid "Home" +msgstr "" + +msgid "Server error" +msgstr "" + +msgid "Server error (500)" +msgstr "" + +msgid "Server Error (500)" +msgstr "" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +msgid "Run the selected action" +msgstr "" + +msgid "Go" +msgstr "" + +msgid "Click here to select the objects across all pages" +msgstr "" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "" + +msgid "Clear selection" +msgstr "" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" + +msgid "Enter a username and password." +msgstr "" + +msgid "Change password" +msgstr "" + +msgid "Please correct the error below." +msgstr "" + +msgid "Please correct the errors below." +msgstr "" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" + +msgid "Welcome," +msgstr "" + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "" + +msgid "Log out" +msgstr "" + +#, python-format +msgid "Add %(name)s" +msgstr "" + +msgid "History" +msgstr "" + +msgid "View on site" +msgstr "" + +msgid "Filter" +msgstr "" + +msgid "Remove from sorting" +msgstr "" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "" + +msgid "Toggle sorting" +msgstr "" + +msgid "Delete" +msgstr "" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" + +msgid "Objects" +msgstr "" + +msgid "Yes, I'm sure" +msgstr "" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" + +msgid "Change" +msgstr "" + +msgid "Delete?" +msgstr "" + +#, python-format +msgid " By %(filter_title)s " +msgstr "" + +msgid "Summary" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "" + +msgid "Add" +msgstr "" + +msgid "You don't have permission to edit anything." +msgstr "" + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "" + +msgid "Unknown content" +msgstr "" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "" + +msgid "Date/time" +msgstr "" + +msgid "User" +msgstr "" + +msgid "Action" +msgstr "" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" + +msgid "Show all" +msgstr "" + +msgid "Save" +msgstr "" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Search" +msgstr "" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "" + +msgid "Save as new" +msgstr "" + +msgid "Save and add another" +msgstr "" + +msgid "Save and continue editing" +msgstr "" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "" + +msgid "Log in again" +msgstr "" + +msgid "Password change" +msgstr "" + +msgid "Your password was changed." +msgstr "" + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" + +msgid "Change my password" +msgstr "" + +msgid "Password reset" +msgstr "" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "" + +msgid "Password reset confirmation" +msgstr "" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" + +msgid "New password:" +msgstr "" + +msgid "Confirm password:" +msgstr "" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" + +msgid "Please go to the following page and choose a new password:" +msgstr "" + +msgid "Your username, in case you've forgotten:" +msgstr "" + +msgid "Thanks for using our site!" +msgstr "" + +#, python-format +msgid "The %(site_name)s team" +msgstr "" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" + +msgid "Email address:" +msgstr "" + +msgid "Reset my password" +msgstr "" + +msgid "All dates" +msgstr "" + +#, python-format +msgid "Select %s" +msgstr "" + +#, python-format +msgid "Select %s to change" +msgstr "" + +msgid "Date:" +msgstr "" + +msgid "Time:" +msgstr "" + +msgid "Lookup" +msgstr "" + +msgid "Currently:" +msgstr "" + +msgid "Change:" +msgstr "" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/en_AU/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/en_AU/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..9a62a8a133827d74bb84e2f4dd43d676003ae151 GIT binary patch literal 1714 zcmeH`PiqrF7{*7f|5ioxtoT|`TFNH75o_6)Vog)1v^10`=tU;UB$+yy2|JUd_3RfA z^aFVF=G_nA7x3mm5cDSa6?|qlO+*SFJnE3)H#_sp`#$fR-OrcjUNejfm{%}gU|z!f zj_F5qjIr}z44wj4!2qm*XTdsn4SWLL1fPRm_h!Pkpx3_xUxDwzm*CEE#>(Iq&}*)q z$n$)d%kO^#{k>11&+`rRd47OC&&89uZh68A==JNM&$9#iJYPYdX9QD7lhuh3>%AiNbihs)$Jcyry35#UtPzT_wGo$!HC zK0i1#U`=08^MI^SqUEIS`m24CIt$S>`_vT5jEU>E-_g|a4ktRA&ug70o~95rg&PZK ze0DcBgzLf<*iojYMa>*dO8!enc~Ac2=wKjFBmM{H8|KTzx|4O4+Gd=WaAX5nJvDo1 zRk+y>ABogTqZ4ZHaosh+t{9lqh1<3(+u{9T*M<#~P*C4#gw<4V2W_~{ok*w@#mixI zJB;s8=~fb#mZDM=K^X3ek@PWt)0JY1qa==&B8*^*TNgG`uC3zEqzOIXTBD9FA=^UH zUAV#HJ(WEcr0$qi+|k`3?~1S?ct4?*RW z{X)z1i+O#AP?Jzap`WfjEG`Dyo7=TnGvY!NRE>5*!z3D=kQ4i^I8a>bGTu9$THz`W z8yn%uOy|>eL>ks~%e3)&CA89%Zt6OrELTuhLzoRWOxm{z=|T2rE2T2!%gTbL>lKO@ N%fbJT@*nyre*(, 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 10:10+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: English (Australia) (http://www.transifex.com/django/django/" +"language/en_AU/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: en_AU\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Available %s" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Type into this box to filter down the list of available %s." + +msgid "Filter" +msgstr "Filter" + +msgid "Choose all" +msgstr "Choose all" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Click to choose all %s at once." + +msgid "Choose" +msgstr "Choose" + +msgid "Remove" +msgstr "Remove" + +#, javascript-format +msgid "Chosen %s" +msgstr "Chosen %s" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." + +msgid "Remove all" +msgstr "Remove all" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Click to remove all chosen %s at once." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "" +msgstr[1] "" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +msgstr[1] "" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +msgstr[1] "" + +msgid "Now" +msgstr "" + +msgid "Choose a Time" +msgstr "" + +msgid "Choose a time" +msgstr "" + +msgid "Midnight" +msgstr "" + +msgid "6 a.m." +msgstr "" + +msgid "Noon" +msgstr "" + +msgid "6 p.m." +msgstr "" + +msgid "Cancel" +msgstr "" + +msgid "Today" +msgstr "" + +msgid "Choose a Date" +msgstr "" + +msgid "Yesterday" +msgstr "" + +msgid "Tomorrow" +msgstr "" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "" + +msgid "Hide" +msgstr "" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/en_GB/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/en_GB/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..8f76ffe36c9dd6940a71e2a2f3d5e48fa4ec47c7 GIT binary patch literal 10896 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, 2011-2012 +# Ross Poulton , 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 09:09+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: English (United Kingdom) (http://www.transifex.com/django/" +"django/language/en_GB/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Successfully deleted %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Cannot delete %(name)s" + +msgid "Are you sure?" +msgstr "Are you sure?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Delete selected %(verbose_name_plural)s" + +msgid "Administration" +msgstr "" + +msgid "All" +msgstr "All" + +msgid "Yes" +msgstr "Yes" + +msgid "No" +msgstr "No" + +msgid "Unknown" +msgstr "Unknown" + +msgid "Any date" +msgstr "Any date" + +msgid "Today" +msgstr "Today" + +msgid "Past 7 days" +msgstr "Past 7 days" + +msgid "This month" +msgstr "This month" + +msgid "This year" +msgstr "This year" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" + +msgid "Action:" +msgstr "Action:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Add another %(verbose_name)s" + +msgid "Remove" +msgstr "Remove" + +msgid "action time" +msgstr "action time" + +msgid "user" +msgstr "" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "object id" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "object repr" + +msgid "action flag" +msgstr "action flag" + +msgid "change message" +msgstr "change message" + +msgid "log entry" +msgstr "log entry" + +msgid "log entries" +msgstr "log entries" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "Added \"%(object)s\"." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "Changed \"%(object)s\" - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "Deleted \"%(object)s.\"" + +msgid "LogEntry Object" +msgstr "LogEntry Object" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "" + +msgid "and" +msgstr "and" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "No fields changed." + +msgid "None" +msgstr "None" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." + +msgid "No action selected." +msgstr "No action selected." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "The %(name)s \"%(obj)s\" was deleted successfully." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "%(name)s object with primary key %(key)r does not exist." + +#, python-format +msgid "Add %s" +msgstr "Add %s" + +#, python-format +msgid "Change %s" +msgstr "Change %s" + +msgid "Database error" +msgstr "Database error" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s was changed successfully." +msgstr[1] "%(count)s %(name)s were changed successfully." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s selected" +msgstr[1] "All %(total_count)s selected" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 of %(cnt)s selected" + +#, python-format +msgid "Change history: %s" +msgstr "Change history: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +msgid "Django site admin" +msgstr "Django site admin" + +msgid "Django administration" +msgstr "Django administration" + +msgid "Site administration" +msgstr "Site administration" + +msgid "Log in" +msgstr "Log in" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "Page not found" + +msgid "We're sorry, but the requested page could not be found." +msgstr "We're sorry, but the requested page could not be found." + +msgid "Home" +msgstr "Home" + +msgid "Server error" +msgstr "Server error" + +msgid "Server error (500)" +msgstr "Server error (500)" + +msgid "Server Error (500)" +msgstr "Server Error (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +msgid "Run the selected action" +msgstr "Run the selected action" + +msgid "Go" +msgstr "Go" + +msgid "Click here to select the objects across all pages" +msgstr "Click here to select the objects across all pages" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Select all %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Clear selection" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." + +msgid "Enter a username and password." +msgstr "Enter a username and password." + +msgid "Change password" +msgstr "Change password" + +msgid "Please correct the error below." +msgstr "Please correct the errors below." + +msgid "Please correct the errors below." +msgstr "" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Enter a new password for the user %(username)s." + +msgid "Welcome," +msgstr "Welcome," + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "Documentation" + +msgid "Log out" +msgstr "Log out" + +#, python-format +msgid "Add %(name)s" +msgstr "Add %(name)s" + +msgid "History" +msgstr "History" + +msgid "View on site" +msgstr "View on site" + +msgid "Filter" +msgstr "Filter" + +msgid "Remove from sorting" +msgstr "Remove from sorting" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Sorting priority: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Toggle sorting" + +msgid "Delete" +msgstr "Delete" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" + +msgid "Objects" +msgstr "" + +msgid "Yes, I'm sure" +msgstr "Yes, I'm sure" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "Delete multiple objects" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" + +msgid "Change" +msgstr "Change" + +msgid "Delete?" +msgstr "Delete?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " By %(filter_title)s " + +msgid "Summary" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "" + +msgid "Add" +msgstr "Add" + +msgid "You don't have permission to edit anything." +msgstr "You don't have permission to edit anything." + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "None available" + +msgid "Unknown content" +msgstr "Unknown content" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "Forgotten your password or username?" + +msgid "Date/time" +msgstr "Date/time" + +msgid "User" +msgstr "User" + +msgid "Action" +msgstr "Action" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." + +msgid "Show all" +msgstr "Show all" + +msgid "Save" +msgstr "Save" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Search" +msgstr "Search" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s result" +msgstr[1] "%(counter)s results" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s total" + +msgid "Save as new" +msgstr "Save as new" + +msgid "Save and add another" +msgstr "Save and add another" + +msgid "Save and continue editing" +msgstr "Save and continue editing" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Thanks for spending some quality time with the Web site today." + +msgid "Log in again" +msgstr "Log in again" + +msgid "Password change" +msgstr "Password change" + +msgid "Your password was changed." +msgstr "Your password was changed." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." + +msgid "Change my password" +msgstr "Change my password" + +msgid "Password reset" +msgstr "Password reset" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Your password has been set. You may go ahead and log in now." + +msgid "Password reset confirmation" +msgstr "Password reset confirmation" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." + +msgid "New password:" +msgstr "New password:" + +msgid "Confirm password:" +msgstr "Confirm password:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" + +msgid "Please go to the following page and choose a new password:" +msgstr "Please go to the following page and choose a new password:" + +msgid "Your username, in case you've forgotten:" +msgstr "Your username, in case you've forgotten:" + +msgid "Thanks for using our site!" +msgstr "Thanks for using our site!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "The %(site_name)s team" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" + +msgid "Email address:" +msgstr "" + +msgid "Reset my password" +msgstr "Reset my password" + +msgid "All dates" +msgstr "All dates" + +#, python-format +msgid "Select %s" +msgstr "Select %s" + +#, python-format +msgid "Select %s to change" +msgstr "Select %s to change" + +msgid "Date:" +msgstr "Date:" + +msgid "Time:" +msgstr "Time:" + +msgid "Lookup" +msgstr "Lookup" + +msgid "Currently:" +msgstr "" + +msgid "Change:" +msgstr "" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/en_GB/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/en_GB/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..96f7f244503ba90447bcbcff6a7b05be64b436d2 GIT binary patch literal 3147 zcmeH{O>7)B6vqc>`B)%@7Fxapk4kA1m6`oOX{$+tXhTxcHY7?mNQDFP?s#_{JoYm7 zX0ykh;D#!JkdTmi1SBNHofExr;|8iYA&%UUkl_DjCLfe29Jry3_U&(MKR^H9v&TOl zJ@j#a=eg4U0LNi>?!h0P{=GqP4tx*1AN&G*1pK;ee_Qf4_$d0n2P@!@;6vaq;0xey z;3;tIz9P;PcnIwa;Dg}BvV8@_FId7KueSI(QTO6Fdyw#30A{1e^wM zfxP}5@Kf+tkmucib00j8;9nuf_d(8Y3X^%g6y*GT*}hTo1CaCk5M(`{fgJyHkn{Tn zJO%y$a-82mESWpuH8>1sZjXVG92^7L?*z#4o-fBILDm_8oZojK=eGtYj`KFi`6VER zf?FWx_a(^l<{mEc`w8SN9D}iLH1lXlj z7dM2`qNOE`yI@wBw$#CF&srx-kRY$potDnWoizCbt=jLBx75z3kkA_4Bs^I}ih|j# z@l2+6L+0afEoSey%`5F?7QC(!87!*AsBX^(Z&+*aHw;$txg|J6u-Zd+v!@*4=X;X0 za#*rMVpld1UAF^D#b`^Mv#F%ks4R~%U7nhfGI@xW-K3V(c1Xe`++(QC>PtU5SybgD zi7bOtOZuUN53lZrmM~qqXirhw3GXN>%kdu-6@~dXMK%$mplMUfx`XDZFOf2~%ya!X zYrJ>z4WPshi;VWHXK-CQY!ip$%Ju{{bnB?0Xe8QRS@Tj}zftL6PJ3)Yf}JKAT-vNI&pbzPG^$(nQh@bj!0XZ7r$e(yvmnRYWzbSjiirgSxez$aVlu(D%XwY7s_$)jYKSTW-`nMg|ea~ zyF?94vE<&Rkcsm7x42c4g-$M)!|f_?uJ`UpLj?&fd#8KYH0ZjpX=AD^FEzv2ObXt^@HOFOOpRLoY*?EL>*uKPa$Ikm zsWoafIEE{7LvhTz{2Fzt*W!BpObt)vns7dBX2Livyv<^|B8Ao#x#_EYEtHw&6OlRTXV#kY z;rSguUaljvaL%-C0zomIZz;bmJ*IrE%Ca70LWlD, 2012 +# Ross Poulton , 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 10:11+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: English (United Kingdom) (http://www.transifex.com/django/" +"django/language/en_GB/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Available %s" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Type into this box to filter down the list of available %s." + +msgid "Filter" +msgstr "Filter" + +msgid "Choose all" +msgstr "Choose all" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Click to choose all %s at once." + +msgid "Choose" +msgstr "Choose" + +msgid "Remove" +msgstr "Remove" + +#, javascript-format +msgid "Chosen %s" +msgstr "Chosen %s" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." + +msgid "Remove all" +msgstr "Remove all" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Click to remove all chosen %s at once." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s of %(cnt)s selected" +msgstr[1] "%(sel)s of %(cnt)s selected" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +msgstr[1] "" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +msgstr[1] "" + +msgid "Now" +msgstr "Now" + +msgid "Choose a Time" +msgstr "" + +msgid "Choose a time" +msgstr "Choose a time" + +msgid "Midnight" +msgstr "Midnight" + +msgid "6 a.m." +msgstr "6 a.m." + +msgid "Noon" +msgstr "Noon" + +msgid "6 p.m." +msgstr "" + +msgid "Cancel" +msgstr "Cancel" + +msgid "Today" +msgstr "Today" + +msgid "Choose a Date" +msgstr "" + +msgid "Yesterday" +msgstr "Yesterday" + +msgid "Tomorrow" +msgstr "Tomorrow" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "Show" + +msgid "Hide" +msgstr "Hide" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/eo/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/eo/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..605761e8ce83f612e9e088cbf28a4efaeed937ad GIT binary patch literal 14421 zcmc(ldyE}dea8pL3qwdqc(pX;#EIiwvU|ODNSxf*+1QSgIEf$F8=C;Z%-%b9clOSm zxtYhV*Fck|ArAtSP?C}~1}aok719K&-mxhg4fdjH}Gn3{1tBeQSco46?iWAZtx}G1K`WShyDA< zL9O>RD0)5zUJU+~fB$Wef5G?oqw)U^j!vO{w?6y z;5Ja}?gU>8?g2G_2yO)51!|p7g4+M5!DHZ`gZF?HEt^?K2C#rzaJF;4uhg^8Pqxtfs*h0K*`}_AS?|&3u?Wu zg4)MlfSUK4zW*&y^Z&s2e+o)3U;aAw29AMm0N(@}a0V>F3OoRQ4}1u`9w9WruYp?k zzd_M^!7n?yUIQY6;EfHcrivHK5PeX0C$5-6+8e=fgcAEN$?G@0>1;k z7rgrtr=Q;j-$MUiK+$&#N+JDxv&SQ#_50&4sd;8ySx;G^K* zg4#zL=F2{NpyYiIct3bAcqRB^69fxj1KbWi32GmI1CD_|0>#hQU+QopsQIn}Mc-CX zblmLU9|A?sQID~IUVx(eUhtzYf__kPyyP+`zpFu58{7tpFC9?pe+7hf!FR!Hz_Tw8 zg6qI-ASMwkf-eEz51s{n2$b9(2c<_(gYpN@fLia1Agl?#0ZKmq3X0xy5U%!dA$S&e z38;Oq2lc)I9s{oh9{@iKYX8?mqCsH4ygV9 z5PT1K9?X^89|V72&%wjsQ{zs5eh5nc-@_!*hsQwi<1^qo@QdJ1@M|Ed6r6)HiHU&_WdSs5B=?+=z9nhU5|lxffq3NJTL~e@7(wA2SwMTpy>EG zXuv-JC6BLzTIcUUefJNb-8ZQD&TBZny%LmuycX2+G2h?paVIGG9Re}YU>DdrB{!G=YyXEwf{c@Uk*O&`~L`jg8q-eE5IkVIQ{!m zQ1d?rHo<=eweQQXa&p`WYP~*KfDeHWf6q;~f3CeIz7MIv&HnzkK=D=A{WS6F9(A~`qkYicIbFnM1Z^6oZm(PTyMfkm zU8{e(oulofiC?(T&tYyctKc^O=uuEM@jlvK z+ON|_uXodVCG8`$57Qo@)z?05q%ZPSlDB;L^|Z%mF>Q%|?lpihQGKt0u6Kog@`+aW0b}vrjqRhiG&Qcz?lCUU_reRN?Z5WHwq72g( z9lgt{w6u@?`=zijt@$vWi`u5BTCJ!kI#rS^H`e?(%A@E1I?9j_34i2}`j z)O~TZrl!owFyWo2DVtr0TBTWv%X!n!<6f9An{Ff?@OL~n?JO!xnw2Ix#=b?VonSCs z5haX|+QE(_VbB>~PMNI3+m_|Wa7fE?afgLwu%pc^?Ka;z+FYlw5JJLyl=H5awW9?7 z>dWEN#VDW6ipWbsFX8d}4P$P5>NOV!WYlVSh9w(Hj5HTI>3R7u;-~K>EyR13~4$Ow4zMDr` zvV6HY@~F3L`WVYnmbdG#R`*BtREyco-1H+>%G6A<41Hv5hit80zT(@M^v#d6Wji;N$#urM( z3s_OE(!}X-=d~UB9Zs0ps+8U5CTv-UY5iZiu{87HVr2SJ-iwO@mQ ze9g3#DX!TQ#l<-fbg5XX)Gx8^+Xi!DQPe|FAKbpnhpxV(p3=!Ob@I z19?$S7^twTt^Ki?nUB&5Y0O6F!oyi?9&Z!1!z8(s^`q9Q6w*{b7SmPU=>mMpl{ zIqTro4DZm+mQu4GPY4f_^%J6uUav>oSZ`4L(CiIc6C)ng?y@8f@Rs>*&2Wi(IyQQ? zGnq~vwW1j7;R{RFguyY&k@muFG>EVp`NA?A7bu71#k+*H4;x^ivk8tmn z8AU(rDY~|!ybzP~Rz`>pXmr}xIOF?b)d$YRG`yZ_ z)Nof=r&Z$6kYsl{wTqV2Y(^F$aI(ajRlRUo3eZB+CW|P=y`Y2xs@$ShdsaA-aw%@1 zHJMq`(9{r%Eu}tmgI6B zJVQs!Xfk)Oa{4_mHD^}AAws78W0%IBL7T-7AEH}KTA?`jOUh<8bm#~r7vP&rMwtkE6~6ViSHK?5IJyFN(@ zhmdESzDOx`{BQ$+gj8b06XlT(4NiH6zEcwn2E{rNhHV>$W|yrRj83i?(+CbZQR=*x zNh_7u)%Qo!syC}+WN>KYgjyd>_|Tmrm8ROm%Q!*pP(^simxCFCK-UMFew4Q12x^0a zx~B>g)-g(#9dAVRk!aS~pkHSAlg8-qN{VQdhv|b$c{Sob-LZ}{oza2XX0h1i$^*3< zpuu&1RYqaY&Qn_^jFKiNaoV*L#pxnc!rnfIf_OHO_h^N1OeR0iN?{__>M?f9^LE1+ zZ~RKBBRu1(ti-OMjS;%g4LeX#P#V}Ud&>G*9`zB40-v*7%axH@LzWk2F%ErH*9oqe zx2Zh-trH*9?&p~RZ)8SfVD+z$!bMahLKhR zaY^wUOJ+sUgVOt&h?SFHV;Q>*W)O8Vn2}`pJ2yvKRC|y+({4(V5qMO9At5S*J5kQy za7;iX9*YI8WABbc8_A`ZAzyY$x)jKB9b&A5Lo;!_I;Dy&igb;Damp){Eb$o}!Fit{ zC-Urap>e{*1Q@a%e+;nI51rJBFIw8=SDMc{aOuKbDi=7h)EN(7;yAr%pe1Qx4HLm# zQK2?r_H5)e6^1}#LpB&z48bLm96&BQHyR1u#`T%@s86xp<9vtKKqtwu6Ns46Fh?vm zL}3!+YxpL~=9G!>v1!Mh4mwFm!*6iflHl^SHI6zqoek4v>*X5yR^o8ml%-lla6GAv zMk@~m6b=HSH#;TleB#pHnhHY*-!L{}wRWj|I96t8tq9A-`k;d(a@i2`!g*}d1{$`h z2#t!Z9z9Zj^RMI&bv{7c#PkqbhbCzZI!QQJ-`it9W*E32L=ILIFg@^^ zY?LVkq5}@+G19K@mjiEgal5|5_VYk=1PAg=wYbSW?a9MYu2W{ywC&kw-9hUhCifO| zaeH!SHCIf|WKFZ~!2X%ZU5W~PJE?+1(`=dAe9h$4)svgInk`o~H*dLeYRl9VA5I>O z7Gur1>botQ&D3?xsq3zs;#zkH>D}Z^9;O9>D$ASZHp)KO_#IJD!|C<|A>vlQ+FgXKPo2HD8m7Dqr+4uEwRymrm{mz-2C$AlTr?pV;$=zuy zQxIyJYiHwfKxorM*}4O^tTM@YtXDKm>Z&Zo_AS?QI8ni6`&eo&-EKCIU%xIecZ8>& zK{0=JRk)o6&r^TVyVW&eq6YjesxI~$nNugi^yG=S4A(3PpW)ku!N()zUrUG<^Usb` z`p6cbV6B=kYFgoL2L}`>X%`80$?Q%(5_L|UP->WDrmhO7c);#)GN6#~zdG+CU+Ypi z4;O-y569I4gH~3BhwrBhN(EDFS-5^2?3l~cD1#xB z=c5(1afXdnhKcK1Mm%>5+PguO7?H9K`-i=dXu-uD3n@O7TV7Q}Leq+JSTRB6T)oAN zUj^hs;<*^2oXOXD$l6t6$0@jxaJq@Qi{XOFImE$4vW1L4lvC>|dD#3p7G|cJr3>PX zBV$-4USmlw_XX2s-58!eFBPkZm=5+)A+JE!Bw0tHa~SBoFgU z{cIEQ+ub!)@$SVY&x@w}_$k$fndCHwD4Tz0g#(vhuAV8AXt?h?2%jvY(wgQDW@7(|E2T?OSxd!`YzaH4?6l+mz&IR)#f25hhic zW*n8Q9~{`TD-Gu{2bYSBaW=!xR}|qE`tg~^n3*{2O(-hh8gb#&FmYV;l9&kM=)%p0 za}*~tBDoJJs0Tktkr{BzvaZl?M~TRQzG)6fHd9^W%V|msNm2Dl(<93mI}z-(>|)MP z<#fNr6bbt`s+gv22zBSAZY!2XN@FdFv12er^sX-(6B-ZXr2cIV8mi32c{d3cGpgdE z_4Z7K<80DBQ!?So$0LqaoX8SWrImIcb*w+7AS0e(J2~|@Sx-%%W}eMb%X@`g#n?r% zcXpY>FK8I-jO?Ww+xYAX$h;>+!)+NR)ol%g6RI8qY&wqeYJu`huseyQVFcc`U0j*h z(7{@EL`f&iV{rxkaEMd9q_DFOI&4_7;}y3dY9y`Oom%n5sH?kS1#~uIN&kXlK$&&3 zgg{XTfPj=-4hI!+HDzT4sqd`1m;(Vn)f#t?(33R{|>bg%{L$M#t_ z?Dexz^7f(FIrRV;{>`kGP^SZcGU}$Rnt??%Ju7a zmpVg>9}Tq85}#z2P~-DdSFg?*rqc8# zCe(8=N~KGoeteXp91OkdSMvUjE5C!#|TFl3;1(>!+kwc=wj*6I>6cqY2w;#hLrFi z6j|8{wW1hIi;yh;-vw7-7G%zr<>WaWU(G;h{Rn+rVcs~2;mnG4`@110d8cFzbMk2d zot-KV3DP>pdrP((Mc~7_v<;9Pg~S7wg;`6Q#gyb937yK8nT#ObCxD5vn*Sse(zkxt zQh7R4=#TMB)bmhBd$4w0e*_w4(aw@4U4a_SZkXMc7qEe7)|Suy$~R!I0Hw!JRg-BoS+q1d;_fb#Q%mp9VY0`EVg| zimF*%7gv?l5ke_c)~9C6DIZP=(5rJYWQ0p4DLPYTrm5?*r_ys5w+4k85;E(NM}!rl z=uD`LFD@E}Y;vXS6lPok7Q1Les*+9ww^7lgO>j>4l@BGNkdHyLQ5Ey!t~*_JcQbouy, 2012-2013 +# Baptiste Darthenay , 2013-2016 +# Dinu Gherman , 2011 +# kristjan , 2012 +# Adamo Mesha , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 09:09+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Esperanto (http://www.transifex.com/django/django/language/" +"eo/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: eo\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Sukcese forigis %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Ne povas forigi %(name)s" + +msgid "Are you sure?" +msgstr "Ĉu vi certas?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Forigi elektitajn %(verbose_name_plural)sn" + +msgid "Administration" +msgstr "Administrado" + +msgid "All" +msgstr "Ĉio" + +msgid "Yes" +msgstr "Jes" + +msgid "No" +msgstr "Ne" + +msgid "Unknown" +msgstr "Nekonata" + +msgid "Any date" +msgstr "Ajna dato" + +msgid "Today" +msgstr "Hodiaŭ" + +msgid "Past 7 days" +msgstr "Lastaj 7 tagoj" + +msgid "This month" +msgstr "Ĉi tiu monato" + +msgid "This year" +msgstr "Ĉi tiu jaro" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Bonvolu eniri la ĝustan %(username)s-n kaj pasvorton por personara konto. " +"Notu, ke ambaŭ kampoj povas esti usklecodistinga." + +msgid "Action:" +msgstr "Ago:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Aldoni alian %(verbose_name)sn" + +msgid "Remove" +msgstr "Forigu" + +msgid "action time" +msgstr "aga tempo" + +msgid "user" +msgstr "uzanto" + +msgid "content type" +msgstr "enhava tipo" + +msgid "object id" +msgstr "objekta identigaĵo" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "objekta prezento" + +msgid "action flag" +msgstr "aga marko" + +msgid "change message" +msgstr "ŝanĝmesaĝo" + +msgid "log entry" +msgstr "protokolero" + +msgid "log entries" +msgstr "protokoleroj" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "\"%(object)s\" aldonita." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "Ŝanĝita \"%(object)s\" - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "Forigita \"%(object)s.\"" + +msgid "LogEntry Object" +msgstr "Protokolera objekto" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "Aldonita." + +msgid "and" +msgstr "kaj" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "Neniu kampo ŝanĝita." + +msgid "None" +msgstr "Neniu" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" +"Premadu la stirklavon, aŭ Komando-klavon ĉe Mac, por elekti pli ol unu." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Elementoj devas esti elektitaj por elfari agojn sur ilin. Neniu elemento " +"estis ŝanĝita." + +msgid "No action selected." +msgstr "Neniu ago elektita." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "La %(name)s \"%(obj)s\" estis forigita sukcese." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "%(name)s objekto kun ĉefŝlosilo %(key)r ne ekzistas." + +#, python-format +msgid "Add %s" +msgstr "Aldoni %sn" + +#, python-format +msgid "Change %s" +msgstr "Ŝanĝi %s" + +msgid "Database error" +msgstr "Datumbaza eraro" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s estis sukcese ŝanĝita." +msgstr[1] "%(count)s %(name)s estis sukcese ŝanĝitaj." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s elektitaj" +msgstr[1] "Ĉiuj %(total_count)s elektitaj" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 el %(cnt)s elektita" + +#, python-format +msgid "Change history: %s" +msgstr "Ŝanĝa historio: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Forigi la %(class_name)s-n “%(instance)s” postulus forigi la sekvajn " +"protektitajn rilatajn objektojn: %(related_objects)s" + +msgid "Django site admin" +msgstr "Djanga reteja administrado" + +msgid "Django administration" +msgstr "Djanga administrado" + +msgid "Site administration" +msgstr "Reteja administrado" + +msgid "Log in" +msgstr "Ensaluti" + +#, python-format +msgid "%(app)s administration" +msgstr "%(app)s administrado" + +msgid "Page not found" +msgstr "Paĝo ne trovita" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Bedaŭrinde la petitan paĝon ne povas esti trovita." + +msgid "Home" +msgstr "Ĉefpaĝo" + +msgid "Server error" +msgstr "Servila eraro" + +msgid "Server error (500)" +msgstr "Servila eraro (500)" + +msgid "Server Error (500)" +msgstr "Servila eraro (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Okazis eraro. Ĝi estis raportita al la retejaj administrantoj tra retpoŝto " +"kaj baldaŭ devus esti riparita. Dankon por via pacienco." + +msgid "Run the selected action" +msgstr "Lanĉi la elektita agon" + +msgid "Go" +msgstr "Ek" + +msgid "Click here to select the objects across all pages" +msgstr "Klaku ĉi-tie por elekti la objektojn trans ĉiuj paĝoj" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Elekti ĉiuj %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Viŝi elekton" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Unue, bovolu tajpi salutnomon kaj pasvorton. Tiam, vi povos redakti pli da " +"uzantaj agordoj." + +msgid "Enter a username and password." +msgstr "Enigu salutnomon kaj pasvorton." + +msgid "Change password" +msgstr "Ŝanĝi pasvorton" + +msgid "Please correct the error below." +msgstr "Bonvolu ĝustigi la erarojn sube." + +msgid "Please correct the errors below." +msgstr "Bonvolu ĝustigi la erarojn sube." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Enigu novan pasvorton por la uzanto %(username)s." + +msgid "Welcome," +msgstr "Bonvenon," + +msgid "View site" +msgstr "Vidi retejon" + +msgid "Documentation" +msgstr "Dokumentaro" + +msgid "Log out" +msgstr "Elsaluti" + +#, python-format +msgid "Add %(name)s" +msgstr "Aldoni %(name)sn" + +msgid "History" +msgstr "Historio" + +msgid "View on site" +msgstr "Vidi sur retejo" + +msgid "Filter" +msgstr "Filtri" + +msgid "Remove from sorting" +msgstr "Forigi el ordigado" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Ordiga prioritato: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Ŝalti ordigadon" + +msgid "Delete" +msgstr "Forigi" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Foriganti la %(object_name)s '%(escaped_object)s' rezultus en foriganti " +"rilatajn objektojn, sed via konto ne havas permeson por forigi la sekvantajn " +"tipojn de objektoj:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Forigi la %(object_name)s '%(escaped_object)s' postulus forigi la sekvajn " +"protektitajn rilatajn objektojn:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Ĉu vi certas, ke vi volas forigi %(object_name)s \"%(escaped_object)s\"? " +"Ĉiuj el la sekvaj rilataj eroj estos forigitaj:" + +msgid "Objects" +msgstr "Objektoj" + +msgid "Yes, I'm sure" +msgstr "Jes, mi certas" + +msgid "No, take me back" +msgstr "Ne, reen" + +msgid "Delete multiple objects" +msgstr "Forigi plurajn objektojn" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Forigi la %(objects_name)s rezultus en forigi rilatajn objektojn, sed via " +"konto ne havas permeson por forigi la sekvajn tipojn de objektoj:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Forigi la %(objects_name)s postulus forigi la sekvajn protektitajn rilatajn " +"objektojn:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Ĉu vi certas, ke vi volas forigi la elektitajn %(objects_name)s? Ĉiuj el la " +"sekvaj objektoj kaj iliaj rilataj eroj estos forigita:" + +msgid "Change" +msgstr "Ŝanĝi" + +msgid "Delete?" +msgstr "Forviŝi?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " Laŭ %(filter_title)s " + +msgid "Summary" +msgstr "Resumo" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modeloj en la %(name)s aplikaĵo" + +msgid "Add" +msgstr "Aldoni" + +msgid "You don't have permission to edit anything." +msgstr "Vi ne havas permeson por redakti ĉion ajn." + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "Neniu disponebla" + +msgid "Unknown content" +msgstr "Nekonata enhavo" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Io malbonas en via datumbaza instalo. Bonvolu certigi ke la konvenaj tabeloj " +"de datumbazo estis kreitaj, kaj ke la datumbazo estas legebla per la ĝusta " +"uzanto." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Vi estas aŭtentikigita kiel %(username)s, sed ne havas permeson aliri tiun " +"paĝon. Ĉu vi ŝatus ensaluti per alia konto?" + +msgid "Forgotten your password or username?" +msgstr "Ĉu vi forgesis vian pasvorton aŭ salutnomo?" + +msgid "Date/time" +msgstr "Dato/horo" + +msgid "User" +msgstr "Uzanto" + +msgid "Action" +msgstr "Ago" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Ĉi tiu objekto ne havas ŝanĝ-historion. Eble ĝi ne estis aldonita per la " +"administranta retejo." + +msgid "Show all" +msgstr "Montri ĉion" + +msgid "Save" +msgstr "Konservi" + +msgid "Popup closing..." +msgstr "Ŝprucfenestro fermante…" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Redaktu elektitan %(model)sn" + +#, python-format +msgid "Add another %(model)s" +msgstr "Aldoni alian %(model)sn" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Forigi elektitan %(model)sn" + +msgid "Search" +msgstr "Serĉu" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s resulto" +msgstr[1] "%(counter)s rezultoj" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s entute" + +msgid "Save as new" +msgstr "Konservi kiel novan" + +msgid "Save and add another" +msgstr "Konservi kaj aldoni alian" + +msgid "Save and continue editing" +msgstr "Konservi kaj daŭre redakti" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Dankon pro pasigo de kvalita tempon kun la retejo hodiaŭ." + +msgid "Log in again" +msgstr "Ensaluti denove" + +msgid "Password change" +msgstr "Pasvorta ŝanĝo" + +msgid "Your password was changed." +msgstr "Via pasvorto estis sukcese ŝanĝita." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Bonvolu enigi vian malnovan pasvorton, pro sekureco, kaj tiam enigi vian " +"novan pasvorton dufoje, tiel ni povas konfirmi ke vi ĝuste tajpis ĝin." + +msgid "Change my password" +msgstr "Ŝanĝi mian passvorton" + +msgid "Password reset" +msgstr "Pasvorta rekomencigo" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Via pasvorto estis ŝanĝita. Vi povas iri antaŭen kaj ensaluti nun." + +msgid "Password reset confirmation" +msgstr "Pasvorta rekomenciga konfirmo" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Bonvolu entajpi vian novan pasvorton dufoje, tiel ni povas konfirmi ke vi " +"ĝuste tajpis ĝin." + +msgid "New password:" +msgstr "Nova pasvorto:" + +msgid "Confirm password:" +msgstr "Konfirmi pasvorton:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"La pasvorta rekomenciga ligo malvalidis, eble ĉar ĝi jam estis uzata. " +"Bonvolu peti novan pasvortan rekomencigon." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Ni retpoŝte sendis al vi instrukciojn por agordi la pasvorton, se konto " +"ekzistas, al la retpoŝto kiun vi sendis. Vi baldaŭ devus ĝin ricevi." + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Se vi ne ricevas retpoŝton, bonvolu certigi vin eniris la adreson kun kiu vi " +"registris, kaj kontroli vian spaman dosierujon." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Vi ricevis ĉi tiun retpoŝton ĉar vi petis pasvortan rekomencigon por via " +"uzanta konto ĉe %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Bonvolu iri al la sekvanta paĝo kaj elekti novan pasvorton:" + +msgid "Your username, in case you've forgotten:" +msgstr "Via salutnomo, se vi forgesis:" + +msgid "Thanks for using our site!" +msgstr "Dankon pro uzo de nia retejo!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "La %(site_name)s teamo" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"Vi forgesis vian pasvorton? Malsupre enigu vian retpoŝtan adreson kaj ni " +"retpoŝte sendos instrukciojn por agordi novan." + +msgid "Email address:" +msgstr "Retpoŝto:" + +msgid "Reset my password" +msgstr "Rekomencigi mian pasvorton" + +msgid "All dates" +msgstr "Ĉiuj datoj" + +#, python-format +msgid "Select %s" +msgstr "Elekti %sn" + +#, python-format +msgid "Select %s to change" +msgstr "Elekti %sn por ŝanĝi" + +msgid "Date:" +msgstr "Dato:" + +msgid "Time:" +msgstr "Horo:" + +msgid "Lookup" +msgstr "Trarigardo" + +msgid "Currently:" +msgstr "Nuntempe:" + +msgid "Change:" +msgstr "Ŝanĝo:" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/eo/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/eo/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..9003c8a902e06676e640c2fd2f4bb8291f8b702e GIT binary patch literal 3692 zcmcImOOG2x5N;s6mRAVxcO@dQfy{Wlh$M1IM6ztiYm+E32snV+p0?fgxZCvf*jX+d z(H=M;frKD?ffGU?A$|atT?ui48wf>+14x7$7r63O&v@6s5`qw;ZGY3#)zx2pUEQ_c zZQ1mez_S(YUbF`<6QTm#c{zUY`~=($ya2okxb=zxr-9d_Un%=flsE^x0pE|7_*{uC z;1s@l;I+V4fe!$efDZvb0J8tDfSZ6{1Fr#|FZ(|NpF{s=U>!IIBfN^YfjsXVko~_8 z#Gm*WKW_p*1-=11e5DZh6W`*8{eBPJ3%meiKHK5s9bg5>^S%HMfG=H*HK55?z&+?| z81wx1fb8!>AjkVj`Ta8>^Z6Xe`g~d9c_7w^(u-4$ms~SCTbCQnfQ^)3xWJk$_Mah&KDo0E(-q;poF5Q?Ks-sPENp3eb9f{K+ z(h@jeai(KOqTbON;m>yzr8R7A9)p5l3xA*t9Mr%y*B{l;epqLFNRZOzW0 z-(qQC9`@9i3G&qNK1kD6IC};R5o zUogipH447)(W%Jg1+zku2~xQ!mfTnhm1rMsm9ZvAT7fRRn-Dng{j;Z$289NWg3Wv^ zPC47fr4}7YqGy%MurD=Ax{%*aomKbT5&RCm&3sr1&> z=%_RXDR*4qQcCFwutE39G<0KaT6RC?n07APDyl2luhD!qP;dZEr#s#cYL&`pG>Sd@ z)Gc*3ZrXmOh-wUJ>7b%)WyjRQk%js7_^a{E)SNY58Sug}sF7D^ePxhJZT9m1yG;3g z&(se^d)DoEt(J1pylL75cR`KzG_+qMS|eqrPNlh%X>`cCepVwh2;FSo>|QEf_e~qx zx{s&qoDLWZsAv~sLOUhlp|!{vzlXd;9Tz0jT9heg zLq*!ay!$Wh5g6*lB|HBc>)Z%zxo+nrlmdtaXB$@YBQ2rj}raQZ4(`!+r%zSZphjU>k0ycDQPB zY4gk^AJ6NeQ2i~taXS7#+=62I;@l47q+$0Vq-!(I8?OgB#}7Rtuh-%T3Cgw0X$~+5 zY*=BgO*k4M1pE_(O9XB>$@q9cXclH?P;aPlZ&OP;+)U7%WnW#EW@XvpZDmPOZgM+- zr=G-#>4wcB{D%aiE+!&7SC-%qs~>TBg!*C)G#@yHOGA-Od1UpRcKz{S{8t_s>PEq1 zbs3gmGSq)0f-<>Ql*UwOWf_(xH!&TwW@ytqWI;{`Po6jslqtLg%844XKTI)7kQ$gDlU)T0s2`$ A;{X5v literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/eo/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/eo/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..3b39036 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/eo/LC_MESSAGES/djangojs.po @@ -0,0 +1,220 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Baptiste Darthenay , 2012 +# Baptiste Darthenay , 2014-2015 +# Jaffa McNeill , 2011 +# Adamo Mesha , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 10:11+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Esperanto (http://www.transifex.com/django/django/language/" +"eo/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: eo\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Disponebla %s" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"Tio ĉi estas la listo de disponeblaj %s. Vi povas forigi kelkajn elektante " +"ilin en la suba skatolo kaj tiam klakante la \"Elekti\" sagon inter la du " +"skatoloj." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Entipu en ĉi-tiu skatolo por filtri la liston de haveblaj %s." + +msgid "Filter" +msgstr "Filtru" + +msgid "Choose all" +msgstr "Elekti ĉiuj" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Klaku por tuj elekti ĉiuj %s." + +msgid "Choose" +msgstr "Elekti" + +msgid "Remove" +msgstr "Forigu" + +#, javascript-format +msgid "Chosen %s" +msgstr "Elektita %s" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"Tio ĉi estas la listo de elektitaj %s. Vi povas forigi kelkajn elektante " +"ilin en la suba skatolo kaj tiam klakante la \"Forigi\" sagon inter la du " +"skatoloj." + +msgid "Remove all" +msgstr "Forigu ĉiujn" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Klaku por tuj forigi ĉiujn %s elektitajn." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s de %(cnt)s elektita" +msgstr[1] "%(sel)s de %(cnt)s elektitaj" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Vi havas neŝirmitajn ŝanĝojn je unuopaj redakteblaj kampoj. Se vi faros " +"agon, viaj neŝirmitaj ŝanĝoj perdiĝos." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Vi elektas agon, sed vi ne ŝirmis viajn ŝanĝojn al individuaj kampoj ĝis " +"nun. Bonvolu klaku BONA por ŝirmi. Vi devos ripeton la agon" + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Vi elektas agon, kaj vi ne faris ajnajn ŝanĝojn ĉe unuopaj kampoj. Vi " +"verŝajne serĉas la Iru-butonon prefere ol la Ŝirmu-butono." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Noto: Vi estas %s horo antaŭ la servila horo." +msgstr[1] "Noto: Vi estas %s horoj antaŭ la servila horo." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Noto: Vi estas %s horo post la servila horo." +msgstr[1] "Noto: Vi estas %s horoj post la servila horo." + +msgid "Now" +msgstr "Nun" + +msgid "Choose a Time" +msgstr "Elektu horon" + +msgid "Choose a time" +msgstr "Elektu tempon" + +msgid "Midnight" +msgstr "Noktomezo" + +msgid "6 a.m." +msgstr "6 a.t.m." + +msgid "Noon" +msgstr "Tagmezo" + +msgid "6 p.m." +msgstr "6 ptm" + +msgid "Cancel" +msgstr "Malmendu" + +msgid "Today" +msgstr "Hodiaŭ" + +msgid "Choose a Date" +msgstr "Elektu daton" + +msgid "Yesterday" +msgstr "Hieraŭ" + +msgid "Tomorrow" +msgstr "Morgaŭ" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "Montru" + +msgid "Hide" +msgstr "Kaŝu" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..626e45119688332c6304b742fce936310ed8faeb GIT binary patch literal 15365 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, 2014 +# Antoni Aloy , 2011-2014 +# Claude Paroz , 2014 +# Ernesto Avilés Vázquez , 2015 +# franchukelly , 2011 +# guillem , 2012 +# Igor Támara , 2013 +# Jannis Leidel , 2011 +# Jorge Puente-Sarrín , 2014-2015 +# Yusuf (Josè) Luis , 2016 +# Josue Naaman Nistal Guerra , 2014 +# Marc Garcia , 2011 +# Pablo, 2015 +# Veronicabh , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 09:09+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Spanish (http://www.transifex.com/django/django/language/" +"es/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Eliminado/s %(count)d %(items)s satisfactoriamente." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "No se puede eliminar %(name)s" + +msgid "Are you sure?" +msgstr "¿Está seguro?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Eliminar %(verbose_name_plural)s seleccionado/s" + +msgid "Administration" +msgstr "Administración" + +msgid "All" +msgstr "Todo" + +msgid "Yes" +msgstr "Sí" + +msgid "No" +msgstr "No" + +msgid "Unknown" +msgstr "Desconocido" + +msgid "Any date" +msgstr "Cualquier fecha" + +msgid "Today" +msgstr "Hoy" + +msgid "Past 7 days" +msgstr "Últimos 7 días" + +msgid "This month" +msgstr "Este mes" + +msgid "This year" +msgstr "Este año" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Por favor introduzca el %(username)s y la clave correctos para una cuenta de " +"personal. Observe que ambos campos pueden ser sensibles a mayúsculas." + +msgid "Action:" +msgstr "Acción:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Agregar %(verbose_name)s adicional." + +msgid "Remove" +msgstr "Eliminar" + +msgid "action time" +msgstr "hora de la acción" + +msgid "user" +msgstr "usuario" + +msgid "content type" +msgstr "tipo de contenido" + +msgid "object id" +msgstr "id del objeto" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "repr del objeto" + +msgid "action flag" +msgstr "marca de acción" + +msgid "change message" +msgstr "mensaje de cambio" + +msgid "log entry" +msgstr "entrada de registro" + +msgid "log entries" +msgstr "entradas de registro" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "Añadidos \"%(object)s\"." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "Cambiados \"%(object)s\" - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "Eliminado/a \"%(object)s.\"" + +msgid "LogEntry Object" +msgstr "Objeto de registro de Log" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "Añadido." + +msgid "and" +msgstr "y" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "No ha cambiado ningún campo." + +msgid "None" +msgstr "Ninguno" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" +"Mantenga presionado \"Control\" o \"Command\" en un Mac, para seleccionar " +"más de una opción." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Se deben seleccionar elementos para poder realizar acciones sobre estos. No " +"se han modificado elementos." + +msgid "No action selected." +msgstr "No se seleccionó ninguna acción." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "Se eliminó con éxito el %(name)s \"%(obj)s\"." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "No existe ningún objeto %(name)s con la clave primaria %(key)r." + +#, python-format +msgid "Add %s" +msgstr "Añadir %s" + +#, python-format +msgid "Change %s" +msgstr "Modificar %s" + +msgid "Database error" +msgstr "Error en la base de datos" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s fué modificado con éxito." +msgstr[1] "%(count)s %(name)s fueron modificados con éxito." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s seleccionado" +msgstr[1] "%(total_count)s seleccionados en total" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "seleccionados 0 de %(cnt)s" + +#, python-format +msgid "Change history: %s" +msgstr "Histórico de modificaciones: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"La eliminación de %(class_name)s %(instance)s requeriría eliminar los " +"siguientes objetos relacionados protegidos: %(related_objects)s" + +msgid "Django site admin" +msgstr "Sitio de administración de Django" + +msgid "Django administration" +msgstr "Administración de Django" + +msgid "Site administration" +msgstr "Sitio administrativo" + +msgid "Log in" +msgstr "Iniciar sesión" + +#, python-format +msgid "%(app)s administration" +msgstr "Administración de %(app)s " + +msgid "Page not found" +msgstr "Página no encontrada" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Lo sentimos, pero no se encuentra la página solicitada." + +msgid "Home" +msgstr "Inicio" + +msgid "Server error" +msgstr "Error del servidor" + +msgid "Server error (500)" +msgstr "Error del servidor (500)" + +msgid "Server Error (500)" +msgstr "Error de servidor (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Ha habido un error. Ha sido comunicado al administrador del sitio por correo " +"electrónico y debería solucionarse a la mayor brevedad. Gracias por su " +"paciencia y comprensión." + +msgid "Run the selected action" +msgstr "Ejecutar la acción seleccionada" + +msgid "Go" +msgstr "Ir" + +msgid "Click here to select the objects across all pages" +msgstr "Pulse aquí para seleccionar los objetos a través de todas las páginas" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Seleccionar todos los %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Limpiar selección" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Primero introduzca un nombre de usuario y una contraseña. Luego podrá editar " +"el resto de opciones del usuario." + +msgid "Enter a username and password." +msgstr "Introduzca un nombre de usuario y contraseña" + +msgid "Change password" +msgstr "Cambiar contraseña" + +msgid "Please correct the error below." +msgstr "Por favor, corrija los siguientes errores." + +msgid "Please correct the errors below." +msgstr "Por favor, corrija los siguientes errores." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" +"Introduzca una nueva contraseña para el usuario %(username)s." + +msgid "Welcome," +msgstr "Bienvenido/a," + +msgid "View site" +msgstr "Ver el sitio" + +msgid "Documentation" +msgstr "Documentación" + +msgid "Log out" +msgstr "Terminar sesión" + +#, python-format +msgid "Add %(name)s" +msgstr "Añadir %(name)s" + +msgid "History" +msgstr "Histórico" + +msgid "View on site" +msgstr "Ver en el sitio" + +msgid "Filter" +msgstr "Filtro" + +msgid "Remove from sorting" +msgstr "Elimina de la ordenación" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Prioridad de la ordenación: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Activar la ordenación" + +msgid "Delete" +msgstr "Eliminar" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Eliminar el %(object_name)s '%(escaped_object)s' provocaría la eliminación " +"de objetos relacionados, pero su cuenta no tiene permiso para borrar los " +"siguientes tipos de objetos:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"La eliminación de %(object_name)s %(escaped_object)s requeriría eliminar los " +"siguientes objetos relacionados protegidos:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"¿Está seguro de que quiere borrar los %(object_name)s \"%(escaped_object)s" +"\"? Se borrarán los siguientes objetos relacionados:" + +msgid "Objects" +msgstr "Objetos" + +msgid "Yes, I'm sure" +msgstr "Sí, estoy seguro" + +msgid "No, take me back" +msgstr "No, llévame atrás" + +msgid "Delete multiple objects" +msgstr "Eliminar múltiples objetos." + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"La eliminación del %(objects_name)s seleccionado resultaría en el borrado de " +"objetos relacionados, pero su cuenta no tiene permisos para borrar los " +"siguientes tipos de objetos:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"La eliminación de %(objects_name)s seleccionado requeriría el borrado de los " +"siguientes objetos protegidos relacionados:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"¿Está usted seguro que quiere eliminar el %(objects_name)s seleccionado? " +"Todos los siguientes objetos y sus elementos relacionados serán borrados:" + +msgid "Change" +msgstr "Modificar" + +msgid "Delete?" +msgstr "¿Eliminar?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " Por %(filter_title)s " + +msgid "Summary" +msgstr "Resumen" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modelos en la aplicación %(name)s" + +msgid "Add" +msgstr "Añadir" + +msgid "You don't have permission to edit anything." +msgstr "No tiene permiso para editar nada." + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "Ninguno disponible" + +msgid "Unknown content" +msgstr "Contenido desconocido" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Algo va mal con la instalación de la base de datos. Asegúrese de que las " +"tablas necesarias han sido creadas, y de que la base de datos puede ser " +"leída por el usuario apropiado." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Se ha autenticado como %(username)s, pero no está autorizado a acceder a " +"esta página. ¿Desea autenticarse con una cuenta diferente?" + +msgid "Forgotten your password or username?" +msgstr "¿Ha olvidado la contraseña o el nombre de usuario?" + +msgid "Date/time" +msgstr "Fecha/hora" + +msgid "User" +msgstr "Usuario" + +msgid "Action" +msgstr "Acción" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Este objeto no tiene histórico de cambios. Probablemente no fue añadido " +"usando este sitio de administración." + +msgid "Show all" +msgstr "Mostrar todo" + +msgid "Save" +msgstr "Grabar" + +msgid "Popup closing..." +msgstr "Cerrando ventana emergente..." + +#, python-format +msgid "Change selected %(model)s" +msgstr "Cambiar %(model)s seleccionado" + +#, python-format +msgid "Add another %(model)s" +msgstr "Añadir otro %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Eliminar %(model)s seleccionada/o" + +msgid "Search" +msgstr "Buscar" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s resultado" +msgstr[1] "%(counter)s resultados" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s total" + +msgid "Save as new" +msgstr "Grabar como nuevo" + +msgid "Save and add another" +msgstr "Grabar y añadir otro" + +msgid "Save and continue editing" +msgstr "Grabar y continuar editando" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Gracias por el tiempo que ha dedicado hoy al sitio web." + +msgid "Log in again" +msgstr "Iniciar sesión de nuevo" + +msgid "Password change" +msgstr "Cambio de contraseña" + +msgid "Your password was changed." +msgstr "Su contraseña ha sido cambiada." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Por favor, introduzca su contraseña antigua, por seguridad, y después " +"introduzca la nueva contraseña dos veces para verificar que la ha escrito " +"correctamente." + +msgid "Change my password" +msgstr "Cambiar mi contraseña" + +msgid "Password reset" +msgstr "Restablecer contraseña" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "" +"Su contraseña ha sido establecida. Ahora puede seguir adelante e iniciar " +"sesión." + +msgid "Password reset confirmation" +msgstr "Confirmación de restablecimiento de contraseña" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Por favor, introduzca su contraseña nueva dos veces para verificar que la ha " +"escrito correctamente." + +msgid "New password:" +msgstr "Contraseña nueva:" + +msgid "Confirm password:" +msgstr "Confirme contraseña:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"El enlace de restablecimiento de contraseña era inválido, seguramente porque " +"se haya usado antes. Por favor, solicite un nuevo restablecimiento de " +"contraseña." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Le hemos enviado por email las instrucciones para restablecer la contraseña, " +"si es que existe una cuenta con la dirección electrónica que indicó. Debería " +"recibirlas en breve." + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Si no recibe un correo, por favor asegúrese de que ha introducido la " +"dirección de correo con la que se registró y verifique su carpeta de spam." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Ha recibido este correo electrónico porque ha solicitado restablecer la " +"contraseña para su cuenta en %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Por favor, vaya a la página siguiente y escoja una nueva contraseña." + +msgid "Your username, in case you've forgotten:" +msgstr "Su nombre de usuario, en caso de haberlo olvidado:" + +msgid "Thanks for using our site!" +msgstr "¡Gracias por usar nuestro sitio!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "El equipo de %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"¿Ha olvidado su clave? Introduzca su dirección de correo a continuación y le " +"enviaremos por correo electrónico las instrucciones para establecer una " +"nueva." + +msgid "Email address:" +msgstr "Correo electrónico:" + +msgid "Reset my password" +msgstr "Restablecer mi contraseña" + +msgid "All dates" +msgstr "Todas las fechas" + +#, python-format +msgid "Select %s" +msgstr "Escoja %s" + +#, python-format +msgid "Select %s to change" +msgstr "Escoja %s a modificar" + +msgid "Date:" +msgstr "Fecha:" + +msgid "Time:" +msgstr "Hora:" + +msgid "Lookup" +msgstr "Buscar" + +msgid "Currently:" +msgstr "Actualmente:" + +msgid "Change:" +msgstr "Cambiar:" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..cbbdc7bb9f5b64157f50d91d9343662f284f0888 GIT binary patch literal 3879 zcmb_eO^g&p6fPBiSpQM{L#1{DvV@(PoizfPWr^#uuplcNb}(=V!W;K;6+ZF7-PI>#JhLDSKYHSESrS{JJa)ZRlj=m)%RZ2 z>)$u5dynB7#{D$zEw?dN0FK>`KU{wUcLA>g?*b0rk>V)uKC}y2dryWl!28jED8u6! z)__Ck_rUeQH-Vdh?*N|zUI3E+E5LQYUx4=jf6Ll`0*|Bp53mfJfe{|r2S6Hk4oLn# z1>(mp;qP7GW#C!h+?|Z!$9}~h`TYYp3A_p0e+x+d z-Ui~w&f*V4**V}Fz|VnQ;1)Qcb$tvZ`_F*H=OPf4*>}J%fZqcz0b>M>blZd=(fiH7 zy})fi(ya#k2zUzk32;4}odJFcgbeIi+#EN}@g#0a6N=*#xHsY^j&#u+bioaKEIg(B zvd54+pcF2em#)WCU=IUnO{Bx%^$Z%1;@*IpGx-C>JDzW5S9h(ulDq}X&FviIYxZwMQ zA83_TbD-r1TX7icqz=wvRXxSM;nm=di#SF%7oHo;l4mo$_f|GdTZZ>AO-J|5_N&-S z%jQ%h*}RIhsy94)#Tbo0FH8J{Nw}~?pEpcmxoAicktj~uwzQlG=2y1`nVUD}71>Za zx+%A-n|9dIu+j`@!ECW%I;`AKj^pPWlE=zHpc)qgamj~8Hbu85r87;*E8Q&KO4n&< zlPeuuRLp6RjZKFO@WmU=tE6>i$4AomjzBgGql)w$2^*T-cMQjH>GG?RS`JU2Q5L*g zWRwbXBSt0?T~;RNQTj9l(yzC7 zAQ~4{uZ$iG`gJn{z0LEch>)k6;vjTgV()1%h*VoeiHI?`j3XDc*@ld4SyREz>hjo_ zAb!mt9ij38h@5zj!B(J6otTu~EE1FSU4Ct9Fye#M97aaeW0%Q6jqAwquJn1n5KG}? znic%W%cL8PPnlzzY6)NHv@&Otlvygt0I5W$Q?4$BjFb7u6wLq8L4G0|guJqJV zpise9FwW=Mf;A^`sO1huxmTrih)an_Cn3KXIx1Vn`rN#$t0?zUQg^wsDe<9&BjwzT zm4afJqqD2TC&r6AbK@`Mio5v4^QGd%j`4}{aTw-~%C;h(E9@qUyf|Je7I%!}8agbT z&y}svE*9R{5$QIFw?(2W-%MF%HeV(lxUeV{|OQPt$>eAP4y>6&^FXTuB96}At}ADo}`oCGDlyQ2Iu%@UVxXdzClh;#dmZMqWItV1=*IcAJ7?>c7BjXsnqYG(*=Q&XqA@zAnSds4gV2gc7#*}wd zO|UYWuPx7D$eDo=GFDBc#R~If|5UK7VY9AkbR;dC$6gTHR2!&Ycr?+{MM3pQl=v~6 zLJ^er0#z1M(pnrxQe$#tfR{uf7NMWILh->OY$#~U4%)Xe_}bZNLMxG(&d{S*ve^nx zR84PYW^b3y2klm;J>3geP>{knASIi}j<*zaQbZyWBGf}cR45|-1i=}WNc0BPQS{?_ zq7k-mh*L0^&g;lfAW_)hr7Dm;*qG8Ph>H_Bk#&P}zp5nc(%7b!HDpdh@R8Y&cO(4u zM8d8MKORSVjPOv3kU!MO)p%yv(@TdwQ7klM&HuplRJN=>*;K|G(48|~HZPXG78*Oo zRjsN(Wli~qT9AmynsiH04MiB%ke^L=k=b*Dy9YATb`jWjOP4h?)({ve4LJ?R%Iizt z;yXk%E6UKMcxpk&eu2U_2gg}Y6;n2$He&1i(gjpQSH*V>2B9bzPrheS5E2i96tbj_ z2ihCi%L9o(VaEETkW#527G>@%@%L8BnNKNmpvMsCqsJbsxKC T6`e literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..f3e6c2a --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es/LC_MESSAGES/djangojs.po @@ -0,0 +1,224 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Antoni Aloy , 2011-2012 +# Ernesto Avilés Vázquez , 2015 +# Jannis Leidel , 2011 +# Josue Naaman Nistal Guerra , 2014 +# Leonardo J. Caballero G. , 2011 +# Veronicabh , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 10:11+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Spanish (http://www.transifex.com/django/django/language/" +"es/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "%s Disponibles" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"Esta es la lista de %s disponibles. Puede elegir algunos seleccionándolos en " +"la caja inferior y luego haciendo clic en la flecha \"Elegir\" que hay entre " +"las dos cajas." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Escriba en este cuadro para filtrar la lista de %s disponibles" + +msgid "Filter" +msgstr "Filtro" + +msgid "Choose all" +msgstr "Selecciona todos" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Haga clic para seleccionar todos los %s de una vez" + +msgid "Choose" +msgstr "Elegir" + +msgid "Remove" +msgstr "Eliminar" + +#, javascript-format +msgid "Chosen %s" +msgstr "%s elegidos" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"Esta es la lista de los %s elegidos. Puede elmininar algunos " +"seleccionándolos en la caja inferior y luego haciendo click en la flecha " +"\"Eliminar\" que hay entre las dos cajas." + +msgid "Remove all" +msgstr "Eliminar todos" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Haz clic para eliminar todos los %s elegidos" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s de %(cnt)s seleccionado" +msgstr[1] "%(sel)s de %(cnt)s seleccionados" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Tiene cambios sin guardar en campos editables individuales. Si ejecuta una " +"acción, los cambios no guardados se perderán." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Ha seleccionado una acción, pero no ha guardado los cambios en los campos " +"individuales todavía. Pulse OK para guardar. Tendrá que volver a ejecutar la " +"acción." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Ha seleccionado una acción y no hs hecho ningún cambio en campos " +"individuales. Probablemente esté buscando el botón Ejecutar en lugar del " +"botón Guardar." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Nota: Usted esta a %s horas por delante de la hora del servidor." +msgstr[1] "Nota: Usted va %s horas por delante de la hora del servidor." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Nota: Usted esta a %s hora de retraso de tiempo de servidor." +msgstr[1] "Nota: Usted va %s horas por detrás de la hora del servidor." + +msgid "Now" +msgstr "Ahora" + +msgid "Choose a Time" +msgstr "Elija una hora" + +msgid "Choose a time" +msgstr "Elija una hora" + +msgid "Midnight" +msgstr "Medianoche" + +msgid "6 a.m." +msgstr "6 a.m." + +msgid "Noon" +msgstr "Mediodía" + +msgid "6 p.m." +msgstr "6 p.m." + +msgid "Cancel" +msgstr "Cancelar" + +msgid "Today" +msgstr "Hoy" + +msgid "Choose a Date" +msgstr "Elija una fecha" + +msgid "Yesterday" +msgstr "Ayer" + +msgid "Tomorrow" +msgstr "Mañana" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "Mostrar" + +msgid "Hide" +msgstr "Esconder" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es_AR/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es_AR/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..f84aafc2425d383b9143c9d699dfb249c06ef213 GIT binary patch literal 15686 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 literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es_AR/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es_AR/LC_MESSAGES/django.po new file mode 100644 index 0000000..d7af440 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es_AR/LC_MESSAGES/django.po @@ -0,0 +1,691 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Leonardo José Guzmán , 2013 +# Ramiro Morales, 2013-2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-07-30 23:44+0000\n" +"Last-Translator: Ramiro Morales\n" +"Language-Team: Spanish (Argentina) (http://www.transifex.com/django/django/" +"language/es_AR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_AR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Se eliminaron con éxito %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "No se puede eliminar %(name)s" + +msgid "Are you sure?" +msgstr "¿Está seguro?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Eliminar %(verbose_name_plural)s seleccionados/as" + +msgid "Administration" +msgstr "Administración" + +msgid "All" +msgstr "Todos/as" + +msgid "Yes" +msgstr "Sí" + +msgid "No" +msgstr "No" + +msgid "Unknown" +msgstr "Desconocido" + +msgid "Any date" +msgstr "Cualquier fecha" + +msgid "Today" +msgstr "Hoy" + +msgid "Past 7 days" +msgstr "Últimos 7 días" + +msgid "This month" +msgstr "Este mes" + +msgid "This year" +msgstr "Este año" + +msgid "No date" +msgstr "Sin fecha" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Por favor introduza %(username)s y contraseña correctos de una cuenta de " +"staff. Note que puede que ambos campos sean estrictos en relación a " +"diferencias entre mayúsculas y minúsculas." + +msgid "Action:" +msgstr "Acción:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Agregar otro/a %(verbose_name)s" + +msgid "Remove" +msgstr "Eliminar" + +msgid "action time" +msgstr "hora de la acción" + +msgid "user" +msgstr "usuario" + +msgid "content type" +msgstr "tipo de contenido" + +msgid "object id" +msgstr "id de objeto" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "repr de objeto" + +msgid "action flag" +msgstr "marca de acción" + +msgid "change message" +msgstr "mensaje de cambio" + +msgid "log entry" +msgstr "entrada de registro" + +msgid "log entries" +msgstr "entradas de registro" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "Se agrega \"%(object)s\"." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "Se modifica \"%(object)s\" - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "Se elimina \"%(object)s.\"" + +msgid "LogEntry Object" +msgstr "Objeto LogEntry" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "Agregado." + +msgid "and" +msgstr "y" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "No ha modificado ningún campo." + +msgid "None" +msgstr "Ninguno" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" +"Mantenga presionada \"Control\" (\"Command\" en una Mac) para seleccionar " +"más de uno." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Deben existir items seleccionados para poder realizar acciones sobre los " +"mismos. No se modificó ningún item." + +msgid "No action selected." +msgstr "No se ha seleccionado ninguna acción." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "Se eliminó con éxito %(name)s \"%(obj)s\"." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "No existe un objeto %(name)s con una clave primaria %(key)r." + +#, python-format +msgid "Add %s" +msgstr "Agregar %s" + +#, python-format +msgid "Change %s" +msgstr "Modificar %s" + +msgid "Database error" +msgstr "Error de base de datos" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "Se ha modificado con éxito %(count)s %(name)s." +msgstr[1] "Se han modificado con éxito %(count)s %(name)s." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s seleccionados/as" +msgstr[1] "Todos/as (%(total_count)s en total) han sido seleccionados/as" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 de %(cnt)s seleccionados/as" + +#, python-format +msgid "Change history: %s" +msgstr "Historia de modificaciones: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"La eliminación de %(class_name)s %(instance)s provocaría la eliminación de " +"los siguientes objetos relacionados protegidos: %(related_objects)s" + +msgid "Django site admin" +msgstr "Administración de sitio Django" + +msgid "Django administration" +msgstr "Administración de Django" + +msgid "Site administration" +msgstr "Administración de sitio" + +msgid "Log in" +msgstr "Identificarse" + +#, python-format +msgid "%(app)s administration" +msgstr "Administración de %(app)s" + +msgid "Page not found" +msgstr "Página no encontrada" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Lo sentimos, pero no se encuentra la página solicitada." + +msgid "Home" +msgstr "Inicio" + +msgid "Server error" +msgstr "Error del servidor" + +msgid "Server error (500)" +msgstr "Error del servidor (500)" + +msgid "Server Error (500)" +msgstr "Error de servidor (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Ha ocurrido un error. Se ha reportado el mismo a los administradores del " +"sitio vía email y debería ser solucionado en breve. Le agradecemos por su " +"paciencia." + +msgid "Run the selected action" +msgstr "Ejecutar la acción seleccionada" + +msgid "Go" +msgstr "Ejecutar" + +msgid "Click here to select the objects across all pages" +msgstr "Haga click aquí para seleccionar los objetos de todas las páginas" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Seleccionar lo(s)/a(s) %(total_count)s %(module_name)s existentes" + +msgid "Clear selection" +msgstr "Borrar selección" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Primero introduzca un nombre de usuario y una contraseña. Luego podrá " +"configurar opciones adicionales acerca del usuario." + +msgid "Enter a username and password." +msgstr "Introduzca un nombre de usuario y una contraseña." + +msgid "Change password" +msgstr "Cambiar contraseña" + +msgid "Please correct the error below." +msgstr "Por favor, corrija los siguientes errores." + +msgid "Please correct the errors below." +msgstr "Por favor corrija los errores detallados abajo." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" +"Introduzca una nueva contraseña para el usuario %(username)s." + +msgid "Welcome," +msgstr "Bienvenido/a," + +msgid "View site" +msgstr "Ver sitio" + +msgid "Documentation" +msgstr "Documentación" + +msgid "Log out" +msgstr "Cerrar sesión" + +#, python-format +msgid "Add %(name)s" +msgstr "Agregar %(name)s" + +msgid "History" +msgstr "Historia" + +msgid "View on site" +msgstr "Ver en el sitio" + +msgid "Filter" +msgstr "Filtrar" + +msgid "Remove from sorting" +msgstr "Remover de ordenamiento" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Prioridad de ordenamiento: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "(des)activar ordenamiento" + +msgid "Delete" +msgstr "Eliminar" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Eliminar el %(object_name)s '%(escaped_object)s' provocaría la eliminación " +"de objetos relacionados, pero su cuenta no tiene permiso para eliminar los " +"siguientes tipos de objetos:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Eliminar los %(object_name)s '%(escaped_object)s' requeriría eliminar " +"también los siguientes objetos relacionados protegidos:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"¿Está seguro de que desea eliminar los %(object_name)s \"%(escaped_object)s" +"\"? Se eliminarán los siguientes objetos relacionados:" + +msgid "Objects" +msgstr "Objectos" + +msgid "Yes, I'm sure" +msgstr "Sí, estoy seguro" + +msgid "No, take me back" +msgstr "No, volver" + +msgid "Delete multiple objects" +msgstr "Eliminar múltiples objetos" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Eliminar el/los objetos %(objects_name)s seleccionados provocaría la " +"eliminación de objetos relacionados a los mismos, pero su cuenta de usuario " +"no tiene los permisos necesarios para eliminar los siguientes tipos de " +"objetos:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Eliminar el/los objetos %(objects_name)s seleccionados requeriría eliminar " +"también los siguientes objetos relacionados protegidos:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"¿Está seguro de que desea eliminar el/los objetos %(objects_name)s?. Todos " +"los siguientes objetos e items relacionados a los mismos también serán " +"eliminados:" + +msgid "Change" +msgstr "Modificar" + +msgid "Delete?" +msgstr "¿Eliminar?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " Por %(filter_title)s " + +msgid "Summary" +msgstr "Resumen" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modelos en la aplicación %(name)s" + +msgid "Add" +msgstr "Agregar" + +msgid "You don't have permission to edit anything." +msgstr "No tiene permiso para editar nada." + +msgid "Recent actions" +msgstr "Acciones recientes" + +msgid "My actions" +msgstr "Mis acciones" + +msgid "None available" +msgstr "Ninguna disponible" + +msgid "Unknown content" +msgstr "Contenido desconocido" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Hay algún problema con su instalación de base de datos. Asegúrese de que las " +"tablas de la misma hayan sido creadas, y asegúrese de que el usuario " +"apropiado tenga permisos de lectura en la base de datos." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Ud. se halla autenticado como %(username)s, pero no está autorizado a " +"acceder a esta página ¿Desea autenticarse con una cuenta diferente?" + +msgid "Forgotten your password or username?" +msgstr "¿Olvidó su contraseña o nombre de usuario?" + +msgid "Date/time" +msgstr "Fecha/hora" + +msgid "User" +msgstr "Usuario" + +msgid "Action" +msgstr "Acción" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Este objeto no tiene historia de modificaciones. Probablemente no fue " +"añadido usando este sitio de administración." + +msgid "Show all" +msgstr "Mostrar todos/as" + +msgid "Save" +msgstr "Guardar" + +msgid "Popup closing..." +msgstr "Cerrando ventana emergente..." + +#, python-format +msgid "Change selected %(model)s" +msgstr "Modificar %(model)s seleccionados/as" + +#, python-format +msgid "Add another %(model)s" +msgstr "Agregar otro/a %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Eliminar %(model)s seleccionados/as" + +msgid "Search" +msgstr "Buscar" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s resultado" +msgstr[1] "%(counter)s resultados" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "total: %(full_result_count)s" + +msgid "Save as new" +msgstr "Guardar como nuevo" + +msgid "Save and add another" +msgstr "Guardar y agregar otro" + +msgid "Save and continue editing" +msgstr "Guardar y continuar editando" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Gracias por el tiempo que ha dedicado al sitio web hoy." + +msgid "Log in again" +msgstr "Identificarse de nuevo" + +msgid "Password change" +msgstr "Cambio de contraseña" + +msgid "Your password was changed." +msgstr "Su contraseña ha sido cambiada." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Por favor, por razones de seguridad, introduzca primero su contraseña " +"antigua y luego introduzca la nueva contraseña dos veces para verificar que " +"la ha escrito correctamente." + +msgid "Change my password" +msgstr "Cambiar mi contraseña" + +msgid "Password reset" +msgstr "Recuperar contraseña" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Su contraseña ha sido cambiada. Ahora puede continuar e ingresar." + +msgid "Password reset confirmation" +msgstr "Confirmación de reincialización de contraseña" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Por favor introduzca su nueva contraseña dos veces de manera que podamos " +"verificar que la ha escrito correctamente." + +msgid "New password:" +msgstr "Contraseña nueva:" + +msgid "Confirm password:" +msgstr "Confirme contraseña:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"El enlace de reinicialización de contraseña es inválido, posiblemente debido " +"a que ya ha sido usado. Por favor solicite una nueva reinicialización de " +"contraseña." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Se le han enviado instrucciones sobre cómo establecer su contraseña. Si la " +"dirección de email que proveyó existe, debería recibir las mismas pronto." + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Si no ha recibido un email, por favor asegúrese de que ha introducido la " +"dirección de correo con la que se había registrado y verifique su carpeta de " +"Correo no deseado." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Le enviamos este email porque Ud. ha solicitado que se reestablezca la " +"contraseña para su cuenta de usuario en %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "" +"Por favor visite la página que se muestra a continuación y elija una nueva " +"contraseña:" + +msgid "Your username, in case you've forgotten:" +msgstr "Su nombre de usuario, en caso de haberlo olvidado:" + +msgid "Thanks for using our site!" +msgstr "¡Gracias por usar nuestro sitio!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "El equipo de %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"¿Olvidó su contraseña? Introduzca su dirección de email abajo y le " +"enviaremos instrucciones para establecer una nueva." + +msgid "Email address:" +msgstr "Dirección de email:" + +msgid "Reset my password" +msgstr "Recuperar mi contraseña" + +msgid "All dates" +msgstr "Todas las fechas" + +#, python-format +msgid "Select %s" +msgstr "Seleccione %s" + +#, python-format +msgid "Select %s to change" +msgstr "Seleccione %s a modificar" + +msgid "Date:" +msgstr "Fecha:" + +msgid "Time:" +msgstr "Hora:" + +msgid "Lookup" +msgstr "Buscar" + +msgid "Currently:" +msgstr "Actualmente:" + +msgid "Change:" +msgstr "Cambiar:" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es_AR/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es_AR/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..c444b984cadc62d0385aa292bd6e20bd5c152171 GIT binary patch literal 4892 zcmcInPi$OA86TPe!7ZT;ZGlkA#3hN{WOx0iPO1$S+B$X|x0_h@wxtNE%)U3fJLbKa zWoF*mn@evSQjQPJu{8z*ySUiFGhkzdfJ_h_W@C@(_a0Pe_m`5A{>HJrK*n)i(_(9+| z;`mz;ZvpYozJ~{i@O>cd^8+BQdmZ?B;E#YU;Bjn9-xDCwXF%Gw55zy)!GrjG1xS2; z9Z37!1l|OG2l!236^pPX`xTJ(`z`Pi@J~QmcRwb-3w#7f>s|-;fy?;#QQ(^q{{Vah zR%kBz|f@u*epG$AO;(5`WJE zv4pjNwC|UI#76-ny069gTXFt1U=8!Xj`$BCSYxMPT!_fd0qLCiIIaWf{AVJrM!XiW z1tdPd0E7taWgzXh1^hkG1AhZt1T!>$-$%;*9stsLCx9f!N#H}kCxAq^5Wjy8_$J0z zfIkKP8%Xy3$%Ezkp92>$ehWx^9Kj~P03HMW8TdP30lamBF{qgxhjIuXjCdmA!x0~i z`0;Z`Z)T1=+w@Y5Ohzk zl{hAyQhO4e^z|tkph4WwNOus8O`)GhpGW^BI@x|2oufl#Y!;pJ!fAABGw4sCKZQPt zPVHm~!9U0bq-XMBYEVOnYkL0-I{7Y4iw&oo%%&YT9e#Q$(H^gukcpS+9lu@RqMBFP z1>PrU^sUNRqv#gSv&KNEOtdq}Pdm0GbRsjh)HBA(2wd>X!jFwwDjys9@lh7mI;q2E znM%IQz2QmNj*BeAG#8#5oKj^=qwiMcW+20Nkd~|W$u7%8=51-&ifr3L*dbd{na6ll zrIM`)9p=`GY{=FMEm>38q=)B_HC3urx98b4V>BLK*7-}O;KGuyyk`o_MNf*9^y#D> zNXto_>fy9t{oaXrTlSPr?`hk^Ne89W*UUD%o_IqV*a(V>K>A{vvhPc}%^nC_J>@w5 zeNXaCIcU1W#h8JsLH=9}M>cULm%KfUUZixFmgZdPutnSKK#t68a{*ECMe~G=7U}q8 z=_r%Xs0C45`fUjsI^Ay@j^)x-4`pi4&ifoiFZe$>Dphnhj!X*oXqns)->fz4ONb0l z^`t+N8tcD^|f| zM_0z@nnu%Hb9`=7_=1dkbo0P$5hxGLwR(khMA;grY!&jIlP}6tm(wq@b!)bezAIPL z$_vsu_)49pTW|?8u_61$`byJvRa$wb=(Hu0QrzS6QnyG(dv>wH7x${OA@ zR%FuQyY3dED=RH2@;cw_3$0v_Pc>{;YOl1I=2JcI`}JCFdwaX;X(!c@JJrPGwNjQ5 zWO1vSbT2nHYSR3BFYLU-QUz*sf zqzKUiRW^YtMQUo|ZWOL29ExqDiN|`AHQJ%xcHxDFq41>2^^I1jxuc3JEHXLjcsOC~ zUGhQ;z9J#}K0!IT3iGh#Ol^rk)1%?o9tgVB1U_(J$Vid>3njI3^MQR1Fmsz-SYs%010T;EP%K5FKoZ;i zq2_%AIM<|ggq+CK4XA}{BxoYak*Yh;aY+if6Os3!kNsN)E{=TJjcz_N#B^o?X#5~> z$|DUrFp0%s{}k7FCm{|hzVXDtGAe602=_a%f4<}&xljy{eWD;; z3!6X;@`!yAaIbKIu>+#Mn^5bxx^=_=&)$9#25}?7RUXU+3xtC#j;Zo%rL@8#oyn0z zaFdaqbs+~Lho|CaOAG!jZ|BV6GLHgIB9pSBrbp~k5xPz7n`(5>0fPpimCGSJGBC`W UO7Nts>;?85+hmv78f)V3KZpBdRR910 literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es_AR/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es_AR/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..373c12f --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es_AR/LC_MESSAGES/djangojs.po @@ -0,0 +1,228 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Ramiro Morales, 2014-2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-07-30 23:55+0000\n" +"Last-Translator: Ramiro Morales\n" +"Language-Team: Spanish (Argentina) (http://www.transifex.com/django/django/" +"language/es_AR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_AR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "%s disponibles" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"Esta es la lista de %s disponibles. Puede elegir algunos/as seleccionándolos/" +"as en el cuadro de abajo y luego haciendo click en la flecha \"Seleccionar\" " +"ubicada entre las dos listas." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Escriba en esta caja para filtrar la lista de %s disponibles." + +msgid "Filter" +msgstr "Filtro" + +msgid "Choose all" +msgstr "Seleccionar todos/as" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Haga click para seleccionar todos/as los/as %s." + +msgid "Choose" +msgstr "Seleccionar" + +msgid "Remove" +msgstr "Eliminar" + +#, javascript-format +msgid "Chosen %s" +msgstr "%s seleccionados/as" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"Esta es la lista de %s seleccionados. Puede deseleccionar algunos de ellos " +"activándolos en la lista de abajo y luego haciendo click en la flecha " +"\"Eliminar\" ubicada entre las dos listas." + +msgid "Remove all" +msgstr "Eliminar todos/as" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Haga clic para deselecionar todos/as los/as %s." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s de %(cnt)s seleccionado/a" +msgstr[1] "%(sel)s de %(cnt)s seleccionados/as" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Tiene modificaciones sin guardar en campos modificables individuales. Si " +"ejecuta una acción las mismas se perderán." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Ha seleccionado una acción, pero todavía no ha grabado las modificaciones " +"que ha realizado en campos individuales. Por favor haga click en Aceptar " +"para grabarlas. Necesitará ejecutar la acción nuevamente." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Ha seleccionado una acción pero no ha realizado ninguna modificación en " +"campos individuales. Es probable que lo que necesite usar en realidad sea el " +"botón Ejecutar y no el botón Guardar." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +"Nota: Ud. se encuentra en una zona horaria que está %s hora adelantada " +"respecto a la del servidor." +msgstr[1] "" +"Nota: Ud. se encuentra en una zona horaria que está %s horas adelantada " +"respecto a la del servidor." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +"Nota: Ud. se encuentra en una zona horaria que está %s hora atrasada " +"respecto a la del servidor." +msgstr[1] "" +"Nota: Ud. se encuentra en una zona horaria que está %s horas atrasada " +"respecto a la del servidor." + +msgid "Now" +msgstr "Ahora" + +msgid "Choose a Time" +msgstr "Seleccione una Hora" + +msgid "Choose a time" +msgstr "Elija una hora" + +msgid "Midnight" +msgstr "Medianoche" + +msgid "6 a.m." +msgstr "6 AM" + +msgid "Noon" +msgstr "Mediodía" + +msgid "6 p.m." +msgstr "6 PM" + +msgid "Cancel" +msgstr "Cancelar" + +msgid "Today" +msgstr "Hoy" + +msgid "Choose a Date" +msgstr "Seleccione una Fecha" + +msgid "Yesterday" +msgstr "Ayer" + +msgid "Tomorrow" +msgstr "Mañana" + +msgid "January" +msgstr "Enero" + +msgid "February" +msgstr "Febrero" + +msgid "March" +msgstr "Marzo" + +msgid "April" +msgstr "Abril" + +msgid "May" +msgstr "Mayo" + +msgid "June" +msgstr "Junio" + +msgid "July" +msgstr "Julio" + +msgid "August" +msgstr "Agosto" + +msgid "September" +msgstr "Setiembre" + +msgid "October" +msgstr "Octubre" + +msgid "November" +msgstr "Noviembre" + +msgid "December" +msgstr "Diciembre" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "D" + +msgctxt "one letter Monday" +msgid "M" +msgstr "L" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "M" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "M" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "J" + +msgctxt "one letter Friday" +msgid "F" +msgstr "V" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "S" + +msgid "Show" +msgstr "Mostrar" + +msgid "Hide" +msgstr "Ocultar" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es_CO/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es_CO/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..4e3187df41c299fef1086e6a2eb5ba0c4874e803 GIT binary patch literal 15294 zcmc(l3yd9CdB+bSgy8VVlQ;Cl#POQ!-d#K7b>n#Btex0oofxl^KngLl_s;H4JonDc z%-mgHQv!uRN_nIS(9+UYGL+Itq!iME6j~v%2&$?@qDYmX1zM?8v;~TgXd7CU{{H8j zxp(&A1PW5GeEgrsd3@)4pKtaX=b!n0!|yj~FQ)zDnZ|qt{Ma-2kKcbj)0m6E$HC`< z&v}+HF9I(G?*wlEF9m-mJpVj+HTQoHUID(~*?#=3;914J4QgK+V4ud>S|o zYTaGn^T2CB&HpNJJ9r$_I`0Lw{||yEz)yhpfG>y0KLmdpTmWx|DIW$u39A3?7kWBU zQ2V_X6dmsZuLnN}z7+gBP;~qkcpG>IgD(MJ4W{55!85>r0Y%Su!F}KlK~%#uQGz#s z)8HN8XF$z&0h^K>UkGa4c2Inr1oeIz6#s4nMPCAHofS~>Jqbze5RQ1gF1+@`OXJL-*Z9Hu?;xylIZ$$WE2!}gfcJwB zgD1hAJFsc+W1#MjVH~>u8mRv7MoHu+J_<_Se*wzgz6#EQ-vjAtu0>d)X94Vi9q<+4 zH^2wM3nsjO`3NZb{{Xxbd=%8UXE)#>coDdy_n_o)9-F{5n2SNlqX~+xn?a3>LD83j z;@<<{8Q_P)^N)a%&!2r{~1&M{vuHPeo4T~LFvaqkbfrPzjMKdK<)R# z0lx&kkNd~L2z<{@V}2L>K6oSez%DPJzX6^6K5WEU}6r2Si)eWYr*~uj0M-0k; zbU^9PM?gelz6grmAA+aAbFcLN@RQ)#+|M&81CN8E?{C4Uf!_k33jQl7{r@-c9Pq5G zJ^kl{T6YY54mbsh-s?gBnM3?1dfyH{3v6EF=Q{w3FSFp=!Mi}o|65=mJi7_+z%|^W7Zqb)fi_ffs=Hfm;6qpy>R4P;`F^)cB(`{hsf^ zyf)yg0}5V8I}z?hn|{(s{qCXdqd}gTqs`Og-(Ew@X>HoC)ATz@6R*YhowWDS^wa)C z8z$|3*YUq(aopcJeo7bhdx-XcyE5jN!Tq#exQB)2-QoHL;C5PzCVkiMCK_(f#Jb^! zX}jM7|KC89eDxFGrrnj-9bG20572NIPEX$h>Q~ZUuZ!C6cCImh^UCn-SHTz2-a$J= zdo!*6djmI;;d^Nh(td?j{chpn*)+nO)5o`hh|c^PZHcx_lV8^l6?Z@R)@&P#dOa?pb|>j3MVUusl6869N~5AU){Q#qwrwow7G>0J zaie!xzgxP;;r&Wf*w#|iU5wkd=(k#NQ7rV+bkNwebDYOd+&j*hJdcZhT2>R(9*F|Y ze$4kcR#8)CWt8$R(3H*J9k)uml9WrfmnWSlAK2ruc)sIWF#X&@_A7%+hYt&(r2_3I`D+EX6tRI$1kT z;jem*o-W7vd{)Fk5_$=bw{9Er+uKoWZTM$`H6ny;M|wLdVqt@y&`HDDo2(`+T_E+Vy*RoXTw<4ytd z=`$aPx!Z8!Cs@7W;*g9=4NtSACkYkqwna>m|1?BQo0+I9EeP8mifG2Ev+-cJ71h-e z%97=SX6;dDV0#$LN|v{)UhD5`d#c3jXKscOYh`LD*t|EW0*#nS<0!X&4q4|+nzW8v zv<7iy;klE;kQJ>wE8qy+??sD-fhkUw8nRY5dwEtmlO8Ha*aN~G3yK>QTwHf#RkN%&iR~LrV*AfZ z#m}&!T%}FAqn%fF7r=liAXKDSZJIZWsOy4y>;6fMWL7w4U%C{V6-u3%)@<)DYd z#NaEYttGc6|InfG9zUaOe%fXJe^_xh!7p1MMfdrq1^>`bg*L-rh}0?v1nT?*=g8YvJjG;xzESQ z$;X#=!^~!j_>KTJT8zR?)-UxC*^oNj>e4Chv*Z1qIiy^rkjK%Es-S7fB?(Plxo@dy zanszA@h^}yB)y?$3rU=|hv}mpAp`NR6WjTyb({y?*!^dtW$Zg3@zn zk``K%*%b}#T4HgsFmPHZ*RGUJ@(h$JcMoi+O(-*}EPFiIU8|obpvg z&cFN|>A=6D;o{~fC@H&fd~7XcWXbECXVV;sJK1s^z%Jxj2M*-&6g)#EY&~~7()a2- zv@CB$W{wEy{&Oo~zMxCmM-NdYChemqxJS*dF_u#iA~17gZ>=Rj2MXnl!z*pbn_=}# zDckzPhC3Sc)8QFlF3u62-LGuT?v6Wq#;%x}+Od0*E2eSpd?r`Fv96PuTgq0H7n-?Y zP{IL)Q{NmOu3UnAq`9I%<4;dch8!MzlITu?DOo;#zk$oFJe>rC{pT5nEiy=*Hv9k} zC3C1bo;=nW!RyM%RceCaphO42sO_T8{J=@QKDk0l!_0Y6>Uft)36;lH*T=g3&b&^I zX0CQ1txh6z^v6bJrS7bmKSz8i9!(9fvs3_nLF-mAvvMlFEIhm z$JS)v^sk4)#S|b!1Uv;; z)g|rf3fs?(=rD)#Or^JpgYAji<6MWzrfs{U(3T_4K};Mf7L)eG4gJMp;%L^iTMplP zbYezPfxZ)}KQ!&Gshw9&OkFXt^D4XR^5)K6mrd=Onxf;xk$5@Loa_4S+G(e*X--{p z*%ZGmvt)A_epSs&d(p|{*Fs8fMXZI6F@vu!h z*Nf<~WXEQ*H0#VK(GEMdRF=KwFI!)Rr0VD<+P@;ifI)6Xj$tCGoyijw?qiuDk8%jT2Xo`e`{-ePVyNl_?-K z?bY*1IV8Gi-CA1?yQ0bjr?F1av|V3gDX!afEk_fTTdo`H+KaEVJ9k{W#n{8>?#7bv zsE*i5Rv%SOflj_kY@VP7qj&4;!VCS?hjGDRdC5WW1IO3|ugo#i(K25E- zg;IKgHmMbdmj#xD=Tf2CWtqdrQ=ZMPj%@a}9Oo;fY`Xf1sGZ~$4(S{{pu+3>*o@;X z9jY?p-bK!sR1en{-*zb6C2sYU%CQ^T&WiPgK1O3)n=a6r;6N8A*?* zz>%A}2j+91-CvZer#SB|_8|&IBDnm5V}%UU0+<=yxu%ljafZ~a2Qr3i%dn# zr7Y#-r<^g3DxNln>vLizx&$g}B*bY#$s8hZ2^9@hvDqI|!(7u=8)mPYuR0+3A=xxm zX@@R#Dwro1!EU?EF`~-TGtJSKKDO77;m?qwN)vU`cGi=Ru5^S@Wn=ZxJZU+$RwgEL zW9*&|Gm(5&Zaay~OLAfY(i}cU!SP^gpAD5}&EBgal#Jb!>(yjkt$H@;^t5hJZybm@ z+)vqHbWeZv5h7sDDOV>U$67D{N_r$>d9=Lxu##b{q>W}tyLzjq2>8*kiml`Hka~=x zRibxdJ&Bq>6k%joud8V@6NiedFgHp^CrLFTe@WjU{^5n~tUl(e+e3|_s8%V-rtFC( zvwDwB3*5E+wzJ7XY8mF7uEz2_sv945?^)7h->v3`Py1EQrzm-nuRbyy=b8H?R-&x9 zqzWa~#0WN)!8fJDNB`rDt{f2 zji1?U=_m1Oj90PTvr82lzSYSo6R1a9TC>QLG7Dq%6@N0bnrth_#&3?=Ez z6T@IrHFi*+*_GP!j7*r*BifbVuCjLjWGjM_O$Up>8fgtX+mAU7^s+Y5!&Q}hm|{2N zDH2c5JA1B&8))EK4n#Ifmy@=nhzZo@v|`T2#i!Q|k|ikZnYPt_c|!6bj~&uMS0h}@ zYR+O>iW(U4SKS7dlXBeUbe&U!^Nu_mSp(rtQ`nAbJS}pDp^T_>=d}Q54)KLL?k;ll zV)s7D8rAXH)u@WEdPdim@izpT&gv;=s#-?OgGd%aO_B_4li9PygcCP2_zkLpLMjt2 z^FN`IMA7LI%vTPv6jfqv;XK9bO_>B&^iCttLtpPlJ>iclz$WemERXVDjQ3%3)%>YN zNxSCRP(4_VQVh2}v;)3zZc3Ars0T-27yl_QNI9h`g=)xJSYI)!ECFhV69pEyfL(|u zo+YDuQ6$SD-P1QhWlIH8P|sU^(oBc2EvJ~X*`m3j&z}ppjD^oPF6V^>k^45_wPTpx z%+$=$8EEyX0Gfw8hh0k4B{}WUNsetHfmTRKhKW26dK@nF5g|=iA7186%wZfGD$Ffz zimXD!RrInh1v39RK{>)?X$)s&R|Sq#=U9EL zX!XhL*3e&3CI7QtDJbqyIK)c?dc5hNVs2HaMiuxA6>7jbW4f<42p+HTldOPu;UE!t zYj;VxyeHp25meFR1gq~{L;uZU8w1JDg}mixfPPB`A>kbzaG-_lWhlbXN!FP(N>Zzo zNjkgjE^F`xhbcVp9g@LsCL#IJ(buL0La() z3PM>atKLx}$$}RNu3^95&bGn~uh@I#p>o{c=!n2c0P)L_JlU5KpZ&9UsU%)`!{?Ez zLptmcP7I2o!$JO2$)QXiM)X;gjre?Il#KAnE#uFt2+`yeohX$!#6JIZWMuq2T5}9( z*u5JfiOx6@4bYX2lZ$XEk6kFTwA_afs;pATO5xW`8V--Lv@~9Qq>To#^-*4c>*cdd zLP~%=xNjvW_(m1k{PRgTtLWqc|2KR!;j>?v6blp=DdJW}hpy?*93=jh_7cb;uf{vO zEnu(|-+fhRDMO=Rzf1X6;(5}TQ}vO3I3n#q9K(`SXZOSgvEEmewC5_cgyWR^ z3%ULL-2i0=)`o*?3bPmtuAZWSOXi60-bOZe)qL=fgqK%O@qL8|BtCOePs`-J$fgEpJo_|#Bz+bG;CcW_~;&zB}P&eQ|8+t zHN(Zb$h@Cwiz>-jHW&V6q=@QIRr(+^DqOhutt{oR|2E?)DEcm7sRaf%qm38xCdz0q z?bDnLaDsY`YvS)dIOR9_f1u((vg|!u-5KtaJMCu5-1N6`L^tsle?NSBn?Dm6D%h&o zp;&HVe_!3qD!0Pv5xv9F2+Cm~jL~5dZNdJB-rS2Gf6AX+kde8x*k#Bp?JT6DKL?T< z*d$RNs)>wzO4Ca}htRVZsJN`zP~nH?5tJd|sOHg|oH#Xv6NSw83S4+<#`H2zoZ($m!jm`&U_pMDm0oRT zAi=2FQm|W5d3s6sWJw8(FD1acHO@v~m_>C}c@wXk8EdmT1(A3VAXK9ox^zmMumf9` zFR^^X)rkd#4oUcFrwo}fy2hFtj;n~xeJ64b5$_V`X*N7JHVt3FIjZ6-LpER>N!+7J z)uVyI!xz!r&T)D>HmZkcnD*#2#W*WaA&;lkDWQ6}=2@bE#2*y9GlkK|r22h0Wt;y6 DK#L1W literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es_CO/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es_CO/LC_MESSAGES/django.po new file mode 100644 index 0000000..cf57a49 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es_CO/LC_MESSAGES/django.po @@ -0,0 +1,696 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# abraham.martin , 2014 +# Axel Díaz , 2015 +# Claude Paroz , 2014 +# Ernesto Avilés Vázquez , 2015 +# franchukelly , 2011 +# guillem , 2012 +# Igor Támara , 2013 +# Jannis Leidel , 2011 +# Josue Naaman Nistal Guerra , 2014 +# Marc Garcia , 2011 +# Pablo, 2015 +# Veronicabh , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 09:09+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Spanish (Colombia) (http://www.transifex.com/django/django/" +"language/es_CO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_CO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Eliminado/s %(count)d %(items)s satisfactoriamente." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "No se puede eliminar %(name)s" + +msgid "Are you sure?" +msgstr "¿Está seguro?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Eliminar %(verbose_name_plural)s seleccionado/s" + +msgid "Administration" +msgstr "Administración" + +msgid "All" +msgstr "Todo" + +msgid "Yes" +msgstr "Sí" + +msgid "No" +msgstr "No" + +msgid "Unknown" +msgstr "Desconocido" + +msgid "Any date" +msgstr "Cualquier fecha" + +msgid "Today" +msgstr "Hoy" + +msgid "Past 7 days" +msgstr "Últimos 7 días" + +msgid "This month" +msgstr "Este mes" + +msgid "This year" +msgstr "Este año" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Por favor ingrese el %(username)s y la clave correctos para obtener cuenta " +"de personal. Observe que ambos campos pueden ser sensibles a mayúsculas." + +msgid "Action:" +msgstr "Acción:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Agregar %(verbose_name)s adicional." + +msgid "Remove" +msgstr "Eliminar" + +msgid "action time" +msgstr "hora de la acción" + +msgid "user" +msgstr "usuario" + +msgid "content type" +msgstr "tipo de contenido" + +msgid "object id" +msgstr "id del objeto" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "repr del objeto" + +msgid "action flag" +msgstr "marca de acción" + +msgid "change message" +msgstr "mensaje de cambio" + +msgid "log entry" +msgstr "entrada de registro" + +msgid "log entries" +msgstr "entradas de registro" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "Añadidos \"%(object)s\"." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "Cambiados \"%(object)s\" - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "Eliminado/a \"%(object)s.\"" + +msgid "LogEntry Object" +msgstr "Objeto de registro de Log" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "Añadido." + +msgid "and" +msgstr "y" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "No ha cambiado ningún campo." + +msgid "None" +msgstr "Ninguno" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" +"Mantenga presionado \"Control\" o \"Command\" en un Mac, para seleccionar " +"más de una opción." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Se deben seleccionar elementos para poder realizar acciones sobre estos. No " +"se han modificado elementos." + +msgid "No action selected." +msgstr "No se seleccionó ninguna acción." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "Se eliminó con éxito el %(name)s \"%(obj)s\"." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "No existe ningún objeto %(name)s con la clave primaria %(key)r." + +#, python-format +msgid "Add %s" +msgstr "Añadir %s" + +#, python-format +msgid "Change %s" +msgstr "Modificar %s" + +msgid "Database error" +msgstr "Error en la base de datos" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s fué modificado con éxito." +msgstr[1] "%(count)s %(name)s fueron modificados con éxito." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s seleccionado" +msgstr[1] "%(total_count)s seleccionados en total" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "seleccionados 0 de %(cnt)s" + +#, python-format +msgid "Change history: %s" +msgstr "Histórico de modificaciones: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"La eliminación de %(class_name)s %(instance)s requeriría eliminar los " +"siguientes objetos relacionados protegidos: %(related_objects)s" + +msgid "Django site admin" +msgstr "Sitio de administración de Django" + +msgid "Django administration" +msgstr "Administración de Django" + +msgid "Site administration" +msgstr "Sitio administrativo" + +msgid "Log in" +msgstr "Iniciar sesión" + +#, python-format +msgid "%(app)s administration" +msgstr "Administración de %(app)s " + +msgid "Page not found" +msgstr "Página no encontrada" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Lo sentimos, pero no se encuentra la página solicitada." + +msgid "Home" +msgstr "Inicio" + +msgid "Server error" +msgstr "Error del servidor" + +msgid "Server error (500)" +msgstr "Error del servidor (500)" + +msgid "Server Error (500)" +msgstr "Error de servidor (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Ha habido un error. Ha sido comunicado al administrador del sitio por correo " +"electrónico y debería solucionarse a la mayor brevedad. Gracias por su " +"paciencia y comprensión." + +msgid "Run the selected action" +msgstr "Ejecutar la acción seleccionada" + +msgid "Go" +msgstr "Ir" + +msgid "Click here to select the objects across all pages" +msgstr "Pulse aquí para seleccionar los objetos a través de todas las páginas" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Seleccionar todos los %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Limpiar selección" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Primero introduzca un nombre de usuario y una contraseña. Luego podrá editar " +"el resto de opciones del usuario." + +msgid "Enter a username and password." +msgstr "Ingrese un nombre de usuario y contraseña" + +msgid "Change password" +msgstr "Cambiar contraseña" + +msgid "Please correct the error below." +msgstr "Por favor, corrija los siguientes errores." + +msgid "Please correct the errors below." +msgstr "Por favor, corrija los siguientes errores." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" +"Ingrese una nueva contraseña para el usuario %(username)s." + +msgid "Welcome," +msgstr "Bienvenido/a," + +msgid "View site" +msgstr "Ver el sitio" + +msgid "Documentation" +msgstr "Documentación" + +msgid "Log out" +msgstr "Terminar sesión" + +#, python-format +msgid "Add %(name)s" +msgstr "Añadir %(name)s" + +msgid "History" +msgstr "Histórico" + +msgid "View on site" +msgstr "Ver en el sitio" + +msgid "Filter" +msgstr "Filtro" + +msgid "Remove from sorting" +msgstr "Elimina de la ordenación" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Prioridad de la ordenación: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Activar la ordenación" + +msgid "Delete" +msgstr "Eliminar" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Eliminar el %(object_name)s '%(escaped_object)s' provocaría la eliminación " +"de objetos relacionados, pero su cuenta no tiene permiso para borrar los " +"siguientes tipos de objetos:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"La eliminación de %(object_name)s %(escaped_object)s requeriría eliminar los " +"siguientes objetos relacionados protegidos:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"¿Está seguro de que quiere borrar los %(object_name)s \"%(escaped_object)s" +"\"? Se borrarán los siguientes objetos relacionados:" + +msgid "Objects" +msgstr "Objetos" + +msgid "Yes, I'm sure" +msgstr "Sí, estoy seguro" + +msgid "No, take me back" +msgstr "No, llévame atrás" + +msgid "Delete multiple objects" +msgstr "Eliminar múltiples objetos." + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"La eliminación del %(objects_name)s seleccionado resultaría en el borrado de " +"objetos relacionados, pero su cuenta no tiene permisos para borrar los " +"siguientes tipos de objetos:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"La eliminación de %(objects_name)s seleccionado requeriría el borrado de los " +"siguientes objetos protegidos relacionados:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"¿Está usted seguro que quiere eliminar el %(objects_name)s seleccionado? " +"Todos los siguientes objetos y sus elementos relacionados serán borrados:" + +msgid "Change" +msgstr "Modificar" + +msgid "Delete?" +msgstr "¿Eliminar?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " Por %(filter_title)s " + +msgid "Summary" +msgstr "Resumen" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modelos en la aplicación %(name)s" + +msgid "Add" +msgstr "Añadir" + +msgid "You don't have permission to edit anything." +msgstr "No tiene permiso para editar nada." + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "Ninguno disponible" + +msgid "Unknown content" +msgstr "Contenido desconocido" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Algo va mal con la instalación de la base de datos. Asegúrese de que las " +"tablas necesarias han sido creadas, y de que la base de datos puede ser " +"leída por el usuario apropiado." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Se ha autenticado como %(username)s, pero no está autorizado a acceder a " +"esta página. ¿Desea autenticarse con una cuenta diferente?" + +msgid "Forgotten your password or username?" +msgstr "¿Ha olvidado la contraseña o el nombre de usuario?" + +msgid "Date/time" +msgstr "Fecha/hora" + +msgid "User" +msgstr "Usuario" + +msgid "Action" +msgstr "Acción" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Este objeto no tiene histórico de cambios. Probablemente no fue añadido " +"usando este sitio de administración." + +msgid "Show all" +msgstr "Mostrar todo" + +msgid "Save" +msgstr "Grabar" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Cambiar %(model)s seleccionado" + +#, python-format +msgid "Add another %(model)s" +msgstr "Añadir otro %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Eliminar %(model)s seleccionada/o" + +msgid "Search" +msgstr "Buscar" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s resultado" +msgstr[1] "%(counter)s resultados" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s total" + +msgid "Save as new" +msgstr "Grabar como nuevo" + +msgid "Save and add another" +msgstr "Grabar y añadir otro" + +msgid "Save and continue editing" +msgstr "Grabar y continuar editando" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Gracias por el tiempo que ha dedicado hoy al sitio web." + +msgid "Log in again" +msgstr "Iniciar sesión de nuevo" + +msgid "Password change" +msgstr "Cambio de contraseña" + +msgid "Your password was changed." +msgstr "Su contraseña ha sido cambiada." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Por favor, ingrese su contraseña antigua, por seguridad, y después " +"introduzca la nueva contraseña dos veces para verificar que la ha escrito " +"correctamente." + +msgid "Change my password" +msgstr "Cambiar mi contraseña" + +msgid "Password reset" +msgstr "Restablecer contraseña" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "" +"Su contraseña ha sido establecida. Ahora puede seguir adelante e iniciar " +"sesión." + +msgid "Password reset confirmation" +msgstr "Confirmación de restablecimiento de contraseña" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Por favor, ingrese su contraseña nueva dos veces para verificar que la ha " +"escrito correctamente." + +msgid "New password:" +msgstr "Contraseña nueva:" + +msgid "Confirm password:" +msgstr "Confirme contraseña:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"El enlace de restablecimiento de contraseña era inválido, seguramente porque " +"se haya usado antes. Por favor, solicite un nuevo restablecimiento de " +"contraseña." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Le hemos enviado por email las instrucciones para restablecer la contraseña, " +"si es que existe una cuenta con la dirección electrónica que indicó. Debería " +"recibirlas en breve." + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Si no recibe un correo, por favor asegúrese de que ha introducido la " +"dirección de correo con la que se registró y verifique su carpeta de spam." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Ha recibido este correo electrónico porque ha solicitado restablecer la " +"contraseña para su cuenta en %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Por favor, vaya a la página siguiente y escoja una nueva contraseña." + +msgid "Your username, in case you've forgotten:" +msgstr "Su nombre de usuario, en caso de haberlo olvidado:" + +msgid "Thanks for using our site!" +msgstr "¡Gracias por usar nuestro sitio!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "El equipo de %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"¿Ha olvidado su clave? Ingrese su dirección de correo electrónico a " +"continuación y le enviaremos las instrucciones para establecer una nueva." + +msgid "Email address:" +msgstr "Correo electrónico:" + +msgid "Reset my password" +msgstr "Restablecer mi contraseña" + +msgid "All dates" +msgstr "Todas las fechas" + +#, python-format +msgid "Select %s" +msgstr "Escoja %s" + +#, python-format +msgid "Select %s to change" +msgstr "Escoja %s a modificar" + +msgid "Date:" +msgstr "Fecha:" + +msgid "Time:" +msgstr "Hora:" + +msgid "Lookup" +msgstr "Buscar" + +msgid "Currently:" +msgstr "Actualmente:" + +msgid "Change:" +msgstr "Cambiar:" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es_CO/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es_CO/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..b398451ac80729c7586ca168b843d76cc8a3ae97 GIT binary patch literal 3895 zcmb_e-HTgA6d%8J{jOH6pQpvPTe?X$EBzp~VvSq3+O?${MW4zfcaluKnTa!VlcrL9 z_EAw#(FgTG`cOqg1Q9{@MFhbY5k$ln(fSYg>hH|G*-h7_E!0bHes|`cIrE#}IWy<} zw&Cix1g_1v@5lY{6+%>iGgsmd*I&Rrz;nQBft#<&aT<6N+LfaHXn}R$&FFu+z!wT^ z1E2FU(@1YQmN8F)SL*P{Ig@CCI01~!0o7~xU84dij}0ongY zK>Wlf_n`~4lb4|op9e73^LyTA&N$9)g%1CL)P#K+L&N8kap zPr{hz`>Mcifw!Rj9gzM0T=f4AycO*~i}(K&cr8fYhW?Gf8-d$^bHF*^3{U~t{~JK| z_YM$0@ge@;LYxJj27U<~0e8U(uj^AF+kXLMKHmUAS^NO}82A(LEbugf#=7l9kobKC z_!w{xkaZgX-v_<|{1CVa&Q1Zp20{k$Aa26Vb8N!RX~J>52lqzY%#kmigD*m=9}Y_5O)-KALG_( zuhJc!Y@4=Dw@knzI#esDL7fKW z#DY$gSk#Hpoo*1%T5IqZRE=J=8A-?VscSPwva4jmqIl&7$`KPRuWt)7mu^f=)zv1s zB)99E4#ly!(gJwFVySC~qS4i!@C#i!bG<+#Y69F3*)wx_5$D&nn8hlln^ zo9LoxPl9Y}ha|xlZw$3q>%xw<fLg@Gg^4 zF3iOk*+h;+!}cum7L8F~VaZ6a!20p3@!XE-LWv#bD_U1i@uKobDt5=|)0IfS@!o-G zBwImSGZXb26$WN|pq@;Sr-tJoO-Etx88ArnKqr|@F}F$+AGO(zjO;tx#LgN~YHbw1 zZIO;p`6-B;g@D0MqRpL{l;12dll)!z!qi|ylhiy$Cfwsz$U%+&kfV_bWjdNF=~bQ; zbmSSgbV1sqU2I z7?$|#s?pqRb$4lYSE;&(<{qh4=XTD{&CbHGbW9C2`&?r;SEcG~tyuU70GzKYmSm97g=~1vj^YJt`%i6Tn{6G8_)eft~BNI$3VnUL{}N7}CO1Mfv0PBb6Ofi-#8HSGA~?XQ%4c1ZBVx zTcSomoeY(JDz(|ix!}AC`=4tZEbU#jkjA#UC}?=J z$?{pr1xnWFIUGv~#19f>7gO?DJR!?5Ir1PVCXve6&t0(^VG%A?xD^M3%NczB>^z}U z$WL$iF=*B6$0shYmojs3%O6DT)~9`79ImJ!hjBtmv4|tUanM;2g-FO)ASF}bh^!_E z4z*07H>!@WfV7htge{)x9L(hpOoFY4up9Q$lE@zHROK|p#SxvUjzuA8X$8AHwz*{+ znbVcDWj^NJ7J4~Tup7Zoz!{$+Je(rz4@Gl5o<;VI(_xipvC{v6>Py9{R=MWBFT!@g zj>Mu|{!AKd7~gWb36Tw_A8JD;6KC@s!8H|8xPbcNzzB)GFu8f4BJUQ7ZMXcnfy9RO zr7qO8WN_vze}(T7iL=o1q$JK&`ZxF)S&lOblAT~nl!}1waN8iGC4F;h|*ucK$ zQ6RDaf*i4|g9qLk#mlEMi9(MJashTT)K^$+&Jf2o24DgXTuw00n!LG|C7%&;fGx~{ zO;J@*Pvbd~`*CGzAf>PgV&)8N${(fBdCVEfSZIWAE@U61kD?%V@jX{KnNVn4S=VZ{ bq{ludb)PwJ6, 2015 +# Jannis Leidel , 2011 +# Josue Naaman Nistal Guerra , 2014 +# Leonardo J. Caballero G. , 2011 +# Veronicabh , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 10:11+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Spanish (Colombia) (http://www.transifex.com/django/django/" +"language/es_CO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_CO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "%s Disponibles" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"Esta es la lista de %s disponibles. Puede elegir algunos seleccionándolos en " +"la caja inferior y luego haciendo clic en la flecha \"Elegir\" que hay entre " +"las dos cajas." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Escriba en este cuadro para filtrar la lista de %s disponibles" + +msgid "Filter" +msgstr "Filtro" + +msgid "Choose all" +msgstr "Selecciona todos" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Haga clic para seleccionar todos los %s de una vez" + +msgid "Choose" +msgstr "Elegir" + +msgid "Remove" +msgstr "Eliminar" + +#, javascript-format +msgid "Chosen %s" +msgstr "%s elegidos" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"Esta es la lista de los %s elegidos. Puede eliminar algunos seleccionándolos " +"en la caja inferior y luego haciendo click en la flecha \"Eliminar\" que hay " +"entre las dos cajas." + +msgid "Remove all" +msgstr "Eliminar todos" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Haz clic para eliminar todos los %s elegidos" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s de %(cnt)s seleccionado" +msgstr[1] "%(sel)s de %(cnt)s seleccionados" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Tiene cambios sin guardar en campos editables individuales. Si ejecuta una " +"acción, los cambios no guardados se perderán." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Ha seleccionado una acción, pero no ha guardado los cambios en los campos " +"individuales todavía. Pulse OK para guardar. Tendrá que volver a ejecutar la " +"acción." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Ha seleccionado una acción y no ha hecho ningún cambio en campos " +"individuales. Probablemente esté buscando el botón Ejecutar en lugar del " +"botón Guardar." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Nota: Usted esta a %s horas por delante de la hora del servidor." +msgstr[1] "Nota: Usted va %s horas por delante de la hora del servidor." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Nota: Usted esta a %s hora de retraso de tiempo de servidor." +msgstr[1] "Nota: Usted va %s horas por detrás de la hora del servidor." + +msgid "Now" +msgstr "Ahora" + +msgid "Choose a Time" +msgstr "Elija una hora" + +msgid "Choose a time" +msgstr "Elija una hora" + +msgid "Midnight" +msgstr "Medianoche" + +msgid "6 a.m." +msgstr "6 a.m." + +msgid "Noon" +msgstr "Mediodía" + +msgid "6 p.m." +msgstr "6 p.m." + +msgid "Cancel" +msgstr "Cancelar" + +msgid "Today" +msgstr "Hoy" + +msgid "Choose a Date" +msgstr "Elija una fecha" + +msgid "Yesterday" +msgstr "Ayer" + +msgid "Tomorrow" +msgstr "Mañana" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "Mostrar" + +msgid "Hide" +msgstr "Esconder" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es_MX/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es_MX/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..fededd89a1b4a61d93ec9ebd7c0a43b6aa15f253 GIT binary patch literal 14261 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 PTY5D&`sksj;qre0qLtfo literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es_MX/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es_MX/LC_MESSAGES/django.po new file mode 100644 index 0000000..b608c76 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es_MX/LC_MESSAGES/django.po @@ -0,0 +1,682 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Abraham Estrada , 2011-2013 +# Alex Dzul , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 09:09+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Spanish (Mexico) (http://www.transifex.com/django/django/" +"language/es_MX/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_MX\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Se eliminaron con éxito %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "No se puede eliminar %(name)s " + +msgid "Are you sure?" +msgstr "¿Está seguro?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Eliminar %(verbose_name_plural)s seleccionados/as" + +msgid "Administration" +msgstr "Administración" + +msgid "All" +msgstr "Todos/as" + +msgid "Yes" +msgstr "Sí" + +msgid "No" +msgstr "No" + +msgid "Unknown" +msgstr "Desconocido" + +msgid "Any date" +msgstr "Cualquier fecha" + +msgid "Today" +msgstr "Hoy" + +msgid "Past 7 days" +msgstr "Últimos 7 días" + +msgid "This month" +msgstr "Este mes" + +msgid "This year" +msgstr "Este año" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Por favor introduza %(username)s y contraseña correctos de una cuenta de " +"staff. Note que puede que ambos campos sean estrictos en relación a " +"diferencias entre mayúsculas y minúsculas." + +msgid "Action:" +msgstr "Acción:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Agregar otro/a %(verbose_name)s" + +msgid "Remove" +msgstr "Eliminar" + +msgid "action time" +msgstr "hora de la acción" + +msgid "user" +msgstr "" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "id de objeto" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "repr de objeto" + +msgid "action flag" +msgstr "marca de acción" + +msgid "change message" +msgstr "mensaje de cambio" + +msgid "log entry" +msgstr "entrada de registro" + +msgid "log entries" +msgstr "entradas de registro" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "Añadidos \"%(object)s\"." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "Modificados \"%(object)s\" - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "Eliminados \"%(object)s.\"" + +msgid "LogEntry Object" +msgstr "Objeto de registro de Log" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "" + +msgid "and" +msgstr "y" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "No ha modificado ningún campo." + +msgid "None" +msgstr "Ninguno" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" +"Mantenga presionado \"Control, o \"Command\" en una Mac, para seleccionar " +"más de uno." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Deben existir items seleccionados para poder realizar acciones sobre los " +"mismos. No se modificó ningún item." + +msgid "No action selected." +msgstr "No se ha seleccionado ninguna acción." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "Se eliminó con éxito %(name)s \"%(obj)s\"." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "No existe un objeto %(name)s con una clave primaria %(key)r." + +#, python-format +msgid "Add %s" +msgstr "Agregar %s" + +#, python-format +msgid "Change %s" +msgstr "Modificar %s" + +msgid "Database error" +msgstr "Error en la base de datos" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "Se ha modificado con éxito %(count)s %(name)s." +msgstr[1] "Se han modificado con éxito %(count)s %(name)s." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s seleccionados/as" +msgstr[1] "Todos/as (%(total_count)s en total) han sido seleccionados/as" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 de %(cnt)s seleccionados/as" + +#, python-format +msgid "Change history: %s" +msgstr "Historia de modificaciones: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"La eliminación de %(class_name)s %(instance)s provocaría la eliminación de " +"los siguientes objetos relacionados protegidos: %(related_objects)s" + +msgid "Django site admin" +msgstr "Sitio de administración de Django" + +msgid "Django administration" +msgstr "Administración de Django" + +msgid "Site administration" +msgstr "Administración del sitio" + +msgid "Log in" +msgstr "Identificarse" + +#, python-format +msgid "%(app)s administration" +msgstr "Administración de %(app)s " + +msgid "Page not found" +msgstr "Página no encontrada" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Lo sentimos, pero no se encuentra la página solicitada." + +msgid "Home" +msgstr "Inicio" + +msgid "Server error" +msgstr "Error del servidor" + +msgid "Server error (500)" +msgstr "Error del servidor (500)" + +msgid "Server Error (500)" +msgstr "Error de servidor (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Ha habido un error. Se ha informado a los administradores del sitio a través " +"de correo electrónico y debe ser reparado en breve. Gracias por su paciencia." + +msgid "Run the selected action" +msgstr "Ejecutar la acción seleccionada" + +msgid "Go" +msgstr "Ejecutar" + +msgid "Click here to select the objects across all pages" +msgstr "Haga click aquí para seleccionar los objetos de todas las páginas" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Seleccionar lo(s)/a(s) %(total_count)s de %(module_name)s" + +msgid "Clear selection" +msgstr "Borrar selección" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Primero introduzca un nombre de usuario y una contraseña. Luego podrá " +"configurar opciones adicionales acerca del usuario." + +msgid "Enter a username and password." +msgstr "Introduzca un nombre de usuario y una contraseña." + +msgid "Change password" +msgstr "Cambiar contraseña" + +msgid "Please correct the error below." +msgstr "Por favor, corrija los siguientes errores." + +msgid "Please correct the errors below." +msgstr "Por favor, corrija los siguientes errores." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" +"Introduzca una nueva contraseña para el usuario %(username)s." + +msgid "Welcome," +msgstr "Bienvenido," + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "Documentación" + +msgid "Log out" +msgstr "Cerrar sesión" + +#, python-format +msgid "Add %(name)s" +msgstr "Agregar %(name)s" + +msgid "History" +msgstr "Historia" + +msgid "View on site" +msgstr "Ver en el sitio" + +msgid "Filter" +msgstr "Filtrar" + +msgid "Remove from sorting" +msgstr "Elimina de la clasificación" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Prioridad de la clasificación: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Activar la clasificación" + +msgid "Delete" +msgstr "Eliminar" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Eliminar el %(object_name)s '%(escaped_object)s' provocaría la eliminación " +"de objetos relacionados, pero su cuenta no tiene permiso para eliminar los " +"siguientes tipos de objetos:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Para eliminar %(object_name)s '%(escaped_object)s' requiere eliminar los " +"siguientes objetos relacionados protegidos:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"¿Está seguro de que quiere eliminar los %(object_name)s \"%(escaped_object)s" +"\"? Se eliminarán los siguientes objetos relacionados:" + +msgid "Objects" +msgstr "" + +msgid "Yes, I'm sure" +msgstr "Sí, estoy seguro" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "Eliminar múltiples objetos" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Para eliminar %(objects_name)s requiere eliminar los objetos relacionado, " +"pero tu cuenta no tiene permisos para eliminar los siguientes tipos de " +"objetos:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Eliminar el seleccionado %(objects_name)s requiere eliminar los siguientes " +"objetos relacionados protegidas:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"¿Está seguro que desea eliminar el seleccionado %(objects_name)s ? Todos los " +"objetos siguientes y sus elementos asociados serán eliminados:" + +msgid "Change" +msgstr "Modificar" + +msgid "Delete?" +msgstr "Eliminar?" + +#, python-format +msgid " By %(filter_title)s " +msgstr "Por %(filter_title)s" + +msgid "Summary" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modelos en la aplicación %(name)s" + +msgid "Add" +msgstr "Agregar" + +msgid "You don't have permission to edit anything." +msgstr "No tiene permiso para editar nada" + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "Ninguna disponible" + +msgid "Unknown content" +msgstr "Contenido desconocido" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Hay algún problema con su instalación de base de datos. Asegúrese de que las " +"tablas de la misma hayan sido creadas, y asegúrese de que el usuario " +"apropiado tenga permisos de lectura en la base de datos." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "¿Ha olvidado su contraseña o nombre de usuario?" + +msgid "Date/time" +msgstr "Fecha/hora" + +msgid "User" +msgstr "Usuario" + +msgid "Action" +msgstr "Acción" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Este objeto no tiene historia de modificaciones. Probablemente no fue " +"añadido usando este sitio de administración." + +msgid "Show all" +msgstr "Mostrar todos/as" + +msgid "Save" +msgstr "Guardar" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Search" +msgstr "Buscar" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s results" +msgstr[1] "%(counter)s resultados" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "total: %(full_result_count)s" + +msgid "Save as new" +msgstr "Guardar como nuevo" + +msgid "Save and add another" +msgstr "Guardar y agregar otro" + +msgid "Save and continue editing" +msgstr "Guardar y continuar editando" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Gracias por el tiempo que ha dedicado al sitio web hoy." + +msgid "Log in again" +msgstr "Identificarse de nuevo" + +msgid "Password change" +msgstr "Cambio de contraseña" + +msgid "Your password was changed." +msgstr "Su contraseña ha sido cambiada." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Por favor, por razones de seguridad, introduzca primero su contraseña " +"antigua y luego introduzca la nueva contraseña dos veces para verificar que " +"la ha escrito correctamente." + +msgid "Change my password" +msgstr "Cambiar mi contraseña" + +msgid "Password reset" +msgstr "Recuperar contraseña" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Se le ha enviado su contraseña. Ahora puede continuar e ingresar." + +msgid "Password reset confirmation" +msgstr "Confirmación de reincialización de contraseña" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Por favor introduzca su nueva contraseña dos veces de manera que podamos " +"verificar que la ha escrito correctamente." + +msgid "New password:" +msgstr "Nueva contraseña:" + +msgid "Confirm password:" +msgstr "Confirme contraseña:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"El enlace de reinicialización de contraseña es inválido, posiblemente debido " +"a que ya ha sido usado. Por favor solicite una nueva reinicialización de " +"contraseña." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Si usted no recibe un correo electrónico, por favor, asegúrese de que ha " +"introducido la dirección con la que se registró, y revise su carpeta de spam." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Usted está recibiendo este correo electrónico porque ha solicitado un " +"restablecimiento de contraseña para la cuenta de usuario en %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "" +"Por favor visite la página que se muestra a continuación y elija una nueva " +"contraseña:" + +msgid "Your username, in case you've forgotten:" +msgstr "Su nombre de usuario, en caso de haberlo olvidado:" + +msgid "Thanks for using our site!" +msgstr "¡Gracias por usar nuestro sitio!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "El equipo de %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"¿Olvidó su contraseña? Ingrese su dirección de correo electrónico, y le " +"enviaremos las instrucciones para establecer una nueva." + +msgid "Email address:" +msgstr "Correo electrónico:" + +msgid "Reset my password" +msgstr "Recuperar mi contraseña" + +msgid "All dates" +msgstr "Todas las fechas" + +#, python-format +msgid "Select %s" +msgstr "Seleccione %s" + +#, python-format +msgid "Select %s to change" +msgstr "Seleccione %s a modificar" + +msgid "Date:" +msgstr "Fecha:" + +msgid "Time:" +msgstr "Hora:" + +msgid "Lookup" +msgstr "Buscar" + +msgid "Currently:" +msgstr "Actualmente:" + +msgid "Change:" +msgstr "Modificar:" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es_MX/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es_MX/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..2c81a1c098f2dff72fcdc507efdb8a9ecf67376b GIT binary patch literal 3380 zcmb_eOK)5?6gF=N@A7^~m`bII%Du^ir=|ooq-iO1n$S!Uut8_;^~^Zjv8T3grqdOy zU|R`ob%oymZ$$sMz$xGl!0UiN10MkX z4txlB(-k8>j{&d5_fx=Yfs57mb3puw6}))8H6Z(Y1<3Xa_%?7Icnhh zfd_#f0D1ij!1sW^0D0aUFzy5Ig!7LOvfAZXL*ePXpQhb>OGKw}2l5 zAH`&ZC@uhb{3qZc;IBZ0BxXSFJTL`*5Bv>S0?#8!oI>`^@t`~M0L1(;G7r!exAO;{ z+t7H8-49Y1x!wu97i|w3uYDKVeQ0-}@xwfCMq_>MMnecuqkDk-aE*z5(_R%bUfQTdsz8zqy0`sR#Br}ooKWcO zH5shT;uJ|mfo@4bT6jvu(sRgG2&W-MLgE(QW!D}E+ z#<>-+3$fNkceAU##9!ztS!j zmMZK(lF7Np$c))nc5?4XmA#UjgHcO`fr1UM9tKuoy7K8oNo@tZ&8U*&KQbB#^KXo7 zPD9bOJ{bQO4Wctt~YdEQh~Kqk^894ey3#L*%sT&@P$sN5?79xjU<^MRhrR~7nefiI>fy=*5p__(q(rO0!O~PJq}Jg z+T+RGV@d4^IsZt#Hh*Aler^ti$w{@L+2=01`I@ZF)oZl_b9knXlMhMLk?{ou>+143 zG6p4gTw$9R@+q*v=b<8grrNaa)0ksAC3RHNRMe}>wLZb5E2kUkjLz(gobHCuug}g7 z27@%PYu#37(#-Z|N5PGusQk<-|7zo<*_o-vvBvVY618-0YRQ_Q3>acV)MZd-!fd}F zZ4PoJIIqIOspgU7$!$AcuB}|MY%-hURH(}*TRLn}uFJUA)M`;WDv~4C^?Y5Le*E+c z^9SYV=fbp+4=%{s%)zOx^BMbN$Jw1hTgvS${hNiKB`>Oz{IK?YYxItzoSazW%OE;* zV!6=kBuhiGYaLAvp>A{Q1nxYEb z(}s50?^tBVY`zMd6)Ra;1h8*lOOUZy7Z(G5+I;hK5{r@j3ney7jA>#4(Lnh-?)HI@ z5m`{Y9EcYglid;ur_L!HX}Ro|3gb|!qaALTPH7O=7Rk*IO>TKI&U;jDR#NUPJERt^ zTRFs0m}v!@N-LOQ**0|VlH5CyfW7b#aK;q`$>1-eb;6}_39gY6Om`ElME#$sqCTRQ z|G@KEI}{Dt{E`fTbLMml5, 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 10:11+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Spanish (Mexico) (http://www.transifex.com/django/django/" +"language/es_MX/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_MX\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Disponible %s" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"Esta es la lista de los %s disponibles. Usted puede elegir algunos " +"seleccionándolos en el cuadro de abajo y haciendo click en la flecha " +"\"Seleccionar\" entre las dos cajas." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Escriba en esta casilla para filtrar la lista de %s disponibles." + +msgid "Filter" +msgstr "Filtro" + +msgid "Choose all" +msgstr "Seleccionar todos" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Da click para seleccionar todos los %s de una vez." + +msgid "Choose" +msgstr "Seleccionar" + +msgid "Remove" +msgstr "Quitar" + +#, javascript-format +msgid "Chosen %s" +msgstr "%s seleccionados" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"Esta es la lista de los %s elegidos. Usted puede eliminar algunos " +"seleccionándolos en el cuadro de abajo y haciendo click en la flecha " +"\"Eliminar\" entre las dos cajas." + +msgid "Remove all" +msgstr "Eliminar todos" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Da click para eliminar todos los %s seleccionados de una vez." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s de %(cnt)s seleccionado/a" +msgstr[1] "%(sel)s de %(cnt)s seleccionados/as" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Tiene modificaciones sin guardar en campos modificables individuales. Si " +"ejecuta una acción las mismas se perderán." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Ha seleccionado una acción, pero todavía no ha grabado las modificaciones " +"que ha realizado en campos individuales. Por favor haga click en Aceptar " +"para grabarlas. Necesitará ejecutar la acción nuevamente." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Ha seleccionado una acción pero no ha realizado ninguna modificación en " +"campos individuales. Es probable que lo que necesite usar en realidad sea el " +"botón Ejecutar y no el botón Guardar." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +msgstr[1] "" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +msgstr[1] "" + +msgid "Now" +msgstr "Ahora" + +msgid "Choose a Time" +msgstr "" + +msgid "Choose a time" +msgstr "Elija una hora" + +msgid "Midnight" +msgstr "Medianoche" + +msgid "6 a.m." +msgstr "6 a.m." + +msgid "Noon" +msgstr "Mediodía" + +msgid "6 p.m." +msgstr "" + +msgid "Cancel" +msgstr "Cancelar" + +msgid "Today" +msgstr "Hoy" + +msgid "Choose a Date" +msgstr "" + +msgid "Yesterday" +msgstr "Ayer" + +msgid "Tomorrow" +msgstr "Mañana" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "Mostrar" + +msgid "Hide" +msgstr "Ocultar" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es_VE/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es_VE/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..07076f36e6d5bc4f945d59fad8713976a9b9adf4 GIT binary patch literal 15352 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 literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es_VE/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es_VE/LC_MESSAGES/django.po new file mode 100644 index 0000000..d815008 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es_VE/LC_MESSAGES/django.po @@ -0,0 +1,687 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Hotellook, 2014 +# Leonardo J. Caballero G. , 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 09:09+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Spanish (Venezuela) (http://www.transifex.com/django/django/" +"language/es_VE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_VE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Eliminado %(count)d %(items)s satisfactoriamente." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "No se puede eliminar %(name)s" + +msgid "Are you sure?" +msgstr "¿Está seguro?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Eliminar %(verbose_name_plural)s seleccionado" + +msgid "Administration" +msgstr "Administración" + +msgid "All" +msgstr "Todo" + +msgid "Yes" +msgstr "Sí" + +msgid "No" +msgstr "No" + +msgid "Unknown" +msgstr "Desconocido" + +msgid "Any date" +msgstr "Cualquier fecha" + +msgid "Today" +msgstr "Hoy" + +msgid "Past 7 days" +msgstr "Últimos 7 días" + +msgid "This month" +msgstr "Este mes" + +msgid "This year" +msgstr "Este año" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Por favor, ingrese el %(username)s y la clave correctos para obtener cuenta " +"de personal. Observe que ambos campos pueden ser sensibles a mayúsculas." + +msgid "Action:" +msgstr "Acción:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Añadir otro %(verbose_name)s." + +msgid "Remove" +msgstr "Eliminar" + +msgid "action time" +msgstr "hora de la acción" + +msgid "user" +msgstr "usuario" + +msgid "content type" +msgstr "tipo de contenido" + +msgid "object id" +msgstr "id del objeto" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "repr del objeto" + +msgid "action flag" +msgstr "marca de acción" + +msgid "change message" +msgstr "mensaje de cambio" + +msgid "log entry" +msgstr "entrada de registro" + +msgid "log entries" +msgstr "entradas de registro" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "Añadidos \"%(object)s\"." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "Cambiados \"%(object)s\" - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "Eliminado \"%(object)s.\"" + +msgid "LogEntry Object" +msgstr "Objeto LogEntry" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "Añadido." + +msgid "and" +msgstr "y" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "No ha cambiado ningún campo." + +msgid "None" +msgstr "Ninguno" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" +"Mantenga presionado \"Control\" o \"Command\" en un Mac, para seleccionar " +"más de una opción." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Se deben seleccionar elementos para poder realizar acciones sobre estos. No " +"se han modificado elementos." + +msgid "No action selected." +msgstr "No se seleccionó ninguna acción." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "Se eliminó con éxito el %(name)s \"%(obj)s\"." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "No existe ningún objeto %(name)s con la clave primaria %(key)r." + +#, python-format +msgid "Add %s" +msgstr "Añadir %s" + +#, python-format +msgid "Change %s" +msgstr "Modificar %s" + +msgid "Database error" +msgstr "Error en la base de datos" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s fué modificado con éxito." +msgstr[1] "%(count)s %(name)s fueron modificados con éxito." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s seleccionado" +msgstr[1] "%(total_count)s seleccionados en total" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 de %(cnt)s seleccionado" + +#, python-format +msgid "Change history: %s" +msgstr "Histórico de modificaciones: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"La eliminación de %(class_name)s %(instance)s requeriría eliminar los " +"siguientes objetos relacionados protegidos: %(related_objects)s" + +msgid "Django site admin" +msgstr "Sitio de administración de Django" + +msgid "Django administration" +msgstr "Administración de Django" + +msgid "Site administration" +msgstr "Sitio de administración" + +msgid "Log in" +msgstr "Iniciar sesión" + +#, python-format +msgid "%(app)s administration" +msgstr "Administración de %(app)s " + +msgid "Page not found" +msgstr "Página no encontrada" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Lo sentimos, pero no se encuentra la página solicitada." + +msgid "Home" +msgstr "Inicio" + +msgid "Server error" +msgstr "Error del servidor" + +msgid "Server error (500)" +msgstr "Error del servidor (500)" + +msgid "Server Error (500)" +msgstr "Error de servidor (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Ha habido un error. Ha sido comunicado al administrador del sitio por correo " +"electrónico y debería solucionarse a la mayor brevedad. Gracias por su " +"paciencia y comprensión." + +msgid "Run the selected action" +msgstr "Ejecutar la acción seleccionada" + +msgid "Go" +msgstr "Ir" + +msgid "Click here to select the objects across all pages" +msgstr "Pulse aquí para seleccionar los objetos a través de todas las páginas" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Seleccionar todos los %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Limpiar selección" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Primero introduzca un nombre de usuario y una contraseña. Luego podrá editar " +"el resto de opciones del usuario." + +msgid "Enter a username and password." +msgstr "Ingrese un nombre de usuario y contraseña" + +msgid "Change password" +msgstr "Cambiar contraseña" + +msgid "Please correct the error below." +msgstr "Por favor, corrija el siguiente error." + +msgid "Please correct the errors below." +msgstr "Por favor, corrija los siguientes errores." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" +"Ingrese una nueva contraseña para el usuario %(username)s." + +msgid "Welcome," +msgstr "Bienvenido," + +msgid "View site" +msgstr "Ver el sitio" + +msgid "Documentation" +msgstr "Documentación" + +msgid "Log out" +msgstr "Terminar sesión" + +#, python-format +msgid "Add %(name)s" +msgstr "Añadir %(name)s" + +msgid "History" +msgstr "Histórico" + +msgid "View on site" +msgstr "Ver en el sitio" + +msgid "Filter" +msgstr "Filtro" + +msgid "Remove from sorting" +msgstr "Elimina de la ordenación" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Prioridad de la ordenación: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Activar la ordenación" + +msgid "Delete" +msgstr "Eliminar" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Eliminar el %(object_name)s '%(escaped_object)s' provocaría la eliminación " +"de objetos relacionados, pero su cuenta no tiene permiso para borrar los " +"siguientes tipos de objetos:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Eliminar el %(object_name)s %(escaped_object)s requeriría eliminar los " +"siguientes objetos relacionados protegidos:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"¿Está seguro de que quiere borrar los %(object_name)s \"%(escaped_object)s" +"\"? Se borrarán los siguientes objetos relacionados:" + +msgid "Objects" +msgstr "Objetos" + +msgid "Yes, I'm sure" +msgstr "Sí, Yo estoy seguro" + +msgid "No, take me back" +msgstr "No, llévame atrás" + +msgid "Delete multiple objects" +msgstr "Eliminar múltiples objetos" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Eliminar el %(objects_name)s seleccionado resultaría en el borrado de " +"objetos relacionados, pero su cuenta no tiene permisos para borrar los " +"siguientes tipos de objetos:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Eliminar el %(objects_name)s seleccionado requeriría el borrado de los " +"siguientes objetos protegidos relacionados:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"¿Está usted seguro que quiere eliminar el %(objects_name)s seleccionado? " +"Todos los siguientes objetos y sus elementos relacionados serán borrados:" + +msgid "Change" +msgstr "Modificar" + +msgid "Delete?" +msgstr "¿Eliminar?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " Por %(filter_title)s " + +msgid "Summary" +msgstr "Resumen" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modelos en la aplicación %(name)s" + +msgid "Add" +msgstr "Añadir" + +msgid "You don't have permission to edit anything." +msgstr "No tiene permiso para editar nada." + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "Ninguno disponible" + +msgid "Unknown content" +msgstr "Contenido desconocido" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Algo va mal con la instalación de la base de datos. Asegúrese de que las " +"tablas necesarias han sido creadas, y de que la base de datos puede ser " +"leída por el usuario apropiado." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Se ha autenticado como %(username)s, pero no está autorizado a acceder a " +"esta página. ¿Desea autenticarse con una cuenta diferente?" + +msgid "Forgotten your password or username?" +msgstr "¿Ha olvidado la contraseña o el nombre de usuario?" + +msgid "Date/time" +msgstr "Fecha/hora" + +msgid "User" +msgstr "Usuario" + +msgid "Action" +msgstr "Acción" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Este objeto no tiene histórico de cambios. Probablemente no fue añadido " +"usando este sitio de administración." + +msgid "Show all" +msgstr "Mostrar todo" + +msgid "Save" +msgstr "Guardar" + +msgid "Popup closing..." +msgstr "Ventana emergente cerrando..." + +#, python-format +msgid "Change selected %(model)s" +msgstr "Cambiar %(model)s seleccionado" + +#, python-format +msgid "Add another %(model)s" +msgstr "Añadir otro %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Eliminar %(model)s seleccionado" + +msgid "Search" +msgstr "Buscar" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s resultado" +msgstr[1] "%(counter)s resultados" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s total" + +msgid "Save as new" +msgstr "Guardar como nuevo" + +msgid "Save and add another" +msgstr "Guardar y añadir otro" + +msgid "Save and continue editing" +msgstr "Guardar y continuar editando" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Gracias por el tiempo que ha dedicado hoy al sitio web." + +msgid "Log in again" +msgstr "Iniciar sesión de nuevo" + +msgid "Password change" +msgstr "Cambio de contraseña" + +msgid "Your password was changed." +msgstr "Su contraseña ha sido cambiada." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Por favor, ingrese su contraseña antigua, por seguridad, y después " +"introduzca la nueva contraseña dos veces para verificar que la ha escrito " +"correctamente." + +msgid "Change my password" +msgstr "Cambiar mi contraseña" + +msgid "Password reset" +msgstr "Restablecer contraseña" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "" +"Su contraseña ha sido establecida. Ahora puede seguir adelante e iniciar " +"sesión." + +msgid "Password reset confirmation" +msgstr "Confirmación de restablecimiento de contraseña" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Por favor, ingrese su contraseña nueva dos veces para verificar que la ha " +"escrito correctamente." + +msgid "New password:" +msgstr "Contraseña nueva:" + +msgid "Confirm password:" +msgstr "Confirme contraseña:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"El enlace de restablecimiento de contraseña era inválido, seguramente porque " +"se haya usado antes. Por favor, solicite un nuevo restablecimiento de " +"contraseña." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Le hemos enviado por correo electrónico las instrucciones para restablecer " +"la contraseña, si es que existe una cuenta con la dirección electrónica que " +"indicó. Debería recibirlas en breve." + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Si no recibe un correo, por favor, asegúrese de que ha introducido la " +"dirección de correo con la que se registró y verifique su carpeta de correo " +"no deseado o spam." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Ha recibido este correo electrónico porque ha solicitado restablecer la " +"contraseña para su cuenta en %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Por favor, vaya a la página siguiente y escoja una nueva contraseña." + +msgid "Your username, in case you've forgotten:" +msgstr "Su nombre de usuario, en caso de haberlo olvidado:" + +msgid "Thanks for using our site!" +msgstr "¡Gracias por usar nuestro sitio!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "El equipo de %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"¿Ha olvidado su clave? Ingrese su dirección de correo electrónico a " +"continuación y le enviaremos las instrucciones para establecer una nueva." + +msgid "Email address:" +msgstr "Correo electrónico:" + +msgid "Reset my password" +msgstr "Restablecer mi contraseña" + +msgid "All dates" +msgstr "Todas las fechas" + +#, python-format +msgid "Select %s" +msgstr "Escoja %s" + +#, python-format +msgid "Select %s to change" +msgstr "Escoja %s a modificar" + +msgid "Date:" +msgstr "Fecha:" + +msgid "Time:" +msgstr "Hora:" + +msgid "Lookup" +msgstr "Buscar" + +msgid "Currently:" +msgstr "Actualmente:" + +msgid "Change:" +msgstr "Cambiar:" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es_VE/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es_VE/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..543e40a2e3290efeb0f3f7b1060383ad1d412ce4 GIT binary patch literal 3906 zcmcImNsk*v6fU*^!@lqE5)qh)xIG?}1rGtjWReLm5M@jRr>N{M+ZEbXrmA`z=fHA7 za6|$LAvgqtAQB)Dx12z8U^#IEA%t>4EPsG2->YuVIKz;D5G}XAuIj2+Uw!Yrdi~SY z=f5s+ZNz;m?mN#Bq6*x4F8*-+3fuww4Y&cg@w@^jftR9PE!+2(I19WC{g0IRREcfi z1o{K;V&L<@JAkhM?*g6xvi)y?=L5e3UIhHHZ2t^=3hm#44d5&W;ZeK+p-^m z77#!29{ylLd;)v{coO&=a0W(rUnhY){&OJn`5Fky;(Orxz*E2vfiJ^ptlKs?iQnG` zd=R)B$hy4i-@@EzctFm??1B@i-*+i??aUgIX*2#e^)8-ds1W{!OE8hpWwxIR7= z{L04|JD?OVUYD;M3J_NTc~7jv_;ni^*W$h!H*0b;ZjM>r2W!d~YrZi)32{w{w=iy= z^eWrp$+l_pWXl9RqC>TUO3(OiJISP%i0#y8*u5lmCYza}&0fq((^8q3?ON+q2_$Kc z3}dZ^?v1s=cq@x@y)w~Qrd!WYu+)m?NM;$jNd~f5B@wfu_fGZfl8Wy!w3xj*Y_HCO za$;VmN-XHq=uS6?$E`K^3#v{}+nl6h`qZ_#BiU6lWl_9xOUe-wOx7O@GXH!qHC0!e z^dFgBf9OCQj5{rXH!K#rb|4yE?FqloRg`HDf!ZX;{F1~?_T+FRrMEpr&0*XzqDLceaVl8d7F$ z6u)f|j!=0YM9xFNWGB()PAtlA7MV%$E;%zb45D#r9y3$!aVzAY#$U+MP=$mJWJ-Ef zLUF@YoBwU!1N z6q-l{>q87XjEpM zlI+6@pIvpDo~muHOl_;wcF^>__1g43Q`1vZ7+5)|mNeU3Gj6&@wW)focFz>9iN~Z5 zm4=hXXEIn1tnwYgF zC*||E7muo9mnKLb$;$W!L&ZZ74tm_olnmCZ< zPG*(8*7bayOg}dLuIU*n9(PR|+PI5qTV^I!Y7SE5w0hKnyfU?Cd+$+^#tYLP?fcef zR3^V#nxqqRnd)c;eMC}jB()XxIM$xGZoJv$<{}qHCW0f*rq&l$@W7_$Wk<$bpuTjn zI0zzXBqk5$K;-g*jq!R*>R7UNj>>dT8@Xlz7DZ%Q9Hv~voE3AvWlgG_SU`SAV_RL+ zG(6gL`6J0SO4jK~oJ=X?4-%CZt1^E=oMU+eLQqU2lSMa2AD1~S;$n^aoB95~8sJ5p zLXdiU`uhKB`QVn1M;X`WzdO1Lj*U{XN5?c33pfoN`=6CTOuz=8?UMPhb5_Fz=UcAO z8|B9bLDtC)JQxpn_UrO-lUnvEiXN=ABmxOZtDJ_)IIVNlv8V|xtuU?#jACRPLDZGB zsR+SM^lYv$ZU{R8$9*Qj0#?}`T)rO9GLTl{VufhA)Bl5NVfrj&=j~7|$mLI^LF)LH z(@kh>I0{iEa+x|?ZK5DQ94}mHG<1Eg0ei#{?|Ejw=WjQByS6vgG4JE+LgU0y7j?l-78p6n0!f z4TKbuAV$uT&G`EiLXS8j7)y=t`Gx3%_E8kXE(60&yOL>Hq)$ literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es_VE/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es_VE/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..65aa922 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/es_VE/LC_MESSAGES/djangojs.po @@ -0,0 +1,221 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# FIRST AUTHOR , 2012 +# Hotellook, 2014 +# Leonardo J. Caballero G. , 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 10:11+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Spanish (Venezuela) (http://www.transifex.com/django/django/" +"language/es_VE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_VE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Disponibles %s" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"Esta es la lista de %s disponibles. Puede elegir algunos seleccionándolos en " +"la caja inferior y luego haciendo clic en la flecha \"Elegir\" que hay entre " +"las dos cajas." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Escriba en este cuadro para filtrar la lista de %s disponibles." + +msgid "Filter" +msgstr "Filtro" + +msgid "Choose all" +msgstr "Seleccione todos" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Haga clic para seleccionar todos los %s de una vez." + +msgid "Choose" +msgstr "Elegir" + +msgid "Remove" +msgstr "Eliminar" + +#, javascript-format +msgid "Chosen %s" +msgstr "Elegidos %s" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"Esta es la lista de los %s elegidos. Puede eliminar algunos seleccionándolos " +"en la caja inferior y luego haciendo clic en la flecha \"Eliminar\" que hay " +"entre las dos cajas." + +msgid "Remove all" +msgstr "Eliminar todos" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Haga clic para eliminar todos los %s elegidos." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s de %(cnt)s seleccionado" +msgstr[1] "%(sel)s de %(cnt)s seleccionados" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Tiene cambios sin guardar en campos editables individuales. Si ejecuta una " +"acción, los cambios no guardados se perderán." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Ha seleccionado una acción, pero no ha guardado los cambios en los campos " +"individuales todavía. Pulse OK para guardar. Tendrá que volver a ejecutar la " +"acción." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Ha seleccionado una acción y no ha hecho ningún cambio en campos " +"individuales. Probablemente esté buscando el botón Ejecutar en lugar del " +"botón Guardar." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Nota: Usted esta a %s hora por delante de la hora del servidor." +msgstr[1] "Nota: Usted esta a %s horas por delante de la hora del servidor." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Nota: Usted esta a %s hora de retraso de la hora de servidor." +msgstr[1] "Nota: Usted esta a %s horas por detrás de la hora del servidor." + +msgid "Now" +msgstr "Ahora" + +msgid "Choose a Time" +msgstr "Elija una Hora" + +msgid "Choose a time" +msgstr "Elija una hora" + +msgid "Midnight" +msgstr "Medianoche" + +msgid "6 a.m." +msgstr "6 a.m." + +msgid "Noon" +msgstr "Mediodía" + +msgid "6 p.m." +msgstr "6 p.m." + +msgid "Cancel" +msgstr "Cancelar" + +msgid "Today" +msgstr "Hoy" + +msgid "Choose a Date" +msgstr "Elija una fecha" + +msgid "Yesterday" +msgstr "Ayer" + +msgid "Tomorrow" +msgstr "Mañana" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "Mostrar" + +msgid "Hide" +msgstr "Esconder" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/et/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/et/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..3e2be98cbcac50fa5d6047b276832b47b501299c GIT binary patch literal 15838 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 literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/et/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/et/LC_MESSAGES/django.po new file mode 100644 index 0000000..dbed7fc --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/et/LC_MESSAGES/django.po @@ -0,0 +1,682 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# eallik , 2011 +# Jannis Leidel , 2011 +# Janno Liivak , 2013-2015 +# Martin Pajuste , 2015 +# Martin Pajuste , 2016 +# Marti Raudsepp , 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-07-18 21:25+0000\n" +"Last-Translator: Marti Raudsepp \n" +"Language-Team: Estonian (http://www.transifex.com/django/django/language/" +"et/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: et\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d %(items)s kustutamine õnnestus." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Ei saa kustutada %(name)s" + +msgid "Are you sure?" +msgstr "Kas olete kindel?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Kustuta valitud %(verbose_name_plural)s" + +msgid "Administration" +msgstr "Administreerimine" + +msgid "All" +msgstr "Kõik" + +msgid "Yes" +msgstr "Jah" + +msgid "No" +msgstr "Ei" + +msgid "Unknown" +msgstr "Tundmatu" + +msgid "Any date" +msgstr "Suvaline kuupäev" + +msgid "Today" +msgstr "Täna" + +msgid "Past 7 days" +msgstr "Viimased 7 päeva" + +msgid "This month" +msgstr "Käesolev kuu" + +msgid "This year" +msgstr "Käesolev aasta" + +msgid "No date" +msgstr "Kuupäev puudub" + +msgid "Has date" +msgstr "Kuupäev olemas" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Palun sisestage personali kontole õige %(username)s ja parool. Teadke, et " +"mõlemad väljad võivad olla tõstutundlikud." + +msgid "Action:" +msgstr "Toiming:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Lisa veel üks %(verbose_name)s" + +msgid "Remove" +msgstr "Eemalda" + +msgid "action time" +msgstr "toimingu aeg" + +msgid "user" +msgstr "kasutaja" + +msgid "content type" +msgstr "sisutüüp" + +msgid "object id" +msgstr "objekti id" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "objekti esitus" + +msgid "action flag" +msgstr "toimingu lipp" + +msgid "change message" +msgstr "muudatuse tekst" + +msgid "log entry" +msgstr "logisissekanne" + +msgid "log entries" +msgstr "logisissekanded" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "Lisatud \"%(object)s\"." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "Muudetud \"%(object)s\" - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "Kustutatud \"%(object)s.\"" + +msgid "LogEntry Object" +msgstr "Objekt LogEntry" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "Lisatud {name} \"{object}\"." + +msgid "Added." +msgstr "Lisatud." + +msgid "and" +msgstr "ja" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "Muudetud {fields} objektil {name} \"{object}\"." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "Muudetud {fields}." + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "Kustutatud {name} \"{object}\"." + +msgid "No fields changed." +msgstr "Ühtegi välja ei muudetud." + +msgid "None" +msgstr "Puudub" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "Et valida mitu, hoidke all \"Control\"-nuppu (Maci puhul \"Command\")." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "{name} \"{obj}\" lisamine õnnestus. Allpool saate seda uuesti muuta." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "{name} \"{obj}\" lisamine õnnestus. Allpool saate lisada uue {name}." + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "{name} \"{obj}\" lisamine õnnestus." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "{name} \"{obj}\" muutmine õnnestus. Allpool saate seda uuesti muuta." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "{name} \"{obj}\" muutmine õnnestus. Allpool saate lisada uue {name}." + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "{name} \"{obj}\" muutmine õnnestus." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Palun märgistage elemendid, millega soovite toiminguid sooritada. Ühtegi " +"elementi ei muudetud." + +msgid "No action selected." +msgstr "Toiming valimata." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "%(name)s \"%(obj)s\" kustutati." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "%(name)s objekt primaarvõtmega %(key)r ei eksisteeri." + +#, python-format +msgid "Add %s" +msgstr "Lisa %s" + +#, python-format +msgid "Change %s" +msgstr "Muuda %s" + +msgid "Database error" +msgstr "Andmebaasi viga" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s muutmine õnnestus." +msgstr[1] "%(count)s %(name)s muutmine õnnestus." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s valitud" +msgstr[1] "Kõik %(total_count)s valitud" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "valitud 0/%(cnt)s" + +#, python-format +msgid "Change history: %s" +msgstr "Muudatuste ajalugu: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Et kustutada %(class_name)s %(instance)s, on vaja kustutada järgmised " +"kaitstud seotud objektid: %(related_objects)s" + +msgid "Django site admin" +msgstr "Django administreerimisliides" + +msgid "Django administration" +msgstr "Django administreerimisliides" + +msgid "Site administration" +msgstr "Saidi administreerimine" + +msgid "Log in" +msgstr "Sisene" + +#, python-format +msgid "%(app)s administration" +msgstr "%(app)s administreerimine" + +msgid "Page not found" +msgstr "Lehte ei leitud" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Vabandame, kuid soovitud lehte ei leitud." + +msgid "Home" +msgstr "Kodu" + +msgid "Server error" +msgstr "Serveri viga" + +msgid "Server error (500)" +msgstr "Serveri viga (500)" + +msgid "Server Error (500)" +msgstr "Serveri Viga (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Ilmnes viga. Sellest on e-posti teel teavitatud lehe administraatorit ja " +"viga parandatakse esimesel võimalusel. Täname kannatlikkuse eest." + +msgid "Run the selected action" +msgstr "Käivita valitud toiming" + +msgid "Go" +msgstr "Mine" + +msgid "Click here to select the objects across all pages" +msgstr "Kliki siin, et märgistada objektid üle kõigi lehekülgede" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Märgista kõik %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Tühjenda valik" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Kõige pealt sisestage kasutajatunnus ja salasõna, seejärel on võimalik muuta " +"täiendavaid kasutajaandmeid." + +msgid "Enter a username and password." +msgstr "Sisestage kasutajanimi ja salasõna." + +msgid "Change password" +msgstr "Muuda salasõna" + +msgid "Please correct the error below." +msgstr "Palun parandage allolevad vead" + +msgid "Please correct the errors below." +msgstr "Palun parandage allolevad vead." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Sisestage uus salasõna kasutajale %(username)s" + +msgid "Welcome," +msgstr "Tere tulemast," + +msgid "View site" +msgstr "Vaata saiti" + +msgid "Documentation" +msgstr "Dokumentatsioon" + +msgid "Log out" +msgstr "Logi välja" + +#, python-format +msgid "Add %(name)s" +msgstr "Lisa %(name)s" + +msgid "History" +msgstr "Ajalugu" + +msgid "View on site" +msgstr "Näita lehel" + +msgid "Filter" +msgstr "Filtreeri" + +msgid "Remove from sorting" +msgstr "Eemalda sorteerimisest" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Sorteerimisjärk: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Sorteerimine" + +msgid "Delete" +msgstr "Kustuta" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Selleks, et kustutada %(object_name)s '%(escaped_object)s', on vaja " +"kustutada lisaks ka kõik seotud objecktid, aga teil puudub õigus järgnevat " +"tüüpi objektide kustutamiseks:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Et kustutada %(object_name)s '%(escaped_object)s', on vaja kustutada " +"järgmised kaitstud seotud objektid:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Kas olete kindel, et soovite kustutada objekti %(object_name)s " +"\"%(escaped_object)s\"? Kõik järgnevad seotud objektid kustutatakse koos " +"sellega:" + +msgid "Objects" +msgstr "Objektid" + +msgid "Yes, I'm sure" +msgstr "Jah, olen kindel" + +msgid "No, take me back" +msgstr "Ei, mine tagasi" + +msgid "Delete multiple objects" +msgstr "Kustuta mitu objekti" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Kui kustutada valitud %(objects_name)s, peaks kustutama ka seotud objektid, " +"aga sinu kasutajakontol pole õigusi järgmiste objektitüüpide kustutamiseks:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Et kustutada valitud %(objects_name)s, on vaja kustutada ka järgmised " +"kaitstud seotud objektid:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Kas oled kindel, et soovid kustutada valitud %(objects_name)s? Kõik " +"järgnevad objektid ja seotud objektid kustutatakse:" + +msgid "Change" +msgstr "Muuda" + +msgid "Delete?" +msgstr "Kustutan?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " %(filter_title)s " + +msgid "Summary" +msgstr "Kokkuvõte" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Rakenduse %(name)s moodulid" + +msgid "Add" +msgstr "Lisa" + +msgid "You don't have permission to edit anything." +msgstr "Teil ei ole õigust midagi muuta." + +msgid "Recent actions" +msgstr "Hiljutised toimingud" + +msgid "My actions" +msgstr "Minu toimingud" + +msgid "None available" +msgstr "Ei leitud ühtegi" + +msgid "Unknown content" +msgstr "Tundmatu sisu" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"On tekkinud viga seoses andmebaasiga. Veenduge, et kõik vajalikud " +"andmebaasitabelid on loodud ning et andmebaas on vastava kasutaja poolt " +"loetav." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Olete sisse logitud kasutajana %(username)s, kuid teil puudub ligipääs " +"lehele. Kas te soovite teise kontoga sisse logida?" + +msgid "Forgotten your password or username?" +msgstr "Unustasite oma parooli või kasutajanime?" + +msgid "Date/time" +msgstr "Kuupäev/kellaaeg" + +msgid "User" +msgstr "Kasutaja" + +msgid "Action" +msgstr "Toiming" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Sellel objektil puudub muudatuste ajalugu. Tõenäoliselt ei kasutatud selle " +"objekti lisamisel käesolevat administreerimislidest." + +msgid "Show all" +msgstr "Näita kõiki" + +msgid "Save" +msgstr "Salvesta" + +msgid "Popup closing..." +msgstr "Hüpikaken sulgub..." + +#, python-format +msgid "Change selected %(model)s" +msgstr "Muuda valitud %(model)s" + +#, python-format +msgid "Add another %(model)s" +msgstr "Lisa veel üks %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Kustuta valitud %(model)s" + +msgid "Search" +msgstr "Otsing" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s tulemus" +msgstr[1] "%(counter)s tulemust" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "Kokku %(full_result_count)s" + +msgid "Save as new" +msgstr "Salvesta uuena" + +msgid "Save and add another" +msgstr "Salvesta ja lisa uus" + +msgid "Save and continue editing" +msgstr "Salvesta ja jätka muutmist" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Tänan, et veetsite aega meie lehel." + +msgid "Log in again" +msgstr "Logi uuesti sisse" + +msgid "Password change" +msgstr "Salasõna muutmine" + +msgid "Your password was changed." +msgstr "Teie salasõna on vahetatud." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Turvalisuse tagamiseks palun sisestage oma praegune salasõna ning seejärel " +"uus salasõna.Veendumaks, et uue salasõna sisestamisel ei tekkinud vigu, " +"palun sisestage see kaks korda." + +msgid "Change my password" +msgstr "Muuda salasõna" + +msgid "Password reset" +msgstr "Uue parooli loomine" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Teie salasõna on määratud. Võite nüüd sisse logida." + +msgid "Password reset confirmation" +msgstr "Uue salasõna loomise kinnitamine" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Palun sisestage uus salasõna kaks korda, et saaksime veenduda, et " +"sisestamisel ei tekkinud vigu." + +msgid "New password:" +msgstr "Uus salasõna:" + +msgid "Confirm password:" +msgstr "Kinnita salasõna:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Uue salasõna loomise link ei olnud korrektne. Võimalik, et seda on varem " +"kasutatud. Esitage uue salasõna taotlus uuesti." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Saatsime teile parooli muutmise juhendi, kui teie poolt sisestatud e-posti " +"aadressiga konto on olemas. Peaksite selle lähiajal kätte saama." + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Kui te ei saa kirja siis kontrollige, et sisestasite e-posti aadressi " +"millega registreerisite ning kontrollige oma rämpsposti kausta." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Saite käesoleva kirja kuna soovisite muuta lehel %(site_name)s oma " +"kasutajakontoga seotud parooli." + +msgid "Please go to the following page and choose a new password:" +msgstr "Palun minge järmisele lehele ning sisestage uus salasõna" + +msgid "Your username, in case you've forgotten:" +msgstr "Teie kasutajatunnus juhul, kui olete unustanud:" + +msgid "Thanks for using our site!" +msgstr "Täname meie lehte külastamast!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s meeskond" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"Unustasite oma parooli? Sisestage allpool oma e-posti aadress ja me saadame " +"teile juhendi, kuidas parooli muuta." + +msgid "Email address:" +msgstr "E-posti aadress:" + +msgid "Reset my password" +msgstr "Reseti parool" + +msgid "All dates" +msgstr "Kõik kuupäevad" + +#, python-format +msgid "Select %s" +msgstr "Vali %s" + +#, python-format +msgid "Select %s to change" +msgstr "Vali %s mida muuta" + +msgid "Date:" +msgstr "Kuupäev:" + +msgid "Time:" +msgstr "Aeg:" + +msgid "Lookup" +msgstr "Otsi" + +msgid "Currently:" +msgstr "Hetkel:" + +msgid "Change:" +msgstr "Muuda:" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/et/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/et/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..10fc758a27a9f24532ec35928f54bf39a04c8a4a GIT binary patch literal 4394 zcmcJSL2P6<8OL3^K$}8K3kwC7ts9z6!e(AF*>+oIS=1#>+THAAqs??n5f{%qXT~${ z+0$pgnH?n569~ZtM3Dfgr$!(ys0d}np%O?VdO%2=xfD22i367+A#vgV*`8!}8%iXE z6~Euu@AK!+pFjJ1dF!DQKVT@2qn<*2<1WUY1;2VX9w;|YF!m%k0zUx$BJx+@`_cY& zZ2uPg5Zb?w?LS8T8T>H%{~Gy^$h$Fk2K^6$_kyRuN5C`S8E^x<2h1Y}AkF_W2o>y` z;0M9)#P;_ie+c4_y^04d;Wd!-{1l{duY+F(_rV5uKa|q@7D)0LNP7Dq{@6`C$j+BR zvh&*@>3Icw1^f~CJutx_sARtZN#C2`1@I3bjk^z>KL$^NH12h<53b|oN5NZ>zXMOA z{Z?$h6WjN|h>xNFH287w9QZ2s>I(P-+Hc<%>^zN4p!pX;n8sEkKMz8LJssa)1!*16 zgS0!efHdFVK$`Czko@p35KCuwK{>VWjeGzk zxsxFI`xHpyIY{~zLE4vd;0^Fw@%^7b8uxZ={~aX#{{-=ejSS=O2TAT>@F(CS;2!uU zNOtrd2z&{wqCEu34?hD3;LpLYgL5Cj-h;1!a5FpgVBqOU9yuHNSmc?=g~*37mda{? zf6_isfs0sz`U%uCsE?vj`DB2%i}suf**=d7wd^$N`%tNz4e)EGpOx6Ay`%CuRPxhj zsDXmz_(DE^2z3E<3H2Q6r%~Z1wus76;R^2~x)-pK7`3R_4cAslBpHwR+qc-ty|W z$TDMGT$-EnNo7>$RMHU6S0xhQC{ykp9Oi;fg2`P0f`APY{*Nsg9< z>Bkr5P1#X8J(k*|MF(NkTV}|vwVWXjT=$NOAb+tP*>^#1rvt%8M_G}HKoUt-CKR7d`!Rpa-r zk20Q`VOY_T{$wvoi&!Le6j>dCIG&tHIE{;zQ${a&|Ba%6o_9PKDFR;8J_y~GIMEsw zq-vnjQe>E0W~ueQnMbhp3)93A9r4T<@BCeZNQIZ5g_BF?Ft`wCQzs^+H#=lWc$d7l zX%OPmrdfMHws$E}1f_ z)M3h_T_IED{Pi^P$>m*dE~%Sxu($V4O+y6}nm7u^x`Y{xU(#W__(q|yWhXYK`|3th zUwyi7N4SzU_r%U^y``7Dt*_B33rmuXX~{+@-`)9wOm*mffo&J2i|e~`Ij!7~g+;8? zc-losn3?OcZwgnb+qOz8Un<+S(l9kXvwf{mSu3QVxT?^_T;r=N)$^5=Co0t^`Rch^ zb@lAZ>dFcPE7#>fkPt*unguAt0Z71mW6h0rz=&J;C{3)JBP*cM&n2g$#X z`*uGxpKj;K7fH+HU&Kh=E=5~b8dBsnzHSkS3VX89ajsumULFpIi6g~oSKg!{%VB8~ zWO4kmbjyn~^~?43Lnl;|m6_D9L=>W zi^{rgnG}~)jX%{??!e9(mu_Y|D+`fTHcXM*8rOZ_v=>(|@bL5Eg65B2JIJa_){0DXwKohpaJv1DB2y>;^RZ z2k(_-f4nCLp(SMdjvu}8zUuitSVB5BGu2Z|Se-X772Hcuj_cuu6K#=9iAb4?EQJA4 zDz4}@=~Ox!(#k-FtUF1%H$>4DtSfxlW!qpQFwYTa9D2IgSLAw=$pJa3hX-fjLtizk&W@57VJ43DCtA6kP?nXip2-3_XHPBm65pz zp4MSqT}1u5%A`Li7G7{h@m>e, 2011 +# Jannis Leidel , 2011 +# Janno Liivak , 2013-2015 +# Martin Pajuste , 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 11:01+0000\n" +"Last-Translator: Martin Pajuste \n" +"Language-Team: Estonian (http://www.transifex.com/django/django/language/" +"et/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: et\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Saadaval %s" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"Nimekiri välja \"%s\" võimalikest väärtustest. Saad valida ühe või mitu " +"kirjet allolevast kastist ning vajutades noolt \"Vali\" liigutada neid ühest " +"kastist teise." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Filtreeri selle kasti abil välja \"%s\" nimekirja." + +msgid "Filter" +msgstr "Filter" + +msgid "Choose all" +msgstr "Vali kõik" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Kliki, et valida kõik %s korraga." + +msgid "Choose" +msgstr "Vali" + +msgid "Remove" +msgstr "Eemalda" + +#, javascript-format +msgid "Chosen %s" +msgstr "Valitud %s" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"Nimekiri välja \"%s\" valitud väärtustest. Saad valida ühe või mitu kirjet " +"allolevast kastist ning vajutades noolt \"Eemalda\" liigutada neid ühest " +"kastist teise." + +msgid "Remove all" +msgstr "Eemalda kõik" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Kliki, et eemaldada kõik valitud %s korraga." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s %(cnt)sst valitud" +msgstr[1] "%(sel)s %(cnt)sst valitud" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Muudetavates lahtrites on salvestamata muudatusi. Kui sooritate mõne " +"toimingu, lähevad salvestamata muudatused kaotsi." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Valisid toimingu, kuid pole salvestanud muudatusi lahtrites. Salvestamiseks " +"palun vajuta OK. Pead toimingu uuesti käivitama." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Valisid toimingu, kuid sa pole ühtegi lahtrit muutnud. Tõenäoliselt peaksid " +"vajutama 'Mine' mitte 'Salvesta' nuppu." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Märkus: Olete %s tund serveri ajast ees." +msgstr[1] "Märkus: Olete %s tundi serveri ajast ees." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Märkus: Olete %s tund serveri ajast maas." +msgstr[1] "Märkus: Olete %s tundi serveri ajast maas." + +msgid "Now" +msgstr "Praegu" + +msgid "Choose a Time" +msgstr "Vali aeg" + +msgid "Choose a time" +msgstr "Vali aeg" + +msgid "Midnight" +msgstr "Kesköö" + +msgid "6 a.m." +msgstr "6 hommikul" + +msgid "Noon" +msgstr "Keskpäev" + +msgid "6 p.m." +msgstr "6 õhtul" + +msgid "Cancel" +msgstr "Tühista" + +msgid "Today" +msgstr "Täna" + +msgid "Choose a Date" +msgstr "Vali kuupäev" + +msgid "Yesterday" +msgstr "Eile" + +msgid "Tomorrow" +msgstr "Homme" + +msgid "January" +msgstr "jaanuar" + +msgid "February" +msgstr "veebruar" + +msgid "March" +msgstr "märts" + +msgid "April" +msgstr "aprill" + +msgid "May" +msgstr "mai" + +msgid "June" +msgstr "juuni" + +msgid "July" +msgstr "juuli" + +msgid "August" +msgstr "august" + +msgid "September" +msgstr "september" + +msgid "October" +msgstr "oktoober" + +msgid "November" +msgstr "november" + +msgid "December" +msgstr "detsember" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "P" + +msgctxt "one letter Monday" +msgid "M" +msgstr "E" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "T" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "K" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "N" + +msgctxt "one letter Friday" +msgid "F" +msgstr "R" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "L" + +msgid "Show" +msgstr "Näita" + +msgid "Hide" +msgstr "Varja" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/eu/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/eu/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..61058f57a8df8b266733e3a2c8fa5ca2121a26a2 GIT binary patch literal 12959 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 S$ep9B>$z``C?c, 2013 +# Jannis Leidel , 2011 +# julen , 2012-2013 +# julen , 2013 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 09:09+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Basque (http://www.transifex.com/django/django/language/eu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: eu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d %(items)s elementu ezabatu dira." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Ezin da %(name)s ezabatu" + +msgid "Are you sure?" +msgstr "Ziur zaude?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Ezabatu aukeratutako %(verbose_name_plural)s" + +msgid "Administration" +msgstr "" + +msgid "All" +msgstr "Dena" + +msgid "Yes" +msgstr "Bai" + +msgid "No" +msgstr "Ez" + +msgid "Unknown" +msgstr "Ezezaguna" + +msgid "Any date" +msgstr "Edozein data" + +msgid "Today" +msgstr "Gaur" + +msgid "Past 7 days" +msgstr "Aurreko 7 egunak" + +msgid "This month" +msgstr "Hilabete hau" + +msgid "This year" +msgstr "Urte hau" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Idatzi kudeaketa gunerako %(username)s eta pasahitz zuzena. Kontuan izan " +"biek maiuskula/minuskulak desberdintzen dituztela." + +msgid "Action:" +msgstr "Ekintza:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Gehitu beste %(verbose_name)s bat" + +msgid "Remove" +msgstr "Kendu" + +msgid "action time" +msgstr "Ekintza hordua" + +msgid "user" +msgstr "" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "Objetuaren id-a" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "Objeturaren aurkezpena" + +msgid "action flag" +msgstr "Ekintza botoia" + +msgid "change message" +msgstr "Mezua aldatu" + +msgid "log entry" +msgstr "Log sarrera" + +msgid "log entries" +msgstr "log sarrerak" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "\"%(object)s\" gehituta." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "\"%(object)s\" aldatuta - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "\"%(object)s\" ezabatuta." + +msgid "LogEntry Object" +msgstr "LogEntry objektua" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "" + +msgid "and" +msgstr "eta" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "Ez da eremurik aldatu." + +msgid "None" +msgstr "Bat ere ez" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Elementuak aukeratu behar dira beraien gain ekintzak burutzeko. Ez da " +"elementurik aldatu." + +msgid "No action selected." +msgstr "Ez dago ekintzarik aukeratuta." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "%(name)s \"%(obj)s\" ondo ezabatu da." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "Ez dago %(key)r gakodun %(name)s objekturik." + +#, python-format +msgid "Add %s" +msgstr "Gehitu %s" + +#, python-format +msgid "Change %s" +msgstr "Aldatu %s" + +msgid "Database error" +msgstr "Datu-basearen errorea" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(name)s %(count)s ondo aldatu da." +msgstr[1] "%(count)s %(name)s ondo aldatu dira." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "Guztira %(total_count)s aukeratuta" +msgstr[1] "Guztira %(total_count)s aukeratuta" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "Guztira %(cnt)s, 0 aukeratuta" + +#, python-format +msgid "Change history: %s" +msgstr "Aldaketen historia: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"%(class_name)s klaseko %(instance)s instantziak ezabatzeak erlazionatutako " +"objektu hauek ezabatzea eragingo du:\n" +"%(related_objects)s" + +msgid "Django site admin" +msgstr "Django kudeaketa gunea" + +msgid "Django administration" +msgstr "Django kudeaketa" + +msgid "Site administration" +msgstr "Webgunearen kudeaketa" + +msgid "Log in" +msgstr "Sartu" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "Ez da orririk aurkitu" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Barkatu, eskatutako orria ezin daiteke aurkitu" + +msgid "Home" +msgstr "Hasiera" + +msgid "Server error" +msgstr "Zerbitzariaren errorea" + +msgid "Server error (500)" +msgstr "Zerbitzariaren errorea (500)" + +msgid "Server Error (500)" +msgstr "Zerbitzariaren errorea (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Errore bat gertatu da. Errorea guneko kudeatzaileari jakinarazi zaio email " +"bidez eta laister egon beharko luke konponduta. Barkatu eragozpenak." + +msgid "Run the selected action" +msgstr "Burutu hautatutako ekintza" + +msgid "Go" +msgstr "Joan" + +msgid "Click here to select the objects across all pages" +msgstr "Egin klik hemen orri guztietako objektuak aukeratzeko" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Hautatu %(total_count)s %(module_name)s guztiak" + +msgid "Clear selection" +msgstr "Garbitu hautapena" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Lehenik idatzi erabiltzaile-izena eta pasahitza. Gero erabiltzaile-aukera " +"gehiago aldatu ahal izango dituzu." + +msgid "Enter a username and password." +msgstr "Idatzi erabiltzaile-izen eta pasahitza." + +msgid "Change password" +msgstr "Aldatu pasahitza" + +msgid "Please correct the error below." +msgstr "Zuzendu azpiko erroreak." + +msgid "Please correct the errors below." +msgstr "" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" +"Idatzi pasahitz berria %(username)s erabiltzailearentzat." + +msgid "Welcome," +msgstr "Ongi etorri," + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "Dokumentazioa" + +msgid "Log out" +msgstr "Irten" + +#, python-format +msgid "Add %(name)s" +msgstr "Gehitu %(name)s" + +msgid "History" +msgstr "Historia" + +msgid "View on site" +msgstr "Ikusi gunean" + +msgid "Filter" +msgstr "Iragazkia" + +msgid "Remove from sorting" +msgstr "Kendu ordenaziotik" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Ordenatzeko lehentasuna: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Txandakatu ordenazioa" + +msgid "Delete" +msgstr "Ezabatu" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"%(object_name)s ezabatzean bere '%(escaped_object)s' ere ezabatzen dira, " +"baina zure kontuak ez dauka baimenik objetu mota hauek ezabatzeko:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"%(object_name)s '%(escaped_object)s' ezabatzeak erlazionatutako objektu " +"babestu hauek ezabatzea eskatzen du:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Ziur zaude %(object_name)s \"%(escaped_object)s\" ezabatu nahi dituzula? " +"Erlazionaturik dauden hurrengo elementuak ere ezabatuko dira:" + +msgid "Objects" +msgstr "" + +msgid "Yes, I'm sure" +msgstr "Bai, ziur nago" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "Ezabatu hainbat objektu" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Hautatutako %(objects_name)s ezabatzeak erlazionatutako objektuak ezabatzea " +"eskatzen du baina zure kontuak ez dauka baimen nahikorik objektu mota hauek " +"ezabatzeko: " + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Hautatutako %(objects_name)s ezabatzeak erlazionatutako objektu babestu " +"hauek ezabatzea eskatzen du:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Ziur zaude hautatutako %(objects_name)s ezabatu nahi duzula? Objektu guzti " +"hauek eta erlazionatutako elementu guztiak ezabatuko dira:" + +msgid "Change" +msgstr "Aldatu" + +msgid "Delete?" +msgstr "Ezabatu?" + +#, python-format +msgid " By %(filter_title)s " +msgstr "Irizpidea: %(filter_title)s" + +msgid "Summary" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "%(name)s aplikazioaren modeloak" + +msgid "Add" +msgstr "Gehitu" + +msgid "You don't have permission to edit anything." +msgstr "Ez daukazu ezer aldatzeko baimenik." + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "Ez dago ezer" + +msgid "Unknown content" +msgstr "Eduki ezezaguna" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Zerbait gaizki dago zure datu-basearekin. Ziurtatu datu-baseko taulak sortu " +"direla eta erabiltzaile egokiak irakurtzeko baimena duela." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "Pasahitza edo erabiltzaile-izena ahaztu duzu?" + +msgid "Date/time" +msgstr "Data/ordua" + +msgid "User" +msgstr "Erabiltzailea" + +msgid "Action" +msgstr "Ekintza" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Objektu honek ez dauka aldaketen historiarik. Ziurrenik kudeaketa gunetik " +"kanpo gehituko zen." + +msgid "Show all" +msgstr "Erakutsi dena" + +msgid "Save" +msgstr "Gorde" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Search" +msgstr "Bilatu" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "Emaitza %(counter)s " +msgstr[1] "%(counter)s emaitza" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s guztira" + +msgid "Save as new" +msgstr "Gorde berri gisa" + +msgid "Save and add another" +msgstr "Gorde eta gehitu beste bat" + +msgid "Save and continue editing" +msgstr "Gorde eta jarraitu editatzen" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Eskerrik asko webguneari zure probetxuzko denbora eskaintzeagatik." + +msgid "Log in again" +msgstr "Hasi saioa berriro" + +msgid "Password change" +msgstr "Aldatu pasahitza" + +msgid "Your password was changed." +msgstr "Zure pasahitza aldatu egin da." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Idatzi pasahitz zaharra segurtasun arrazoiengatik eta gero pasahitz berria " +"bi aldiz, akatsik egiten ez duzula ziurta dezagun." + +msgid "Change my password" +msgstr "Aldatu nire pasahitza" + +msgid "Password reset" +msgstr "Berrezarri pasahitza" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Zure pasahitza ezarri da. Orain aurrera egin eta sartu zaitezke." + +msgid "Password reset confirmation" +msgstr "Pasahitza berrezartzeko berrespena" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "Idatzi pasahitz berria birritan ondo idatzita dagoela ziurta dezagun." + +msgid "New password:" +msgstr "Pasahitz berria:" + +msgid "Confirm password:" +msgstr "Berretsi pasahitza:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Pasahitza berrezartzeko loturak baliogabea dirudi. Baliteke lotura aurretik " +"erabilita egotea. Eskatu berriro pasahitza berrezartzea." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Ez baduzu mezurik jasotzen, ziurtatu izena ematean erabilitako helbide " +"berdina idatzi duzula eta egiaztatu spam karpeta." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Mezu hau %(site_name)s webgunean pasahitza berrezartzea eskatu duzulako jaso " +"duzu" + +msgid "Please go to the following page and choose a new password:" +msgstr "Zoaz hurrengo orrira eta aukeratu pasahitz berria:" + +msgid "Your username, in case you've forgotten:" +msgstr "Zure erabiltzaile-izena (ahaztu baduzu):" + +msgid "Thanks for using our site!" +msgstr "Mila esker gure webgunea erabiltzeagatik!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s webguneko taldea" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"Pasahitza ahaztu duzu? Idatzi zure helbide elektronikoa eta berri bat " +"ezartzeko jarraibideak bidaliko dizkizugu." + +msgid "Email address:" +msgstr "Helbide elektronikoa:" + +msgid "Reset my password" +msgstr "Berrezarri pasahitza" + +msgid "All dates" +msgstr "Data guztiak" + +#, python-format +msgid "Select %s" +msgstr "Hautatu %s" + +#, python-format +msgid "Select %s to change" +msgstr "Hautatu %s aldatzeko" + +msgid "Date:" +msgstr "Data:" + +msgid "Time:" +msgstr "Ordua:" + +msgid "Lookup" +msgstr "Lookup" + +msgid "Currently:" +msgstr "Oraingoa:" + +msgid "Change:" +msgstr "Aldatu:" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/eu/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/eu/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..26b18703cb4a74c3db9a9a0ae8b2b60e1353fd8e GIT binary patch literal 3159 zcmbtV&5smC6fYG;#}5=0zvF`hS%mJLStFW3R9F^RV1>YHf{BNk>9;e*^i&Pi)y!@u z9*hT%#t&lR$%7Yf#=Bnh=3ihW#)HwDe}ReqUVrSafN-!g)xWN;dhh+}_g=sGW&4&Z z3fI&1_zSojg1?1^fwk5AZkOv%o)r z&jBB}qw@12a0}+I0PhAKuIDF#_^C6vNxbtw@%J`R_A~HP;6>m^z`uca0zbl{`1uTY z5cma9;$H=R4*VS`cJE>H1h@mvui%Uy0AIuW85m2vcYqH7lX{*3@lyqE4*}l?%K8Z>i2^7B1*VqP%p9A&!QQ*gzF9GFzzXCyBd59o( zQ{d~scY*T$JK%@F?}48H&)=(*1O5S&6be`Ik7=nRpv<43_!Ewg$OPBJ7{dM93#lu$ z*#UeKV>^b#ehlL&j7Kr#LMqfY4AJRv3{Y1OVmyH%m(-ZrJ(F>|HzT(~yJz|~;1Msl zA2_+`+5yt>I97)*Ym@3;%CtLE^V;?~Rr5pVGOmF%1vB25rR93Ywlqjhe?-AizceA8 zrg%*{kb|dK%{S|w$L=zh>)2XZZ)`he(!gGwFbS(AlUOqt2K9z>7PqN7SK8JfF4XxU zUM~+#M)-vxQ))7VTp_*bG%;OpIgRyNLoRb;rrugDkFf(W9h0%8i=JDh9;a?f+9vYG zQeW8D`)F6C$}ZC0V^fdAl(9#mhp8i&a~9u_)cS!p7}aw8Pezq6w_@ZHy{4Ak*a>g7 zyf$GR87T{*pPU-cD`f&GantHVH`G&I;0$RJccSc2BcV;HK{V3+V4U4w>bF*JuzLbh zkRbC`@}TX2QK}XU5_8!kxlR$A($CfZCbgJmLb{5m598e0+)QR^)xl0(8H(TvJk7Y-d#iwh!&IR zE%q7m(xv1gXKr76uHDAQ=p0`*;`5q)a~Fa4Zjg4J#ufoO-ay{T^nf16!M|5^6XPOy?FzL?DPN&m2h(oi&t8w3rXR9MM zkk;0-oX_rUEiEoBY#hE5w_Eeh2DTuDZ=g$oSHtWi)y5u_Y%y`G`@`dC<39uX{E+?1I-llMc{}j5-_&I8cXcKkEJ-}~ukKB7g~P!rGwOuSDQQ?(JmyLHze6~%hoO!MTezfAul2vt5leyJ*0L!9uAGLnSWa ze^ZjARSMjM5Er_qujeDdui?`(|3PU%T!j3_jG(MnM+_=hEhah?l@m=vXK_eN$YWC~ zn-p}ti#!TBQf<5*=pvLUMkzV9fVK3KEUl1!v%$!5ICmET;>Eq=}RkySr3k7DpBVOgIfGfW6C`XS~ ub(DebLAFgnP@%<0Lz{*IG+1{DIU9E, 2011 +# Jannis Leidel , 2011 +# julen , 2012-2013 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 10:11+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Basque (http://www.transifex.com/django/django/language/eu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: eu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "%s Erabilgarri" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"Hau da aukeran dauden %s zerrenda. Hauetako zenbait aukera ditzakezu " +"azpiko \n" +"kaxan hautatu eta kutxen artean dagoen \"Aukeratu\" gezian klik eginez." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Idatzi kutxa honetan erabilgarri dauden %s objektuak iragazteko." + +msgid "Filter" +msgstr "Filtroa" + +msgid "Choose all" +msgstr "Denak aukeratu" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Egin klik %s guztiak batera aukeratzeko." + +msgid "Choose" +msgstr "Aukeratu" + +msgid "Remove" +msgstr "Kendu" + +#, javascript-format +msgid "Chosen %s" +msgstr "%s Aukeratuak" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"Hau da aukeratutako %s zerrenda. Hauetako zenbait ezaba ditzakezu azpiko " +"kutxan hautatu eta bi kutxen artean dagoen \"Ezabatu\" gezian klik eginez." + +msgid "Remove all" +msgstr "Kendu guztiak" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Egin klik aukeratutako %s guztiak kentzeko." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(cnt)s-etik %(sel)s aukeratuta" +msgstr[1] "%(cnt)s-etik %(sel)s aukeratuta" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Gorde gabeko aldaketak dauzkazu eremuetan. Ekintza bat exekutatzen baduzu, " +"gorde gabeko aldaketak galduko dira." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Ekintza bat hautatu duzu, baina oraindik ez duzu eremuetako aldaketak gorde. " +"Mesedez, sakatu OK gordetzeko. Ekintza berriro exekutatu beharko duzu." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Ekintza bat hautatu duzu, baina ez duzu inongo aldaketarik egin eremuetan. " +"Litekeena da, Gorde botoia beharrean Aurrera botoiaren bila aritzea." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +msgstr[1] "" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +msgstr[1] "" + +msgid "Now" +msgstr "Orain" + +msgid "Choose a Time" +msgstr "" + +msgid "Choose a time" +msgstr "Aukeratu ordu bat" + +msgid "Midnight" +msgstr "Gauerdia" + +msgid "6 a.m." +msgstr "6 a.m." + +msgid "Noon" +msgstr "Eguerdia" + +msgid "6 p.m." +msgstr "" + +msgid "Cancel" +msgstr "Atzera" + +msgid "Today" +msgstr "Gaur" + +msgid "Choose a Date" +msgstr "" + +msgid "Yesterday" +msgstr "Atzo" + +msgid "Tomorrow" +msgstr "Bihar" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "Erakutsi" + +msgid "Hide" +msgstr "Izkutatu" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/fa/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/fa/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..cde37cac9795d527cd3dad76f000e9abed7ee656 GIT binary patch literal 19067 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�E(xLH=Bpby>%>M`wj|m667WaYum` zJVbN`ADQ{zOeEhL@;=I@|3<<@&NRp-{o;@ufM|7FaW?@(tePHoNCQ@&StgY@jBlw} zrMSd|>u!S?+%8iN!kKapF`gc~@oQ~=IO0{JGKU~OY~_FWiKMGp_@gkQ^O~uqg{yQ6 ztR*sLWD~ojwz9KpPDJ!iF(kQJ8MNe}q^7zo^I_37pM)_x0D=fC_a!QjP$^T-5w0X0 zsdP#iWdbwtPKXSxcxNq5DIO0Y*id^TE;R4E80%JsxABh?NDM(Ln0uxWNy5WRg>Gd` zGcE}h**C`(ia18q$CB`Wi_mfFkwR;Ic=2}libu43m?hKnj%$UPk{Bx!QYt|r`!E-b zytS=DoUPA4mY|_MnZW)(9Y#DtYB%ZDFe83eQf6CNnnWQMinDP(_5GJ4!B*r(09O9~ zH%HA%{;QSbOY3w79%iKm>%v7**&Z2fBEH!~j6WlmkUukW#RSrjk5e`{DtJJ#hKeHb zqoj*GgP?Ixd8T=rf2(+%eAfv{2-)L%giG0>#)M<_5Q;=Bjs`t)V{Z1!mwjL(+|z#- z)`g?VmpDTg8CsSECeQZ~sujstf2#`)51|~MC3jYn-){lgZ_keSki*2b37_J^GMpA~ zg%cL`aYV(vCW27q7oe436&YK(*O>Of40CRaCy+%~#M0d2;8~=OQPt@o5wfw@5!()# zk{;8X(<(D1MR?a=VmnOIMWk+P5Phe=Yb8K++s_)~KC+qLXQ_ADT7nk{-6W{96de{| z2J+2N&_WjrYE!|=N~Q#h>3dBwsBKcMBfR?41r12fpV}+m_WBDMnDt2T-n5hqC18%A z(1(lyvte1&jdj6ve1=38MqDyPbWTVXEUnB5Ntu#{J%`O?#;7S#G6N>tP0|~{3>;As zAe)IO*?5_W`As*}Xm6upLb)LEC_QRWW0Qwuqz2maw5lp5R6f>WTS&x4O{=!e?rfRa zvzwZktr<19`Gf7&F?PERq`KTpPrO*=uQaXMG=uyy{jx1RPz{=3=+`nVoY}jmmuo_a z*{>aVrj>-efy4A^6+D|xre)7@Bmph%gZs6N!H7jyI!`1FWz0|$wSuRtS1}{~mLjuh zFF~*-9zsK+GntNbZ+0-lt~S|MBqrK2Xeq#q6TKr-Us9@M%x2+KU0h_MM^Z@7v|tcn zi>-uODmm52?Wgg!pxHY9FlHUb6!GB5&RFCHs*p4ZtS6@iIwta+Fufj4taxGL!aolQ zv5I-{dBumVPKR(x7EkCdBY1@q{o5F%Z^4NzrG<=O9)w#v4pQjY;on#=X@4HV+`gu- VNLl87oop%a;IS5qUCR*Ne*v6oleGW< literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/fa/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/fa/LC_MESSAGES/django.po new file mode 100644 index 0000000..4763125 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/fa/LC_MESSAGES/django.po @@ -0,0 +1,686 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Ali Nikneshan , 2015 +# Ali Vakilzade , 2015 +# Arash Fazeli , 2012 +# Jannis Leidel , 2011 +# Pouya Abbassi, 2016 +# Reza Mohammadi , 2013-2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-07-01 20:40+0000\n" +"Last-Translator: Pouya Abbassi\n" +"Language-Team: Persian (http://www.transifex.com/django/django/language/" +"fa/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fa\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d تا %(items)s با موفقیت حذف شدند." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "امکان حذف %(name)s نیست." + +msgid "Are you sure?" +msgstr "آیا مطمئن هستید؟" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "حذف %(verbose_name_plural)s های انتخاب شده" + +msgid "Administration" +msgstr "مدیریت" + +msgid "All" +msgstr "همه" + +msgid "Yes" +msgstr "بله" + +msgid "No" +msgstr "خیر" + +msgid "Unknown" +msgstr "ناشناخته" + +msgid "Any date" +msgstr "هر تاریخی" + +msgid "Today" +msgstr "امروز" + +msgid "Past 7 days" +msgstr "۷ روز اخیر" + +msgid "This month" +msgstr "این ماه" + +msgid "This year" +msgstr "امسال" + +msgid "No date" +msgstr "بدون تاریخ" + +msgid "Has date" +msgstr "دارای تاریخ" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"لطفا %(username)s و گذرواژه را برای یک حساب کارمند وارد کنید.\n" +"توجه داشته باشید که ممکن است هر دو به کوچکی و بزرگی حروف حساس باشند." + +msgid "Action:" +msgstr "اقدام:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "افزودن یک %(verbose_name)s دیگر" + +msgid "Remove" +msgstr "حذف" + +msgid "action time" +msgstr "زمان اقدام" + +msgid "user" +msgstr "کاربر" + +msgid "content type" +msgstr "نوع محتوی" + +msgid "object id" +msgstr "شناسهٔ شیء" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "صورت شیء" + +msgid "action flag" +msgstr "نشانه عمل" + +msgid "change message" +msgstr "پیغام تغییر" + +msgid "log entry" +msgstr "مورد اتفاقات" + +msgid "log entries" +msgstr "موارد اتفاقات" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "\"%(object)s\" افروده شد." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "تغییر \"%(object)s\" - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "\"%(object)s\" حدف شد." + +msgid "LogEntry Object" +msgstr "شئ LogEntry" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "اضافه شد {name} «{object}»." + +msgid "Added." +msgstr "اضافه شد" + +msgid "and" +msgstr "و" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "{fields} برای {name} \"{object}\" تغییر یافتند." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "{fields} تغییر یافتند." + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "{name} \"{object}\" حذف شد." + +msgid "No fields changed." +msgstr "فیلدی تغییر نیافته است." + +msgid "None" +msgstr "هیچ" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" +"برای انتخاب بیش از یکی \"Control\"، یا \"Command\" روی Mac، را پایین نگه " +"دارید." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" +" {name} \"{obj}\" به موفقیت اضافه شد. شما میتوانید در قسمت پایین، آنرا " +"ویرایش کنید." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" +"{name} \"{obj}\" با موفقیت اضافه شد. شما میتوانید {name} دیگری در قسمت پایین " +"اضافه کنید." + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "{name} \"{obj}\" با موفقیت اضافه شد." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" +"{name} \"{obj}\" با موفقیت تغییر یافت. شما میتوانید دوباره آنرا در قسمت " +"پایین ویرایش کنید." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" +"{name} \"{obj}\" با موفقیت تغییر یافت. شما میتوانید {name} دیگری در قسمت " +"پایین اضافه کنید." + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "{name} \"{obj}\" با موفقیت تغییر یافت." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"آیتم ها باید به منظور انجام عملیات بر روی آنها انتخاب شوند. هیچ آیتمی با " +"تغییر نیافته است." + +msgid "No action selected." +msgstr "فعالیتی انتخاب نشده" + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "%(name)s·\"%(obj)s\" با موفقیت حذف شد." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "ایتم%(name)s با کلید اصلی %(key)r وجود ندارد." + +#, python-format +msgid "Add %s" +msgstr "اضافه کردن %s" + +#, python-format +msgid "Change %s" +msgstr "تغییر %s" + +msgid "Database error" +msgstr "خطا در بانک اطلاعاتی" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s با موفقیت تغییر کرد." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "همه موارد %(total_count)s انتخاب شده" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 از %(cnt)s انتخاب شده‌اند" + +#, python-format +msgid "Change history: %s" +msgstr "تاریخچهٔ تغییر: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"برای حذف %(class_name)s %(instance)s لازم است اشیای حفاظت شدهٔ زیر هم حذف " +"شوند: %(related_objects)s" + +msgid "Django site admin" +msgstr "مدیریت وب‌گاه Django" + +msgid "Django administration" +msgstr "مدیریت Django" + +msgid "Site administration" +msgstr "مدیریت وب‌گاه" + +msgid "Log in" +msgstr "ورود" + +#, python-format +msgid "%(app)s administration" +msgstr "مدیریت ‎%(app)s‎" + +msgid "Page not found" +msgstr "صفحه یافت نشد" + +msgid "We're sorry, but the requested page could not be found." +msgstr "شرمنده، صفحه مورد تقاضا یافت نشد." + +msgid "Home" +msgstr "شروع" + +msgid "Server error" +msgstr "خطای سرور" + +msgid "Server error (500)" +msgstr "خطای سرور (500)" + +msgid "Server Error (500)" +msgstr "خطای سرور (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"مشکلی پیش آمده. این مشکل از طریق ایمیل به مدیران سایت اطلاع داده شد و به " +"زودی اصلاح میگردد. از صبر شما ممنونیم" + +msgid "Run the selected action" +msgstr "اجرای حرکت انتخاب شده" + +msgid "Go" +msgstr "برو" + +msgid "Click here to select the objects across all pages" +msgstr "برای انتخاب موجودیت‌ها در تمام صفحات اینجا را کلیک کنید" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "انتخاب تمامی %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "لغو انتخاب‌ها" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"ابتدا یک نام کاربری و گذرواژه وارد کنید. سپس می توانید مشخصات دیگر کاربر را " +"ویرایش کنید." + +msgid "Enter a username and password." +msgstr "یک نام کاربری و رمز عبور را وارد کنید." + +msgid "Change password" +msgstr "تغییر گذرواژه" + +msgid "Please correct the error below." +msgstr "لطفاً خطای زیر را تصحیح کنید." + +msgid "Please correct the errors below." +msgstr "لطفاً خطاهای زیر را تصحیح کنید." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "برای کابر %(username)s یک گذرنامهٔ جدید وارد کنید." + +msgid "Welcome," +msgstr "خوش آمدید،" + +msgid "View site" +msgstr "نمایش وبگاه" + +msgid "Documentation" +msgstr "مستندات" + +msgid "Log out" +msgstr "خروج" + +#, python-format +msgid "Add %(name)s" +msgstr "اضافه‌کردن %(name)s" + +msgid "History" +msgstr "تاریخچه" + +msgid "View on site" +msgstr "مشاهده در وب‌گاه" + +msgid "Filter" +msgstr "فیلتر" + +msgid "Remove from sorting" +msgstr "حذف از مرتب سازی" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "اولویت مرتب‌سازی: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "تعویض مرتب سازی" + +msgid "Delete" +msgstr "حذف" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"حذف %(object_name)s·'%(escaped_object)s' می تواند باعث حذف اشیاء مرتبط شود. " +"اما حساب شما دسترسی لازم برای حذف اشیای از انواع زیر را ندارد:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"حذف %(object_name)s '%(escaped_object)s' نیاز به حذف موجودیت‌های مرتبط محافظت " +"شده ذیل دارد:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"آیا مطمئنید که می‌خواهید %(object_name)s·\"%(escaped_object)s\" را حذف کنید؟ " +"کلیهٔ اشیای مرتبط زیر حذف خواهند شد:" + +msgid "Objects" +msgstr "اشیاء" + +msgid "Yes, I'm sure" +msgstr "بله، مطمئن هستم." + +msgid "No, take me back" +msgstr "نه، من را برگردان" + +msgid "Delete multiple objects" +msgstr "حذف اشیاء متعدد" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"حذف %(objects_name)s انتخاب شده منجر به حذف موجودیت‌های مرتبط خواهد شد، ولی " +"شناسه شما اجازه حذف اینگونه از موجودیت‌های ذیل را ندارد:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"حذف %(objects_name)s انتخاب شده نیاز به حذف موجودیت‌های مرتبط محافظت شده ذیل " +"دارد:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"آیا در خصوص حذف %(objects_name)s انتخاب شده اطمینان دارید؟ تمام موجودیت‌های " +"ذیل به همراه موارد مرتبط با آنها حذف خواهند شد:" + +msgid "Change" +msgstr "تغییر" + +msgid "Delete?" +msgstr "حذف؟" + +#, python-format +msgid " By %(filter_title)s " +msgstr "براساس %(filter_title)s " + +msgid "Summary" +msgstr "خلاصه" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "مدلها در برنامه %(name)s " + +msgid "Add" +msgstr "اضافه کردن" + +msgid "You don't have permission to edit anything." +msgstr "شما اجازهٔ ویرایش چیزی را ندارید." + +msgid "Recent actions" +msgstr "فعالیتهای اخیر" + +msgid "My actions" +msgstr "فعالیتهای من" + +msgid "None available" +msgstr "چیزی در دسترس نیست" + +msgid "Unknown content" +msgstr "محتوا ناشناخته" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"در نصب بانک اطلاعاتی شما مشکلی وجود دارد. مطمئن شوید که جداول مربوطه به " +"درستی ایجاد شده‌اند و اطمینان حاصل کنید که بانک اطلاعاتی توسط کاربر مربوطه " +"قابل خواندن می باشد." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"شما به عنوان %(username)sوارد شده اید. ولی اجازه مشاهده صفحه فوق را نداریدو " +"آیا مایلید با کاربر دیگری وارد شوید؟" + +msgid "Forgotten your password or username?" +msgstr "گذرواژه یا نام کاربری خود را فراموش کرده‌اید؟" + +msgid "Date/time" +msgstr "تاریخ/ساعت" + +msgid "User" +msgstr "کاربر" + +msgid "Action" +msgstr "عمل" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"این شیء تاریخچهٔ تغییرات ندارد. احتمالا این شیء توسط وب‌گاه مدیریت ایجاد نشده " +"است." + +msgid "Show all" +msgstr "نمایش همه" + +msgid "Save" +msgstr "ذخیره" + +msgid "Popup closing..." +msgstr "در حال بستن پنجره..." + +#, python-format +msgid "Change selected %(model)s" +msgstr "تغییر دادن %(model)s انتخاب شده" + +#, python-format +msgid "Add another %(model)s" +msgstr "افزدون %(model)s دیگر" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "حذف کردن %(model)s انتخاب شده" + +msgid "Search" +msgstr "جستجو" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s نتیجه" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "در مجموع %(full_result_count)s تا" + +msgid "Save as new" +msgstr "ذخیره به عنوان جدید" + +msgid "Save and add another" +msgstr "ذخیره و ایجاد یکی دیگر" + +msgid "Save and continue editing" +msgstr "ذخیره و ادامهٔ ویرایش" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "متشکر از اینکه مدتی از وقت خود را به ما اختصاص دادید." + +msgid "Log in again" +msgstr "ورود دوباره" + +msgid "Password change" +msgstr "تغییر گذرواژه" + +msgid "Your password was changed." +msgstr "گذرواژهٔ شما تغییر یافت." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"گذرواژهٔ قدیمی خود را، برای امنیت بیشتر، وارد کنید و سپس گذرواژهٔ جدیدتان را " +"دوبار وارد کنید تا ما بتوانیم چک کنیم که به درستی تایپ کرده‌اید." + +msgid "Change my password" +msgstr "تغییر گذرواژهٔ من" + +msgid "Password reset" +msgstr "ایجاد گذرواژهٔ جدید" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "گذرواژهٔ جدیدتان تنظیم شد. اکنون می‌توانید وارد وب‌گاه شوید." + +msgid "Password reset confirmation" +msgstr "تأیید گذرواژهٔ جدید" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"گذرواژهٔ جدیدتان را دوبار وارد کنید تا ما بتوانیم چک کنیم که به درستی تایپ " +"کرده‌اید." + +msgid "New password:" +msgstr "گذرواژهٔ جدید:" + +msgid "Confirm password:" +msgstr "تکرار گذرواژه:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"پیوند ایجاد گذرواژهٔ جدید نامعتبر بود، احتمالاً به این علت که قبلاً از آن " +"استفاده شده است. لطفاً برای یک گذرواژهٔ جدید درخواست دهید." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"دستورالعمل تنظیم گذرواژه را برایتان ایمیل کردیم. اگر با ایمیلی که وارد کردید " +"اکانتی وجود داشت باشد باید به زودی این دستورالعمل‌ها را دریافت کنید." + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"اگر ایمیلی دریافت نمی‌کنید، لطفاً بررسی کنید که آدرسی که وارد کرده‌اید همان است " +"که با آن ثبت نام کرده‌اید، و پوشهٔ اسپم خود را نیز چک کنید." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"شما این ایمیل را بخاطر تقاضای تغییر رمز حساب در %(site_name)s. دریافت کرده " +"اید." + +msgid "Please go to the following page and choose a new password:" +msgstr "لطفاً به صفحهٔ زیر بروید و یک گذرواژهٔ جدید انتخاب کنید:" + +msgid "Your username, in case you've forgotten:" +msgstr "نام کاربری‌تان، چنانچه احیاناً یادتان رفته است:" + +msgid "Thanks for using our site!" +msgstr "ممنون از استفادهٔ شما از وب‌گاه ما" + +#, python-format +msgid "The %(site_name)s team" +msgstr "گروه %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"رمز خود را فراموش کرده اید؟ آدرس ایمیل خود را در زیر وارد کنید، و ما روش " +"تنظیم رمز جدید را برایتان می فرستیم." + +msgid "Email address:" +msgstr "آدرس ایمیل:" + +msgid "Reset my password" +msgstr "ایجاد گذرواژهٔ جدید" + +msgid "All dates" +msgstr "همهٔ تاریخ‌ها" + +#, python-format +msgid "Select %s" +msgstr "%s انتخاب کنید" + +#, python-format +msgid "Select %s to change" +msgstr "%s را برای تغییر انتخاب کنید" + +msgid "Date:" +msgstr "تاریخ:" + +msgid "Time:" +msgstr "زمان:" + +msgid "Lookup" +msgstr "جستجو" + +msgid "Currently:" +msgstr "در حال حاضر:" + +msgid "Change:" +msgstr "تغییر یافته:" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/fa/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/fa/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..89b4ed0f130c56127323848354d6e21892fa030f GIT binary patch literal 5035 zcmbuBUu+yl9mfY6pg2%yp@l*z)6o1QxwD;wq`FX{;Kn5ZH&Jr56!EfmH}-A0+qHK0 z>=+>hSB@POzaRo_5eO6ncC94Nf0_sd1e6DasCZ)6MpcD`c;o>p@xTM0-|U?4oS3%I zmFK=YGr#%G_xJt%X4bFVweCBLXBX{0+Rxvn)T7{6ZsUjN*gB>5fD_<5!3z#w1m8jb z7q0&j_#XPdcm2%atKfSX|C__t9Nxy_9>(tk-woaeejMBcZUP6v+rg&8F;MnD4&p*h zgYN>r>H6Px_#DWe`T;)@!jD1mGY87L^Wc}jD_|MC1E(@y1;xGrir-O?KXr^B;dvYs zp3i{d=M;Dfd>;H3SY#0{)h|Ku_gio;_%bN#)-(7$@NQ7nod-w3{Y-uUyz20G;NA3J zas7X~{_T+XAmjIg_kcUWuaT>R;12pPt{SoAb;x94iA7E z=|2vB0{pteAA#cMH=yj7f}a8Z4juw~Nh+`EI4JwfI(!zCb*J6@RX6@?P;~i&!#{zd zNRi>{I|n_JMw*=0cD?O9i9fo{w#>8x(xECe#MX2{SnN-KZE}Oud<1Z zFT6kJaRvM`{TrZ+-+L!>;Dg|LbbT4TPJj6>v;@CPP=e1p{Jz51~JcMf>$pxXQEwt^lowSeAkV|c)X`1AvpC&ZQK%@#@1Me!+PVEYLM{CfT<>?_PTSswO4Ew)owj1ux~W- z8){!`q!lM>-ll{neysUR>P9#G7^R1`*OlO+jlbzlv~v=NO`|Ilu8RC%M3y$SA6OTa@ECD4!g1{p z3NwMOO46L2-jEl{1{94js+eTlU?aOHeP6@NISQc?L) zL~bPsizAP|46>=r92F+{T=Dg(VWhjM#jLE!NVGx@HEtoNCrnb*ha1L=O;BweIhLB8eMQka^b*z2jS$$?=@SKM_8Z28{oY21fGg`*J0 zNl}FXZzdsKdNA@y*}B2*v7s=Kv7zpZ%|Yb4l;$>)&1I`&6NSkKVDf)W2g}-;TaM3=2ohm@ht8+3hLx^|Pe3YxlN3 zo}MpwaZ)HpUJy6DB#cV>aM+sg^u9{Pi({YZV5H@Zm_pfjO(umUx^Jl`$!Mv!cYJ)j zn8;#(*c>ZX!)9+zzYPtyym#2^-P$vBU}%3Q(Eegy&p;R?CV&8Eu%r`nEa@F>cz&=~ ziZ6;y^6(eSgN27WcCy#7i3&ntx2wx%A@7=QN$mrqhM=9E0;Zy__y)Gk^KUtQ}oc%U5-JC7n;t z+PC@iTDmBU(-*Uu^nyxHXD8DO%d^=OuS<(`E~N`d zOsVWfHce7QB3ND^jniuBIq7F7b6c{JO$mF(@$gd&L{n@p@xrj^EviWRFQ@aWo#h3r z&tx+tszVk?%tD7^SU@03DP2jGV=|LrSeJ;}f4Y6t+aiev*7mu@j1DzaT1U zg5|Z?)&ajKWPdlVW%Kl$&8moU8fG}s4Dutc*z#;Ph2M*8CFh}Y@UXRfL@SMQmM%LY zCk{7s+iqYZ%a|Nvc!oU8XESS-jf-p&9`Gk!o#47Xx?}%8#@9{%zXzMgN=S%DRq8hi z)aH&5DL5%Fxo*h8S^?*2zKOfC8I~fv$U%`E(>Y}mBN^?S7tJZ^h{6=fbQhM*mDCh^ zoEX$y zMYa7QaCgY9WV0DLa8lnZtZ_o7NEfV literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/fa/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/fa/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..441194c --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/fa/LC_MESSAGES/djangojs.po @@ -0,0 +1,219 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Ali Nikneshan , 2011-2012 +# Alireza Savand , 2012 +# Ali Vakilzade , 2015 +# Jannis Leidel , 2011 +# Pouya Abbassi, 2016 +# Reza Mohammadi , 2014 +# Sina Cheraghi , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-07-01 20:46+0000\n" +"Last-Translator: Pouya Abbassi\n" +"Language-Team: Persian (http://www.transifex.com/django/django/language/" +"fa/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fa\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#, javascript-format +msgid "Available %s" +msgstr "%sی موجود" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"این لیست%s های در دسترس است. شما ممکن است برخی از آنها را در محل زیرانتخاب " +"نمایید و سپس روی \"انتخاب\" بین دو جعبه کلیک کنید." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "برای غربال فهرست %sی موجود درون این جعبه تایپ کنید." + +msgid "Filter" +msgstr "غربال" + +msgid "Choose all" +msgstr "انتخاب همه" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "برای انتخاب یکجای همهٔ %s کلیک کنید." + +msgid "Choose" +msgstr "انتخاب" + +msgid "Remove" +msgstr "حذف" + +#, javascript-format +msgid "Chosen %s" +msgstr "%s انتخاب شده" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"این فهرست %s های انتخاب شده است. شما ممکن است برخی از انتخاب آنها را در محل " +"زیر وارد نمایید و سپس روی \"حذف\" جهت دار بین دو جعبه حذف شده است." + +msgid "Remove all" +msgstr "حذف همه" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "برای حذف یکجای همهٔ %sی انتخاب شده کلیک کنید." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] " %(sel)s از %(cnt)s انتخاب شده‌اند" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"شما تغییراتی در بعضی فیلدهای قابل تغییر انجام داده اید. اگر کاری انجام " +"دهید، تغییرات از دست خواهند رفت" + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"شما کاری را انتخاب کرده اید، ولی هنوز تغییرات بعضی فیلد ها را ذخیره نکرده " +"اید. لطفا OK را فشار دهید تا ذخیره شود.\n" +"شما باید عملیات را دوباره انجام دهید." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"شما عملی را انجام داده اید، ولی تغییری انجام نداده اید. احتمالا دنبال کلید " +"Go به جای Save میگردید." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "توجه: شما %s ساعت از زمان سرور جلو هستید." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "توجه: شما %s ساعت از زمان سرور عقب هستید." + +msgid "Now" +msgstr "اکنون" + +msgid "Choose a Time" +msgstr "یک زمان انتخاب کنید" + +msgid "Choose a time" +msgstr "یک زمان انتخاب کنید" + +msgid "Midnight" +msgstr "نیمه‌شب" + +msgid "6 a.m." +msgstr "۶ صبح" + +msgid "Noon" +msgstr "ظهر" + +msgid "6 p.m." +msgstr "۶ بعدازظهر" + +msgid "Cancel" +msgstr "انصراف" + +msgid "Today" +msgstr "امروز" + +msgid "Choose a Date" +msgstr "یک تاریخ انتخاب کنید" + +msgid "Yesterday" +msgstr "دیروز" + +msgid "Tomorrow" +msgstr "فردا" + +msgid "January" +msgstr "ژانویه" + +msgid "February" +msgstr "فوریه" + +msgid "March" +msgstr "مارس" + +msgid "April" +msgstr "آوریل" + +msgid "May" +msgstr "می" + +msgid "June" +msgstr "ژوئن" + +msgid "July" +msgstr "جولای" + +msgid "August" +msgstr "آگوست" + +msgid "September" +msgstr "سپتامبر" + +msgid "October" +msgstr "اکتبر" + +msgid "November" +msgstr "نوامبر" + +msgid "December" +msgstr "دسامبر" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "ی" + +msgctxt "one letter Monday" +msgid "M" +msgstr "د" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "س" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "چ" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "پ" + +msgctxt "one letter Friday" +msgid "F" +msgstr "ج" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "ش" + +msgid "Show" +msgstr "نمایش" + +msgid "Hide" +msgstr "پنهان کردن" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/fi/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/fi/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..25dbb3498df1d60e27fbe66531f662542b4d5754 GIT binary patch literal 14591 zcmc(ld5~pSUB@pW5EuxA1VS_*CliM0PP*UpOvv^!OOnYXnVHN&x-&xvak%~7?S8l4 zefPfHrF$L(0}=!R1Z9bA0#-)+14RKVYL!|_qxl1>(1H@R3ak>8stA;Ye;|~gpYJ*6 zzNKd=D6I0l5 zF9RxAXi}@CD#A`Pl?s28zBbLCwDddQHt-n;AJqsBfNubg zfXBfvf|~D2HYGV;1!~;&p!m24)b}Hx_;(BxeFISIybY9m9|0wYkAbi>_zbA^J`ZXi zPlB5F@BQ;PK+XSM|NLW6dimVT*c&(nz6^XNXut)q1S{|;_!Rgy@Fs-N1lK{W`x8*~ zKK~aTU6+E0Ah-%-iC`xvx)wlK8Qcp>jwz^h-wta0`$5V7BcS&8JK$B|pMs+ETcG%* z2krYpQ2J{?^`8d+0Ne#`0ly1QgO^|w;=?X*H@FXEs^DR84*WQXNP@owEAZRkTfzHZ z>h$xQ;H!E59w_?mKq;i3ukv^t6u<8WwN3(x&n2jRKMacQcYqrI7D+i2Wq_*D7{QU&GQzI?*pZ$kAqt8&q1~n{0%7mehR!6 z{BKZtzGJK7(*aQP+z)D<9(X=jfzJeA4{ASe2DQ%*g5uX_zze{C0X5%K;IDw^A>0SS zH-jGse*z}p$EJheli+i%a`b!_6un;nHP1Id*~Pzsw}3waAvM^EGHE|8a1l(vZQz%| zRq%g6jbEK{a`_eT5YO)c_5SOi^zvUpjql95^}h&8FTM_52>uY%`WH0Z{x1hHp}>IB z$KBw0;2}`^Jqn619gh!zqVqBEIpD`Zt^X-d{QVp#d9Q<#$3KFYQtuJPBg@!4E*m>4n=JKQ9M0|Fxjxbq6SWcpa$u3lNb6kAlw! z{}`0Kp9D97Ujjwv*FZ=Mz6)xdm+WwSx)Btg?f{<$-UnU`u7Ga=-v}a-;Az)5e>Mwh z-s7O&FM_hKM?nMrAt*Wj9jNjD1wH~k_)0hb1t@LI^QEBV^d?aBJ_^dd-Uq%2{4G%H zd=8X-`~@gEd<7JJ{|sus-v<$OaNc!py*W_*{szD-9~HD=4mb3UfR91f)>$!lcwtpv_4IGjM#$@ z&~)vfX>ZaSUGnGReWC|0NDXeccgO?$b$>6r+edrAKi>#G>hERyTWM|DRsP)_AnwoR zKYE49+H0BLTWR8pu1jd*xi0Cnt`*vcXjjuDzxU8|RkYCFjed@CE8RZeU%eBQFL;D@ zi1udM_$7b#0^0j&@1?ziR$qs?k-T337~Dj=hPIpbF4}8oucN(@b|>u!P1g%) zMmPS-K-tB0{`o%eeA+Fv7t=mSyP5WO+J&^|((3E2+@!SE`xmm?D`<=US$_3;+D_Wr z{JX&1Ixt(Nmg1z0@)KoTCed_Zf-O^Fzt2tB?!{?blzCXjS<35H5*EdYH0-I{mZ>-` z$}ny5pl?}~miD#(z7`gy)d|z(sBMa>)ryK@sY;ST{!OxQu!Q z%%{&{!2)IK4^};>J3aEV_D1ccHL{^^VpthF}s4jhjQ(xi^Vh zU4zyjuFSu;au~9rm1hMUf&2Y%8S(GU(xo`>4e4arD$k>|Oa{&1wy+Er!y+bDksA8C6WvL;Py4laO(wg*8LHr&N=9E`lui)akC99rgqe*N%-6XdD zyj1)gE6P=xI34Z0wnM+e8M9cGvisbGE$c9?|4X-)rW3A4rXS_KxF}Gr4X$8h+2x>* z!^GfgrcIJNCV$_d_8vc{Y<|{d{(o4pLh#ErM$y~c+X83kJ_WaBt*VFFxhT7@7sd%+ z+C;LV8SG05%_cNyv^F$UTx)LCxGMOzlK`Ei%e%Ks>Cpv~o!k7&#&ClAqjib3D{2I{ z+t?4}MLA=j!mf7a&Ss$#r8Cl)t19}%r6}tw(iKde<;z)FMyb=X zdQ}7Y^$L5=)@hG%TetcdjWdPdL13A&8(E7)iute@gW`wgP}rIo^Qd;0C2@eS%y(yoOWeO? zqh~vl>Eux>im@JgSh8jej!}-Z7j~mzgxyLH%WPbr9Fmu}ohOf$ArVL3wuy?{XsZ+9 z-YqkVe%MoVZAW<{*l%NMuPRE#)SqTZUY;}2&M)t>qtJsSaF>urr!BL`{P2!eF zN!vWSFzoj>dd9$_a>Ju(xuEFCWoT)xCr27EtCM0YBSexyYKt~BI&Ey6^?R|QgEKJ= zucsO}+zIQnN*o%J?4_mJMN4WnBMT8YSz^tqUO12fw9vHKB1&;DDB+MQx2V;g2}e?{ z#VxcZGiw@}8e(z0G_YDI*RGUJ^7ND{clT@pvg z*1!B8(t&?P!^O=}P*Qed`Pk}YWXT(xXEQjO^{c*VC0T)UXfztZ-BB-FjXap8JnO-d zT&{z6=!h9l=I*YXeh*E}nN=`P$h1FpY3v!aS^VfFy2Ydwii5w@>>6V@CLxnxo^-C& z0d&GpB00R%4xL@r@07!BJbl=+LX`{;1@lpkG|fJxZ)RuI+dXyd+}!leZQL=9{pM1; z@dsl&1@oP3O^ISKKa5g%B!3K?$K{nB$Va?uiahQ(WrfOV!ex#2Xqb@p69^jk(AxD$ zQaFS>0;;D}{+ztJl~q@7oPy zyzwigj_`~dvJ$(3Hb&?|H|#(~L1|#a>@VwgdDKTF3VhCTEmy{B4Ow28)j0G~T_?Dr zV^ewj+fsZ|yYDao-pGu}!0KNgg^Q?2hzgXWhrxB+t;;_r6Wq|7mGS2{5s8{)izw7U zTv9y8l37vop!B{bV&&x57+|--0-|mP3z96q%gdxiwFkK;?WQCdfky=x5~4D=2jvWo z#RNp+u~^_9?A`HbE4dUixgaNY@A$r@TVR65Zek&igDm zk!P0+jWZ@Dz>w|uV}PxG=%h}3(b6uz(tOr|OBe1{xxk5~&UomF%mnvF zh1!hSzm?Ba7y^wA*VwBw~Ebdr*W-{2lgg3H&=aMZEsY?uzLmusl6#NoCnOSOvNcv2gU zRvrl`90o*hc1qak;?mxl3PT9rGBswkcByCX;E}EI8BwViV?Xe#-3|tT*2P+Dg9(YYQ z$`k_80f+M#Y1j9Iz*}A1uJ5q@JP;kh(L7TvZgzir_E?nbl-V?Gdp6p1w{;M+hl=I6 zJ$q}lT+A+HO|$9fk%ig4iVF0dRY9U@cFb+RZg%e4+3nYx9oICs@3?wy$J`tpXYY4#{ldF*hBxMU`1jW4)qjQdeUscI~){qlwBbyQWfe#V)gb`ld|*8hMs-@a!N- z)=%~0G7HX8bLzE*eSJ*g)F8lTV~DRt{BSKPu0jsNA2iE zF}y9aI3*U3io$*{PR@TAFQt*w*zYBo$Yg1_e$DBX91l7|zqfje{qiVfNI23o` zYZ;R16!}G5@hi7F>4ncYth6XW87+UYN+OV10P%fL^V-5}0pWuuTp@ayg z^y7)anos(G4dbecum_=GvtBtqePzpgs#*0Kqw?^)8(hyB66U&2lA05T%AYt&My`;} z#4&j-5d?V;#DJQhW^jZ$c)jC2!9FO+;x;UC8&^u{<#q@~?}lOEQHi{}tqPZA#Gx${ z9}D9S6BHqTQVG*A*!X;?sxSwyQqVS%x}Uje=ao%Oh<8Jkcwx|4iP97)YAP#g0we^Q za{W|6b4!F>R5Y%)YZ*jc2=e09N;id_sKnS= zYcCGLY=)diwC8ZF>_kA;ii5)5@uZ&cf%a5$O`=$SM_1l*g6t4kW;-~ zXOBZPX@W@h&0Q{}i>t85u6;F^`JYNHeAubmpT=5~TEEXa`si!dA=xX+}^2fdY^Y0=ZI)NjNu zI>w8M1!8od7UK*qT)v!B4gQ!s-g{UQGy5KGB)*=;s}Kdlc{GCq8TmijDyys+RoipT z6ZX#0B}Rc+*zp5f9v9L$GtObyKh0v^56yTH)NW}^43i6tGoxYVM{MX;bH@IA zOuaDz@+8}ED9lH+h_pp~9L{e2RFA{G({Ka{$2nYAmDIYXf#VeUT4~j~Tf~+n)F0~5 zFp39(IU2W-$>zOfo@_Q#qMWKT+!~gmr_u4wit>{Qf9?GzIZda`BAU3duf#>KR?dt_ z$4jXrHi+4Anv~vk6x_5I1#s)t3kj7?rFN^*OJuo`59~K``9R)vqsDr`A^yDB4Xw7} z{YkzXf%P=j)|q>NI&y?8&%^=;?h)kLW0`&JuCH z65<$aGU5-a3>5N|EB5hQb^-pEI&x?L}PNGgI$DXAHsHdV&|dZ0!vhM+p2lCL!7M1uNu5eFYC z9Boxrm5Sg;Co(gfaK3`?z|Yy!3rcZV3?1z+jpgIz(AcLvAq{PSlMZ&rT2@G!x0-mB zICJ#pmeD7?QsU$Zr^v3la{D%&wq9z~QPxk+d}r9L$V^!r9+7C*w=QOof08zj-ukS6 z1e#GE1e&fqmxG3Gln(W4dHo|AI}mXh@6T_ICdNi z-jL&nijA(-&$Ecc>luIsnM;Us;^YsSW*IP{IqU&e5`@R1t`uKhB_eJr4wB{IDEe{O?NSpUZaOib z5meY@UYH)_S;MA&?OkdYS_`TY{wzoCNy-Dc=q`$jig+E zA~-n841?MRldRu|B?|TRE71X0G2IT?r5q=!$w@*?fpB)E9(LynwB>**Ffy|#ycN7l z|J3(1LHI1N&i|z0!vxUkl&UFcnvTY{pdmFM6Q<44J?BvdB5%)Te2SXzOni`Ur*P3wx`2}ya|UAhcR~r*l}uQq;t%P}WzQI+z0`@K%+%#qZjf>; zDTorzk)n;x6le`vsA3A`)RH8EzC2pOD^4f;H(8y@b-FFltve&>FE!iYzF#>KhdJ#wMtPIBVAoyQ@r*w({ literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/fi/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/fi/LC_MESSAGES/django.po new file mode 100644 index 0000000..d0e7df6 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/fi/LC_MESSAGES/django.po @@ -0,0 +1,680 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Aarni Koskela, 2015 +# Antti Kaihola , 2011 +# Jannis Leidel , 2011 +# Klaus Dahlén , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 09:09+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Finnish (http://www.transifex.com/django/django/language/" +"fi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d \"%(items)s\"-kohdetta poistettu." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Ei voida poistaa: %(name)s" + +msgid "Are you sure?" +msgstr "Oletko varma?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Poista valitut \"%(verbose_name_plural)s\"-kohteet" + +msgid "Administration" +msgstr "Hallinta" + +msgid "All" +msgstr "Kaikki" + +msgid "Yes" +msgstr "Kyllä" + +msgid "No" +msgstr "Ei" + +msgid "Unknown" +msgstr "Tuntematon" + +msgid "Any date" +msgstr "Mikä tahansa päivä" + +msgid "Today" +msgstr "Tänään" + +msgid "Past 7 days" +msgstr "Viimeiset 7 päivää" + +msgid "This month" +msgstr "Tässä kuussa" + +msgid "This year" +msgstr "Tänä vuonna" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Ole hyvä ja syötä henkilökuntatilin %(username)s ja salasana. Huomaa että " +"kummassakin kentässä isoilla ja pienillä kirjaimilla saattaa olla merkitystä." + +msgid "Action:" +msgstr "Toiminto:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Lisää toinen %(verbose_name)s" + +msgid "Remove" +msgstr "Poista" + +msgid "action time" +msgstr "tapahtumahetki" + +msgid "user" +msgstr "käyttäjä" + +msgid "content type" +msgstr "sisältötyyppi" + +msgid "object id" +msgstr "kohteen tunniste" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "kohteen tiedot" + +msgid "action flag" +msgstr "tapahtumatyyppi" + +msgid "change message" +msgstr "selitys" + +msgid "log entry" +msgstr "lokimerkintä" + +msgid "log entries" +msgstr "lokimerkinnät" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "Lisätty \"%(object)s\"." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "Muokattu \"%(object)s\" - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "Poistettu \"%(object)s.\"" + +msgid "LogEntry Object" +msgstr "Lokimerkintätietue" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "Lisätty." + +msgid "and" +msgstr "ja" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "Ei muutoksia kenttiin." + +msgid "None" +msgstr "Ei arvoa" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" +" Pidä \"Ctrl\" (tai Macin \"Command\") pohjassa valitaksesi useita " +"vaihtoehtoja." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Kohteiden täytyy olla valittuna, jotta niihin voi kohdistaa toimintoja. " +"Kohteita ei ole muutettu." + +msgid "No action selected." +msgstr "Ei toimintoa valittuna." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "%(name)s \"%(obj)s\" on poistettu." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "%(name)s perusavaimella %(key)r ei ole olemassa." + +#, python-format +msgid "Add %s" +msgstr "Lisää %s" + +#, python-format +msgid "Change %s" +msgstr "Muokkaa %s" + +msgid "Database error" +msgstr "Tietokantavirhe" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s on muokattu." +msgstr[1] "%(count)s \"%(name)s\"-kohdetta on muokattu." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s valittu" +msgstr[1] "Kaikki %(total_count)s valittu" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 valittuna %(cnt)s mahdollisesta" + +#, python-format +msgid "Change history: %s" +msgstr "Muokkaushistoria: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"%(class_name)s %(instance)s poistaminen vaatisi myös seuraavien suojattujen " +"liittyvien kohteiden poiston: %(related_objects)s" + +msgid "Django site admin" +msgstr "Django-sivuston ylläpito" + +msgid "Django administration" +msgstr "Djangon ylläpito" + +msgid "Site administration" +msgstr "Sivuston ylläpito" + +msgid "Log in" +msgstr "Kirjaudu sisään" + +#, python-format +msgid "%(app)s administration" +msgstr "%(app)s-ylläpito" + +msgid "Page not found" +msgstr "Sivua ei löydy" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Pahoittelemme, pyydettyä sivua ei löytynyt." + +msgid "Home" +msgstr "Etusivu" + +msgid "Server error" +msgstr "Palvelinvirhe" + +msgid "Server error (500)" +msgstr "Palvelinvirhe (500)" + +msgid "Server Error (500)" +msgstr "Palvelinvirhe (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Sattui virhe. Virheestä on huomautettu sivuston ylläpitäjille sähköpostitse " +"ja se korjautunee piakkoin. Kiitos kärsivällisyydestä." + +msgid "Run the selected action" +msgstr "Suorita valittu toiminto" + +msgid "Go" +msgstr "Suorita" + +msgid "Click here to select the objects across all pages" +msgstr "Klikkaa tästä valitaksesi kohteet kaikilta sivuilta" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Valitse kaikki %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Tyhjennä valinta" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Syötä ensin käyttäjätunnus ja salasana. Sen jälkeen voit muokata muita " +"käyttäjän tietoja." + +msgid "Enter a username and password." +msgstr "Syötä käyttäjätunnus ja salasana." + +msgid "Change password" +msgstr "Vaihda salasana" + +msgid "Please correct the error below." +msgstr "Korjaa allaolevat virheet." + +msgid "Please correct the errors below." +msgstr "Korjaa allaolevat virheet." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Syötä käyttäjän %(username)s uusi salasana." + +msgid "Welcome," +msgstr "Tervetuloa," + +msgid "View site" +msgstr "Näytä sivusto" + +msgid "Documentation" +msgstr "Ohjeita" + +msgid "Log out" +msgstr "Kirjaudu ulos" + +#, python-format +msgid "Add %(name)s" +msgstr "Lisää %(name)s" + +msgid "History" +msgstr "Muokkaushistoria" + +msgid "View on site" +msgstr "Näytä lopputulos" + +msgid "Filter" +msgstr "Suodatin" + +msgid "Remove from sorting" +msgstr "Poista järjestämisestä" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Järjestysprioriteetti: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Kytke järjestäminen" + +msgid "Delete" +msgstr "Poista" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Kohteen '%(escaped_object)s' (%(object_name)s) poisto poistaisi myös siihen " +"liittyviä kohteita, mutta sinulla ei ole oikeutta näiden kohteiden " +"poistamiseen:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"%(object_name)s '%(escaped_object)s': poistettaessa joudutaan poistamaan " +"myös seuraavat suojatut siihen liittyvät kohteet:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Haluatko varmasti poistaa kohteen \"%(escaped_object)s\" (%(object_name)s)? " +"Myös seuraavat kohteet poistettaisiin samalla:" + +msgid "Objects" +msgstr "Kohteet" + +msgid "Yes, I'm sure" +msgstr "Kyllä, olen varma" + +msgid "No, take me back" +msgstr "Ei, mennään takaisin" + +msgid "Delete multiple objects" +msgstr "Poista useita kohteita" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Jos valitut %(objects_name)s poistettaisiin, jouduttaisiin poistamaan niihin " +"liittyviä kohteita. Sinulla ei kuitenkaan ole oikeutta poistaa seuraavia " +"kohdetyyppejä:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Jos valitut %(objects_name)s poistetaan, pitää poistaa myös seuraavat " +"suojatut niihin liittyvät kohteet:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Haluatki varmasti poistaa valitut %(objects_name)s? Samalla poistetaan " +"kaikki alla mainitut ja niihin liittyvät kohteet:" + +msgid "Change" +msgstr "Muokkaa" + +msgid "Delete?" +msgstr "Poista?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " %(filter_title)s " + +msgid "Summary" +msgstr "Yhteenveto" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "%(name)s -applikaation mallit" + +msgid "Add" +msgstr "Lisää" + +msgid "You don't have permission to edit anything." +msgstr "Sinulla ei ole oikeutta muokata mitään." + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "Ei yhtään" + +msgid "Unknown content" +msgstr "Tuntematon sisältö" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Tietokanta-asennuksessa on jotain vialla. Varmista, että sopivat taulut on " +"luotu ja että oikea käyttäjä voi lukea tietokantaa." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Olet kirjautunut käyttäjänä %(username)s, mutta sinulla ei ole pääsyä tälle " +"sivulle. Haluaisitko kirjautua eri tilille?" + +msgid "Forgotten your password or username?" +msgstr "Unohditko salasanasi tai käyttäjätunnuksesi?" + +msgid "Date/time" +msgstr "Pvm/klo" + +msgid "User" +msgstr "Käyttäjä" + +msgid "Action" +msgstr "Tapahtuma" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Tällä kohteella ei ole muutoshistoriaa. Sitä ei ole ilmeisesti lisätty tämän " +"ylläpitosivun avulla." + +msgid "Show all" +msgstr "Näytä kaikki" + +msgid "Save" +msgstr "Tallenna ja poistu" + +msgid "Popup closing..." +msgstr "Ponnahdusikkuna sulkeutuu..." + +#, python-format +msgid "Change selected %(model)s" +msgstr "Muuta valittuja %(model)s" + +#, python-format +msgid "Add another %(model)s" +msgstr "Lisää toinen %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Poista valitut %(model)s" + +msgid "Search" +msgstr "Haku" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s osuma" +msgstr[1] "%(counter)s osumaa" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "yhteensä %(full_result_count)s" + +msgid "Save as new" +msgstr "Tallenna uutena" + +msgid "Save and add another" +msgstr "Tallenna ja lisää toinen" + +msgid "Save and continue editing" +msgstr "Tallenna välillä ja jatka muokkaamista" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Kiitos sivuillamme viettämästäsi ajasta." + +msgid "Log in again" +msgstr "Kirjaudu uudelleen sisään" + +msgid "Password change" +msgstr "Salasanan vaihtaminen" + +msgid "Your password was changed." +msgstr "Salasanasi on vaihdettu." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Syötä vanha salasanasi varmistukseksi, ja syötä sitten uusi salasanasi kaksi " +"kertaa, jotta se tulee varmasti oikein." + +msgid "Change my password" +msgstr "Vaihda salasana" + +msgid "Password reset" +msgstr "Salasanan nollaus" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Salasanasi on asetettu. Nyt voit kirjautua sisään." + +msgid "Password reset confirmation" +msgstr "Salasanan nollauksen vahvistus" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Syötä uusi salasanasi kaksi kertaa, jotta voimme varmistaa että syötit sen " +"oikein." + +msgid "New password:" +msgstr "Uusi salasana:" + +msgid "Confirm password:" +msgstr "Varmista uusi salasana:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Salasanan nollauslinkki oli virheellinen, mahdollisesti siksi että se on jo " +"käytetty. Ole hyvä ja pyydä uusi salasanan nollaus." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Sinulle on lähetetty sähköpostitse ohjeet salasanasi asettamiseen, mikäli " +"antamallasi sähköpostiosoitteella on olemassa tili." + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Jos viestiä ei näy, ole hyvä ja varmista syöttäneesi oikea sähköpostiosoite " +"sekä tarkista sähköpostisi roskapostikansio." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Tämä viesti on lähetetty sinulle, koska olet pyytänyt %(site_name)s -" +"sivustolla salasanan palautusta." + +msgid "Please go to the following page and choose a new password:" +msgstr "Määrittele uusi salasanasi oheisella sivulla:" + +msgid "Your username, in case you've forgotten:" +msgstr "Käyttäjätunnuksesi siltä varalta, että olet unohtanut sen:" + +msgid "Thanks for using our site!" +msgstr "Kiitos vierailustasi sivuillamme!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s -sivuston ylläpitäjät" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"Unohditko salasanasi? Syötä sähköpostiosoitteesi alle ja lähetämme sinulle " +"ohjeet uuden salasanan asettamiseksi." + +msgid "Email address:" +msgstr "Sähköpostiosoite:" + +msgid "Reset my password" +msgstr "Nollaa salasanani" + +msgid "All dates" +msgstr "Kaikki päivät" + +#, python-format +msgid "Select %s" +msgstr "Valitse %s" + +#, python-format +msgid "Select %s to change" +msgstr "Valitse muokattava %s" + +msgid "Date:" +msgstr "Pvm:" + +msgid "Time:" +msgstr "Klo:" + +msgid "Lookup" +msgstr "Etsi" + +msgid "Currently:" +msgstr "Tällä hetkellä:" + +msgid "Change:" +msgstr "Muokkaa:" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/fi/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/fi/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..e68cede0d6a06be15202fcbfce55ab3b15a09c21 GIT binary patch literal 3820 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 i!F#zX*ENTK?UghuG1xfd8~>T>1y, 2011 +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 10:11+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Finnish (http://www.transifex.com/django/django/language/" +"fi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Mahdolliset %s" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"Tämä on lista saatavillaolevista %s. Valitse allaolevasta laatikosta " +"haluamasi ja siirrä ne valittuihin klikkamalla \"Valitse\"-nuolta " +"laatikoiden välillä." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Kirjoita tähän listaan suodattaaksesi %s-listaa." + +msgid "Filter" +msgstr "Suodatin" + +msgid "Choose all" +msgstr "Valitse kaikki" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Klikkaa valitaksesi kaikki %s kerralla." + +msgid "Choose" +msgstr "Valitse" + +msgid "Remove" +msgstr "Poista" + +#, javascript-format +msgid "Chosen %s" +msgstr "Valitut %s" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"Tämä on lista valituista %s. Voit poistaa valintoja valitsemalla ne " +"allaolevasta laatikosta ja siirtämällä ne takaisin valitsemattomiin " +"klikkamalla \"Poista\"-nuolta laatikoiden välillä." + +msgid "Remove all" +msgstr "Poista kaikki" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Klikkaa poistaaksesi kaikki valitut %s kerralla." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s valittuna %(cnt)s mahdollisesta" +msgstr[1] "%(sel)s valittuna %(cnt)s mahdollisesta" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Sinulla on tallentamattomia muutoksia yksittäisissä muokattavissa kentissä. " +"Jos suoritat toiminnon, tallentamattomat muutoksesi katoavat." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Olet valinnut toiminnon, mutta et ole vielä tallentanut muutoksiasi " +"yksittäisiin kenttiin. Paina OK tallentaaksesi. Sinun pitää suorittaa " +"toiminto uudelleen." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Olet valinnut toiminnon etkä ole tehnyt yhtään muutosta yksittäisissä " +"kentissä. Etsit todennäköisesti Suorita-nappia Tallenna-napin sijaan." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Huom: Olet %s tunnin palvelinaikaa edellä." +msgstr[1] "Huom: Olet %s tuntia palvelinaikaa edellä." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Huom: Olet %s tunnin palvelinaikaa jäljessä." +msgstr[1] "Huom: Olet %s tuntia palvelinaikaa jäljessä." + +msgid "Now" +msgstr "Nyt" + +msgid "Choose a Time" +msgstr "Valitse kellonaika" + +msgid "Choose a time" +msgstr "Valitse kellonaika" + +msgid "Midnight" +msgstr "24" + +msgid "6 a.m." +msgstr "06" + +msgid "Noon" +msgstr "12" + +msgid "6 p.m." +msgstr "18:00" + +msgid "Cancel" +msgstr "Peruuta" + +msgid "Today" +msgstr "Tänään" + +msgid "Choose a Date" +msgstr "Valitse päivämäärä" + +msgid "Yesterday" +msgstr "Eilen" + +msgid "Tomorrow" +msgstr "Huomenna" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "Näytä" + +msgid "Hide" +msgstr "Piilota" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/fr/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..db79af91dd8ceb879883f278e0d20c1e3cdfdeb4 GIT binary patch literal 17420 zcmc(md5|4PeaG9_1S3o^2FzgtZ5gqW*?l^U57x3}S(Ytm~J4YYC{`K$d9)0Jm)9y3;j#18~yy}U@d>=frf$P$}dK#ku9HNS(P>b)-9-vw&C_lEliLCN!Hz^8y;2VV$& z2ejZX!2*0COy33G3%(ir0XPnJXsmIMfg0~~pyv57C_29eitpbCVTJiGQ1m?&;bw`< zSs+805m4iA2GxEiC^^{+s-IVb7l0W^7v=+?`1m?;0zdkE zcnAJ1D1JNwUIG3RWGd!z7JnW1N|2>CcY}TKD5!DIhABJ1&EU1*+rUxqo8WcesTN%W zcY}9;M?kIL%Jb+G90N6|K@;`p!&-| z(KiE%jyuBpcY&hkg8`3)=YIj7#`7+_kLGkm(7yEVYf?B`3z#M!46d#{6;^l2C zxRLuwa4UE}sQNz!e+PUb#A@6#z$bxcgOa}&fTx3NK?`0At_N=dC3p9P=l6r^=dVG{ z>#LyX{Whq6z8mo8;D@+BWsNcK0`CVUXBQ(37TgY=4&Dmtc^;nM2}+(H1W{r0Wst7S zw?XmuR2D<>_%u-Za}g-})C+hgcrEuwKt#*@8z^}=4JK*5o(Zl1*Mge=I4FKx72fXv zA=ONQF9qKTo&kOZ6g}Sn5ef4X@EzdO#*BF*coh5w_@V~B3jA;IGvJ}MzTH}sL-cF| zC12B^`kMjwfNuvkfZqqj-?L$U2Yf!rQ05-+Zt%09=)Q`|PX}KPYCf+5Q*a8@`)`3C z1iuTapVwUI=lK&*{CxyG13Z&So(Vo56dxL(=65Oh6z~>M>pulbo?i>1^5%`<{f9vD z|C1o1YUV+$>%W7~0RIzoa(9t2=W%}qh)FSxaQ_NW^Xq`m1m6#ePY;0>{2KTW_;c{p z;L(ebdGJ@@cJKj|S^fSL6hF?q)X!rjDES-()!${H>fHirUblz)yFo

mB0Z-V0I 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, 2013-2016 +# Claude Paroz , 2011,2013 +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 16:32+0000\n" +"Last-Translator: Claude Paroz \n" +"Language-Team: French (http://www.transifex.com/django/django/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "La suppression de %(count)d %(items)s a réussi." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Impossible de supprimer %(name)s" + +msgid "Are you sure?" +msgstr "Êtes-vous sûr ?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Supprimer les %(verbose_name_plural)s sélectionnés" + +msgid "Administration" +msgstr "Administration" + +msgid "All" +msgstr "Tout" + +msgid "Yes" +msgstr "Oui" + +msgid "No" +msgstr "Non" + +msgid "Unknown" +msgstr "Inconnu" + +msgid "Any date" +msgstr "Toutes les dates" + +msgid "Today" +msgstr "Aujourd'hui" + +msgid "Past 7 days" +msgstr "Les 7 derniers jours" + +msgid "This month" +msgstr "Ce mois-ci" + +msgid "This year" +msgstr "Cette année" + +msgid "No date" +msgstr "Aucune date" + +msgid "Has date" +msgstr "Possède une date" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Veuillez compléter correctement les champs « %(username)s » et « mot de " +"passe » d'un compte autorisé. Sachez que les deux champs peuvent être " +"sensibles à la casse." + +msgid "Action:" +msgstr "Action :" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Ajouter un objet %(verbose_name)s supplémentaire" + +msgid "Remove" +msgstr "Supprimer" + +msgid "action time" +msgstr "heure de l'action" + +msgid "user" +msgstr "utilisateur" + +msgid "content type" +msgstr "type de contenu" + +msgid "object id" +msgstr "id de l'objet" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "représentation de l'objet" + +msgid "action flag" +msgstr "indicateur de l'action" + +msgid "change message" +msgstr "message de modification" + +msgid "log entry" +msgstr "entrée d'historique" + +msgid "log entries" +msgstr "entrées d'historique" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "%(object)s ajouté(e)s." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "%(object)s modifié(e)s - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "%(object)s supprimé(e)s" + +msgid "LogEntry Object" +msgstr "Objet de journal" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "{name} « {object} » ajouté." + +msgid "Added." +msgstr "Ajout." + +msgid "and" +msgstr "et" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "{fields} modifié(s) pour l'objet {name} « {object} »." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "{fields} modifié(s)." + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "{name} « {object} » supprimé." + +msgid "No fields changed." +msgstr "Aucun champ modifié." + +msgid "None" +msgstr "Aucun(e)" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" +"Maintenez appuyé « Ctrl », ou « Commande (touche pomme) » sur un Mac, pour " +"en sélectionner plusieurs." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" +"L'objet {name} « {obj} » a été ajouté avec succès. Vous pouvez continuer " +"l'édition ci-dessous." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" +"L'objet {name} « {obj} » a été ajouté avec succès. Vous pouvez ajouter un " +"autre objet « {name} » ci-dessous." + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "L'objet {name} « {obj} » a été ajouté avec succès." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" +"L'objet {name} « {obj} » a été modifié avec succès. Vous pouvez continuer " +"l'édition ci-dessous." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" +"L'objet {name} « {obj} » a été modifié avec succès. Vous pouvez ajouter un " +"autre objet {name} ci-dessous." + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "L'objet {name} « {obj} » a été modifié avec succès." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Des éléments doivent être sélectionnés afin d'appliquer les actions. Aucun " +"élément n'a été modifié." + +msgid "No action selected." +msgstr "Aucune action sélectionnée." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "L'objet %(name)s « %(obj)s » a été supprimé avec succès." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "L'objet %(name)s avec la clef primaire %(key)r n'existe pas." + +#, python-format +msgid "Add %s" +msgstr "Ajout %s" + +#, python-format +msgid "Change %s" +msgstr "Modification de %s" + +msgid "Database error" +msgstr "Erreur de base de données" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s objet %(name)s a été modifié avec succès." +msgstr[1] "%(count)s objets %(name)s ont été modifiés avec succès." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s sélectionné" +msgstr[1] "Tous les %(total_count)s sélectionnés" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 sur %(cnt)s sélectionné" + +#, python-format +msgid "Change history: %s" +msgstr "Historique des changements : %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Supprimer l'objet %(class_name)s « %(instance)s » provoquerait la " +"suppression des objets liés et protégés suivants : %(related_objects)s" + +msgid "Django site admin" +msgstr "Site d'administration de Django" + +msgid "Django administration" +msgstr "Administration de Django" + +msgid "Site administration" +msgstr "Administration du site" + +msgid "Log in" +msgstr "Connexion" + +#, python-format +msgid "%(app)s administration" +msgstr "Administration de %(app)s" + +msgid "Page not found" +msgstr "Cette page n'a pas été trouvée" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Nous sommes désolés, mais la page demandée est introuvable." + +msgid "Home" +msgstr "Accueil" + +msgid "Server error" +msgstr "Erreur du serveur" + +msgid "Server error (500)" +msgstr "Erreur du serveur (500)" + +msgid "Server Error (500)" +msgstr "Erreur du serveur (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Une erreur est survenue. Elle a été transmise par courriel aux " +"administrateurs du site et sera corrigée dans les meilleurs délais. Merci " +"pour votre patience." + +msgid "Run the selected action" +msgstr "Exécuter l'action sélectionnée" + +msgid "Go" +msgstr "Envoyer" + +msgid "Click here to select the objects across all pages" +msgstr "Cliquez ici pour sélectionner tous les objets sur l'ensemble des pages" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Sélectionner tous les %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Effacer la sélection" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Saisissez tout d'abord un nom d'utilisateur et un mot de passe. Vous pourrez " +"ensuite modifier plus d'options." + +msgid "Enter a username and password." +msgstr "Saisissez un nom d'utilisateur et un mot de passe." + +msgid "Change password" +msgstr "Modifier le mot de passe" + +msgid "Please correct the error below." +msgstr "Corrigez les erreurs suivantes." + +msgid "Please correct the errors below." +msgstr "Corrigez les erreurs ci-dessous." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" +"Saisissez un nouveau mot de passe pour l'utilisateur %(username)s." + +msgid "Welcome," +msgstr "Bienvenue," + +msgid "View site" +msgstr "Voir le site" + +msgid "Documentation" +msgstr "Documentation" + +msgid "Log out" +msgstr "Déconnexion" + +#, python-format +msgid "Add %(name)s" +msgstr "Ajouter %(name)s" + +msgid "History" +msgstr "Historique" + +msgid "View on site" +msgstr "Voir sur le site" + +msgid "Filter" +msgstr "Filtre" + +msgid "Remove from sorting" +msgstr "Enlever du tri" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Priorité de tri : %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Inverser le tri" + +msgid "Delete" +msgstr "Supprimer" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Supprimer l'objet %(object_name)s « %(escaped_object)s » provoquerait la " +"suppression des objets qui lui sont liés, mais votre compte ne possède pas " +"la permission de supprimer les types d'objets suivants :" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Supprimer l'objet %(object_name)s « %(escaped_object)s » provoquerait la " +"suppression des objets liés et protégés suivants :" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Voulez-vous vraiment supprimer l'objet %(object_name)s " +"« %(escaped_object)s » ? Les éléments suivants sont liés à celui-ci et " +"seront aussi supprimés :" + +msgid "Objects" +msgstr "Objets" + +msgid "Yes, I'm sure" +msgstr "Oui, je suis sûr" + +msgid "No, take me back" +msgstr "Non, revenir à la page précédente" + +msgid "Delete multiple objects" +msgstr "Supprimer plusieurs objets" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"La suppression des objets %(objects_name)s sélectionnés provoquerait la " +"suppression d'objets liés, mais votre compte n'est pas autorisé à supprimer " +"les types d'objet suivants :" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"La suppression des objets %(objects_name)s sélectionnés provoquerait la " +"suppression des objets liés et protégés suivants :" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Voulez-vous vraiment supprimer les objets %(objects_name)s sélectionnés ? " +"Tous les objets suivants et les éléments liés seront supprimés :" + +msgid "Change" +msgstr "Modifier" + +msgid "Delete?" +msgstr "Supprimer ?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " Par %(filter_title)s " + +msgid "Summary" +msgstr "Résumé" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modèles de l'application %(name)s" + +msgid "Add" +msgstr "Ajouter" + +msgid "You don't have permission to edit anything." +msgstr "Vous n'avez pas la permission de modifier quoi que ce soit." + +msgid "Recent actions" +msgstr "Actions récentes" + +msgid "My actions" +msgstr "Mes actions" + +msgid "None available" +msgstr "Aucun(e) disponible" + +msgid "Unknown content" +msgstr "Contenu inconnu" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"L'installation de votre base de données est incorrecte. Vérifiez que les " +"tables utiles ont été créées, et que la base est accessible par " +"l'utilisateur concerné." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Vous êtes authentifié sous le nom %(username)s, mais vous n'êtes pas " +"autorisé à accéder à cette page. Souhaitez-vous vous connecter avec un autre " +"compte utilisateur ?" + +msgid "Forgotten your password or username?" +msgstr "Mot de passe ou nom d'utilisateur oublié ?" + +msgid "Date/time" +msgstr "Date/heure" + +msgid "User" +msgstr "Utilisateur" + +msgid "Action" +msgstr "Action" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Cet objet n'a pas d'historique de modification. Il n'a probablement pas été " +"ajouté au moyen de ce site d'administration." + +msgid "Show all" +msgstr "Tout afficher" + +msgid "Save" +msgstr "Enregistrer" + +msgid "Popup closing..." +msgstr "Fenêtre en cours de fermeture…" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Modifier l'objet %(model)s sélectionné" + +#, python-format +msgid "Add another %(model)s" +msgstr "Ajouter un autre objet %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Supprimer l'objet %(model)s sélectionné" + +msgid "Search" +msgstr "Rechercher" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s résultat" +msgstr[1] "%(counter)s résultats" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s résultats" + +msgid "Save as new" +msgstr "Enregistrer en tant que nouveau" + +msgid "Save and add another" +msgstr "Enregistrer et ajouter un nouveau" + +msgid "Save and continue editing" +msgstr "Enregistrer et continuer les modifications" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Merci pour le temps que vous avez accordé à ce site aujourd'hui." + +msgid "Log in again" +msgstr "Connectez-vous à nouveau" + +msgid "Password change" +msgstr "Modification du mot de passe" + +msgid "Your password was changed." +msgstr "Votre mot de passe a été modifié." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Pour des raisons de sécurité, saisissez votre ancien mot de passe puis votre " +"nouveau mot de passe à deux reprises afin de vérifier qu'il est correctement " +"saisi." + +msgid "Change my password" +msgstr "Modifier mon mot de passe" + +msgid "Password reset" +msgstr "Réinitialisation du mot de passe" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "" +"Votre mot de passe a été défini. Vous pouvez maintenant vous authentifier." + +msgid "Password reset confirmation" +msgstr "Confirmation de mise à jour du mot de passe" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Saisissez deux fois votre nouveau mot de passe afin de vérifier qu'il est " +"correctement saisi." + +msgid "New password:" +msgstr "Nouveau mot de passe :" + +msgid "Confirm password:" +msgstr "Confirmation du mot de passe :" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Le lien de mise à jour du mot de passe n'était pas valide, probablement en " +"raison de sa précédente utilisation. Veuillez renouveler votre demande de " +"mise à jour de mot de passe." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Nous vous avons envoyé par courriel les instructions pour changer de mot de " +"passe, pour autant qu'un compte existe avec l'adresse que vous avez " +"indiquée. Vous devriez recevoir rapidement ce message." + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Si vous ne recevez pas de message, vérifiez que vous avez saisi l'adresse " +"avec laquelle vous vous êtes enregistré et contrôlez votre dossier de " +"pourriels." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Vous recevez ce message en réponse à votre demande de réinitialisation du " +"mot de passe de votre compte sur %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "" +"Veuillez vous rendre sur cette page et choisir un nouveau mot de passe :" + +msgid "Your username, in case you've forgotten:" +msgstr "Votre nom d'utilisateur, en cas d'oubli :" + +msgid "Thanks for using our site!" +msgstr "Merci d'utiliser notre site !" + +#, python-format +msgid "The %(site_name)s team" +msgstr "L'équipe %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"Mot de passe perdu ? Saisissez votre adresse électronique ci-dessous et nous " +"vous enverrons les instructions pour en créer un nouveau." + +msgid "Email address:" +msgstr "Adresse électronique :" + +msgid "Reset my password" +msgstr "Réinitialiser mon mot de passe" + +msgid "All dates" +msgstr "Toutes les dates" + +#, python-format +msgid "Select %s" +msgstr "Sélectionnez %s" + +#, python-format +msgid "Select %s to change" +msgstr "Sélectionnez l'objet %s à changer" + +msgid "Date:" +msgstr "Date :" + +msgid "Time:" +msgstr "Heure :" + +msgid "Lookup" +msgstr "Recherche" + +msgid "Currently:" +msgstr "Actuellement :" + +msgid "Change:" +msgstr "Modifier :" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/fr/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/fr/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..86d7d6de6aa004d01eebb7dacb7a3338376ac3fd GIT binary patch literal 4735 zcmb`L-;Z236~_$?P_|HLq5Lexq$IoBWM*eKKN?M%z_LHuY&*>=JM@R(0nfdj9fv#i zt?fIrleSbs0tt{%P+O@WRf>dwZY!krfr1DU)sEl+A@R&hg?Ql)0G`YD_wk^>8~9kvC!R6xweCKM39lejYpw9tKyzo55~m52X2@0U?5Y z7yJPDgIIqy@&yoo>_xn22|oo%&M!b3_bT`p_$#mp-U^}gJprkI29n$y#2?$ji}ZX3 zBt5?mlAPzj=fEF>KLV>51d;3wkmUUlJPrN@q;a>P@h9LNAdPz!%)u3W{22Ip0{Vwnm;4$!7_-YMYrvA5-dfg2tkRCIU)yU)EN6}sfp%QyAawE2X z4ZIEQS>(4s{ISb;k$x|Ni{NXK{{*2LI|1j?dcOpc+y^4pBOi4w*_HB z){E^=gHNIU?Z~%4lK<4Lr60Zn(ma|#b!}B3QWf4QRrMaghEdZtB|!3AFyexlY?-HDo?tYu-WlR5~?RPs&k4NrnNF0u^G zTzGCUOO-8+zFXNfJsG~EYdLz{ZCNI=+me>8%9bsJ9k5lEdDI_Jsbp(HhqkpM8?d!P zOV$uJ>EJzJ4V7xO+41aQV>Dh~*7@V6;KI^kdB+r%i;fg2+0#kela|wRs{8ka>Nnn* zw`51@^oGRl-?dk+`eD;&=M!(p0vCdzBFJ8BL*~Bhx6whzW=A=WKi`o&Qx2AHb1~uI zYFK|)3`Rb2rYm`C5Ti)xO&Z$eN(T`wvxRkJrq2bIf-jmU}1 zq7TjP`-Wq_u5z%(b;|L9^i{r|N#SG}75w~zWH%aLYL5M`C1jz|%8D&Y%}SF@C{^fk z%Kc3tQ{}_)G_uLLc2JkZO&B=nd#$9tf(k8c1><~`8I51k!(DvUD!A;x>SSBPXliRr zwrvPskaG`g>}f4R&pmC;PGKGOY)4}I-goU->fWIDJZTgbTHTXLT&zJrFNn+e=lD+R-a!u zQd_9i(6Mqs_7usyrr*LmpFdSUF@L0nXX+v0e5GlHcA4v+^Qy~J6En~ge;Dp zYumZmsm8g+%6RSb)!NjO(Ozokgl$>pUT*ohJQGTvrg*eY`ZHf`u2xQs`_Wu&X)7x_ zF)7ZbIzQD?epkynZ`-N$tgs@htQy;Ob*}SJb!Qe%^YZ7J8O_h~`PtJ`yNT3c2kd6q z;WnjN*isL--?@ilC+oEugO%}K?1gk|hF3j9+DVnmjaJCGGj5hGYF%VF+HsP?RlDTK zWIT;&mp+7sjx20Qz1Orf4fZgO)LjW%JjI!^^UBT@Ot^EEQtcCkyu|ZzSBH++mW9KH z81>t^vU8Q=^ro4egi_q(!)=@^Sae9%V+m4cG9=6YM#A!Nn-Vz|usYm^Nw8>2q2?T>MA7Yohx;oO$VFsv?wzzT$Wo*G<*pW+%u5Q zV}~;3lL5>0{%%Jjq0vo(hEK{L&$^FF(B%;B8+#{zH>1PkbTNPxVG`OWLi_T5fToqw zFUV|&hv=ly6#<_Y+ijH~ORy!GD2~Jxd`)=`u_pJ#!8k~fg&rX{BXoL*Ai4sSfkr>lGh`?f+eI9u1GJh86Co_F{1nTQ8mN6pAg&E?mck-%G3_ zlLm_=l$c7Rg-uGg4{QxG(7wx@bP#UBaBA=pa_^-{j|{hik4M)K=@GPWrk)NR+d_FR ziiEa&7e^<;BW(BJ8j1)UxZQkYND3VkoFe6QM0T-OI0zS}g03Jdx@QJZ8Ix#K#~(HX zLT6LhRNCqdsR{eIJ&NXnLMJf@2saXjr6tmOm~y0NT*Gi18jnsq3NqYFf=$Cv8{;{Z zJ&U#Aun>73jz<`KdUQD%85mUzrYOpBv&0PoMq>}L4g8nI8f)O+e*hyMSu_9u literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/fr/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/fr/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..fc5c83e --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/fr/LC_MESSAGES/djangojs.po @@ -0,0 +1,220 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Claude Paroz , 2014-2016 +# Claude Paroz , 2011-2012 +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 18:51+0000\n" +"Last-Translator: Claude Paroz \n" +"Language-Team: French (http://www.transifex.com/django/django/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "%s disponible(s)" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"Ceci est une liste des « %s » disponibles. Vous pouvez en choisir en les " +"sélectionnant dans la zone ci-dessous, puis en cliquant sur la flèche " +"« Choisir » entre les deux zones." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Écrivez dans cette zone pour filtrer la liste des « %s » disponibles." + +msgid "Filter" +msgstr "Filtrer" + +msgid "Choose all" +msgstr "Tout choisir" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Cliquez pour choisir tous les « %s » en une seule opération." + +msgid "Choose" +msgstr "Choisir" + +msgid "Remove" +msgstr "Enlever" + +#, javascript-format +msgid "Chosen %s" +msgstr "Choix des « %s »" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"Ceci est la liste des « %s » choisi(e)s. Vous pouvez en enlever en les " +"sélectionnant dans la zone ci-dessous, puis en cliquant sur la flèche « " +"Enlever » entre les deux zones." + +msgid "Remove all" +msgstr "Tout enlever" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Cliquez pour enlever tous les « %s » en une seule opération." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s sur %(cnt)s sélectionné" +msgstr[1] "%(sel)s sur %(cnt)s sélectionnés" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Vous avez des modifications non sauvegardées sur certains champs éditables. " +"Si vous lancez une action, ces modifications vont être perdues." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Vous avez sélectionné une action, mais vous n'avez pas encore sauvegardé " +"certains champs modifiés. Cliquez sur OK pour sauver. Vous devrez " +"réappliquer l'action." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Vous avez sélectionné une action, et vous n'avez fait aucune modification " +"sur des champs. Vous cherchez probablement le bouton Envoyer et non le " +"bouton Sauvegarder." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Note : l'heure du serveur précède votre heure de %s heure." +msgstr[1] "Note : l'heure du serveur précède votre heure de %s heures." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Note : votre heure précède l'heure du serveur de %s heure." +msgstr[1] "Note : votre heure précède l'heure du serveur de %s heures." + +msgid "Now" +msgstr "Maintenant" + +msgid "Choose a Time" +msgstr "Choisir une heure" + +msgid "Choose a time" +msgstr "Choisir une heure" + +msgid "Midnight" +msgstr "Minuit" + +msgid "6 a.m." +msgstr "6:00" + +msgid "Noon" +msgstr "Midi" + +msgid "6 p.m." +msgstr "18:00" + +msgid "Cancel" +msgstr "Annuler" + +msgid "Today" +msgstr "Aujourd'hui" + +msgid "Choose a Date" +msgstr "Choisir une date" + +msgid "Yesterday" +msgstr "Hier" + +msgid "Tomorrow" +msgstr "Demain" + +msgid "January" +msgstr "Janvier" + +msgid "February" +msgstr "Février" + +msgid "March" +msgstr "Mars" + +msgid "April" +msgstr "Avril" + +msgid "May" +msgstr "Mai" + +msgid "June" +msgstr "Juin" + +msgid "July" +msgstr "Juillet" + +msgid "August" +msgstr "Août" + +msgid "September" +msgstr "Septembre" + +msgid "October" +msgstr "Octobre" + +msgid "November" +msgstr "Novembre" + +msgid "December" +msgstr "Décembre" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "D" + +msgctxt "one letter Monday" +msgid "M" +msgstr "L" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "M" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "M" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "J" + +msgctxt "one letter Friday" +msgid "F" +msgstr "V" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "S" + +msgid "Show" +msgstr "Afficher" + +msgid "Hide" +msgstr "Masquer" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/fy/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/fy/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..cdea1d8a470a81eee89bd56a68dfdceacb631dfa GIT binary patch literal 476 zcmZ8d%Sr<=6jgLJOV=*0;KHJ55=AVg^X|c$t>)5$7MyAP-q}G0jKj4S?E#7IR z1rHpOL(YAi{OoLhZ4fqzyTpCs7V(JKASHg&;~AZeXN8e>?>LU^E@#i^gK<_t{;qB5 zl1Hqak8Bu9le4R78Cd2NB%_CnU3=7#yzE9tRB$ZhDHD>(4oIm)=TJx?$jBb?!!$kr z`%)08I+2HhkPLK)Ec4oiN=N4v+-qx1fB~8uD>$cZNM2S8**3Ot7gS@*sVUgizF=F6D8`fJ6DId3JyyW#EnCuCbB z*Um8pvWl@%28WK>PP du2|psNl;+xg$%vpE-bIT0}FdSkgaaA@e9v~jIsa# literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/fy/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/fy/LC_MESSAGES/django.po new file mode 100644 index 0000000..52310d3 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/fy/LC_MESSAGES/django.po @@ -0,0 +1,609 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2015-01-18 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Western Frisian (http://www.transifex.com/projects/p/django/" +"language/fy/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fy\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "" + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "" + +msgid "Are you sure?" +msgstr "" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "" + +msgid "Administration" +msgstr "" + +msgid "All" +msgstr "" + +msgid "Yes" +msgstr "" + +msgid "No" +msgstr "" + +msgid "Unknown" +msgstr "" + +msgid "Any date" +msgstr "" + +msgid "Today" +msgstr "" + +msgid "Past 7 days" +msgstr "" + +msgid "This month" +msgstr "" + +msgid "This year" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" + +msgid "Action:" +msgstr "" + +msgid "action time" +msgstr "" + +msgid "object id" +msgstr "" + +msgid "object repr" +msgstr "" + +msgid "action flag" +msgstr "" + +msgid "change message" +msgstr "" + +msgid "log entry" +msgstr "" + +msgid "log entries" +msgstr "" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "" + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "" + +msgid "LogEntry Object" +msgstr "" + +msgid "None" +msgstr "" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-format +msgid "Changed %s." +msgstr "" + +msgid "and" +msgstr "" + +#, python-format +msgid "Added %(name)s \"%(object)s\"." +msgstr "" + +#, python-format +msgid "Changed %(list)s for %(name)s \"%(object)s\"." +msgstr "" + +#, python-format +msgid "Deleted %(name)s \"%(object)s\"." +msgstr "" + +msgid "No fields changed." +msgstr "" + +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "" + +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" + +#, python-format +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "" + +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" + +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." +msgstr "" + +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" + +msgid "No action selected." +msgstr "" + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "" + +#, python-format +msgid "Add %s" +msgstr "" + +#, python-format +msgid "Change %s" +msgstr "" + +msgid "Database error" +msgstr "" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "" + +#, python-format +msgid "Change history: %s" +msgstr "" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +msgid "Django site admin" +msgstr "" + +msgid "Django administration" +msgstr "" + +msgid "Site administration" +msgstr "" + +msgid "Log in" +msgstr "" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "" + +msgid "We're sorry, but the requested page could not be found." +msgstr "" + +msgid "Home" +msgstr "" + +msgid "Server error" +msgstr "" + +msgid "Server error (500)" +msgstr "" + +msgid "Server Error (500)" +msgstr "" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +msgid "Run the selected action" +msgstr "" + +msgid "Go" +msgstr "" + +msgid "Click here to select the objects across all pages" +msgstr "" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "" + +msgid "Clear selection" +msgstr "" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" + +msgid "Enter a username and password." +msgstr "" + +msgid "Change password" +msgstr "" + +msgid "Please correct the error below." +msgstr "" + +msgid "Please correct the errors below." +msgstr "" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" + +msgid "Welcome," +msgstr "" + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "" + +msgid "Log out" +msgstr "" + +msgid "Add" +msgstr "" + +msgid "History" +msgstr "" + +msgid "View on site" +msgstr "" + +#, python-format +msgid "Add %(name)s" +msgstr "" + +msgid "Filter" +msgstr "" + +msgid "Remove from sorting" +msgstr "" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "" + +msgid "Toggle sorting" +msgstr "" + +msgid "Delete" +msgstr "" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" + +msgid "Objects" +msgstr "" + +msgid "Yes, I'm sure" +msgstr "" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" + +msgid "Change" +msgstr "" + +msgid "Remove" +msgstr "" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "" + +msgid "Delete?" +msgstr "" + +#, python-format +msgid " By %(filter_title)s " +msgstr "" + +msgid "Summary" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "" + +msgid "You don't have permission to edit anything." +msgstr "" + +msgid "Recent Actions" +msgstr "" + +msgid "My Actions" +msgstr "" + +msgid "None available" +msgstr "" + +msgid "Unknown content" +msgstr "" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "" + +msgid "Date/time" +msgstr "" + +msgid "User" +msgstr "" + +msgid "Action" +msgstr "" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" + +msgid "Show all" +msgstr "" + +msgid "Save" +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Search" +msgstr "" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "" + +msgid "Save as new" +msgstr "" + +msgid "Save and add another" +msgstr "" + +msgid "Save and continue editing" +msgstr "" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "" + +msgid "Log in again" +msgstr "" + +msgid "Password change" +msgstr "" + +msgid "Your password was changed." +msgstr "" + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" + +msgid "Change my password" +msgstr "" + +msgid "Password reset" +msgstr "" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "" + +msgid "Password reset confirmation" +msgstr "" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" + +msgid "New password:" +msgstr "" + +msgid "Confirm password:" +msgstr "" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" + +msgid "Please go to the following page and choose a new password:" +msgstr "" + +msgid "Your username, in case you've forgotten:" +msgstr "" + +msgid "Thanks for using our site!" +msgstr "" + +#, python-format +msgid "The %(site_name)s team" +msgstr "" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" + +msgid "Email address:" +msgstr "" + +msgid "Reset my password" +msgstr "" + +msgid "All dates" +msgstr "" + +msgid "(None)" +msgstr "" + +#, python-format +msgid "Select %s" +msgstr "" + +#, python-format +msgid "Select %s to change" +msgstr "" + +msgid "Date:" +msgstr "" + +msgid "Time:" +msgstr "" + +msgid "Lookup" +msgstr "" + +msgid "Currently:" +msgstr "" + +msgid "Change:" +msgstr "" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/fy/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/fy/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..489bbab4f0f9b2ca1e5bb1fa90dbb3c412f9ae2d GIT binary patch literal 476 zcmYLF!A=`75CxUf9((R#kT?XNHhVAQC7M5nABvW@i_pjlHrRLOz5a;KTS9 zW(gusda_4;^X84;zVE&4Fm{&@!TZRa4c01r9#yQrL^oHNhKu<@rIsk z>$%mPqLL_k+@jUVkz`~O6BFjaxLBLygN7^PoQ*IcTTl(ZISrS8>yNT)UFrXDkE@oZ zBFxDwG~8266da5Lk24NB4=FWTh}CMA5@i3(;)$jiM2oHAVetCCarp%%+#q zi|tRSuFTH7OXN7=y5Ut5JtxuB#=0TQA54gpMz{GG2U}e`ucUw%Zte@~Dh-4GHho3b jP_DCCy$q(tu@8%=!8IRc932l~a~*XY?2kYl4zrzi!laC+ literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/fy/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/fy/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..ba09bad --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/fy/LC_MESSAGES/djangojs.po @@ -0,0 +1,145 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2014-10-05 20:13+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Western Frisian (http://www.transifex.com/projects/p/django/" +"language/fy/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fy\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +msgid "Filter" +msgstr "" + +msgid "Choose all" +msgstr "" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "" + +msgid "Choose" +msgstr "" + +msgid "Remove" +msgstr "" + +#, javascript-format +msgid "Chosen %s" +msgstr "" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" + +msgid "Remove all" +msgstr "" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "" +msgstr[1] "" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +msgstr[1] "" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +msgstr[1] "" + +msgid "Now" +msgstr "" + +msgid "Clock" +msgstr "" + +msgid "Choose a time" +msgstr "" + +msgid "Midnight" +msgstr "" + +msgid "6 a.m." +msgstr "" + +msgid "Noon" +msgstr "" + +msgid "Cancel" +msgstr "" + +msgid "Today" +msgstr "" + +msgid "Calendar" +msgstr "" + +msgid "Yesterday" +msgstr "" + +msgid "Tomorrow" +msgstr "" + +msgid "" +"January February March April May June July August September October November " +"December" +msgstr "" + +msgid "S M T W T F S" +msgstr "" + +msgid "Show" +msgstr "" + +msgid "Hide" +msgstr "" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ga/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ga/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..4439db06bc9e0af27e50dca222df23357880a8a7 GIT binary patch literal 13825 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 gPw(v^kE)kH8n^^gh5hjx0up&cr87o_{mIk+0Ik, 2011 +# Michael Thornhill , 2011-2012,2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 09:09+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Irish (http://www.transifex.com/django/django/language/ga/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ga\n" +"Plural-Forms: nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : " +"4);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "D'éirigh le scriosadh %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Ní féidir scriosadh %(name)s " + +msgid "Are you sure?" +msgstr "An bhfuil tú cinnte?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Scrios %(verbose_name_plural) roghnaithe" + +msgid "Administration" +msgstr "Riarachán" + +msgid "All" +msgstr "Gach" + +msgid "Yes" +msgstr "Tá" + +msgid "No" +msgstr "Níl" + +msgid "Unknown" +msgstr "Gan aithne" + +msgid "Any date" +msgstr "Aon dáta" + +msgid "Today" +msgstr "Inniu" + +msgid "Past 7 days" +msgstr "7 lá a chuaigh thart" + +msgid "This month" +msgstr "Táim cinnte" + +msgid "This year" +msgstr "An blian seo" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Cuir isteach an %(username)s agus focal faire ceart le haghaidh cuntas " +"foirne. Tabhair faoi deara go bhféadfadh an dá réimsí a cás-íogair." + +msgid "Action:" +msgstr "Aicsean:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Cuir eile %(verbose_name)s" + +msgid "Remove" +msgstr "Tóg amach" + +msgid "action time" +msgstr "am aicsean" + +msgid "user" +msgstr "" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "id oibiacht" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "repr oibiacht" + +msgid "action flag" +msgstr "brat an aicsean" + +msgid "change message" +msgstr "teachtaireacht athrú" + +msgid "log entry" +msgstr "loga iontráil" + +msgid "log entries" +msgstr "loga iontrálacha" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "\"%(object)s\" curtha isteach." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "\"%(object)s\" - %(changes)s aithrithe" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "\"%(object)s.\" scrioste" + +msgid "LogEntry Object" +msgstr "Oibiacht LogEntry" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "" + +msgid "and" +msgstr "agus" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "Dada réimse aithraithe" + +msgid "None" +msgstr "Dada" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" +"Coinnigh síos \"Control\", nó \"Command\" ar Mac chun níos mó ná ceann " +"amháin a roghnú." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Ní mór Míreanna a roghnú chun caingne a dhéanamh orthu. Níl aon mhíreanna a " +"athrú." + +msgid "No action selected." +msgstr "Uimh gníomh roghnaithe." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "Bhí %(name)s \"%(obj)s\" scrioste go rathúil." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "Níl réad le hainm %(name)s agus eochair %(key)r ann." + +#, python-format +msgid "Add %s" +msgstr "Cuir %s le" + +#, python-format +msgid "Change %s" +msgstr "Aithrigh %s" + +msgid "Database error" +msgstr "Botún bunachar sonraí" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s athraithe go rathúil" +msgstr[1] "%(count)s %(name)s athraithe go rathúil" +msgstr[2] "%(count)s %(name)s athraithe go rathúil" +msgstr[3] "%(count)s %(name)s athraithe go rathúil" +msgstr[4] "%(count)s %(name)s athraithe go rathúil" + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s roghnaithe" +msgstr[1] "Gach %(total_count)s roghnaithe" +msgstr[2] "Gach %(total_count)s roghnaithe" +msgstr[3] "Gach %(total_count)s roghnaithe" +msgstr[4] "Gach %(total_count)s roghnaithe" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 as %(cnt)s roghnaithe." + +#, python-format +msgid "Change history: %s" +msgstr "Athraigh stáir %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Teastaíodh scriosadh %(class_name)s %(instance)s scriosadh na rudaí a " +"bhaineann leis: %(related_objects)s" + +msgid "Django site admin" +msgstr "Riarthóir suíomh Django" + +msgid "Django administration" +msgstr "Riarachán Django" + +msgid "Site administration" +msgstr "Riaracháin an suíomh" + +msgid "Log in" +msgstr "Logáil isteach" + +#, python-format +msgid "%(app)s administration" +msgstr "%(app)s riaracháin" + +msgid "Page not found" +msgstr "Ní bhfuarthas an leathanach" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Tá brón orainn, ach ní bhfuarthas an leathanach iarraite." + +msgid "Home" +msgstr "Baile" + +msgid "Server error" +msgstr "Botún freastalaí" + +msgid "Server error (500)" +msgstr "Botún freastalaí (500)" + +msgid "Server Error (500)" +msgstr "Botún Freastalaí (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Tharla earráid. Tuairiscíodh don riarthóirí suíomh tríd an ríomhphost agus " +"ba chóir a shocrú go luath. Go raibh maith agat as do foighne." + +msgid "Run the selected action" +msgstr "Rith an gníomh roghnaithe" + +msgid "Go" +msgstr "Té" + +msgid "Click here to select the objects across all pages" +msgstr "" +"Cliceáil anseo chun na hobiacht go léir a roghnú ar fud gach leathanach" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Roghnaigh gach %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Scroiseadh modhnóir" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Ar dtús, iontráil ainm úsaideoir agus focal faire. Ansin, beidh tú in ann " +"cuir in eagar níos mó roghaí úsaideoira." + +msgid "Enter a username and password." +msgstr "Cuir isteach ainm úsáideora agus focal faire." + +msgid "Change password" +msgstr "Athraigh focal faire" + +msgid "Please correct the error below." +msgstr "Ceartaigh na botúin thíos le do thoil" + +msgid "Please correct the errors below." +msgstr "Le do thoil cheartú earráidí thíos." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" +"Iontráil focal faire nua le hadhaigh an úsaideor %(username)s." + +msgid "Welcome," +msgstr "Fáilte" + +msgid "View site" +msgstr "Breatnaigh ar an suíomh" + +msgid "Documentation" +msgstr "Doiciméadúchán" + +msgid "Log out" +msgstr "Logáil amach" + +#, python-format +msgid "Add %(name)s" +msgstr "Cuir %(name)s le" + +msgid "History" +msgstr "Stair" + +msgid "View on site" +msgstr "Breath ar suíomh" + +msgid "Filter" +msgstr "Scagaire" + +msgid "Remove from sorting" +msgstr "Bain as sórtáil" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Sórtáil tosaíocht: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Toggle sórtáil" + +msgid "Delete" +msgstr "Cealaigh" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Má scriossan tú %(object_name)s '%(escaped_object)s' scriosfaidh oibiachtí " +"gaolta. Ach níl cead ag do cuntas na oibiacht a leanúint a scriosadh:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Bheadh Scriosadh an %(object_name)s '%(escaped_object)s' a cheangal ar an " +"méid seo a leanas a scriosadh nithe cosanta a bhaineann le:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"An bhfuil tú cinnte na %(object_name)s \"%(escaped_object)s\" a scroiseadh?" +"Beidh gach oibiacht a leanúint scroiste freisin:" + +msgid "Objects" +msgstr "Oibiachtaí" + +msgid "Yes, I'm sure" +msgstr "Táim cinnte" + +msgid "No, take me back" +msgstr "Ní hea, tóg ar ais mé" + +msgid "Delete multiple objects" +msgstr "Scrios na réadanna" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Scriosadh an roghnaithe %(objects_name)s a bheadh mar thoradh ar na nithe " +"gaolmhara a scriosadh, ach níl cead do chuntas a scriosadh na cineálacha seo " +"a leanas na cuspóirí:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Teastaíonn scriosadh na %(objects_name)s roghnaithe scriosadh na hoibiacht " +"gaolta cosainte a leanúint:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"An bhfuil tú cinnte gur mian leat a scriosadh %(objects_name)s roghnaithe? " +"Beidh gach ceann de na nithe seo a leanas agus a n-ítimí gaolta scroiste:" + +msgid "Change" +msgstr "Athraigh" + +msgid "Delete?" +msgstr "Cealaigh?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " Trí %(filter_title)s " + +msgid "Summary" +msgstr "Achoimre" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Samhlacha ins an %(name)s iarratais" + +msgid "Add" +msgstr "Cuir le" + +msgid "You don't have permission to edit anything." +msgstr "Níl cead agat aon rud a cuir in eagar." + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "Dada ar fáil" + +msgid "Unknown content" +msgstr "Inneachair anaithnid" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Tá rud éigin mícheart le suitéail do bunachar sonraí. Déan cinnte go bhfuil " +"boird an bunachar sonraI cruthaithe cheana, agus déan cinnte go bhfuil do " +"úsaideoir in ann an bunacchar sonraí a léamh." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "Dearmad déanta ar do focal faire nó ainm úsaideora" + +msgid "Date/time" +msgstr "Dáta/am" + +msgid "User" +msgstr "Úsaideoir" + +msgid "Action" +msgstr "Aicsean" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Níl stáir aitraithe ag an oibiacht seo agús is dócha ná cuir le tríd an an " +"suíomh riarachán." + +msgid "Show all" +msgstr "Taispéan gach rud" + +msgid "Save" +msgstr "Sábháil" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Athraigh roghnaithe %(model)s" + +#, python-format +msgid "Add another %(model)s" +msgstr "Cuir le %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Scrios roghnaithe %(model)s" + +msgid "Search" +msgstr "Cuardach" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s toradh" +msgstr[1] "%(counter)s torthaí" +msgstr[2] "%(counter)s torthaí" +msgstr[3] "%(counter)s torthaí" +msgstr[4] "%(counter)s torthaí" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s iomlán" + +msgid "Save as new" +msgstr "Sabháil mar nua" + +msgid "Save and add another" +msgstr "Sabháil agus cuir le ceann eile" + +msgid "Save and continue editing" +msgstr "Sábhail agus lean ag cuir in eagar" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Go raibh maith agat le hadhaigh do cuairt ar an suíomh idirlínn inniú." + +msgid "Log in again" +msgstr "Logáil isteacj arís" + +msgid "Password change" +msgstr "Athrú focal faire" + +msgid "Your password was changed." +msgstr "Bhí do focal faire aithraithe." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Le do thoil, iontráil do sean-focal faire, ar son slándáil, agus ansin " +"iontráil do focal faire dhá uaire cé go mbeimid in ann a seiceal go bhfuil " +"sé scríobhte isteach i gceart." + +msgid "Change my password" +msgstr "Athraigh mo focal faire" + +msgid "Password reset" +msgstr "Athsocraigh focal faire" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Tá do focal faire réidh. Is féidir leat logáil isteach anois." + +msgid "Password reset confirmation" +msgstr "Deimhniú athshocraigh focal faire" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Le do thoil, iontráil do focal faire dhá uaire cé go mbeimid in ann a " +"seiceal go bhfuil sé scríobhte isteach i gceart." + +msgid "New password:" +msgstr "Focal faire nua:" + +msgid "Confirm password:" +msgstr "Deimhnigh focal faire:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Bhí nasc athshocraigh an focal faire mícheart, b'fheidir mar go raibh sé " +"úsaidte cheana. Le do thoil, iarr ar athsocraigh focal faire nua." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" + +msgid "Please go to the following page and choose a new password:" +msgstr "" +"Le do thoil té go dtí an leathanach a leanúint agus roghmaigh focal faire " +"nua:" + +msgid "Your username, in case you've forgotten:" +msgstr "Do ainm úsaideoir, má tá dearmad déanta agat." + +msgid "Thanks for using our site!" +msgstr "Go raibh maith agat le hadhaigh do cuairt!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Foireann an %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" + +msgid "Email address:" +msgstr "Seoladh ríomhphoist:" + +msgid "Reset my password" +msgstr "Athsocraigh mo focal faire" + +msgid "All dates" +msgstr "Gach dáta" + +#, python-format +msgid "Select %s" +msgstr "Roghnaigh %s" + +#, python-format +msgid "Select %s to change" +msgstr "Roghnaigh %s a athrú" + +msgid "Date:" +msgstr "Dáta:" + +msgid "Time:" +msgstr "Am:" + +msgid "Lookup" +msgstr "Cuardach" + +msgid "Currently:" +msgstr "Faoi láthair:" + +msgid "Change:" +msgstr "Athraigh:" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ga/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ga/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..3b8e7e82cc7913792edc149ac34de42932287812 GIT binary patch literal 4379 zcmeHKO>-1Q7;Y6oBcdYsExwg11PW%e8|1?cK_L=}5J78ku?T$0O*~Idz ztn%nVORFp|7!OwEkQ3!4-W<rNyBi@QC0bsX%Iq`KA8$YX^!qXS zY4f^|1+HzlAH%)z79n;4e+TmQ*{wnx04@U81AhQ+1pZvU|61ZD;N57y3>*U9c^huv z7T^=WZNMjihkPq$3ihlv6#az3yxv#9yMSK<+1|H6 z{E6@I!#ex|ybt&rkoV8zb^|s6p9a=}JkJ4PTD%G5dG7&1L3{{oV%<-G?*K1jF>ZeY z#?U0*1+xA3fxPYo;1|Fp;FrLeO~v^2_Y~`F1fD?qRv_Dvzze_-$ot-KuMqRV&w+fz zeCAtl!(8qI00EQY5!{dS3oho(*Zl?LdN7xVal>qW@gBG0hS~o0AfDh3;(@Y-`S4!& zVh#9QAH}^H_d~c@Z$8uB#rqfAccv=dm6C1I_MN_QctnHpoeHkmx1VICT@gp-q>g1X zRe#779M^#o(>gFZjGQ=St-+5|bvkD|Bon4ck?kZTBP9dgajKFzmE;5~ zYmWt)>mN)_6=@S(m)W(4cEy=|rzP-)#o5SqMI+KF;m<{iVx2;u7RgoGSMp7^;>M72t z6i&tF*nJ`i_v-})L?h`tZOxuszlCyu+2N=y1Nf=obC4!f2rL5zfu7SrN5)uN#X*{D zvjZMEo7g6zXMtjCbMadi?g*8ihsYi0FgcNU=SD2bJ!hFo(O0=PH4LKF)Kbh0xFzY6 zgBn+nqXp$EG!rYCs=_Pi^a<9D=NHTorbfXQ8WZIuoq|~*$tqGEQ!Kf*6e`dz&m28X zrdl~&Hn&RPobQ#Ex*8Ok2nCzEikM04d1NeaD)3%XNs4o+Q*a*g+o3aR)+WxIPD34d zM>}EaHEf-RW==P}i9|_0L+?4sNn*5G+wWEPd9?#Hy0=~%-CZ56Rx!{!qvkZ*ykgvF zjcV0;t+u<0Yv`m*o!3aDNn`13Ql}TBF>tw)3P~xZLtul~XXE^}qD{*l#vBuNWT?D` zlI=Q8B|430XXM;$ePpED?N%Jy(=9b$@ojsg*ijGSa`H$hM|KTOPfZ^i?7dd04oz6& zlmRD%K%JbLcO$d0)Mkv&K1r1uf3Y#?9UP3~wOT6ijv3zu$OCmc*wn61vQD8Knu$A! zjJ-*lw9`77+59yf-#13ZW9K3=0|s7mM_A0NeIjUNvkz|&~{RO9}=czkNt*igU3 zAZU8!hY}k`Mrt_w|Jq$vIIc$twX#Kx%B3VU3?p%-pt$;pWP8v|+P33t(G)G&#THC( zfkci~YzYpYDlU8Qbu18CinAq+%2aGVTPbSaHOCHQ!nD*+tWHtZqKY`{%TVe>iAh_q zorWDlHe2=~>8b3ZHliV$5yntUT1|nHiL6s2TO^mQFrg0jN$`uU4#7#cBkYgEvXyA- zqHHmi*)l4?O*8+FHcr}R#8nE8a>GL3G?qK(5rdErN0Ia(sq`ZR1_ucenIDm_kdfiP zI-TX{5K}2-OQ`Ucojlg4E0P1D7y1>#fEHpjKwzLWx5Q4iscAM3D45sFu{k zr>c+d-zZzQFco(2gM?muYn8E$<2D$Jq{82%!~MiEO!-pi3=o!0HpBt97ER8bX|Z;m zHLvEXVVdbc3h-nts12)S2C)Y98?60~#;|`(orV4@)+l}*aRh57?jow^Bv?0skLirvLx| literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ga/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ga/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..8b5f62b --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ga/LC_MESSAGES/djangojs.po @@ -0,0 +1,233 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Michael Thornhill , 2011-2012,2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 10:11+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Irish (http://www.transifex.com/django/django/language/ga/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ga\n" +"Plural-Forms: nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : " +"4);\n" + +#, javascript-format +msgid "Available %s" +msgstr "%s ar fáil" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"Is é seo an liosta %s ar fáil. Is féidir leat a roghnú roinnt ag roghnú acu " +"sa bhosca thíos agus ansin cliceáil ar an saighead \"Roghnaigh\" idir an dá " +"boscaí." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" +"Scríobh isteach sa bhosca seo a scagadh síos ar an liosta de %s ar fáil." + +msgid "Filter" +msgstr "Scagaire" + +msgid "Choose all" +msgstr "Roghnaigh iomlán" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Cliceáil anseo chun %s go léir a roghnú." + +msgid "Choose" +msgstr "Roghnaigh" + +msgid "Remove" +msgstr "Bain amach" + +#, javascript-format +msgid "Chosen %s" +msgstr "Roghnófar %s" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"Is é seo an liosta de %s roghnaithe. Is féidir leat iad a bhaint amach má " +"roghnaionn tú cuid acu sa bhosca thíos agus ansin cliceáil ar an saighead " +"\"Bain\" idir an dá boscaí." + +msgid "Remove all" +msgstr "Scrois gach ceann" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Cliceáil anseo chun %s go léir roghnaithe a scroiseadh." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s de %(cnt)s roghnaithe" +msgstr[1] "%(sel)s de %(cnt)s roghnaithe" +msgstr[2] "%(sel)s de %(cnt)s roghnaithe" +msgstr[3] "%(sel)s de %(cnt)s roghnaithe" +msgstr[4] "%(sel)s de %(cnt)s roghnaithe" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Tá aithrithe nach bhfuil sabhailte ar chuid do na réimse. Má ritheann tú " +"gníomh, caillfidh tú do chuid aithrithe." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Tá gníomh roghnaithe agat, ach níl do aithrithe sabhailte ar cuid de na " +"réímse. Clic OK chun iad a sábháil. Caithfidh tú an gníomh a rith arís." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Tá gníomh roghnaithe agat, ach níl do aithrithe sabhailte ar cuid de na " +"réímse. Is dócha go bhfuil tú ag iarraidh an cnaipe Té ná an cnaipe Sábháil." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Tabhair faoi deara: Tá tú %s uair a chloig roimh am an friothálaí." +msgstr[1] "Tabhair faoi deara: Tá tú %s uair a chloig roimh am an friothálaí." +msgstr[2] "Tabhair faoi deara: Tá tú %s uair a chloig roimh am an friothálaí." +msgstr[3] "Tabhair faoi deara: Tá tú %s uair a chloig roimh am an friothálaí." +msgstr[4] "Tabhair faoi deara: Tá tú %s uair a chloig roimh am an friothálaí." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +"Tabhair faoi deara: Tá tú %s uair a chloig taobh thiar am an friothálaí." +msgstr[1] "" +"Tabhair faoi deara: Tá tú %s uair a chloig taobh thiar am an friothálaí." +msgstr[2] "" +"Tabhair faoi deara: Tá tú %s uair a chloig taobh thiar am an friothálaí." +msgstr[3] "" +"Tabhair faoi deara: Tá tú %s uair a chloig taobh thiar am an friothálaí." +msgstr[4] "" +"Tabhair faoi deara: Tá tú %s uair a chloig taobh thiar am an friothálaí." + +msgid "Now" +msgstr "Anois" + +msgid "Choose a Time" +msgstr "" + +msgid "Choose a time" +msgstr "Roghnaigh am" + +msgid "Midnight" +msgstr "Meán oíche" + +msgid "6 a.m." +msgstr "6 a.m." + +msgid "Noon" +msgstr "Nóin" + +msgid "6 p.m." +msgstr "" + +msgid "Cancel" +msgstr "Cealaigh" + +msgid "Today" +msgstr "Inniu" + +msgid "Choose a Date" +msgstr "" + +msgid "Yesterday" +msgstr "Inné" + +msgid "Tomorrow" +msgstr "Amárach" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "Taispeán" + +msgid "Hide" +msgstr "Folaigh" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/gd/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/gd/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..fce0d02955c86f7eba0db42429183c0bd4f50101 GIT binary patch literal 18156 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 Ql>fO|dQYaeRbiO_1aQ&iGXMYp literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/gd/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/gd/LC_MESSAGES/django.po new file mode 100644 index 0000000..4a49564 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/gd/LC_MESSAGES/django.po @@ -0,0 +1,710 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# GunChleoc, 2015-2016 +# GunChleoc, 2015 +# GunChleoc, 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 10:24+0000\n" +"Last-Translator: GunChleoc\n" +"Language-Team: Gaelic, Scottish (http://www.transifex.com/django/django/" +"language/gd/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: gd\n" +"Plural-Forms: nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : " +"(n > 2 && n < 20) ? 2 : 3;\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Chaidh %(count)d %(items)s a sguabadh às gu soirbheachail." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Chan urrainn dhuinn %(name)s a sguabadh às" + +msgid "Are you sure?" +msgstr "A bheil thu cinnteach?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Sguab às na %(verbose_name_plural)s a chaidh a thaghadh" + +msgid "Administration" +msgstr "Rianachd" + +msgid "All" +msgstr "Na h-uile" + +msgid "Yes" +msgstr "Tha" + +msgid "No" +msgstr "Chan eil" + +msgid "Unknown" +msgstr "Chan eil fhios" + +msgid "Any date" +msgstr "Ceann-là sam bith" + +msgid "Today" +msgstr "An-diugh" + +msgid "Past 7 days" +msgstr "Na 7 làithean seo chaidh" + +msgid "This month" +msgstr "Am mìos seo" + +msgid "This year" +msgstr "Am bliadhna" + +msgid "No date" +msgstr "Gun cheann-là" + +msgid "Has date" +msgstr "Tha ceann-là aige" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Cuir a-steach %(username)s agus facal-faire ceart airson cunntas neach-" +"obrach. Thoir an aire gum bi aire do litrichean mòra ’s beaga air an dà " +"raon, ma dh’fhaoidte." + +msgid "Action:" +msgstr "Gnìomh:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Cuir %(verbose_name)s eile ris" + +msgid "Remove" +msgstr "Thoir air falbh" + +msgid "action time" +msgstr "àm a’ ghnìomha" + +msgid "user" +msgstr "cleachdaiche" + +msgid "content type" +msgstr "seòrsa susbainte" + +msgid "object id" +msgstr "id an oibceict" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "riochdachadh oibseict" + +msgid "action flag" +msgstr "bratach a’ ghnìomha" + +msgid "change message" +msgstr "teachdaireachd atharrachaidh" + +msgid "log entry" +msgstr "innteart loga" + +msgid "log entries" +msgstr "innteartan loga" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "Chaidh “%(object)s” a chur ris." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "Chaidh “%(object)s” atharrachadh - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "Chaidh “%(object)s” a sguabadh às." + +msgid "LogEntry Object" +msgstr "Oibseact innteart an loga" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "Chaidh {name} “{object}” a chur ris." + +msgid "Added." +msgstr "Chaidh a chur ris." + +msgid "and" +msgstr "agus" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "Chaidh {fields} atharrachadh airson {name} “{object}”." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "Chaidh {fields} atharrachadh." + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "Chaidh {name} “{object}” a sguabadh às." + +msgid "No fields changed." +msgstr "Cha deach raon atharrachadh." + +msgid "None" +msgstr "Chan eil gin" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "Cum sìos “Control” no “Command” air Mac gus iomadh nì a thaghadh." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" +"Chaidh {name} “{obj}” a chur ris gu soirbheachail. ’S urrainn dhut a " +"dheasachadh a-rithist gu h-ìosal." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" +"Chaidh {name} “%{obj}” a chur ris gu soirbheachail. ’S urrainn dhut {name} " +"eile a chur ris gu h-ìosal." + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "Chaidh {name} “{obj}” a chur ris gu soirbheachail." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" +"Chaidh {name} “{obj}” atharrachadh gu soirbheachail. ’S urrainn dhut a " +"dheasachadh a-rithist gu h-ìosal." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" +"Chaidh {name} “{obj}” atharrachadh gu soirbheachail. ’S urrainn dhut {name} " +"eile a chur ris gu h-ìosal." + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "Chaidh {name} “{obj}” atharrachadh gu soirbheachail." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Feumaidh tu nithean a thaghadh mus dèan thu gnìomh orra. Cha deach nì " +"atharrachadh." + +msgid "No action selected." +msgstr "Cha deach gnìomh a thaghadh." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "Chaidh %(name)s “%(obj)s” a sguabadh às gu soirbheachail." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "Chan eil oibseact %(name)s air a bheil prìomh-iuchair %(key)r ann." + +#, python-format +msgid "Add %s" +msgstr "Cuir %s ris" + +#, python-format +msgid "Change %s" +msgstr "Atharraich %s" + +msgid "Database error" +msgstr "Mearachd an stòir-dhàta" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "Chaidh %(count)s %(name)s atharrachadh gu soirbheachail." +msgstr[1] "Chaidh %(count)s %(name)s atharrachadh gu soirbheachail." +msgstr[2] "Chaidh %(count)s %(name)s atharrachadh gu soirbheachail." +msgstr[3] "Chaidh %(count)s %(name)s atharrachadh gu soirbheachail." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "Chaidh %(total_count)s a thaghadh" +msgstr[1] "Chaidh a h-uile %(total_count)s a thaghadh" +msgstr[2] "Chaidh a h-uile %(total_count)s a thaghadh" +msgstr[3] "Chaidh a h-uile %(total_count)s a thaghadh" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "Chaidh 0 à %(cnt)s a thaghadh" + +#, python-format +msgid "Change history: %s" +msgstr "Eachdraidh nan atharraichean: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Gus %(class_name)s %(instance)s a sguabadh às, bhiodh againn ris na h-" +"oibseactan dàimheach dìonta seo a sguabadh às cuideachd: %(related_objects)s" + +msgid "Django site admin" +msgstr "Rianachd làraich Django" + +msgid "Django administration" +msgstr "Rianachd Django" + +msgid "Site administration" +msgstr "Rianachd na làraich" + +msgid "Log in" +msgstr "Clàraich a-steach" + +#, python-format +msgid "%(app)s administration" +msgstr "Rianachd %(app)s" + +msgid "Page not found" +msgstr "Cha deach an duilleag a lorg" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Tha sinn duilich ach cha do lorg sinn an duilleag a dh’iarr thu." + +msgid "Home" +msgstr "Dhachaigh" + +msgid "Server error" +msgstr "Mearachd an fhrithealaiche" + +msgid "Server error (500)" +msgstr "Mearachd an fhrithealaiche (500)" + +msgid "Server Error (500)" +msgstr "Mearachd an fhrithealaiche (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Chaidh rudeigin cearr. Fhuair rianairean na làraich aithris air a’ phost-d " +"agus tha sinn an dùil gun dèid a chàradh a dh’aithghearr. Mòran taing airson " +"d’ fhoighidinn." + +msgid "Run the selected action" +msgstr "Ruith an gnìomh a thagh thu" + +msgid "Go" +msgstr "Siuthad" + +msgid "Click here to select the objects across all pages" +msgstr "" +"Briog an-seo gus na h-oibseactan a thaghadh air feadh nan duilleagan uile" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Tagh a h-uile %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Falamhaich an taghadh" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Cuir ainm-cleachdaiche is facal-faire a-steach an toiseach. ’S urrainn dhut " +"barrachd roghainnean a’ chleachdaiche a dheasachadh an uairsin." + +msgid "Enter a username and password." +msgstr "Cuir ainm-cleachdaiche ’s facal-faire a-steach." + +msgid "Change password" +msgstr "Atharraich am facal-faire" + +msgid "Please correct the error below." +msgstr "Feuch an cuir thu a’ mhearachd gu h-ìosal gu ceart." + +msgid "Please correct the errors below." +msgstr "Feuch an cuir thu na mearachdan gu h-ìosal gu ceart." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" +"Cuir a-steach facal-faire ùr airson a’ chleachdaiche %(username)s." + +msgid "Welcome," +msgstr "Fàilte," + +msgid "View site" +msgstr "Seall an làrach" + +msgid "Documentation" +msgstr "Docamaideadh" + +msgid "Log out" +msgstr "Clàraich a-mach" + +#, python-format +msgid "Add %(name)s" +msgstr "Cuir %(name)s ris" + +msgid "History" +msgstr "An eachdraidh" + +msgid "View on site" +msgstr "Seall e air an làrach" + +msgid "Filter" +msgstr "Criathraich" + +msgid "Remove from sorting" +msgstr "Thoir air falbh on t-seòrsachadh" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Prìomhachas an t-seòrsachaidh: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Toglaich an seòrsachadh" + +msgid "Delete" +msgstr "Sguab às" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Nan sguabadh tu às %(object_name)s “%(escaped_object)s”, rachadh oibseactan " +"dàimheach a sguabadh às cuideachd ach chan eil cead aig a’ chunntas agad gus " +"na seòrsaichean de dh’oibseact seo a sguabadh às:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Nan sguabadh tu às %(object_name)s “%(escaped_object)s”, bhiodh againn ris " +"na h-oibseactan dàimheach dìonta seo a sguabadh às cuideachd:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"A bheil thu cinnteach gu bheil thu airson %(object_name)s " +"“%(escaped_object)s” a sguabadh às? Thèid a h-uile nì dàimheach a sguabadh " +"às cuideachd:" + +msgid "Objects" +msgstr "Oibseactan" + +msgid "Yes, I'm sure" +msgstr "Tha, tha mi cinnteach" + +msgid "No, take me back" +msgstr "Chan eil, air ais leam" + +msgid "Delete multiple objects" +msgstr "Sguab às iomadh oibseact" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Nan sguabadh tu às a’ %(objects_name)s a thagh thu, rachadh oibseactan " +"dàimheach a sguabadh às cuideachd ach chan eil cead aig a’ chunntas agad gus " +"na seòrsaichean de dh’oibseact seo a sguabadh às:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Nan sguabadh tu às a’ %(objects_name)s a thagh thu, bhiodh againn ris na h-" +"oibseactan dàimheach dìonta seo a sguabadh às cuideachd:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"A bheil thu cinnteach gu bheil thu airson a’ %(objects_name)s a thagh thu a " +"sguabadh às? Thèid a h-uile oibseact seo ’s na nithean dàimheach aca a " +"sguabadh às:" + +msgid "Change" +msgstr "Atharraich" + +msgid "Delete?" +msgstr "A bheil thu airson a sguabadh às?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " le %(filter_title)s " + +msgid "Summary" +msgstr "Gearr-chunntas" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modailean ann an aplacaid %(name)s" + +msgid "Add" +msgstr "Cuir ris" + +msgid "You don't have permission to edit anything." +msgstr "Chan eil cead agad gus dad a dheasachadh." + +msgid "Recent actions" +msgstr "Gnìomhan o chionn goirid" + +msgid "My actions" +msgstr "Na gnìomhan agam" + +msgid "None available" +msgstr "Chan eil gin ann" + +msgid "Unknown content" +msgstr "Susbaint nach aithne dhuinn" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Chaidh rudeigin cearr le stàladh an stòir-dhàta agad. Dèan cinnteach gun " +"deach na clàran stòir-dhàta iomchaidh a chruthachadh agus gur urrainn dhan " +"chleachdaiche iomchaidh an stòr-dàta a leughadh." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Chaidh do dhearbhadh mar %(username)s ach chan eil ùghdarras agad gus an " +"duilleag seo inntrigeadh. Am bu toigh leat clàradh a-steach le cunntas eile?" + +msgid "Forgotten your password or username?" +msgstr "" +"An do dhìochuimhnich thu am facal-faire no an t-ainm-cleachdaiche agad?" + +msgid "Date/time" +msgstr "Ceann-là ’s àm" + +msgid "User" +msgstr "Cleachdaiche" + +msgid "Action" +msgstr "Gnìomh" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Chan eil eachdraidh nan atharraichean aig an oibseact seo. Dh’fhaoidte nach " +"deach a chur ris leis an làrach rianachd seo." + +msgid "Show all" +msgstr "Seall na h-uile" + +msgid "Save" +msgstr "Sàbhail" + +msgid "Popup closing..." +msgstr "Tha a’ phriob-uinneag ’ga dùnadh…" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Atharraich a’ %(model)s a thagh thu" + +#, python-format +msgid "Add another %(model)s" +msgstr "Cuir %(model)s eile ris" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Sguab às a’ %(model)s a thagh thu" + +msgid "Search" +msgstr "Lorg" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s toradh" +msgstr[1] "%(counter)s thoradh" +msgstr[2] "%(counter)s toraidhean" +msgstr[3] "%(counter)s toradh" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s gu h-iomlan" + +msgid "Save as new" +msgstr "Sàbhail mar fhear ùr" + +msgid "Save and add another" +msgstr "Sàbhail is cuir fear eile ris" + +msgid "Save and continue editing" +msgstr "Sàbhail is deasaich a-rithist" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "" +"Mòran taing gun do chuir thu seachad deagh-àm air an làrach-lìn an-diugh." + +msgid "Log in again" +msgstr "Clàraich a-steach a-rithist" + +msgid "Password change" +msgstr "Atharrachadh an facail-fhaire" + +msgid "Your password was changed." +msgstr "Chaidh am facal-faire agad atharrachadh." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Cuir a-steach an seann fhacal-faire agad ri linn tèarainteachd agus cuir a-" +"steach am facal-faire ùr agad dà thuras an uairsin ach an dearbhaich sinn " +"nach do rinn thu mearachd sgrìobhaidh." + +msgid "Change my password" +msgstr "Atharraich am facal-faire agam" + +msgid "Password reset" +msgstr "Ath-shuidheachadh an fhacail-fhaire" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "" +"Chaidh am facal-faire agad a shuidheachadh. Faodaidh tu clàradh a-steach a-" +"nis." + +msgid "Password reset confirmation" +msgstr "Dearbhadh air ath-shuidheachadh an fhacail-fhaire" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Cuir a-steach am facal-faire ùr agad dà thuras ach an dearbhaich sinn nach " +"do rinn thu mearachd sgrìobhaidh." + +msgid "New password:" +msgstr "Am facal-faire ùr:" + +msgid "Confirm password:" +msgstr "Dearbhaich am facal-faire:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Bha an ceangal gus am facal-faire ath-suidheachadh mì-dhligheach; ’s dòcha " +"gun deach a chleachdadh mar-thà. Iarr ath-shuidheachadh an fhacail-fhaire às " +"ùr." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Chuir sinn stiùireadh thugad air mar a dh’ath-shuidhicheas tu am facal-faire " +"agad air a’ phost-d dhan chunntas puist-d a chuir thu a-steach. Bu chòir " +"dhut fhaighinn a dh’aithghearr." + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Mura faigh thu post-d, dèan cinnteach gun do chuir thu an-steach an seòladh " +"puist-d leis an do chlàraich thu agus thoir sùil air pasgan an spama agad." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Fhuair thu am post-d seo air sgàth ’s gun do dh’iarr thu ath-shuidheachadh " +"an fhacail-fhaire agad airson a’ chunntais cleachdaiche agad air " +"%(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Tadhail air an duilleag seo is tagh facal-faire ùr:" + +msgid "Your username, in case you've forgotten:" +msgstr "" +"Seo an t-ainm-cleachdaiche agad air eagal ’s gun do dhìochuimhnich thu e:" + +msgid "Thanks for using our site!" +msgstr "Mòran taing airson an làrach againn a chleachdadh!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Sgioba %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"Na dhìochuimhnich thu am facal-faire agad? Cuir a-steach an seòladh puist-d " +"agad gu h-ìosal agus cuiridh sinn stiùireadh thugad gus fear ùr a " +"shuidheachadh air a’ phost-d." + +msgid "Email address:" +msgstr "Seòladh puist-d:" + +msgid "Reset my password" +msgstr "Ath-shuidhich am facal-faire agam" + +msgid "All dates" +msgstr "A h-uile ceann-là" + +#, python-format +msgid "Select %s" +msgstr "Tagh %s" + +#, python-format +msgid "Select %s to change" +msgstr "Tagh %s gus atharrachadh" + +msgid "Date:" +msgstr "Ceann-là:" + +msgid "Time:" +msgstr "Àm:" + +msgid "Lookup" +msgstr "Lorg" + +msgid "Currently:" +msgstr "An-dràsta:" + +msgid "Change:" +msgstr "Atharrachadh:" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/gd/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/gd/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..e81b144fd94f969e73346d21ad01aba00c223e45 GIT binary patch literal 5304 zcmd5e2w1%;wPTLgH8AzkmXzi^1SDPp8>uAYy)>fD1Yw)nLh)v+yM|j zaSjjG^9dm9`Bfmxc?$Rx@B;Abz!;MtQd|YHyqAGTfxiLryjwy1Ht>JdpW*2;?}t1iS>i3VaEuVLY#U&mGnL2>1}j9|0nS;)}q`z^?$A|0sg;EbwnY z_Um`xe8%tBcoE3?@@zf+Q9Zs~k6!@74DlXxZjB1UllAAu`o`$*MxQ{x8=V{5!;Rwu zF`=t!&aJx8w zPU!64X>_g&d(pW~p??VdF!~;JZttr=OahUv!7rS{+~B^julfBRbj~G?v)H@8P}zZk zY>)Qt?;4L+5LDNzcAeYDtqUBJ^lk|P0*gZ;T&S&KqD8H=0!>jvcOPH>Tcw42`+%|0aSz}XJA=n7@l z2Iu!IG8JAv4kwr1W3rPNGZBmOmlkVMeT!dPH89brY6WH{OmXYV!5dqYqZQ?2I+H0` zs46Sy^e5SGJipQ$``swW0@10+m6c|dOGcC`O||6qu26~gp**em^$d8CK&OV0n9i2#`Pb*g-SDKVOhLo`5XVt(uA1xMrokS0o{UU1HCXJst z-Hzs*lAKo&7v?54rlyZXQy-3|@2AG0=5*t}sm9b47^AalNwduB_!`qRJ=JW04{iLE zEPT{<(iEBW)-~yPY39;Q*)BerekuDZYAc!JgH+i42dUMy-s>Wz{i*kZ=H%q^@^b81 zg6^qvao6UPl?`i<)p92L$>f3Y#S@FiHmseFr^e^3@yb98Y{VvcbfLiE4}AFtI@E;?qqHbFIN(gPjs*Y#~uKN&xhl}={Sf^~V(Br^!ZV&?Ess$OUI zo0*wudi-%>oIXGwrzvU@QyXj422-a4l|DudnwTI%ABDr2-T?j3(QzD;QYR@67>ThU_m0c zfU`L*NQ)Aoz|G9qh9xIl^*;PYKTowSm~U~o>Tp#uG&j7YJ^OPJ*9O$u$im=mid#oL z#vV!~b3!ZRayw;blx%d#dh%%a9M^sfd}?*Ui?iwMgW#(C03(3W|MvLnq4n;{w#jtgewb#{z7zaT?y^z-^5y6J4m>ndK7t**m7m_-u z?F0I_{Y1m(Y=P^GbP6^KQsk7jd7HWz4k zzl-94;^MF&xH3e^@DifVf#3quHxQho_OdMa2=`XR6Jg_zn8sxgWUkK08I(knOuh}V zDmmfsOk+gmLJOg|!qXAX4)$MG&DX9#fd=EC^q7hewsZ-h3A=(-3pF%h@l`?F#5!E< zAZIi1@}Ge%8l(Qz3Kwb38dgOLCrFbEwe~34l`@=*eBrgYvhyCT4T-5bJJ>!bIETv5 z_v{D-ca_y-$FQ>{)yrh;Nm@{49!@O}KbZ|bk}Kg9k`b3={FMr-uXz%>@XCGML5rX= z%YyHb-Z(L9^$Zyc3y|7tu7+Dv311Z0cCx7A5z``e9 2 && n < 20) ? 2 : 3;\n" + +#, javascript-format +msgid "Available %s" +msgstr "%s ri am faighinn" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"Seo liosta de %s a tha ri am faighinn. Gus feadhainn a thaghadh, tagh iad sa " +"bhogsa gu h-ìosal agus briog air an t-saighead “Tagh” eadar an dà bhogsa an " +"uair sin." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" +"Sgrìobh sa bhogsa seo gus an liosta de %s ri am faighinn a chriathradh." + +msgid "Filter" +msgstr "Criathraich" + +msgid "Choose all" +msgstr "Tagh na h-uile" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Briog gus a h-uile %s a thaghadh aig an aon àm." + +msgid "Choose" +msgstr "Tagh" + +msgid "Remove" +msgstr "Thoir air falbh" + +#, javascript-format +msgid "Chosen %s" +msgstr "%s a chaidh a thaghadh" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"Seo liosta de %s a chaidh a thaghadh. Gus feadhainn a thoirt air falbh, tagh " +"iad sa bhogsa gu h-ìosal agus briog air an t-saighead “Thoir air falbh” " +"eadar an dà bhogsa an uair sin." + +msgid "Remove all" +msgstr "Thoir air falbh na h-uile" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Briog gus a h-uile %s a chaidh a thaghadh a thoirt air falbh." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "Chaidh %(sel)s à %(cnt)s a thaghadh" +msgstr[1] "Chaidh %(sel)s à %(cnt)s a thaghadh" +msgstr[2] "Chaidh %(sel)s à %(cnt)s a thaghadh" +msgstr[3] "Chaidh %(sel)s à %(cnt)s a thaghadh" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Tha atharraichean gun sàbhaladh agad ann an raon no dhà fa leth a ghabhas " +"deasachadh. Ma ruitheas tu gnìomh, thèid na dh’atharraich thu gun a " +"shàbhaladh air chall." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Thagh thu gnìomh ach cha do shàbhail thu na dh’atharraich thu ann an " +"raointean fa leth. Briog air “Ceart ma-thà” gus seo a shàbhaladh. Feumaidh " +"tu an gnìomh a ruith a-rithist." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Thagh thu gnìomh agus cha do rinn thu atharrachadh air ran fa leth sam bith. " +"’S dòcha gu bheil thu airson am putan “Siuthad” a chleachdadh seach am putan " +"“Sàbhail”." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +"An aire: Tha thu %s uair a thìde air thoiseach àm an fhrithealaiche." +msgstr[1] "" +"An aire: Tha thu %s uair a thìde air thoiseach àm an fhrithealaiche." +msgstr[2] "" +"An aire: Tha thu %s uairean a thìde air thoiseach àm an fhrithealaiche." +msgstr[3] "" +"An aire: Tha thu %s uair a thìde air thoiseach àm an fhrithealaiche." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +"An aire: Tha thu %s uair a thìde air dheireadh àm an fhrithealaiche." +msgstr[1] "" +"An aire: Tha thu %s uair a thìde air dheireadh àm an fhrithealaiche." +msgstr[2] "" +"An aire: Tha thu %s uairean a thìde air dheireadh àm an fhrithealaiche." +msgstr[3] "" +"An aire: Tha thu %s uair a thìde air dheireadh àm an fhrithealaiche." + +msgid "Now" +msgstr "An-dràsta" + +msgid "Choose a Time" +msgstr "Tagh àm" + +msgid "Choose a time" +msgstr "Tagh àm" + +msgid "Midnight" +msgstr "Meadhan-oidhche" + +msgid "6 a.m." +msgstr "6m" + +msgid "Noon" +msgstr "Meadhan-latha" + +msgid "6 p.m." +msgstr "6f" + +msgid "Cancel" +msgstr "Sguir dheth" + +msgid "Today" +msgstr "An-diugh" + +msgid "Choose a Date" +msgstr "Tagh ceann-là" + +msgid "Yesterday" +msgstr "An-dè" + +msgid "Tomorrow" +msgstr "A-màireach" + +msgid "January" +msgstr "Am Faoilleach" + +msgid "February" +msgstr "An Gearran" + +msgid "March" +msgstr "Am Màrt" + +msgid "April" +msgstr "An Giblean" + +msgid "May" +msgstr "An Cèitean" + +msgid "June" +msgstr "An t-Ògmhios" + +msgid "July" +msgstr "An t-Iuchar" + +msgid "August" +msgstr "An Lùnastal" + +msgid "September" +msgstr "An t-Sultain" + +msgid "October" +msgstr "An Dàmhair" + +msgid "November" +msgstr "An t-Samhain" + +msgid "December" +msgstr "An Dùbhlachd" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "Dò" + +msgctxt "one letter Monday" +msgid "M" +msgstr "Lu" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "Mà" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "Ci" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "Da" + +msgctxt "one letter Friday" +msgid "F" +msgstr "hA" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "Sa" + +msgid "Show" +msgstr "Seall" + +msgid "Hide" +msgstr "Falaich" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/gl/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/gl/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..604d336be00a9cdb661fcf7a6e8185195724a0f4 GIT binary patch literal 13043 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 literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/gl/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/gl/LC_MESSAGES/django.po new file mode 100644 index 0000000..e7c0279 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/gl/LC_MESSAGES/django.po @@ -0,0 +1,677 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# fasouto , 2011-2012 +# fonso , 2011,2013 +# Jannis Leidel , 2011 +# Leandro Regueiro , 2013 +# Oscar Carballal , 2011-2012 +# Pablo, 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 09:09+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Galician (http://www.transifex.com/django/django/language/" +"gl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: gl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Borrado exitosamente %(count)d %(items)s" + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Non foi posíbel eliminar %(name)s" + +msgid "Are you sure?" +msgstr "¿Está seguro?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Borrar %(verbose_name_plural)s seleccionados." + +msgid "Administration" +msgstr "Administración" + +msgid "All" +msgstr "Todo" + +msgid "Yes" +msgstr "Si" + +msgid "No" +msgstr "Non" + +msgid "Unknown" +msgstr "Descoñecido" + +msgid "Any date" +msgstr "Calquera data" + +msgid "Today" +msgstr "Hoxe" + +msgid "Past 7 days" +msgstr "Últimos 7 días" + +msgid "This month" +msgstr "Este mes" + +msgid "This year" +msgstr "Este ano" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Por favor, insira os %(username)s e contrasinal dunha conta de persoal. Teña " +"en conta que ambos os dous campos distingues maiúsculas e minúsculas." + +msgid "Action:" +msgstr "Acción:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Engadir outro %(verbose_name)s" + +msgid "Remove" +msgstr "Retirar" + +msgid "action time" +msgstr "hora da acción" + +msgid "user" +msgstr "" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "id do obxecto" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "repr do obxecto" + +msgid "action flag" +msgstr "código do tipo de acción" + +msgid "change message" +msgstr "cambiar mensaxe" + +msgid "log entry" +msgstr "entrada de rexistro" + +msgid "log entries" +msgstr "entradas de rexistro" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "Engadido \"%(object)s\"." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "Modificados \"%(object)s\" - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "Borrados \"%(object)s.\"" + +msgid "LogEntry Object" +msgstr "Obxecto LogEntry" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "" + +msgid "and" +msgstr "e" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "Non se modificou ningún campo." + +msgid "None" +msgstr "Ningún" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Deb seleccionar ítems para poder facer accións con eles. Ningún ítem foi " +"cambiado." + +msgid "No action selected." +msgstr "Non se elixiu ningunha acción." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "Eliminouse correctamente o/a %(name)s \"%(obj)s\"." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "O obxecto %(name)s con primary key %(key)r non existe." + +#, python-format +msgid "Add %s" +msgstr "Engadir %s" + +#, python-format +msgid "Change %s" +msgstr "Modificar %s" + +msgid "Database error" +msgstr "Erro da base de datos" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s foi cambiado satisfactoriamente." +msgstr[1] "%(count)s %(name)s foron cambiados satisfactoriamente." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s seleccionado." +msgstr[1] "Tódolos %(total_count)s seleccionados." + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 de %(cnt)s seleccionados." + +#, python-format +msgid "Change history: %s" +msgstr "Histórico de cambios: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +msgid "Django site admin" +msgstr "Administración de sitio Django" + +msgid "Django administration" +msgstr "Administración de Django" + +msgid "Site administration" +msgstr "Administración do sitio" + +msgid "Log in" +msgstr "Iniciar sesión" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "Páxina non atopada" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Sentímolo, pero non se atopou a páxina solicitada." + +msgid "Home" +msgstr "Inicio" + +msgid "Server error" +msgstr "Erro no servidor" + +msgid "Server error (500)" +msgstr "Erro no servidor (500)" + +msgid "Server Error (500)" +msgstr "Erro no servidor (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Ocorreu un erro. Os administradores do sitio foron informados por email e " +"debería ser arranxado pronto. Grazas pola súa paciencia." + +msgid "Run the selected action" +msgstr "Executar a acción seleccionada" + +msgid "Go" +msgstr "Ir" + +msgid "Click here to select the objects across all pages" +msgstr "Fai clic aquí para seleccionar os obxectos en tódalas páxinas" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Seleccionar todos os %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Limpar selección" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Primeiro insira un nome de usuario e un contrasinal. Despois poderá editar " +"máis opcións de usuario." + +msgid "Enter a username and password." +msgstr "Introduza un nome de usuario e contrasinal." + +msgid "Change password" +msgstr "Cambiar contrasinal" + +msgid "Please correct the error below." +msgstr "Corrixa os erros de embaixo." + +msgid "Please correct the errors below." +msgstr "Por favor, corrixa os erros de embaixo" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" +"Insira un novo contrasinal para o usuario %(username)s." + +msgid "Welcome," +msgstr "Benvido," + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "Documentación" + +msgid "Log out" +msgstr "Rematar sesión" + +#, python-format +msgid "Add %(name)s" +msgstr "Engadir %(name)s" + +msgid "History" +msgstr "Historial" + +msgid "View on site" +msgstr "Ver no sitio" + +msgid "Filter" +msgstr "Filtro" + +msgid "Remove from sorting" +msgstr "Eliminar da clasificación" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Prioridade de clasificación: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Activar clasificación" + +msgid "Delete" +msgstr "Eliminar" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Borrar o %(object_name)s '%(escaped_object)s' resultaría na eliminación de " +"elementos relacionados, pero a súa conta non ten permiso para borrar os " +"seguintes tipos de elementos:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Para borrar o obxecto %(object_name)s '%(escaped_object)s' requiriríase " +"borrar os seguintes obxectos protexidos relacionados:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Seguro que quere borrar o %(object_name)s \"%(escaped_object)s\"? " +"Eliminaranse os seguintes obxectos relacionados:" + +msgid "Objects" +msgstr "Obxectos" + +msgid "Yes, I'm sure" +msgstr "Si, estou seguro" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "Eliminar múltiples obxectos" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Borrar os obxectos %(objects_name)s seleccionados resultaría na eliminación " +"de obxectos relacionados, pero a súa conta non ten permiso para borrar os " +"seguintes tipos de obxecto:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Para borrar os obxectos %(objects_name)s relacionados requiriríase eliminar " +"os seguintes obxectos protexidos relacionados:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Está seguro de que quere borrar os obxectos %(objects_name)s seleccionados? " +"Serán eliminados todos os seguintes obxectos e elementos relacionados on " +"eles:" + +msgid "Change" +msgstr "Modificar" + +msgid "Delete?" +msgstr "¿Eliminar?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " Por %(filter_title)s " + +msgid "Summary" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modelos na aplicación %(name)s" + +msgid "Add" +msgstr "Engadir" + +msgid "You don't have permission to edit anything." +msgstr "Non ten permiso para editar nada." + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "Ningunha dispoñíbel" + +msgid "Unknown content" +msgstr "Contido descoñecido" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Hai un problema coa súa instalación de base de datos. Asegúrese de que se " +"creasen as táboas axeitadas na base de datos, e de que o usuario apropiado " +"teña permisos para lela." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "¿Olvidou o usuario ou contrasinal?" + +msgid "Date/time" +msgstr "Data/hora" + +msgid "User" +msgstr "Usuario" + +msgid "Action" +msgstr "Acción" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Este obxecto non ten histórico de cambios. Posibelmente non se creou usando " +"este sitio de administración." + +msgid "Show all" +msgstr "Amosar todo" + +msgid "Save" +msgstr "Gardar" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "Engadir outro %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Search" +msgstr "Busca" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s resultado. " +msgstr[1] "%(counter)s resultados." + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s en total" + +msgid "Save as new" +msgstr "Gardar como novo" + +msgid "Save and add another" +msgstr "Gardar e engadir outro" + +msgid "Save and continue editing" +msgstr "Gardar e seguir modificando" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Grazas polo tempo que dedicou ao sitio web." + +msgid "Log in again" +msgstr "Entrar de novo" + +msgid "Password change" +msgstr "Cambiar o contrasinal" + +msgid "Your password was changed." +msgstr "Cambiouse o seu contrasinal." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Por razóns de seguridade, introduza o contrasinal actual. Despois introduza " +"dúas veces o contrasinal para verificarmos que o escribiu correctamente." + +msgid "Change my password" +msgstr "Cambiar o contrasinal" + +msgid "Password reset" +msgstr "Recuperar o contrasinal" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "" +"A túa clave foi gardada.\n" +"Xa podes entrar." + +msgid "Password reset confirmation" +msgstr "Confirmación de reseteo da contrasinal" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Por favor insira a súa contrasinal dúas veces para que podamos verificar se " +"a escribiu correctamente." + +msgid "New password:" +msgstr "Contrasinal novo:" + +msgid "Confirm password:" +msgstr "Confirmar contrasinal:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"A ligazón de reseteo da contrasinal non é válida, posiblemente porque xa foi " +"usada. Por favor pida un novo reseteo da contrasinal." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Recibe este email porque solicitou restablecer o contrasinal para a súa " +"conta de usuario en %(site_name)s" + +msgid "Please go to the following page and choose a new password:" +msgstr "Por favor vaia á seguinte páxina e elixa una nova contrasinal:" + +msgid "Your username, in case you've forgotten:" +msgstr "No caso de que o esquecese, o seu nome de usuario é:" + +msgid "Thanks for using our site!" +msgstr "Grazas por usar o noso sitio web!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "O equipo de %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"Esqueceu o contrasinal? Insira o seu enderezo de email embaixo e " +"enviarémoslle as instrucións para configurar un novo." + +msgid "Email address:" +msgstr "Enderezo de correo electrónico:" + +msgid "Reset my password" +msgstr "Recuperar o meu contrasinal" + +msgid "All dates" +msgstr "Todas as datas" + +#, python-format +msgid "Select %s" +msgstr "Seleccione un/unha %s" + +#, python-format +msgid "Select %s to change" +msgstr "Seleccione %s que modificar" + +msgid "Date:" +msgstr "Data:" + +msgid "Time:" +msgstr "Hora:" + +msgid "Lookup" +msgstr "Procurar" + +msgid "Currently:" +msgstr "Actualmente:" + +msgid "Change:" +msgstr "Modificar:" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/gl/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/gl/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..0b095b93ac3aeae9e8faf6f5985b8b72ef3fe0ff GIT binary patch literal 3279 zcmcIm%WfP+6m1~91_%%!Jf&PL8QV&FUMLU7F~V`;#39C(JrE@li<<75nF>8sld2kz zofWJQ%Lq^;*pOuwk%F=dVm0je0;C8w5gVj@0TP_s-7|KKl`MePRG+Tbt#i-4RW-lv z+4XgR=Z(Dl2^>ec{SaPwx(^4zVc`r-3)}`j0vO1bhbVKLZQEUw}^n?*R7! z?*iWf?tUb*a}c--^`pQifU|l1G!VaF2`^r670C9^19`jzeg(V$ybSyc_$cr)I@!(@ z;56_%Ag_NL_zm!PAkX^@gS)`JFn$F-eh#dmz7Lb10-gsx2W$e_UO&fAfzPA<1(5yx zHm_d;R#E=}I0w87WZqRQj?ds7AoD*4WIl^{G2gSm$AKRM*`5UQJO{i9yac=fEMhXK z2fqQi{|;~l_($G81=8$S5%?u=0PF+LB1jy<-6(9IeZ!RW;rQ{xJecE)T*31K3Uk{2 zAav>4dx5W^>_K5pFQdGU@)8O^2u1KL3hVR=3S3CFd=0~nH$TVquGSVKO zXpoVY@qPOaktlYG!R(q)iD)E}#$7NcbR?5tu5FByIglW)I-9j5?RQeA6A~4DLf%l6 zP9c#bXeQywz)~@o8}?h-F>5mI$Ixu{=CFB{cxi)EDwe^binVIBeei)X8n1q^lFrS6 zO$4iLG}qh85q`ccDNznfHc4#prby>Zk2+#wNY0s#q{c=rkJ2rk+99P=6AiOY4Vjoe z2_18brij_+<7g~XWsHQi7}SuyFENH!_kBZ{E?sd)QX_{q8Rc^POGcS64`O6uu@Tfw z$1v}pzR{I%86oqmAA61OW*PvBO+WK!M?Hgc(jiQ2j+Jc-1az2c5RF9SmC*-M{WkIe zdcq?FF(R)y4nnsiQdNUNtkzWA6A9LqN$gT>Cak2cH4WtB1|`O%;x~;=RXz!kd){NR z6;PcUu_)`m%1pAp;{B;%5N)OAFf-;BJ0b@){y~m5q%YEPB88J#R?yP>tQ*hIm?QDE zge^2$8QNaPER$plsh-Z3+*t}4E1&Mgp(YE>lrEdwB5=xgyQRJYg$A~QalRNVTXO+t zK)4WxA4%&Fmm0+vAipWB$gZ(ITy!lJhsSy?7uHRU3d>9NaL!7>F$|9jFKbjSR}O{c zgJI<`Ro|{vs{6~;av1}|6}hI^=C*Ow3RTLrN@af;PvMMkKCD}zT_U`(H99S{M#`O$ z*yafx1shb~OVVml>85!Xb9AdGS~9Fl(W%i%fgPye`DEMsZmm@6_xnZ9CRJ0e7bDXt zWljwt$>*0^NolIExUhI))BQ@ZT$nT3OAT7s1vT<=-IuzFPV9eGgO(HE{slO z?1;vA|v$d_TAv;Eaux>l#$9H>4V#+`86k~vLmP~tjK$Kk71}Q3GCVQJu&VkC{9hT$xFpxUbIBIA@XU7 z>L@KNGvy-$SH}+XN6WHF*udFiP0CKkAijuQAhb~)cL6?4Jh(1`*%o`SBE7P3GRMq% zFxxRM^&IOBu4N8qtFy}6l)^SPXwEpmL6Niuw{(7IM#$;GRUPB{BMrxdS{FDCkN^sY z5DqblkU&cJM5G2cH8n*fF*;KK6Pi{ck7z8@UfMBo%J&4+K+@rCgO2gw7T&34_76xF8uR*luttYXHupAWLkn+DI#TyGZMyd`wgJtNr#0KX7 zFVYUK(#4*nHIu9%CFQz|dOp=JR|Nkn!G}L^e*>C{*{=Wq literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/gl/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/gl/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..ee1d501 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/gl/LC_MESSAGES/djangojs.po @@ -0,0 +1,221 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# fasouto , 2011 +# fonso , 2011,2013 +# Jannis Leidel , 2011 +# Leandro Regueiro , 2013 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 10:11+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Galician (http://www.transifex.com/django/django/language/" +"gl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: gl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "%s dispoñíbeis" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"Esta é unha lista de %s dispoñíbeis. Pode escoller algúns seleccionándoos na " +"caixa inferior e a continuación facendo clic na frecha \"Escoller\" situada " +"entre as dúas caixas." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Escriba nesta caixa para filtrar a lista de %s dispoñíbeis." + +msgid "Filter" +msgstr "Filtro" + +msgid "Choose all" +msgstr "Escoller todo" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Prema para escoller todos/as os/as '%s' dunha vez." + +msgid "Choose" +msgstr "Escoller" + +msgid "Remove" +msgstr "Retirar" + +#, javascript-format +msgid "Chosen %s" +msgstr "%s escollido/a(s)" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"Esta é a lista de %s escollidos/as. Pode eliminar algúns seleccionándoos na " +"caixa inferior e a continuación facendo clic na frecha \"Eliminar\" situada " +"entre as dúas caixas." + +msgid "Remove all" +msgstr "Retirar todos" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Faga clic para eliminar da lista todos/as os/as '%s' escollidos/as." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s de %(cnt)s escollido" +msgstr[1] "%(sel)s de %(cnt)s escollidos" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Tes cambios sen guardar en campos editables individuales. Se executas unha " +"acción, os cambios non gardados perderanse." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Escolleu unha acción, pero aínda non gardou os cambios nos campos " +"individuais. Prema OK para gardar. Despois terá que volver executar a acción." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Escolleu unha acción, pero aínda non gardou os cambios nos campos " +"individuais. Probabelmente estea buscando o botón Ir no canto do botón " +"Gardar." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +msgstr[1] "" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +msgstr[1] "" + +msgid "Now" +msgstr "Agora" + +msgid "Choose a Time" +msgstr "" + +msgid "Choose a time" +msgstr "Escolla unha hora" + +msgid "Midnight" +msgstr "Medianoite" + +msgid "6 a.m." +msgstr "6 da mañá" + +msgid "Noon" +msgstr "Mediodía" + +msgid "6 p.m." +msgstr "" + +msgid "Cancel" +msgstr "Cancelar" + +msgid "Today" +msgstr "Hoxe" + +msgid "Choose a Date" +msgstr "" + +msgid "Yesterday" +msgstr "Onte" + +msgid "Tomorrow" +msgstr "Mañá" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "Amosar" + +msgid "Hide" +msgstr "Esconder" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/he/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/he/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..4c6980a42cc3a12fde76d6e9758416ce023c7a97 GIT binary patch literal 15886 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 koncGtC+&r@tZz, 2011 +# Jannis Leidel , 2011 +# Meir Kriheli , 2011-2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 09:09+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Hebrew (http://www.transifex.com/django/django/language/he/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: he\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d %(items)s נמחקו בהצלחה." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "לא ניתן למחוק %(name)s" + +msgid "Are you sure?" +msgstr "האם את/ה בטוח/ה ?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "מחק %(verbose_name_plural)s שנבחרו" + +msgid "Administration" +msgstr "ניהול" + +msgid "All" +msgstr "הכל" + +msgid "Yes" +msgstr "כן" + +msgid "No" +msgstr "לא" + +msgid "Unknown" +msgstr "לא ידוע" + +msgid "Any date" +msgstr "כל תאריך" + +msgid "Today" +msgstr "היום" + +msgid "Past 7 days" +msgstr "בשבוע האחרון" + +msgid "This month" +msgstr "החודש" + +msgid "This year" +msgstr "השנה" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"נא להזין את %(username)s והסיסמה הנכונים לחשבון איש צוות. נא לשים לב כי שני " +"השדות רגישים לאותיות גדולות/קטנות." + +msgid "Action:" +msgstr "פעולה" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "הוספת %(verbose_name)s" + +msgid "Remove" +msgstr "להסיר" + +msgid "action time" +msgstr "זמן פעולה" + +msgid "user" +msgstr "משתמש" + +msgid "content type" +msgstr "סוג תוכן" + +msgid "object id" +msgstr "מזהה אובייקט" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "ייצוג אובייקט" + +msgid "action flag" +msgstr "דגל פעולה" + +msgid "change message" +msgstr "הערה לשינוי" + +msgid "log entry" +msgstr "רישום יומן" + +msgid "log entries" +msgstr "רישומי יומן" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "בוצעה הוספת \"%(object)s\"." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "בוצע שינוי \"%(object)s\" - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "בוצעה מחיקת \"%(object)s\"." + +msgid "LogEntry Object" +msgstr "אובייקט LogEntry" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "נוסף." + +msgid "and" +msgstr "ו" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "אף שדה לא השתנה." + +msgid "None" +msgstr "ללא" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" +"יש להחזיק את \"Control\", או \"Command\" על מק, לחוץ כדי לבחור יותר מאחד." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "יש לסמן פריטים כדי לבצע עליהם פעולות. לא שונו פריטים." + +msgid "No action selected." +msgstr "לא נבחרה פעולה." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "מחיקת %(name)s \"%(obj)s\" בוצעה בהצלחה." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "הפריט %(name)s עם המפתח הראשי %(key)r אינו קיים." + +#, python-format +msgid "Add %s" +msgstr "הוספת %s" + +#, python-format +msgid "Change %s" +msgstr "שינוי %s" + +msgid "Database error" +msgstr "שגיאת בסיס נתונים" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "שינוי %(count)s %(name)s בוצע בהצלחה." +msgstr[1] "שינוי %(count)s %(name)s בוצע בהצלחה." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s נבחר" +msgstr[1] "כל ה־%(total_count)s נבחרו" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 מ %(cnt)s נבחרים" + +#, python-format +msgid "Change history: %s" +msgstr "היסטוריית שינוי: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"מחיקת %(class_name)s %(instance)s תדרוש מחיקת האובייקטים הקשורים והמוגנים " +"הבאים: %(related_objects)s" + +msgid "Django site admin" +msgstr "ניהול אתר Django" + +msgid "Django administration" +msgstr "ניהול Django" + +msgid "Site administration" +msgstr "ניהול אתר" + +msgid "Log in" +msgstr "כניסה" + +#, python-format +msgid "%(app)s administration" +msgstr "ניהול %(app)s" + +msgid "Page not found" +msgstr "דף לא קיים" + +msgid "We're sorry, but the requested page could not be found." +msgstr "אנו מצטערים, לא ניתן למצוא את הדף המבוקש." + +msgid "Home" +msgstr "דף הבית" + +msgid "Server error" +msgstr "שגיאת שרת" + +msgid "Server error (500)" +msgstr "שגיאת שרת (500)" + +msgid "Server Error (500)" +msgstr "שגיאת שרת (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"התרחשה שגיאה. היא דווחה למנהלי האתר בדוא\"ל ותתוקן בקרוב. תודה על סבלנותך." + +msgid "Run the selected action" +msgstr "הפעל את הפעולה שבחרת בה." + +msgid "Go" +msgstr "בצע" + +msgid "Click here to select the objects across all pages" +msgstr "לחיצה כאן תבחר את האובייקטים בכל העמודים" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "בחירת כל %(total_count)s ה־%(module_name)s" + +msgid "Clear selection" +msgstr "איפוס בחירה" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"ראשית יש להזין שם משתמש וסיסמה. לאחר מכן יהיה ביכולתך לערוך אפשרויות נוספות " +"עבור המשתמש." + +msgid "Enter a username and password." +msgstr "נא לשים שם משתמש וסיסמה." + +msgid "Change password" +msgstr "שינוי סיסמה" + +msgid "Please correct the error below." +msgstr "נא לתקן את השגיאות המופיעות מתחת." + +msgid "Please correct the errors below." +msgstr "נא לתקן את השגיאות מתחת." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "יש להזין סיסמה חדשה עבור המשתמש %(username)s." + +msgid "Welcome," +msgstr "שלום," + +msgid "View site" +msgstr "צפיה באתר" + +msgid "Documentation" +msgstr "תיעוד" + +msgid "Log out" +msgstr "יציאה" + +#, python-format +msgid "Add %(name)s" +msgstr "הוספת %(name)s" + +msgid "History" +msgstr "היסטוריה" + +msgid "View on site" +msgstr "צפיה באתר" + +msgid "Filter" +msgstr "סינון" + +msgid "Remove from sorting" +msgstr "הסרה ממיון" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "עדיפות מיון: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "החלף כיוון מיון" + +msgid "Delete" +msgstr "מחיקה" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"מחיקת %(object_name)s '%(escaped_object)s' מצריכה מחיקת אובייקטים מקושרים, " +"אך לחשבון שלך אין הרשאות למחיקת סוגי האובייקטים הבאים:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"מחיקת ה%(object_name)s '%(escaped_object)s' תדרוש מחיקת האובייקטים הקשורים " +"והמוגנים הבאים:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"האם ברצונך למחוק את %(object_name)s \"%(escaped_object)s\"? כל הפריטים " +"הקשורים הבאים יימחקו:" + +msgid "Objects" +msgstr "אובייקטים" + +msgid "Yes, I'm sure" +msgstr "כן, אני בטוח/ה" + +msgid "No, take me back" +msgstr "לא, קח אותי חזרה." + +msgid "Delete multiple objects" +msgstr "מחק כמה פריטים" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"מחיקת ב%(objects_name)s הנבחרת תביא במחיקת אובייקטים קשורים, אבל החשבון שלך " +"אינו הרשאה למחוק את הסוגים הבאים של אובייקטים:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"מחיקת ה%(objects_name)s אשר סימנת תדרוש מחיקת האובייקטים הקשורים והמוגנים " +"הבאים:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"האם אתה בטוח שאתה רוצה למחוק את ה%(objects_name)s הנבחר? כל האובייקטים הבאים " +"ופריטים הקשורים להם יימחקו:" + +msgid "Change" +msgstr "שינוי" + +msgid "Delete?" +msgstr "מחיקה ?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " לפי %(filter_title)s " + +msgid "Summary" +msgstr "סיכום" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "מודלים ביישום %(name)s" + +msgid "Add" +msgstr "הוספה" + +msgid "You don't have permission to edit anything." +msgstr "אין לך הרשאות לעריכה." + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "לא נמצאו" + +msgid "Unknown content" +msgstr "תוכן לא ידוע" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"משהו שגוי בהתקנת בסיס הנתונים שלך. נא לוודא שנוצרו טבלאות בסיס הנתונים " +"המתאימות, ובסיס הנתונים ניתן לקריאה על ידי המשתמש המתאים." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"התחברת בתור %(username)s, אך אין לך הרשאות גישה לעמוד זה. האם ברצונך להתחבר " +"בתור משתמש אחר?" + +msgid "Forgotten your password or username?" +msgstr "שכחת את שם המשתמש והסיסמה שלך ?" + +msgid "Date/time" +msgstr "תאריך/שעה" + +msgid "User" +msgstr "משתמש" + +msgid "Action" +msgstr "פעולה" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"לאובייקט זה אין היסטוריית שינוי. כנראה לא השתמשו בממשק הניהול הזה להוספתו." + +msgid "Show all" +msgstr "הצג הכל" + +msgid "Save" +msgstr "שמירה" + +msgid "Popup closing..." +msgstr "חלון צץ נסגר..." + +#, python-format +msgid "Change selected %(model)s" +msgstr "שינוי %(model)s הנבחר." + +#, python-format +msgid "Add another %(model)s" +msgstr "הוספת %(model)s נוסף." + +#, python-format +msgid "Delete selected %(model)s" +msgstr "מחיקת %(model)s הנבחר." + +msgid "Search" +msgstr "חיפוש" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "תוצאה %(counter)s" +msgstr[1] "%(counter)s תוצאות" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s סה\"כ" + +msgid "Save as new" +msgstr "שמירה כחדש" + +msgid "Save and add another" +msgstr "שמירה והוספת אחר" + +msgid "Save and continue editing" +msgstr "שמירה והמשך עריכה" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "תודה על בילוי זמן איכות עם האתר." + +msgid "Log in again" +msgstr "התחבר/י שוב" + +msgid "Password change" +msgstr "שינוי סיסמה" + +msgid "Your password was changed." +msgstr "סיסמתך שונתה." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"נא להזין את סיסמתך הישנה, לצרכי אבטחה, ולאחר מכן את סיסמתך החדשה פעמיים כדי " +"שנוכל לוודא שהקלדת אותה כראוי." + +msgid "Change my password" +msgstr "שנה את סיסמתי" + +msgid "Password reset" +msgstr "איפוס סיסמה" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "ססמתך נשמרה. כעת ניתן להתחבר." + +msgid "Password reset confirmation" +msgstr "אימות איפוס סיסמה" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "נא להזין את סיסמתך החדשה פעמיים כדי שנוכל לוודא שהקלדת אותה כראוי." + +msgid "New password:" +msgstr "סיסמה חדשה:" + +msgid "Confirm password:" +msgstr "אימות סיסמה:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"הקישור לאיפוס הסיסמה אינו חוקי. ייתכן והשתמשו בו כבר. נא לבקש איפוס סיסמה " +"חדש." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"שלחנו אליך דואר אלקטרוני עם הוראות לקביעת הסיסמה, אם קיים חשבון עם כתובת " +"הדואר שהזנת. ההודעה אמור להגיע בקרוב." + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"אם הדוא\"ל לא הגיע, נא לוודא שהזנת כתובת נכונה בעת הרישום ולבדוק את תיקיית " +"דואר הזבל." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"הודעה זו נשלחה אליך עקב בקשתך לאיפוס הסיסמה עבור המשתמש שלך באתר " +"%(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "נא להגיע לעמוד הבא ולבחור סיסמה חדשה:" + +msgid "Your username, in case you've forgotten:" +msgstr "שם המשתמש שלך, במקרה ששכחת:" + +msgid "Thanks for using our site!" +msgstr "תודה על השימוש באתר שלנו!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "צוות %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"שכחת את סיסמתך ? נא להזין את כתובת הדוא\"ל מתחת, ואנו נשלח הוראות לקביעת " +"סיסמה חדשה." + +msgid "Email address:" +msgstr "כתובת דוא\"ל:" + +msgid "Reset my password" +msgstr "אפס את סיסמתי" + +msgid "All dates" +msgstr "כל התאריכים" + +#, python-format +msgid "Select %s" +msgstr "בחירת %s" + +#, python-format +msgid "Select %s to change" +msgstr "בחירת %s לשינוי" + +msgid "Date:" +msgstr "תאריך:" + +msgid "Time:" +msgstr "שעה:" + +msgid "Lookup" +msgstr "חפש" + +msgid "Currently:" +msgstr "נוכחי:" + +msgid "Change:" +msgstr "שינוי:" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/he/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/he/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..4611b961a39e93599ca90cda30e9237bfc1e72c3 GIT binary patch literal 3972 zcmbtWOK%%h6u!{%GVelpmB&pWBvm_p1d+B*1C-FxmOi4^pmv4Ep6htZc&?ebjvEPy z1uJ$5bx7T$Y5GcI3(-X-#165A1(lE(2@qlfq6q#2-?=k(oYXX>Og#SP-Z_u&eCNzK zzpPt3#c*`td>ZEqw=tFgZoVB~IQ{@`0bT>%3G7-EVju86tP|0CdxXQl`?0?_!Xpvp zfidhW;61<(fzJUy2EGWa11bJh;96h+yc_s)wEhiv1nWP68Q?ICaLG;r$!``&@y`SC zVV~ox3cLcG1n$0rF?`sM_@cPK0tbQDfW)TLd7f!lyvfC$On z2hIUM0A2-dc!05K;9o$6SByOp;ReE(@N_);RxkIFJPJ)+MGvg~oQAWVxy@r5@gJWd4Toozwp=8bt)6l~YJ zsj!_*E9{W2Gy*D^9WKZU%M@&%7#`m!i^c0B60?T(Ub zk=w2gk(I|m){zx%f-mm4JV#nbcDy_6Z#QJ~V3ZZAB49(=RYh{R3qRhGRI5EpjH2fK zPe!3It1*(6InFY&D2X@AjF$vT#(*i(kE+IXUXKg6WF@Sqqn_-j@G(>rj>e~8V*HxV z4n*T-PTA7kto0j@4BTGDi>8G+b*T@gJ1X$(xnN+~W42W`9pn~{HUho?n5UW**mxQ-kj7b?z2 z9AWw*oC<#MEz*trL*{r)U4dBG^n~G+LuR2QZKTR>n6k4J!m^cqt28y)lh<@9T${j} z@5)FO8x*p56r``>Y{Zkt@KQ7OSjIcT^U;?yw~j%689O9O(o@EMf7G^&*UO{6k&$U0 z8#$OUhCN|Y4-I;ErFnlcHDDxPHd0%7|4Zpq|E6SrG6_TDkQlQm<_f$16i+47snn(< zj@UlaS4PG&UEeX4^wNB<>AD!XeF85fhi?ZPEMIf z^oo9(yCuE!hx!M3csbPP@~$DC+Bg_%{lElstskFYK9~%qgT-JfXsmjFfWvqark8?6 z{1gQfHnybcP7T5uAVvn)&%LJbZL9yAbyJWnm#tq13V z>MA?cUoyXazrZb^)10o>S zg03>vPv-49Ai+5#sHQ1pBN0?}5?vV&W`hghTMLysLlUBdh}OS&p+UFgSB?5~3)ysk zJNnI_wnkG!bgCt0*cGf7f=?LcV2Y!zI)s}8eNwsF8V(E#6-47l!%&S=3u~AN=n-yD zQCp|6xWt2V-9&_1FbBb5f@Wed30)~RHI>tl>1gN!JgD>2!9~uyb&|zya;lMUoqUN) z7y{B_AUcp;Ia$joQqf?(f?}(l|3a}lQn0!T$0`y|;UPoGc=TAiU{ySov$%a?SzcY# zOmKqAodw@{l;4AY6lf;3lFg@*aJ?VlTX?o1(B6;hGOzP$}}R@^)1qR2CD|FA=oVbW+>w%I9$RWCSip^U9(#R)A0SYg5CtS(O%+< zf@cFzB@g{hL1`4Oov)s>h%9A=7ikil*39S0ohIjERMrG;)kCT+?V5x*?ok`U3B$!H z@~vv|YQ!l@-x9OMl6Fp`AjBpY_^qH=4-1)(O2MZ2B$qU-#v R#OUIx32F#1NllEie*l4@K&}7) literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/he/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/he/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..176a070 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/he/LC_MESSAGES/djangojs.po @@ -0,0 +1,216 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Alex Gaynor , 2012 +# Jannis Leidel , 2011 +# Meir Kriheli , 2011-2012,2014-2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 10:11+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Hebrew (http://www.transifex.com/django/django/language/he/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: he\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "%s זמינות" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"זו רשימת %s הזמינים לבחירה. ניתן לבחור חלק ע\"י סימון בתיבה מתחת ולחיצה על " +"חץ \"בחר\" בין שתי התיבות." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "ניתן להקליד בתיבה זו כדי לסנן %s." + +msgid "Filter" +msgstr "סינון" + +msgid "Choose all" +msgstr "בחירת הכל" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "בחירת כל ה%s בבת אחת." + +msgid "Choose" +msgstr "בחר" + +msgid "Remove" +msgstr "הסרה" + +#, javascript-format +msgid "Chosen %s" +msgstr "%s אשר נבחרו" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"זו רשימת %s אשר נבחרו. ניתן להסיר חלק ע\"י בחירה בתיבה מתחת ולחיצה על חץ " +"\"הסרה\" בין שתי התיבות." + +msgid "Remove all" +msgstr "הסרת הכל" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "הסרת כל %s אשר נבחרו בבת אחת." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s מ %(cnt)s נבחרות" +msgstr[1] "%(sel)s מ %(cnt)s נבחרות" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"יש לך שינויים שלא נשמרו על שדות יחידות. אם אתה מפעיל פעולה, שינויים שלא " +"נשמרו יאבדו." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"בחרת פעולה, אבל עוד לא שמרת את השינויים לשדות בודדים. אנא לחץ על אישור כדי " +"לשמור. יהיה עליך להפעיל את הפעולה עוד פעם." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"בחרת פעולה, ולא עשיתה שינויימ על שדות. אתה כנראה מחפש את הכפתור ללכת במקום " +"הכפתור לשמור." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "הערה: את/ה %s שעה לפני זמן השרת." +msgstr[1] "הערה: את/ה %s שעות לפני זמן השרת." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "הערה: את/ה %s שעה אחרי זמן השרת." +msgstr[1] "הערה: את/ה %s שעות אחרי זמן השרת." + +msgid "Now" +msgstr "כעת" + +msgid "Choose a Time" +msgstr "בחירת שעה" + +msgid "Choose a time" +msgstr "בחירת שעה" + +msgid "Midnight" +msgstr "חצות" + +msgid "6 a.m." +msgstr "6 בבוקר" + +msgid "Noon" +msgstr "12 בצהריים" + +msgid "6 p.m." +msgstr "6 אחר הצהריים" + +msgid "Cancel" +msgstr "ביטול" + +msgid "Today" +msgstr "היום" + +msgid "Choose a Date" +msgstr "בחירת תאריך" + +msgid "Yesterday" +msgstr "אתמול" + +msgid "Tomorrow" +msgstr "מחר" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "הצג" + +msgid "Hide" +msgstr "הסתר" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/hi/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/hi/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..a552950739eb1f531f13a3950ca5de7185a842dd GIT binary patch literal 18713 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, 2013 +# Chandan kumar , 2012 +# Jannis Leidel , 2011 +# Pratik , 2013 +# Sandeep Satavlekar , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 09:09+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Hindi (http://www.transifex.com/django/django/language/hi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d %(items)s सफलतापूर्वक हटा दिया गया है| |" + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "%(name)s नहीं हटा सकते" + +msgid "Are you sure?" +msgstr "क्या आप निश्चित हैं?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "चुने हुए %(verbose_name_plural)s हटा दीजिये " + +msgid "Administration" +msgstr "" + +msgid "All" +msgstr "सभी" + +msgid "Yes" +msgstr "हाँ" + +msgid "No" +msgstr "नहीं" + +msgid "Unknown" +msgstr "अनजान" + +msgid "Any date" +msgstr "कोई भी तारीख" + +msgid "Today" +msgstr "आज" + +msgid "Past 7 days" +msgstr "पिछले 7 दिन" + +msgid "This month" +msgstr "इस महीने" + +msgid "This year" +msgstr "इस साल" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"कृपया कर्मचारी खाते का सही %(username)s व कूटशब्द भरें। भरते समय दीर्घाक्षर और लघु अक्षर " +"का खयाल रखें।" + +msgid "Action:" +msgstr " क्रिया:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "एक और %(verbose_name)s जोड़ें " + +msgid "Remove" +msgstr "निकालें" + +msgid "action time" +msgstr "कार्य समय" + +msgid "user" +msgstr "" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "वस्तु आई डी " + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "वस्तु प्रतिनिधित्व" + +msgid "action flag" +msgstr "कार्य ध्वज" + +msgid "change message" +msgstr "परिवर्तन सन्देश" + +msgid "log entry" +msgstr "लॉग प्रविष्टि" + +msgid "log entries" +msgstr "लॉग प्रविष्टियाँ" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "\"%(object)s\" को जोड़ा गया." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "परिवर्तित \"%(object)s\" - %(changes)s " + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "\"%(object)s\" को नष्ट कर दिया है." + +msgid "LogEntry Object" +msgstr "LogEntry ऑब्जेक्ट" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "" + +msgid "and" +msgstr "और" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "कोई क्षेत्र नहीं बदला" + +msgid "None" +msgstr "कोई नहीं" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "कार्रवाई हेतु आयटम सही अनुक्रम में चुने जाने चाहिए | कोई आइटम नहीं बदले गये हैं." + +msgid "No action selected." +msgstr "कोई कार्रवाई नहीं चुनी है |" + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "%(name)s \"%(obj)s\" को कामयाबी से निकाला गया है" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "%(name)s नामक कोई वस्तू जिस की प्राथमिक कुंजी %(key)r हो, अस्तित्व में नहीं हैं |" + +#, python-format +msgid "Add %s" +msgstr "%s बढाएं" + +#, python-format +msgid "Change %s" +msgstr "%s बदलो" + +msgid "Database error" +msgstr "डेटाबेस त्रुटि" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s का परिवर्तन कामयाब हुआ |" +msgstr[1] "%(count)s %(name)s का परिवर्तन कामयाब हुआ |" + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s चुने" +msgstr[1] "सभी %(total_count)s चुने " + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "%(cnt)s में से 0 चुने" + +#, python-format +msgid "Change history: %s" +msgstr "इतिहास बदलो: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +msgid "Django site admin" +msgstr "ज्याँगो साइट प्रशासन" + +msgid "Django administration" +msgstr "ज्याँगो प्रशासन" + +msgid "Site administration" +msgstr "साइट प्रशासन" + +msgid "Log in" +msgstr "लॉगिन" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "पृष्ठ लापता" + +msgid "We're sorry, but the requested page could not be found." +msgstr "क्षमा कीजिए पर निवेदित पृष्ठ लापता है ।" + +msgid "Home" +msgstr "गृह" + +msgid "Server error" +msgstr "सर्वर त्रुटि" + +msgid "Server error (500)" +msgstr "सर्वर त्रुटि (500)" + +msgid "Server Error (500)" +msgstr "सर्वर त्रुटि (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"एक त्रुटि मिली है। इसकी जानकारी स्थल के संचालकों को डाक द्वारा दे दी गई है, और यह जल्द " +"ठीक हो जानी चाहिए। धीरज रखने के लिए शुक्रिया।" + +msgid "Run the selected action" +msgstr "चयनित कार्रवाई चलाइये" + +msgid "Go" +msgstr "आगे बढ़े" + +msgid "Click here to select the objects across all pages" +msgstr "सभी पृष्ठों पर मौजूद वस्तुओं को चुनने के लिए यहाँ क्लिक करें " + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "तमाम %(total_count)s %(module_name)s चुनें" + +msgid "Clear selection" +msgstr "चयन खालिज किया जाये " + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"पहले प्रदवोक्ता नाम और कूटशब्द दर्ज करें । उसके पश्चात ही आप अधिक प्रवोक्ता विकल्प बदल " +"सकते हैं ।" + +msgid "Enter a username and password." +msgstr "उपयोगकर्ता का नाम और कूटशब्द दर्ज करें." + +msgid "Change password" +msgstr "कूटशब्द बदलें" + +msgid "Please correct the error below." +msgstr "कृपया नीचे पायी गयी गलतियाँ ठीक करें ।" + +msgid "Please correct the errors below." +msgstr "" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "%(username)s प्रवोक्ता के लिए नयी कूटशब्द दर्ज करें ।" + +msgid "Welcome," +msgstr "आपका स्वागत है," + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "दस्तावेज़ीकरण" + +msgid "Log out" +msgstr "लॉग आउट" + +#, python-format +msgid "Add %(name)s" +msgstr "%(name)s बढाएं" + +msgid "History" +msgstr "इतिहास" + +msgid "View on site" +msgstr "साइट पे देखें" + +msgid "Filter" +msgstr "छन्नी" + +msgid "Remove from sorting" +msgstr "श्रेणीकरण से हटाये " + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "श्रेणीकरण प्राथमिकता : %(priority_number)s" + +msgid "Toggle sorting" +msgstr "टॉगल श्रेणीकरण" + +msgid "Delete" +msgstr "मिटाएँ" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"%(object_name)s '%(escaped_object)s' को मिटाने पर सम्बंधित वस्तुएँ भी मिटा दी " +"जाएगी, परन्तु आप के खाते में निम्नलिखित प्रकार की वस्तुओं को मिटाने की अनुमति नहीं हैं |" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"%(object_name)s '%(escaped_object)s' को हटाने के लिए उनसे संबंधित निम्नलिखित " +"संरक्षित वस्तुओं को हटाने की आवश्यकता होगी:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"क्या आप %(object_name)s \"%(escaped_object)s\" हटाना चाहते हैं? निम्नलिखित सभी " +"संबंधित वस्तुएँ नष्ट की जाएगी" + +msgid "Objects" +msgstr "" + +msgid "Yes, I'm sure" +msgstr "हाँ, मैंने पक्का तय किया हैं " + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "अनेक वस्तुएं हटाएँ" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"चयनित %(objects_name)s हटाने पर उस से सम्बंधित वस्तुएं भी हट जाएगी, परन्तु आपके खाते में " +"वस्तुओं के निम्नलिखित प्रकार हटाने की अनुमति नहीं है:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"चयनित %(objects_name)s को हटाने के पश्चात् निम्नलिखित संरक्षित संबंधित वस्तुओं को हटाने " +"की आवश्यकता होगी |" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"क्या आप ने पक्का तय किया हैं की चयनित %(objects_name)s को नष्ट किया जाये ? " +"निम्नलिखित सभी वस्तुएं और उनसे सम्बंधित वस्तुए भी नष्ट की जाएगी:" + +msgid "Change" +msgstr "बदलें" + +msgid "Delete?" +msgstr "मिटाएँ ?" + +#, python-format +msgid " By %(filter_title)s " +msgstr "%(filter_title)s द्वारा" + +msgid "Summary" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "%(name)s अनुप्रयोग के प्रतिरूप" + +msgid "Add" +msgstr "बढाएं" + +msgid "You don't have permission to edit anything." +msgstr "आपके पास कुछ भी संपादन करने के लिये अनुमति नहीं है ।" + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr " कोई भी उपलब्ध नहीं" + +msgid "Unknown content" +msgstr "अज्ञात सामग्री" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"अपने डेटाबेस स्थापना के साथ कुछ गलत तो है | सुनिश्चित करें कि उचित डेटाबेस तालिका बनायीं " +"गयी है, और सुनिश्चित करें कि डेटाबेस उपयुक्त उपयोक्ता के द्वारा पठनीय है |" + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "अपना पासवर्ड या उपयोगकर्ता नाम भूल गये हैं?" + +msgid "Date/time" +msgstr "तिथि / समय" + +msgid "User" +msgstr "उपभोक्ता" + +msgid "Action" +msgstr "कार्य" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"इस वस्तु का बदलाव इतिहास नहीं है. शायद वह इस साइट व्यवस्थापक के माध्यम से नहीं जोड़ा " +"गया है." + +msgid "Show all" +msgstr "सभी दिखाएँ" + +msgid "Save" +msgstr "सुरक्षित कीजिये" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Search" +msgstr "खोज" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s परिणाम" +msgstr[1] "%(counter)s परिणाम" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s कुल परिणाम" + +msgid "Save as new" +msgstr "नये सा सहेजें" + +msgid "Save and add another" +msgstr "सहेजें और एक और जोडें" + +msgid "Save and continue editing" +msgstr "सहेजें और संपादन करें" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "आज हमारे वेब साइट पर आने के लिए धन्यवाद ।" + +msgid "Log in again" +msgstr "फिर से लॉगिन कीजिए" + +msgid "Password change" +msgstr "कूटशब्द बदलें" + +msgid "Your password was changed." +msgstr "आपके कूटशब्द को बदला गया है" + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"सुरक्षा कारणों के लिए कृपया पुराना कूटशब्द दर्ज करें । उसके पश्चात नए कूटशब्द को दो बार दर्ज " +"करें ताकि हम उसे सत्यापित कर सकें ।" + +msgid "Change my password" +msgstr "कूटशब्द बदलें" + +msgid "Password reset" +msgstr "कूटशब्द पुनस्थाप" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "आपके कूटशब्द को स्थापित किया गया है । अब आप लॉगिन कर सकते है ।" + +msgid "Password reset confirmation" +msgstr "कूटशब्द पुष्टि" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "कृपया आपके नये कूटशब्द को दो बार दर्ज करें ताकि हम उसकी सत्याप्ती कर सकते है ।" + +msgid "New password:" +msgstr "नया कूटशब्द " + +msgid "Confirm password:" +msgstr "कूटशब्द पुष्टि कीजिए" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"कूटशब्द पुनस्थाप संपर्क अमान्य है, संभावना है कि उसे उपयोग किया गया है। कृपया फिर से कूटशब्द " +"पुनस्थाप की आवेदन करें ।" + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"अगर आपको कोई ईमेल प्राप्त नई होता है,यह ध्यान रखे की आपने सही पता रजिस्ट्रीकृत किया है " +"और आपने स्पॅम फोल्डर को जाचे|" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"आपको यह डाक इसलिए आई है क्योंकि आप ने %(site_name)s पर अपने खाते का कूटशब्द बदलने का " +"अनुरोध किया था |" + +msgid "Please go to the following page and choose a new password:" +msgstr "कृपया निम्नलिखित पृष्ठ पर नया कूटशब्द चुनिये :" + +msgid "Your username, in case you've forgotten:" +msgstr "आपका प्रवोक्ता नाम, यदि भूल गये हों :" + +msgid "Thanks for using our site!" +msgstr "हमारे साइट को उपयोग करने के लिए धन्यवाद ।" + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s दल" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"कूटशब्द भूल गए? नीचे अपना डाक पता भरें, वहाँ पर हम आपको नया कूटशब्द रखने के निर्देश भेजेंगे।" + +msgid "Email address:" +msgstr "डाक पता -" + +msgid "Reset my password" +msgstr " मेरे कूटशब्द की पुनःस्थापना" + +msgid "All dates" +msgstr "सभी तिथियों" + +#, python-format +msgid "Select %s" +msgstr "%s चुनें" + +#, python-format +msgid "Select %s to change" +msgstr "%s के बदली के लिए चयन करें" + +msgid "Date:" +msgstr "तिथि:" + +msgid "Time:" +msgstr "समय:" + +msgid "Lookup" +msgstr "लुक अप" + +msgid "Currently:" +msgstr "फ़िलहाल - " + +msgid "Change:" +msgstr "बदलाव -" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/hi/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/hi/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..15c98855b347e5b62d032c49a3607d1563a29949 GIT binary patch literal 4893 zcmdUx+mBsU9mltdild^SfES{RCbctxb7syM3OS`j94NF>I%x+Id~(m(Yv$~-&tBu+ zdwM!a6Q>XR0dhP_VFY34uGQXhoH!7 z@C0}ed>;HK_-XKY4n@yta0mDjDE8k4&w%fNa_=a@3*ap%KS7Mgz-89AartZDFTtC^ z--BNV-vPe_z6UDs?|%PQl;6a<0T$o`9X1Oa0wN`m-z~h z@{t+~wvOgH8OxQKQ(H${X~82Kx>e}teb2V5u->T$_a6%5B%DpO+L{MbVcOD3Fx56D z*B(@;inudaCH6emslAZIttVAsRLfpbVUn<|!a^A|)q|U2#(A zEO%yj<<5IJGKf&0#gG6Vp{;8p%$oTH?KzQ(GJ>TU3~32+iuEtC11w zMb{{<>%6|HQ~iJk9(g+cO^+NgALNmV!lhuwbd2~N%q%TvLMCN}@F!98JZBT2BGYvd zZOUixgw9Ems1s(}Aqnl38l z%}92#zH_i~m2+xI7j-qA=rGr=D%8Fo2yb%Vc~0S{8eME=x|S_E&m1K~PA#U+sjoM>#XP25#$+^r_R+iXnUF)=wY zfnaUFJ`{`24RVtW)tG2D8h1?a8F?hki`q;Urg;(;CTpraVVY8Mk7(LFQTO5v%kL$2 zS&!2>b02ro`NeQv*JgCsX{v`M6Kb?w6bsGq@ou+UFGOEFrw`X#rZes$>OtZ!kGJFT zv5~#I_dYm?y-}YSnKEgiQ+%QYnyS!;i}8gdjME*G`z+VR&c|kU)$SR{iLE)E)gDY+ zCSndW)jhLu(RZ?`+VRMAvY3TQZI{V9c~hkecA4*-+@aj#&e2rezEd^Ec8oBN-F&Xf z*Q%9cRr!>v%F8@4xZMn|$}`o<(W-p4D%UtWU6mKy)0JxFS>!*82Gm*&&jG#b)*SkO z$Cld80S{+!AgIcpRpoE0a#glgeqNQY$aJsDi&c5fuFoNSQr6aQPI`{^*3WT{%w>tK zyui~&0Zz_WE6baltdn$hy*B)o3wXJPZJvgCbLx28h-WLuhZMt~jh<~GfuP>1O5uSG zVsmTpb`ViLK*ELa5shA{%3oRkKAzDR{au^$K;aZSxJxpK`32m9&sVJ9)B^cnx3o)g zvCJ{~Ic~*qr+BjVN@9ocQN@?u08QtXTnj>S|2NTnGg=y5p^}y-W;h%Z3Wy!W9g0CUr{o z1Y9uJs<;1NhJEc2;eVFlevMvmHS{q^rW(%%whUGQ3Q$g?;hV6h=+a%a^1=Aa`GLW#psz$B5%TitC+8DdOzxr<3+2|)i zdCB(gvl!@4)n0E>`**VMi+{Zq8ktVzGDhfVKVXn1zmUV3n@2P)?k-8>PT5y?F zl>2G$-z9k?o6JZzWqaK7qVO+d9OIPmd%2W6lsNt&(zEHHzotT*!c4z(E!pc{&re&n zn2c+ZMQ+Wkfd10-;GiU|Rl(u-V3kOZ`T1FHrwKh8ULKk$(~p zmmX&=^Y$87>g}$jQX{4VQuMC|5ef{_7HK=mwquTpTVtZa#za*RBDVGG_ Oe{9;`rTLCQ-M;|HN, 2012 +# Jannis Leidel , 2011 +# Sandeep Satavlekar , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 10:11+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Hindi (http://www.transifex.com/django/django/language/hi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "उपलब्ध %s" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"यह उपलब्ध %s की सूची है. आप उन्हें नीचे दिए गए बॉक्स में से चयन करके कुछ को चुन सकते हैं और " +"उसके बाद दो बॉक्स के बीच \"चुनें\" तीर पर क्लिक करें." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "इस बॉक्स में टाइप करने के लिए नीचे उपलब्ध %s की सूची को फ़िल्टर करें." + +msgid "Filter" +msgstr "छानना" + +msgid "Choose all" +msgstr "सभी चुनें" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "एक ही बार में सभी %s को चुनने के लिए क्लिक करें." + +msgid "Choose" +msgstr "चुनें" + +msgid "Remove" +msgstr "हटाना" + +#, javascript-format +msgid "Chosen %s" +msgstr "चुनें %s" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"यह उपलब्ध %s की सूची है. आप उन्हें नीचे दिए गए बॉक्स में से चयन करके कुछ को हटा सकते हैं और " +"उसके बाद दो बॉक्स के बीच \"हटायें\" तीर पर क्लिक करें." + +msgid "Remove all" +msgstr "सभी को हटाएँ" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "एक ही बार में सभी %s को हटाने के लिए क्लिक करें." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(cnt)s में से %(sel)s चुना गया हैं" +msgstr[1] "%(cnt)s में से %(sel)s चुने गए हैं" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"स्वतंत्र सम्पादनक्षम क्षेत्र/स्तम्भ में किये हुए बदल अभी रक्षित नहीं हैं | अगर आप कुछ कार्रवाई " +"करते हो तो वे खो जायेंगे |" + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"आप ने कार्रवाई तो चुनी हैं, पर स्वतंत्र सम्पादनक्षम क्षेत्र/स्तम्भ में किये हुए बदल अभी सुरक्षित " +"नहीं किये हैं| उन्हें सुरक्षित करने के लिए कृपया 'ओके' क्लिक करे | आप को चुनी हुई कार्रवाई " +"दोबारा चलानी होगी |" + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"आप ने कार्रवाई चुनी हैं, और आप ने स्वतंत्र सम्पादनक्षम क्षेत्र/स्तम्भ में बदल नहीं किये हैं| " +"संभवतः 'सेव' बटन के बजाय आप 'गो' बटन ढून्ढ रहे हो |" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +msgstr[1] "" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +msgstr[1] "" + +msgid "Now" +msgstr "अब" + +msgid "Choose a Time" +msgstr "" + +msgid "Choose a time" +msgstr "एक समय चुनें" + +msgid "Midnight" +msgstr "मध्यरात्री" + +msgid "6 a.m." +msgstr "सुबह 6 बजे" + +msgid "Noon" +msgstr "दोपहर" + +msgid "6 p.m." +msgstr "" + +msgid "Cancel" +msgstr "रद्द करें" + +msgid "Today" +msgstr "आज" + +msgid "Choose a Date" +msgstr "" + +msgid "Yesterday" +msgstr "कल (बीता)" + +msgid "Tomorrow" +msgstr "कल" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "दिखाओ" + +msgid "Hide" +msgstr " छिपाओ" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/hr/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/hr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..6f7248994054cc14c1510ec95fe42d1fc3ab0b3d GIT binary patch literal 14743 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 DPdOwy literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/hr/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/hr/LC_MESSAGES/django.po new file mode 100644 index 0000000..29d66ca --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/hr/LC_MESSAGES/django.po @@ -0,0 +1,686 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# aljosa , 2011,2013 +# Bojan Mihelač , 2012 +# Jannis Leidel , 2011 +# Mislav Cimperšak , 2013,2015 +# Ylodi , 2015 +# Ylodi , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 09:09+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Croatian (http://www.transifex.com/django/django/language/" +"hr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hr\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Uspješno izbrisano %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Nije moguće izbrisati %(name)s" + +msgid "Are you sure?" +msgstr "Jeste li sigurni?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Izbrišite odabrane %(verbose_name_plural)s" + +msgid "Administration" +msgstr "Administracija" + +msgid "All" +msgstr "Svi" + +msgid "Yes" +msgstr "Da" + +msgid "No" +msgstr "Ne" + +msgid "Unknown" +msgstr "Nepoznat pojam" + +msgid "Any date" +msgstr "Bilo koji datum" + +msgid "Today" +msgstr "Danas" + +msgid "Past 7 days" +msgstr "Prošlih 7 dana" + +msgid "This month" +msgstr "Ovaj mjesec" + +msgid "This year" +msgstr "Ova godina" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Molimo unesite ispravno %(username)s i lozinku za pristup. Imajte na umu da " +"oba polja mogu biti velika i mala slova." + +msgid "Action:" +msgstr "Akcija:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Dodaj još jedan %(verbose_name)s" + +msgid "Remove" +msgstr "Ukloni" + +msgid "action time" +msgstr "vrijeme akcije" + +msgid "user" +msgstr "korisnik" + +msgid "content type" +msgstr "tip sadržaja" + +msgid "object id" +msgstr "id objekta" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "repr objekta" + +msgid "action flag" +msgstr "oznaka akcije" + +msgid "change message" +msgstr "promijeni poruku" + +msgid "log entry" +msgstr "zapis" + +msgid "log entries" +msgstr "zapisi" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "Dodano \"%(object)s\"." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "Promijenjeno \"%(object)s\" - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "Obrisano \"%(object)s.\"" + +msgid "LogEntry Object" +msgstr "Log zapis" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "Dodano." + +msgid "and" +msgstr "i" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "Nije bilo promjena polja." + +msgid "None" +msgstr "Nijedan" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" +"Držite \"Control\" ili \"Command\" na Mac-u kako bi odabrali više od jednog " +"objekta. " + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Unosi moraju biti odabrani da bi se nad njima mogle izvršiti akcije. Nijedan " +"unos nije promijenjen." + +msgid "No action selected." +msgstr "Nije odabrana akcija." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "%(name)s \"%(obj)s\" uspješno izbrisan." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "Unos %(name)s sa primarnim ključem %(key)r ne postoji." + +#, python-format +msgid "Add %s" +msgstr "Novi unos (%s)" + +#, python-format +msgid "Change %s" +msgstr "Promijeni %s" + +msgid "Database error" +msgstr "Pogreška u bazi" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s uspješno promijenjen." +msgstr[1] "%(count)s %(name)s uspješno promijenjeno." +msgstr[2] "%(count)s %(name)s uspješno promijenjeno." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s odabrano" +msgstr[1] "Svih %(total_count)s odabrano" +msgstr[2] "Svih %(total_count)s odabrano" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 od %(cnt)s odabrano" + +#, python-format +msgid "Change history: %s" +msgstr "Promijeni povijest: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Brisanje %(class_name)s %(instance)s bi zahtjevalo i brisanje sljedećih " +"zaštićenih povezanih objekata: %(related_objects)s" + +msgid "Django site admin" +msgstr "Django administracija stranica" + +msgid "Django administration" +msgstr "Django administracija" + +msgid "Site administration" +msgstr "Administracija stranica" + +msgid "Log in" +msgstr "Prijavi se" + +#, python-format +msgid "%(app)s administration" +msgstr "%(app)s administracija" + +msgid "Page not found" +msgstr "Stranica nije pronađena" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Ispričavamo se, ali tražena stranica nije pronađena." + +msgid "Home" +msgstr "Početna" + +msgid "Server error" +msgstr "Greška na serveru" + +msgid "Server error (500)" +msgstr "Greška na serveru (500)" + +msgid "Server Error (500)" +msgstr "Greška na serveru (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Dogodila se greška. Administratori su obaviješteni putem elektroničke pošte " +"te bi greška uskoro trebala biti ispravljena. Hvala na strpljenju." + +msgid "Run the selected action" +msgstr "Izvrši odabranu akciju" + +msgid "Go" +msgstr "Idi" + +msgid "Click here to select the objects across all pages" +msgstr "Klikni ovdje da bi odabrao unose kroz sve stranice" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Odaberi svih %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Očisti odabir" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Prvo, unesite korisničko ime i lozinku. Onda možete promijeniti više " +"postavki korisnika." + +msgid "Enter a username and password." +msgstr "Unesite korisničko ime i lozinku." + +msgid "Change password" +msgstr "Promijeni lozinku" + +msgid "Please correct the error below." +msgstr "Molimo ispravite navedene greške." + +msgid "Please correct the errors below." +msgstr "Molimo ispravite navedene greške." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Unesite novu lozinku za korisnika %(username)s." + +msgid "Welcome," +msgstr "Dobrodošli," + +msgid "View site" +msgstr "Pogledaj stranicu" + +msgid "Documentation" +msgstr "Dokumentacija" + +msgid "Log out" +msgstr "Odjava" + +#, python-format +msgid "Add %(name)s" +msgstr "Novi unos - %(name)s" + +msgid "History" +msgstr "Povijest" + +msgid "View on site" +msgstr "Pogledaj na stranicama" + +msgid "Filter" +msgstr "Filter" + +msgid "Remove from sorting" +msgstr "Odstrani iz sortiranja" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Prioritet sortiranja: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Preklopi sortiranje" + +msgid "Delete" +msgstr "Izbriši" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Brisanje %(object_name)s '%(escaped_object)s' rezultiralo bi brisanjem " +"povezanih objekta, ali vi nemate privilegije za brisanje navedenih objekta: " + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Brisanje %(object_name)s '%(escaped_object)s' bi zahtijevalo i brisanje " +"sljedećih zaštićenih povezanih objekata:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Jeste li sigurni da želite izbrisati %(object_name)s \"%(escaped_object)s\"? " +"Svi navedeni objekti biti će izbrisani:" + +msgid "Objects" +msgstr "Objekti" + +msgid "Yes, I'm sure" +msgstr "Da, siguran sam" + +msgid "No, take me back" +msgstr "Ne, vrati me natrag" + +msgid "Delete multiple objects" +msgstr "Izbriši više unosa." + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Brisanje odabranog %(objects_name)s rezultiralo bi brisanjem povezanih " +"objekta, ali vaš korisnički račun nema dozvolu za brisanje sljedeće vrste " +"objekata:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Brisanje odabranog %(objects_name)s će zahtijevati brisanje sljedećih " +"zaštićenih povezanih objekata:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Jeste li sigurni da želite izbrisati odabrane %(objects_name)s ? Svi " +"sljedeći objekti i povezane stavke će biti izbrisani:" + +msgid "Change" +msgstr "Promijeni" + +msgid "Delete?" +msgstr "Izbriši?" + +#, python-format +msgid " By %(filter_title)s " +msgstr "Po %(filter_title)s " + +msgid "Summary" +msgstr "Sažetak" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modeli u aplikaciji %(name)s" + +msgid "Add" +msgstr "Novi unos" + +msgid "You don't have permission to edit anything." +msgstr "Nemate privilegije za promjenu podataka." + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "Nije dostupno" + +msgid "Unknown content" +msgstr "Sadržaj nepoznat" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Nešto nije uredu sa instalacijom/postavkama baze. Provjerite jesu li " +"potrebne tablice u bazi kreirane i provjerite je li baza dostupna korisniku." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Prijavljeni ste kao %(username)s, ali nemate dopuštenje za pristup traženoj " +"stranici. Želite li se prijaviti drugim korisničkim računom?" + +msgid "Forgotten your password or username?" +msgstr "Zaboravili ste lozinku ili korisničko ime?" + +msgid "Date/time" +msgstr "Datum/vrijeme" + +msgid "User" +msgstr "Korisnik" + +msgid "Action" +msgstr "Akcija" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Ovaj objekt nema povijest promjena. Moguće je da nije dodan korištenjem ove " +"administracije." + +msgid "Show all" +msgstr "Prikaži sve" + +msgid "Save" +msgstr "Spremi" + +msgid "Popup closing..." +msgstr "Zatvaranje popup-a..." + +#, python-format +msgid "Change selected %(model)s" +msgstr "Promijeni označene %(model)s" + +#, python-format +msgid "Add another %(model)s" +msgstr "Dodaj još jedan %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Obriši odabrane %(model)s" + +msgid "Search" +msgstr "Traži" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s rezultat" +msgstr[1] "%(counter)s rezultata" +msgstr[2] "%(counter)s rezultata" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s ukupno" + +msgid "Save as new" +msgstr "Spremi kao novi unos" + +msgid "Save and add another" +msgstr "Spremi i unesi novi unos" + +msgid "Save and continue editing" +msgstr "Spremi i nastavi uređivati" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Hvala što ste proveli malo kvalitetnog vremena na stranicama danas." + +msgid "Log in again" +msgstr "Prijavite se ponovo" + +msgid "Password change" +msgstr "Promjena lozinke" + +msgid "Your password was changed." +msgstr "Vaša lozinka je promijenjena." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Molim unesite staru lozinku, zbog sigurnosti, i onda unesite novu lozinku " +"dvaput da bi mogli provjeriti jeste li je ispravno unijeli." + +msgid "Change my password" +msgstr "Promijeni moju lozinku" + +msgid "Password reset" +msgstr "Resetiranje lozinke" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Vaša lozinka je postavljena. Sada se možete prijaviti." + +msgid "Password reset confirmation" +msgstr "Potvrda promjene lozinke" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Molimo vas da unesete novu lozinku dvaput da bi mogli provjeriti jeste li je " +"ispravno unijeli." + +msgid "New password:" +msgstr "Nova lozinka:" + +msgid "Confirm password:" +msgstr "Potvrdi lozinku:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Link za resetiranje lozinke je neispravan, vjerojatno jer je već korišten. " +"Molimo zatražite novo resetiranje lozinke." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Elektroničkom poštom smo vam poslali upute za postavljanje Vaše zaporke, ako " +"postoji korisnički račun s e-mail adresom koju ste unijeli. Uskoro bi ih " +"trebali primiti. " + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Ako niste primili e-mail provjerite da li ste ispravno unijeli adresu s " +"kojom ste se registrirali i provjerite spam sandučić." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Primili ste ovu poruku jer ste zatražili postavljanje nove lozinke za svoj " +"korisnički račun na %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Molimo otiđite do sljedeće stranice i odaberite novu lozinku:" + +msgid "Your username, in case you've forgotten:" +msgstr "Vaše korisničko ime, u slučaju da ste zaboravili:" + +msgid "Thanks for using our site!" +msgstr "Hvala šta koristite naše stranice!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s tim" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"Zaboravili ste lozinku? Unesite vašu e-mail adresu ispod i poslati ćemo vam " +"upute kako postaviti novu." + +msgid "Email address:" +msgstr "E-mail adresa:" + +msgid "Reset my password" +msgstr "Resetiraj moju lozinku" + +msgid "All dates" +msgstr "Svi datumi" + +#, python-format +msgid "Select %s" +msgstr "Odaberi %s" + +#, python-format +msgid "Select %s to change" +msgstr "Odaberi za promjenu - %s" + +msgid "Date:" +msgstr "Datum:" + +msgid "Time:" +msgstr "Vrijeme:" + +msgid "Lookup" +msgstr "Potraži" + +msgid "Currently:" +msgstr "Trenutno:" + +msgid "Change:" +msgstr "Promijeni:" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/hr/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/hr/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..9ceabe8024deca9a477e00a6517f0be97196d253 GIT binary patch literal 3360 zcmbtV&5ImG6faHu$od_P-yhGwCRucPXEwUZBxBT#(T#4hW=A0xp=P>vre?aU+Un|= zY!E>&xfoGU5D$vrRZtJ!6b~B^!GA$7Ui6{|Q4kOQUUg40#zaAzuKsmZy^r5}^}64; z+qb?gaNUD(C&o>e2r&n|`cgb_eGGgE_zCcG;13o447?ii->Ui6E#>}Iz-zF+y+W!m z0?uH4KX4oHNg(@t7Pt%eB9QIB1KbLHA9yA3!)pE!5V!ag50?83$o4)5viw)Tw}9UO z-voBBcp2~)AlvyJxDU7mi|qdZ@Lk|CkoCR?X21;?{|-6$5x9o=*HC8tyP?E-yYaXR z*Z}f+3wQe-{`5zXWnTKLJ5O{94WbsODP`B*(W6 z$a2>LIqn^Juzv!+2Al()27U%)I|t#E@i1@^xC&(bQ^1#juLIuzUV}q?1^6BiVT-#k z?!dSngD=ns@$mcI{J;el;kpS==5{Rx*TU@>+cEfpd2utwtvsnNK5vwZxTTsipB)$+ z2j>n)7i#cE;B6S3SB_zFab1boJ-JHeavU@7r)Npf&6Nqp65Sn=x6}>hNG1uENqVyI z5{aeBzEi0ksjv^xQv00PA)R>T#8Wy}VnxSB_xfHOvDV-*7RQ2a1#CjB^|9RU>zr`= zzM@3uaJf!$D$VyMgPD>>R( zW^5-(=OENkeykwF-u>7T)Kwl`kkr|L&oQdf@jn@riTO81HkKQrZBxsJ7bIIeOW6Px4A_9YHFAFMSVqJ_Q9 z#=?E|g?b%=wPR|e+2(n23k_=2n~lbObzC#g$lTZ3PMSQC-nu3omd2puo>BPB6WR|p zm_C|>X{61%eFQqDSIC~KwUtbpwB#)KAo4wZ@3ZFo{CGT$Je$<(>O|DF>3kW~1d>XB zzVGJeW>%J0o;VkNBdX6VS>u%fEqnz{^6G@2&l0K4K0bbzE8lvqeW>>EIXU*Vu3YU2 z)3q^v1xVIt%+|1U~8xxLLG?szbz+4)LG& z7O5B%-dS!NHnXu&;vkBt$kbjqrO{&fr0giCu@KNJilr~o$vWmErw0lhq>`Lk zsdOkGsi0rRkc+1iJv2I)q7a+HJA}BK*m$5~W6{W_rHWxm^WWGuyV!9oRr(W=u!dFBg*HnKFpzsP1N*tkrB?t@H3EB4G6OfCjZuOR|* z8lH{By?GklB$fnOrlcH877$7X1$q^dN}7foD{t(q^0Sk2?-ZI1WKO1P^UZ?dkqlZg zqQ8;}$-yc7l}we4|4FAz$iJ{TD2>d;8VW^CKl5ZZ~;_)V9c8R1N) zP#i8cPov#)E#Sk^h#vi6*wupq&4ch$z}(2p$&tpc!I=!h8K(nPCb~+xPJ>IGB1_K? z6n=TqqgKHTX9yd;BJI#}tf_!zjz4o)Sj*6Tb#xK;!66eE*fSqc9%QkGu5=Oa@V#Oa zo!atT*)Mv-Nm=SjGeCn_vB(8&p5jB#P=_P1%{K+&bu2*!zW+eUulkds$ literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/hr/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/hr/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..0cabe3e --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/hr/LC_MESSAGES/djangojs.po @@ -0,0 +1,223 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# aljosa , 2011 +# Bojan Mihelač , 2012 +# Davor Lučić , 2011 +# Jannis Leidel , 2011 +# Mislav Cimperšak , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 10:11+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Croatian (http://www.transifex.com/django/django/language/" +"hr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hr\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#, javascript-format +msgid "Available %s" +msgstr "Dostupno %s" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"Ovo je popis dostupnih %s. Možete dodati pojedine na način da ih izaberete u " +"polju ispod i kliknete \"Izaberi\" strelicu između dva polja. " + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Tipkajte u ovo polje da filtrirate listu dostupnih %s." + +msgid "Filter" +msgstr "Filter" + +msgid "Choose all" +msgstr "Odaberi sve" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Kliknite da odabrete sve %s odjednom." + +msgid "Choose" +msgstr "Izaberi" + +msgid "Remove" +msgstr "Ukloni" + +#, javascript-format +msgid "Chosen %s" +msgstr "Odabrano %s" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"Ovo je popis odabranih %s. Možete ukloniti pojedine na način da ih izaberete " +"u polju ispod i kliknete \"Ukloni\" strelicu između dva polja. " + +msgid "Remove all" +msgstr "Ukloni sve" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Kliknite da uklonite sve izabrane %s odjednom." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "odabrano %(sel)s od %(cnt)s" +msgstr[1] "odabrano %(sel)s od %(cnt)s" +msgstr[2] "odabrano %(sel)s od %(cnt)s" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Neke promjene nisu spremljene na pojedinim polja za uređivanje. Ako " +"pokrenete akciju, nespremljene promjene će biti izgubljene." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Odabrali ste akciju, ali niste još spremili promjene na pojedinim polja. " +"Molimo kliknite OK za spremanje. Morat ćete ponovno pokrenuti akciju." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Odabrali ste akciju, a niste napravili nikakve izmjene na pojedinim poljima. " +"Vjerojatno tražite gumb Idi umjesto gumb Spremi." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "Now" +msgstr "Sada" + +msgid "Choose a Time" +msgstr "Izaberite vrijeme" + +msgid "Choose a time" +msgstr "Izaberite vrijeme" + +msgid "Midnight" +msgstr "Ponoć" + +msgid "6 a.m." +msgstr "6 ujutro" + +msgid "Noon" +msgstr "Podne" + +msgid "6 p.m." +msgstr "6 popodne" + +msgid "Cancel" +msgstr "Odustani" + +msgid "Today" +msgstr "Danas" + +msgid "Choose a Date" +msgstr "Odaberite datum" + +msgid "Yesterday" +msgstr "Jučer" + +msgid "Tomorrow" +msgstr "Sutra" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "Prikaži" + +msgid "Hide" +msgstr "Sakri" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/hsb/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/hsb/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..ddf6737062631999223331dd3624f0b10d5933f6 GIT binary patch literal 16571 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 literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/hsb/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/hsb/LC_MESSAGES/django.po new file mode 100644 index 0000000..046f104 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/hsb/LC_MESSAGES/django.po @@ -0,0 +1,683 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Michael Wolf , 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-06-12 16:37+0000\n" +"Last-Translator: Michael Wolf \n" +"Language-Team: Upper Sorbian (http://www.transifex.com/django/django/" +"language/hsb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hsb\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" +"%100==4 ? 2 : 3);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d %(items)s je so wuspěšnje zhašało." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "%(name)s njeda so zhašeć." + +msgid "Are you sure?" +msgstr "Sće wěsty?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Wubrane %(verbose_name_plural)s zhašeć" + +msgid "Administration" +msgstr "Administracija" + +msgid "All" +msgstr "Wšě" + +msgid "Yes" +msgstr "Haj" + +msgid "No" +msgstr "Ně" + +msgid "Unknown" +msgstr "Njeznaty" + +msgid "Any date" +msgstr "Někajki datum" + +msgid "Today" +msgstr "Dźensa" + +msgid "Past 7 days" +msgstr "Zańdźene 7 dnjow" + +msgid "This month" +msgstr "Tutón měsac" + +msgid "This year" +msgstr "Lětsa" + +msgid "No date" +msgstr "Žadyn datum" + +msgid "Has date" +msgstr "Ma datum" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Prošu zapodajće korektne %(username)s a hesło za personalne konto. Dźiwajće " +"na to, zo wobě poli móžetej mjez wulko- a małopisanjom rozeznawać." + +msgid "Action:" +msgstr "Akcija:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Přidajće nowe %(verbose_name)s" + +msgid "Remove" +msgstr "Wotstronić" + +msgid "action time" +msgstr "akciski čas" + +msgid "user" +msgstr "wužiwar" + +msgid "content type" +msgstr "wobsahowy typ" + +msgid "object id" +msgstr "objektowy id" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "objektowa reprezentacija" + +msgid "action flag" +msgstr "akciske markěrowanje" + +msgid "change message" +msgstr "změnowa powěsć" + +msgid "log entry" +msgstr "protokolowy zapisk" + +msgid "log entries" +msgstr "protokolowe zapiski" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "Přidate „%(object)s“." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "Změnjene „%(object)s“ - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "Zhašany „%(object)s.\"" + +msgid "LogEntry Object" +msgstr "Objekt LogEntry" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "{name} „{object}“je so přidał." + +msgid "Added." +msgstr "Přidaty." + +msgid "and" +msgstr "a" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "{fields} za {name} „{object}“ su so změnili." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "{fields} změnjene." + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "{name} „{object}“ je so zhašał." + +msgid "No fields changed." +msgstr "Žane pola změnjene." + +msgid "None" +msgstr "Žadyn" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "Dźeržće „ctrl“ abo „cmd“ na Mac stłóčeny, zo byšće přez jedyn wubrał." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "{name} „{obj}“ je so wuspěšnje přidał. Móžeće jón deleka wobdźěłować." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" +"{name} „{obj}“ je so wuspěšnje přidał. Móžeće deleka dalši {name} přidać." + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "{name} „{obj}“ je so wuspěšnje přidał." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "{name} „{obj}“ je so wuspěšnje změnił. Móžeće jón deleka wobdźěłować." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" +"{name} „{obj}“ je so wuspěšnje změnił. Móžeće deleka dalši {name} přidać." + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "{name} „{obj}“ je so wuspěšnje změnił." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Dyrbiće zapiski wubrać, zo byšće akcije z nimi wuwjesć. Zapiski njejsu so " +"změnili." + +msgid "No action selected." +msgstr "žana akcija wubrana." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "%(name)s \"%(obj)s\" je so wuspěšnje zhašał." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "Objekt %(name)s z primarnym klučom %(key)r njeeksistuje." + +#, python-format +msgid "Add %s" +msgstr "%s přidać" + +#, python-format +msgid "Change %s" +msgstr "%s změnić" + +msgid "Database error" +msgstr "Zmylk datoweje banki" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s je so wuspěšnje změnił." +msgstr[1] "%(count)s %(name)s stej so wuspěšnje změniłoj." +msgstr[2] "%(count)s %(name)s su so wuspěšnje změnili." +msgstr[3] "%(count)s %(name)s je so wuspěšnje změniło." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s wubrany" +msgstr[1] "%(total_count)s wubranej" +msgstr[2] "%(total_count)s wubrane" +msgstr[3] "%(total_count)s wubranych" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 z %(cnt)s wubranych" + +#, python-format +msgid "Change history: %s" +msgstr "Změnowa historija: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Zo bychu so %(class_name)s %(instance)s zhašeli, dyrbja so slědowace škitane " +"přisłušne objekty zhašeć: %(related_objects)s" + +msgid "Django site admin" +msgstr "Administrator sydła Django" + +msgid "Django administration" +msgstr "Administracija Django" + +msgid "Site administration" +msgstr "Sydłowa administracija" + +msgid "Log in" +msgstr "Přizjewić" + +#, python-format +msgid "%(app)s administration" +msgstr "Administracija %(app)s" + +msgid "Page not found" +msgstr "Strona njeje so namakała" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Je nam žel, ale požadana strona njeda so namakać." + +msgid "Home" +msgstr "Startowa strona" + +msgid "Server error" +msgstr "Serwerowy zmylk" + +msgid "Server error (500)" +msgstr "Serwerowy zmylk (500)" + +msgid "Server Error (500)" +msgstr "Serwerowy zmylk (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Zmylk je wustupił. Je so sydłowym administratoram přez e-mejl zdźělił a měł " +"so bórze wotstronić. Dźakujemy so za wašu sćerpliwosć." + +msgid "Run the selected action" +msgstr "Wubranu akciju wuwjesć" + +msgid "Go" +msgstr "Start" + +msgid "Click here to select the objects across all pages" +msgstr "Klikńće tu, zo byšće objekty wšěch stronow wubrać" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Wubjerće wšě %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Wuběr wotstronić" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Zapodajće najprjedy wužiwarske mjeno a hesło. Potom móžeće dalše wužiwarske " +"nastajenja wobdźěłować." + +msgid "Enter a username and password." +msgstr "Zapodajće wužiwarske mjeno a hesło." + +msgid "Change password" +msgstr "Hesło změnić" + +msgid "Please correct the error below." +msgstr "Prošu porjedźće slědowacy zmylk." + +msgid "Please correct the errors below." +msgstr "Prošu porjedźće slědowace zmylki." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Zapodajće nowe hesło za %(username)s." + +msgid "Welcome," +msgstr "Witajće," + +msgid "View site" +msgstr "Sydło pokazać" + +msgid "Documentation" +msgstr "Dokumentacija" + +msgid "Log out" +msgstr "Wotzjewić" + +#, python-format +msgid "Add %(name)s" +msgstr "%(name)s přidać" + +msgid "History" +msgstr "Historija" + +msgid "View on site" +msgstr "Na sydle pokazać" + +msgid "Filter" +msgstr "Filtrować" + +msgid "Remove from sorting" +msgstr "Ze sortěrowanja wotstronić" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Sortěrowanski porjad: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Sortěrowanje přepinać" + +msgid "Delete" +msgstr "Zhašeć" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Hdyž so %(object_name)s '%(escaped_object)s' zhašeja, so tež přisłušne " +"objekty zhašeja, ale waše konto nima prawo slědowace typy objektow zhašeć:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Zo by so %(object_name)s '%(escaped_object)s' zhašało, dyrbja so slědowace " +"přisłušne objekty zhašeć:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Chceće woprawdźe %(object_name)s \"%(escaped_object)s\" zhašeć? Wšě " +"slědowace přisłušne zapiski so zhašeja:" + +msgid "Objects" +msgstr "Objekty" + +msgid "Yes, I'm sure" +msgstr "Haj, sym sej wěsty" + +msgid "No, take me back" +msgstr "Ně, prošu wróćo" + +msgid "Delete multiple objects" +msgstr "Wjacore objekty zhašeć" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Hdyž so wubrany %(objects_name)s zhaša, so přisłušne objekty zhašeja, ale " +"waše konto nima prawo slědowace typy objektow zhašeć: " + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Hdyž so wubrany %(objects_name)s zhaša, so slědowace škitane přisłušne " +"objekty zhašeja:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Chceće woprawdźe wubrane %(objects_name)s zhašeć? Wšě slědowace objekty a " +"jich přisłušne zapiski so zhašeja:" + +msgid "Change" +msgstr "Změnić" + +msgid "Delete?" +msgstr "Zhašeć?" + +#, python-format +msgid " By %(filter_title)s " +msgstr "Po %(filter_title)s " + +msgid "Summary" +msgstr "Zjeće" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modele w nałoženju %(name)s" + +msgid "Add" +msgstr "Přidać" + +msgid "You don't have permission to edit anything." +msgstr "Nimaće prawo něšto wobdźěłować." + +msgid "Recent actions" +msgstr "Najnowše akcije" + +msgid "My actions" +msgstr "Moje akcije" + +msgid "None available" +msgstr "Žadyn k dispoziciji" + +msgid "Unknown content" +msgstr "Njeznaty wobsah" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Něšto je so z instalaciju datoweje banki nimokuliło. Zawěsćće, zo wotpowědne " +"tabele datoweje banki su so wutworili, a, zo datowa banka da so wot " +"wotpowědneho wužiwarja čitać." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Sće jako %(username)s awtentifikowany, ale nimaće přistup na tutu stronu. " +"Chceće so pola druheho konta přizjewić?" + +msgid "Forgotten your password or username?" +msgstr "Sće swoje hesło abo wužiwarske mjeno zabył?" + +msgid "Date/time" +msgstr "Datum/čas" + +msgid "User" +msgstr "Wužiwar" + +msgid "Action" +msgstr "Akcija" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Tutón objekt nima změnowu historiju. Njeje so najskerje přez " +"administratorowe sydło přidał." + +msgid "Show all" +msgstr "Wšě pokazać" + +msgid "Save" +msgstr "Składować" + +msgid "Popup closing..." +msgstr "Wuskakowace wokno so začinja..." + +#, python-format +msgid "Change selected %(model)s" +msgstr "Wubrane %(model)s změnić" + +#, python-format +msgid "Add another %(model)s" +msgstr "Druhi %(model)s přidać" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Wubrane %(model)s zhašeć" + +msgid "Search" +msgstr "Pytać" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s wuslědk" +msgstr[1] "%(counter)s wuslědkaj" +msgstr[2] "%(counter)s wuslědki" +msgstr[3] "%(counter)s wuslědkow" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s dohromady" + +msgid "Save as new" +msgstr "Jako nowy składować" + +msgid "Save and add another" +msgstr "Skłaodwac a druhi přidać" + +msgid "Save and continue editing" +msgstr "Składować a dale wobdźěłować" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Wulki dźak, zo sće dźensa rjane chwile z websydłom přebywali." + +msgid "Log in again" +msgstr "Znowa přizjewić" + +msgid "Password change" +msgstr "Hesło změnić" + +msgid "Your password was changed." +msgstr "Waše hesło je so změniło." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Prošu zapodajće swoje stare hesło k swojemu škitej a potom swoje nowe hesło " +"dwójce, zo bychmy móhli přepruwować, hač sće jo korektnje zapodał." + +msgid "Change my password" +msgstr "Moje hesło změnić" + +msgid "Password reset" +msgstr "Hesło wróćo stajić" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Waše hesło je so nastajiło. Móžeće pokročować a so nětko přizjewić." + +msgid "Password reset confirmation" +msgstr "Wobkrućenje wróćostajenja hesła" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Prošu zapodajće swoje hesło dwójce, zo bychmy móhli přepruwować, hač sće jo " +"korektnje zapodał." + +msgid "New password:" +msgstr "Nowe hesło:" + +msgid "Confirm password:" +msgstr "Hesło wobkrućić:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Wotkaz za wróćostajenje hesła bě njepłaćiwy, snano dokelž je so hižo wužił. " +"Prošu prošće wo nowe wróćostajenje hesła." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Smy wam e-mejlku z instrukcijemi wo nastajenju wašeho hesła pósłali, jeli " +"konto ze zapodatej e-mejlowej adresu eksistuje. Wy dyrbjał ju bórze dóstać." + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Jeli e-mejlku njedóstawaće, přepruwujće prošu adresu, z kotrejž sće so " +"zregistrował a hladajće do swojeho spamoweho rjadowaka." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Dóstawaće tutu e-mejlku, dokelž sće wo wróćostajenje hesła za swoje " +"wužiwarske konto na at %(site_name)s prosył." + +msgid "Please go to the following page and choose a new password:" +msgstr "Prošu dźiće k slědowacej stronje a wubjerće nowe hesło:" + +msgid "Your username, in case you've forgotten:" +msgstr "Waše wužiwarske mjeno, jeli sće jo zabył:" + +msgid "Thanks for using our site!" +msgstr "Wulki dźak za wužiwanje našeho sydła!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Team %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"Sće swoje hesło zabył? Zapodajće deleka swoju e-mejlowu adresu a pósćelemy " +"wam instrukcije za postajenje noweho hesła přez e-mejl." + +msgid "Email address:" +msgstr "E-mejlowa adresa:" + +msgid "Reset my password" +msgstr "Moje hesło wróćo stajić" + +msgid "All dates" +msgstr "Wšě daty" + +#, python-format +msgid "Select %s" +msgstr "%s wubrać" + +#, python-format +msgid "Select %s to change" +msgstr "%s wubrać, zo by so změniło" + +msgid "Date:" +msgstr "Datum:" + +msgid "Time:" +msgstr "Čas:" + +msgid "Lookup" +msgstr "Pytanje" + +msgid "Currently:" +msgstr "Tuchylu:" + +msgid "Change:" +msgstr "Změnić:" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/hsb/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/hsb/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..b4055738252462215911a1cc5573b5e19e1c41dd GIT binary patch literal 5087 zcmbuCe{38_6~_mfmf}Kx(E^3G3<2i{@vYBJaLR=MX%d$tTw>*}m;(RI-Hv^;w>z`i zo%MN7m0B!B5U77tv=YJ45+MP9rV1b$p-_}NK>Sdl2#H82YAXblkoc?RZ@zDL&ps!% ziISCPKQ}Y)y?yiM%@1F`d&{#7&mNTfQGW3@#vTE`d=p-H7Pm0A7fiuhz!wVs9K0Fz zUl#Q~_%77{P}DCKd=-2*+W%GXt%5f}c?9iuf$s$G2R{UE1Gj(6KLNr7 z`x^KT@S8>bTLr%j;*Wg~FB-xRK(g~Ako3-iUjTm!*1_9hl=_<>$@?JL4MF^|MZCz* zCqVM^8z9+v27CrQ4L%JzP=ZPJ5=i!b4ekS921)NWG=2xX7bLy2UOr=aFXm@0_l6Ng13QhfOmm!f(RA6 z1%o8{JHh9{`@pl{iy-NF5GFejI1i>p{Wb8%sJ{XJ1bq5##=ZhhBbaXoe+yE6{JyBa zT=12m{jWv+Qo+B2m>%|i6nZ9eWN-4D9vZKM@;;PpC?7_l=e`_Sd}z+;p%`vQfqU#h z6!M9lT{*Hb(a%y*r@5f#V<2BIL#f1|%Y>J1317W0mb|9HgV#^LJ2<3~0FZpQ94hr3rK0DYlCYA-b;D>}A zs?}96RI|f1Khuq+&W!o0+2+>pW@e5H-$yeSmK%J(?&K8?vRedrfB77hT9lecW`|iKaCafsgB$&$cA@Rg6f_aWOQ(PB#8Pq=Pw$O(1zAEwV`Ic~T9y(wT{d zS;RPe)8PU`L67E5nzTZWZ_N{BD}s3C1fLWaI>JBCAD#?HDnqqvcN?m5=Gmav7!NS2}`_bd;|kW-1yKe>J=q^oSUJq==VWG-`;%nb!N^Y=$>Tp|4*n}o`OKnYSl1Z*<%QZ6X6xkhfPG%?91Ah&l{ z8PCY)L~Kj-Na)xX)RF@*C z@JGWCL9IbVVM=zitPLyUkV#JpZ|WhaR0Mm-p|V;GgDY4w1Y%iR#2^bvJ+f@j=%f zbWNgb_s)GIE9Y=`<%sSi4S1Gr*dx7-yEg1eamYW3~-YLmlEQ5gBi+b-V z5nom9pXn|0Y^VbpSZ|{-JLao)|En-F#=F?AQpmw%CliMwT129o>-CqMO{McVW@mSy zWo&FCqZMghc~8i$3E19gC^ein*^m6XfQy2!Ji0F6UF|JLO;(i%+zcY9FP>|%uzy+= z;WX@+M1UJfh0luq8BSy89tL3YI|TZaPB=8M)8P`)k@#jBWO4?Vt!vP}A?5Ujv~Nf` z;azc^Lq-6vTQ|La)eSUp$0{ycy=B`r>_j`iZ_N(!i!wUT@1d5}yVs0qi!S9^-B4=a zrqDa3v{<{yI4%mFXky(WaU5Q~c&>jz(o)d9<+ian=DS>D>*XCD`@Ln{J0KkJHj)n3 z+R0#T;XWQ3YXYns-an(lHh=xe=ZZD^`jg+~fhW5wS|$)4Z({}0%Enb}t$+D~x(1I{ zM?J<{ZrZ<)t$>aF#F9cdaKl;8)m3Agxa(19u&DdzC9Vfpsul~3eNlue79N>)aa&8Q zX_=L=iZvU|P*jWgNH>`e1efl6v|Z3%GTVDfMuOF{F|@Ho7SZo7;VQ?qCq2xtF{u}8|$kMg)}t2Ai(bqI$)O1q&9b63omZVC|?D(zjW~&wiRSvKyx{B z@m$}Brgu`Y$hG4UrVaGkz M|GveU#%dA!9~=T67ytkO literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/hsb/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/hsb/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..5c39a37 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/hsb/LC_MESSAGES/djangojs.po @@ -0,0 +1,226 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Michael Wolf , 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-06-12 13:17+0000\n" +"Last-Translator: Michael Wolf \n" +"Language-Team: Upper Sorbian (http://www.transifex.com/django/django/" +"language/hsb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hsb\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" +"%100==4 ? 2 : 3);\n" + +#, javascript-format +msgid "Available %s" +msgstr "%s k dispoziciji" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"To je lisćina k dispoziciji stejacych %s. Móžeće někotre z nich w slědowacym " +"kašćiku wubrać a potom na šipk „Wubrać“ mjez kašćikomaj kliknyć." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" +"Zapisajće do tutoho kašćika, zo byšće někotre z lisćiny k dispoziciji " +"stejacych %s wufiltrował." + +msgid "Filter" +msgstr "Filtrować" + +msgid "Choose all" +msgstr "Wšě wubrać" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Klikńće, zo byšće wšě %s naraz wubrał." + +msgid "Choose" +msgstr "Wubrać" + +msgid "Remove" +msgstr "Wotstronić" + +#, javascript-format +msgid "Chosen %s" +msgstr "Wubrane %s" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"To je lisćina wubranych %s. Móžeće někotre z nich wotstronić, hdyž je w " +"slědowacym kašćiku wuběraće a potom na šipk „Wotstronić“ mjez kašćikomaj " +"kliknjeće." + +msgid "Remove all" +msgstr "Wšě wotstronić" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Klikńće, zo byšće wšě wubrane %s naraz wotstronił." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s z %(cnt)s wubrany" +msgstr[1] "%(sel)s z %(cnt)s wubranej" +msgstr[2] "%(sel)s z %(cnt)s wubrane" +msgstr[3] "%(sel)s z %(cnt)s wubranych" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Maće njeskładowane změny za jednotliwe wobdźěłujomne pola. Jeli akciju " +"wuwjedźeće, so waše njeskładowane změny zhubja." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Sće akciju wubrał, ale njejsće hišće swoje změny na jednoliwych polach " +"składował. Prošu klikńće na „W porjadku, zo byšće składował. Dyrbiće akciju " +"znowa wuwjesć." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Sće akciju wubrał, a njejsće žane změny na jednotliwych polach přewjedł. " +"Pytajće najskerje za tłóčatkom „Pósłać“ město tłóčatka „Składować“." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Kedźbu: Waš čas je wo %s hodźinu před serwerowym časom." +msgstr[1] "Kedźbu: Waš čas je wo %s hodźin před serwerowym časom." +msgstr[2] "Kedźbu: Waš čas je wo %s hodźiny před serwerowym časom." +msgstr[3] "Kedźbu: Waš čas je wo %s hodźin před serwerowym časom." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Kedźbu: Waš čas je wo %s hodźinu za serwerowym časom." +msgstr[1] "Kedźbu: Waš čas je wo %s hodźinje za serwerowym časom." +msgstr[2] "Kedźbu: Waš čas je wo %s hodźiny za serwerowym časom." +msgstr[3] "Kedźbu: Waš čas je wo %s hodźin za serwerowym časom." + +msgid "Now" +msgstr "Nětko" + +msgid "Choose a Time" +msgstr "Wubjerće čas" + +msgid "Choose a time" +msgstr "Wubjerće čas" + +msgid "Midnight" +msgstr "Połnóc" + +msgid "6 a.m." +msgstr "6:00 hodź. dopołdnja" + +msgid "Noon" +msgstr "připołdnjo" + +msgid "6 p.m." +msgstr "6 hodź. popołdnju" + +msgid "Cancel" +msgstr "Přetorhnyć" + +msgid "Today" +msgstr "Dźensa" + +msgid "Choose a Date" +msgstr "Wubjerće datum" + +msgid "Yesterday" +msgstr "Wčera" + +msgid "Tomorrow" +msgstr "Jutře" + +msgid "January" +msgstr "Januar" + +msgid "February" +msgstr "Februar" + +msgid "March" +msgstr "Měrc" + +msgid "April" +msgstr "Apryl" + +msgid "May" +msgstr "Meja" + +msgid "June" +msgstr "Junij" + +msgid "July" +msgstr "Julij" + +msgid "August" +msgstr "Awgust" + +msgid "September" +msgstr "September" + +msgid "October" +msgstr "Oktober" + +msgid "November" +msgstr "Nowember" + +msgid "December" +msgstr "December" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "Nj" + +msgctxt "one letter Monday" +msgid "M" +msgstr "Pó" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "Wu" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "Sr" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "Št" + +msgctxt "one letter Friday" +msgid "F" +msgstr "Pj" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "So" + +msgid "Show" +msgstr "Pokazać" + +msgid "Hide" +msgstr "Schować" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/hu/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/hu/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..eb9c49b21fe9cb4354a513aac494025f2ac6222e GIT binary patch literal 16445 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 Ikx=XX53M_s8UO$Q literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/hu/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/hu/LC_MESSAGES/django.po new file mode 100644 index 0000000..acc1442 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/hu/LC_MESSAGES/django.po @@ -0,0 +1,685 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Ádám Krizsány , 2015 +# András Veres-Szentkirályi, 2016 +# Jannis Leidel , 2011 +# János Péter Ronkay , 2014 +# Kristóf Gruber <>, 2012 +# slink , 2011 +# Szilveszter Farkas , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-07-19 07:39+0000\n" +"Last-Translator: András Veres-Szentkirályi\n" +"Language-Team: Hungarian (http://www.transifex.com/django/django/language/" +"hu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d %(items)s sikeresen törölve lett." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "%(name)s törlése nem sikerült" + +msgid "Are you sure?" +msgstr "Biztos benne?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Kiválasztott %(verbose_name_plural)s törlése" + +msgid "Administration" +msgstr "Adminisztráció" + +msgid "All" +msgstr "Mind" + +msgid "Yes" +msgstr "Igen" + +msgid "No" +msgstr "Nem" + +msgid "Unknown" +msgstr "Ismeretlen" + +msgid "Any date" +msgstr "Bármely dátum" + +msgid "Today" +msgstr "Ma" + +msgid "Past 7 days" +msgstr "Utolsó 7 nap" + +msgid "This month" +msgstr "Ez a hónap" + +msgid "This year" +msgstr "Ez az év" + +msgid "No date" +msgstr "Nincs dátuma" + +msgid "Has date" +msgstr "Van dátuma" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Adja meg egy adminisztrációra jogosult %(username)s és jelszavát. Vegye " +"figyelembe, hogy mindkét mező megkülönböztetheti a kis- és nagybetűket." + +msgid "Action:" +msgstr "Művelet:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Újabb %(verbose_name)s hozzáadása" + +msgid "Remove" +msgstr "Törlés" + +msgid "action time" +msgstr "művelet időpontja" + +msgid "user" +msgstr "felhasználó" + +msgid "content type" +msgstr "tartalom típusa" + +msgid "object id" +msgstr "objektum id" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "objektum repr" + +msgid "action flag" +msgstr "művelet jelölés" + +msgid "change message" +msgstr "üzenet módosítása" + +msgid "log entry" +msgstr "naplóbejegyzés" + +msgid "log entries" +msgstr "naplóbejegyzések" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "\"%(object)s\" hozzáadva." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "\"%(object)s\" megváltoztatva: %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "\"%(object)s\" törölve." + +msgid "LogEntry Object" +msgstr "Naplóbejegyzés objektum" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "\"{object}\" {name} létrehozva." + +msgid "Added." +msgstr "Hozzáadva." + +msgid "and" +msgstr "és" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "\"{object}\" {name} tulajdonságai ({fields}) megváltoztak." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "{fields} módosítva." + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "\"{object}\" {name} törlésre került." + +msgid "No fields changed." +msgstr "Egy mező sem változott." + +msgid "None" +msgstr "Egyik sem" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" +"Tartsa lenyomva a \"Control\"-t, vagy Mac-en a \"Command\"-ot több elem " +"kiválasztásához." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "\"{obj}\" {name} sikeresen létrehozva. Alább ismét szerkesztheti." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" +"\"{obj}\" {name} sikeresen létrehozva. Alább újabb {name} hozható létre." + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "\"{obj}\" {name} sikeresen létrehozva." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "\"{obj}\" {name} sikeresen módosítva. Alább ismét szerkesztheti." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" +"\"{obj}\" {name} sikeresen módosítva. Alább újabb {name} hozható létre." + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "\"{obj}\" {name} sikeresen módosítva." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"A műveletek végrehajtásához ki kell választani legalább egy elemet. Semmi " +"sem lett módosítva." + +msgid "No action selected." +msgstr "Nem választott ki műveletet." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "\"%(obj)s\" %(name)s sikeresen törölve." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "%(name)s objektum %(key)r elsődleges kulccsal nem létezik." + +#, python-format +msgid "Add %s" +msgstr "Új %s" + +#, python-format +msgid "Change %s" +msgstr "%s módosítása" + +msgid "Database error" +msgstr "Adatbázishiba" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s sikeresen módosítva lett." +msgstr[1] "%(count)s %(name)s sikeresen módosítva lett." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s kiválasztva" +msgstr[1] "%(total_count)s kiválasztva" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 kiválasztva ennyiből: %(cnt)s" + +#, python-format +msgid "Change history: %s" +msgstr "Változások története: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"%(instance)s %(class_name)s törlése az alábbi kapcsolódó védett objektumok " +"törlését is magával vonná: %(related_objects)s" + +msgid "Django site admin" +msgstr "Django honlapadminisztráció" + +msgid "Django administration" +msgstr "Django adminisztráció" + +msgid "Site administration" +msgstr "Honlap karbantartása" + +msgid "Log in" +msgstr "Bejelentkezés" + +#, python-format +msgid "%(app)s administration" +msgstr "%(app)s adminisztráció" + +msgid "Page not found" +msgstr "Nincs ilyen oldal" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Sajnáljuk, de a kért oldal nem található." + +msgid "Home" +msgstr "Kezdőlap" + +msgid "Server error" +msgstr "Szerverhiba" + +msgid "Server error (500)" +msgstr "Szerverhiba (500)" + +msgid "Server Error (500)" +msgstr "Szerverhiba (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Hiba történt, melyet e-mailben jelentettünk az oldal karbantartójának. A " +"rendszer remélhetően hamar megjavul. Köszönjük a türelmét." + +msgid "Run the selected action" +msgstr "Kiválasztott művelet futtatása" + +msgid "Go" +msgstr "Mehet" + +msgid "Click here to select the objects across all pages" +msgstr "Kattintson ide több oldalnyi objektum kiválasztásához" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Az összes %(module_name)s kiválasztása, összesen %(total_count)s db" + +msgid "Clear selection" +msgstr "Kiválasztás törlése" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Először adjon meg egy felhasználói nevet és egy jelszót. Ezek után további " +"módosításokat is végezhet a felhasználó adatain." + +msgid "Enter a username and password." +msgstr "Írjon be egy felhasználónevet és jelszót." + +msgid "Change password" +msgstr "Jelszó megváltoztatása" + +msgid "Please correct the error below." +msgstr "Kérem, javítsa az alábbi hibákat." + +msgid "Please correct the errors below." +msgstr "Kérem javítsa ki a lenti hibákat." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" +"Adjon meg egy új jelszót %(username)s nevű felhasználónak." + +msgid "Welcome," +msgstr "Üdvözlöm," + +msgid "View site" +msgstr "Honlap megtekintése" + +msgid "Documentation" +msgstr "Dokumentáció" + +msgid "Log out" +msgstr "Kijelentkezés" + +#, python-format +msgid "Add %(name)s" +msgstr "Új %(name)s" + +msgid "History" +msgstr "Történet" + +msgid "View on site" +msgstr "Megtekintés a honlapon" + +msgid "Filter" +msgstr "Szűrő" + +msgid "Remove from sorting" +msgstr "Eltávolítás a rendezésből" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Prioritás rendezésnél: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Rendezés megfordítása" + +msgid "Delete" +msgstr "Törlés" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"\"%(escaped_object)s\" %(object_name)s törlése a kapcsolódó objektumok " +"törlését is eredményezi, de a hozzáférése nem engedi a következő típusú " +"objektumok törlését:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"\"%(escaped_object)s\" %(object_name)s törlése az alábbi kapcsolódó " +"objektumok törlését is maga után vonja:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Biztos hogy törli a következőt: \"%(escaped_object)s\" (típus: " +"%(object_name)s)? A összes további kapcsolódó elem is törlődik:" + +msgid "Objects" +msgstr "Objektumok" + +msgid "Yes, I'm sure" +msgstr "Igen, biztos vagyok benne" + +msgid "No, take me back" +msgstr "Nem, forduljunk vissza" + +msgid "Delete multiple objects" +msgstr "Több elem törlése" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"A kiválasztott %(objects_name)s törlése kapcsolódó objektumok törlését vonja " +"maga után, de az alábbi objektumtípusok törléséhez nincs megfelelő " +"jogosultsága:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"A kiválasztott %(objects_name)s törlése az alábbi védett kapcsolódó " +"objektumok törlését is maga után vonja:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Biztosan törölni akarja a kiválasztott %(objects_name)s objektumokat? Minden " +"alábbi objektum, és a hozzájuk kapcsolódóak is törlésre kerülnek:" + +msgid "Change" +msgstr "Módosítás" + +msgid "Delete?" +msgstr "Törli?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " %(filter_title)s szerint " + +msgid "Summary" +msgstr "Összegzés" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "%(name)s alkalmazásban elérhető modellek." + +msgid "Add" +msgstr "Új" + +msgid "You don't have permission to edit anything." +msgstr "Nincs joga szerkeszteni." + +msgid "Recent actions" +msgstr "Legutóbbi műveletek" + +msgid "My actions" +msgstr "Az én műveleteim" + +msgid "None available" +msgstr "Nincs elérhető" + +msgid "Unknown content" +msgstr "Ismeretlen tartalom" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Valami nem stimmel a telepített adatbázissal. Bizonyosodjon meg arról, hogy " +"a megfelelő táblák létre lettek-e hozva, és hogy a megfelelő felhasználó " +"tudja-e őket olvasni." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Jelenleg be vagy lépve mint %(username)s, de nincs jogod elérni ezt az " +"oldalt. Szeretnél belépni egy másik fiókkal?" + +msgid "Forgotten your password or username?" +msgstr "Elfelejtette jelszavát vagy felhasználónevét?" + +msgid "Date/time" +msgstr "Dátum/idő" + +msgid "User" +msgstr "Felhasználó" + +msgid "Action" +msgstr "Művelet" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "Honlap karbantartása" + +msgid "Show all" +msgstr "Mutassa mindet" + +msgid "Save" +msgstr "Mentés" + +msgid "Popup closing..." +msgstr "A popup bezáródik..." + +#, python-format +msgid "Change selected %(model)s" +msgstr "Kiválasztott %(model)s szerkesztése" + +#, python-format +msgid "Add another %(model)s" +msgstr "Újabb %(model)s hozzáadása" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Kiválasztott %(model)s törlése" + +msgid "Search" +msgstr "Keresés" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s találat" +msgstr[1] "%(counter)s találat" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s összesen" + +msgid "Save as new" +msgstr "Mentés újként" + +msgid "Save and add another" +msgstr "Mentés és másik hozzáadása" + +msgid "Save and continue editing" +msgstr "Mentés és a szerkesztés folytatása" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Köszönjük hogy egy kis időt eltöltött ma a honlapunkon." + +msgid "Log in again" +msgstr "Jelentkezzen be újra" + +msgid "Password change" +msgstr "Jelszó megváltoztatása" + +msgid "Your password was changed." +msgstr "Megváltozott a jelszava." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Írja be a régi jelszavát biztonsági okokból, majd az újat kétszer, hogy " +"biztosan ne gépelje el." + +msgid "Change my password" +msgstr "Jelszavam megváltoztatása" + +msgid "Password reset" +msgstr "Jelszó beállítása" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Jelszava beállításra került. Most már bejelentkezhet." + +msgid "Password reset confirmation" +msgstr "Jelszó beállítás megerősítése" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Írja be az új jelszavát kétszer, hogy megbizonyosodhassunk annak " +"helyességéről." + +msgid "New password:" +msgstr "Új jelszó:" + +msgid "Confirm password:" +msgstr "Jelszó megerősítése:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"A jelszóbeállító link érvénytelen. Ennek egyik oka az lehet, hogy már " +"felhasználták. Kérem indítson új jelszóbeállítást." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"A jelszavad beállításához szükséges információkat elküldtük e-mailben a " +"fiókhoz tartozó címre, ha létezik ilyen fiók. Hamarosan meg kell érkeznie." + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Amennyiben nem kapta meg az e-mailt, ellenőrizze, hogy ezzel a címmel " +"regisztrált-e, valamint hogy nem került-e a levélszemét mappába." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Azért kapja ezt az e-mailt, mert jelszavának visszaállítását kérte ezen a " +"weboldalon: %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Kérjük látogassa meg a következő oldalt, és válasszon egy új jelszót:" + +msgid "Your username, in case you've forgotten:" +msgstr "Felhasználóneve, ha elfelejtette volna:" + +msgid "Thanks for using our site!" +msgstr "Köszönjük, hogy használta honlapunkat!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s csapat" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"Elfelejtette a jelszavát? Írja be az e-mail címét, és küldünk egy levelet a " +"teendőkről." + +msgid "Email address:" +msgstr "E-mail cím:" + +msgid "Reset my password" +msgstr "Jelszavam törlése" + +msgid "All dates" +msgstr "Minden dátum" + +#, python-format +msgid "Select %s" +msgstr "%s kiválasztása" + +#, python-format +msgid "Select %s to change" +msgstr "Válasszon ki egyet a módosításhoz (%s)" + +msgid "Date:" +msgstr "Dátum:" + +msgid "Time:" +msgstr "Idő:" + +msgid "Lookup" +msgstr "Keresés" + +msgid "Currently:" +msgstr "Jelenleg:" + +msgid "Change:" +msgstr "Módosítás:" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/hu/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/hu/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..f2bf53a0ca404c56809ac449821baffbfc7614db GIT binary patch literal 4534 zcmcJRZEPGz8OH}2ptw+IpuDzaYDnS`@A@TggMp#)_{g5eRAScD%cHyECVq z*|YB?)Gr9}B805A2rBWxLI{i~N-!9Nf82B;pICvaf03QTX#~w)IKMz6$`zrVj z@SCpug5!5V{Mh&LM^pF#NP2z*Qoq~a=fPis4e((orS=v`@(DNSOk1B4w4;{AXKokAg#k^K$yhpAjv%o zeh?HOjoWwpHuwn2KLpyM*E0j zi4w&&?Q2S(K&IHml0xBxk;zHJ^$I^W(NY$lsE{oygZs9fBM4X6bBKa}H=7eg=gv~`-8|lCWzbx!XsS&3mB|BP5%DzUbQdttWI^1gBD%Ek3 zB&g=Xa*a`ZHaBd~WU70zY=>yodr$1LY{|4KGqxa`SuV0ZTZj{j@|8G{?3z$z-L*XF zvunAMtS+)vg#SLP$AOB&$g*d&R`|2B#&7AIi;O1ABb{elL{bFgPb0IQ%s5TQKU@~3 zzjLJ)(Oxy{XY?w&-m;oJaHDjT1NnaHi{|9`coit)@Ms31 zrnIXPGBmnf)g0ZW@eeg>cb)eva#8RL{`zfjA!SNH~p)mW{QVEdAGa0_ue2sR$78iq=7>P+~_b zSP;a$ILJkUv1JmN(l;j%tldmEu|@kl(Ykd0ibkZu%TL3}xwYt=36!Z4gHp>fSyHw6 z_cskfeAG09o&nWlyT-vA2aMx=X??zwNMU3Z75w@l`HlKlmSevw309Khmy-MH8d07Zl5C7hHgb8e@;Mo(s`@#$l<78(Z|`d0-ISR@ ztkihWMo8$f8?vi2>(xyd2i|A%(0C19<6}$L8{S+d1;v#|2Xl?jPS2e4rq6ma=lSgE z+RW^!>DlRN2zobUFD9M)RVD4ugEpOrPHZuIzuE* z!Bmt_ogAxQt=!YQ}cg&>D~Ov85!>MB**zEHyQ*x@FN^oV~!S&x;d^KY5YQoV+kLyhf*n z_iHC^%cR&&dh&ivH)I&fgrDQZRwmdy&V=E2u|c?S-cAOP39Z!-|Q6XX63iVd5m+TK$?;Bm0C{zkQRY*}fcpt4`Z40m29?zv%l zf-MSbaqJl!A7a3ZZDR&FiS|jsm|`Q+1OJVMWdf6XIw@Wu)17oMytG&7(k?bKwmjIm zlkKcy@|kQ~h8Qoa+r@8^7(M|NF@2!aSL%2-f70cUDWd{G(PHC|n7Tf>zSod~Qc>a`6oH`CFraQLSqU(NspJ!R| zooaz>v7I4;@Ib?)hu42Sx5Bdd0j(tBbuYfkcR;bx7CtXt4*Pt#{t@0`onm`X+)awR zok_fg&HRrf_I0oDu&2l#1rr|&NGDIs6qD($9qC4(IFqgMB2F>iG!~?5i5&} vZRPVT7#thI4RyffqSL`M2r@&LV=jnAiKE&Kl?WIIi{QTjpN&ZP literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/hu/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/hu/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..958bcdf --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/hu/LC_MESSAGES/djangojs.po @@ -0,0 +1,221 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# András Veres-Szentkirályi, 2016 +# Attila Nagy <>, 2012 +# Jannis Leidel , 2011 +# János Péter Ronkay , 2011 +# Máté Őry , 2012 +# Szilveszter Farkas , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-07-19 07:42+0000\n" +"Last-Translator: András Veres-Szentkirályi\n" +"Language-Team: Hungarian (http://www.transifex.com/django/django/language/" +"hu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Elérhető %s" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"Ez az elérhető %s listája. Úgy választhat közülük, hogy rákattint az alábbi " +"dobozban, és megnyomja a dobozok közti \"Választás\" nyilat." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Írjon a mezőbe az elérhető %s szűréséhez." + +msgid "Filter" +msgstr "Szűrő" + +msgid "Choose all" +msgstr "Mindet kijelölni" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Kattintson az összes %s kiválasztásához." + +msgid "Choose" +msgstr "Választás" + +msgid "Remove" +msgstr "Eltávolítás" + +#, javascript-format +msgid "Chosen %s" +msgstr "%s kiválasztva" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"Ez a kiválasztott %s listája. Eltávolíthat közülük, ha rákattint, majd a két " +"doboz közti \"Eltávolítás\" nyílra kattint." + +msgid "Remove all" +msgstr "Összes törlése" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Kattintson az összes %s eltávolításához." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s/%(cnt)s kijelölve" +msgstr[1] "%(sel)s/%(cnt)s kijelölve" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Még el nem mentett módosításai vannak egyes szerkeszthető mezőkön. Ha most " +"futtat egy műveletet, akkor a módosítások elvesznek." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Kiválasztott egy műveletet, de nem mentette az egyes mezőkhöz kapcsolódó " +"módosításait. Kattintson az OK gombra a mentéshez. Újra kell futtatnia az " +"műveletet." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Kiválasztott egy műveletet, és nem módosított egyetlen mezőt sem. " +"Feltehetően a Mehet gombot keresi a Mentés helyett." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Megjegyzés: %s órával a szerveridő előtt jársz" +msgstr[1] "Megjegyzés: %s órával a szerveridő előtt jársz" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Megjegyzés: %s órával a szerveridő mögött jársz" +msgstr[1] "Megjegyzés: %s órával a szerveridő mögött jársz" + +msgid "Now" +msgstr "Most" + +msgid "Choose a Time" +msgstr "Válassza ki az időt" + +msgid "Choose a time" +msgstr "Válassza ki az időt" + +msgid "Midnight" +msgstr "Éjfél" + +msgid "6 a.m." +msgstr "Reggel 6 óra" + +msgid "Noon" +msgstr "Dél" + +msgid "6 p.m." +msgstr "Este 6 óra" + +msgid "Cancel" +msgstr "Mégsem" + +msgid "Today" +msgstr "Ma" + +msgid "Choose a Date" +msgstr "Válassza ki a dátumot" + +msgid "Yesterday" +msgstr "Tegnap" + +msgid "Tomorrow" +msgstr "Holnap" + +msgid "January" +msgstr "január" + +msgid "February" +msgstr "február" + +msgid "March" +msgstr "március" + +msgid "April" +msgstr "április" + +msgid "May" +msgstr "május" + +msgid "June" +msgstr "június" + +msgid "July" +msgstr "július" + +msgid "August" +msgstr "augusztus" + +msgid "September" +msgstr "szeptember" + +msgid "October" +msgstr "október" + +msgid "November" +msgstr "november" + +msgid "December" +msgstr "december" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "V" + +msgctxt "one letter Monday" +msgid "M" +msgstr "H" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "K" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "S" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "C" + +msgctxt "one letter Friday" +msgid "F" +msgstr "P" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "S" + +msgid "Show" +msgstr "Mutat" + +msgid "Hide" +msgstr "Elrejt" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ia/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ia/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..dc604af403999ac6b1e106fc7f3ffc72739dc3be GIT binary patch literal 11436 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 AfdBvi literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ia/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ia/LC_MESSAGES/django.po new file mode 100644 index 0000000..0602f2d --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ia/LC_MESSAGES/django.po @@ -0,0 +1,663 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Martijn Dekker , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 09:09+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Interlingua (http://www.transifex.com/django/django/language/" +"ia/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ia\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d %(items)s delite con successo." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Non pote deler %(name)s" + +msgid "Are you sure?" +msgstr "Es tu secur?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Deler le %(verbose_name_plural)s seligite" + +msgid "Administration" +msgstr "" + +msgid "All" +msgstr "Totes" + +msgid "Yes" +msgstr "Si" + +msgid "No" +msgstr "No" + +msgid "Unknown" +msgstr "Incognite" + +msgid "Any date" +msgstr "Omne data" + +msgid "Today" +msgstr "Hodie" + +msgid "Past 7 days" +msgstr "Ultime 7 dies" + +msgid "This month" +msgstr "Iste mense" + +msgid "This year" +msgstr "Iste anno" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" + +msgid "Action:" +msgstr "Action:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Adder un altere %(verbose_name)s" + +msgid "Remove" +msgstr "Remover" + +msgid "action time" +msgstr "hora de action" + +msgid "user" +msgstr "" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "id de objecto" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "repr de objecto" + +msgid "action flag" +msgstr "marca de action" + +msgid "change message" +msgstr "message de cambio" + +msgid "log entry" +msgstr "entrata de registro" + +msgid "log entries" +msgstr "entratas de registro" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "\"%(object)s\" addite." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "\"%(object)s\" cambiate - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "\"%(object)s\" delite." + +msgid "LogEntry Object" +msgstr "Objecto LogEntry" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "" + +msgid "and" +msgstr "e" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "Nulle campo cambiate." + +msgid "None" +msgstr "Nulle" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Es necessari seliger elementos pro poter exequer actiones. Nulle elemento ha " +"essite cambiate." + +msgid "No action selected." +msgstr "Nulle action seligite." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "Le %(name)s \"%(obj)s\" ha essite delite con successo." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "Le objecto %(name)s con le clave primari %(key)r non existe." + +#, python-format +msgid "Add %s" +msgstr "Adder %s" + +#, python-format +msgid "Change %s" +msgstr "Cambiar %s" + +msgid "Database error" +msgstr "Error in le base de datos" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s cambiate con successo." +msgstr[1] "%(count)s %(name)s cambiate con successo." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s seligite" +msgstr[1] "Tote le %(total_count)s seligite" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 de %(cnt)s seligite" + +#, python-format +msgid "Change history: %s" +msgstr "Historia de cambiamentos: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +msgid "Django site admin" +msgstr "Administration del sito Django" + +msgid "Django administration" +msgstr "Administration de Django" + +msgid "Site administration" +msgstr "Administration del sito" + +msgid "Log in" +msgstr "Aperir session" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "Pagina non trovate" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Regrettabilemente, le pagina requestate non poteva esser trovate." + +msgid "Home" +msgstr "Initio" + +msgid "Server error" +msgstr "Error del servitor" + +msgid "Server error (500)" +msgstr "Error del servitor (500)" + +msgid "Server Error (500)" +msgstr "Error del servitor (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +msgid "Run the selected action" +msgstr "Exequer le action seligite" + +msgid "Go" +msgstr "Va" + +msgid "Click here to select the objects across all pages" +msgstr "Clicca hic pro seliger le objectos in tote le paginas" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Seliger tote le %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Rader selection" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Primo, specifica un nomine de usator e un contrasigno. Postea, tu potera " +"modificar plus optiones de usator." + +msgid "Enter a username and password." +msgstr "Specifica un nomine de usator e un contrasigno." + +msgid "Change password" +msgstr "Cambiar contrasigno" + +msgid "Please correct the error below." +msgstr "Per favor corrige le errores sequente." + +msgid "Please correct the errors below." +msgstr "" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" +"Specifica un nove contrasigno pro le usator %(username)s." + +msgid "Welcome," +msgstr "Benvenite," + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "Documentation" + +msgid "Log out" +msgstr "Clauder session" + +#, python-format +msgid "Add %(name)s" +msgstr "Adder %(name)s" + +msgid "History" +msgstr "Historia" + +msgid "View on site" +msgstr "Vider in sito" + +msgid "Filter" +msgstr "Filtro" + +msgid "Remove from sorting" +msgstr "Remover del ordination" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Prioritate de ordination: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Alternar le ordination" + +msgid "Delete" +msgstr "Deler" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Deler le %(object_name)s '%(escaped_object)s' resultarea in le deletion de " +"objectos associate, me tu conto non ha le permission de deler objectos del " +"sequente typos:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Deler le %(object_name)s '%(escaped_object)s' necessitarea le deletion del " +"sequente objectos associate protegite:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Es tu secur de voler deler le %(object_name)s \"%(escaped_object)s\"? Tote " +"le sequente objectos associate essera delite:" + +msgid "Objects" +msgstr "" + +msgid "Yes, I'm sure" +msgstr "Si, io es secur" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "Deler plure objectos" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Deler le %(objects_name)s seligite resultarea in le deletion de objectos " +"associate, ma tu conto non ha le permission de deler objectos del sequente " +"typos:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Deler le %(objects_name)s seligite necessitarea le deletion del sequente " +"objectos associate protegite:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Es tu secur de voler deler le %(objects_name)s seligite? Tote le sequente " +"objectos e le objectos associate a illo essera delite:" + +msgid "Change" +msgstr "Cambiar" + +msgid "Delete?" +msgstr "Deler?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " Per %(filter_title)s " + +msgid "Summary" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "" + +msgid "Add" +msgstr "Adder" + +msgid "You don't have permission to edit anything." +msgstr "Tu non ha le permission de modificar alcun cosa." + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "Nihil disponibile" + +msgid "Unknown content" +msgstr "Contento incognite" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Il ha un problema con le installation del base de datos. Assecura te que le " +"tabellas correcte ha essite create, e que le base de datos es legibile pro " +"le usator appropriate." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "Contrasigno o nomine de usator oblidate?" + +msgid "Date/time" +msgstr "Data/hora" + +msgid "User" +msgstr "Usator" + +msgid "Action" +msgstr "Action" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Iste objecto non ha un historia de cambiamentos. Illo probabilemente non " +"esseva addite per medio de iste sito administrative." + +msgid "Show all" +msgstr "Monstrar toto" + +msgid "Save" +msgstr "Salveguardar" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Search" +msgstr "Cercar" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s resultato" +msgstr[1] "%(counter)s resultatos" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s in total" + +msgid "Save as new" +msgstr "Salveguardar como nove" + +msgid "Save and add another" +msgstr "Salveguardar e adder un altere" + +msgid "Save and continue editing" +msgstr "Salveguardar e continuar le modification" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Gratias pro haber passate un tempore agradabile con iste sito web." + +msgid "Log in again" +msgstr "Aperir session de novo" + +msgid "Password change" +msgstr "Cambio de contrasigno" + +msgid "Your password was changed." +msgstr "Tu contrasigno ha essite cambiate." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Per favor specifica tu ancian contrasigno, pro securitate, e postea " +"specifica tu nove contrasigno duo vices pro verificar que illo es scribite " +"correctemente." + +msgid "Change my password" +msgstr "Cambiar mi contrasigno" + +msgid "Password reset" +msgstr "Reinitialisar contrasigno" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Tu contrasigno ha essite reinitialisate. Ora tu pote aperir session." + +msgid "Password reset confirmation" +msgstr "Confirmation de reinitialisation de contrasigno" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Per favor scribe le nove contrasigno duo vices pro verificar que illo es " +"scribite correctemente." + +msgid "New password:" +msgstr "Nove contrasigno:" + +msgid "Confirm password:" +msgstr "Confirma contrasigno:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Le ligamine pro le reinitialisation del contrasigno esseva invalide, forsan " +"perque illo ha jam essite usate. Per favor submitte un nove demanda de " +"reinitialisation del contrasigno." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" + +msgid "Please go to the following page and choose a new password:" +msgstr "Per favor va al sequente pagina pro eliger un nove contrasigno:" + +msgid "Your username, in case you've forgotten:" +msgstr "Tu nomine de usator, in caso que tu lo ha oblidate:" + +msgid "Thanks for using our site!" +msgstr "Gratias pro usar nostre sito!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Le equipa de %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" + +msgid "Email address:" +msgstr "" + +msgid "Reset my password" +msgstr "Reinitialisar mi contrasigno" + +msgid "All dates" +msgstr "Tote le datas" + +#, python-format +msgid "Select %s" +msgstr "Selige %s" + +#, python-format +msgid "Select %s to change" +msgstr "Selige %s a modificar" + +msgid "Date:" +msgstr "Data:" + +msgid "Time:" +msgstr "Hora:" + +msgid "Lookup" +msgstr "Recerca" + +msgid "Currently:" +msgstr "" + +msgid "Change:" +msgstr "" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ia/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ia/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..c440389daed35672eeca8a469a517c3831a7f957 GIT binary patch literal 3177 zcmbtWOK%)S5FQ}B76_0)cm#=xB@;)zfZlMn|RTk#T++tFTlrvzXM+d z{snvuxc8yL&T-%#^iKmH1D+}S7lHT-R`J8-M1n>@!*YC$>=5-Lr{0{*!6&wSCa&R2T>)rsey))(fD)0vS9{@iG{sv?_ z0~lc(0vCWE1L0EeJ@7N&kHFi&uI!S(OyIY_23z_m(cj(91EsrGMOC7$aHCXCejYC z7?6>Z@qOn`kf^8i;LK2{M065K(^;@6bR?5tv2RQ!OCUi`rITLb=QFAOhD1dlk~0+f zEhLfz!z3ITSgHq$)x4Fd8A?BorN!>avhyl&(gqh)EQ1vlYt`$!;5}nBen!D1zqbT7 z5v=zy-0rK4@aOuH5|!b|E{QGP)ai=JDHY?2TxL>9opC9T(mmdqlG5Hp$81nXCT2uJ z$2_7bV)o@ankrP8B4I5Sb)*|ftl`t$$Pl*6tiCI$O@}9pN;&=~qe7VfVq{`54%#L) z%sXh02NEtLWRCS?ukqgX0if873XgWxGq@r%go(|uvVDPoR;dQjNJLHP2<`KI|4r<&*j>gi}X)Tc=lSNk0>btBP?=P4m@wJ34 z3|bl5ykJ&HvV~Nxiz9cJLdMGZyI5(m)b(`P+!ld7-<_653KTlH3MO;)V9lCqr~%

T|ZQ*roq-pj(aX;E!$wH+>6DL97VS>a@h<{HftVdHq% zJV|q}x0-WD8*_~Y7KWGPP_fM&>*ku&Y_yuqqYXT@Ws$kCZH3Mf;f!t3MWHoPZdu}* zCv+NY(0wcM-MZ3U^CtG_UM_kvY)g^0Xh|dA65POC&`jUCL2Gt)G#b?%TUA}TQIAYI zTliH$Qks}mV)jUFWohNyM1f|#QCl=Hs=*8wp+!z^xYl%D4du$goV@3+r~rzY$8 ztgf`-IUSi8Tv~LhqueId7Aa9%OL8lc@Vv2U)*?Od-E3iQo{HCn8BK>4sCi_*wpo;M zDYg`B)l*L1cdjhhD6g@~21cunN>G-4$xeg~)@7o4sGu$>q|y`_iBw1-SXs@>)kOi@wz@KU*EX*176cb1(_Dc`sSUnQ z#VdNjDtH#f%vM-m%-U|kgnzP)u?SL{e(d#l<$ SfZHs~EMq3fBzz=r8UF<)z@K{n literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ia/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ia/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..7e29566 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ia/LC_MESSAGES/djangojs.po @@ -0,0 +1,216 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Martijn Dekker , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 10:11+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Interlingua (http://www.transifex.com/django/django/language/" +"ia/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ia\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "%s disponibile" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"Ecce le lista de %s disponibile. Tu pote seliger alcunes in le quadro " +"sequente; postea clicca le flecha \"Seliger\" inter le duo quadros." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Scribe in iste quadro pro filtrar le lista de %s disponibile." + +msgid "Filter" +msgstr "Filtrar" + +msgid "Choose all" +msgstr "Seliger totes" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Clicca pro seliger tote le %s immediatemente." + +msgid "Choose" +msgstr "Seliger" + +msgid "Remove" +msgstr "Remover" + +#, javascript-format +msgid "Chosen %s" +msgstr "Le %s seligite" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"Ecce le lista de %s seligite. Tu pote remover alcunes per seliger los in le " +"quadro sequente e cliccar le flecha \"Remover\" inter le duo quadros." + +msgid "Remove all" +msgstr "Remover totes" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Clicca pro remover tote le %s seligite immediatemente." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s de %(cnt)s seligite" +msgstr[1] "%(sel)s de %(cnt)s seligite" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Il ha cambiamentos non salveguardate in certe campos modificabile. Si tu " +"exeque un action, iste cambiamentos essera perdite." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Tu ha seligite un action, ma tu non ha salveguardate le cambiamentos in " +"certe campos. Per favor clicca OK pro salveguardar los. Tu debera re-exequer " +"le action." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Tu ha seligite un action, e tu non ha facite cambiamentos in alcun campo. Tu " +"probabilemente cerca le button Va e non le button Salveguardar." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +msgstr[1] "" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +msgstr[1] "" + +msgid "Now" +msgstr "Ora" + +msgid "Choose a Time" +msgstr "" + +msgid "Choose a time" +msgstr "Selige un hora" + +msgid "Midnight" +msgstr "Medienocte" + +msgid "6 a.m." +msgstr "6 a.m." + +msgid "Noon" +msgstr "Mediedie" + +msgid "6 p.m." +msgstr "" + +msgid "Cancel" +msgstr "Cancellar" + +msgid "Today" +msgstr "Hodie" + +msgid "Choose a Date" +msgstr "" + +msgid "Yesterday" +msgstr "Heri" + +msgid "Tomorrow" +msgstr "Deman" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "Monstrar" + +msgid "Hide" +msgstr "Celar" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/id/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/id/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..38270e24b8b986269c58df9fdbf43a21d4937c0c GIT binary patch literal 14182 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 XPk)ehLoRAm@TI=vk4*7VLx=fae{C7K literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/id/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/id/LC_MESSAGES/django.po new file mode 100644 index 0000000..d9c076d --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/id/LC_MESSAGES/django.po @@ -0,0 +1,680 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Claude Paroz , 2014 +# Fery Setiawan , 2015 +# Jannis Leidel , 2011 +# M Asep Indrayana , 2015 +# oon arfiandwi , 2016 +# rodin , 2011-2013 +# rodin , 2013-2015 +# Sutrisno Efendi , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 09:09+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Indonesian (http://www.transifex.com/django/django/language/" +"id/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Sukes menghapus %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Tidak dapat menghapus %(name)s" + +msgid "Are you sure?" +msgstr "Yakin?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Hapus %(verbose_name_plural)s yang dipilih" + +msgid "Administration" +msgstr "Administrasi" + +msgid "All" +msgstr "Semua" + +msgid "Yes" +msgstr "Ya" + +msgid "No" +msgstr "Tidak" + +msgid "Unknown" +msgstr "Tidak diketahui" + +msgid "Any date" +msgstr "Kapanpun" + +msgid "Today" +msgstr "Hari ini" + +msgid "Past 7 days" +msgstr "Tujuh hari terakhir" + +msgid "This month" +msgstr "Bulan ini" + +msgid "This year" +msgstr "Tahun ini" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Masukkan nama pengguna %(username)s dan sandi yang benar untuk akun staf. " +"Huruf besar/kecil pada bidang ini berpengaruh." + +msgid "Action:" +msgstr "Aksi:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Tambahkan %(verbose_name)s lagi" + +msgid "Remove" +msgstr "Hapus" + +msgid "action time" +msgstr "waktu aksi" + +msgid "user" +msgstr "pengguna" + +msgid "content type" +msgstr "jenis isi" + +msgid "object id" +msgstr "id objek" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "representasi objek" + +msgid "action flag" +msgstr "jenis aksi" + +msgid "change message" +msgstr "ganti pesan" + +msgid "log entry" +msgstr "entri pencatatan" + +msgid "log entries" +msgstr "entri pencatatan" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "\"%(object)s\" ditambahkan." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "\"%(object)s\" diubah - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "\"%(object)s\" dihapus." + +msgid "LogEntry Object" +msgstr "Objek LogEntry" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "Ditambahkan." + +msgid "and" +msgstr "dan" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "Tidak ada bidang yang berubah." + +msgid "None" +msgstr "None" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" +"Tekan \"Control\", atau \"Command\" pada Mac, untuk memilih lebih dari satu." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Objek harus dipilih sebelum dimanipulasi. Tidak ada objek yang berubah." + +msgid "No action selected." +msgstr "Tidak ada aksi yang dipilih." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "%(name)s \"%(obj)s\" berhasil dihapus." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "Objek %(name)s dengan kunci utama %(key)r tidak ada." + +#, python-format +msgid "Add %s" +msgstr "Tambahkan %s" + +#, python-format +msgid "Change %s" +msgstr "Ubah %s" + +msgid "Database error" +msgstr "Galat basis data" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s berhasil diubah." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s dipilih" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 dari %(cnt)s dipilih" + +#, python-format +msgid "Change history: %s" +msgstr "Ubah riwayat: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Menghapus %(class_name)s %(instance)s memerlukan penghapusanobjek " +"terlindungi yang terkait sebagai berikut: %(related_objects)s" + +msgid "Django site admin" +msgstr "Admin situs Django" + +msgid "Django administration" +msgstr "Administrasi Django" + +msgid "Site administration" +msgstr "Administrasi situs" + +msgid "Log in" +msgstr "Masuk" + +#, python-format +msgid "%(app)s administration" +msgstr "Administrasi %(app)s" + +msgid "Page not found" +msgstr "Laman tidak ditemukan" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Maaf, laman yang Anda minta tidak ditemukan." + +msgid "Home" +msgstr "Beranda" + +msgid "Server error" +msgstr "Galat server" + +msgid "Server error (500)" +msgstr "Galat server (500)" + +msgid "Server Error (500)" +msgstr "Galat Server (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Galat terjadi dan telah dilaporkan ke administrator situs lewat email untuk " +"diperbaiki. Terima kasih atas pengertiannya." + +msgid "Run the selected action" +msgstr "Jalankan aksi terpilih" + +msgid "Go" +msgstr "Buka" + +msgid "Click here to select the objects across all pages" +msgstr "Klik di sini untuk memilih semua objek pada semua laman" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Pilih seluruh %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Bersihkan pilihan" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Pertama-tama, masukkan nama pengguna dan sandi. Anda akan dapat mengubah " +"opsi pengguna lain setelah itu." + +msgid "Enter a username and password." +msgstr "Masukkan nama pengguna dan sandi." + +msgid "Change password" +msgstr "Ganti sandi" + +msgid "Please correct the error below." +msgstr "Perbaiki galat di bawah ini." + +msgid "Please correct the errors below." +msgstr "Perbaiki galat di bawah ini." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Masukkan sandi baru untuk pengguna %(username)s." + +msgid "Welcome," +msgstr "Selamat datang," + +msgid "View site" +msgstr "Lihat situs" + +msgid "Documentation" +msgstr "Dokumentasi" + +msgid "Log out" +msgstr "Keluar" + +#, python-format +msgid "Add %(name)s" +msgstr "Tambahkan %(name)s" + +msgid "History" +msgstr "Riwayat" + +msgid "View on site" +msgstr "Lihat di situs" + +msgid "Filter" +msgstr "Filter" + +msgid "Remove from sorting" +msgstr "Dihapus dari pengurutan" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Prioritas pengurutan: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Ubah pengurutan" + +msgid "Delete" +msgstr "Hapus" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Menghapus %(object_name)s '%(escaped_object)s' akan menghapus objek lain " +"yang terkait, tetapi akun Anda tidak memiliki izin untuk menghapus objek " +"dengan tipe berikut:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Menghapus %(object_name)s '%(escaped_object)s' memerlukan penghapusan objek " +"terlindungi yang terkait sebagai berikut:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Yakin ingin menghapus %(object_name)s \"%(escaped_object)s\"? Semua objek " +"lain yang terkait juga akan dihapus:" + +msgid "Objects" +msgstr "Objek" + +msgid "Yes, I'm sure" +msgstr "Ya, tentu saja" + +msgid "No, take me back" +msgstr "Tidak, bawa saya kembali" + +msgid "Delete multiple objects" +msgstr "Hapus beberapa objek sekaligus" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Menghapus %(objects_name)s terpilih akan menghapus objek yang terkait, " +"tetapi akun Anda tidak memiliki izin untuk menghapus objek dengan tipe " +"berikut:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Menghapus %(objects_name)s terpilih memerlukan penghapusan objek terlindungi " +"yang terkait sebagai berikut:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Yakin akan menghapus %(objects_name)s terpilih? Semua objek berikut beserta " +"objek terkait juga akan dihapus:" + +msgid "Change" +msgstr "Ubah" + +msgid "Delete?" +msgstr "Hapus?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " Berdasarkan %(filter_title)s " + +msgid "Summary" +msgstr "Ringkasan" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Model pada aplikasi %(name)s" + +msgid "Add" +msgstr "Tambah" + +msgid "You don't have permission to edit anything." +msgstr "Anda tidak memiliki izin untuk mengubah apapun." + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "Tidak ada yang tersedia" + +msgid "Unknown content" +msgstr "Konten tidak diketahui" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Ada masalah dengan instalasi basis data Anda. Pastikan tabel yang sesuai " +"pada basis data telah dibuat dan dapat dibaca oleh pengguna yang benar." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Anda dikenali sebagai %(username)s, tapi tidak diperbolehkan untuk mengakses " +"halaman ini. Anda ingin mencoba mengakses menggunakan akun yang lain?" + +msgid "Forgotten your password or username?" +msgstr "Lupa nama pengguna atau sandi?" + +msgid "Date/time" +msgstr "Tanggal/waktu" + +msgid "User" +msgstr "Pengguna" + +msgid "Action" +msgstr "Aksi" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Objek ini tidak memiliki riwayat perubahan. Kemungkinan objek ini tidak " +"ditambahkan melalui situs administrasi ini." + +msgid "Show all" +msgstr "Tampilkan semua" + +msgid "Save" +msgstr "Simpan" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Ubah %(model)s yang dipilih" + +#, python-format +msgid "Add another %(model)s" +msgstr "Tambahkan %(model)s yang lain" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Hapus %(model)s yang dipilih" + +msgid "Search" +msgstr "Cari" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s buah" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s total" + +msgid "Save as new" +msgstr "Simpan sebagai baru" + +msgid "Save and add another" +msgstr "Simpan dan tambahkan lagi" + +msgid "Save and continue editing" +msgstr "Simpan dan terus mengedit" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Terima kasih telah menggunakan situs ini hari ini." + +msgid "Log in again" +msgstr "Masuk kembali" + +msgid "Password change" +msgstr "Ubah sandi" + +msgid "Your password was changed." +msgstr "Sandi Anda telah diubah." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Dengan alasan keamanan, masukkan sandi lama Anda dua kali untuk memastikan " +"Anda tidak salah mengetikkannya." + +msgid "Change my password" +msgstr "Ubah sandi saya" + +msgid "Password reset" +msgstr "Setel ulang sandi" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Sandi Anda telah diperbarui. Silakan masuk." + +msgid "Password reset confirmation" +msgstr "Konfirmasi penyetelan ulang sandi" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Masukkan sandi baru dua kali untuk memastikan Anda tidak salah " +"mengetikkannya." + +msgid "New password:" +msgstr "Sandi baru:" + +msgid "Confirm password:" +msgstr "Konfirmasi sandi:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Tautan penyetelan ulang sandi tidak valid. Kemungkinan karena tautan " +"tersebut telah dipakai sebelumnya. Ajukan permintaan penyetelan sandi sekali " +"lagi." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Kami mengirimi anda instruksi untuk pengubahan kata sandi, jika ada akun " +"dengan alamat email yang sesuai. Anda seharusnya menerimanya sesaat lagi." + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Jika Anda tidak menerima email, pastikan Anda telah memasukkan alamat yang " +"digunakan saat pendaftaran serta periksa folder spam Anda." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Anda menerima email ini karena Anda meminta penyetelan ulang sandi untuk " +"akun pengguna di %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Kunjungi laman di bawah ini dan ketikkan sandi baru:" + +msgid "Your username, in case you've forgotten:" +msgstr "Nama pengguna Anda, jika lupa:" + +msgid "Thanks for using our site!" +msgstr "Terima kasih telah menggunakan situs kami!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Tim %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"Lupa sandinya? Masukkan alamat email Anda di bawah ini agar kami dapat " +"mengirimkan petunjuk untuk menyetel ulang sandinya." + +msgid "Email address:" +msgstr "Alamat email:" + +msgid "Reset my password" +msgstr "Setel ulang sandi saya" + +msgid "All dates" +msgstr "Semua tanggal" + +#, python-format +msgid "Select %s" +msgstr "Pilih %s" + +#, python-format +msgid "Select %s to change" +msgstr "Pilih %s untuk diubah" + +msgid "Date:" +msgstr "Tanggal:" + +msgid "Time:" +msgstr "Waktu:" + +msgid "Lookup" +msgstr "Cari" + +msgid "Currently:" +msgstr "Saat ini:" + +msgid "Change:" +msgstr "Ubah:" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/id/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/id/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..ca2573bd3771e4a67a44963b46eb18ba433a4878 GIT binary patch literal 3674 zcmb_eO^h7H6|MwAU_*Xz$PWdGO9h)^6LGN^b zU0ttUeeZj(s`kBoH~vH5+K>AexPSRAA=<#@Z{vaM1KWl@c>EpsGVrg!weJXlpLiP&_WM5Y81OQX`5c6ke*xP-9``zM z0(|njLi`PyyaBu$?IDbLzCQxl-!s4;0sqpppKI_1AnR}m_&wl%8+@(7HyeBxcm(~I zfgRwF5d`~x2#6`g86fMt1?2gj0-gkpfUCe4fgI0AP5&oAp6^p2e&QxHE&*=?{s;I! zAlqkf%Kkj?1n_Af&-V)OPrz4!Y~M!^Dez+;WDxh@Cfq;3eFtuoMabjNfj_~GFv7*T z;S0mWPs3Y1Z}S>r0+n!azWDlC4dON+b7LJAFV_Ed-1~5IY;>Llk0N3x9L=z3z0U!0gJ8FO~oM9CE@2&MMjqpXhd=$FHs0Gm$MxyOP4E(XHCAf z9rMtfv<)s|cM)Wbo00@y^jI3Q){PwU`%&kmP25k@khh1eyll4)c%kCBg4t%fn zG}WLGV=1`OM`E*Z7qF?d)|1xbswk0{9wiqbzgs$|Ca&VuD_!b#dfo2*9b8L~ z$kMk4g|wxS-W5H1SXzscdqiPVGIShl(EP0l%}Cpk`whm}aV5v9HBd6|(Yj5XRi#Gk zhg0t-y>@##okpIW>XEt_4PD-@!`cDUcxdaSePn54edE-w0Ntpw)OXe^3u0IYJ@V?J zZ%>TW_81pHQ7V7pvBBxqgS&P-*GLtuQ+DVQYz94gFxGy~v`0Ew+B8)mP3yEP^0G&E z5}M_S?lG!gPjrqg%}6i zLpx68q~d-!q(B)-xpF{r=Ja*tGik*@*|AKq`i;!R7IHYoN$K&2QVe|Qq)j9l6@$W1 zO>o4)-vyadqGRmA&>C*)a4;_)OE~_n=>fCE*X3dhAtI?`vBnYA&pIx#ipoF_vtLz( z&ahj^1pHG<^0f0as6wn zLA!LBIHNqGT~GvFyJa_nF&4tLBvN2?~-sQ0~v|42nR4mRKuFU4^md=qS{7=aF`U(_g zVH{0V!Cc@k!y#4^3N?lr0VOU4oHg@x__#!3I_4l8wnqNnZhbD vnrkLj1p;4~e{u2EI1--$8m=!N literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/id/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/id/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..9ef52a8 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/id/LC_MESSAGES/djangojs.po @@ -0,0 +1,218 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Fery Setiawan , 2015 +# Jannis Leidel , 2011 +# rodin , 2011-2012 +# rodin , 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 10:11+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Indonesian (http://www.transifex.com/django/django/language/" +"id/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#, javascript-format +msgid "Available %s" +msgstr "%s yang tersedia" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"Berikut adalah daftar %s yang tersedia. Anda dapat memilih satu atau lebih " +"dengan memilihnya pada kotak di bawah, lalu mengeklik tanda panah \"Pilih\" " +"di antara kedua kotak." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Ketik pada kotak ini untuk menyaring daftar %s yang tersedia." + +msgid "Filter" +msgstr "Filter" + +msgid "Choose all" +msgstr "Pilih semua" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Pilih untuk memilih seluruh %s sekaligus." + +msgid "Choose" +msgstr "Pilih" + +msgid "Remove" +msgstr "Hapus" + +#, javascript-format +msgid "Chosen %s" +msgstr "%s terpilih" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"Berikut adalah daftar %s yang terpilih. Anda dapat menghapus satu atau lebih " +"dengan memilihnya pada kotak di bawah, lalu mengeklik tanda panah \"Hapus\" " +"di antara kedua kotak." + +msgid "Remove all" +msgstr "Hapus semua" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Klik untuk menghapus semua pilihan %s sekaligus." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s dari %(cnt)s terpilih" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Beberapa perubahan bidang yang Anda lakukan belum tersimpan. Perubahan yang " +"telah dilakukan akan hilang." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Anda telah memilih sebuah aksi, tetapi belum menyimpan perubahan ke bidang " +"yang ada. Klik OK untuk menyimpan perubahan ini. Anda akan perlu mengulangi " +"aksi tersebut kembali." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Anda telah memilih sebuah aksi, tetapi belum mengubah bidang apapun. " +"Kemungkinan Anda mencari tombol Buka dan bukan tombol Simpan." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Catatan: Waktu Anda lebih cepat %s jam dibandingkan waktu server." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Catatan: Waktu Anda lebih lambat %s jam dibandingkan waktu server." + +msgid "Now" +msgstr "Sekarang" + +msgid "Choose a Time" +msgstr "Pilih Waktu" + +msgid "Choose a time" +msgstr "Pilih waktu" + +msgid "Midnight" +msgstr "Tengah malam" + +msgid "6 a.m." +msgstr "6 pagi" + +msgid "Noon" +msgstr "Siang" + +msgid "6 p.m." +msgstr "6 p.m" + +msgid "Cancel" +msgstr "Batal" + +msgid "Today" +msgstr "Hari ini" + +msgid "Choose a Date" +msgstr "Pilih Tanggal" + +msgid "Yesterday" +msgstr "Kemarin" + +msgid "Tomorrow" +msgstr "Besok" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "Bentangkan" + +msgid "Hide" +msgstr "Ciutkan" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/io/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/io/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..e070a3131fb08be6c1bfe47a3e56a0b241036166 GIT binary patch literal 12756 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 D!C-$r literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/io/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/io/LC_MESSAGES/django.po new file mode 100644 index 0000000..e6618a9 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/io/LC_MESSAGES/django.po @@ -0,0 +1,667 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Viko Bartero , 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 09:09+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Ido (http://www.transifex.com/django/django/language/io/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: io\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d %(items)s eliminesis sucesoze." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Onu ne povas eliminar %(name)s" + +msgid "Are you sure?" +msgstr "Ka vu esas certa?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Eliminar selektita %(verbose_name_plural)s" + +msgid "Administration" +msgstr "" + +msgid "All" +msgstr "Omni" + +msgid "Yes" +msgstr "Yes" + +msgid "No" +msgstr "No" + +msgid "Unknown" +msgstr "Nekonocato" + +msgid "Any date" +msgstr "Irga dato" + +msgid "Today" +msgstr "Hodie" + +msgid "Past 7 days" +msgstr "7 antea dii" + +msgid "This month" +msgstr "Ca monato" + +msgid "This year" +msgstr "Ca yaro" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Skribez la korekta %(username)s e pasvorto di kelka staff account. Remarkez " +"ke both feldi darfas rikonocar miniskulo e mayuskulo." + +msgid "Action:" +msgstr "Ago:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Agregar altra %(verbose_name)s" + +msgid "Remove" +msgstr "Eliminar" + +msgid "action time" +msgstr "horo dil ago" + +msgid "user" +msgstr "" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "id dil objekto" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "repr dil objekto" + +msgid "action flag" +msgstr "flago dil ago" + +msgid "change message" +msgstr "chanjar mesajo" + +msgid "log entry" +msgstr "logo informo" + +msgid "log entries" +msgstr "logo informi" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "\"%(object)s\" agregesis." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "\"%(object)s\" chanjesis - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "\"%(object)s\" eliminesis." + +msgid "LogEntry Object" +msgstr "LogEntry Objekto" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "" + +msgid "and" +msgstr "e" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "Nula feldo chanjesis." + +msgid "None" +msgstr "Nula" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Onu devas selektar la objekti por aplikar oli irga ago. Nula objekto " +"chanjesis." + +msgid "No action selected." +msgstr "Nula ago selektesis." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "La %(name)s \"%(obj)s\" eliminesis sucesoze." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "La %(name)s objekto kun precipua klefo %(key)r ne existas." + +#, python-format +msgid "Add %s" +msgstr "Agregar %s" + +#, python-format +msgid "Change %s" +msgstr "Chanjar %s" + +msgid "Database error" +msgstr "Eroro del datumaro" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s chanjesis sucesoze." +msgstr[1] "%(count)s %(name)s chanjesis sucesoze." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s selektita" +msgstr[1] "La %(total_count)s selektita" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "Selektita 0 di %(cnt)s" + +#, python-format +msgid "Change history: %s" +msgstr "Modifikuro historio: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Por eliminar %(class_name)s %(instance)s on mustas eliminar la sequanta " +"protektita objekti relatita: %(related_objects)s" + +msgid "Django site admin" +msgstr "Django situo admin" + +msgid "Django administration" +msgstr "Django administreyo" + +msgid "Site administration" +msgstr "Administrayo dil ret-situo" + +msgid "Log in" +msgstr "Startar sesiono" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "La pagino ne renkontresis" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Pardonez, ma la demandita pagino ne renkontresis." + +msgid "Home" +msgstr "Hemo" + +msgid "Server error" +msgstr "Eroro del servilo" + +msgid "Server error (500)" +msgstr "Eroro del servilo (500)" + +msgid "Server Error (500)" +msgstr "Eroro del servilo (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Eroro eventis. Ico informesis per e-posto a la administranti dil ret-situo e " +"la eroro esos korektigata balde. Danko pro vua pacienteso." + +msgid "Run the selected action" +msgstr "Exekutar la selektita ago" + +msgid "Go" +msgstr "Irar" + +msgid "Click here to select the objects across all pages" +msgstr "Kliktez hike por selektar la objekti di omna pagini" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Selektar omna %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Desfacar selekto" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Unesme, skribez uzer-nomo ed pasvorto. Pos, vu povos modifikar altra uzer-" +"selekto." + +msgid "Enter a username and password." +msgstr "Skribez uzer-nomo ed pasvorto." + +msgid "Change password" +msgstr "Chanjar pasvorto" + +msgid "Please correct the error below." +msgstr "Korektigez la eroro infre." + +msgid "Please correct the errors below." +msgstr "Korektigez la erori infre." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Skribez nova pasvorto por la uzero %(username)s." + +msgid "Welcome," +msgstr "Bonvenez," + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "Dokumento" + +msgid "Log out" +msgstr "Klozar sesiono" + +#, python-format +msgid "Add %(name)s" +msgstr "Agregar %(name)s" + +msgid "History" +msgstr "Historio" + +msgid "View on site" +msgstr "Vidar en la ret-situo" + +msgid "Filter" +msgstr "Filtrar" + +msgid "Remove from sorting" +msgstr "Eskartar de klasifiko" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Precedo dil klasifiko: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Aktivar/desaktivar klasifiko" + +msgid "Delete" +msgstr "Eliminar" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Eliminar la %(object_name)s '%(escaped_object)s' eliminos relatita objekti, " +"ma vua account ne havas permiso por eliminar la sequanta objekti:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Eliminar la %(object_name)s '%(escaped_object)s' eliminus la sequanta " +"protektita objekti relatita:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Ka vu volas eliminar la %(object_name)s \"%(escaped_object)s\"? Omna " +"sequanta objekti relatita eliminesos:" + +msgid "Objects" +msgstr "" + +msgid "Yes, I'm sure" +msgstr "Yes, me esas certa" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "Eliminar multopla objekti" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Eliminar la selektita %(objects_name)s eliminos relatita objekti, ma vua " +"account ne havas permiso por eliminar la sequanta objekti:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Eliminar la selektita %(objects_name)s eliminos la sequanta protektita " +"objekti relatita:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Ka vu volas eliminar la selektita %(objects_name)s? Omna sequanta objekti ed " +"olia relatita objekti eliminesos:" + +msgid "Change" +msgstr "Modifikar" + +msgid "Delete?" +msgstr "Ka eliminar?" + +#, python-format +msgid " By %(filter_title)s " +msgstr "Per %(filter_title)s " + +msgid "Summary" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modeli en la %(name)s apliko" + +msgid "Add" +msgstr "Agregar" + +msgid "You don't have permission to edit anything." +msgstr "Vu ne havas permiso por facar modifiki." + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "Nulo disponebla" + +msgid "Unknown content" +msgstr "Nekonocata kontenajo" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Vua datumaro instaluro esas defektiva. Verifikez ke la datumaro tabeli " +"kreadesis e ke la uzero havas permiso por lektar la datumaro." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "Ka vu obliviis vua pasvorto od uzer-nomo?" + +msgid "Date/time" +msgstr "Dato/horo" + +msgid "User" +msgstr "Uzero" + +msgid "Action" +msgstr "Ago" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Ica objekto ne havas chanjo-historio. Olu forsan ne agregesis per ica " +"administrala ret-situo." + +msgid "Show all" +msgstr "Montrar omni" + +msgid "Save" +msgstr "Salvar" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Search" +msgstr "Serchar" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s resulto" +msgstr[1] "%(counter)s resulti" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s totala" + +msgid "Save as new" +msgstr "Salvar kom nova" + +msgid "Save and add another" +msgstr "Salvar ed agregar altra" + +msgid "Save and continue editing" +msgstr "Salvar e durar la modifiko" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Danko pro vua spensita tempo en la ret-situo hodie." + +msgid "Log in again" +msgstr "Ristartar sesiono" + +msgid "Password change" +msgstr "Pasvorto chanjo" + +msgid "Your password was changed." +msgstr "Vua pasvorto chanjesis." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Por kauciono, skribez vua anta pasvorto e pos skribez vua nova pasvorto " +"dufoye por verifikar ke olu skribesis korekte." + +msgid "Change my password" +msgstr "Modifikar mea pasvorto" + +msgid "Password reset" +msgstr "Pasvorto chanjo" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Vua pasvorto chanjesis. Vu darfas startar sesiono nun." + +msgid "Password reset confirmation" +msgstr "Pasvorto chanjo konfirmo" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Skribez vua nova pasvorto dufoye por verifikar ke olu skribesis korekte." + +msgid "New password:" +msgstr "Nova pasvorto:" + +msgid "Confirm password:" +msgstr "Konfirmez pasvorto:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"La link por chanjar pasvorto ne esis valida, forsan pro ke olu ja uzesis. " +"Demandez nova pasvorto chanjo." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Se vu ne recevas mesajo, verifikez ke vu skribis la sama e-posto adreso " +"uzita por vua registro e lektez vua spam mesaji." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Vu esas recevanta ica mesajo pro ke vu demandis pasvorto chanjo por vua " +"uzero account che %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Irez al sequanta pagino e selektez nova pasvorto:" + +msgid "Your username, in case you've forgotten:" +msgstr "Vua uzernomo, se vu obliviis olu:" + +msgid "Thanks for using our site!" +msgstr "Danko pro uzar nia ret-situo!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "La equipo di %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"Ka vu obliviis vua pasvorto? Skribez vua e-posto adreso infre e ni sendos " +"instrucioni por kreadar nova pasvorto." + +msgid "Email address:" +msgstr "E-postala adreso:" + +msgid "Reset my password" +msgstr "Chanjar mea pasvorto" + +msgid "All dates" +msgstr "Omna dati" + +#, python-format +msgid "Select %s" +msgstr "Selektar %s" + +#, python-format +msgid "Select %s to change" +msgstr "Selektar %s por chanjar" + +msgid "Date:" +msgstr "Dato:" + +msgid "Time:" +msgstr "Horo:" + +msgid "Lookup" +msgstr "Serchado" + +msgid "Currently:" +msgstr "Aktuale" + +msgid "Change:" +msgstr "Chanjo:" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/io/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/io/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..fba64da89f8fb8d99dd31e965014a6bd1a0d0105 GIT binary patch literal 464 zcmYLE!A=4(6x8TxkDfi$!~+E1wj~mI(vO)*>gO7K3R-OZ<&Ms9NV3fhTa$Z{_NVb$Fx6w?M z)&-dOTxamK&OIbnkZAgvK;J1D&~^tj*j$V8-NYnJY+?TnRGD zEU7I*Cr`Hlfkh)k6F~WCMbhjeU(@* zsBNHSA+_m}bRnHrq4$;yp>yaa(*OVf literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/io/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/io/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..d7be82e --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/io/LC_MESSAGES/djangojs.po @@ -0,0 +1,145 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2014-10-05 20:11+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Ido (http://www.transifex.com/projects/p/django/language/" +"io/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: io\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +msgid "Filter" +msgstr "" + +msgid "Choose all" +msgstr "" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "" + +msgid "Choose" +msgstr "" + +msgid "Remove" +msgstr "" + +#, javascript-format +msgid "Chosen %s" +msgstr "" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" + +msgid "Remove all" +msgstr "" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "" +msgstr[1] "" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +msgstr[1] "" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +msgstr[1] "" + +msgid "Now" +msgstr "" + +msgid "Clock" +msgstr "" + +msgid "Choose a time" +msgstr "" + +msgid "Midnight" +msgstr "" + +msgid "6 a.m." +msgstr "" + +msgid "Noon" +msgstr "" + +msgid "Cancel" +msgstr "" + +msgid "Today" +msgstr "" + +msgid "Calendar" +msgstr "" + +msgid "Yesterday" +msgstr "" + +msgid "Tomorrow" +msgstr "" + +msgid "" +"January February March April May June July August September October November " +"December" +msgstr "" + +msgid "S M T W T F S" +msgstr "" + +msgid "Show" +msgstr "" + +msgid "Hide" +msgstr "" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/is/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/is/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..d16b8740647050d364ccb909d55fc4a7b3aaea18 GIT binary patch literal 11489 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 W^L5q0^h0Fg&HxOTPpte#-Sj`Rys&%# literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/is/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/is/LC_MESSAGES/django.po new file mode 100644 index 0000000..d04b241 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/is/LC_MESSAGES/django.po @@ -0,0 +1,662 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Hafsteinn Einarsson , 2011-2012 +# Jannis Leidel , 2011 +# Kári Tristan Helgason , 2013 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 09:09+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Icelandic (http://www.transifex.com/django/django/language/" +"is/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: is\n" +"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Eyddi %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Get ekki eytt %(name)s" + +msgid "Are you sure?" +msgstr "Ertu viss?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Eyða völdum %(verbose_name_plural)s" + +msgid "Administration" +msgstr "" + +msgid "All" +msgstr "Allt" + +msgid "Yes" +msgstr "Já" + +msgid "No" +msgstr "Nei" + +msgid "Unknown" +msgstr "Óþekkt" + +msgid "Any date" +msgstr "Allar dagsetningar" + +msgid "Today" +msgstr "Dagurinn í dag" + +msgid "Past 7 days" +msgstr "Síðustu 7 dagar" + +msgid "This month" +msgstr "Þessi mánuður" + +msgid "This year" +msgstr "Þetta ár" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Vinsamlegast sláðu inn rétt %(username)s og lykilorð fyrir starfsmanna " +"aðgang. Takið eftir að í báðum reitum skipta há- og lágstafir máli." + +msgid "Action:" +msgstr "Aðgerð:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Bæta við öðrum %(verbose_name)s" + +msgid "Remove" +msgstr "Fjarlægja" + +msgid "action time" +msgstr "tími aðgerðar" + +msgid "user" +msgstr "" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "kenni hlutar" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "framsetning hlutar" + +msgid "action flag" +msgstr "aðgerðarveifa" + +msgid "change message" +msgstr "breyta skilaboði" + +msgid "log entry" +msgstr "kladdafærsla" + +msgid "log entries" +msgstr "kladdafærslur" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "\"%(object)s\" bætt við." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "Breytti \"%(object)s\" - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "Eyddi \"%(object)s.\"" + +msgid "LogEntry Object" +msgstr "LogEntry hlutur" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "" + +msgid "and" +msgstr "og" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "Engum reitum breytt." + +msgid "None" +msgstr "Ekkert" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Hlutir verða að vera valdir til að framkvæma aðgerðir á þeim. Engu hefur " +"verið breytt." + +msgid "No action selected." +msgstr "Engin aðgerð valin." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "%(name)s „%(obj)s“ var eytt." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "%(name)s hlutur með lykilinn %(key)r er ekki til." + +#, python-format +msgid "Add %s" +msgstr "Bæta við %s" + +#, python-format +msgid "Change %s" +msgstr "Breyta %s" + +msgid "Database error" +msgstr "Gagnagrunnsvilla" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s var breytt." +msgstr[1] "%(count)s %(name)s var breytt." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "Allir %(total_count)s valdir" +msgstr[1] "Allir %(total_count)s valdir" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 af %(cnt)s valin" + +#, python-format +msgid "Change history: %s" +msgstr "Breytingarsaga: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +msgid "Django site admin" +msgstr "Django vefstjóri" + +msgid "Django administration" +msgstr "Django vefstjórn" + +msgid "Site administration" +msgstr "Vefstjóri" + +msgid "Log in" +msgstr "Skrá inn" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "Síða fannst ekki" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Því miður fannst umbeðin síða ekki." + +msgid "Home" +msgstr "Heim" + +msgid "Server error" +msgstr "Kerfisvilla" + +msgid "Server error (500)" +msgstr "Kerfisvilla (500)" + +msgid "Server Error (500)" +msgstr "Kerfisvilla (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +msgid "Run the selected action" +msgstr "Keyra valda aðgerð" + +msgid "Go" +msgstr "Áfram" + +msgid "Click here to select the objects across all pages" +msgstr "Smelltu hér til að velja alla hluti" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Velja alla %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Hreinsa val" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Fyrst, settu inn notendanafn og lykilorð. Svo geturðu breytt öðrum " +"notendamöguleikum." + +msgid "Enter a username and password." +msgstr "Sláðu inn notandanafn og lykilorð." + +msgid "Change password" +msgstr "Breyta lykilorði" + +msgid "Please correct the error below." +msgstr "Vinsamlegast leiðréttu villurnar hér að neðan:" + +msgid "Please correct the errors below." +msgstr "" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Settu inn nýtt lykilorð fyrir notandann %(username)s." + +msgid "Welcome," +msgstr "Velkomin(n)," + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "Skjölun" + +msgid "Log out" +msgstr "Skrá út" + +#, python-format +msgid "Add %(name)s" +msgstr "Bæta við %(name)s" + +msgid "History" +msgstr "Saga" + +msgid "View on site" +msgstr "Skoða á vef" + +msgid "Filter" +msgstr "Sía" + +msgid "Remove from sorting" +msgstr "Taka úr röðun" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Forgangur röðunar: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Röðun af/á" + +msgid "Delete" +msgstr "Eyða" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Eyðing á %(object_name)s „%(escaped_object)s“ hefði í för með sér eyðingu á " +"tengdum hlutum en þú hefur ekki réttindi til að eyða eftirfarandi hlutum:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Að eyða %(object_name)s ' %(escaped_object)s ' þyrfti að eyða eftirfarandi " +"tengdum hlutum:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Ertu viss um að þú viljir eyða %(object_name)s „%(escaped_object)s“? Öllu " +"eftirfarandi verður eytt:" + +msgid "Objects" +msgstr "" + +msgid "Yes, I'm sure" +msgstr "Já ég er viss." + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "Eyða mörgum hlutum." + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Að eyða völdu %(objects_name)s leiðir til þess að skyldum hlutum er eytt, en " +"þinn aðgangur hefur ekki réttindi til að eyða eftirtöldum hlutum:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Að eyða völdum %(objects_name)s myndi leiða til þess að eftirtöldum skyldum " +"hlutum yrði eytt:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Ertu viss um að þú viljir eyða völdum %(objects_name)s? Öllum eftirtöldum " +"hlutum og skyldum hlutum verður eytt:" + +msgid "Change" +msgstr "Breyta" + +msgid "Delete?" +msgstr "Eyða?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " Eftir %(filter_title)s " + +msgid "Summary" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "" + +msgid "Add" +msgstr "Bæta við" + +msgid "You don't have permission to edit anything." +msgstr "Þú hefur ekki réttindi til að breyta neinu" + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "Engin fáanleg" + +msgid "Unknown content" +msgstr "Óþekkt innihald" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Eitthvað er að gagnagrunnsuppsetningu. Gakktu úr skuggum um að allar töflur " +"séu til staðar og að notandinn hafi aðgang að grunninum." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "Gleymt notandanafn eða lykilorð?" + +msgid "Date/time" +msgstr "Dagsetning/tími" + +msgid "User" +msgstr "Notandi" + +msgid "Action" +msgstr "Aðgerð" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Þessi hlutur hefur enga breytingasögu. Hann var líklega ekki búinn til á " +"þessu stjórnunarsvæði." + +msgid "Show all" +msgstr "Sýna allt" + +msgid "Save" +msgstr "Vista" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Search" +msgstr "Leita" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s niðurstaða" +msgstr[1] "%(counter)s niðurstöður" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s í heildina" + +msgid "Save as new" +msgstr "Vista sem nýtt" + +msgid "Save and add another" +msgstr "Vista og búa til nýtt" + +msgid "Save and continue editing" +msgstr "Vista og halda áfram að breyta" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Takk fyrir að verja tíma í vefsíðuna í dag." + +msgid "Log in again" +msgstr "Skráðu þig inn aftur" + +msgid "Password change" +msgstr "Breyta lykilorði" + +msgid "Your password was changed." +msgstr "Lykilorði þínu var breytt" + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Vinsamlegast skrifaðu gamla lykilorðið þitt til öryggis. Sláðu svo nýja " +"lykilorðið tvisvar inn svo að hægt sé að ganga úr skugga um að þú hafir ekki " +"gert innsláttarvillu." + +msgid "Change my password" +msgstr "Breyta lykilorðinu mínu" + +msgid "Password reset" +msgstr "Endurstilla lykilorð" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Lykilorðið var endurstillt. Þú getur núna skráð þig inn á vefsvæðið." + +msgid "Password reset confirmation" +msgstr "Staðfesting endurstillingar lykilorðs" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Vinsamlegast settu inn nýja lykilorðið tvisvar til að forðast " +"innsláttarvillur." + +msgid "New password:" +msgstr "Nýtt lykilorð:" + +msgid "Confirm password:" +msgstr "Staðfestu lykilorð:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Endurstilling lykilorðs tókst ekki. Slóðin var ógild. Hugsanlega hefur hún " +"nú þegar verið notuð. Vinsamlegast biddu um nýja endurstillingu." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" + +msgid "Please go to the following page and choose a new password:" +msgstr "Vinsamlegast farðu á eftirfarandi síðu og veldu nýtt lykilorð:" + +msgid "Your username, in case you've forgotten:" +msgstr "Notandanafnið þitt ef þú skyldir hafa gleymt því:" + +msgid "Thanks for using our site!" +msgstr "Takk fyrir að nota vefinn okkar!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s hópurinn" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" + +msgid "Email address:" +msgstr "" + +msgid "Reset my password" +msgstr "Endursstilla lykilorðið mitt" + +msgid "All dates" +msgstr "Allar dagsetningar" + +#, python-format +msgid "Select %s" +msgstr "Veldu %s" + +#, python-format +msgid "Select %s to change" +msgstr "Veldu %s til að breyta" + +msgid "Date:" +msgstr "Dagsetning:" + +msgid "Time:" +msgstr "Tími:" + +msgid "Lookup" +msgstr "Fletta upp" + +msgid "Currently:" +msgstr "" + +msgid "Change:" +msgstr "" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/is/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/is/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..a20f3e27475b3f40c99cc98bf4618abaede40a8a GIT binary patch literal 3214 zcmb_eTZOSNYNl&?YPY*;tgfEP zfG>Fxgdn0KD5&uv;ALe&@Igpk+BbiJB0hEvY zKknZ3j==Lk)qV#~p#5+aUU>Rf3-LJc72tKiPk=WAH>&>m3cmr~g7I&GW5Dl#Hv)eG zJ_!5;_%QI+Yf3){fV0FWzq%$o^gi@_Ge)8@LL56Zi-4THu?Q zWIyi$XMrC9dH)}P?*V@XvfXJc?gRJ0`4@=sH6X`#5XQWp0p0}6Dm)Ej|7WWHTR`UX zArOD!Q@kDqehHibehBh`2v$a>CJmQ>lvgrDVG_ zG1W01pBPXbufi+N9V8hffp}&hbu8PlqKQ<@OVd%YnD1GestQPw*U5G-F6L8Z3WHd8 z*2r7x6ec9&7{eqzS$GP>{N}t?PZHP_R5JvI#gmwhek&|FOFGj@EVGf zg>41wLM-<%-0JC+@aKDqVx3~kF3BCy1oV>4D3PO0a;Z%ewMUga+C*%ckT!*jwmn5{ z726?66Y_|m4zsV;(RiuKI7#QQsIB}^VGZx@hn8Tj(%`bBwgTQ}RLSul8I{8P6C)eS zk!ab(GH=lu^%X)!$~^1GQRBN?B!EIYEF-$Cp5i5yB2Da$mF-C+bn~b|G?E>!t$DQ2 zZ&WQXlO8Duk$J;;kS0<%ss;=~J(8g7;sSm^n zXID`JYKOzxigGFP(xh+|^4qbKs&AdIEv1nTYtLp;T5H)Rjh#5&s?9qkIfu39q*qOv zsW%SR>IZ6#$7$xVW@Bc5eWqT=!rDnS(CqV~bu$fW)SHdQ{yLtqqcZiimXjuprMIq0 zN2D=0az_=ec}!1&4Z2UqMK{oV#VKFkD&sVeu{KwnJ4oH27l_6DtTeHTxFjFS z&v`Ftpz{r}f}534T?3Wvz}`?2q|r{ z;F4wCRq5jVTm*l`T4oFDznJ9fQY<2esOtHKVP+Zx&xR_};#mH*!R(e7u`tRvN^V&q zmh*;& ztHG7+(g0G28R-6n-llZ^|6x}Mx5W;8|Aych3S}hn(}drGC^KSt&FL=W$TmfQMw^Eq zMd}LCaZ9f#yU5Q_l%I2mAM*E97xGs}0j?wE;1s`;<%C*W(@2r?)OKp*ai1h73nf$g zEU7f&={R3s!-2-pf;mbAa=~Adi_*zS>KWPZn=GNOQ)}=5|C1{?AUmcwAODgMYME!} zm#4I%QL+=}f`2h^HIU6ogdEFAPj0DIxTxso7o_X@g03=Q=GN5673>QwaDD=@08N#H s>|a)UBZi&3uWt#mzy}_2uoLarX{l(E;lS=NDTE!c*nIVic%%!&p8zfE&j0`b literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/is/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/is/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..4960bd3 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/is/LC_MESSAGES/djangojs.po @@ -0,0 +1,217 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# gudbergur , 2012 +# Hafsteinn Einarsson , 2011-2012 +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 10:11+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Icelandic (http://www.transifex.com/django/django/language/" +"is/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: is\n" +"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Fáanleg %s" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"Þetta er listi af því %s sem er í boði. Þú getur ákveðið hluti með því að " +"velja þá í boxinu að neðan og ýta svo á \"Velja\" örina milli boxana tveggja." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Skrifaðu í boxið til að sía listann af því %s sem er í boði." + +msgid "Filter" +msgstr "Sía" + +msgid "Choose all" +msgstr "Velja öll" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Smelltu til að velja allt %s í einu." + +msgid "Choose" +msgstr "Veldu" + +msgid "Remove" +msgstr "Fjarlægja" + +#, javascript-format +msgid "Chosen %s" +msgstr "Valin %s" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"Þetta er listinn af völdu %s. Þú getur fjarlægt hluti með því að velja þá í " +"boxinu að neðan og ýta svo á \"Eyða\" örina á milli boxana tveggja." + +msgid "Remove all" +msgstr "Eyða öllum" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Smelltu til að fjarlægja allt valið %s í einu." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] " %(sel)s í %(cnt)s valin" +msgstr[1] " %(sel)s í %(cnt)s valin" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Enn eru óvistaðar breytingar í reitum. Ef þú keyrir aðgerð munu breytingar " +"ekki verða vistaðar." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Þú hefur valið aðgerð en hefur ekki vistað breytingar á reitum. Vinsamlegast " +"veldu 'Í lagi' til að vista. Þú þarft að endurkeyra aðgerðina." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Þú hefur valið aðgerð en hefur ekki gert breytingar á reitum. Þú ert líklega " +"að leita að 'Fara' hnappnum frekar en 'Vista' hnappnum." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +msgstr[1] "" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +msgstr[1] "" + +msgid "Now" +msgstr "Núna" + +msgid "Choose a Time" +msgstr "" + +msgid "Choose a time" +msgstr "Veldu tíma" + +msgid "Midnight" +msgstr "Miðnætti" + +msgid "6 a.m." +msgstr "6 f.h." + +msgid "Noon" +msgstr "Hádegi" + +msgid "6 p.m." +msgstr "" + +msgid "Cancel" +msgstr "Hætta við" + +msgid "Today" +msgstr "Í dag" + +msgid "Choose a Date" +msgstr "" + +msgid "Yesterday" +msgstr "Í gær" + +msgid "Tomorrow" +msgstr "Á morgun" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "Sýna" + +msgid "Hide" +msgstr "Fela" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/it/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/it/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..5251920844e83ff90e06dfbfe1c9e841eb193f69 GIT binary patch literal 16415 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 literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/it/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/it/LC_MESSAGES/django.po new file mode 100644 index 0000000..11e886f --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/it/LC_MESSAGES/django.po @@ -0,0 +1,696 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Denis Darii , 2011 +# Flavio Curella , 2013 +# Jannis Leidel , 2011 +# Luciano De Falco Alfano, 2016 +# Marco Bonetti, 2014 +# Nicola Larosa , 2013 +# palmux , 2014-2015 +# Mattia Procopio , 2015 +# Stefano Brentegani , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-06-18 09:39+0000\n" +"Last-Translator: palmux \n" +"Language-Team: Italian (http://www.transifex.com/django/django/language/" +"it/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Cancellati/e con successo %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Impossibile cancellare %(name)s " + +msgid "Are you sure?" +msgstr "Confermi?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Cancella %(verbose_name_plural)s selezionati" + +msgid "Administration" +msgstr "Amministrazione" + +msgid "All" +msgstr "Tutti" + +msgid "Yes" +msgstr "Sì" + +msgid "No" +msgstr "No" + +msgid "Unknown" +msgstr "Sconosciuto" + +msgid "Any date" +msgstr "Qualsiasi data" + +msgid "Today" +msgstr "Oggi" + +msgid "Past 7 days" +msgstr "Ultimi 7 giorni" + +msgid "This month" +msgstr "Questo mese" + +msgid "This year" +msgstr "Quest'anno" + +msgid "No date" +msgstr "Senza data" + +msgid "Has date" +msgstr "Ha la data" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Inserisci %(username)s e password corretti per un account di staff. Nota che " +"entrambi i campi distinguono maiuscole e minuscole." + +msgid "Action:" +msgstr "Azione:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Aggiungi un altro %(verbose_name)s." + +msgid "Remove" +msgstr "Elimina" + +msgid "action time" +msgstr "momento dell'azione" + +msgid "user" +msgstr "utente" + +msgid "content type" +msgstr "content type" + +msgid "object id" +msgstr "id dell'oggetto" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "rappr. dell'oggetto" + +msgid "action flag" +msgstr "flag di azione" + +msgid "change message" +msgstr "messaggio di modifica" + +msgid "log entry" +msgstr "voce di log" + +msgid "log entries" +msgstr "voci di log" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "Aggiunto \"%(object)s\"." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "Cambiato \"%(object)s\" - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "Cancellato \"%(object)s .\"" + +msgid "LogEntry Object" +msgstr "Oggetto LogEntry" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "Aggiunto {name} \"{object}\"." + +msgid "Added." +msgstr "Aggiunto." + +msgid "and" +msgstr "e" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "Modificati {fields} per {name} \"{object}\"." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "Modificati {fields}." + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "Eliminato {name} \"{object}\"." + +msgid "No fields changed." +msgstr "Nessun campo modificato." + +msgid "None" +msgstr "Nessuno" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" +"Tieni premuto \"Control\", o \"Command\" su Mac, per selezionarne più di uno." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" +"Il {name} \"{obj}\" è stato aggiunto con successo. Puoi modificarlo " +"nuovamente qui sotto." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" +"Il {name} \"{obj}\" è stato aggiunto con successo. Puoi aggiungere un altro " +"{name} qui sotto." + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "Il {name} \"{obj}\" è stato aggiunto con successo." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" +"Il {name} \"{obj}\" è stato modificato con successo. Puoi modificarlo " +"nuovamente qui sotto." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" +"Il {name} \"{obj}\" è stato modificato con successo. Puoi aggiungere un " +"altro {name} qui sotto." + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "Il {name} \"{obj}\" è stato modificato con successo." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Occorre selezionare degli oggetti per potervi eseguire azioni. Nessun " +"oggetto è stato cambiato." + +msgid "No action selected." +msgstr "Nessuna azione selezionata." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "%(name)s \"%(obj)s\" cancellato correttamente." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "L'oggetto %(name)s con chiave primaria %(key)r non esiste." + +#, python-format +msgid "Add %s" +msgstr "Aggiungi %s" + +#, python-format +msgid "Change %s" +msgstr "Modifica %s" + +msgid "Database error" +msgstr "Errore del database" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s modificato correttamente." +msgstr[1] "%(count)s %(name)s modificati correttamente." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s selezionato" +msgstr[1] "Tutti i %(total_count)s selezionati" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 di %(cnt)s selezionati" + +#, python-format +msgid "Change history: %s" +msgstr "Tracciato delle modifiche: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"La cancellazione di %(class_name)s %(instance)s richiederebbe l'eliminazione " +"dei seguenti oggetti protetti correlati: %(related_objects)s" + +msgid "Django site admin" +msgstr "Amministrazione sito Django" + +msgid "Django administration" +msgstr "Amministrazione Django" + +msgid "Site administration" +msgstr "Amministrazione sito" + +msgid "Log in" +msgstr "Accedi" + +#, python-format +msgid "%(app)s administration" +msgstr "Amministrazione %(app)s" + +msgid "Page not found" +msgstr "Pagina non trovata" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Spiacenti, ma la pagina richiesta non è stata trovata." + +msgid "Home" +msgstr "Pagina iniziale" + +msgid "Server error" +msgstr "Errore del server" + +msgid "Server error (500)" +msgstr "Errore del server (500)" + +msgid "Server Error (500)" +msgstr "Errore del server (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Si è verificato un errore. Gli amministratori del sito ne sono stati " +"informati per email, e vi porranno rimedio a breve. Grazie per la vostra " +"pazienza." + +msgid "Run the selected action" +msgstr "Esegui l'azione selezionata" + +msgid "Go" +msgstr "Vai" + +msgid "Click here to select the objects across all pages" +msgstr "Clicca qui per selezionare gli oggetti da tutte le pagine." + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Seleziona tutti %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Annulla la selezione" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Prima di tutto inserisci nome utente e password. Poi potrai modificare le " +"altre impostazioni utente." + +msgid "Enter a username and password." +msgstr "Inserisci nome utente e password." + +msgid "Change password" +msgstr "Modifica password" + +msgid "Please correct the error below." +msgstr "Correggi l'errore qui sotto." + +msgid "Please correct the errors below." +msgstr "Correggi gli errori qui sotto." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" +"Inserisci una nuova password per l'utente %(username)s." + +msgid "Welcome," +msgstr "Benvenuto," + +msgid "View site" +msgstr "Visualizza il sito" + +msgid "Documentation" +msgstr "Documentazione" + +msgid "Log out" +msgstr "Annulla l'accesso" + +#, python-format +msgid "Add %(name)s" +msgstr "Aggiungi %(name)s" + +msgid "History" +msgstr "Storia" + +msgid "View on site" +msgstr "Vedi sul sito" + +msgid "Filter" +msgstr "Filtra" + +msgid "Remove from sorting" +msgstr "Elimina dall'ordinamento" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Priorità d'ordinamento: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Abilita/disabilita ordinamento" + +msgid "Delete" +msgstr "Cancella" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"La cancellazione di %(object_name)s '%(escaped_object)s' causerebbe la " +"cancellazione di oggetti collegati, ma questo account non ha i permessi per " +"cancellare i seguenti tipi di oggetti:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"La cancellazione di %(object_name)s '%(escaped_object)s' richiederebbe " +"l'eliminazione dei seguenti oggetti protetti correlati:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Sicuro di voler cancellare %(object_name)s \"%(escaped_object)s\"? Tutti i " +"seguenti oggetti collegati verranno cancellati:" + +msgid "Objects" +msgstr "Oggetti" + +msgid "Yes, I'm sure" +msgstr "Sì, sono sicuro" + +msgid "No, take me back" +msgstr "No, torna indietro" + +msgid "Delete multiple objects" +msgstr "Cancella più oggetti" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Per eliminare l'elemento %(objects_name)s selezionato è necessario rimuovere " +"anche gli oggetti correlati, ma il tuo account non dispone " +"dell'autorizzazione a eliminare i seguenti tipi di oggetti:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"L'eliminazione dell'elemento %(objects_name)s selezionato richiederebbe la " +"rimozione dei seguenti oggetti protetti correlati:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Confermi la cancellazione dell'elemento %(objects_name)s selezionato? " +"Saranno rimossi tutti i seguenti oggetti e le loro voci correlate:" + +msgid "Change" +msgstr "Modifica" + +msgid "Delete?" +msgstr "Cancellare?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " Per %(filter_title)s " + +msgid "Summary" +msgstr "Riepilogo" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modelli nell'applicazione %(name)s" + +msgid "Add" +msgstr "Aggiungi" + +msgid "You don't have permission to edit anything." +msgstr "Non hai i privilegi per modificare nulla." + +msgid "Recent actions" +msgstr "Azioni recenti" + +msgid "My actions" +msgstr "Le mie azioni" + +msgid "None available" +msgstr "Nulla disponibile" + +msgid "Unknown content" +msgstr "Contenuto sconosciuto" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Ci sono problemi nell'installazione del database. Assicurarsi che le tabelle " +"appropriate del database siano state create, e che il database sia leggibile " +"dall'utente appropriato." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Ti sei autenticato come %(username)s, ma non sei autorizzato ad accedere a " +"questa pagina. Vorresti autenticarti con un altro account?" + +msgid "Forgotten your password or username?" +msgstr "Hai dimenticato la password o lo username?" + +msgid "Date/time" +msgstr "Data/ora" + +msgid "User" +msgstr "Utente" + +msgid "Action" +msgstr "Azione" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Questo oggetto non ha cambiamenti registrati. Probabilmente non è stato " +"creato con questo sito di amministrazione." + +msgid "Show all" +msgstr "Mostra tutto" + +msgid "Save" +msgstr "Salva" + +msgid "Popup closing..." +msgstr "Chiusura popup..." + +#, python-format +msgid "Change selected %(model)s" +msgstr "Modifica la selezione %(model)s" + +#, python-format +msgid "Add another %(model)s" +msgstr "Aggiungi un altro %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Elimina la selezione %(model)s" + +msgid "Search" +msgstr "Cerca" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s risultato" +msgstr[1] "%(counter)s risultati" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s in tutto" + +msgid "Save as new" +msgstr "Salva come nuovo" + +msgid "Save and add another" +msgstr "Salva e aggiungi un altro" + +msgid "Save and continue editing" +msgstr "Salva e continua le modifiche" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Grazie per aver speso il tuo tempo prezioso su questo sito oggi." + +msgid "Log in again" +msgstr "Accedi di nuovo" + +msgid "Password change" +msgstr "Cambio password" + +msgid "Your password was changed." +msgstr "La tua password è stata cambiata." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Inserisci la password attuale, per ragioni di sicurezza, e poi la nuova " +"password due volte, per verificare di averla scritta correttamente." + +msgid "Change my password" +msgstr "Modifica la mia password" + +msgid "Password reset" +msgstr "Reimposta la password" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "La tua password è stata impostata. Ora puoi effettuare l'accesso." + +msgid "Password reset confirmation" +msgstr "Conferma reimpostazione password" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Inserisci la nuova password due volte, per verificare di averla scritta " +"correttamente." + +msgid "New password:" +msgstr "Nuova password:" + +msgid "Confirm password:" +msgstr "Conferma la password:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Il link per la reimpostazione della password non era valido, forse perché " +"era già stato usato. Richiedi una nuova reimpostazione della password." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Abbiamo inviato istruzioni per impostare la password all'indirizzo email che " +"hai indicato. Dovresti riceverle a breve a patto che l'indirizzo che hai " +"inserito sia valido." + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Se non ricevi un messaggio email, accertati di aver inserito l'indirizzo con " +"cui ti sei registrato, e controlla la cartella dello spam." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Ricevi questa mail perché hai richiesto di reimpostare la password del tuo " +"account utente presso %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Vai alla pagina seguente e scegli una nuova password:" + +msgid "Your username, in case you've forgotten:" +msgstr "Il tuo nome utente, in caso tu l'abbia dimenticato:" + +msgid "Thanks for using our site!" +msgstr "Grazie per aver usato il nostro sito!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Il team di %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"Password dimenticata? Inserisci il tuo indirizzo email qui sotto, e ti " +"invieremo istruzioni per impostarne una nuova." + +msgid "Email address:" +msgstr "Indirizzo email:" + +msgid "Reset my password" +msgstr "Reimposta la mia password" + +msgid "All dates" +msgstr "Tutte le date" + +#, python-format +msgid "Select %s" +msgstr "Scegli %s" + +#, python-format +msgid "Select %s to change" +msgstr "Scegli %s da modificare" + +msgid "Date:" +msgstr "Data:" + +msgid "Time:" +msgstr "Ora:" + +msgid "Lookup" +msgstr "Consultazione" + +msgid "Currently:" +msgstr "Attualmente:" + +msgid "Change:" +msgstr "Modifica:" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/it/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/it/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..e940e7011407648e2e8a205bab4bb14064758e92 GIT binary patch literal 4537 zcmcIo-)~$;6&`4S;zCPXT7HExb(`2}eAhpcx?$a*I(D2mWMdOADXoxT_TJguDRXCT zX6CNFd7u&xJb;jZ7KtJiA$Wj-fL5p#4@e*(5JE`20uL2$`~x8Ig2Z?3owe7gYl09X z&;9nyJ#*&FH)qbd^6U2;`36HfjeZpU7jI$g0`Swf;eobugt5nfL*UziuSEPg@NJNP z8Rg#q-v#*(QT}tpzXIQl@xMj?2i1K$Ze3j7H0IPf@d4R|{+k2nC*`p*Jk zf_)MA4&axg{9MFu0`bRQ#Dli*Js{cnK9J_U4Ez-ERbU%?42EPTo4@mP~1{T2cczG}I zwTQn5-Us>hDE~dmx5J6|V*CN%{lHVeui&gM0nbAI(;YR>_u~-W1NmVfTw{+$d>nWu z^^QjQAt0?Y z6UR?STmlkL=c0TOh%K-UAhy7s1`1#o_!;2ufMkCf&XfIlAlW?=@d+SQ*hL`uc@0Q< zp9Ovw*aLnWIDt*lxxECW_dfxi1HKx^{|Wp$;77-Hd@|_EN+jMf`EZ zpGJHI_*UrsEaGc%{QVfCwopU$qR`4-D_$Oqf_kCd9h>DUg{H`+b%ygotl837?5d@ z*`eusp5IaiKMaxd_~1l?GcGy>~LV16jR?YCU^TZB?c+??}hiWXF}l z4cVH~0rEwaNp?w?YV1;}hwM^mBx?zm_VFCDmdcFk^#i+Nt-&M6CV$G7TsYb+@7vOG z(U&44KD~4U={Rktaj-62zjbBak$q*dTQYmF>Y(2B6}!zg(qM^!s})fZh%dG!i%{!r z^`Y4AE6?#4`jTtq!E~34u>)>Y`_IL2bSB>Bl6QtNij?Wm)SN3*ndsOZ>_gjaF0d86 zF+8P1i+X&r4wOkS>Y&t-VOv6nRu9{jW4iQ>1D)DE=RJ>N6#S1K)fD|Fk8FnUXxrS9 z->f|>B({u54a6Vq8o#?$l<~}N*E>3pPxh4bh($6-k<}N7oGMMdCyF@h_9Z??3p;6evi!TQi(*5H>6 zI4-{C6prl3+W1(@8X9Yjk8O!i(%~N2+BaHOn)}Au{nB~TY>#WUOZmpZCuL^p;V0Rq zv(F%XC+k^qO*)TQY4YqDgoK^ADhumE((*l(CFjbXPujN0CpI_Q$%>PL;wquU+~f;$ z^NY#cqsjbZeBo4ce&OWY!rUAbldE!|$mTx1#bo{rpZjR@)Z)oGw28~YhotR<@md7y zn!FG?FL(IkH9pbHQ6L(r%|8ZJ($At zn60-m0v)H%sxW(EqP5;Szqjf6#@xh;H9;CUgZtRzLGFavLJMV_M!7mqzeRgwZf$Zk=#2wySW{K%i_u#y#qIP;5=8>T>b|QI9bgmq;k2rZ{$q zYGJBn237~r*sm|O%9WvN`KJ1-ii)$7RGd3bz%we&&ax}Qr?^mxU697m_~jC7TXsQ} zJ+Ol!eS@AAGc9@JhA!On6fy|-)w4wHDkCU%51y{P42pi*xkM4VusK=ufN z|M~}9i>jO>8frGiLI*jxv}*Tkk>i9;OM?-77*>&MGOHCbG2)A-$kv3{ODKSG%TZl0 zy(>})y*gGrg(B}dnWjqc$vW01Ib1^i326(*1D>iHuXK(Kh;N8M7gxFzA6_WF znir+^2!1O0GuXobAH_%@Rhe%b=29+h_Q?x9AdhgA(Hnd&j2y+Un;qLtA-<#vUnLSU z;ZWr_5jvS2;Ns&#Ceq7ZsVWj{M(~YKVP>#>y6Dab+8tsMEY)t{bvfc7E5+hVKu=S)i=x3GT$P8Q%2 literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/it/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/it/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..b73154a --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/it/LC_MESSAGES/djangojs.po @@ -0,0 +1,223 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Denis Darii , 2011 +# Jannis Leidel , 2011 +# Luciano De Falco Alfano, 2016 +# Marco Bonetti, 2014 +# Nicola Larosa , 2011-2012 +# palmux , 2015 +# Stefano Brentegani , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-06-18 09:36+0000\n" +"Last-Translator: palmux \n" +"Language-Team: Italian (http://www.transifex.com/django/django/language/" +"it/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "%s disponibili" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"Questa è la lista dei %s disponibili. Puoi sceglierne alcuni selezionandoli " +"nella casella qui sotto e poi facendo clic sulla freccia \"Scegli\" tra le " +"due caselle." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Scrivi in questa casella per filtrare l'elenco dei %s disponibili." + +msgid "Filter" +msgstr "Filtro" + +msgid "Choose all" +msgstr "Scegli tutto" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Fai clic per scegliere tutti i %s in una volta." + +msgid "Choose" +msgstr "Scegli" + +msgid "Remove" +msgstr "Elimina" + +#, javascript-format +msgid "Chosen %s" +msgstr "%s scelti" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"Questa è la lista dei %s scelti. Puoi eliminarne alcuni selezionandoli nella " +"casella qui sotto e poi facendo clic sulla freccia \"Elimina\" tra le due " +"caselle." + +msgid "Remove all" +msgstr "Elimina tutti" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Fai clic per eliminare tutti i %s in una volta." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s di %(cnt)s selezionato" +msgstr[1] "%(sel)s di %(cnt)s selezionati" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Ci sono aggiornamenti non salvati su singoli campi modificabili. Se esegui " +"un'azione, le modifiche non salvate andranno perse." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Hai selezionato un'azione, ma non hai ancora salvato le modifiche apportate " +"a campi singoli. Fai clic su OK per salvare. Poi dovrai ri-eseguire l'azione." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Hai selezionato un'azione, e non hai ancora apportato alcuna modifica a " +"campi singoli. Probabilmente stai cercando il pulsante Go, invece di Save." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Nota: Sei %s ora in anticipo rispetto al server." +msgstr[1] "Nota: Sei %s ore in anticipo rispetto al server." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Nota: Sei %s ora in ritardo rispetto al server." +msgstr[1] "Nota: Sei %s ore in ritardo rispetto al server." + +msgid "Now" +msgstr "Adesso" + +msgid "Choose a Time" +msgstr "Scegli un orario" + +msgid "Choose a time" +msgstr "Scegli un orario" + +msgid "Midnight" +msgstr "Mezzanotte" + +msgid "6 a.m." +msgstr "6 del mattino" + +msgid "Noon" +msgstr "Mezzogiorno" + +msgid "6 p.m." +msgstr "6 del pomeriggio" + +msgid "Cancel" +msgstr "Annulla" + +msgid "Today" +msgstr "Oggi" + +msgid "Choose a Date" +msgstr "Scegli una data" + +msgid "Yesterday" +msgstr "Ieri" + +msgid "Tomorrow" +msgstr "Domani" + +msgid "January" +msgstr "Gennaio" + +msgid "February" +msgstr "Febbraio" + +msgid "March" +msgstr "Marzo" + +msgid "April" +msgstr "Aprile" + +msgid "May" +msgstr "Maggio" + +msgid "June" +msgstr "Giugno" + +msgid "July" +msgstr "Luglio" + +msgid "August" +msgstr "Agosto" + +msgid "September" +msgstr "Settembre" + +msgid "October" +msgstr "Ottobre" + +msgid "November" +msgstr "Novembre" + +msgid "December" +msgstr "Dicembre" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "D" + +msgctxt "one letter Monday" +msgid "M" +msgstr "L" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "Ma" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "Me" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "G" + +msgctxt "one letter Friday" +msgid "F" +msgstr "V" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "S" + +msgid "Show" +msgstr "Mostra" + +msgid "Hide" +msgstr "Nascondi" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ja/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ja/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..7d5000e96824d5310ab724326712c5f23dd922b1 GIT binary patch literal 17559 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 literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ja/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ja/LC_MESSAGES/django.po new file mode 100644 index 0000000..e1be057 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ja/LC_MESSAGES/django.po @@ -0,0 +1,674 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Shinya Okano , 2012-2016 +# Tetsuya Morimoto , 2011 +# 上田慶祐 , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-26 16:20+0000\n" +"Last-Translator: Shinya Okano \n" +"Language-Team: Japanese (http://www.transifex.com/django/django/language/" +"ja/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d 個の %(items)s を削除しました。" + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "%(name)s が削除できません" + +msgid "Are you sure?" +msgstr "よろしいですか?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "選択された %(verbose_name_plural)s の削除" + +msgid "Administration" +msgstr "管理" + +msgid "All" +msgstr "全て" + +msgid "Yes" +msgstr "はい" + +msgid "No" +msgstr "いいえ" + +msgid "Unknown" +msgstr "不明" + +msgid "Any date" +msgstr "いつでも" + +msgid "Today" +msgstr "今日" + +msgid "Past 7 days" +msgstr "過去 7 日間" + +msgid "This month" +msgstr "今月" + +msgid "This year" +msgstr "今年" + +msgid "No date" +msgstr "日付なし" + +msgid "Has date" +msgstr "日付あり" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"スタッフアカウントの正しい%(username)sとパスワードを入力してください。どちら" +"のフィールドも大文字と小文字は区別されます。" + +msgid "Action:" +msgstr "操作:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "%(verbose_name)s の追加" + +msgid "Remove" +msgstr "削除" + +msgid "action time" +msgstr "操作時刻" + +msgid "user" +msgstr "ユーザー" + +msgid "content type" +msgstr "コンテンツタイプ" + +msgid "object id" +msgstr "オブジェクト ID" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "オブジェクトの文字列表現" + +msgid "action flag" +msgstr "操作種別" + +msgid "change message" +msgstr "変更メッセージ" + +msgid "log entry" +msgstr "ログエントリー" + +msgid "log entries" +msgstr "ログエントリー" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "\"%(object)s\" を追加しました。" + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "\"%(object)s\" を変更しました - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "\"%(object)s\"を削除しました。" + +msgid "LogEntry Object" +msgstr "ログエントリー オブジェクト" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "{name} \"{object}\" を追加しました。" + +msgid "Added." +msgstr "追加されました。" + +msgid "and" +msgstr "と" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "{name} \"{object}\" の {list} を変更しました。" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "{fields} を変更しました。" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "{name} \"{object}\" を削除しました。" + +msgid "No fields changed." +msgstr "変更はありませんでした。" + +msgid "None" +msgstr "None" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" +"複数選択するときには Control キーを押したまま選択してください。Mac では " +"Command キーを使ってください" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "{name} \"{obj}\" を追加しました。続けて編集できます。" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "{name} \"{obj}\" を追加しました。 別の {name} を以下から追加できます。" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "{name} \"{obj}\" を追加しました。" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "{name} \"{obj}\" を変更しました。 以下から再度編集できます。" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "{name} \"{obj}\" を変更しました。 別の {name} を以下から追加できます。" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "{name} \"{obj}\" を変更しました。" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"操作を実行するには、対象を選択する必要があります。何も変更されませんでした。" + +msgid "No action selected." +msgstr "操作が選択されていません。" + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "%(name)s \"%(obj)s\" を削除しました。" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "主キーが %(key)r である %(name)s オブジェクトは存在しません。" + +#, python-format +msgid "Add %s" +msgstr "%s を追加" + +#, python-format +msgid "Change %s" +msgstr "%s を変更" + +msgid "Database error" +msgstr "データベースエラー" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s 個の %(name)s を変更しました。" + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s 個選択されました" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "%(cnt)s個の内ひとつも選択されていません" + +#, python-format +msgid "Change history: %s" +msgstr "変更履歴: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"%(class_name)s %(instance)s を削除するには以下の保護された関連オブジェクトを" +"削除することになります: %(related_objects)s" + +msgid "Django site admin" +msgstr "Django サイト管理" + +msgid "Django administration" +msgstr "Django 管理サイト" + +msgid "Site administration" +msgstr "サイト管理" + +msgid "Log in" +msgstr "ログイン" + +#, python-format +msgid "%(app)s administration" +msgstr "%(app)s 管理" + +msgid "Page not found" +msgstr "ページが見つかりません" + +msgid "We're sorry, but the requested page could not be found." +msgstr "申し訳ありませんが、お探しのページは見つかりませんでした。" + +msgid "Home" +msgstr "ホーム" + +msgid "Server error" +msgstr "サーバーエラー" + +msgid "Server error (500)" +msgstr "サーバーエラー (500)" + +msgid "Server Error (500)" +msgstr "サーバーエラー (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"エラーが発生しました。サイト管理者にメールで報告されたので、修正されるまでし" +"ばらくお待ちください。" + +msgid "Run the selected action" +msgstr "選択された操作を実行" + +msgid "Go" +msgstr "実行" + +msgid "Click here to select the objects across all pages" +msgstr "全ページの項目を選択するにはここをクリック" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "%(total_count)s個ある%(module_name)s を全て選択" + +msgid "Clear selection" +msgstr "選択を解除" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"まずユーザー名とパスワードを登録してください。その後詳細情報が編集可能になり" +"ます。" + +msgid "Enter a username and password." +msgstr "ユーザー名とパスワードを入力してください。" + +msgid "Change password" +msgstr "パスワードの変更" + +msgid "Please correct the error below." +msgstr "下記のエラーを修正してください。" + +msgid "Please correct the errors below." +msgstr "下記のエラーを修正してください。" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" +"%(username)sさんの新しいパスワードを入力してください。" + +msgid "Welcome," +msgstr "ようこそ" + +msgid "View site" +msgstr "サイトを表示" + +msgid "Documentation" +msgstr "ドキュメント" + +msgid "Log out" +msgstr "ログアウト" + +#, python-format +msgid "Add %(name)s" +msgstr "%(name)s を追加" + +msgid "History" +msgstr "履歴" + +msgid "View on site" +msgstr "サイト上で表示" + +msgid "Filter" +msgstr "フィルター" + +msgid "Remove from sorting" +msgstr "ソート条件から外します" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "ソート優先順位: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "昇順降順を切り替えます" + +msgid "Delete" +msgstr "削除" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"%(object_name)s '%(escaped_object)s' の削除時に関連づけられたオブジェクトも削" +"除しようとしましたが、あなたのアカウントには以下のタイプのオブジェクトを削除" +"するパーミッションがありません:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"%(object_name)s '%(escaped_object)s' を削除するには以下の保護された関連オブ" +"ジェクトを削除することになります:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"%(object_name)s \"%(escaped_object)s\"を削除しますか? 関連づけられている以下" +"のオブジェクトも全て削除されます:" + +msgid "Objects" +msgstr "オブジェクト" + +msgid "Yes, I'm sure" +msgstr "はい" + +msgid "No, take me back" +msgstr "戻る" + +msgid "Delete multiple objects" +msgstr "複数のオブジェクトを削除します" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"選択した %(objects_name)s を削除すると関連するオブジェクトも削除しますが、あ" +"なたのアカウントは以下のオブジェクト型を削除する権限がありません:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"選択した %(objects_name)s を削除すると以下の保護された関連オブジェクトを削除" +"することになります:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"本当に選択した %(objects_name)s を削除しますか? 以下の全てのオブジェクトと関" +"連する要素が削除されます:" + +msgid "Change" +msgstr "変更" + +msgid "Delete?" +msgstr "削除しますか?" + +#, python-format +msgid " By %(filter_title)s " +msgstr "%(filter_title)s で絞り込む" + +msgid "Summary" +msgstr "概要" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "%(name)s アプリケーション内のモデル" + +msgid "Add" +msgstr "追加" + +msgid "You don't have permission to edit anything." +msgstr "変更のためのパーミッションがありません。" + +msgid "Recent actions" +msgstr "最近行った操作" + +msgid "My actions" +msgstr "自分の操作" + +msgid "None available" +msgstr "利用不可" + +msgid "Unknown content" +msgstr "不明なコンテント" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"データベースの設定に問題があるようです。適切なテーブルが作られていること、適" +"切なユーザーでデータベースのデータを読み込めることを確認してください。" + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"あなたは %(username)s として認証されましたが、このページへのアクセス許可があ" +"りません。他のアカウントでログインしますか?" + +msgid "Forgotten your password or username?" +msgstr "パスワードまたはユーザー名を忘れましたか?" + +msgid "Date/time" +msgstr "日付/時刻" + +msgid "User" +msgstr "ユーザー" + +msgid "Action" +msgstr "操作" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"このオブジェクトには変更履歴がありません。おそらくこの管理サイトで追加したも" +"のではありません。" + +msgid "Show all" +msgstr "全件表示" + +msgid "Save" +msgstr "保存" + +msgid "Popup closing..." +msgstr "ポップアップを閉じています..." + +#, python-format +msgid "Change selected %(model)s" +msgstr "選択された %(model)s の変更" + +#, python-format +msgid "Add another %(model)s" +msgstr "%(model)s の追加" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "選択された %(model)s を削除" + +msgid "Search" +msgstr "検索" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "結果 %(counter)s" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "全 %(full_result_count)s 件" + +msgid "Save as new" +msgstr "新規保存" + +msgid "Save and add another" +msgstr "保存してもう一つ追加" + +msgid "Save and continue editing" +msgstr "保存して編集を続ける" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "ご利用ありがとうございました。" + +msgid "Log in again" +msgstr "もう一度ログイン" + +msgid "Password change" +msgstr "パスワードの変更" + +msgid "Your password was changed." +msgstr "あなたのパスワードは変更されました" + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"セキュリティ上の理由から元のパスワードの入力が必要です。新しいパスワードは正" +"しく入力したか確認できるように二度入力してください。" + +msgid "Change my password" +msgstr "パスワードの変更" + +msgid "Password reset" +msgstr "パスワードをリセット" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "パスワードがセットされました。ログインしてください。" + +msgid "Password reset confirmation" +msgstr "パスワードリセットの確認" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "確認のために、新しいパスワードを二回入力してください。" + +msgid "New password:" +msgstr "新しいパスワード:" + +msgid "Confirm password:" +msgstr "新しいパスワード (確認用) :" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"パスワードリセットのリンクが不正です。おそらくこのリンクは既に使われていま" +"す。もう一度パスワードリセットしてください。" + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"入力されたメールアドレスを持つアカウントが存在する場合、パスワードを設定する" +"ためのメールを送信しました。すぐに受け取る必要があります。" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"メールが届かない場合は、登録したメールアドレスを入力したか確認し、スパムフォ" +"ルダに入っていないか確認してください。" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"このメールは %(site_name)s で、あなたのアカウントのパスワードリセットが要求さ" +"れたため、送信されました。" + +msgid "Please go to the following page and choose a new password:" +msgstr "次のページで新しいパスワードを選んでください:" + +msgid "Your username, in case you've forgotten:" +msgstr "あなたのユーザー名 (念のため):" + +msgid "Thanks for using our site!" +msgstr "ご利用ありがとうございました!" + +#, python-format +msgid "The %(site_name)s team" +msgstr " %(site_name)s チーム" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"パスワードを忘れましたか? メールアドレスを以下に入力すると、新しいパスワード" +"の設定方法をお知らせします。" + +msgid "Email address:" +msgstr "メールアドレス:" + +msgid "Reset my password" +msgstr "パスワードをリセット" + +msgid "All dates" +msgstr "いつでも" + +#, python-format +msgid "Select %s" +msgstr "%s を選択" + +#, python-format +msgid "Select %s to change" +msgstr "変更する %s を選択" + +msgid "Date:" +msgstr "日付:" + +msgid "Time:" +msgstr "時刻:" + +msgid "Lookup" +msgstr "検索" + +msgid "Currently:" +msgstr "現在の値:" + +msgid "Change:" +msgstr "変更後:" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ja/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ja/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..f0c2147af440701d03c2e7a7042fd541e4dd8b11 GIT binary patch literal 4688 zcmb`IUu+b|9ml5)X;Y_76IznAA?eg9{{nZuGhpZeO^CsXofr_lHi=Y4THlR*OZIk8 zyL&eG6z^S0!C>5A(%8j7LWps(_>(5IB!KBltE#G6^`Q@~s;JWV&iK8N`q=MpcFsP7 zLx|ed&3x`RJM)|0znT4b@uD{vo^@zT(XM`hv1h;^--Qm(-bIXU01M!k!1pvSgLgx| zuI1l>UxoZ9E&pBfU*Oj;KCStQ=3Q7^hw%r%uYgOz?|{p}YI#U=7{reqM@KHa1CpLIAg#Lyz6f3dli+<&O7Bx3&9^|(n*;G44LMVSI=k$=zE6`vLdkpQ1X!NWOp?ssi5iO%E)bj*-l%T2+8h~5sLHVh?t_0Vh ztwnnT4dG&|&^Q`G!{TUkFDyf&Cx-So+B&p)GbA+uq*R zGVc@_(@x)!+J&d~gkJA(dfCpD?@$DGt3YW`yjX|G`Qf~d3??QsrpNK~GlE;Dhe&sE zqb9*o<$u;FRCD4vS;0FCx{6G@o0ev|X)6_-&R+OoIlbI~D|ln`6eUg12pTt1zUkO&RQw8hg1y4$StE^twtd(3p+u&}qV(w>UV3KVP3bvkiG3*2%X75pv-m5L}ogCOU9AB$ZBG7Vx= zdecFcgzuuaHw}|`t!W-srfI~TH4f3Z#W-FNew6RBgyD&>D)`RlC~mYqv>fN%7SM%3 zS47-=XjvGN8l&=dxaGp35NXp_*HbkntzF7oQdbjTW$(?JdQF(niKF0nev~;j{s|xH z;w`R;lr3th9cy=N8f&i|>oEL0C3jKBywSXxId3eP$-5rSOxDg!=EbdpFNm}q4!^*5 zxy~M3-;vgIUN8q%lB%L?SYi#224T;$L)iFGE&l{c}NxFvZ zS%&Yp3EqK=t6=b*uNbz&H~Xl#PSbau>dxXr5luPSA7F{yoj1BgBq@w+g0~qt10D&! zGUNNXL_YRW*7ogl-p8Y{x@O1rg$=84FcaJt zd;Nx-WtjFRsz}!p{+1smTOu3h=FwhV!i{XVQ%)MUQ-W`V&9inU_#UHfmz8%7E7Ib) zSueruoD#h)@l8DZyCt@%4j)nVRW0`&oVt8Ye{CVm1eYuQCs=u4fBC=wZ{n4aq7o(# zX<=PubU)ijU3vd6r;m=82QSK;ASO%XbWbwKzU1c-JPuzHWeERf9 zEKYMaP}fA=TI$wQ7o(6u1$tRJj774vKfz^Cl)+iJ2nVK*Tr8g|$>4%4UQ+LWh92`( z*!Ig}zw8T^dEvlJ->+nGNCszQ@RJ%x{|}0TeJbXNXpQ2ya%*~UvOGG@;xY0k3=o^m zfR?{c?{q9=fP5o=ho-JwpDh`QDCl&Pu9NGirhb(--uI5YFszUgD< z=Vi7pXp{kxGjA$|2~|)Z)=oVI^yI1Xz(uT_UjV3#F@#b%IH>d>;krz#l?7EOF4&F$ z57Y#>>d~zQid5dQN9wRqZQa(9FrxLh@nY(7-%M#7##gH~JQkl~{M40x97N|o-PK!m=BKYSbuo;dWGeNzDyD-8R=M~A`!9tk B>I(n> literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ja/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ja/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..c44c639 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ja/LC_MESSAGES/djangojs.po @@ -0,0 +1,213 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Shinya Okano , 2012,2014-2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-26 17:05+0000\n" +"Last-Translator: Shinya Okano \n" +"Language-Team: Japanese (http://www.transifex.com/django/django/language/" +"ja/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#, javascript-format +msgid "Available %s" +msgstr "利用可能 %s" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"これが使用可能な %s のリストです。下のボックスで項目を選択し、2つのボックス間" +"の \"選択\"の矢印をクリックして、いくつかを選択することができます。" + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "使用可能な %s のリストを絞り込むには、このボックスに入力します。" + +msgid "Filter" +msgstr "フィルター" + +msgid "Choose all" +msgstr "全て選択" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "クリックするとすべての %s を選択します。" + +msgid "Choose" +msgstr "選択" + +msgid "Remove" +msgstr "削除" + +#, javascript-format +msgid "Chosen %s" +msgstr "選択された %s" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"これが選択された %s のリストです。下のボックスで選択し、2つのボックス間の " +"\"削除\"矢印をクリックして一部を削除することができます。" + +msgid "Remove all" +msgstr "すべて削除" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "クリックするとすべての %s を選択から削除します。" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(cnt)s個中%(sel)s個選択" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"フィールドに未保存の変更があります。操作を実行すると未保存の変更は失われま" +"す。" + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"操作を選択しましたが、フィールドに未保存の変更があります。OKをクリックして保" +"存してください。その後、操作を再度実行する必要があります。" + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"操作を選択しましたが、フィールドに変更はありませんでした。もしかして保存ボタ" +"ンではなくて実行ボタンをお探しですか。" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "ノート: あなたの環境はサーバー時間より、%s時間進んでいます。" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "ノート: あなたの環境はサーバー時間より、%s時間遅れています。" + +msgid "Now" +msgstr "現在" + +msgid "Choose a Time" +msgstr "時間を選択" + +msgid "Choose a time" +msgstr "時間を選択" + +msgid "Midnight" +msgstr "0時" + +msgid "6 a.m." +msgstr "午前 6 時" + +msgid "Noon" +msgstr "12時" + +msgid "6 p.m." +msgstr "午後 6 時" + +msgid "Cancel" +msgstr "キャンセル" + +msgid "Today" +msgstr "今日" + +msgid "Choose a Date" +msgstr "日付を選択" + +msgid "Yesterday" +msgstr "昨日" + +msgid "Tomorrow" +msgstr "明日" + +msgid "January" +msgstr "1月" + +msgid "February" +msgstr "2月" + +msgid "March" +msgstr "3月" + +msgid "April" +msgstr "4月" + +msgid "May" +msgstr "5月" + +msgid "June" +msgstr "6月" + +msgid "July" +msgstr "7月" + +msgid "August" +msgstr "8月" + +msgid "September" +msgstr "9月" + +msgid "October" +msgstr "10月" + +msgid "November" +msgstr "11月" + +msgid "December" +msgstr "12月" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "日" + +msgctxt "one letter Monday" +msgid "M" +msgstr "月" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "火" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "水" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "木" + +msgctxt "one letter Friday" +msgid "F" +msgstr "金" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "土" + +msgid "Show" +msgstr "表示" + +msgid "Hide" +msgstr "非表示" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ka/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ka/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..b7366133a34e3a31266fc650a243c5af5619aec2 GIT binary patch literal 20464 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, 2013-2015 +# avsd05 , 2011 +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 09:09+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Georgian (http://www.transifex.com/django/django/language/" +"ka/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ka\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d %(items)s წარმატებით წაიშალა." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "%(name)s ვერ იშლება" + +msgid "Are you sure?" +msgstr "დარწმუნებული ხართ?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "არჩეული %(verbose_name_plural)s-ის წაშლა" + +msgid "Administration" +msgstr "ადმინისტრირება" + +msgid "All" +msgstr "ყველა" + +msgid "Yes" +msgstr "კი" + +msgid "No" +msgstr "არა" + +msgid "Unknown" +msgstr "გაურკვეველი" + +msgid "Any date" +msgstr "ნებისმიერი თარიღი" + +msgid "Today" +msgstr "დღეს" + +msgid "Past 7 days" +msgstr "ბოლო 7 დღე" + +msgid "This month" +msgstr "მიმდინარე თვე" + +msgid "This year" +msgstr "მიმდინარე წელი" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"გთხოვთ, შეიყვანოთ სწორი %(username)s და პაროლი პერსონალის ანგარიშისთვის. " +"იქონიეთ მხედველობაში, რომ ორივე ველი ითვალისწინებს მთავრულს." + +msgid "Action:" +msgstr "მოქმედება:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "კიდევ ერთი %(verbose_name)s-ის დამატება" + +msgid "Remove" +msgstr "წაშლა" + +msgid "action time" +msgstr "მოქმედების დრო" + +msgid "user" +msgstr "" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "ობიექტის id" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "ობიექტის წარმ." + +msgid "action flag" +msgstr "მოქმედების დროშა" + +msgid "change message" +msgstr "შეცვლის შეტყობინება" + +msgid "log entry" +msgstr "ლოგის ერთეული" + +msgid "log entries" +msgstr "ლოგის ერთეულები" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "დამატებულია \"%(object)s\"." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "შეცვლილია \"%(object)s\" - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "წაშლილია \"%(object)s.\"" + +msgid "LogEntry Object" +msgstr "ჟურნალის ჩანაწერის ობიექტი" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "" + +msgid "and" +msgstr "და" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "არცერთი ველი არ შეცვლილა." + +msgid "None" +msgstr "არცერთი" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"ობიექტებზე მოქმედებების შესასრულებლად ისინი არჩეული უნდა იყოს. არცერთი " +"ობიექტი არჩეული არ არის." + +msgid "No action selected." +msgstr "მოქმედება არჩეული არ არის." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "%(name)s \"%(obj)s\" წარმატებით წაიშალა." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "%(name)s-ის ობიექტი პირველადი გასაღებით %(key)r არ არსებობს." + +#, python-format +msgid "Add %s" +msgstr "დავამატოთ %s" + +#, python-format +msgid "Change %s" +msgstr "შევცვალოთ %s" + +msgid "Database error" +msgstr "მონაცემთა ბაზის შეცდომა" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s წარმატებით შეიცვალა." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s-ია არჩეული" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "%(cnt)s-დან არცერთი არჩეული არ არის" + +#, python-format +msgid "Change history: %s" +msgstr "ცვლილებების ისტორია: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +msgid "Django site admin" +msgstr "Django-ს ადმინისტრირების საიტი" + +msgid "Django administration" +msgstr "Django-ს ადმინისტრირება" + +msgid "Site administration" +msgstr "საიტის ადმინისტრირება" + +msgid "Log in" +msgstr "შესვლა" + +#, python-format +msgid "%(app)s administration" +msgstr "%(app)s ადმინისტრირება" + +msgid "Page not found" +msgstr "გვერდი ვერ მოიძებნა" + +msgid "We're sorry, but the requested page could not be found." +msgstr "უკაცრავად, მოთხოვნილი გვერდი ვერ მოიძებნა." + +msgid "Home" +msgstr "საწყისი გვერდი" + +msgid "Server error" +msgstr "სერვერის შეცდომა" + +msgid "Server error (500)" +msgstr "სერვერის შეცდომა (500)" + +msgid "Server Error (500)" +msgstr "სერვერის შეცდომა (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"მოხდა შეცდომა. ინფორმაცია მასზე გადაეცა საიტის ადმინისტრატორებს ელ. ფოსტით " +"და ის უნდა შესწორდეს უმოკლეს ვადებში. გმადლობთ მოთმინებისთვის." + +msgid "Run the selected action" +msgstr "არჩეული მოქმედების შესრულება" + +msgid "Go" +msgstr "გადასვლა" + +msgid "Click here to select the objects across all pages" +msgstr "ყველა გვერდზე არსებული ობიექტის მოსანიშნად დააწკაპეთ აქ" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "ყველა %(total_count)s %(module_name)s-ის მონიშვნა" + +msgid "Clear selection" +msgstr "მონიშვნის გასუფთავება" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"ჯერ შეიყვანეთ მომხმარებლის სახელი და პაროლი. ამის შემდეგ თქვენ გექნებათ " +"მომხმარებლის სხვა ოპციების რედაქტირების შესაძლებლობა." + +msgid "Enter a username and password." +msgstr "შეიყვანეთ მომხმარებლის სახელი და პაროლი" + +msgid "Change password" +msgstr "პაროლის შეცვლა" + +msgid "Please correct the error below." +msgstr "გთხოვთ, გაასწოროთ შეცდომები." + +msgid "Please correct the errors below." +msgstr "გთხოვთ, შეასწოროთ ქვემოთმოყვანილი შეცდომები." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" +"შეიყვანეთ ახალი პაროლი მომხმარებლისათვის %(username)s." + +msgid "Welcome," +msgstr "კეთილი იყოს თქვენი მობრძანება," + +msgid "View site" +msgstr "საიტის ნახვა" + +msgid "Documentation" +msgstr "დოკუმენტაცია" + +msgid "Log out" +msgstr "გამოსვლა" + +#, python-format +msgid "Add %(name)s" +msgstr "დავამატოთ %(name)s" + +msgid "History" +msgstr "ისტორია" + +msgid "View on site" +msgstr "წარმოდგენა საიტზე" + +msgid "Filter" +msgstr "ფილტრი" + +msgid "Remove from sorting" +msgstr "დალაგებიდან მოშორება" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "დალაგების პრიორიტეტი: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "დალაგების გადართვა" + +msgid "Delete" +msgstr "წავშალოთ" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"ობიექტების წაშლა: %(object_name)s '%(escaped_object)s' გამოიწვევს " +"დაკავშირებული ობიექტების წაშლას, მაგრამ თქვენ არა გაქვთ შემდეგი ტიპების " +"ობიექტების წაშლის უფლება:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"%(object_name)s ტიპის '%(escaped_object)s' ობიექტის წაშლა მოითხოვს ასევე " +"შემდეგი დაკავშირებული ობიექტების წაშლას:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"ნამდვილად გსურთ, წაშალოთ %(object_name)s \"%(escaped_object)s\"? ყველა " +"ქვემოთ მოყვანილი დაკავშირებული ობიექტი წაშლილი იქნება:" + +msgid "Objects" +msgstr "ობიექტები" + +msgid "Yes, I'm sure" +msgstr "კი, ნამდვილად" + +msgid "No, take me back" +msgstr "არა, დამაბრუნეთ უკან" + +msgid "Delete multiple objects" +msgstr "რამდენიმე ობიექტის წაშლა" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"%(objects_name)s ტიპის ობიექტის წაშლა ითხოვს ასევე შემდეგი ობიექტების " +"წაშლას, მაგრამ თქვენ არ გაქვთ ამის ნებართვა:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"არჩეული %(objects_name)s ობიექტის წაშლა მოითხოვს ასევე შემდეგი დაცული " +"დაკავშირეული ობიექტების წაშლას:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"დარწმუნებული ხართ, რომ გსურთ %(objects_name)s ობიექტის წაშლა? ყველა შემდეგი " +"ობიექტი, და მათზე დამოკიდებული ჩანაწერები წაშლილი იქნება:" + +msgid "Change" +msgstr "შეცვლა" + +msgid "Delete?" +msgstr "წავშალოთ?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " %(filter_title)s მიხედვით " + +msgid "Summary" +msgstr "შეჯამება" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "მოდელები %(name)s აპლიკაციაში" + +msgid "Add" +msgstr "დამატება" + +msgid "You don't have permission to edit anything." +msgstr "თქვენ არა გაქვთ რედაქტირების უფლება." + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "არ არის მისაწვდომი" + +msgid "Unknown content" +msgstr "უცნობი შიგთავსი" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"თქვენი მონაცემთა ბაზის ინსტალაცია არაკორექტულია. დარწმუნდით, რომ მონაცემთა " +"ბაზის შესაბამისი ცხრილები შექმნილია, და მონაცემთა ბაზის წაკითხვა შეუძლია " +"შესაბამის მომხმარებელს." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "დაგავიწყდათ თქვენი პაროლი ან მომხმარებლის სახელი?" + +msgid "Date/time" +msgstr "თარიღი/დრო" + +msgid "User" +msgstr "მომხმარებელი" + +msgid "Action" +msgstr "მოქმედება" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"ამ ობიექტს ცვლილებების ისტორია არა აქვს. როგორც ჩანს, იგი არ იყო დამატებული " +"ადმინისტრირების საიტის მეშვეობით." + +msgid "Show all" +msgstr "ვაჩვენოთ ყველა" + +msgid "Save" +msgstr "შევინახოთ" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "მონიშნული %(model)s-ის შეცვლა" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "მონიშნული %(model)s-ის წაშლა" + +msgid "Search" +msgstr "ძებნა" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s შედეგი" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "სულ %(full_result_count)s" + +msgid "Save as new" +msgstr "შევინახოთ, როგორც ახალი" + +msgid "Save and add another" +msgstr "შევინახოთ და დავამატოთ ახალი" + +msgid "Save and continue editing" +msgstr "შევინახოთ და გავაგრძელოთ რედაქტირება" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "გმადლობთ, რომ დღეს ამ საიტთან მუშაობას დაუთმეთ დრო." + +msgid "Log in again" +msgstr "ხელახლა შესვლა" + +msgid "Password change" +msgstr "პაროლის შეცვლა" + +msgid "Your password was changed." +msgstr "თქვენი პაროლი შეიცვალა." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"გთხოვთ, უსაფრთხოების დაცვის მიზნით, შეიყვანოთ თქვენი ძველი პაროლი, შემდეგ კი " +"ახალი პაროლი ორჯერ, რათა დარწმუნდეთ, რომ იგი შეყვანილია სწორად." + +msgid "Change my password" +msgstr "შევცვალოთ ჩემი პაროლი" + +msgid "Password reset" +msgstr "პაროლის აღდგენა" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "" +"თქვენი პაროლი დაყენებულია. ახლა შეგიძლიათ გადახვიდეთ შემდეგ გვერდზე და " +"შეხვიდეთ სისტემაში." + +msgid "Password reset confirmation" +msgstr "პაროლი შეცვლის დამოწმება" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"გთხოვთ, შეიყვანეთ თქვენი ახალი პაროლი ორჯერ, რათა დავრწმუნდეთ, რომ იგი " +"სწორად ჩაბეჭდეთ." + +msgid "New password:" +msgstr "ახალი პაროლი:" + +msgid "Confirm password:" +msgstr "პაროლის დამოწმება:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"პაროლის აღდგენის ბმული არასწორი იყო, შესაძლოა იმის გამო, რომ იგი უკვე ყოფილა " +"გამოყენებული. გთხოვთ, კიდევ ერთხელ სცადოთ პაროლის აღდგენა." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"თქვენ მიიღეთ ეს წერილი იმიტომ, რომ გააკეთეთ პაროლის თავიდან დაყენების " +"მოთხოვნა თქვენი მომხმარებლის ანგარიშისთვის %(site_name)s-ზე." + +msgid "Please go to the following page and choose a new password:" +msgstr "გთხოვთ, გადახვიდეთ შემდეგ გვერდზე და აირჩიოთ ახალი პაროლი:" + +msgid "Your username, in case you've forgotten:" +msgstr "თქვენი მომხმარებლის სახელი (თუ დაგავიწყდათ):" + +msgid "Thanks for using our site!" +msgstr "გმადლობთ, რომ იყენებთ ჩვენს საიტს!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s საიტის გუნდი" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"დაგავიწყდათ თქვენი პაროლი? შეიყვანეთ თქვენი ელ. ფოსტის მისამართი ქვემოთ და " +"ჩვენ გამოგიგზავნით მითითებებს ახალი პაროლის დასაყენებლად." + +msgid "Email address:" +msgstr "ელ. ფოსტის მისამართი:" + +msgid "Reset my password" +msgstr "აღვადგინოთ ჩემი პაროლი" + +msgid "All dates" +msgstr "ყველა თარიღი" + +#, python-format +msgid "Select %s" +msgstr "ავირჩიოთ %s" + +#, python-format +msgid "Select %s to change" +msgstr "აირჩიეთ %s შესაცვლელად" + +msgid "Date:" +msgstr "თარიღი;" + +msgid "Time:" +msgstr "დრო:" + +msgid "Lookup" +msgstr "ძიება" + +msgid "Currently:" +msgstr "ამჟამად:" + +msgid "Change:" +msgstr "შეცვლა:" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ka/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ka/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..4ee30d20a8e3f95844b15591d6b481928c191e90 GIT binary patch literal 5199 zcmds)O^jPt6~`}7C``*&DW8RMJ0dhuVvju)Y2=U!I&IQGheoMEbXC2vug9->es}ub z^Ekr-kj#b^Q<8QdZIOo-3bchi5<8X%u>%$$EU{t10;xhsu;6#@dA280XPQ#j@Z|CT z-Fwf+|NPH+&ze8pa>J8`>vsM=%HPdzGUf>QFHo-0n~k{}+y&nT{vNy;{8PF9Yl*Lb z?_~d<-~#xLx9|tv3Vs~C9sDGC4=8aQcmtS#ZwDVQ*Ixm@%=&9!6Z{>>$5b#Dzd9)K zPk`dT!q;W+0q_a%58zut&zHpQgD1hSg2LzL;1%$fp!hvX&<*evaGRRljm9jq{yWYe z0*~Ny2Y4?ib+^G=z{kNw@EhP^@C8upe*+G{zkpAH5oE>wAE2Dybdxdf2R{MIegphE zxC#!zUxSk8JYQn}D0mdSSgxN3zX{J@fZqboyi4tW`)Hir)9E;*80-?4`dx6*=JHe9Q4?E}w_+o;;B zn$K=VaT2X1&K}CmN|d%-Vph7|=dJ`B*&^=ER!KO|T^bycxOKr6-nN2^jgo|I8x__Q zscKdx=b7vIO&88FRqvVE={PA|W*&&!&aB4mG+yr(<_q4Zd=;)?AMt$~WkS(*eLu5N z*F|lqICt5m%L2jbd|Sv|zp-6&-8gMuSJ?Tc19Lu9T7nd89`5>qX?Ek>@+rE`CUK5H z9UJY@z8Z?`MOzaobKi4zZL4f%oUV&&&&Fv8vF0yAHt_=+!IzWNwnXdF&Ms;X7m+Q) zXw4M^hmB+}2HxWC^6Fet)Ar05mCbvDj8vG{V&vP=mTCH)7v841wc#k40V_m5shayv z7#G|21FdMTp5_skGgJ~z#-|%Gev=0S(QMQzVxJxh`fZg4>79k`MQ!FZl|Dr2y5qr0 zVbG2@<90tv$nBDL9<;fWiQLHi8c)xbO}r1{cRb^W%4ZO{UlcfJ5o_5bshm74O!TaJ zFg1+qUTQg>ZQ04DPLtGxrdsSmCQxb!^(Y;yd;)u_2ZS=rz-Wk?eblX z`ts4*a;=78<-FUBCFVZ6<+`oc8uj|o8rQ;uQC?J*b{4UG3D8?7ovr8Nk5B{%4whV@`g<}!ZJTqKWX*$RPE#fKOEtg zq%s~}8V|R}!)I)O(Rldd@$m9^_}qASWjy>2oBZg6-yai9+0p%7dmNYD@oVn`M@60zCZ1ZDnuuU0AJ3e4U|9>c(C=u z@Xhh%y}S5vP;QY3MG*!kLUF&{utC)yOgbgw_R|n)ByHwre?pfO$d9wMgIVHEjHyLy zCZOJw!jqX0uzZRG5u2p{Jp$CMgYx<~Pz2SL<46&#;SDoxW}05rbV{U5Z5)OaL|GI< z%Vef;$Ct^{`q8v(3?}9LVP9%O6uAp7a~{Xp)MA3+c9qP?N5pT34Ha10z=2Kz3(laR zojq{mk6Cpi-o7~?nY2~O@h!)!r(+@G$6A?>g7z|LK{P}W+tNfJe5h~Uql~3Uc&%W< zf2y+3VNE8YmXfRd>?&7sjdaB9Vo1ws_LwhP8N7L&P(QVt_Z+{W20)k^Rjg?-%3ns0 za{li-p%UyXep~xNGv%FxLNtfRQ6HfzERcqop@lS;mmnrGmFzwZ95j5So6f^^JXqym z>4T$j_q}taNisW_Fdj1EJQS?i*GF-*XU;fdU#M!?JT~0Gem1tp^ibXLwj3M0WL6!Y*69W+c1Xa=re|s)$3&E;N^4S%8k9FgX{9vpz)EXY;YVSc)Uai2 zna$wv;>1nrqFNZ#gKtG++B0nl$QQH w?1*H@@Z6NxocULMG$UCMZlvQL*i+UXk^dt`Dm_{#Z}1B&);@Bjb+ literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ka/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ka/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..443836c --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ka/LC_MESSAGES/djangojs.po @@ -0,0 +1,215 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# André Bouatchidzé , 2013,2015 +# avsd05 , 2011 +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 10:11+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Georgian (http://www.transifex.com/django/django/language/" +"ka/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ka\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#, javascript-format +msgid "Available %s" +msgstr "მისაწვდომი %s" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"ეს არის მისაწვდომი %s-ის სია. ზოგიერთი მათგანის ასარჩევად, მონიშვნით ისინი " +"ქვედა სარკმელში და დააწკაპუნეთ ორ სარკმელს შორის მდებარე ისარზე \"არჩევა\" ." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "აკრიფეთ ამ სარკმელში მისაწვდომი %s-ის სიის გასაფილტრად." + +msgid "Filter" +msgstr "ფილტრი" + +msgid "Choose all" +msgstr "ავირჩიოთ ყველა" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "დააწკაპუნეთ ერთდროულად ყველა %s-ის ასარჩევად." + +msgid "Choose" +msgstr "არჩევა" + +msgid "Remove" +msgstr "წავშალოთ" + +#, javascript-format +msgid "Chosen %s" +msgstr "არჩეული %s" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"ეს არის არჩეული %s-ის სია. ზოგიერთი მათგანის მოსაშორებლად, მონიშვნით ისინი " +"ქვედა სარკმელში და დააწკაპუნეთ ორ სარკმელს შორის მდებარე ისარზე \"მოშორება" +"\" ." + +msgid "Remove all" +msgstr "ყველას მოშორება" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "დააწკაპუნეთ ყველა არჩეული %s-ის ერთდროულად მოსაშორებლად." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(cnt)s-დან არჩეულია %(sel)s" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"ცალკეულ ველებში შეუნახავი ცვლილებები გაქვთ! თუ მოქმედებას შეასრულებთ, " +"შეუნახავი ცვლილებები დაიკარაგება." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"აგირჩევიათ მოქმედება, მაგრამ ცალკეული ველები ჯერ არ შეგინახიათ! გთხოვთ, " +"შენახვისთვის დააჭიროთ OK. მოქმედების ხელახლა გაშვება მოგიწევთ." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"აგირჩევიათ მოქმედება, მაგრამ ცალკეულ ველებში ცვლილებები არ გაგიკეთებიათ! " +"სავარაუდოდ, ეძებთ ღილაკს \"Go\", და არა \"შენახვა\"" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "შენიშვნა: თქვენ ხართ %s საათით წინ სერვერის დროზე." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "შენიშვნა: თქვენ ხართ %s საათით უკან სერვერის დროზე." + +msgid "Now" +msgstr "ახლა" + +msgid "Choose a Time" +msgstr "" + +msgid "Choose a time" +msgstr "ავირჩიოთ დრო" + +msgid "Midnight" +msgstr "შუაღამე" + +msgid "6 a.m." +msgstr "დილის 6 სთ" + +msgid "Noon" +msgstr "შუადღე" + +msgid "6 p.m." +msgstr "" + +msgid "Cancel" +msgstr "უარი" + +msgid "Today" +msgstr "დღეს" + +msgid "Choose a Date" +msgstr "" + +msgid "Yesterday" +msgstr "გუშინ" + +msgid "Tomorrow" +msgstr "ხვალ" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "ვაჩვენოთ" + +msgid "Hide" +msgstr "დავმალოთ" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/kk/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/kk/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..150d81a1ed6bc249e7521093a439c735c0e1a207 GIT binary patch literal 13007 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 literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/kk/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/kk/LC_MESSAGES/django.po new file mode 100644 index 0000000..a917dcb --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/kk/LC_MESSAGES/django.po @@ -0,0 +1,660 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Baurzhan Muftakhidinov , 2015 +# Nurlan Rakhimzhanov , 2011 +# yun_man_ger , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 09:09+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Kazakh (http://www.transifex.com/django/django/language/kk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: kk\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Таңдалған %(count)d %(items)s элемент өшірілді." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "%(name)s өшіру мүмкін емес" + +msgid "Are you sure?" +msgstr "Осыған сенімдісіз бе?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Таңдалған %(verbose_name_plural)s өшірілді" + +msgid "Administration" +msgstr "" + +msgid "All" +msgstr "Барлығы" + +msgid "Yes" +msgstr "Иә" + +msgid "No" +msgstr "Жоқ" + +msgid "Unknown" +msgstr "Белгісіз" + +msgid "Any date" +msgstr "Кез келген күн" + +msgid "Today" +msgstr "Бүгін" + +msgid "Past 7 days" +msgstr "Өткен 7 күн" + +msgid "This month" +msgstr "Осы ай" + +msgid "This year" +msgstr "Осы жыл" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" + +msgid "Action:" +msgstr "Әрекет:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Тағы басқа %(verbose_name)s кос" + +msgid "Remove" +msgstr "Өшіру" + +msgid "action time" +msgstr "әрекет уақыты" + +msgid "user" +msgstr "" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "объекттің id-i" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "объекттің repr-i" + +msgid "action flag" +msgstr "әрекет белгісі" + +msgid "change message" +msgstr "хабарламаны өзгерту" + +msgid "log entry" +msgstr "Жорнал жазуы" + +msgid "log entries" +msgstr "Жорнал жазулары" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "" + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "" + +msgid "LogEntry Object" +msgstr "" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "" + +msgid "and" +msgstr "және" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "Ешқандай толтырма өзгермеді." + +msgid "None" +msgstr "Ешнәрсе" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Бірнәрсені өзгерту үшін бірінші оларды таңдау керек. Ешнәрсе өзгертілмеді." + +msgid "No action selected." +msgstr "Ешқандай әрекет таңдалмады." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "%(name)s \"%(obj)s\" сәтті өшірілді." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "Бірінші кілті %(key)r бар %(name)s объекті жоқ." + +#, python-format +msgid "Add %s" +msgstr "%s қосу" + +#, python-format +msgid "Change %s" +msgstr "%s өзгету" + +msgid "Database error" +msgstr "Мәліметтер базасының қатесі" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "" +"one: %(count)s %(name)s өзгертілді.\n" +"\n" +"other: %(count)s %(name)s таңдалғандарының барі өзгертілді." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "" +"one: %(total_count)s таңдалды\n" +"\n" +"other: Барлығы %(total_count)s таңдалды" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 of %(cnt)s-ден 0 таңдалды" + +#, python-format +msgid "Change history: %s" +msgstr "Өзгерес тарихы: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +msgid "Django site admin" +msgstr "Даңғо сайтының әкімі" + +msgid "Django administration" +msgstr "Даңғо әкімшілігі" + +msgid "Site administration" +msgstr "Сайт әкімшілігі" + +msgid "Log in" +msgstr "Кіру" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "Бет табылмады" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Кешірім сұраймыз, сіздің сұраған бетіңіз табылмады." + +msgid "Home" +msgstr "Негізгі" + +msgid "Server error" +msgstr "Сервердің қатесі" + +msgid "Server error (500)" +msgstr "Сервердің қатесі (500)" + +msgid "Server Error (500)" +msgstr "Сервердің қатесі (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +msgid "Run the selected action" +msgstr "Таңдалған әрәкетті іске қосу" + +msgid "Go" +msgstr "Алға" + +msgid "Click here to select the objects across all pages" +msgstr "Осы беттегі барлық объекттерді таңдау үшін осы жерді шертіңіз" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Осылардың %(total_count)s %(module_name)s барлығын таңдау" + +msgid "Clear selection" +msgstr "Белгілерді өшіру" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Алдымен, пайдаланушының атын және құпия сөзді енгізіңіз. Содан соң, тағы " +"басқа пайдаланушы параметрлерін енгізе аласыз." + +msgid "Enter a username and password." +msgstr "Пайдаланушының атын және құпия сөзді енгізіңіз." + +msgid "Change password" +msgstr "Құпия сөзді өзгерту" + +msgid "Please correct the error below." +msgstr "" +"one: Астындағы қатені дұрыстаңыз.\n" +"other: Астындағы қателерді дұрыстаңыз." + +msgid "Please correct the errors below." +msgstr "" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" +"%(username)s пайдаланушы үшін жаңа құпия сөзді енгізіңіз." + +msgid "Welcome," +msgstr "Қош келдіңіз," + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "Құжаттама" + +msgid "Log out" +msgstr "Шығу" + +#, python-format +msgid "Add %(name)s" +msgstr "%(name)s қосу" + +msgid "History" +msgstr "Тарих" + +msgid "View on site" +msgstr "Сайтта көру" + +msgid "Filter" +msgstr "Сүзгіз" + +msgid "Remove from sorting" +msgstr "" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "" + +msgid "Toggle sorting" +msgstr "" + +msgid "Delete" +msgstr "Өшіру" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"%(object_name)s '%(escaped_object)s' объектты өшіруы байланысты объекттерін " +"өшіруді қажет етеді, бырақ сізде осындай объектерді өшіру рұқсаты жоқ:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"%(object_name)s '%(escaped_object)s' объектті өшіру осындай байлансты " +"объекттерды өшіруді қажет етеді:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"%(object_name)s \"%(escaped_object)s\" объекттерді өшіруге сенімдісіз бе? " +"Бұл байланысты элементтер де өшіріледі:" + +msgid "Objects" +msgstr "" + +msgid "Yes, I'm sure" +msgstr "Иә, сенімдімін" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "Бірнеше объекттерді өшіру" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"%(objects_name)s объектты өшіруы байланысты объекттерін өшіруді қажет етеді, " +"бырақ сізде осындай объектерді өшіру рұқсаты жоқ:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Таңдалған %(objects_name)s-ді(ы) өшіру, онымен байланыстағы қорғалған " +"объектілердің барлығын жояды:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Таңдаған %(objects_name)s объектіңізді өшіруге сенімдісіз бе? Себебі, " +"таңдағын объектіліріңіз және онымен байланыстағы барлық элементтер жойылады:" + +msgid "Change" +msgstr "Өзгетру" + +msgid "Delete?" +msgstr "Өшіру?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " %(filter_title)s " + +msgid "Summary" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "" + +msgid "Add" +msgstr "Қосу" + +msgid "You don't have permission to edit anything." +msgstr "Бірденке түзетуге рұқсатыңыз жоқ." + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "Қол жетімдісі жоқ" + +msgid "Unknown content" +msgstr "Белгісіз мазмұн" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Дерекқор орнатуыңызда бір қате бар. Дерекқор кестелері дұрыс құрылғаның және " +"дерекқор көрсетілген дерекқор пайдаланушыда оқұ рұқсаты бар." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "" + +msgid "Date/time" +msgstr "Өшіру/Уақыт" + +msgid "User" +msgstr "Қолданушы" + +msgid "Action" +msgstr "Әрекет" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Бұл объекттың өзгерту тарихы жоқ. Мүмкін ол бұл сайт арқылы енгізілген жоқ." + +msgid "Show all" +msgstr "Барлығын көрсету" + +msgid "Save" +msgstr "Сақтау" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Search" +msgstr "Іздеу" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s нәтиже" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "Барлығы %(full_result_count)s" + +msgid "Save as new" +msgstr "Жаңадан сақтау" + +msgid "Save and add another" +msgstr "Сақта және жаңасын қос" + +msgid "Save and continue editing" +msgstr "Сақта және өзгертуді жалғастыр" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Бүгін Веб-торапқа уақыт бөлгеніңіз үшін рахмет." + +msgid "Log in again" +msgstr "Қайтадан кіріңіз" + +msgid "Password change" +msgstr "Құпия сөзді өзгерту" + +msgid "Your password was changed." +msgstr "Құпия сөзіңіз өзгертілді." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Ескі құпия сөзіңізді енгізіңіз, содан сон сенімді болу үшін жаңа құпия " +"сөзіңізді екі рет енгізіңіз." + +msgid "Change my password" +msgstr "Құпия сөзімді өзгерту" + +msgid "Password reset" +msgstr "Құпия сөзді өзгерту" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Сіздің құпия сөзіңіз енгізілді. Жүйеге кіруіңізге болады." + +msgid "Password reset confirmation" +msgstr "Құпия сөзді өзгерту растау" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "Сенімді болу үшін жаңа құпия сөзіңізді екі рет енгізіңіз." + +msgid "New password:" +msgstr "Жаңа құпия сөз:" + +msgid "Confirm password:" +msgstr "Құпия сөз (растау):" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Құпия сөзді өзгерту байланыс дұрыс емес, мүмкін ол осыған дейін " +"пайдаланылды. Жаңа құпия сөзді өзгерту сұрау жіберіңіз." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" + +msgid "Please go to the following page and choose a new password:" +msgstr "Жаңа құпия сөзді тандау үшін мынау бетке кіріңіз:" + +msgid "Your username, in case you've forgotten:" +msgstr "Егер ұмытып қалған болсаңыз, пайдалануш атыңыз:" + +msgid "Thanks for using our site!" +msgstr "Біздің веб-торабын қолданғаныңыз үшін рахмет!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s тобы" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" + +msgid "Email address:" +msgstr "" + +msgid "Reset my password" +msgstr "Құпия сөзді жаңала" + +msgid "All dates" +msgstr "Барлық мерзімдер" + +#, python-format +msgid "Select %s" +msgstr "%s таңда" + +#, python-format +msgid "Select %s to change" +msgstr "%s өзгерту үщін таңда" + +msgid "Date:" +msgstr "Күнтізбелік күн:" + +msgid "Time:" +msgstr "Уақыт:" + +msgid "Lookup" +msgstr "Іздеу" + +msgid "Currently:" +msgstr "" + +msgid "Change:" +msgstr "" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/kk/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/kk/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..5b5d3426fef6d610bf2ec6cd2d3fcff8cc542475 GIT binary patch literal 2380 zcma)6OK%%h6ds^ZFqB8>1_`7iq)?k?CUz>?%6+I1+ESX(kOriR4L6=^d+PCAYvwv> z*pQ@~N|7omNTj9`Qptv{nu?mJkAx!DNOzn)V#R`gKv#Tc#z~w|RorO&%{})#zVn?s z`D6EvIScD`Ja6K;gXb+ggHPcH>ml$U@K@k-z<+=*@xjySeiv{TwtG7Jw}Csb&jFtY zI-UJN;4|1C0dk(>9s4QZv)B&;*?$E10`Lpq0#E|K19ET!FbBNCTu|g)-Xj<;)- z46TnmS6V}!8+etfwmwlRz|Vv=BI{~gTIZ^GA62fH#BW`NA-3mbgg`c(S52ylak;^a zL_ngXJr(rg)uqXfL$Fs57Zs(7ybL9-Is zqpC=m;j^RmKqv*z(EdGJ`YEGM2>r$bDLj(feQIz zA-^w=l^GO~wnsw|M841}EYim!2)u{}B`%&%N5BT#<9@Pryr8U(AttCaMMc`9Qq+rd zMtmh|RmxViZWR0aCMG5v%?Z7-yy%ovy)SKP9sEvoU#-@c%M6_!I>&8$D?s+VtaEWf|Hhf|7D^7mIXg%+nhzi&U#+hW%zJ zeEXyd>rs({MzW2L77kPTdNhAHgYP!^knQ#&zUk!iw&U4sJfEX@#w@iL%^kC3?wdRD ztd&1t^+aTDo27WlGFQ!NYLBPP1DGyZW)T6`m|l4)z(-YA?bG$CphDByhA$=0?I2&Bd3}W`!-OPRa0 zc9YeDc?um*r|L}O96Fo3y|i`>J5xxl&NbZkg{R`vF))4>z literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/kk/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/kk/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..7d8c339 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/kk/LC_MESSAGES/djangojs.po @@ -0,0 +1,207 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Nurlan Rakhimzhanov , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 10:10+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Kazakh (http://www.transifex.com/django/django/language/kk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: kk\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#, javascript-format +msgid "Available %s" +msgstr "%s бар" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +msgid "Filter" +msgstr "Сүзгіш" + +msgid "Choose all" +msgstr "" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "" + +msgid "Choose" +msgstr "" + +msgid "Remove" +msgstr "Өшіру(жою)" + +#, javascript-format +msgid "Chosen %s" +msgstr "" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" + +msgid "Remove all" +msgstr "" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(cnt)s-ң %(sel)s-ы(і) таңдалды" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Сіздің төмендегі өзгермелі алаңдарда(fields) өзгерістеріңіз бар. Егер артық " +"әрекет жасасаңызб сіз өзгерістеріңізді жоғалтасыз." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Сіз өз өзгерістеріңізді сақтамай, әрекет жасадыңыз. Өтініш, сақтау үшін ОК " +"батырмасын басыңыз және өз әрекетіңізді қайта жасап көріңіз. " + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Сіз Сақтау батырмасына қарағанда, Go(Алға) батырмасын іздеп отырған " +"боларсыз, себебі ешқандай өзгеріс жасамай, әрекет жасадыңыз." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" + +msgid "Now" +msgstr "Қазір" + +msgid "Choose a Time" +msgstr "" + +msgid "Choose a time" +msgstr "Уақытты таңда" + +msgid "Midnight" +msgstr "Түн жарым" + +msgid "6 a.m." +msgstr "06" + +msgid "Noon" +msgstr "Талтүс" + +msgid "6 p.m." +msgstr "" + +msgid "Cancel" +msgstr "Болдырмау" + +msgid "Today" +msgstr "Бүгін" + +msgid "Choose a Date" +msgstr "" + +msgid "Yesterday" +msgstr "Кеше" + +msgid "Tomorrow" +msgstr "Ертең" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "Көрсету" + +msgid "Hide" +msgstr "Жасыру" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/km/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/km/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..eab3c37f24126f5f49dd61b7c3d9ea26ba88fc36 GIT binary patch literal 10403 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 literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/km/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/km/LC_MESSAGES/django.po new file mode 100644 index 0000000..e3ddeb2 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/km/LC_MESSAGES/django.po @@ -0,0 +1,635 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 09:09+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Khmer (http://www.transifex.com/django/django/language/km/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: km\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "" + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "" + +msgid "Are you sure?" +msgstr "តើលោកអ្នកប្រាកដទេ?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "" + +msgid "Administration" +msgstr "" + +msgid "All" +msgstr "ទាំងអស់" + +msgid "Yes" +msgstr "យល់ព្រម" + +msgid "No" +msgstr "មិនយល់ព្រម" + +msgid "Unknown" +msgstr "មិន​ដឹង" + +msgid "Any date" +msgstr "កាល​បរិច្ឆេទណាមួយ" + +msgid "Today" +msgstr "ថ្ងៃនេះ" + +msgid "Past 7 days" +msgstr "៧​ថ្ងៃ​កន្លង​មក" + +msgid "This month" +msgstr "ខែ​នេះ" + +msgid "This year" +msgstr "ឆ្នាំ​នេះ" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" + +msgid "Action:" +msgstr "" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "" + +msgid "Remove" +msgstr "លប់ចេញ" + +msgid "action time" +msgstr "ពេលវេលាប្រតិបត្តិការ" + +msgid "user" +msgstr "" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "លេខ​សំគាល់​កម្មវិធី (object id)" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "object repr" + +msgid "action flag" +msgstr "សកម្មភាព" + +msgid "change message" +msgstr "ផ្លាស់ប្តូរ" + +msgid "log entry" +msgstr "កំណត់ហេតុ" + +msgid "log entries" +msgstr "កំណត់ហេតុ" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "" + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "" + +msgid "LogEntry Object" +msgstr "" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "" + +msgid "and" +msgstr "និង" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "ពុំមានទិន្នន័យត្រូវបានផ្លាស់ប្តូរ។" + +msgid "None" +msgstr "" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" + +msgid "No action selected." +msgstr "" + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "ឈ្មោះកម្មវិធី %(name)s \"%(obj)s\" ត្រូវបានលប់ដោយជោគជ័យ។" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "" + +#, python-format +msgid "Add %s" +msgstr "បន្ថែម %s" + +#, python-format +msgid "Change %s" +msgstr "ផ្លាស់ប្តូរ %s" + +msgid "Database error" +msgstr "ទិន្នន័យមូលដ្ឋានមានបញ្ហា" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "" + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "" + +#, python-format +msgid "Change history: %s" +msgstr "សកម្មភាពផ្លាស់ប្តូរកន្លងមក : %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +msgid "Django site admin" +msgstr "ទំព័រគ្រប់គ្រងរបស់ Django" + +msgid "Django administration" +msgstr "ការ​គ្រប់គ្រង​របស់ ​Django" + +msgid "Site administration" +msgstr "ទំព័រគ្រប់គ្រង" + +msgid "Log in" +msgstr "ពិនិត្យចូល" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "ទំព័រ​ដែល​លោកអ្នកចង់​រក​នេះពុំមាន​នៅក្នុងម៉ាស៊ីនរបស់យើងខ្ញុំទេ" + +msgid "We're sorry, but the requested page could not be found." +msgstr "សួមអភ័យទោស ទំព័រ​ដែល​លោកអ្នកចង់​រក​នេះពុំមាន​នឹងក្នុងម៉ាស៊ីនរបស់យើងខ្ញុំទេ" + +msgid "Home" +msgstr "គេហទំព័រ" + +msgid "Server error" +msgstr "ម៉ាស៊ីនផ្តល់សេវាកម្ម​ មានបញ្ហា" + +msgid "Server error (500)" +msgstr "ម៉ាស៊ីនផ្តល់សេវាកម្ម​ មានបញ្ហា (៥០០)" + +msgid "Server Error (500)" +msgstr "ម៉ាស៊ីនផ្តល់សេវាកម្ម​ មានបញ្ហា  (៥០០)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +msgid "Run the selected action" +msgstr "" + +msgid "Go" +msgstr "ស្វែងរក" + +msgid "Click here to select the objects across all pages" +msgstr "" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "" + +msgid "Clear selection" +msgstr "" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"តំបូងសូមបំពេញ ឈ្មោះជាសមាជិក និង ពាក្យសំងាត់​។ បន្ទាប់មកលោកអ្នកអាចបំពេញបន្ថែមជំរើសផ្សេងៗទៀតបាន។ " + +msgid "Enter a username and password." +msgstr "" + +msgid "Change password" +msgstr "ផ្លាស់ប្តូរពាក្យសំងាត់" + +msgid "Please correct the error below." +msgstr "" + +msgid "Please correct the errors below." +msgstr "" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" + +msgid "Welcome," +msgstr "សូមស្វាគមន៏" + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "ឯកសារ" + +msgid "Log out" +msgstr "ចាកចេញ" + +#, python-format +msgid "Add %(name)s" +msgstr "បន្ថែម %(name)s" + +msgid "History" +msgstr "សកម្មភាព​កន្លង​មក" + +msgid "View on site" +msgstr "មើលនៅលើគេហទំព័រដោយផ្ទាល់" + +msgid "Filter" +msgstr "ស្វែងរកជាមួយ" + +msgid "Remove from sorting" +msgstr "" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "" + +msgid "Toggle sorting" +msgstr "" + +msgid "Delete" +msgstr "លប់" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"ការលប់ %(object_name)s '%(escaped_object)s' អាចធ្វើអោយ​កម្មវិធីដែលពាក់​ព័ន្ធបាត់បង់ ។" +" ក៏ប៉ន្តែលោកអ្នក​ពុំមាន​សិទ្ធិលប់​កម្មវិធី​ប្រភេទនេះទេ។" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"តើលោកអ្នកប្រាកដជាចង់លប់ %(object_name)s \"%(escaped_object)s" +"\"? ការលប់ %(object_name)s '%(escaped_object)s' អាចធ្វើអោយ​កម្មវិធីដែលពាក់​ព័ន្ធបាត់បង់។" + +msgid "Objects" +msgstr "" + +msgid "Yes, I'm sure" +msgstr "ខ្ញុំច្បាស់​ជាចង់លប់" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" + +msgid "Change" +msgstr "ផ្លាស់ប្តូរ" + +msgid "Delete?" +msgstr "" + +#, python-format +msgid " By %(filter_title)s " +msgstr "ដោយ​  %(filter_title)s " + +msgid "Summary" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "" + +msgid "Add" +msgstr "បន្ថែម" + +msgid "You don't have permission to edit anything." +msgstr "លោកអ្នកពុំមានសិទ្ធិ ផ្លាស់​ប្តូរ ទេ។" + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "គ្មាន" + +msgid "Unknown content" +msgstr "" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"មូលដ្ឋាន​ទិន្នន័យ​​​ របស់លោកអ្នក មានបញ្ហា។ តើ លោកអ្នកបាន បង្កើត តារាង​ របស់មូលដ្ឋានទិន្នន័យ​" +" ហើយឬនៅ? តើ​ លោកអ្នកប្រាកដថាសមាជិកអាចអានមូលដ្ឋានទិន្នន័យនេះ​​បានឬទេ? " + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "" + +msgid "Date/time" +msgstr "Date/time" + +msgid "User" +msgstr "សមាជិក" + +msgid "Action" +msgstr "សកម្មភាព" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"កម្មវិធីនេះមិនមានសកម្មភាព​កន្លងមកទេ។ ប្រហែលជាសកម្មភាពទាំងនេះមិនបានធ្វើនៅទំព័រគ្រប់គ្រងនេះ។" + +msgid "Show all" +msgstr "បង្ហាញទាំងអស់" + +msgid "Save" +msgstr "រក្សាទុក" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Search" +msgstr "" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "សរុបទាំងអស់ %(full_result_count)s" + +msgid "Save as new" +msgstr "រក្សាទុក" + +msgid "Save and add another" +msgstr "រក្សាទុក ហើយ បន្ថែម​ថ្មី" + +msgid "Save and continue editing" +msgstr "រក្សាទុក ហើយ កែឯកសារដដែល" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "សូមថ្លែងអំណរគុណ ដែលបានចំណាយ ពេលវេលាដ៏មានតំលៃ របស់លោកអ្នកមកទស្សនាគេហទំព័ររបស់យើងខ្ញុំ" + +msgid "Log in again" +msgstr "ពិនិត្យចូលម្តងទៀត" + +msgid "Password change" +msgstr "ផ្លាស់ប្តូរពាក្យសំងាត់" + +msgid "Your password was changed." +msgstr "ពាក្យសំងាត់របស់លោកអ្នកបានផ្លាស់ប្តូរហើយ" + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "សូមបំពេញពាក្យសំងាត់ចាស់របស់លោកអ្នក។ ដើម្បីសុវត្ថភាព សូមបំពេញពាក្យសំងាត់ថ្មីខាងក្រោមពីរដង។" + +msgid "Change my password" +msgstr "ផ្លាស់ប្តូរពាក្យសំងាត់" + +msgid "Password reset" +msgstr "ពាក្យសំងាត់បានកំណត់សារជាថ្មី" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "" + +msgid "Password reset confirmation" +msgstr "" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" + +msgid "New password:" +msgstr "ពាក្យសំងាត់ថ្មី" + +msgid "Confirm password:" +msgstr "បំពេញពាក្យសំងាត់ថ្មីម្តងទៀត" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" + +msgid "Please go to the following page and choose a new password:" +msgstr "" + +msgid "Your username, in case you've forgotten:" +msgstr "ឈ្មោះជាសមាជិកក្នុងករណីភ្លេច:" + +msgid "Thanks for using our site!" +msgstr "សូមអរគុណដែលបានប្រើប្រាស់សេវាកម្មរបស់យើងខ្ញុំ" + +#, python-format +msgid "The %(site_name)s team" +msgstr "ក្រុមរបស់គេហទំព័រ %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" + +msgid "Email address:" +msgstr "" + +msgid "Reset my password" +msgstr "កំណត់ពាក្យសំងាត់សារជាថ្មី" + +msgid "All dates" +msgstr "កាលបរិច្ឆេទទាំងអស់" + +#, python-format +msgid "Select %s" +msgstr "ជ្រើសរើស %s" + +#, python-format +msgid "Select %s to change" +msgstr "ជ្រើសរើស %s ដើម្បីផ្លាស់ប្តូរ" + +msgid "Date:" +msgstr "កាលបរិច្ឆេទ" + +msgid "Time:" +msgstr "ម៉ោង" + +msgid "Lookup" +msgstr "" + +msgid "Currently:" +msgstr "" + +msgid "Change:" +msgstr "" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/km/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/km/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..3b7dcea236ebdd444b4c0d42818ff0ff03d8fe5d GIT binary patch literal 1334 zcmaKo-)~Go6vuC=U+Y)WL`aZKgoHGA_udu1ZdFj4prvV+#FLEO>F(8gXEygvTOK6E zmXrvp1Z6Hw@a9n?LBxv(@hYCgc=b>C&fVR%k<>}feCC`vKj&v#>jMk27P<*K30)6e z)q(?30hfY4xC*Q`?91S4*flT%PJk=GXN~vQ;Bwe+z*cYuTnxT%ynh0h!2SZ7xNo4z z{|?@U{(^3S&5^VZya%>{U%{>5PtXPzqqw098vi+P16XU=&%kxCKZ7R!N5lRDZiL-} zAx!*c5G_+#hSU6qku^}WpPAMCgW0($C}FK^8X!hW#q42Z5!CEv{>|D=Xg17RhlZ&i z(DMN!+hVJW@*)eYu8I&bBa}!#WV2R~KE#Zh$ZkK7EV6q268Fm$X`K{;;~25}Sty2? zRS+e531=vx2;Q?SM!0eHMdAW0O8Z#JKEtBe7u+MI3zU~drk_{m z2#;j?P8IB~h*61H`v{fHBYDT&Z9BVccMr+$^xS;AlXn~h+Wl%e%yNJlAP= zAekN-OS=$J9tTv4$Ro!o=YC9jm|tQ6*^g;p9t=`5>+=C|06DxoM9a)BFdBN~L?vVq z*g94HBO_U9>iGlgVzwy4Tz#V^f<|&~FwE`9^d9RyI=8!wD-fA`Wd-Rr8H=1!DwMx>2`eibWxsT#VnA8bE$I=#4a4nQHH^+a1?wQKTbqt$M zlA!iK^EG-e)CaYZgzcWD3!x0w95vBqtw&mY(CRUQu;xT_J3QQ}-|>LIxsvX6H+9w0 zGL2_576#JlrB*MrdT+X@`z9f|0q^|JK#g&@W{X^#A2{DzpLRNJGl~p+6Q;*+&!h!0 IF)riQUrF`x(EtDd literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/km/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/km/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..042706a --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/km/LC_MESSAGES/djangojs.po @@ -0,0 +1,201 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 10:10+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Khmer (http://www.transifex.com/django/django/language/km/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: km\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#, javascript-format +msgid "Available %s" +msgstr "%s ដែលអាច​ជ្រើសរើសបាន" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +msgid "Filter" +msgstr "ស្វែងរកជាមួយ" + +msgid "Choose all" +msgstr "ជ្រើសរើសទាំងអស់" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "" + +msgid "Choose" +msgstr "" + +msgid "Remove" +msgstr "លប់ចេញ" + +#, javascript-format +msgid "Chosen %s" +msgstr "%s ដែលបានជ្រើសរើស" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" + +msgid "Remove all" +msgstr "" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" + +msgid "Now" +msgstr "ឥឡូវនេះ" + +msgid "Choose a Time" +msgstr "" + +msgid "Choose a time" +msgstr "ជ្រើសរើសម៉ោង" + +msgid "Midnight" +msgstr "អធ្រាត្រ" + +msgid "6 a.m." +msgstr "ម៉ោង ៦ ព្រឹក" + +msgid "Noon" +msgstr "ពេលថ្ងែត្រង់" + +msgid "6 p.m." +msgstr "" + +msgid "Cancel" +msgstr "លប់ចោល" + +msgid "Today" +msgstr "ថ្ងៃនេះ" + +msgid "Choose a Date" +msgstr "" + +msgid "Yesterday" +msgstr "ម្សិលមិញ" + +msgid "Tomorrow" +msgstr "ថ្ងៃស្អែក" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "" + +msgid "Hide" +msgstr "" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/kn/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/kn/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..6257a6762d39e2c5563709ac2f1667ac299273ae GIT binary patch literal 9203 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, 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 09:09+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Kannada (http://www.transifex.com/django/django/language/" +"kn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: kn\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "" + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "" + +msgid "Are you sure?" +msgstr "ಖಚಿತಪಡಿಸುವಿರಾ? " + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "" + +msgid "Administration" +msgstr "" + +msgid "All" +msgstr "ಎಲ್ಲಾ" + +msgid "Yes" +msgstr "ಹೌದು" + +msgid "No" +msgstr "ಇಲ್ಲ" + +msgid "Unknown" +msgstr "ಗೊತ್ತಿಲ್ಲ(ದ/ದ್ದು)" + +msgid "Any date" +msgstr "ಯಾವುದೇ ದಿನಾಂಕ" + +msgid "Today" +msgstr "ಈದಿನ" + +msgid "Past 7 days" +msgstr "ಕಳೆದ ೭ ದಿನಗಳು" + +msgid "This month" +msgstr "ಈ ತಿಂಗಳು" + +msgid "This year" +msgstr "ಈ ವರ್ಷ" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" + +msgid "Action:" +msgstr "" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "" + +msgid "Remove" +msgstr "ತೆಗೆದು ಹಾಕಿ" + +msgid "action time" +msgstr "ಕ್ರಮದ(ಕ್ರಿಯೆಯ) ಸಮಯ" + +msgid "user" +msgstr "" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "ವಸ್ತುವಿನ ಐಡಿ" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "ವಸ್ತು ಪ್ರಾತಿನಿಧ್ಯ" + +msgid "action flag" +msgstr "ಕ್ರಮದ(ಕ್ರಿಯೆಯ) ಪತಾಕೆ" + +msgid "change message" +msgstr "ಬದಲಾವಣೆಯ ಸಂದೇಶ/ಸಂದೇಶ ಬದಲಿಸಿ" + +msgid "log entry" +msgstr "ಲಾಗ್ ದಾಖಲೆ" + +msgid "log entries" +msgstr "ಲಾಗ್ ದಾಖಲೆಗಳು" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "" + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "" + +msgid "LogEntry Object" +msgstr "" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "" + +msgid "and" +msgstr "ಮತ್ತು" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "ಯಾವುದೇ ಅಂಶಗಳು ಬದಲಾಗಲಿಲ್ಲ." + +msgid "None" +msgstr "" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" + +msgid "No action selected." +msgstr "" + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "%(name)s \"%(obj)s\" ಯಶಸ್ವಿಯಾಗಿ ಅಳಿಸಲಾಯಿತು." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "" + +#, python-format +msgid "Add %s" +msgstr "%s ಸೇರಿಸಿ" + +#, python-format +msgid "Change %s" +msgstr "%s ಅನ್ನು ಬದಲಿಸು" + +msgid "Database error" +msgstr "ದತ್ತಸಂಚಯದ ದೋಷ" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "" + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "" + +#, python-format +msgid "Change history: %s" +msgstr "ಬದಲಾವಣೆಗಳ ಇತಿಹಾಸ: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +msgid "Django site admin" +msgstr "ಜಾಂಗೋ ತಾಣದ ಆಡಳಿತಗಾರರು" + +msgid "Django administration" +msgstr "ಜಾಂಗೋ ಆಡಳಿತ" + +msgid "Site administration" +msgstr "ತಾಣ ನಿರ್ವಹಣೆ" + +msgid "Log in" +msgstr "ಒಳಗೆ ಬನ್ನಿ" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "ಪುಟ ಸಿಗಲಿಲ್ಲ" + +msgid "We're sorry, but the requested page could not be found." +msgstr "ಕ್ಷಮಿಸಿ, ನೀವು ಕೇಳಿದ ಪುಟ ಸಿಗಲಿಲ್ಲ" + +msgid "Home" +msgstr "ಪ್ರಾರಂಭಸ್ಥಳ(ಮನೆ)" + +msgid "Server error" +msgstr "ಸರ್ವರ್ ದೋಷ" + +msgid "Server error (500)" +msgstr "ಸರ್ವರ್ ದೋಷ(೫೦೦)" + +msgid "Server Error (500)" +msgstr "ಸರ್ವರ್ ದೋಷ(೫೦೦)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +msgid "Run the selected action" +msgstr "" + +msgid "Go" +msgstr "ಹೋಗಿ" + +msgid "Click here to select the objects across all pages" +msgstr "" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "" + +msgid "Clear selection" +msgstr "" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"ಮೊದಲು ಬಳಕೆದಾರ-ಹೆಸರು ಮತ್ತು ಪ್ರವೇಶಪದವನ್ನು ಕೊಡಿರಿ. ನಂತರ, ನೀವು ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳನ್ನು " +"ಬದಲಿಸಬಹುದಾಗಿದೆ." + +msgid "Enter a username and password." +msgstr "" + +msgid "Change password" +msgstr "ಪ್ರವೇಶಪದ ಬದಲಿಸಿ" + +msgid "Please correct the error below." +msgstr "" + +msgid "Please correct the errors below." +msgstr "" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" + +msgid "Welcome," +msgstr "ಸುಸ್ವಾಗತ." + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "ವಿವರಮಾಹಿತಿ" + +msgid "Log out" +msgstr "ಹೊರಕ್ಕೆ ಹೋಗಿ" + +#, python-format +msgid "Add %(name)s" +msgstr "%(name)s ಸೇರಿಸಿ" + +msgid "History" +msgstr "ಚರಿತ್ರೆ" + +msgid "View on site" +msgstr "ತಾಣದಲ್ಲಿ ನೋಡಿ" + +msgid "Filter" +msgstr "ಸೋಸಕ" + +msgid "Remove from sorting" +msgstr "" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "" + +msgid "Toggle sorting" +msgstr "" + +msgid "Delete" +msgstr "ಅಳಿಸಿಹಾಕಿ" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"'%(escaped_object)s' %(object_name)s ಅನ್ನು ತೆಗೆದುಹಾಕುವುದರಿಂದ ಸಂಬಂಧಿತ ವಸ್ತುಗಳೂ " +"ಕಳೆದುಹೋಗುತ್ತವೆ. ಆದರೆ ನಿಮ್ಮ ಖಾತೆಗೆ ಕೆಳಕಂಡ ಬಗೆಗಳ ವಸ್ತುಗಳನ್ನು ತೆಗೆದುಹಾಕಲು " +"ಅನುಮತಿಯಿಲ್ಲ." + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" + +msgid "Objects" +msgstr "" + +msgid "Yes, I'm sure" +msgstr "ಹೌದು,ನನಗೆ ಖಚಿತವಿದೆ" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" + +msgid "Change" +msgstr "ಬದಲಿಸಿ/ಬದಲಾವಣೆ" + +msgid "Delete?" +msgstr "" + +#, python-format +msgid " By %(filter_title)s " +msgstr "%(filter_title)s ಇಂದ" + +msgid "Summary" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "" + +msgid "Add" +msgstr "ಸೇರಿಸಿ" + +msgid "You don't have permission to edit anything." +msgstr "ಯಾವುದನ್ನೂ ತಿದ್ದಲು ನಿಮಗೆ ಅನುಮತಿ ಇಲ್ಲ ." + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "ಯಾವುದೂ ಲಭ್ಯವಿಲ್ಲ" + +msgid "Unknown content" +msgstr "" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"ಡಾಟಾಬೇಸನ್ನು ಇನ್ಸ್ಟಾಲ್ ಮಾಡುವಾಗ ಏನೋ ತಪ್ಪಾಗಿದೆ. ಸೂಕ್ತ ಡಾಟಾಬೇಸ್ ಕೋಷ್ಟಕಗಳು ರಚನೆಯಾಗಿ ಅರ್ಹ " +"ಬಳಕೆದಾರರು ಅವುಗಳನ್ನು ಓದಬಹುದಾಗಿದೆಯೇ ಎಂಬುದನ್ನು ಖಾತರಿ ಪಡಿಸಿಕೊಳ್ಳಿ." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "" + +msgid "Date/time" +msgstr "ದಿನಾಂಕ/ಸಮಯ" + +msgid "User" +msgstr "ಬಳಕೆದಾರ" + +msgid "Action" +msgstr "ಕ್ರಮ(ಕ್ರಿಯೆ)" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"ಈ ವಸ್ತುವಿಗೆ ಬದಲಾವಣೆಯ ಇತಿಹಾಸವಿಲ್ಲ. ಅದು ಬಹುಶಃ ಈ ಆಡಳಿತತಾಣದ ಮೂಲಕ ಸೇರಿಸಲ್ಪಟ್ಟಿಲ್ಲ." + +msgid "Show all" +msgstr "ಎಲ್ಲವನ್ನೂ ತೋರಿಸು" + +msgid "Save" +msgstr "ಉಳಿಸಿ" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Search" +msgstr "" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "ಒಟ್ಟು %(full_result_count)s" + +msgid "Save as new" +msgstr "ಹೊಸದರಂತೆ ಉಳಿಸಿ" + +msgid "Save and add another" +msgstr "ಉಳಿಸಿ ಮತ್ತು ಇನ್ನೊಂದನ್ನು ಸೇರಿಸಿ" + +msgid "Save and continue editing" +msgstr "ಉಳಿಸಿ ಮತ್ತು ತಿದ್ದುವುದನ್ನು ಮುಂದುವರಿಸಿರಿ." + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "ಈದಿನ ತಮ್ಮ ಅತ್ಯಮೂಲ್ಯವಾದ ಸಮಯವನ್ನು ನಮ್ಮ ತಾಣದಲ್ಲಿ ಕಳೆದುದಕ್ಕಾಗಿ ಧನ್ಯವಾದಗಳು." + +msgid "Log in again" +msgstr "ಮತ್ತೆ ಒಳಬನ್ನಿ" + +msgid "Password change" +msgstr "ಪ್ರವೇಶಪದ ಬದಲಾವಣೆ" + +msgid "Your password was changed." +msgstr "ನಿಮ್ಮ ಪ್ರವೇಶಪದ ಬದಲಾಯಿಸಲಾಗಿದೆ" + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"ಭದ್ರತೆಯ ದೃಷ್ಟಿಯಿಂದ ದಯವಿಟ್ಟು ನಿಮ್ಮ ಹಳೆಯ ಪ್ರವೇಶಪದವನ್ನು ಸೂಚಿಸಿರಿ. ಆನಂತರ ನೀವು ಸರಿಯಾಗಿ " +"ಬರೆದಿದ್ದೀರೆಂದು ನಾವು ಖಚಿತಪಡಿಸಿಕೊಳ್ಳಲು ಹೊಸ ಪ್ರವೇಶಪದವನ್ನು ಎರಡು ಬಾರಿ ಬರೆಯಿರಿ." + +msgid "Change my password" +msgstr "ನನ್ನ ಪ್ರವೇಶಪದ ಬದಲಿಸಿ" + +msgid "Password reset" +msgstr "ಪ್ರವೇಶಪದವನ್ನು ಬದಲಿಸುವಿಕೆ" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "" + +msgid "Password reset confirmation" +msgstr "" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" + +msgid "New password:" +msgstr "ಹೊಸ ಪ್ರವೇಶಪದ:" + +msgid "Confirm password:" +msgstr "ಪ್ರವೇಶಪದವನ್ನು ಖಚಿತಪಡಿಸಿ:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" + +msgid "Please go to the following page and choose a new password:" +msgstr "" + +msgid "Your username, in case you've forgotten:" +msgstr "ನೀವು ಮರೆತಿದ್ದಲ್ಲಿ , ನಿಮ್ಮ ಬಳಕೆದಾರ-ಹೆಸರು" + +msgid "Thanks for using our site!" +msgstr "ನಮ್ಮ ತಾಣವನ್ನು ಬಳಸಿದ್ದಕ್ದಾಗಿ ಧನ್ಯವಾದಗಳು!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s ತಂಡ" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" + +msgid "Email address:" +msgstr "" + +msgid "Reset my password" +msgstr "ನನ್ನ ಪ್ರವೇಶಪದವನ್ನು ಮತ್ತೆ ನಿರ್ಧರಿಸಿ " + +msgid "All dates" +msgstr "ಎಲ್ಲಾ ದಿನಾಂಕಗಳು" + +#, python-format +msgid "Select %s" +msgstr "%s ಆಯ್ದುಕೊಳ್ಳಿ" + +#, python-format +msgid "Select %s to change" +msgstr "ಬದಲಾಯಿಸಲು %s ಆಯ್ದುಕೊಳ್ಳಿ" + +msgid "Date:" +msgstr "ದಿನಾಂಕ:" + +msgid "Time:" +msgstr "ಸಮಯ:" + +msgid "Lookup" +msgstr "" + +msgid "Currently:" +msgstr "" + +msgid "Change:" +msgstr "" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/kn/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/kn/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..66c266234ccf9641310ebf118ac7763f7a535836 GIT binary patch literal 1872 zcmaKqU1%Id9KhFFqh9^2f{Ip0sL)dPK2nWkV~Tnb;;1b^+zzrlx*|9}Pf7km)@-PivE4Mfee{z;$>U{ti#VrwIBe zJO`hKAHwHh+Lyn8rk+js0_?&fywleoKxz7Y7MeL6hlk-99HE{m2yAbULzC-n%glMO z9^udZeZkCt5Vm((vprF|bBJx`Fj%Grli$q5y6^YWuaxw^06+7<)zH(*)Uk8n5>YR@v&9UUnsaCY8`VbP&_nKVS zB3~|ZwxT#jyr2?dn5zp>M>OT45*?iYU(}mYH&h}bEduQai-F&fp-_I1+ENz+75Yh0 zOf86IT;q-wl3zUyBK@+tivJU7DF{O`uS6InY0;UDql>DZx>LUUfr=B{JmFs?XH=L| z?I=#&nWPc;?pvKk;?^Qh6lUM8xz$)nlfr#lrpgne<;s{_e$}nKCPq(smC+OB(Q+9> zcTOz^Cgwi7(Tb>)y-N8+nN^sUN$S>OsgqEqQS6DcQtKcQ(~6mf;&rM)d?U1CG0+Rq zX?%2}BOA)CDcSPGIZUK4#j$3Zw!KnmX=$mLnux)Ix?HSBtx~V20m8m}>5?uTFU(BM zoZ0QZQY;s$kxrGSs^vEArRs88YKJn=Cz4Bg2nZY7@3Z7U`dm2uJgJ5e4lIC-|2cUSYQn`d9<*-oBqh`hTg ztaK&MzCtN5%JS^Hy!&aM-QXKE7dP{4-Cl6680+pQHV6@ZBn}o}3;R5~WpxBwC%X0F zTp2XfqiOpKUv)dimN097!#B!ahiz, 2011 +# karthikbgl , 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 10:10+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Kannada (http://www.transifex.com/django/django/language/" +"kn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: kn\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#, javascript-format +msgid "Available %s" +msgstr "ಲಭ್ಯ %s " + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +msgid "Filter" +msgstr "ಶೋಧಕ" + +msgid "Choose all" +msgstr "ಎಲ್ಲವನ್ನೂ ಆಯ್ದುಕೊಳ್ಳಿ" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "" + +msgid "Choose" +msgstr "" + +msgid "Remove" +msgstr "ತೆಗೆದು ಹಾಕಿ" + +#, javascript-format +msgid "Chosen %s" +msgstr "%s ಆಯ್ದುಕೊಳ್ಳಲಾಗಿದೆ" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" + +msgid "Remove all" +msgstr "ಎಲ್ಲಾ ತೆಗೆದುಹಾಕಿ" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"ನೀವು ಪ್ರತ್ಯೇಕ ತಿದ್ದಬಲ್ಲ ಕ್ಷೇತ್ರಗಳಲ್ಲಿ ಬದಲಾವಣೆ ಉಳಿಸಿಲ್ಲ. ನಿಮ್ಮ ಉಳಿಸದ ಬದಲಾವಣೆಗಳು " +"ನಾಶವಾಗುತ್ತವೆ" + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" + +msgid "Now" +msgstr "ಈಗ" + +msgid "Choose a Time" +msgstr "" + +msgid "Choose a time" +msgstr "ಸಮಯವೊಂದನ್ನು ಆರಿಸಿ" + +msgid "Midnight" +msgstr "ಮಧ್ಯರಾತ್ರಿ" + +msgid "6 a.m." +msgstr "ಬೆಳಗಿನ ೬ ಗಂಟೆ " + +msgid "Noon" +msgstr "ಮಧ್ಯಾಹ್ನ" + +msgid "6 p.m." +msgstr "" + +msgid "Cancel" +msgstr "ರದ್ದುಗೊಳಿಸಿ" + +msgid "Today" +msgstr "ಈ ದಿನ" + +msgid "Choose a Date" +msgstr "" + +msgid "Yesterday" +msgstr "ನಿನ್ನೆ" + +msgid "Tomorrow" +msgstr "ನಾಳೆ" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "ಪ್ರದರ್ಶನ" + +msgid "Hide" +msgstr "ಮರೆಮಾಡಲು" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ko/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ko/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..663e0ff8059fb6b3e39ccad321121cb829654eec GIT binary patch literal 16850 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, 2016 +# Ian Y. Choi , 2015 +# Jaehong Kim , 2011 +# Jannis Leidel , 2011 +# Jeong Seongtae , 2014,2016 +# Taesik Yoon , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-07-12 18:25+0000\n" +"Last-Translator: Jeong Seongtae \n" +"Language-Team: Korean (http://www.transifex.com/django/django/language/ko/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d개의 %(items)s 을/를 성공적으로 삭제하였습니다." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "%(name)s를 삭제할 수 없습니다." + +msgid "Are you sure?" +msgstr "확실합니까?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "선택된 %(verbose_name_plural)s 을/를 삭제합니다." + +msgid "Administration" +msgstr "관리" + +msgid "All" +msgstr "모두" + +msgid "Yes" +msgstr "예" + +msgid "No" +msgstr "아니오" + +msgid "Unknown" +msgstr "알 수 없습니다." + +msgid "Any date" +msgstr "언제나" + +msgid "Today" +msgstr "오늘" + +msgid "Past 7 days" +msgstr "지난 7일" + +msgid "This month" +msgstr "이번 달" + +msgid "This year" +msgstr "이번 해" + +msgid "No date" +msgstr "날짜 없음" + +msgid "Has date" +msgstr "날짜 있음" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"관리자 계정의 %(username)s 와 비밀번호를 입력해주세요. 대소문자를 구분해서 입" +"력해주세요." + +msgid "Action:" +msgstr "액션:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "%(verbose_name)s 더 추가하기" + +msgid "Remove" +msgstr "삭제하기" + +msgid "action time" +msgstr "액션 타임" + +msgid "user" +msgstr "사용자" + +msgid "content type" +msgstr "콘텐츠 타입" + +msgid "object id" +msgstr "오브젝트 아이디" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "오브젝트 표현" + +msgid "action flag" +msgstr "액션 플래그" + +msgid "change message" +msgstr "메시지 변경" + +msgid "log entry" +msgstr "로그 엔트리" + +msgid "log entries" +msgstr "로그 엔트리" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "\"%(object)s\"가 추가하였습니다." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "\"%(object)s\" 를 %(changes)s 개 변경" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "\"%(object)s.\"를 삭제하였습니다." + +msgid "LogEntry Object" +msgstr "LogEntry 객체" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "{name} \"{object}\"를 추가하였습니다." + +msgid "Added." +msgstr "추가하였습니다." + +msgid "and" +msgstr "또한" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "{name} \"{object}\"의 {fields}가 변경되었습니다." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "{fields}가 변경되었습니다." + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "{name} \"{object}\"가 삭제되었습니다." + +msgid "No fields changed." +msgstr "변경된 필드가 없습니다." + +msgid "None" +msgstr "없음" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "하나 이상을 선택하려면 \"Control\" 키, Mac은 \"Command\"키를 누르세요." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" +"{name} \"{obj}\"가 성공적으로 추가되었습니다. 아래에서 다시 수정할 수 있습니" +"다." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" +"{name} \"{obj}\"가 성공적으로 추가되었습니다. 아래에서 다른 {name}을 추가할 " +"수 있습니다." + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "{name} \"{obj}\"가 성공적으로 추가되었습니다." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" +"{name} \"{obj}\"가 성공적으로 추가되었습니다. 아래에서 다시 수정할 수 있습니" +"다." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" +"{name} \"{obj}\"가 성공적으로 추가되었습니다. 아래에서 다른 {name}을 추가할 " +"수 있습니다." + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "{name} \"{obj}\"가 성공적으로 추가되었습니다." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"항목들에 액션을 적용하기 위해선 먼저 항목들이 선택되어 있어야 합니다. 아무 항" +"목도 변경되지 않았습니다." + +msgid "No action selected." +msgstr "액션이 선택되지 않았습니다." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "%(name)s \"%(obj)s\"이/가 삭제되었습니다." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "Primary key %(key)r에 대한 오브젝트 %(name)s이/가 존재하지 않습니다." + +#, python-format +msgid "Add %s" +msgstr "%s 추가" + +#, python-format +msgid "Change %s" +msgstr "%s 변경" + +msgid "Database error" +msgstr "데이터베이스 오류" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s개의 %(name)s이/가 변경되었습니다." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "모두 %(total_count)s개가 선택되었습니다." + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "%(cnt)s 중 아무것도 선택되지 않았습니다." + +#, python-format +msgid "Change history: %s" +msgstr "변경 히스토리: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"%(class_name)s %(instance)s 을/를 삭제하려면 다음 보호상태의 연관된 오브젝트" +"들을 삭제해야 합니다: %(related_objects)s" + +msgid "Django site admin" +msgstr "Django 사이트 관리" + +msgid "Django administration" +msgstr "Django 관리" + +msgid "Site administration" +msgstr "사이트 관리" + +msgid "Log in" +msgstr "로그인" + +#, python-format +msgid "%(app)s administration" +msgstr "%(app)s 관리" + +msgid "Page not found" +msgstr "해당 페이지가 없습니다." + +msgid "We're sorry, but the requested page could not be found." +msgstr "죄송합니다, 요청하신 페이지를 찾을 수 없습니다." + +msgid "Home" +msgstr "홈" + +msgid "Server error" +msgstr "서버 오류" + +msgid "Server error (500)" +msgstr "서버 오류 (500)" + +msgid "Server Error (500)" +msgstr "서버 오류 (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"오류가 있었습니다. 사이트 관리자에게 이메일로 보고 되었고, 곧 수정될 것입니" +"다. 이해해주셔서 고맙습니다." + +msgid "Run the selected action" +msgstr "선택한 액션을 실행합니다." + +msgid "Go" +msgstr "실행" + +msgid "Click here to select the objects across all pages" +msgstr "모든 페이지의 항목들을 선택하려면 여기를 클릭하세요." + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "%(total_count)s개의 %(module_name)s 모두를 선택합니다." + +msgid "Clear selection" +msgstr "선택을 해제합니다." + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"사용자명와 비밀번호를 입력하세요.더 많은 사용자 옵션을 사용하실 수 있습니다." + +msgid "Enter a username and password." +msgstr "유저명과 암호를 입력하세요." + +msgid "Change password" +msgstr "비밀번호 변경" + +msgid "Please correct the error below." +msgstr "아래의 오류를 수정하십시오." + +msgid "Please correct the errors below." +msgstr "아래의 오류를 수정하십시오." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "%(username)s 새로운 비밀번호를 입력하세요." + +msgid "Welcome," +msgstr "환영합니다," + +msgid "View site" +msgstr "사이트 보기" + +msgid "Documentation" +msgstr "문서" + +msgid "Log out" +msgstr "로그아웃" + +#, python-format +msgid "Add %(name)s" +msgstr "%(name)s 추가" + +msgid "History" +msgstr "히스토리" + +msgid "View on site" +msgstr "사이트에서 보기" + +msgid "Filter" +msgstr "필터" + +msgid "Remove from sorting" +msgstr "정렬에서 " + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "정렬 조건 : %(priority_number)s" + +msgid "Toggle sorting" +msgstr "정렬 " + +msgid "Delete" +msgstr "삭제" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"%(object_name)s \"%(escaped_object)s\" 을/를 삭제하면서관련 오브젝트를 제거하" +"고자 했으나, 지금 사용하시는 계정은 다음 타입의 오브젝트를 제거할 권한이 없습" +"니다. :" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"%(object_name)s '%(escaped_object)s'를 삭제하려면 다음 보호상태의 연관된 오브" +"젝트들을 삭제해야 합니다." + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"정말로 %(object_name)s \"%(escaped_object)s\"을/를 삭제하시겠습니까? 다음의 " +"관련 항목들이 모두 삭제됩니다. :" + +msgid "Objects" +msgstr "오브젝트" + +msgid "Yes, I'm sure" +msgstr "네, 확실합니다." + +msgid "No, take me back" +msgstr "아뇨, 돌려주세요." + +msgid "Delete multiple objects" +msgstr "여러 개의 오브젝트 삭제" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"연관 오브젝트 삭제로 선택한 %(objects_name)s의 삭제 중, 그러나 당신의 계정은 " +"다음 오브젝트의 삭제 권한이 없습니다. " + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"%(objects_name)s를 삭제하려면 다음 보호상태의 연관된 오브젝트들을 삭제해야 합" +"니다." + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"선택한 %(objects_name)s를 정말 삭제하시겠습니까? 다음의 오브젝트와 연관 아이" +"템들이 모두 삭제됩니다:" + +msgid "Change" +msgstr "변경" + +msgid "Delete?" +msgstr "삭제" + +#, python-format +msgid " By %(filter_title)s " +msgstr "%(filter_title)s (으)로" + +msgid "Summary" +msgstr "개요" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "%(name)s 애플리케이션의 " + +msgid "Add" +msgstr "추가" + +msgid "You don't have permission to edit anything." +msgstr "수정할 권한이 없습니다." + +msgid "Recent actions" +msgstr "최근 액션들" + +msgid "My actions" +msgstr "내 액션들" + +msgid "None available" +msgstr "이용할 수 없습니다." + +msgid "Unknown content" +msgstr "내용 형식이 지정되지 않았습니다." + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"데이터베이스 설정에 문제가 발생했습니다. 해당 데이터베이스 테이블이 생성되었" +"는지, 해당 유저가 데이터베이스를 읽어 들일 수 있는지 확인하세요." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"%(username)s 로 인증되어 있지만, 이 페이지를 액세스하기 위한 권한이 없습니" +"다. 다른 계정으로 로그인하시겠습니까?" + +msgid "Forgotten your password or username?" +msgstr "이름이나 비밀번호를 분실하였습니까?" + +msgid "Date/time" +msgstr "날짜/시간" + +msgid "User" +msgstr "사용자" + +msgid "Action" +msgstr "액션" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"오브젝트에 변경사항이 없습니다. 이 admin 사이트를 통해 추가된 것이 아닐 수 있" +"습니다." + +msgid "Show all" +msgstr "모두 표시" + +msgid "Save" +msgstr "저장" + +msgid "Popup closing..." +msgstr "팝업 닫는 중..." + +#, python-format +msgid "Change selected %(model)s" +msgstr "선택된 %(model)s 변경" + +#, python-format +msgid "Add another %(model)s" +msgstr "%(model)s 추가" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "선택된 %(model)s 제거" + +msgid "Search" +msgstr "검색" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "결과 %(counter)s개 나옴" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "총 %(full_result_count)s건" + +msgid "Save as new" +msgstr "새로 저장" + +msgid "Save and add another" +msgstr "저장 및 다른 이름으로 추가" + +msgid "Save and continue editing" +msgstr "저장 및 편집 계속" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "사이트를 이용해 주셔서 고맙습니다." + +msgid "Log in again" +msgstr "다시 로그인하기" + +msgid "Password change" +msgstr "비밀번호 변경" + +msgid "Your password was changed." +msgstr "비밀번호가 변경되었습니다." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"보안상 필요하오니 기존에 사용하시던 비밀번호를 입력해 주세요. 새로운 비밀번호" +"는 정확히 입력했는지 확인할 수 있도록 두 번 입력하시기 바랍니다." + +msgid "Change my password" +msgstr "비밀번호 변경" + +msgid "Password reset" +msgstr "비밀번호 초기화" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "비밀번호가 설정되었습니다. 이제 로그인하세요." + +msgid "Password reset confirmation" +msgstr "비밀번호 초기화 확인" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"새로운 비밀번호를 정확히 입력했는지 확인할 수 있도록두 번 입력하시기 바랍니" +"다." + +msgid "New password:" +msgstr "새로운 비밀번호:" + +msgid "Confirm password:" +msgstr "새로운 비밀번호(확인):" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"비밀번호 초기화 링크가 이미 사용되어 올바르지 않습니다.비밀번호 초기화을 다" +"시 해주세요." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"계정에 등록된 이메일로 비밀번호를 지정하기 위한 지침을 보냈습니다. 곧 메일을 " +"받으실 것입니다." + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"만약 이메일을 받지 못하였다면, 등록하신 이메일을 다시 확인하시거나 스팸 메일" +"함을 확인해주세요." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "%(site_name)s 의 사용자" + +msgid "Please go to the following page and choose a new password:" +msgstr "이어지는 페이지에서 새 비밀번호를 선택하세요." + +msgid "Your username, in case you've forgotten:" +msgstr "사용자명:" + +msgid "Thanks for using our site!" +msgstr "사이트를 이용해 주셔서 고맙습니다." + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s 팀" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"비밀번호를 분실하셨습니까? 아래에 이메일 주소를 입력해주십시오. 새로운 비밀번" +"호를 설정하는 이메일을 보내드리겠습니다." + +msgid "Email address:" +msgstr "이메일 주소" + +msgid "Reset my password" +msgstr "비밀번호 초기화" + +msgid "All dates" +msgstr "언제나" + +#, python-format +msgid "Select %s" +msgstr "%s 선택" + +#, python-format +msgid "Select %s to change" +msgstr "변경할 %s 선택" + +msgid "Date:" +msgstr "날짜:" + +msgid "Time:" +msgstr "시각:" + +msgid "Lookup" +msgstr "찾아보기" + +msgid "Currently:" +msgstr "현재:" + +msgid "Change:" +msgstr "변경:" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ko/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ko/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..f6f5c38e620665745ef34bc128399d60f0e45559 GIT binary patch literal 4493 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 C5J!{% literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ko/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ko/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..90b6328 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ko/LC_MESSAGES/djangojs.po @@ -0,0 +1,216 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# DaHae Sung , 2016 +# Hoseok Lee , 2016 +# Jaehong Kim , 2011 +# Jannis Leidel , 2011 +# Jeong Seongtae , 2014 +# minsung kang, 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-06-28 06:05+0000\n" +"Last-Translator: Hoseok Lee \n" +"Language-Team: Korean (http://www.transifex.com/django/django/language/ko/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#, javascript-format +msgid "Available %s" +msgstr "이용 가능한 %s" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"사용 가능한 %s 의 리스트 입니다. 아래의 상자에서 선택하고 두 상자 사이의 " +"\"선택\" 화살표를 클릭하여 몇 가지를 선택할 수 있습니다." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "사용 가능한 %s 리스트를 필터링하려면 이 상자에 입력하세요." + +msgid "Filter" +msgstr "필터" + +msgid "Choose all" +msgstr "모두 선택" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "한번에 모든 %s 를 선택하려면 클릭하세요." + +msgid "Choose" +msgstr "선택" + +msgid "Remove" +msgstr "삭제" + +#, javascript-format +msgid "Chosen %s" +msgstr "선택된 %s" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"선택된 %s 리스트 입니다. 아래의 상자에서 선택하고 두 상자 사이의 \"제거\" 화" +"살표를 클릭하여 일부를 제거 할 수 있습니다." + +msgid "Remove all" +msgstr "모두 제거" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "한번에 선택된 모든 %s 를 제거하려면 클릭하세요." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s개가 %(cnt)s개 중에 선택됨." + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"개별 편집 가능한 필드에 저장되지 않은 값이 있습니다. 액션을 수행하면 저장되" +"지 않은 값들을 잃어버리게 됩니다." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"개별 필드의 값들을 저장하지 않고 액션을 선택했습니다. OK를 누르면 저장되며, " +"액션을 한 번 더 실행해야 합니다." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"개별 필드에 아무런 변경이 없는 상태로 액션을 선택했습니다. 저장 버튼이 아니" +"라 진행 버튼을 찾아보세요." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Note: 서버 시간보다 %s 시간 빠릅니다." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Note: 서버 시간보다 %s 시간 늦은 시간입니다." + +msgid "Now" +msgstr "현재" + +msgid "Choose a Time" +msgstr "시간 선택" + +msgid "Choose a time" +msgstr "시간 선택" + +msgid "Midnight" +msgstr "자정" + +msgid "6 a.m." +msgstr "오전 6시" + +msgid "Noon" +msgstr "정오" + +msgid "6 p.m." +msgstr "오후 6시" + +msgid "Cancel" +msgstr "취소" + +msgid "Today" +msgstr "오늘" + +msgid "Choose a Date" +msgstr "시간 선택" + +msgid "Yesterday" +msgstr "어제" + +msgid "Tomorrow" +msgstr "내일" + +msgid "January" +msgstr "1월" + +msgid "February" +msgstr "2월" + +msgid "March" +msgstr "3월" + +msgid "April" +msgstr "4월" + +msgid "May" +msgstr "5월" + +msgid "June" +msgstr "6월" + +msgid "July" +msgstr "7월" + +msgid "August" +msgstr "8월" + +msgid "September" +msgstr "9월" + +msgid "October" +msgstr "10월" + +msgid "November" +msgstr "11월" + +msgid "December" +msgstr "12월" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "일" + +msgctxt "one letter Monday" +msgid "M" +msgstr "월" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "화" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "수" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "목" + +msgctxt "one letter Friday" +msgid "F" +msgstr "금" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "토" + +msgid "Show" +msgstr "보기" + +msgid "Hide" +msgstr "감추기" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/lb/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/lb/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..7b95bf9ded1607822b0764687220db428f7944d8 GIT binary patch literal 913 zcmZ9K%Wl&^6ov;VH**oNW-+X2RZZfAOIw#9Leq*?NgGuzsLP3cYP)r2qM0#CHn6E! zuwciIB|9FY@4*xB5d4#-RN}~IzBzL_=l8LHKU(G;T6Vif(`H* zxCY(=Ti^|FYt9~c6>$vS0Y88Nn1HuI1zraypwIUS^!dJkKj2^CKJQa3`t=aQ1MoTM z>uiF4zYF4F2N>>yhoG;QgT9^v7r@V;uX_r5UEe^In63Hv!u(mE_b%Mu_vUr_nm(`Z z3$D)0>t^l56O|?WVuxf|-{@mXoY+pqdotD+;ps8*>R_Kn+Bng(S&@pjRc1x3BOdhkVzFUJ zdO@NC9T9Jajh7;PAsQ>Z`7CNQm&0Zl;-J{4kA=_q-??Ukhig%|wj9EOE>w%yNM%du zw2AnRR0`s|RHRh$S5SlSO*so|g*wu&aYtp9%t*u}hY{~q6B-V5WwOHNd@*-!6xHkF z@wn!E-r|TRwL}l==Wlj_a-O7K4(dxmZ@ag7*@H$c3^vd`QqVRX;UyhSTzyo^Lap;8 zm&TH79mHE=_41srbwoyNszj%S$|AlxDBM4>5ibWpzpRWb#g;Zh8*w$7g|^jP=jYSb zqT)|lys@+%u=WX>T+KiGHkpi6N~ActUJcpVsZwNE_w1)la#C!UXdd{VphJ|g&e<, 2013 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 09:09+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Luxembourgish (http://www.transifex.com/django/django/" +"language/lb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: lb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "" + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "" + +msgid "Are you sure?" +msgstr "" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "" + +msgid "Administration" +msgstr "" + +msgid "All" +msgstr "All" + +msgid "Yes" +msgstr "Jo" + +msgid "No" +msgstr "Nee" + +msgid "Unknown" +msgstr "Onbekannt" + +msgid "Any date" +msgstr "Iergendeen Datum" + +msgid "Today" +msgstr "Haut" + +msgid "Past 7 days" +msgstr "Läscht 7 Deeg" + +msgid "This month" +msgstr "Dëse Mount" + +msgid "This year" +msgstr "Dëst Joer" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" + +msgid "Action:" +msgstr "Aktioun:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "" + +msgid "Remove" +msgstr "" + +msgid "action time" +msgstr "" + +msgid "user" +msgstr "" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "" + +msgid "action flag" +msgstr "" + +msgid "change message" +msgstr "" + +msgid "log entry" +msgstr "" + +msgid "log entries" +msgstr "" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "" + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "" + +msgid "LogEntry Object" +msgstr "" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "" + +msgid "and" +msgstr "" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "" + +msgid "None" +msgstr "" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" + +msgid "No action selected." +msgstr "" + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "" + +#, python-format +msgid "Add %s" +msgstr "" + +#, python-format +msgid "Change %s" +msgstr "" + +msgid "Database error" +msgstr "" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "" + +#, python-format +msgid "Change history: %s" +msgstr "" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +msgid "Django site admin" +msgstr "" + +msgid "Django administration" +msgstr "" + +msgid "Site administration" +msgstr "" + +msgid "Log in" +msgstr "" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "" + +msgid "We're sorry, but the requested page could not be found." +msgstr "" + +msgid "Home" +msgstr "" + +msgid "Server error" +msgstr "" + +msgid "Server error (500)" +msgstr "" + +msgid "Server Error (500)" +msgstr "" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +msgid "Run the selected action" +msgstr "" + +msgid "Go" +msgstr "" + +msgid "Click here to select the objects across all pages" +msgstr "" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "" + +msgid "Clear selection" +msgstr "" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" + +msgid "Enter a username and password." +msgstr "" + +msgid "Change password" +msgstr "" + +msgid "Please correct the error below." +msgstr "" + +msgid "Please correct the errors below." +msgstr "" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" + +msgid "Welcome," +msgstr "" + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "" + +msgid "Log out" +msgstr "" + +#, python-format +msgid "Add %(name)s" +msgstr "" + +msgid "History" +msgstr "" + +msgid "View on site" +msgstr "" + +msgid "Filter" +msgstr "" + +msgid "Remove from sorting" +msgstr "" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "" + +msgid "Toggle sorting" +msgstr "" + +msgid "Delete" +msgstr "Läschen" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" + +msgid "Objects" +msgstr "" + +msgid "Yes, I'm sure" +msgstr "" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" + +msgid "Change" +msgstr "Änner" + +msgid "Delete?" +msgstr "" + +#, python-format +msgid " By %(filter_title)s " +msgstr "" + +msgid "Summary" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "" + +msgid "Add" +msgstr "" + +msgid "You don't have permission to edit anything." +msgstr "" + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "" + +msgid "Unknown content" +msgstr "" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "" + +msgid "Date/time" +msgstr "" + +msgid "User" +msgstr "" + +msgid "Action" +msgstr "" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" + +msgid "Show all" +msgstr "" + +msgid "Save" +msgstr "" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Search" +msgstr "" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "" + +msgid "Save as new" +msgstr "" + +msgid "Save and add another" +msgstr "" + +msgid "Save and continue editing" +msgstr "" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "" + +msgid "Log in again" +msgstr "" + +msgid "Password change" +msgstr "" + +msgid "Your password was changed." +msgstr "" + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" + +msgid "Change my password" +msgstr "" + +msgid "Password reset" +msgstr "" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "" + +msgid "Password reset confirmation" +msgstr "" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" + +msgid "New password:" +msgstr "" + +msgid "Confirm password:" +msgstr "" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" + +msgid "Please go to the following page and choose a new password:" +msgstr "" + +msgid "Your username, in case you've forgotten:" +msgstr "" + +msgid "Thanks for using our site!" +msgstr "" + +#, python-format +msgid "The %(site_name)s team" +msgstr "" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" + +msgid "Email address:" +msgstr "" + +msgid "Reset my password" +msgstr "" + +msgid "All dates" +msgstr "" + +#, python-format +msgid "Select %s" +msgstr "" + +#, python-format +msgid "Select %s to change" +msgstr "" + +msgid "Date:" +msgstr "" + +msgid "Time:" +msgstr "" + +msgid "Lookup" +msgstr "" + +msgid "Currently:" +msgstr "" + +msgid "Change:" +msgstr "" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/lb/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/lb/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..5b7937f60831ed7f8a2584d2470803c9833582d3 GIT binary patch literal 474 zcmYLFO-lnY5LNWFN6#K2cu;hjq*$z}74f4`X|a^mdv-V7M$%+SvbO#Z@BT7>i?gk? z4<4CE-c07@_vr9@53!FtMxG)MkeA2?UE~j5-r(7IwwQSLq4EgB0^XGm+F3!04{1x6 zOjYH4gmEZ!0S|QtWugDrx$FBl>j$q*s+(gq`=^MbrcYjq$ar3+=qEpCJI-mGOy+nKw=9$VJ3RFEpU z5M)%Z)FN}WFLjucvw4h_pme!hwqi3^&(x}wy9KQ_X#=h3CL}fggQ&^qc`_c3pLhSj zTP%5WHY$tzeN`AVs#TIYHPWptO_maIo)MJbs literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/lb/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/lb/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..e1c4a6a --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/lb/LC_MESSAGES/djangojs.po @@ -0,0 +1,145 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2014-10-05 20:12+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Luxembourgish (http://www.transifex.com/projects/p/django/" +"language/lb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: lb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +msgid "Filter" +msgstr "" + +msgid "Choose all" +msgstr "" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "" + +msgid "Choose" +msgstr "" + +msgid "Remove" +msgstr "" + +#, javascript-format +msgid "Chosen %s" +msgstr "" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" + +msgid "Remove all" +msgstr "" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "" +msgstr[1] "" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +msgstr[1] "" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +msgstr[1] "" + +msgid "Now" +msgstr "" + +msgid "Clock" +msgstr "" + +msgid "Choose a time" +msgstr "" + +msgid "Midnight" +msgstr "" + +msgid "6 a.m." +msgstr "" + +msgid "Noon" +msgstr "" + +msgid "Cancel" +msgstr "" + +msgid "Today" +msgstr "" + +msgid "Calendar" +msgstr "" + +msgid "Yesterday" +msgstr "" + +msgid "Tomorrow" +msgstr "" + +msgid "" +"January February March April May June July August September October November " +"December" +msgstr "" + +msgid "S M T W T F S" +msgstr "" + +msgid "Show" +msgstr "" + +msgid "Hide" +msgstr "" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/lt/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/lt/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..ca8428212e58c4c028a77bf43d3d5f5ef5e8521a GIT binary patch literal 16396 zcmc(leUM&NeaEkYZ^0MD3L>b7Xh;IPPc{JrmxK@!ULwg7vkMeZ;@#)DyLP(->$@jjTd(Q9t-hb!pcTYL-ZjawXv@>aMevapTA3U;#|M+cqvFE)U+z6fu zZU@f*uLExc6Yy;CuZrhSf){ar@=HAL0&q8|@81DF7rYyM9(V*i0sIX3LhzyD{g*)X z{|YF29tU3r{yX>z@Pw1yIA?-P<-HcvI9tFMfUgIi4_*r12JQym3H}B6B5==3-8yar zMb9muzB>q>0^U*J-5^tX4}qtHe*}u|$HBGWcfj@F&p`fp>-bpxF9bJ(SAu%p2gS;} zK+*dNQ1d+i!fNjrC_26bo(6se)O_CnHU3XP&3h_L5MN#mz7jkiJP2L`-U2=bJ`9fj zn&(Y{KL+my_wkXwdy@Y|&l-d%KAZ`Po^!xU!8d@f1`mOv=N|A{@ILT$;7`F0cm_m1 z8+;EaKHmk3zK?^uz$4&^;6H)4fKe^F9P>zAuAX=VPGg{5mMUe;qe-26>e-Env6W}rM zr{Fs9v#)}8;MYL$90I=u zj)5l_Yz^EG-U%K7CBL<2F(x<+YCZ1)rS~5$@Drf;b_5h%p93YIM?mrE&p@s7F;L%s z6TA@oNANE2G?Yc_z8{ny_&g|m`91Is@KNwwaK~#sZx-x=+rYmAweC}2hmQj{gW~^< z1x|q)F9Aj094I>OEZ%<<6g~GA_)ziui{Oboe-!-ov!EYDmAy}%?d1Rapyc;8um%1I z+y(Ak@9giR;2XIA0(c$xub{ra3?jA8n?TLmD()jt{F(U|7kiQX4Lt@E28 zs^I+xsPA92(S3Iscp~@fL47|2ihmb@5qJf72>cQ#Js&|CME?%(`QTeXeK!S4zY|dO zz7Lch-VbWtKLlR@egkAl-giNU^qzaJ)87#gRr7X&Tfj+B>$n>{348>UUj9jO|1D5@ z^aQAJe*|jY{{#(q63W>Chrl)9O`zzW0yWPap#0`hP;z+LFgybff^P<2$jA4AA*gxR zY;u0-EKvN}1!{f!!7ITjkg2_g!RLYB0cXJ{K&J5aVqEVB4}p6Byv>fTmw@8qD?!cs z+T#9p@FU#67kmqN2242#?1Q4`PEhMQ0=^V{5Y#wd2F15O1x4rgK=uC#_-ybw=Q%z- zAJlkff$BdDo&sJCN*`_pCGRGvaWhc!+y+X{9|GmK9t2Tg@2jBv*^i3*pMjF|>&_=u zfP26jz;A-`E1NDrhrkEGmx2Eb>ihozwXTz2@8~=O6#eIe(xa27K12^P_J9_55B?&mRM&N3XcpefL&S z^#2eH!6%FRo3}ds>42gm1I4$ugW}7_K*{mm;{FSu`1=*`bntIL*~PzrzYCte&5gGJ zO733+CHKDt-wi$iihr}0cwPX00Mxqw3zUC3j~iI)T@St({9u8f0;O-C2cL(?yI;N4uH zc(ji8F4`3BUYdR%p#3&YJjXP>+iCjkrhV96x%_pmxZVRI3d_S2z^r(FPl1BFifhUD zIW$bk=5B59GMawUu}{*ZBj?dhr47^cdnfH9G}-gzwDR|xTzs~;kuH9a_8{%kv>R!6 z()7EQc9p$yHnxlF9_{?%nP8fB7OkZley^l`#$LJqZYZvI)}C$RT0TU-oMvcmqhS*E zcYT3^SI`2QZ0b^4{dZFB<}|LQ-*2QzKi@$+oi;}M5baFbVcJ`0`uzs&efG-zcP{V= zT0)b*k&*U(zepJ(|(KgR$7;)-$4g9 z5511-TXk

zj2Orov7ZBnPrE>jWE97ZrOyx9!WbSm$3`i&Jk2TAbMy@Q0olOWAI zSvf%MktopU2V9Q>B{f-``5oRBG{uv%K{GS+VK!rWN!az1zG(;I0sn7IOe+pj6UCVc z4zg}hY6qx>OM?#I2Q6<$r^839yc{v{6mOfBAA?VtmWw+qjCwm-jM8e+&(Y>?QVTvL z%mfMVx^XM$z+d$oJe>=Y$v6!PN$4d!Ub}9CTi(WWZKHU0tH!>~ti9E}xvhMm_e*5U zdhD87eikrW)Hk~Fb|960oFl*DV&0E3lf?$Af-Epl36XB_QZJw*NSl5yXdS5N*>1!z zxS|iH;!Y=?52IQR?R^Q#z8+?WiSU!sM9{ zvEAG0M^cYs`IYQ;T0Qq1n00A+HG>w#Nq@BVsM|L^tY|(?T4k^0_q8>Z@^>ST7GEqC zwi#ye&eBp;#dU3&Tc^UH(@JlH--%g45tjFBcso0RpBOj041Q-PY_<)Gh@j)*xs_nW z#AXtw@DjQ8{Amh1C~f6`9_6C_ET=r-7th26kj@!G0X z0j7(chrLcr;3@ zGau)j7Rq!>9>TAd7Nbv=Dts@AGwVPqtt*y?hHNOTp|Bc>vYL1$J6nIeovr_6srV&k zlw&qwG+23Q+{Frq%w(R)nIy(f|39plCDg{tWA-lhG{wWZSKh9;nRl^B7t=5A`eBDRE#hW6 z>Rld@2pHc)!F*-I)_+I=^OSd6NeAL+`jT}Ubn8Ob)=kC3Mm0eB()!ubzcsuoY^DJu zX*Oh_!p^pGXEQMqL_^Y;^)4>>lehyMQP2uA(~Yq*OHtfYTum7~PNw553nHgw<*Wwx zSI)3~wNBfOTe{WHpw1K`647eNE@VCsDekqBpCq@zJhd!JgUnjI<6ayE4e!d>yNWEx zhSIBCDDbX|aTBe0J~C_ZmN2ukc1R?0*XZ7B zl#R`;ST>Xd%^<{#=way_GB{5;+pgaZs`$O09+vC4Nr|)&yd5VArXdk$-?I6UTXAzH zAOu*hq&>f@*xd?}hPT^B>~5ZBirAIqVgJN6go>CjXd+J+Yq#>zvY4{lFk^8M@U7iX z1_;bWuU5m`6Hntr3NZe(U);obriTcLjO`km#c?0E^Paa?DN-ueqZO4Q*^t5#zMPit z?Uz(|V>Qhl^~PfU74NE5H1y2M40J(sK;T%6Sj5t9U?%-$o4!$C|19D%8~ zkDzGN$tjZK7Pl_$7o!dCF}@&Mc59k0mbw-2X=W~jsy?GS!8T(eE6J=@Z6m7F)W)js z(`6l;`RVg=sJc-vv0SU*z9HS8nkwD51Zh)19~~fHEm_s|`_hRf$~T+_5v~Wltf+F6 zT7_ETWU~3Ni6X^jUY|yW5FSqTtzydUD@T-w3rbZ*6l|ysD9b9XeyFg?W}bvue|>6F zgywXb6=NjU_xuX!!1to`;^rV=DJimiY|g~w>&qPLsJAcf_%v2J0;ZPzk!!uOI)RW2mxwC-E7~Lq|IMLPqXDPwrL0eu79-?XtnxjX! zR*kN244w-SdE+F7%^5(Yj}qDHN(*+DTRu}JxV$W~MNHnQs+I8|LAd5}C4pvZ(7j~C z1tTLHw{GH!VeC7XAl7e;?c|Nm#Pdowz40ob;j@bRbR4Ic%|JfVo>!1^b)JpnEn9Ba$2SA6cqvorUKt+qwrGa#sQBi3Z! zYDIl;g`Ih>otnRkCY~r;WtF@tgpX^t}nf zM7xMdy&!7A5!42MbxZDdn8zsTcDxbM*9Viv<_B4fduh}^&!v|}DVsW+#jBcwb@e92 zrctGD6JE@8X{GNz(8pyemIZ#-j#C;cjFKjI!l-Qr3ZprwguOjVi*T|dXVUcHm^{D? zGx;5{R*x}bp0^st6uv;&cYvc@mcZB&J{Sn!U|UGTuu9o*YMQCt+t9Jz(TF~lQG|cX- ze3k?~3% z?z4Owb?^^FL+w?FElNKc9^WbdQ+7)?I6_2SC5bKAdu`mc zZgsmQ!R6H})TUOg{ittaO+$Sp4!2DCORETuC#CDs%mV@WRhCjXKkd-a#nmYlo5`!z zZK(N9J5@6HR?g5`5&jb&2p!fDk%;&+ct{)WS*Fq^RBZXzwe8vBm7b$)<>PUo zNg4xruCN;QTux!8I{tKdZMSeRL(e$_65}+5>0Y79M(LX;I^b{;BJJ|J?-f=Tw#qAP zKk-C|w=apcRXe=9HGEx=Xj@>^v}`fEX1{e1!+X=|ur+*HKAjFv#G_`-zH26icPcj1 zcX$^%GitVsY<~Ul$OXfjFEm@u8{NF++>tFKBXk_zAIyasb6LMF=b6o0Mn}#+cZA=X zJ>=ZO6Nw+CqziE}O16-}@?DruzvY{)UEN;Va<>h%`4T>frgIiQJVBTnHG8m-+>b(R zXTwaE^+q>snxCIyL1jcfMq-h26A{hJ#jYj!&SFgyWQ zM@<$S%r^BpR7n@hStV$~wreM@7`|xGPjjK(!Y}F^M*Ha$chYmc-m-RCbr&?lyI1$?|nmF|? z3$k|HCYCFa=lH>pOcE`^b`lPmHZC<%qE05dcobJgXo5=T!^-q_<--rl?UZbKcHtho zd5L&J_CwjVC`Zz12h*wac&hm-N$_ns_u#~1JZN)1(@zy6oE9)k5E53O!PI`b-P>J~ z#UzD7MgewbK{eshtZxrJu9gLc#HEM>gpS|K{KZG(*1|Eb zc(Ky6ig>%mN=1rk(YNBt9H$XW4??Pb)k%n-O!_OTNI7EJ6J5#h99bXQ7mlH6KCTnl zO)h?pEscdcz40C;Nn5(G@B#D%y;wNh^1E_673b$d_|E4t?L76ytK}~~8nQj+XLF%y zd3m`}Z}Gk`kBOaG&Phm4W)#87N&nEo;ncKo@GW1*B>pBY+gP8jM+agWTydP)ArF;S z;xx1cg#NRC%wVGJ#~Wm&%otrc?aDTZV_D6q8%M9WLUzPr zJ0y4TqF0U>Qm3bWPDa8ytY)L#T$W2-`6#7Wrj9R5yD4pU#e)^T&)JTj{O%6zMOa3RFx&=W)>5Jj^mf=l!4IB+ZC6c zuVj49Z96`HRO`AGU>EVvomlVRPA@lQi*V-sPQ!)j$;tIxCUME<8LJ zI3ExZ_*iz`nHiq7B&$69MQ0{U#QK3jg=6jjCBgppDL23c;d>U2)yR12 z&&>pTQU*VcSCQ{>j+|(hPmA>>$+3yp*vI?f&SlEoFj+jRz1})4lxUTZN_w}i)_J=b zEHafQ2g~^B)=KFhTaZSl+M~kREgo%)vt_B;MjA2aghb=8SCWYZtssGhcU`~T!h?Gg zvNS?EetUNjoV>A|^NhlU*A8NAgcuyfa0+AEakm%d9E{+gQ;H+y0hO|A+=6+;S(n!+ zW6c+dyJn`I#j~#&&G{EI!C-%%oX`Qz(7afoj1z4)` z@bSuoZRB^E((%uImvSh%UiL-#W?9w%yV7=!6O#sTI7C*>dgPP+Fzs7CSbQ{)pHOBQ zHAB|satTVJRlCUz*ZQH$rJ~|zV1k^c-$gk&;7jAk?})0j-RDn12(9HN!bYo;1Bu|g z%#MtDMr1iP^C#Jkf#X)DrjI~o3H1s7pNc1J!7Ds{tFMck+HBxKoUzZ6nAOKOt=#HZ z&R!A>=$TwHlSL5whRiHG5D|Yq)~0xuFVnIpo5>y;MIV{YpIaQnQEu9Es z%j8I_2@Ch*mQ^$8)n}EimyA{7%!FhZN;R$aaA7UF$|YCuZ=;@e8xR%iOvw+ESSLuO zN?;}f3#qa(CGAx{h;KCsp2sI9#9lf|84*gAAI$3V;4%*C{-3-h=s-jO_ZZo?To`9VAyHttTkpDO9DE$xmxp0pJd; zLb*X-?ze~-ZKrUo57VpCBd$BzhgFbgOqi4L2z9EZR8{Usz)cCIw$NEJ>pdJsmb#%z z+ZMh!vsDhM2D>h3m933c!LM{kg)t^_v)(SgAvr>Om0Poci2Jh6#b#vvSt1~zE-LnN z*o9IliQ7>Hq)6tzcPzj>TBOA`6n0$#Imqquvj*X0aA;NA|EWl}J4Lk}SH*q^^H=xB zQ6493>r=~<)VLBEI;ggWUg^aLAh=m9hT~ zk;LWJoxr6xDob+Pg_y3(sEMjBc-FHp#}uay%u*K46br2G__PB}PTX!5bm=d=tI_Gq z^tgw-Vq3l)S;|S*23EDkZWxrefPyt-{ys{K|itnpZpz7mXcZ{pX zKwCcP<}4)yEbiOAK=}-UT3IxYdM;gxae#e9UEL~, 2011 +# lauris , 2011 +# Matas Dailyda , 2015-2016 +# Nikolajus Krauklis , 2013 +# Simonas Kazlauskas , 2012-2013 +# sirex , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-23 12:04+0000\n" +"Last-Translator: Matas Dailyda \n" +"Language-Team: Lithuanian (http://www.transifex.com/django/django/language/" +"lt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: lt\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" +"%100<10 || n%100>=20) ? 1 : 2);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Sėkmingai ištrinta %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Ištrinti %(name)s negalima" + +msgid "Are you sure?" +msgstr "Ar esate tikras?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Ištrinti pasirinktus %(verbose_name_plural)s " + +msgid "Administration" +msgstr "Administravimas" + +msgid "All" +msgstr "Visi" + +msgid "Yes" +msgstr "Taip" + +msgid "No" +msgstr "Ne" + +msgid "Unknown" +msgstr "Nežinomas" + +msgid "Any date" +msgstr "Betkokia data" + +msgid "Today" +msgstr "Šiandien" + +msgid "Past 7 days" +msgstr "Paskutinės 7 dienos" + +msgid "This month" +msgstr "Šį mėnesį" + +msgid "This year" +msgstr "Šiais metais" + +msgid "No date" +msgstr "Nėra datos" + +msgid "Has date" +msgstr "Turi datą" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Prašome įvesti tinkamą personalo paskyros %(username)s ir slaptažodį. " +"Atminkite, kad abu laukeliai yra jautrūs raidžių dydžiui." + +msgid "Action:" +msgstr "Veiksmas:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Pridėti dar viena %(verbose_name)s" + +msgid "Remove" +msgstr "Pašalinti" + +msgid "action time" +msgstr "veiksmo laikas" + +msgid "user" +msgstr "vartotojas" + +msgid "content type" +msgstr "turinio tipas" + +msgid "object id" +msgstr "objekto id" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "objekto repr" + +msgid "action flag" +msgstr "veiksmo žymė" + +msgid "change message" +msgstr "pakeisti žinutę" + +msgid "log entry" +msgstr "log įrašas" + +msgid "log entries" +msgstr "log įrašai" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "„%(object)s“ pridėti." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "Pakeisti „%(object)s“ - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "„%(object)s“ ištrinti." + +msgid "LogEntry Object" +msgstr "LogEntry objektas" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "Pridėtas {name} \"{object}\"." + +msgid "Added." +msgstr "Pridėta." + +msgid "and" +msgstr "ir" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "Pakeisti {fields} arba {name} \"{object}\"." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "Pakeisti {fields}." + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "Pašalintas {name} \"{object}\"." + +msgid "No fields changed." +msgstr "Nei vienas laukas nepakeistas" + +msgid "None" +msgstr "None" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" +"Nuspauskite \"Control\", arba \"Command\" Mac kompiuteriuose, kad pasirinkti " +"daugiau nei vieną." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" +"{name} \"{obj}\" buvo sėkmingai pridėtas. Galite jį vėl redaguoti žemiau." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" +"{name} \"{obj}\" buvo sėkmingai pridėtas. Galite pridėti kitą {name} žemiau." + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "{name} \"{obj}\" buvo sėkmingai pridėtas." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "{name} \"{obj}\" buvo sėkmingai pakeistas. Galite jį koreguoti žemiau." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" +"{name} \"{obj}\" buvo sėkmingai pakeistas. Galite pridėti kitą {name} žemiau." + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "{name} \"{obj}\" buvo sėkmingai pakeistas." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Įrašai turi būti pasirinkti, kad būtų galima atlikti veiksmus. Įrašai " +"pakeisti nebuvo." + +msgid "No action selected." +msgstr "Veiksmai atlikti nebuvo." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "%(name)s \"%(obj)s\" sėkmingai ištrintas." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "Įrašas %(name)s su pirminiu raktu %(key)r neegzistuoja." + +#, python-format +msgid "Add %s" +msgstr "Pridėti %s" + +#, python-format +msgid "Change %s" +msgstr "Pakeisti %s" + +msgid "Database error" +msgstr "Duomenų bazės klaida" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s sėkmingai pakeistas." +msgstr[1] "%(count)s %(name)s sėkmingai pakeisti." +msgstr[2] "%(count)s %(name)s " + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s pasirinktas" +msgstr[1] "%(total_count)s pasirinkti" +msgstr[2] "Visi %(total_count)s pasirinkti" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 iš %(cnt)s pasirinkta" + +#, python-format +msgid "Change history: %s" +msgstr "Pakeitimų istorija: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"%(class_name)s %(instance)s šalinimas reikalautų pašalinti apsaugotus " +"susijusius objektus: %(related_objects)s" + +msgid "Django site admin" +msgstr "Django tinklalapio administravimas" + +msgid "Django administration" +msgstr "Django administravimas" + +msgid "Site administration" +msgstr "Tinklalapio administravimas" + +msgid "Log in" +msgstr "Prisijungti" + +#, python-format +msgid "%(app)s administration" +msgstr "%(app)s administravimas" + +msgid "Page not found" +msgstr "Puslapis nerastas" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Atsiprašome, bet prašytas puslapis nerastas." + +msgid "Home" +msgstr "Pradinis" + +msgid "Server error" +msgstr "Serverio klaida" + +msgid "Server error (500)" +msgstr "Serverio klaida (500)" + +msgid "Server Error (500)" +msgstr "Serverio klaida (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Netikėta klaida. Apie ją buvo pranešta administratoriams el. paštu ir ji " +"turėtų būti greitai sutvarkyta. Dėkui už kantrybę." + +msgid "Run the selected action" +msgstr "Vykdyti pasirinktus veiksmus" + +msgid "Go" +msgstr "Vykdyti" + +msgid "Click here to select the objects across all pages" +msgstr "Spauskite čia norėdami pasirinkti visus įrašus" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Pasirinkti visus %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Atstatyti į pradinę būseną" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Pirmiausia įveskite naudotojo vardą ir slaptažodį. Tada galėsite keisti " +"daugiau naudotojo nustatymų." + +msgid "Enter a username and password." +msgstr "Įveskite naudotojo vardą ir slaptažodį." + +msgid "Change password" +msgstr "Keisti slaptažodį" + +msgid "Please correct the error below." +msgstr "Ištaisykite žemiau esancias klaidas." + +msgid "Please correct the errors below." +msgstr "Ištaisykite žemiau esančias klaidas." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Įveskite naują slaptažodį naudotojui %(username)s." + +msgid "Welcome," +msgstr "Sveiki," + +msgid "View site" +msgstr "Peržiūrėti tinklalapį" + +msgid "Documentation" +msgstr "Dokumentacija" + +msgid "Log out" +msgstr "Atsijungti" + +#, python-format +msgid "Add %(name)s" +msgstr "Naujas %(name)s" + +msgid "History" +msgstr "Istorija" + +msgid "View on site" +msgstr "Matyti tinklalapyje" + +msgid "Filter" +msgstr "Filtras" + +msgid "Remove from sorting" +msgstr "Pašalinti iš rikiavimo" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Rikiavimo prioritetas: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Perjungti rikiavimą" + +msgid "Delete" +msgstr "Ištrinti" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Trinant %(object_name)s '%(escaped_object)s' turi būti ištrinti ir susiję " +"objektai, bet tavo vartotojas neturi teisių ištrinti šių objektų:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Ištrinant %(object_name)s '%(escaped_object)s' būtų ištrinti šie apsaugoti " +"ir susiję objektai:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Ar este tikri, kad norite ištrinti %(object_name)s \"%(escaped_object)s\"? " +"Visi susiję objektai bus ištrinti:" + +msgid "Objects" +msgstr "Objektai" + +msgid "Yes, I'm sure" +msgstr "Taip, esu tikras" + +msgid "No, take me back" +msgstr "Ne, grįžti atgal" + +msgid "Delete multiple objects" +msgstr "Ištrinti kelis objektus" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Ištrinant pasirinktą %(objects_name)s būtų ištrinti susiję objektai, tačiau " +"jūsų vartotojas neturi reikalingų teisių ištrinti šiuos objektų tipus:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Ištrinant pasirinktus %(objects_name)s būtų ištrinti šie apsaugoti ir susiję " +"objektai:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Ar esate tikri, kad norite ištrinti pasirinktus %(objects_name)s? Sekantys " +"pasirinkti bei susiję objektai bus ištrinti:" + +msgid "Change" +msgstr "Pakeisti" + +msgid "Delete?" +msgstr "Ištrinti?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " Pagal %(filter_title)s " + +msgid "Summary" +msgstr "Santrauka" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "%(name)s aplikacijos modeliai" + +msgid "Add" +msgstr "Pridėti" + +msgid "You don't have permission to edit anything." +msgstr "Neturite teisių ką nors keistis." + +msgid "Recent actions" +msgstr "Paskutiniai veiksmai" + +msgid "My actions" +msgstr "Mano veiksmai" + +msgid "None available" +msgstr "Nėra prieinamų" + +msgid "Unknown content" +msgstr "Nežinomas turinys" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Kažkas yra negerai su jūsų duomenų bazės instaliacija. Įsitikink, kad visos " +"reikalingos lentelės sukurtos ir vartotojas turi teises skaityti duomenų " +"bazę." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Jūs esate prisijungęs kaip %(username)s, bet neturite teisių patekti į šį " +"puslapį. Ar norėtumete prisijungti su kitu vartotoju?" + +msgid "Forgotten your password or username?" +msgstr "Pamiršote slaptažodį ar vartotojo vardą?" + +msgid "Date/time" +msgstr "Data/laikas" + +msgid "User" +msgstr "Naudotojas" + +msgid "Action" +msgstr "Veiksmas" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Šis objektas neturi pakeitimų istorijos. Tikriausiai jis buvo pridėtas ne " +"per administravimo puslapį." + +msgid "Show all" +msgstr "Rodyti visus" + +msgid "Save" +msgstr "Išsaugoti" + +msgid "Popup closing..." +msgstr "Langas užsidaro..." + +#, python-format +msgid "Change selected %(model)s" +msgstr "Keisti pasirinktus %(model)s" + +#, python-format +msgid "Add another %(model)s" +msgstr "Pridėti dar vieną %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Pašalinti pasirinktus %(model)s" + +msgid "Search" +msgstr "Ieškoti" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s rezultatas" +msgstr[1] "%(counter)s rezultatai" +msgstr[2] "%(counter)s rezultatai" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s iš viso" + +msgid "Save as new" +msgstr "Išsaugoti kaip naują" + +msgid "Save and add another" +msgstr "Išsaugoti ir pridėti naują" + +msgid "Save and continue editing" +msgstr "Išsaugoti ir tęsti redagavimą" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Dėkui už šiandien tinklalapyje turiningai praleistą laiką." + +msgid "Log in again" +msgstr "Prisijungti dar kartą" + +msgid "Password change" +msgstr "Slaptažodžio keitimas" + +msgid "Your password was changed." +msgstr "Jūsų slaptažodis buvo pakeistas." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Saugumo sumetimais įveskite seną slaptažodį ir tada du kartus naują, kad " +"įsitikinti, jog nesuklydote rašydamas" + +msgid "Change my password" +msgstr "Keisti mano slaptažodį" + +msgid "Password reset" +msgstr "Slaptažodžio atstatymas" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Jūsų slaptažodis buvo išsaugotas. Dabas galite prisijungti." + +msgid "Password reset confirmation" +msgstr "Slaptažodžio atstatymo patvirtinimas" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Įveskite naująjį slaptažodį du kartus, taip užtikrinant, jog nesuklydote " +"rašydami." + +msgid "New password:" +msgstr "Naujasis slaptažodis:" + +msgid "Confirm password:" +msgstr "Slaptažodžio patvirtinimas:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Slaptažodžio atstatymo nuoroda buvo negaliojanti, nes ji tikriausiai jau " +"buvo panaudota. Prašykite naujo slaptažodžio pakeitimo." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Jei egzistuoja vartotojas su jūsų įvestu elektroninio pašto adresu, " +"išsiųsime jums slaptažodžio nustatymo instrukcijas . Instrukcijas turėtumėte " +"gauti netrukus." + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Jei el. laiško negavote, prašome įsitikinti ar įvedėte tą el. pašto adresą " +"kuriuo registravotės ir patikrinkite savo šlamšto aplanką." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Jūs gaunate šį laišką nes prašėte paskyros slaptažodžio atkūrimo " +"%(site_name)s svetainėje." + +msgid "Please go to the following page and choose a new password:" +msgstr "Prašome eiti į šį puslapį ir pasirinkti naują slaptažodį:" + +msgid "Your username, in case you've forgotten:" +msgstr "Jūsų naudotojo vardas, jei netyčia jį užmiršote:" + +msgid "Thanks for using our site!" +msgstr "Dėkui, kad naudojatės mūsų tinklalapiu!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s komanda" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"Pamiršote slaptažodį? Įveskite savo el. pašto adresą ir mes išsiųsime laišką " +"su instrukcijomis kaip nustatyti naują slaptažodį." + +msgid "Email address:" +msgstr "El. pašto adresas:" + +msgid "Reset my password" +msgstr "Atstatyti slaptažodį" + +msgid "All dates" +msgstr "Visos datos" + +#, python-format +msgid "Select %s" +msgstr "Pasirinkti %s" + +#, python-format +msgid "Select %s to change" +msgstr "Pasirinkite %s kurį norite keisti" + +msgid "Date:" +msgstr "Data:" + +msgid "Time:" +msgstr "Laikas:" + +msgid "Lookup" +msgstr "Paieška" + +msgid "Currently:" +msgstr "Šiuo metu:" + +msgid "Change:" +msgstr "Pakeisti:" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/lt/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/lt/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..d8578bc69679252306140cb0b17f9765dc0f109d GIT binary patch literal 4934 zcmb`LUu+yl9mfY6pmm|pLZLt@(?Fbr_|A7uNyDWM^`F?pv17|V5-P#N-0k>oe7ifV znb~trDrzJYkU&KO3MLhx8Xl0y1LaRE5S819J0$){MSUpnQb7gu6(o=lPkev7bM_@M zNmR1(>}O}@H^2GKZ+`RJJ->3-p06`p51`zO^4uF3n*~383vRg1?P2Ueumips{E_F+ zz&D}(ys!7bx1#=AU;m@$pTM`F{WZ^jdESD-LukJfybZh;{2(|C4udn`tzhKY25J7s zK&W7!2j2pI$=AQ;`Arai?Ay4}621qLp6`P+?rHE-;4@$qyaP(9zYdao2$J3e#2-6{ z8`=37NOpb^Bt1`nPkaY0vKYjgH81XK&-v_=MJPiIGdo>4s2KBvgK1^ZfL9*iuAldOa2od%T5USXw z=Oy3%40tEnUjXj{U-JAb_zu+n4c-CXhD|&I-UCj8iy)T9zUuj;=XX7S0FpgF2FaeE zgEas1zWyta?0XTs9sGmmU%)@3{&&xpFgcC;>DzNXTOjG}g0!yRfMn;(Aj!Q3lHPxS zzX1OOJ_kMvA?mkSEZOr}a31`eum27_kNV5tm%+1e#v=GP@QvURY!ckfJ_b_#n6DrA zeAsi+bK3JB$kH{IBfHaj>4Ixn5#>E7!zlNo(DmLNS)9?H(?vG#M}c|lJ`}Qnu0uI8 zpU`8$*U2|@eFTN}=>t^3MZThod_?_efegz_Pj z2T=B+(Dl9?Y!oCP(>bCTrVDP!&NV%M7=>aNTMLB;tPBrYu2=cK1NGS95e>5LWN^*C zBU}`tB0Itp!bDxXDQdPi(p)@4+ahRw*DNrmaK z85KIzKcNE2=0u#e&81<7&84wq3&PZ!xOdos3S!l0I(Ay?7&j*?{1KgUVQ8_usZ+y6 zQ;LB6X{BjP!)ZCi-DP3=jSKUdY^pf8A+@`Uw)0h=*6VDs?lgH|IdhZ;`HQW{#N~1; zO$b(-%5waDfy?v##4GXHhF zK)m1aNCXJ@nD#-$4T%#S!-7DyRgj7hbIUNWnQ!(ZSQDdbIHDaMYMnWMRU=a251M8%GN2Z-Z5+IDm2tcyU6C(^QdpTs1z$WxexvcZ z=qt@50HTa7G%7SgG(}4I!b2mSv)iD=gTC3JQ~H!xpN#!iSa?tA!~e1;tf? z5_5%*mC8p7rH>ZM5Aw0YmGao3(paek!NRg^E7Ey|+}L4W9;=j&9xCA)nitj;sz$^% z6i%B8Ul2}MK}OsQPe_SBrHW9mkNkk&1>aRHcY2d|tU`Dq@B0IM8%1sf>=U zudf#!=~S!o91R-HSJg-8HH?OC^x)9K$%PX;>n|5eLsL3-GKO6^nicNkIX9YwLdC}@ zCXJPD{FBw0!qFW$nrl^>!il)91LUU)KU!06+tLaT-Oy5)8W9#|w25qm$4OSTw`^U>={&8O75J&y^_!xC%Vx@=5CI0B6xg0u52O(I7;Ml=q zLo5+i85Ot4ll_;r>TUMl+B^N~^>q8!dHHCiRAQ3?&J2`g%V{H7>s@kqoE4#ppxUwt z*V`0n%PF?hH)-clImrXzx)-)PsRe#+UAxICj=)Oo_ONW3maQcCqL5*CqXj)9yoEO_ zExIKPQoy!L(x|(EX)+Bkv3R{ok z-pxv?SVS-Zfyk%38@;X6VVL9yvWQ%jz-1i-eIRfqTlikbiOUYg8U`stCnG_8X5Fuz z{|=%p&mHR3^WUNf>$Jk|Mec-2c+ggoMg`e4-NzN4apo;=U^O^YQ02#7IT60YuC~1| zeKU>kJMr}x-yeIm@x7<;dZFXUmOD~A3LedU;<^{NGY@^jAu;q* z$7Ng9-@@*NBC-Zj6rIh?cle#a+fub`)V(l5AGP!qWAUbicUw|n0-Wfy1)mv6^)@4H zLNQAXynz;M3MCsjTgl#Li?l_ZhD%$TpXszHiblAG%I#L>Nt`U_fH` zD@VMfI4_b?nV->N$%8Y_N!3U>{9&_n?~`L+0tVDDRbm7ZakjjeEwSEHY=xa-6Zk*U Fe*vUI&D;P0 literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/lt/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/lt/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..674ad2c --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/lt/LC_MESSAGES/djangojs.po @@ -0,0 +1,230 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Kostas , 2011 +# Matas Dailyda , 2015-2016 +# Povilas Balzaravičius , 2011 +# Simonas Kazlauskas , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-23 12:08+0000\n" +"Last-Translator: Matas Dailyda \n" +"Language-Team: Lithuanian (http://www.transifex.com/django/django/language/" +"lt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: lt\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" +"%100<10 || n%100>=20) ? 1 : 2);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Galimi %s" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"Tai yra sąrašas prieinamų %s. Dėžutėje žemiau pažymėdami keletą iš jų ir " +"paspausdami „Pasirinkti“ rodyklę tarp dviejų dėžučių jūs galite pasirinkti " +"keletą iš jų." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Rašykite į šią dėžutę, kad išfiltruotumėte prieinamų %s sąrašą." + +msgid "Filter" +msgstr "Filtras" + +msgid "Choose all" +msgstr "Pasirinkti visus" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Spustelėkite, kad iš karto pasirinktumėte visus %s." + +msgid "Choose" +msgstr "Pasirinkti" + +msgid "Remove" +msgstr "Pašalinti" + +#, javascript-format +msgid "Chosen %s" +msgstr "Pasirinktas %s" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"Tai yra sąrašas pasirinktų %s. Dėžutėje žemiau pažymėdami keletą iš jų ir " +"paspausdami „Pašalinti“ rodyklę tarp dviejų dėžučių jūs galite pašalinti " +"keletą iš jų." + +msgid "Remove all" +msgstr "Pašalinti visus" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Spustelėkite, kad iš karto pašalintumėte visus pasirinktus %s." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "pasirinktas %(sel)s iš %(cnt)s" +msgstr[1] "pasirinkti %(sel)s iš %(cnt)s" +msgstr[2] "pasirinkti %(sel)s iš %(cnt)s" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Turite neišsaugotų pakeitimų. Jeigu tęsite, Jūsų pakeitimai bus prarasti." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Pasirinkote veiksmą, bet dar neesate išsaugoję pakeitimų. Nuspauskite Gerai " +"norėdami išsaugoti. Jus reikės iš naujo paleisti veiksmą." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Pasirinkote veiksmą, bet neesate pakeitę laukų reikšmių. Jūs greičiausiai " +"ieškote mygtuko Vykdyti, o ne mygtuko Saugoti." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +"Pastaba: Jūsų laikrodis rodo %s valanda daugiau nei serverio laikrodis." +msgstr[1] "" +"Pastaba: Jūsų laikrodis rodo %s valandomis daugiau nei serverio laikrodis." +msgstr[2] "" +"Pastaba: Jūsų laikrodis rodo %s valandų daugiau nei serverio laikrodis." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +"Pastaba: Jūsų laikrodis rodo %s valanda mažiau nei serverio laikrodis." +msgstr[1] "" +"Pastaba: Jūsų laikrodis rodo %s valandomis mažiau nei serverio laikrodis." +msgstr[2] "" +"Pastaba: Jūsų laikrodis rodo %s valandų mažiau nei serverio laikrodis." + +msgid "Now" +msgstr "Dabar" + +msgid "Choose a Time" +msgstr "Pasirinkite laiką" + +msgid "Choose a time" +msgstr "Pasirinkite laiką" + +msgid "Midnight" +msgstr "Vidurnaktis" + +msgid "6 a.m." +msgstr "6 a.m." + +msgid "Noon" +msgstr "Vidurdienis" + +msgid "6 p.m." +msgstr "18:00" + +msgid "Cancel" +msgstr "Atšaukti" + +msgid "Today" +msgstr "Šiandien" + +msgid "Choose a Date" +msgstr "Pasirinkite datą" + +msgid "Yesterday" +msgstr "Vakar" + +msgid "Tomorrow" +msgstr "Rytoj" + +msgid "January" +msgstr "Sausis" + +msgid "February" +msgstr "Vasaris" + +msgid "March" +msgstr "Kovas" + +msgid "April" +msgstr "Balandis" + +msgid "May" +msgstr "Gegužė" + +msgid "June" +msgstr "Birželis" + +msgid "July" +msgstr "Liepa" + +msgid "August" +msgstr "Rugpjūtis" + +msgid "September" +msgstr "Rugsėjis" + +msgid "October" +msgstr "Spalis" + +msgid "November" +msgstr "Lapkritis" + +msgid "December" +msgstr "Gruodis" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "S" + +msgctxt "one letter Monday" +msgid "M" +msgstr "P" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "A" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "T" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "K" + +msgctxt "one letter Friday" +msgid "F" +msgstr "Pn" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "Š" + +msgid "Show" +msgstr "Parodyti" + +msgid "Hide" +msgstr "Slėpti" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/lv/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/lv/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..c409be7c78ff784bfe6059b4df6da6e5990baf55 GIT binary patch literal 9301 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 literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/lv/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/lv/LC_MESSAGES/django.po new file mode 100644 index 0000000..fc72d17 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/lv/LC_MESSAGES/django.po @@ -0,0 +1,652 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# edgars , 2011 +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 09:09+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Latvian (http://www.transifex.com/django/django/language/" +"lv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: lv\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Veiksmīgi izdzēsti %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "" + +msgid "Are you sure?" +msgstr "Vai esat pārliecināts?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Izdzēst izvēlēto %(verbose_name_plural)s" + +msgid "Administration" +msgstr "" + +msgid "All" +msgstr "Visi" + +msgid "Yes" +msgstr "Jā" + +msgid "No" +msgstr "Nē" + +msgid "Unknown" +msgstr "Nezināms" + +msgid "Any date" +msgstr "Jebkurš datums" + +msgid "Today" +msgstr "Šodien" + +msgid "Past 7 days" +msgstr "Pēdējās 7 dienas" + +msgid "This month" +msgstr "Šomēnes" + +msgid "This year" +msgstr "Šogad" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" + +msgid "Action:" +msgstr "Darbība:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Pievienot vēl %(verbose_name)s" + +msgid "Remove" +msgstr "Dzēst" + +msgid "action time" +msgstr "darbības laiks" + +msgid "user" +msgstr "" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "objekta id" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "objekta attēlojums" + +msgid "action flag" +msgstr "darbības atzīme" + +msgid "change message" +msgstr "izmaiņas teksts" + +msgid "log entry" +msgstr "žurnāla ieraksts" + +msgid "log entries" +msgstr "žurnāla ieraksti" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "" + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "" + +msgid "LogEntry Object" +msgstr "" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "" + +msgid "and" +msgstr "un" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "Lauki nav izmainīti" + +msgid "None" +msgstr "nekas" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "Lai veiktu darbību, jāizvēlas rindas. Rindas nav izmainītas." + +msgid "No action selected." +msgstr "Nav izvēlēta darbība." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "%(name)s \"%(obj)s\" sekmīgi izdzēsts." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "%(name)s objekts ar primāro atslēgu %(key)r neeksistē." + +#, python-format +msgid "Add %s" +msgstr "Pievienot %s" + +#, python-format +msgid "Change %s" +msgstr "Labot %s" + +msgid "Database error" +msgstr "Datubāzes kļūda" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s ir laboti sekmīgi" +msgstr[1] "%(count)s %(name)s ir sekmīgi rediģēts" +msgstr[2] "%(count)s %(name)s ir sekmīgi rediģēti." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s izvēlēti" +msgstr[1] "%(total_count)s izvēlēts" +msgstr[2] "%(total_count)s izvēlēti" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 no %(cnt)s izvēlēti" + +#, python-format +msgid "Change history: %s" +msgstr "Izmaiņu vēsture: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +msgid "Django site admin" +msgstr "Django administrācijas lapa" + +msgid "Django administration" +msgstr "Django administrācija" + +msgid "Site administration" +msgstr "Lapas administrācija" + +msgid "Log in" +msgstr "Pieslēgties" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "Lapa nav atrasta" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Atvainojiet, pieprasītā lapa neeksistē." + +msgid "Home" +msgstr "Sākums" + +msgid "Server error" +msgstr "Servera kļūda" + +msgid "Server error (500)" +msgstr "Servera kļūda (500)" + +msgid "Server Error (500)" +msgstr "Servera kļūda (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +msgid "Run the selected action" +msgstr "Izpildīt izvēlēto darbību" + +msgid "Go" +msgstr "Aiziet!" + +msgid "Click here to select the objects across all pages" +msgstr "Spiest šeit, lai iezīmētu objektus no visām lapām" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Izvēlēties visus %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Atcelt iezīmēto" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Vispirms ievadiet lietotāja vārdu un paroli. Tad varēsiet labot pārējos " +"lietotāja uzstādījumus." + +msgid "Enter a username and password." +msgstr "" + +msgid "Change password" +msgstr "Paroles maiņa" + +msgid "Please correct the error below." +msgstr "Lūdzu, izlabojiet kļūdas zemāk." + +msgid "Please correct the errors below." +msgstr "" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Ievadiet jaunu paroli lietotājam %(username)s." + +msgid "Welcome," +msgstr "Sveicināti," + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "Dokumentācija" + +msgid "Log out" +msgstr "Atslēgties" + +#, python-format +msgid "Add %(name)s" +msgstr "Pievienot %(name)s" + +msgid "History" +msgstr "Vēsture" + +msgid "View on site" +msgstr "Apskatīt lapā" + +msgid "Filter" +msgstr "Filtrs" + +msgid "Remove from sorting" +msgstr "" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "" + +msgid "Toggle sorting" +msgstr "" + +msgid "Delete" +msgstr "Dzēst" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Izdzēšot objektu %(object_name)s '%(escaped_object)s', tiks dzēsti visi " +"saistītie objekti, bet jums nav tiesību dzēst sekojošus objektu tipus:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Vai esat pārliecināts, ka vēlaties dzēst %(object_name)s \"%(escaped_object)s" +"\"? Tiks dzēsti arī sekojoši saistītie objekti:" + +msgid "Objects" +msgstr "" + +msgid "Yes, I'm sure" +msgstr "Jā, esmu pārliecināts" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "Dzēst vairākus objektus" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" + +msgid "Change" +msgstr "Izmainīt" + +msgid "Delete?" +msgstr "Dzēst?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " Pēc %(filter_title)s " + +msgid "Summary" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "" + +msgid "Add" +msgstr "Pievienot" + +msgid "You don't have permission to edit anything." +msgstr "Jums nav tiesības neko labot." + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "Nav pieejams" + +msgid "Unknown content" +msgstr "Nezināms saturs" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Problēma ar datubāzes instalāciju. Pārliecinieties, ka attiecīgās tabulas ir " +"izveidotas un attiecīgajam lietotājam ir tiesības tai piekļūt." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "" + +msgid "Date/time" +msgstr "Datums/laiks" + +msgid "User" +msgstr "Lietotājs" + +msgid "Action" +msgstr "Darbība" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Šim objektam nav izmaiņu vēstures. Tas visdrīzāk netika pievienots, " +"izmantojot šo administrācijas rīku." + +msgid "Show all" +msgstr "Rādīt visu" + +msgid "Save" +msgstr "Saglabāt" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Search" +msgstr "Meklēt" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "kopā - %(full_result_count)s" + +msgid "Save as new" +msgstr "Saglabāt kā jaunu" + +msgid "Save and add another" +msgstr "Saglabāt un pievienot vēl vienu" + +msgid "Save and continue editing" +msgstr "Saglabāt un turpināt labošanu" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Paldies par pavadīto laiku mājas lapā." + +msgid "Log in again" +msgstr "Pieslēgties vēlreiz" + +msgid "Password change" +msgstr "Paroles maiņa" + +msgid "Your password was changed." +msgstr "Jūsu parole tika nomainīta." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Drošības nolūkos ievadiet veco paroli un pēc tam ievadiet jauno paroli " +"divreiz, lai varētu pārbaudīt, ka tā ir uzrakstīta pareizi." + +msgid "Change my password" +msgstr "Nomainīt manu paroli" + +msgid "Password reset" +msgstr "Paroles pārstatīšana(reset)" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Jūsu parole ir uzstādīta. Varat pieslēgties." + +msgid "Password reset confirmation" +msgstr "Paroles pārstatīšanas apstiprinājums" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Lūdzu ievadiet jauno paroli divreiz, lai varētu pārbaudīt, ka tā ir " +"uzrakstīta pareizi." + +msgid "New password:" +msgstr "Jaunā parole:" + +msgid "Confirm password:" +msgstr "Apstiprināt paroli:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Paroles pārstatīšanas saite bija nekorekta, iespējams, tā jau ir izmantota. " +"Lūdzu pieprasiet paroles pārstatīšanu vēlreiz." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" + +msgid "Please go to the following page and choose a new password:" +msgstr "Lūdzu apmeklējiet sekojošo lapu un ievadiet jaunu paroli:" + +msgid "Your username, in case you've forgotten:" +msgstr "Jūsu lietotājvārds, ja gadījumā tas ir aizmirsts:" + +msgid "Thanks for using our site!" +msgstr "Paldies par mūsu lapas lietošanu!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s komanda" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" + +msgid "Email address:" +msgstr "" + +msgid "Reset my password" +msgstr "Paroles pārstatīšana" + +msgid "All dates" +msgstr "Visi datumi" + +#, python-format +msgid "Select %s" +msgstr "Izvēlēties %s" + +#, python-format +msgid "Select %s to change" +msgstr "Izvēlēties %s, lai izmainītu" + +msgid "Date:" +msgstr "Datums:" + +msgid "Time:" +msgstr "Laiks:" + +msgid "Lookup" +msgstr "Pārlūkot" + +msgid "Currently:" +msgstr "" + +msgid "Change:" +msgstr "" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/lv/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/lv/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..339949e7707e8bbd49b11c6597fd1c1a60fe2adc GIT binary patch literal 2214 zcmb7_O>7%Q6vr1RU*@}j1QJNEhcv0$b#_zwAqP|1&_ddTM2TC}3)0v-w#VL`F*CDH z6S(A3PL+@fm!7ELfRqzQE=WkWkb2?F1o_kVB3liv;= z_$t8jD&9Bn4)DH-H+=*jJimjdz`NiR;OmbD!LuNNY=_`;;9Fn`JO@4vt`_4Tfd^oJ z3_b-m3OfZKgZ&A}e)6LKGw^ZPyCBd19AtlAfVaR~;FsVDEbf7Kz#pJ(5kaoP{tJtF z{TiG;16~H%zrg1p*alw$KLt6D8zBCITLo`}9QQl$1@L>2{rvlM7b50i)Evlf0h7mg3Nqq@Baay-s~ z^-P}U(ct~yz2JOuZBaTdyX672&qlpgL@G^Pm*hv!QtQ?%}3zdp`Drv?AOF}nf z8Z5PqagqdimC319@D2-4fsXbatvNLQ26iR!B) z7b!KBOcPfo_?)$pde+pD(>A5Xbd_#V(^&FtN$(q~=iXzn6|lJzL3w18m5j&A50{2X z_epbDITCB9;=K8%INFxJOzWu>C~YHEjV`TSBFyCVW94Z|TEZ7Ptqg5GRyHolJ)&|w z4*Bn;kcsl6{hZWfxjB-{?(QitifidXPg@ES>Jnvhz8tJu)4@3kmy_^{v<~}Hp`?TI zo6?5t8SBGU*HTG%E^oQ8W-3%#U#o>nRtnz3@IB#Wg%+atWEh=QjTWK^ z6T=PJSM2kFc?&VcQ6-L#MtDjq!uhafg?6d%##ZQ}&{{cKkvMoMy$v-m-%UqmS?Q*E z2WxaI7cCjqq{u3?B79#V@wvA5y~_Oj*49?pvq#mG*UAl(&5v`MAT5^9r~UaOrPbxt z^ZVJy<*2k|w3iyHwtGm=%WHnVmkOm9dH1c8zIwTKAw0c5k7G5Z4bSU_NpKh|bh@tm zRAzH={$FeXv*0ap?J1HlCGX;|6;joG6Xs zD0L3$c{eZ9$W>y^@V0_<+{+#gWM@a~9L;Wu7H-kOuAeRcZyByw z%QE_`b+GG@0kjRT3tVa|!@XoDCv99$$>EQXuy*Mf*BDnv5tS9^*bhC}?K;kRc-!n} ztaf@T<)RUv0V~x`A+o5$#0?9W#>EwssKGa!bEafADh!A~f;wDi&l`jJW8a9nUv^wz YlX4$}lmTY%`_(ujUHp@pXh({{-zN)_CjbBd literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/lv/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/lv/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..6302682 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/lv/LC_MESSAGES/djangojs.po @@ -0,0 +1,215 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 10:11+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Latvian (http://www.transifex.com/django/django/language/" +"lv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: lv\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Pieejams %s" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +msgid "Filter" +msgstr "Filtrs" + +msgid "Choose all" +msgstr "Izvēlēties visu" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "" + +msgid "Choose" +msgstr "" + +msgid "Remove" +msgstr "Izņemt" + +#, javascript-format +msgid "Chosen %s" +msgstr "Izvēlies %s" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" + +msgid "Remove all" +msgstr "" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s no %(cnt)s izvēlēts" +msgstr[1] "%(sel)s no %(cnt)s izvēlēti" +msgstr[2] "%(sel)s no %(cnt)s izvēlēti" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Jūs neesat saglabājis izmaiņas rediģējamiem laukiem. Ja jūs tagad " +"izpildīsiet izvēlēto darbību, šīs izmaiņas netiks saglabātas." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Jūs esat izvēlējies veikt darbību un neesat saglabājis veiktās izmaiņas. " +"Lūdzu nospiežat OK, lai saglabātu. Jums nāksies šo darbību izpildīt vēlreiz." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Jūs esat izvēlējies veikt darbību un neesat izmainījis nevienu lauku. Jūs " +"droši vien meklējat pogu 'Aiziet' nevis 'Saglabāt'." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "Now" +msgstr "Tagad" + +msgid "Choose a Time" +msgstr "" + +msgid "Choose a time" +msgstr "Izvēlieties laiku" + +msgid "Midnight" +msgstr "Pusnakts" + +msgid "6 a.m." +msgstr "06.00" + +msgid "Noon" +msgstr "Pusdienas laiks" + +msgid "6 p.m." +msgstr "" + +msgid "Cancel" +msgstr "Atcelt" + +msgid "Today" +msgstr "Šodien" + +msgid "Choose a Date" +msgstr "" + +msgid "Yesterday" +msgstr "Vakar" + +msgid "Tomorrow" +msgstr "Rīt" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "Parādīt" + +msgid "Hide" +msgstr "Slēpt" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/mk/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/mk/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..46a67468ac4b6dc6f3a845b8339fb4ebe4590d36 GIT binary patch literal 19453 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 A1poj5 literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/mk/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/mk/LC_MESSAGES/django.po new file mode 100644 index 0000000..7422c12 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/mk/LC_MESSAGES/django.po @@ -0,0 +1,683 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# dekomote , 2015 +# Jannis Leidel , 2011 +# Vasil Vangelovski , 2016 +# Vasil Vangelovski , 2013-2015 +# Vasil Vangelovski , 2011-2013 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-06-15 11:14+0000\n" +"Last-Translator: Vasil Vangelovski \n" +"Language-Team: Macedonian (http://www.transifex.com/django/django/language/" +"mk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: mk\n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Успешно беа избришани %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Не може да се избрише %(name)s" + +msgid "Are you sure?" +msgstr "Сигурни сте?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Избриши ги избраните %(verbose_name_plural)s" + +msgid "Administration" +msgstr "Администрација" + +msgid "All" +msgstr "Сите" + +msgid "Yes" +msgstr "Да" + +msgid "No" +msgstr "Не" + +msgid "Unknown" +msgstr "Непознато" + +msgid "Any date" +msgstr "Било кој датум" + +msgid "Today" +msgstr "Денеска" + +msgid "Past 7 days" +msgstr "Последните 7 дена" + +msgid "This month" +msgstr "Овој месец" + +msgid "This year" +msgstr "Оваа година" + +msgid "No date" +msgstr "Без датум" + +msgid "Has date" +msgstr "Има датум" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Ве молиме внесете ги точните %(username)s и лозинка за член на сајтот. " +"Внимавајте, двете полиња се осетливи на големи и мали букви." + +msgid "Action:" +msgstr "Акција:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Додадете уште %(verbose_name)s" + +msgid "Remove" +msgstr "Отстрани" + +msgid "action time" +msgstr "време на акција" + +msgid "user" +msgstr "корисник" + +msgid "content type" +msgstr "тип содржина" + +msgid "object id" +msgstr "идентификационен број на објект" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "репрезентација на објект" + +msgid "action flag" +msgstr "знакче за акција" + +msgid "change message" +msgstr "измени ја пораката" + +msgid "log entry" +msgstr "ставка во записникот" + +msgid "log entries" +msgstr "ставки во записникот" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "Додадено \"%(object)s\"." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "Променето \"%(object)s\" - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "Избришано \"%(object)s.\"" + +msgid "LogEntry Object" +msgstr "Запис во дневник" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "Додадено {name} \"{object}\"." + +msgid "Added." +msgstr "Додадено." + +msgid "and" +msgstr "и" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "Изменето {fields} за {name} \"{object}\"." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "Изменето {fields}." + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "Избришано {name} \"{object}\"." + +msgid "No fields changed." +msgstr "Не е изменето ниедно поле." + +msgid "None" +msgstr "Ништо" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" +"Држете го копчето \"Control\", или \"Command\" на Mac, за да изберете повеќе " +"од едно." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Мора да се одберат предмети за да се изврши акција врз нив. Ниеден предмет " +"не беше променет." + +msgid "No action selected." +msgstr "Ниедна акција не е одбрана." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "Ставаката %(name)s \"%(obj)s\" беше успешно избришана." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "Објект %(name)s со примарен клуч %(key)r не постои." + +#, python-format +msgid "Add %s" +msgstr "Додади %s" + +#, python-format +msgid "Change %s" +msgstr "Измени %s" + +msgid "Database error" +msgstr "Грешка во базата на податоци" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s ставка %(name)s беше успешно изменета." +msgstr[1] "%(count)s ставки %(name)s беа успешно изменети." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s одбран" +msgstr[1] "Сите %(total_count)s одбрани" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 од %(cnt)s избрани" + +#, python-format +msgid "Change history: %s" +msgstr "Историја на измени: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Бришењето на %(class_name)s %(instance)s бара бришење на следните заштитени " +"поврзани објекти: %(related_objects)s" + +msgid "Django site admin" +msgstr "Администрација на Џанго сајт" + +msgid "Django administration" +msgstr "Џанго администрација" + +msgid "Site administration" +msgstr "Администрација на сајт" + +msgid "Log in" +msgstr "Најава" + +#, python-format +msgid "%(app)s administration" +msgstr "Администрација на %(app)s" + +msgid "Page not found" +msgstr "Страницата не е најдена" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Се извинуваме, но неможе да ја најдеме страницата која ја баравте." + +msgid "Home" +msgstr "Дома" + +msgid "Server error" +msgstr "Грешка со серверот" + +msgid "Server error (500)" +msgstr "Грешка со серверот (500)" + +msgid "Server Error (500)" +msgstr "Грешка со серверот (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Се случи грешка. Администраторите на сајтот се известени и треба да биде " +"брзо поправена. Ви благодариме за вашето трпение." + +msgid "Run the selected action" +msgstr "Изврши ја избраната акција" + +msgid "Go" +msgstr "Оди" + +msgid "Click here to select the objects across all pages" +msgstr "Кликнете тука за да изберете објекти низ сите страници" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Избери ги сите %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Откажи го изборот" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Прво, внесете корисничко име и лозинка. Потоа ќе можете да уредувате повеќе " +"кориснички опции." + +msgid "Enter a username and password." +msgstr "Внесете корисничко име и лозинка." + +msgid "Change password" +msgstr "Промени лозинка" + +msgid "Please correct the error below." +msgstr "Ве молам поправете ги грешките подолу." + +msgid "Please correct the errors below." +msgstr "Ве молам поправете ги грешките подолу." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Внесете нова лозинка за корисникот %(username)s." + +msgid "Welcome," +msgstr "Добредојдовте," + +msgid "View site" +msgstr "Посети го сајтот" + +msgid "Documentation" +msgstr "Документација" + +msgid "Log out" +msgstr "Одјава" + +#, python-format +msgid "Add %(name)s" +msgstr "Додади %(name)s" + +msgid "History" +msgstr "Историја" + +msgid "View on site" +msgstr "Погледни на сајтот" + +msgid "Filter" +msgstr "Филтер" + +msgid "Remove from sorting" +msgstr "Отстрани од сортирање" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Приоритет на сортирање: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Вклучи/исклучи сортирање" + +msgid "Delete" +msgstr "Избриши" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Бришење на %(object_name)s '%(escaped_object)s' ќе резултира со бришење на " +"поврзаните објекти, но со вашата сметка немате доволно привилегии да ги " +"бришете следните типови на објекти:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Бришење на %(object_name)s '%(escaped_object)s' ќе резултира со бришење на " +"следниве заштитени објекти:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Сигурне сте дека сакате да ги бришете %(object_name)s „%(escaped_object)s“? " +"Сите овие ставки ќе бидат избришани:" + +msgid "Objects" +msgstr "Предмети" + +msgid "Yes, I'm sure" +msgstr "Да, сигурен сум" + +msgid "No, take me back" +msgstr "Не, врати ме назад" + +msgid "Delete multiple objects" +msgstr "Избриши повеќе ставки" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Бришење на избраните %(objects_name)s ќе резултира со бришење на поврзани " +"објекти, но немате одобрување да ги избришете следниве типови објекти:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Бришење на избраните %(objects_name)s бара бришење на следните поврзани " +"објекти кои се заштитени:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Дали сте сигурни дека сакате да го избришете избраниот %(objects_name)s? " +"Сите овие објекти и оние поврзани со нив ќе бидат избришани:" + +msgid "Change" +msgstr "Измени" + +msgid "Delete?" +msgstr "Избриши?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " Според %(filter_title)s " + +msgid "Summary" +msgstr "Резиме" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Модели во %(name)s апликација" + +msgid "Add" +msgstr "Додади" + +msgid "You don't have permission to edit anything." +msgstr "Немате дозвола ништо да уредува." + +msgid "Recent actions" +msgstr "Последни акции" + +msgid "My actions" +msgstr "Мои акции" + +msgid "None available" +msgstr "Ништо не е достапно" + +msgid "Unknown content" +msgstr "Непозната содржина" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Нешто не е во ред со инсталацијата на базата на податоци. Потврдете дека " +"соодветни табели во базата се направени и потврдете дека базата може да биде " +"прочитана од соодветниот корисник." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Најавени сте како %(username)s, но не сте авторизирани да пристапите до " +"оваа страна. Сакате ли да се најавите како друг корисник?" + +msgid "Forgotten your password or username?" +msgstr "Ја заборавивте вашата лозинка или корисничко име?" + +msgid "Date/time" +msgstr "Датум/час" + +msgid "User" +msgstr "Корисник" + +msgid "Action" +msgstr "Акција" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Овој објект нема историја на измени. Најверојатно не бил додаден со админ " +"сајтот." + +msgid "Show all" +msgstr "Прикажи ги сите" + +msgid "Save" +msgstr "Сними" + +msgid "Popup closing..." +msgstr "Попапот се затвара..." + +#, python-format +msgid "Change selected %(model)s" +msgstr "Промени ги избраните %(model)s" + +#, python-format +msgid "Add another %(model)s" +msgstr "Додади уште %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Избриши ги избраните %(model)s" + +msgid "Search" +msgstr "Барај" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s резултат" +msgstr[1] "%(counter)s резултати" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "вкупно %(full_result_count)s" + +msgid "Save as new" +msgstr "Сними како нова" + +msgid "Save and add another" +msgstr "Сними и додади уште" + +msgid "Save and continue editing" +msgstr "Сними и продолжи со уредување" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "" +"Ви благодариме што денеска поминавте квалитетно време со интернет страницава." + +msgid "Log in again" +msgstr "Најавете се повторно" + +msgid "Password change" +msgstr "Измена на лозинка" + +msgid "Your password was changed." +msgstr "Вашата лозинка беше сменета." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Заради сигурност ве молам внесете ја вашата стара лозинка и потоа внесете ја " +"новата двапати за да може да се потврди дека правилно сте ја искуцале." + +msgid "Change my password" +msgstr "Промени ја мојата лозинка" + +msgid "Password reset" +msgstr "Ресетирање на лозинка" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Вашата лозинка беше поставена. Сега можете да се најавите." + +msgid "Password reset confirmation" +msgstr "Одобрување за ресетирање на лозинка" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Ве молам внесете ја вашата нова лозинка двапати за да може да бидете сигурни " +"дека правилно сте ја внеле." + +msgid "New password:" +msgstr "Нова лозинка:" + +msgid "Confirm password:" +msgstr "Потврди лозинка:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Врската за ресетирање на лозинката беше невалидна, најверојатно бидејќи веќе " +"била искористена. Ве молам повторно побарајте ресетирање на вашата лозинката." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Ви испративме упатства за поставување на вашата лозинката, ако постои " +"корисник со е-пошта што ја внесовте. Треба наскоро да ги добиете " +"инструкциите." + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Ако не примивте email, ве молиме осигурајте се дека сте ја внесле правата " +"адреса кога се регистриравте и проверете го spam фолдерот." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Го примате овој email бидејќи побаравте ресетирање на лозинка за вашето " +"корисничко име на %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Ве молам одете на следната страница и внесете нова лозинка:" + +msgid "Your username, in case you've forgotten:" +msgstr "Вашето корисничко име, во случај да сте го заборавиле:" + +msgid "Thanks for using our site!" +msgstr "Ви благодариме што го користите овој сајт!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Тимот на %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"Ја заборавивте вашата лозинка? Внесете ја вашата email адреса подолу, ќе " +"добиете порака со инструкции за промена на лозинката." + +msgid "Email address:" +msgstr "Email адреса:" + +msgid "Reset my password" +msgstr "Ресетирај ја мојата лозинка" + +msgid "All dates" +msgstr "Сите датуми" + +#, python-format +msgid "Select %s" +msgstr "Изберете %s" + +#, python-format +msgid "Select %s to change" +msgstr "Изберете %s за измена" + +msgid "Date:" +msgstr "Датум:" + +msgid "Time:" +msgstr "Време:" + +msgid "Lookup" +msgstr "Побарај" + +msgid "Currently:" +msgstr "Моментално:" + +msgid "Change:" +msgstr "Измени:" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/mk/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/mk/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..ee5f4be92107a6163ec1058690bfb3fdac9c38d5 GIT binary patch literal 5633 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 literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/mk/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/mk/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..88da025 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/mk/LC_MESSAGES/djangojs.po @@ -0,0 +1,219 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Vasil Vangelovski , 2016 +# Vasil Vangelovski , 2014 +# Vasil Vangelovski , 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-06-15 11:07+0000\n" +"Last-Translator: Vasil Vangelovski \n" +"Language-Team: Macedonian (http://www.transifex.com/django/django/language/" +"mk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: mk\n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" + +#, javascript-format +msgid "Available %s" +msgstr "Достапно %s" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"Ова е листа на достапни %s. Можете да изберете неколку кликајќи на нив во " +"полето подолу и со кликање на стрелката \"Одбери\" помеѓу двете полиња." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Пишувајте во ова поле за да ја филтрирате листата на достапни %s." + +msgid "Filter" +msgstr "Филтер" + +msgid "Choose all" +msgstr "Одбери ги сите ги сите" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Кликнете за да ги одберете сите %s од еднаш." + +msgid "Choose" +msgstr "Одбери" + +msgid "Remove" +msgstr "Отстрани" + +#, javascript-format +msgid "Chosen %s" +msgstr "Одбрано %s" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"Ова е листа на избрани %s. Можете да отстраните неколку кликајќи на нив во " +"полето подолу и со кликање на стрелката \"Отстрани\" помеѓу двете полиња." + +msgid "Remove all" +msgstr "Отстрани ги сите" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Кликнете за да ги отстраните сите одбрани %s одеднаш." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "избрано %(sel)s од %(cnt)s" +msgstr[1] "одбрани %(sel)s од %(cnt)s" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Имате незачувани промени на поединечни полиња. Ако извршите акција вашите " +"незачувани промени ќе бидат изгубени." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Избравте акција, но сеуште ги немате зачувано вашите промени на поединечни " +"полиња. Кликнете ОК за да ги зачувате. Ќе треба повторно да ја извршите " +"акцијата." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Избравте акција и немате направено промени на поединечни полиња. Веројатно " +"го барате копчето Оди наместо Зачувај." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Забелешка: Вие сте %s час понапред од времето на серверот." +msgstr[1] "Забелешка: Вие сте %s часа понапред од времето на серверот." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Забелешка: Вие сте %s час поназад од времето на серверот." +msgstr[1] "Забелешка: Вие сте %s часа поназад од времето на серверот." + +msgid "Now" +msgstr "Сега" + +msgid "Choose a Time" +msgstr "Одбери време" + +msgid "Choose a time" +msgstr "Одбери време" + +msgid "Midnight" +msgstr "Полноќ" + +msgid "6 a.m." +msgstr "6 наутро" + +msgid "Noon" +msgstr "Пладне" + +msgid "6 p.m." +msgstr "6 попладне" + +msgid "Cancel" +msgstr "Откажи" + +msgid "Today" +msgstr "Денеска" + +msgid "Choose a Date" +msgstr "Одбери датум" + +msgid "Yesterday" +msgstr "Вчера" + +msgid "Tomorrow" +msgstr "Утре" + +msgid "January" +msgstr "Јануари" + +msgid "February" +msgstr "Февруари" + +msgid "March" +msgstr "Март" + +msgid "April" +msgstr "Април" + +msgid "May" +msgstr "Мај" + +msgid "June" +msgstr "Јуни" + +msgid "July" +msgstr "Јули" + +msgid "August" +msgstr "Август" + +msgid "September" +msgstr "Септември" + +msgid "October" +msgstr "Октомври" + +msgid "November" +msgstr "Ноември" + +msgid "December" +msgstr "Декември" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "Н" + +msgctxt "one letter Monday" +msgid "M" +msgstr "П" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "В" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "С" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "Ч" + +msgctxt "one letter Friday" +msgid "F" +msgstr "П" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "С" + +msgid "Show" +msgstr "Прикажи" + +msgid "Hide" +msgstr "Сокриј" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ml/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ml/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..2ce2286768557f19e2de2ddafac420b26c1425d9 GIT binary patch literal 21796 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

h4+X0|?JGBtlZH zib>&Zwhx3STraOsTfOYhLK)#9;Zxx#S|o3_p}CE@frg3*Fa14wHHfCv2$~ZY;E3QD z1r-~)c*$8#;P%aWH_fw%Xuz4jNpw4f!VFLOHQ(Cd=eM`bfPg)ZxaMkffdYJo*W(I_ zZh6#|tXC&#s-;~*#KDr8rMZ`ys?9snTqP1R4D%yPn!aro{an$ReawW(@q_?ii3R>l zjUEHY$6TyHK1CK@53@9;XJu4PrBk|+-3TVEOMKy(XZ)uWxAxtcuWcyvDR%Hl_UM+A zRW>0PvI^f=G0S?EIANegU;8$@uVt}8CKY3uo$pjO%>WDC6~WYVf>D{lbD-=Op$QGR z)440+qy}}KgtXv8vchHXHbW+GiCo5@J2V*ZiYZ6pUJgr5sG%u1!*Gf+lNnVdlgH2i z_o0Qz%Ba42Ei;+>(p=VOJJ~S}uP8H07U>}wU^4TFekaRbmbz42yC2ZHuRs?8kc}0H zRi@mJb~HU?P3(>?4`#~oOm48(I2b_BE0#sMj|OrYVH=7uQ6po(Ag<-KBBKy7C=vAP z{qHvEG)_CDO?jn=uwUAsJ9_wQ0)$pdv2WS~i&4uXd+v)v1xw}#H0iqXt~p7j*BMSt zR%X;aZh}=YM({+Z+9;eU`?19SOu^jlfxHY?fYF~EvY&(Ru|EsKE;nuV, 2014 +# Jannis Leidel , 2011 +# Junaid , 2012 +# Rajeesh Nair , 2011-2013 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 09:09+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Malayalam (http://www.transifex.com/django/django/language/" +"ml/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ml\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d %(items)s നീക്കം ചെയ്തു." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "%(name)s നീക്കം ചെയ്യാന്‍ കഴിയില്ല." + +msgid "Are you sure?" +msgstr "തീര്‍ച്ചയാണോ?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "തെരഞ്ഞെടുത്ത %(verbose_name_plural)s നീക്കം ചെയ്യുക." + +msgid "Administration" +msgstr "ഭരണം" + +msgid "All" +msgstr "എല്ലാം" + +msgid "Yes" +msgstr "അതെ" + +msgid "No" +msgstr "അല്ല" + +msgid "Unknown" +msgstr "അജ്ഞാതം" + +msgid "Any date" +msgstr "ഏതെങ്കിലും തീയതി" + +msgid "Today" +msgstr "ഇന്ന്" + +msgid "Past 7 days" +msgstr "കഴിഞ്ഞ ഏഴു ദിവസം" + +msgid "This month" +msgstr "ഈ മാസം" + +msgid "This year" +msgstr "ഈ വര്‍ഷം" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"ദയവായി സ്റ്റാഫ് അക്കൗണ്ടിനുവേണ്ടിയുള്ള ശരിയായ %(username)s -ഉം പാസ്‌വേഡും നല്കുക. രണ്ടു " +"കള്ളികളിലും അക്ഷരങ്ങള്‍ (ഇംഗ്ലീഷിലെ) വലിയക്ഷരമോ ചെറിയക്ഷരമോ എന്നത് പ്രധാനമാണെന്നത് " +"ശ്രദ്ധിയ്ക്കുക." + +msgid "Action:" +msgstr "ആക്ഷന്‍" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "%(verbose_name)s ഒന്നു കൂടി ചേര്‍ക്കുക" + +msgid "Remove" +msgstr "നീക്കം ചെയ്യുക" + +msgid "action time" +msgstr "ആക്ഷന്‍ സമയം" + +msgid "user" +msgstr "" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "ഒബ്ജെക്ട് ഐഡി" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "ഒബ്ജെക്ട് സൂചന" + +msgid "action flag" +msgstr "ആക്ഷന്‍ ഫ്ളാഗ്" + +msgid "change message" +msgstr "സന്ദേശം മാറ്റുക" + +msgid "log entry" +msgstr "ലോഗ് എന്ട്രി" + +msgid "log entries" +msgstr "ലോഗ് എന്ട്രികള്‍" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "\"%(object)s\" ചേര്‍ത്തു." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "\"%(object)s\"ല്‍ %(changes)s മാറ്റം വരുത്തി" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "\"%(object)s\" നീക്കം ചെയ്തു." + +msgid "LogEntry Object" +msgstr "ലോഗ്‌എന്‍ട്രി വസ്തു" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "" + +msgid "and" +msgstr "ഉം" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "ഒരു മാറ്റവുമില്ല." + +msgid "None" +msgstr "ഒന്നുമില്ല" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "ആക്ഷന്‍ നടപ്പിലാക്കേണ്ട വകകള്‍ തെരഞ്ഞെടുക്കണം. ഒന്നും മാറ്റിയിട്ടില്ല." + +msgid "No action selected." +msgstr "ആക്ഷനൊന്നും തെരഞ്ഞെടുത്തില്ല." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "%(name)s \"%(obj)s\" നീക്കം ചെയ്തു." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "%(key)r എന്ന പ്രാഥമിക കീ ഉള്ള %(name)s വസ്തു ഒന്നും നിലവിലില്ല." + +#, python-format +msgid "Add %s" +msgstr "%s ചേര്‍ക്കുക" + +#, python-format +msgid "Change %s" +msgstr "%s മാറ്റാം" + +msgid "Database error" +msgstr "ഡേറ്റാബേസ് തകരാറാണ്." + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s ല്‍ മാറ്റം വരുത്തി." +msgstr[1] "%(count)s %(name)s ല്‍ മാറ്റം വരുത്തി." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s തെരഞ്ഞെടുത്തു." +msgstr[1] "%(total_count)sഉം തെരഞ്ഞെടുത്തു." + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "%(cnt)s ല്‍ ഒന്നും തെരഞ്ഞെടുത്തില്ല." + +#, python-format +msgid "Change history: %s" +msgstr "%s ലെ മാറ്റങ്ങള്‍." + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +" %(class_name)s %(instance)s നീക്കം ചെയ്യണമെങ്കിൽ അതിനോട് ബന്ധപ്പെട്ടതായ താഴെപ്പറയുന്ന " +"എല്ലാ വസ്തുക്കളും നീക്കം ചെയ്യുന്നതാണ്: %(related_objects)s" + +msgid "Django site admin" +msgstr "ജാംഗോ സൈറ്റ് അഡ്മിന്‍" + +msgid "Django administration" +msgstr "ജാംഗോ ഭരണം" + +msgid "Site administration" +msgstr "സൈറ്റ് ഭരണം" + +msgid "Log in" +msgstr "ലോഗ്-ഇന്‍" + +#, python-format +msgid "%(app)s administration" +msgstr "%(app)s ഭരണം" + +msgid "Page not found" +msgstr "പേജ് കണ്ടില്ല" + +msgid "We're sorry, but the requested page could not be found." +msgstr "ക്ഷമിക്കണം, ആവശ്യപ്പെട്ട പേജ് കണ്ടെത്താന്‍ കഴിഞ്ഞില്ല." + +msgid "Home" +msgstr "പൂമുഖം" + +msgid "Server error" +msgstr "സെര്‍വര്‍ തകരാറാണ്" + +msgid "Server error (500)" +msgstr "സെര്‍വര്‍ തകരാറാണ് (500)" + +msgid "Server Error (500)" +msgstr "സെര്‍വര്‍ തകരാറാണ് (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"എന്തോ തകരാറ് സംഭവിച്ചു. ബന്ധപ്പെട്ട സൈറ്റ് ഭരണകർത്താക്കളെ ഈമെയിൽ മുഖാന്തരം അറിയിച്ചിട്ടുണ്ട്. " +"ഷമയൊടെ കത്തിരിക്കുനതിന് നന്ദി." + +msgid "Run the selected action" +msgstr "തെരഞ്ഞെടുത്ത ആക്ഷന്‍ നടപ്പിലാക്കുക" + +msgid "Go" +msgstr "Go" + +msgid "Click here to select the objects across all pages" +msgstr "എല്ലാ പേജിലേയും വസ്തുക്കള്‍ തെരഞ്ഞെടുക്കാന്‍ ഇവിടെ ക്ലിക് ചെയ്യുക." + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "മുഴുവന്‍ %(total_count)s %(module_name)s ഉം തെരഞ്ഞെടുക്കുക" + +msgid "Clear selection" +msgstr "തെരഞ്ഞെടുത്തത് റദ്ദാക്കുക." + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "ആദ്യം, യൂസര്‍ നാമവും പാസ് വേര്‍ഡും നല്കണം. പിന്നെ, കൂടുതല്‍ കാര്യങ്ങള്‍ മാറ്റാവുന്നതാണ്." + +msgid "Enter a username and password." +msgstr "Enter a username and password." + +msgid "Change password" +msgstr "പാസ് വേര്‍ഡ് മാറ്റുക." + +msgid "Please correct the error below." +msgstr "ദയവായി താഴെയുള്ള തെറ്റുകള്‍ പരിഹരിക്കുക." + +msgid "Please correct the errors below." +msgstr "ദയവായി താഴെയുള്ള തെറ്റുകള്‍ പരിഹരിക്കുക." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "%(username)s ന് പുതിയ പാസ് വേര്‍ഡ് നല്കുക." + +msgid "Welcome," +msgstr "സ്വാഗതം, " + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "സഹായക്കുറിപ്പുകള്‍" + +msgid "Log out" +msgstr "പുറത്ത് കടക്കുക." + +#, python-format +msgid "Add %(name)s" +msgstr "%(name)s ചേര്‍ക്കുക" + +msgid "History" +msgstr "ചരിത്രം" + +msgid "View on site" +msgstr "View on site" + +msgid "Filter" +msgstr "അരിപ്പ" + +msgid "Remove from sorting" +msgstr "ക്രമീകരണത്തില്‍ നിന്നും ഒഴിവാക്കുക" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "ക്രമീകരണത്തിനുള്ള മുന്‍ഗണന: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "ക്രമീകരണം വിപരീത ദിശയിലാക്കുക." + +msgid "Delete" +msgstr "നീക്കം ചെയ്യുക" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"%(object_name)s '%(escaped_object)s ഡിലീറ്റ് ചെയ്യുമ്പോള്‍ അതുമായി ബന്ധമുള്ള " +"വസ്തുക്കളുംഡിലീറ്റ് ആവും. പക്ഷേ നിങ്ങള്‍ക്ക് താഴെ പറഞ്ഞ തരം വസ്തുക്കള്‍ ഡിലീറ്റ് ചെയ്യാനുള്ള അനുമതി " +"ഇല്ല:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"തിരഞ്ഞെടുക്കപ്പെട്ട %(object_name)s '%(escaped_object)s' നീക്കം ചെയ്യണമെങ്കിൽ അതിനോട് " +"ബന്ധപ്പെട്ടതായ താഴെപ്പറയുന്ന എല്ലാ വസ്തുക്കളും നീക്കം ചെയ്യുന്നതാണ്:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"%(object_name)s \"%(escaped_object)s\" നീക്കം ചെയ്യണമെന്ന് ഉറപ്പാണോ?അതുമായി ബന്ധമുള്ള " +"താഴെപ്പറയുന്ന വസ്തുക്കളെല്ലാം നീക്കം ചെയ്യുന്നതാണ്:" + +msgid "Objects" +msgstr "" + +msgid "Yes, I'm sure" +msgstr "അതെ, തീര്‍ച്ചയാണ്" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "ഒന്നിലേറെ വസ്തുക്കള്‍ നീക്കം ചെയ്യുക" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"തിരഞ്ഞെടുക്കപ്പെട്ട %(objects_name)s നീക്കം ചെയ്താൽ അതിനോട് ബന്ധപ്പെട്ടതായ താഴെപ്പറയുന്ന " +"എല്ലാ വസ്തുക്കളും നീക്കം ചെയ്യുന്നതാണ്, പക്ഷെ അതിനുളള അവകാശം അക്കൗണ്ടിനില്ല:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"തിരഞ്ഞെടുക്കപ്പെട്ട %(objects_name)s നീക്കം ചെയ്യണമെങ്കിൽ അതിനോട് ബന്ധപ്പെട്ടതായ " +"താഴെപ്പറയുന്ന എല്ലാ വസ്തുക്കളും നീക്കം ചെയ്യുന്നതാണ്:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"തിരഞ്ഞെടുക്കപ്പെട്ട %(objects_name)s നീക്കം ചെയ്യണമെന്നു ഉറപ്പാണോ ? തിരഞ്ഞെടുക്കപ്പെട്ടതും " +"അതിനോട് ബന്ധപ്പെട്ടതും ആയ എല്ലാ താഴെപ്പറയുന്ന വസ്തുക്കളും നീക്കം ചെയ്യുന്നതാണ്:" + +msgid "Change" +msgstr "മാറ്റുക" + +msgid "Delete?" +msgstr "ഡിലീറ്റ് ചെയ്യട്ടെ?" + +#, python-format +msgid " By %(filter_title)s " +msgstr "%(filter_title)s ആൽ" + +msgid "Summary" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "%(name)s മാതൃകയിലുള്ള" + +msgid "Add" +msgstr "ചേര്‍ക്കുക" + +msgid "You don't have permission to edit anything." +msgstr "ഒന്നിലും മാറ്റം വരുത്താനുള്ള അനുമതി ഇല്ല." + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "ഒന്നും ലഭ്യമല്ല" + +msgid "Unknown content" +msgstr "ഉള്ളടക്കം അറിയില്ല." + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"നിങ്ങളുടെ ഡേറ്റാബേസ് ഇന്‍സ്ടാലേഷനില്‍ എന്തോ പിശകുണ്ട്. ശരിയായ ടേബിളുകള്‍ ഉണ്ടെന്നും ഡേറ്റാബേസ് " +"വായനായോഗ്യമാണെന്നും ഉറപ്പു വരുത്തുക." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "രഹസ്യവാക്കോ ഉപയോക്തൃനാമമോ മറന്നുപോയോ?" + +msgid "Date/time" +msgstr "തീയതി/സമയം" + +msgid "User" +msgstr "യൂസര്‍" + +msgid "Action" +msgstr "ആക്ഷന്‍" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"ഈ വസ്തുവിന്റെ മാറ്റങ്ങളുടെ ചരിത്രം ലഭ്യമല്ല. ഒരുപക്ഷെ ഇത് അഡ്മിന്‍ സൈറ്റ് വഴി " +"ചേര്‍ത്തതായിരിക്കില്ല." + +msgid "Show all" +msgstr "എല്ലാം കാണട്ടെ" + +msgid "Save" +msgstr "സേവ് ചെയ്യണം" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Search" +msgstr "പരതുക" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s results" +msgstr[1] "%(counter)s ഫലം" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "ആകെ %(full_result_count)s" + +msgid "Save as new" +msgstr "പുതിയതായി സേവ് ചെയ്യണം" + +msgid "Save and add another" +msgstr "സേവ് ചെയ്ത ശേഷം വേറെ ചേര്‍ക്കണം" + +msgid "Save and continue editing" +msgstr "സേവ് ചെയ്ത ശേഷം മാറ്റം വരുത്താം" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "ഈ വെബ് സൈറ്റില്‍ കുറെ നല്ല സമയം ചെലവഴിച്ചതിനു നന്ദി." + +msgid "Log in again" +msgstr "വീണ്ടും ലോഗ്-ഇന്‍ ചെയ്യുക." + +msgid "Password change" +msgstr "പാസ് വേര്‍ഡ് മാറ്റം" + +msgid "Your password was changed." +msgstr "നിങ്ങളുടെ പാസ് വേര്‍ഡ് മാറ്റിക്കഴിഞ്ഞു." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"സുരക്ഷയ്ക്കായി നിങ്ങളുടെ പഴയ പാസ് വേര്‍ഡ് നല്കുക. പിന്നെ, പുതിയ പാസ് വേര്‍ഡ് രണ്ട് തവണ നല്കുക. " +"(ടയ്പ് ചെയ്തതു ശരിയാണെന്ന് ഉറപ്പാക്കാന്‍)" + +msgid "Change my password" +msgstr "എന്റെ പാസ് വേര്‍ഡ് മാറ്റണം" + +msgid "Password reset" +msgstr "പാസ് വേര്‍ഡ് പുനസ്ഥാപിക്കല്‍" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "നിങ്ങളുടെ പാസ് വേര്‍ഡ് തയ്യാര്‍. ഇനി ലോഗ്-ഇന്‍ ചെയ്യാം." + +msgid "Password reset confirmation" +msgstr "പാസ് വേര്‍ഡ് പുനസ്ഥാപിക്കല്‍ ഉറപ്പാക്കല്‍" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"ദയവായി നിങ്ങളുടെ പുതിയ പാസ് വേര്‍ഡ് രണ്ടു തവണ നല്കണം. ശരിയായാണ് ടൈപ്പു ചെയ്തത് എന്നു " +"ഉറപ്പിക്കാനാണ്." + +msgid "New password:" +msgstr "പുതിയ പാസ് വേര്‍ഡ്:" + +msgid "Confirm password:" +msgstr "പാസ് വേര്‍ഡ് ഉറപ്പാക്കൂ:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"പാസ് വേര്‍ഡ് പുനസ്ഥാപിക്കാന്‍ നല്കിയ ലിങ്ക് യോഗ്യമല്ല. ഒരു പക്ഷേ, അതു മുന്പ് തന്നെ ഉപയോഗിച്ചു " +"കഴിഞ്ഞതാവാം. പുതിയ ഒരു ലിങ്കിന് അപേക്ഷിക്കൂ." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"ഞങ്ങളുടെ ഇമെയിൽ കിട്ടിയില്ലെങ്കിൽ രജിസ്റ്റർ ചെയ്യാൻ ഉപയോകിച്ച അതെ ഇമെയിൽ വിലാസം തന്നെ " +"ആണോ എന്ന് ഉറപ്പ് വരുത്തുക. ശരിയാണെങ്കിൽ സ്പാം ഫോൾഡറിലും നോക്കുക " + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"നിങ്ങളുൾ പാസ് വേർഡ്‌ മാറ്റാനുള്ള നിർദേശങ്ങൾ %(site_name)s ഇൽ ആവശ്യപ്പെട്ടതുകൊണ്ടാണ് ഈ " +"ഇമെയിൽ സന്ദേശം ലഭിച്ചദ്." + +msgid "Please go to the following page and choose a new password:" +msgstr "ദയവായി താഴെ പറയുന്ന പേജ് സന്ദര്‍ശിച്ച് പുതിയ പാസ് വേര്‍ഡ് തെരഞ്ഞെടുക്കുക:" + +msgid "Your username, in case you've forgotten:" +msgstr "നിങ്ങള്‍ മറന്നെങ്കില്‍, നിങ്ങളുടെ യൂസര്‍ നാമം, :" + +msgid "Thanks for using our site!" +msgstr "ഞങ്ങളുടെ സൈറ്റ് ഉപയോഗിച്ചതിന് നന്ദി!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s പക്ഷം" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"പാസ് വേര്‍ഡ് മറന്നു പോയോ? നിങ്ങളുടെ ഇമെയിൽ വിലാസം താഴെ എഴുതുക. പാസ് വേർഡ്‌ മാറ്റാനുള്ള " +"നിർദേശങ്ങൾ ഇമെയിലിൽ അയച്ചു തരുന്നതായിരിക്കും." + +msgid "Email address:" +msgstr "ഇമെയിൽ വിലാസം:" + +msgid "Reset my password" +msgstr "എന്റെ പാസ് വേര്‍ഡ് പുനസ്ഥാപിക്കൂ" + +msgid "All dates" +msgstr "എല്ലാ തീയതികളും" + +#, python-format +msgid "Select %s" +msgstr "%s തെരഞ്ഞെടുക്കൂ" + +#, python-format +msgid "Select %s to change" +msgstr "മാറ്റാനുള്ള %s തെരഞ്ഞെടുക്കൂ" + +msgid "Date:" +msgstr "തീയതി:" + +msgid "Time:" +msgstr "സമയം:" + +msgid "Lookup" +msgstr "തിരയുക" + +msgid "Currently:" +msgstr "പ്രചാരത്തിൽ:" + +msgid "Change:" +msgstr "മാറ്റം" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ml/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ml/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..cff047a6ee0786f7bc6b59772167b495e9d53e1d GIT binary patch literal 6362 zcmeI0O^h5z8HS4_fLTleA^e+Au`u>3nc1C%B-WUXfF&k|EU}ygkpn`#JGDCs;#Fhv_A^aFDha50btPlkgJESLx0L7Qw;KT_IL=7h{+{_6S@qAU?Gd-K}?f^#O zK+D_jbXV0^@ArN`)$%LXUvo-v-N@fA{&v1jscG;ZpjN~zny$H6y%e*kxadGY+$ z0xyAY;r-viDez5K^9SAlegM1?{1A8tD0U2Z4H$qsz^@d~Uj@Iw^Vh*8@b@79RE^29 zt^tbu{h+L0;PylCF7W%{AHmmy5jU~h1rLB<1BK5o!Ny&zhc^?FKp!L;nQ;MHz=i8mVUEptc zo(8W6{|1U*J8n?wD&{|q5!vVLyOaWK%o(z=lN^wXt<-z@d%rwzA&I>(WiO~(E#Cvm z-g1f7!tbr}P+V-G*iyZ-ct&ysU3-b|5?9ewc#6-WH{lyx5@)q%Ut)skL`SQ7&%Tu~ zX&-v*JLm_giPc?x%cw=a75Z!KRDCvz zLT;&P>ieRu_F|!^+fg^xUfXyr@i;N@Q4?E&_3?8dGx=n_Y}$UWgnLun@ml0*C~@$@HA7*AFlhNl{Z`it*xLlH#A>sbj9ibSWvXXG2T^3jUyVpd zRQ?nqchi)`vB$H#WK$WrSD3i5`qtE#q^r~tR<`6#JRpY}uOX*5Oj_561LGyeWre=y zGoqWUcg!i%&|r&~v8lyf$IMAmA=M4tmgA)`EkCuLqtxWks--LDDgs-+n=SQxC@fP7 zQIgix;W)aVj#WFtEXbqUp2?-D^X|0c~wGC7?|k^JK486W8txSE3fZpsDvS`{{saQ+I-?!$CLp zg4)3-?j%heuG`0Ce(r#FKj-&_`lfl^m_9JY0b);-Jo`o7f8@^(Ji-y8Z3@2VU+#cE~HQT7~6vM$h;S=O)PIiY-AA*iAx=rk}Qp zxV!wolQVLVU(SsS);ba0><0WED7l?-@{Y3l_naucJ#4^99b!%r3rPs$;Ws45tuT4^ zQ=9KdiOQ4`Z=SPS zNFuqg{>U=p{*qI0Bu$@@$^BpD+0)h<;lqMdm;~zoyd>jB^l~y)tLA@3vhApSQ-Ul> z%Kc%RCQ`YCdD|MXU2shQ*nVNrrl>rdR-;t{p|gX0Luiy7)0`Q=v$DKwcd7G^5@Rvt zULG=1Q102*2UFbm*u$n;FA_}G!W^57iefdKpBpW;;ZClw$}EtAm2$H+Eflarq2e*M z+GoHPvbg8A6<>H;?L%jIem?J`$P3OEtlc@s6pkt@~aH;3Fh<#LFPr2!U6(66{# zgmH5ooXoS#@?|b2oCgTXCj{*eZK{DBsLp#QH#41@S0+nPdBU6!bteeDusc&xflQF} z;4abMzD8~AsqR9BE1w8t^*~|QZzK$Gl%sOuq8ATsVg9Tdk4k4KPTWli>Aqv6iYk$3 zdtv0N{vlSJvn|nO2K{~{-mHD7(mJ=u_==;_mc+f$Be<+vb|fj~qlI6C0gzOG3pgP3A%mBvC&pU&qAJJ55`<4d)Ds5r%uISDIj*F zKX8|t9PhDhg2N5ZRpKVJ2mN=DD5&C?F#IrPZNIm_PP-SQCWLb_lQvv_%8QH7+i=QP ztvw;cG5NL`Pm_)Q>w%%QxkP(`5ZuC!my48~LKCU)d~vN;4x(*hi^i|X7UXuKA^NC^ zaoNF!=*`rN@}C5yKa?_sBfjyfdb*W|06BTW1Sgf lE{YG2;mZ>E7s?m8i@LSpl&}+6veI^x;m0ELT>nJ1e*%GBTF?Lh literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ml/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ml/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..0e7cb15 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ml/LC_MESSAGES/djangojs.po @@ -0,0 +1,217 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Aby Thomas , 2014 +# Jannis Leidel , 2011 +# Rajeesh Nair , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 10:11+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Malayalam (http://www.transifex.com/django/django/language/" +"ml/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ml\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "ലഭ്യമായ %s" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"ഇതാണ് ലഭ്യമായ %s പട്ടിക. അതില്‍ ചിലത് തിരഞ്ഞെടുക്കാന്‍ താഴെ കളത്തില്‍ നിന്നും ഉചിതമായവ സെലക്ട് " +"ചെയ്ത ശേഷം രണ്ടു കളങ്ങള്‍ക്കുമിടയിലെ \"തെരഞ്ഞെടുക്കൂ\" അടയാളത്തില്‍ ക്ലിക് ചെയ്യുക." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "ലഭ്യമായ %s പട്ടികയെ ഫില്‍ട്ടര്‍ ചെയ്തെടുക്കാന്‍ ഈ ബോക്സില്‍ ടൈപ്പ് ചെയ്യുക." + +msgid "Filter" +msgstr "Filter" + +msgid "Choose all" +msgstr "എല്ലാം തെരഞ്ഞെടുക്കുക" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "%s എല്ലാം ഒന്നിച്ച് തെരഞ്ഞെടുക്കാന്‍ ക്ലിക് ചെയ്യുക." + +msgid "Choose" +msgstr "തെരഞ്ഞെടുക്കൂ" + +msgid "Remove" +msgstr "നീക്കം ചെയ്യൂ" + +#, javascript-format +msgid "Chosen %s" +msgstr "തെരഞ്ഞെടുത്ത %s" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"തെരഞ്ഞെടുക്കപ്പെട്ട %s പട്ടികയാണിത്. അവയില്‍ ചിലത് ഒഴിവാക്കണമെന്നുണ്ടെങ്കില്‍ താഴെ കളത്തില്‍ " +"നിന്നും അവ സെലക്ട് ചെയ്ത് കളങ്ങള്‍ക്കിടയിലുള്ള \"നീക്കം ചെയ്യൂ\" എന്ന അടയാളത്തില്‍ ക്ലിക് ചെയ്യുക." + +msgid "Remove all" +msgstr "എല്ലാം നീക്കം ചെയ്യുക" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "തെരഞ്ഞെടുക്കപ്പെട്ട %s എല്ലാം ഒരുമിച്ച് നീക്കം ചെയ്യാന്‍ ക്ലിക് ചെയ്യുക." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(cnt)sല്‍ %(sel)s തെരഞ്ഞെടുത്തു" +msgstr[1] "%(cnt)sല്‍ %(sel)s എണ്ണം തെരഞ്ഞെടുത്തു" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"വരുത്തിയ മാറ്റങ്ങള്‍ സേവ് ചെയ്തിട്ടില്ല. ഒരു ആക്ഷന്‍ പ്രയോഗിച്ചാല്‍ സേവ് ചെയ്യാത്ത മാറ്റങ്ങളെല്ലാം " +"നഷ്ടപ്പെടും." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"നിങ്ങള്‍ ഒരു ആക്ഷന്‍ തെരഞ്ഞെടുത്തിട്ടുണ്ട്. പക്ഷേ, കളങ്ങളിലെ മാറ്റങ്ങള്‍ ഇനിയും സേവ് ചെയ്യാനുണ്ട്. " +"ആദ്യം സേവ്ചെയ്യാനായി OK ക്ലിക് ചെയ്യുക. അതിനു ശേഷം ആക്ഷന്‍ ഒന്നു കൂടി പ്രയോഗിക്കേണ്ടി വരും." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"നിങ്ങള്‍ ഒരു ആക്ഷന്‍ തെരഞ്ഞെടുത്തിട്ടുണ്ട്. കളങ്ങളില്‍ സേവ് ചെയ്യാത്ത മാറ്റങ്ങള്‍ ഇല്ല. നിങ്ങള്‍സേവ് ബട്ടണ്‍ " +"തന്നെയാണോ അതോ ഗോ ബട്ടണാണോ ഉദ്ദേശിച്ചത്." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "ഒർക്കുക: സെർവർ സമയത്തിനെക്കാളും നിങ്ങൾ %s സമയം മുൻപിലാണ്." +msgstr[1] "ഒർക്കുക: സെർവർ സമയത്തിനെക്കാളും നിങ്ങൾ %s സമയം മുൻപിലാണ്." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "ഒർക്കുക: സെർവർ സമയത്തിനെക്കാളും നിങ്ങൾ %s സമയം പിന്നിലാണ്." +msgstr[1] "ഒർക്കുക: സെർവർ സമയത്തിനെക്കാളും നിങ്ങൾ %s സമയം പിന്നിലാണ്." + +msgid "Now" +msgstr "ഇപ്പോള്‍" + +msgid "Choose a Time" +msgstr "" + +msgid "Choose a time" +msgstr "സമയം തെരഞ്ഞെടുക്കൂ" + +msgid "Midnight" +msgstr "അര്‍ധരാത്രി" + +msgid "6 a.m." +msgstr "6 a.m." + +msgid "Noon" +msgstr "ഉച്ച" + +msgid "6 p.m." +msgstr "" + +msgid "Cancel" +msgstr "റദ്ദാക്കൂ" + +msgid "Today" +msgstr "ഇന്ന്" + +msgid "Choose a Date" +msgstr "" + +msgid "Yesterday" +msgstr "ഇന്നലെ" + +msgid "Tomorrow" +msgstr "നാളെ" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "കാണട്ടെ" + +msgid "Hide" +msgstr "മറയട്ടെ" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/mn/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/mn/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..9b2441c366d1b5e12ffea86e9d9c609521d08889 GIT binary patch literal 18355 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, 2013 +# Jannis Leidel , 2011 +# jargalan , 2011 +# Zorig , 2016 +# Анхбаяр Анхаа , 2013-2015 +# Баясгалан Цэвлээ , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 09:09+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Mongolian (http://www.transifex.com/django/django/language/" +"mn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: mn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(items)s ээс %(count)d-ийг амжилттай устгалаа." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "%(name)s устгаж чадахгүй." + +msgid "Are you sure?" +msgstr "Итгэлтэй байна уу?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Сонгосон %(verbose_name_plural)s-ийг устга" + +msgid "Administration" +msgstr "Удирдлага" + +msgid "All" +msgstr "Бүгд " + +msgid "Yes" +msgstr "Тийм" + +msgid "No" +msgstr "Үгүй" + +msgid "Unknown" +msgstr "Тодорхойгүй" + +msgid "Any date" +msgstr "Бүх өдөр" + +msgid "Today" +msgstr "Өнөөдөр" + +msgid "Past 7 days" +msgstr "Өнгөрсөн долоо хоног" + +msgid "This month" +msgstr "Энэ сар" + +msgid "This year" +msgstr "Энэ жил" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Ажилтан хэрэглэгчийн %(username)s ба нууц үгийг зөв оруулна уу. Хоёр талбарт " +"том жижигээр үсгээр бичих ялгаатай." + +msgid "Action:" +msgstr "Үйлдэл:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Өөр %(verbose_name)s нэмэх " + +msgid "Remove" +msgstr "Хасах" + +msgid "action time" +msgstr "үйлдлийн хугацаа" + +msgid "user" +msgstr "хэрэглэгч" + +msgid "content type" +msgstr "агуулгын төрөл" + +msgid "object id" +msgstr "обектийн id" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "обектийн хамаарал" + +msgid "action flag" +msgstr "үйлдэлийн тэмдэг" + +msgid "change message" +msgstr "өөрчлөлтийн мэдээлэл" + +msgid "log entry" +msgstr "лог өгөгдөл" + +msgid "log entries" +msgstr "лог өгөгдөлүүд" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "\"%(object)s\" нэмсэн." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "\"%(object)s\"-ийг %(changes)s өөрчилсөн." + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "\"%(object)s\" устгасан." + +msgid "LogEntry Object" +msgstr "Лог бүртгэлийн обект" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "Нэмэгдсэн." + +msgid "and" +msgstr "ба" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "Өөрчилсөн талбар алга байна." + +msgid "None" +msgstr "Хоосон" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" +"Олон утга сонгохын тулд \"Control\", эсвэл Mac дээр \"Command\" товчыг дарж " +"байгаад сонгоно." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Үйлдэл хийхийн тулд Та ядаж 1-ийг сонгох хэрэгтэй. Өөрчилөлт хийгдсэнгүй." + +msgid "No action selected." +msgstr "Үйлдэл сонгоогүй." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr " %(name)s \"%(obj)s\" амжилттай устгагдлаа." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "%(name)s обектийн үндсэн түлхүүр %(key)r олдохгүй байна." + +#, python-format +msgid "Add %s" +msgstr "%s-ийг нэмэх" + +#, python-format +msgid "Change %s" +msgstr "%s-ийг өөрчлөх" + +msgid "Database error" +msgstr "Өгөгдлийн сангийн алдаа" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s-ийг амжилттай өөрчиллөө." +msgstr[1] "%(count)s %(name)s-ийг амжилттай өөрчиллөө." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "Бүгд %(total_count)s сонгогдсон" +msgstr[1] "Бүгд %(total_count)s сонгогдсон" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "%(cnt)s оос 0 сонгосон" + +#, python-format +msgid "Change history: %s" +msgstr "Өөрчлөлтийн түүх: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(instance)s %(class_name)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +" %(class_name)s төрлийн %(instance)s-ийг устгах гэж байна. Эхлээд дараах " +"холбоотой хамгаалагдсан обектуудыг устгах шаардлагатай: %(related_objects)s" + +msgid "Django site admin" +msgstr "Сайтын удирдлага" + +msgid "Django administration" +msgstr "Удирдлага" + +msgid "Site administration" +msgstr "Сайтын удирдлага" + +msgid "Log in" +msgstr "Нэвтрэх" + +#, python-format +msgid "%(app)s administration" +msgstr "%(app)s удирдлага" + +msgid "Page not found" +msgstr "Хуудас олдсонгүй." + +msgid "We're sorry, but the requested page could not be found." +msgstr "Уучлаарай, хандахыг хүссэн хуудас тань олдсонгүй." + +msgid "Home" +msgstr "Нүүр" + +msgid "Server error" +msgstr "Серверийн алдаа" + +msgid "Server error (500)" +msgstr "Серверийн алдаа (500)" + +msgid "Server Error (500)" +msgstr "Серверийн алдаа (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Алдаа гарсан байна. Энэ алдааг сайт хариуцагчид имэйлээр мэдэгдсэн бөгөөд " +"тэд нэн даруй засах хэрэгтэй. Хүлээцтэй хандсанд баярлалаа." + +msgid "Run the selected action" +msgstr "Сонгосон үйлдэлийг ажилуулах" + +msgid "Go" +msgstr "Гүйцэтгэх" + +msgid "Click here to select the objects across all pages" +msgstr "Бүх хуудаснууд дээрх объектуудыг сонгох" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Бүгдийг сонгох %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Сонгосонг цэвэрлэх" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Эхлээд хэрэглэгчийн нэр нууц үгээ оруулна уу. Ингэснээр та хэрэглэгчийн " +"сонголтыг нэмж засварлах боломжтой болно. " + +msgid "Enter a username and password." +msgstr "Хэрэглэгчийн нэр ба нууц үгээ оруулна." + +msgid "Change password" +msgstr "Нууц үг өөрчлөх" + +msgid "Please correct the error below." +msgstr "Доорх алдаануудыг засна уу." + +msgid "Please correct the errors below." +msgstr "Доор гарсан алдаануудыг засна уу." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "%(username)s.хэрэглэгчид шинэ нууц үг оруулна уу." + +msgid "Welcome," +msgstr "Тавтай морилно уу" + +msgid "View site" +msgstr "Сайтаас харах" + +msgid "Documentation" +msgstr "Баримтжуулалт" + +msgid "Log out" +msgstr "Гарах" + +#, python-format +msgid "Add %(name)s" +msgstr "%(name)s нэмэх" + +msgid "History" +msgstr "Түүх" + +msgid "View on site" +msgstr "Сайтаас харах" + +msgid "Filter" +msgstr "Шүүлтүүр" + +msgid "Remove from sorting" +msgstr "Эрэмблэлтээс хасах" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Эрэмблэх урьтамж: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Эрэмбэлэлтийг харуул" + +msgid "Delete" +msgstr "Устгах" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"%(object_name)s '%(escaped_object)s'-ийг устгавал холбогдох объект нь устах " +"ч бүртгэл тань дараах төрлийн объектуудийг устгах зөвшөөрөлгүй байна:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +" %(object_name)s обектийг устгаж байна. '%(escaped_object)s' холбоотой " +"хамгаалагдсан обектуудыг заавал утсгах хэрэгтэй :" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Та %(object_name)s \"%(escaped_object)s\"-ийг устгахдаа итгэлтэй байна уу? " +"Үүнийг устгавал дараах холбогдох зүйлс нь бүгд устана:" + +msgid "Objects" +msgstr "Бичлэгүүд" + +msgid "Yes, I'm sure" +msgstr "Тийм, итгэлтэй байна." + +msgid "No, take me back" +msgstr "Үгүй, намайг буцаа" + +msgid "Delete multiple objects" +msgstr "Олон обектууд устгах" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Сонгосон %(objects_name)s обектуудыг устгасанаар хамаатай бүх обкетууд устах " +"болно. Гэхдээ таньд эрх эдгээр төрлийн обектуудыг утсгах эрх байхгүй байна: " + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"%(objects_name)s обектуудыг утсгаж байна дараах холбоотой хамгаалагдсан " +"обектуудыг устгах шаардлагатай:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Та %(objects_name)s ийг устгах гэж байна итгэлтэй байна? Дараах обектууд " +"болон холбоотой зүйлс хамт устагдах болно:" + +msgid "Change" +msgstr "Өөрчлөх" + +msgid "Delete?" +msgstr "Устгах уу?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " %(filter_title)s -ээр" + +msgid "Summary" +msgstr "Нийт" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "%(name)s хэрэглүүр дэх моделууд." + +msgid "Add" +msgstr "Нэмэх" + +msgid "You don't have permission to edit anything." +msgstr "Та ямар нэг зүйл засварлах зөвшөөрөлгүй байна." + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "Үйлдэл алга" + +msgid "Unknown content" +msgstr "Тодорхойгүй агуулга" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Өгөгдлийн сангийн ямар нэг зүйл буруу суугдсан байна. Өгөгдлийн сангийн " +"зохих хүснэгт үүсгэгдсэн эсэх, өгөгдлийн санг зохих хэрэглэгч унших " +"боломжтой байгаа эсэхийг шалгаарай." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Та %(username)s нэрээр нэвтэрсэн байна гэвч энэ хуудасхуу хандах эрх " +"байхгүй байна. Та өөр эрхээр логин хийх үү?" + +msgid "Forgotten your password or username?" +msgstr "Таны мартсан нууц үг эсвэл нэрвтэр нэр?" + +msgid "Date/time" +msgstr "Огноо/цаг" + +msgid "User" +msgstr "Хэрэглэгч" + +msgid "Action" +msgstr "Үйлдэл" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Уг объектэд өөрчлөлтийн түүх байхгүй байна. Магадгүй үүнийг уг удирдлагын " +"сайтаар дамжуулан нэмээгүй байх." + +msgid "Show all" +msgstr "Бүгдийг харуулах" + +msgid "Save" +msgstr "Хадгалах" + +msgid "Popup closing..." +msgstr "Цонх хаагдлаа" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Сонгосон %(model)s-ийг өөрчлөх" + +#, python-format +msgid "Add another %(model)s" +msgstr "Өөр %(model)s нэмэх" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Сонгосон %(model)s устгах" + +msgid "Search" +msgstr "Хайлт" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s үр дүн" +msgstr[1] "%(counter)s үр дүн" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "Нийт %(full_result_count)s" + +msgid "Save as new" +msgstr "Шинээр хадгалах" + +msgid "Save and add another" +msgstr "Хадгалаад өөрийг нэмэх" + +msgid "Save and continue editing" +msgstr "Хадгалаад нэмж засах" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Манай вэб сайтыг ашигласанд баярлалаа." + +msgid "Log in again" +msgstr "Ахин нэвтрэх " + +msgid "Password change" +msgstr "Нууц үгийн өөрчлөлт" + +msgid "Your password was changed." +msgstr "Нууц үг тань өөрчлөгдлөө." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Аюулгүй байдлын үүднээс хуучин нууц үгээ оруулаад шинэ нууц үгээ хоёр удаа " +"хийнэ үү. Ингэснээр нууц үгээ зөв бичиж байгаа эсэхийг тань шалгах юм." + +msgid "Change my password" +msgstr "Нууц үгээ солих" + +msgid "Password reset" +msgstr "Нууц үг шинэчилэх" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Та нууц үгтэй боллоо. Одоо бүртгэлд нэвтрэх боломжтой." + +msgid "Password reset confirmation" +msgstr "Нууц үг шинэчилэхийг баталгаажуулах" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Шинэ нууц үгээ хоёр удаа оруулна уу. Ингэснээр нууц үгээ зөв бичиж байгаа " +"эсэхийг тань шалгах юм. " + +msgid "New password:" +msgstr "Шинэ нууц үг:" + +msgid "Confirm password:" +msgstr "Нууц үгээ батлах:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Нууц үг авах холбоос болохгүй байна. Үүнийг аль хэдийнэ хэрэглэснээс болсон " +"байж болзошгүй. Шинэ нууц үг авахаар хүсэлт гаргана уу. " + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Таны оруулсан имайл хаяг бүртгэлтэй бол таны имайл хаягруу нууц үг " +"тохируулах зааварыг удахгүй очих болно. Та удахгүй имайл хүлээж авах болно. " + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Хэрвээ та имайл хүлээж аваагүй бол оруулсан имайл хаягаараа бүртгүүлсэн " +"эсхээ шалгаад мөн имайлийнхаа Spam фолдер ийг шалгана уу." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"%(site_name)s сайтанд бүртгүүлсэн эрхийн нууц үгийг сэргээх хүсэлт гаргасан " +"учир энэ имэйл ийг та хүлээн авсан болно. " + +msgid "Please go to the following page and choose a new password:" +msgstr "Дараах хуудас руу орон шинэ нууц үг сонгоно уу:" + +msgid "Your username, in case you've forgotten:" +msgstr "Хэрэглэгчийн нэрээ мартсан бол :" + +msgid "Thanks for using our site!" +msgstr "Манай сайтыг хэрэглэсэнд баярлалаа!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s баг" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"Нууц үгээ мартсан уу? Доорх хэсэгт имайл хаягаа оруулвал бид хаягаар тань " +"нууц үг сэргэх зааварчилгаа явуулах болно." + +msgid "Email address:" +msgstr "Имэйл хаяг:" + +msgid "Reset my password" +msgstr "Нууц үгээ шинэчлэх" + +msgid "All dates" +msgstr "Бүх огноо" + +#, python-format +msgid "Select %s" +msgstr "%s-г сонго" + +#, python-format +msgid "Select %s to change" +msgstr "Өөрчлөх %s-г сонгоно уу" + +msgid "Date:" +msgstr "Огноо:" + +msgid "Time:" +msgstr "Цаг:" + +msgid "Lookup" +msgstr "Хайх" + +msgid "Currently:" +msgstr "Одоогийнх:" + +msgid "Change:" +msgstr "Өөрчилөлт:" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/mn/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/mn/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..5c0cc09f351c8952bd945e40bbf267e78db53965 GIT binary patch literal 4416 zcmd5;U2GiH6~2_T1^0)R0&Sr`H&z3VlAZOsBA^YfT3iC5xQW8HB2U$L=dO2PcCIxu z>y1@a*ol^;YEl%bmD&oB0D)p5z_H!bky$_Vu}^nmm8um&ydXhUsgHf-`|iyC*f9{q zODCE6=H9vYobR0Tox6Vf=3T!RxOU_I7Vhs|Cqxmr|1)^tdJlLH@O|LtfV;2Ha0K{8 zjEnjBz8oijU&8#uIX;$S4LF4P1b8FxN#J*ZzXsk3Tm;g-0qz3+19$`Qt$h40@G*@4 z4Xgksun4c>4?ymF21xra0`XtGhR5%KE5P%>hdwI={)>O%LA&n&4+7r@lFuF(`4g}R zJbWN026zNxAB(yFGVp7_zXERsz6qrN{{Wen|K;<$Fv)ed=jZ?>#`goi z4y*$22L2K_4!j8b3h=)``Vn6c;;Vogfz0b2z*m5Kfqw-49msVWPML=jz;6Se1akga z;G4jgfv*C81tVVu?!$vv#^X5fa6Wz!_)my;vJw9s_>YCg$QVkQlVnS6D<$dJ01JZRGjyND^2tS&2{lJ|H zl-v`G2{){&KupxNj#UoQl|OcqfllfcmS(&A%MSTLq9XB-?$(|9 zx2{}|Nr_c7t0GB)&dzH==Gqs_DOLAF@0!f+ytE~b*+_F>z~a%mZi!0Wk0t&mbtMBo zMuKY69jJ?AgKW5S-BiZ9q2$zDUT;5~=GKPvLu+D6p8(lFx1{LSSH!n+dLa6RZWWF6da zTA}wsF!20Y-)p)7e5=5VZEo&@B4;8!h0dCjfz~$pH4Ql;%MT*S%_PC*$i`DkibBnPR**y(X5>XAb>t|BMrRN}~^fpTM&sX`w43G>GN8FRF0s9+0|kt#&Z zj9HeF0aDE{bGdUWl;*zS}Led{CG|E9f|J#L-AUjzg_**em>8 zMKS79mfqt?zaBcKW^|MkCgW+}E8O3ljtdoCmP1F6R0uO8Z7}4L#z__3Hw+=U zM-&dFK;8#782&J@L&pzm`Ult(PB-0YRj4SpQI?Y$gaaR;kJOW7rd%wxS}iA`O~0m2 zI91&!W>Iw^$PE-5VR7%!O@kU30yxs$ofaIO2&Uy zIaIi}zmC3YDk?k>R<(z-pe*m5@{=CXvTTGyM}ubM28Ba9YQ$w3&e&l*K6X%Muj3=3 z+&wN!dk+rveq+*e__xse4N4cxhUu6Uvyr`B^ST2veabAE6=9xB=V9Zr>B#=vdCaWi ze#2Z!Px32&VoWx>mbQg?9+R2dw%EL2RyP;Zc{xA^OJ1h=YnVHK<#q61HEZCoB26bf zyKPg?7nfx|GCEr}4my|SA_L&B6bvsRz>Zmx>8bRT;1oS|2Ap8+Dz=RyEG6(xnJD>AZCbi!yy0TQ4!VB}PC#{|{El9mQ`$gHPd}PfvdeiXUU_In;B* zYzXrb69!3cEgDOm*9$d41^$9=L2+J1InP-+T%syb2l!zbGreVUfnn&~tYH=P(z-?TkUJ+Oi2yShX*AsVx?xd`c`ZT2<|k{B}y zZ9#oYX**YRMiJc5lFmR_eeno#wU?Sja%#uH_M9Qv)?F&mEf0F54(`Tzg` literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/mn/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/mn/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..5d4e107 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/mn/LC_MESSAGES/djangojs.po @@ -0,0 +1,218 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Tsolmon , 2012 +# Zorig , 2014 +# Анхбаяр Анхаа , 2011-2012,2015 +# Ганзориг БП , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 10:11+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Mongolian (http://www.transifex.com/django/django/language/" +"mn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: mn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Боломжтой %s" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"Энэ %s жагсаалт нь боломжит утгын жагсаалт. Та аль нэгийг нь сонгоод \"Сонгох" +"\" дээр дарж нөгөө хэсэгт оруулах боломжтой." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Энэ нүдэнд бичээд дараах %s жагсаалтаас шүүнэ үү. " + +msgid "Filter" +msgstr "Шүүлтүүр" + +msgid "Choose all" +msgstr "Бүгдийг нь сонгох" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Бүгдийг сонгох бол %s дарна уу" + +msgid "Choose" +msgstr "Сонгох" + +msgid "Remove" +msgstr "Хас" + +#, javascript-format +msgid "Chosen %s" +msgstr "Сонгогдсон %s" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"Энэ %s сонгогдсон утгуудыг жагсаалт. Та аль нэгийг нь хасахыг хүсвэл сонгоох " +"\"Хас\" дээр дарна уу." + +msgid "Remove all" +msgstr "Бүгдийг арилгах" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "%s ийн сонгоод бүгдийг нь арилгана" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s ээс %(cnt)s сонгосон" +msgstr[1] "%(sel)s ээс %(cnt)s сонгосон" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Хадгалаагүй өөрчлөлтүүд байна. Энэ үйлдэлийг хийвэл өөрчлөлтүүд устах болно." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Та 1 үйлдлийг сонгосон байна, гэвч та өөрийн өөрчлөлтүүдээ тодорхой " +"талбаруудад нь оруулагүй байна. OK дарж сануулна уу. Энэ үйлдлийг та дахин " +"хийх шаардлагатай." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Та 1 үйлдлийг сонгосон байна бас та ямарваа өөрчлөлт оруулсангүй. Та Save " +"товчлуур биш Go товчлуурыг хайж байгаа бололтой." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Та серверийн цагаас %s цагийн түрүүнд явж байна" +msgstr[1] "Та серверийн цагаас %s цагийн түрүүнд явж байна" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Та серверийн цагаас %s цагаар хоцорч байна" +msgstr[1] "Та серверийн цагаас %s цагаар хоцорч байна" + +msgid "Now" +msgstr "Одоо" + +msgid "Choose a Time" +msgstr "Цаг сонгох" + +msgid "Choose a time" +msgstr "Цаг сонгох" + +msgid "Midnight" +msgstr "Шөнө дунд" + +msgid "6 a.m." +msgstr "6 цаг" + +msgid "Noon" +msgstr "Үд дунд" + +msgid "6 p.m." +msgstr "Оройн 6 цаг" + +msgid "Cancel" +msgstr "Болих" + +msgid "Today" +msgstr "Өнөөдөр" + +msgid "Choose a Date" +msgstr "Өдөр сонгох" + +msgid "Yesterday" +msgstr "Өчигдөр" + +msgid "Tomorrow" +msgstr "Маргааш" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "Үзэх" + +msgid "Hide" +msgstr "Нуух" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/mr/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/mr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..d847b48ad67ec0416debfc5c01e7c64ab36f6563 GIT binary patch literal 468 zcmZ8d!A=4(6x8TxkDfg|6Aut9Z83(mh%q807>IYaC2z`kZH<6*DNSah zsVc1tWb8AYlE+o%Nn!;=lb3|_oRR^xd4nOMk@SHiP8y%fV4Z+xX^i$TQaV*R++i9VAM)+k)Mjq)@s7z>GE*c`vJfzq zPKJes+9HHfP`X~Po1t>lbG2#CY(dLiPfts_t4H%c3tBi@kH*7s|L_C6$)cV$K^aW; zSz^VYHi4G8)TRTog>+tp?rSn2@j+L;H&>4I&CI6SWCG%M9rjTL6fTx7C5&wp%lB(FI=bL`T0OD2bc^ literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/mr/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/mr/LC_MESSAGES/django.po new file mode 100644 index 0000000..c02c72b --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/mr/LC_MESSAGES/django.po @@ -0,0 +1,609 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2015-01-18 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Marathi (http://www.transifex.com/projects/p/django/language/" +"mr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: mr\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "" + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "" + +msgid "Are you sure?" +msgstr "" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "" + +msgid "Administration" +msgstr "" + +msgid "All" +msgstr "" + +msgid "Yes" +msgstr "" + +msgid "No" +msgstr "" + +msgid "Unknown" +msgstr "" + +msgid "Any date" +msgstr "" + +msgid "Today" +msgstr "" + +msgid "Past 7 days" +msgstr "" + +msgid "This month" +msgstr "" + +msgid "This year" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" + +msgid "Action:" +msgstr "" + +msgid "action time" +msgstr "" + +msgid "object id" +msgstr "" + +msgid "object repr" +msgstr "" + +msgid "action flag" +msgstr "" + +msgid "change message" +msgstr "" + +msgid "log entry" +msgstr "" + +msgid "log entries" +msgstr "" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "" + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "" + +msgid "LogEntry Object" +msgstr "" + +msgid "None" +msgstr "" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-format +msgid "Changed %s." +msgstr "" + +msgid "and" +msgstr "" + +#, python-format +msgid "Added %(name)s \"%(object)s\"." +msgstr "" + +#, python-format +msgid "Changed %(list)s for %(name)s \"%(object)s\"." +msgstr "" + +#, python-format +msgid "Deleted %(name)s \"%(object)s\"." +msgstr "" + +msgid "No fields changed." +msgstr "" + +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "" + +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" + +#, python-format +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "" + +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" + +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." +msgstr "" + +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" + +msgid "No action selected." +msgstr "" + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "" + +#, python-format +msgid "Add %s" +msgstr "" + +#, python-format +msgid "Change %s" +msgstr "" + +msgid "Database error" +msgstr "" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "" + +#, python-format +msgid "Change history: %s" +msgstr "" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +msgid "Django site admin" +msgstr "" + +msgid "Django administration" +msgstr "" + +msgid "Site administration" +msgstr "" + +msgid "Log in" +msgstr "" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "" + +msgid "We're sorry, but the requested page could not be found." +msgstr "" + +msgid "Home" +msgstr "" + +msgid "Server error" +msgstr "" + +msgid "Server error (500)" +msgstr "" + +msgid "Server Error (500)" +msgstr "" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +msgid "Run the selected action" +msgstr "" + +msgid "Go" +msgstr "" + +msgid "Click here to select the objects across all pages" +msgstr "" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "" + +msgid "Clear selection" +msgstr "" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" + +msgid "Enter a username and password." +msgstr "" + +msgid "Change password" +msgstr "" + +msgid "Please correct the error below." +msgstr "" + +msgid "Please correct the errors below." +msgstr "" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" + +msgid "Welcome," +msgstr "" + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "" + +msgid "Log out" +msgstr "" + +msgid "Add" +msgstr "" + +msgid "History" +msgstr "" + +msgid "View on site" +msgstr "" + +#, python-format +msgid "Add %(name)s" +msgstr "" + +msgid "Filter" +msgstr "" + +msgid "Remove from sorting" +msgstr "" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "" + +msgid "Toggle sorting" +msgstr "" + +msgid "Delete" +msgstr "" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" + +msgid "Objects" +msgstr "" + +msgid "Yes, I'm sure" +msgstr "" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" + +msgid "Change" +msgstr "" + +msgid "Remove" +msgstr "" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "" + +msgid "Delete?" +msgstr "" + +#, python-format +msgid " By %(filter_title)s " +msgstr "" + +msgid "Summary" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "" + +msgid "You don't have permission to edit anything." +msgstr "" + +msgid "Recent Actions" +msgstr "" + +msgid "My Actions" +msgstr "" + +msgid "None available" +msgstr "" + +msgid "Unknown content" +msgstr "" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "" + +msgid "Date/time" +msgstr "" + +msgid "User" +msgstr "" + +msgid "Action" +msgstr "" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" + +msgid "Show all" +msgstr "" + +msgid "Save" +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Search" +msgstr "" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "" + +msgid "Save as new" +msgstr "" + +msgid "Save and add another" +msgstr "" + +msgid "Save and continue editing" +msgstr "" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "" + +msgid "Log in again" +msgstr "" + +msgid "Password change" +msgstr "" + +msgid "Your password was changed." +msgstr "" + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" + +msgid "Change my password" +msgstr "" + +msgid "Password reset" +msgstr "" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "" + +msgid "Password reset confirmation" +msgstr "" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" + +msgid "New password:" +msgstr "" + +msgid "Confirm password:" +msgstr "" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" + +msgid "Please go to the following page and choose a new password:" +msgstr "" + +msgid "Your username, in case you've forgotten:" +msgstr "" + +msgid "Thanks for using our site!" +msgstr "" + +#, python-format +msgid "The %(site_name)s team" +msgstr "" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" + +msgid "Email address:" +msgstr "" + +msgid "Reset my password" +msgstr "" + +msgid "All dates" +msgstr "" + +msgid "(None)" +msgstr "" + +#, python-format +msgid "Select %s" +msgstr "" + +#, python-format +msgid "Select %s to change" +msgstr "" + +msgid "Date:" +msgstr "" + +msgid "Time:" +msgstr "" + +msgid "Lookup" +msgstr "" + +msgid "Currently:" +msgstr "" + +msgid "Change:" +msgstr "" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/mr/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/mr/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..183b3d14e9fb10c1d39cdf7eb3080abd7a0a7b50 GIT binary patch literal 468 zcmYLF!A=4(5Y^~ukDfi$!~+C}wnPFJF-C+01Cfx`d)+Nd$!@!8i{OWN@#Fj!XTiWr zUOF#*Go9Dpi}UXj#3}L;d5t_n-XJS~1MyesFmHG-roX)+tl zRcT#-sn2u@PwUJ>Yz2vCuQ3dqk^#N&EQ1oH#dsSS2i_r^3)X2c&KMeDu0C}&^XR(; z&VaSCMetUGA)<-&0b(bO&t- zGL=q-r6#py2&JHOv)MF5HBm3rwwc(1miwHZmUJJF=KmvT;b=XYj;F)p5AY_72G#^+ zaI>!xBL=k%w9KV8J(4V?^D6Y;;t_O@zUsY&axgTBO|{7c>3-;NSXGe1MYDYEWDX\n" +"Language-Team: Marathi (http://www.transifex.com/projects/p/django/language/" +"mr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: mr\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +msgid "Filter" +msgstr "" + +msgid "Choose all" +msgstr "" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "" + +msgid "Choose" +msgstr "" + +msgid "Remove" +msgstr "" + +#, javascript-format +msgid "Chosen %s" +msgstr "" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" + +msgid "Remove all" +msgstr "" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "" +msgstr[1] "" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +msgstr[1] "" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +msgstr[1] "" + +msgid "Now" +msgstr "" + +msgid "Clock" +msgstr "" + +msgid "Choose a time" +msgstr "" + +msgid "Midnight" +msgstr "" + +msgid "6 a.m." +msgstr "" + +msgid "Noon" +msgstr "" + +msgid "Cancel" +msgstr "" + +msgid "Today" +msgstr "" + +msgid "Calendar" +msgstr "" + +msgid "Yesterday" +msgstr "" + +msgid "Tomorrow" +msgstr "" + +msgid "" +"January February March April May June July August September October November " +"December" +msgstr "" + +msgid "S M T W T F S" +msgstr "" + +msgid "Show" +msgstr "" + +msgid "Hide" +msgstr "" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/my/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/my/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..74c644fbdbc66afb7d0e6554da05d9538ad50b08 GIT binary patch literal 3677 zcmb7_>yH*!8Nd$$7S~#9(ORpmV+(b;%)aj~w!m;(3JcV*EwV4Iw?v1154!_%S!d>D zd1FInjV1OLTNE1*HEoR1q*O{`!Gf({^g}-wznPe5GKqhHrU{?@J?EUguq>2L_PoFI zob#OLcAlC2_gza)DW0z|zQDM$NU7cM+l%?(IkrTpkHRjz4OURLe&p6)fOjDO#I3&u zKZg7pxD1|$a{iBQ{m<|&Ets|^k0Rd_iMNQJ13ua@*kkYbp0t5EV>Oc1hvHx&P?q2xCJ<@^?is@m;13`K7QivMpxspEH{)ID-c;E%bh z@4+v#z6hmWxC%-f`{DgCg{$Fu??Bmq#qlpt`r~~l z`P@ko>);Bw5`G=Z`f(_JPQtt4Z{ZMp7p{OyKd#goxEkIApM+Ac%*jtX`IM7igA(6m z$A3WSm-nIATg+kc*9%2&E0nr_)5!@OM1B@N0^fsQf{SPt$?rk95q=HI`tuMKbqa$VOw9xJOE4=^5LtYP#s zqz|SaiLJqqyOX}ayy?>>lt*guSu<1Wi%@F6iotcwJfCJJz1Hhi?uBa^a(}de$yZ{R zd?goBG|#6T?}Ya;B<}%+&zSqTPlo9WuG{pB)TWOi-xs-`nP>ZG8D*)m2-Nm=TZXr? z07;ZaMVW_IBaYSfIQH6Mso6}sW~O$Ghv}GhkYjei8|P$}cY`@gN!ObQi()d%+tXU} z-Sg@r=JztNl93j%qa$ z%8w57(Qy##(NYqfnR#XAjoQkL==`Y8y&*}$+pLqVy$?5=t2Q^7p>OtVf^!AWD5;UC z)bmps=_E;*cU6lDdr6j-<96C57}cUafof&#u&WNFN78IERR;=^d`icoB)3+5gUbuk zw%V6xhl$#MtnELk^MW1-ytb)f&wf3T<)uGdj74q#(au=mx3a+N+4n@t-;rxmN?&dx z@CKUwkNC}p{r>gdz`CG+U`=zN*+kLbua8DzbDrKnzt`LtG&ink^7QNti_&l9VOqo? zy%Km|4O1G<+pD9tj=jx9gE$x)u`fywWm`Fuj&;H@?YDH81m2^aJkhjB?|4~G1dYbz zZ>NsOVjalKWmG>xnuL`8ipmhTOpA=^exwE#^31Q)O7hc`Q@=4P%KQNlMU6^B^h(1I!p=xiQo~ev) zyE1!YxFSQEllve~-V)ma+$OcaAyG4zW0HgQ%`bl}+sa7W(rox}HL}a|n*%M3**EYs z0%hQcm3gJ;2AN;K!F%Vzw-#twTan7NuX`ui!|kt3g~T&5uwhP_RU6fOC8DsmV*A2n zKsw}(E=f`lz8}_&>i`-EMVr8zc;YM}+T!7ijuM;pO}SxLnq!g)dfts}U>xT-d&T@- z(~b6Rv;PF^sb}h`ia+, 2013-2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 09:09+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Burmese (http://www.transifex.com/django/django/language/" +"my/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: my\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "" + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "" + +msgid "Are you sure?" +msgstr "" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "" + +msgid "Administration" +msgstr "စီမံခန့်ခွဲမှု" + +msgid "All" +msgstr "အားလုံး" + +msgid "Yes" +msgstr "ဟုတ်" + +msgid "No" +msgstr "မဟုတ်" + +msgid "Unknown" +msgstr "အမည်မသိ" + +msgid "Any date" +msgstr "နှစ်သက်ရာရက်စွဲ" + +msgid "Today" +msgstr "ယနေ့" + +msgid "Past 7 days" +msgstr "" + +msgid "This month" +msgstr "ယခုလ" + +msgid "This year" +msgstr "ယခုနှစ်" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" + +msgid "Action:" +msgstr "လုပ်ဆောင်ချက်:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "" + +msgid "Remove" +msgstr "ဖယ်ရှား" + +msgid "action time" +msgstr "" + +msgid "user" +msgstr "" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "" + +msgid "action flag" +msgstr "" + +msgid "change message" +msgstr "" + +msgid "log entry" +msgstr "" + +msgid "log entries" +msgstr "" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "" + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "" + +msgid "LogEntry Object" +msgstr "" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "" + +msgid "and" +msgstr "နှင့်" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "" + +msgid "None" +msgstr "တစ်ခုမှမဟုတ်" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" + +msgid "No action selected." +msgstr "" + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "" + +#, python-format +msgid "Add %s" +msgstr "ထည့်သွင်း %s" + +#, python-format +msgid "Change %s" +msgstr "ပြောင်းလဲ %s" + +msgid "Database error" +msgstr "အချက်အလက်အစုအမှား" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "" + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "" + +#, python-format +msgid "Change history: %s" +msgstr "မှတ်တမ်းပြောင်းလဲ: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +msgid "Django site admin" +msgstr "" + +msgid "Django administration" +msgstr "ဒီဂျန်ဂိုစီမံခန့်ခွဲမှု" + +msgid "Site administration" +msgstr "ဆိုက်စီမံခန့်ခွဲမှု" + +msgid "Log in" +msgstr "ဖွင့်ဝင်" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "" + +msgid "We're sorry, but the requested page could not be found." +msgstr "" + +msgid "Home" +msgstr "ပင်မ" + +msgid "Server error" +msgstr "ဆာဗာအမှားပြ" + +msgid "Server error (500)" +msgstr "ဆာဗာအမှားပြ (၅၀၀)" + +msgid "Server Error (500)" +msgstr "ဆာဗာအမှားပြ (၅၀၀)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +msgid "Run the selected action" +msgstr "" + +msgid "Go" +msgstr "သွား" + +msgid "Click here to select the objects across all pages" +msgstr "" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "" + +msgid "Clear selection" +msgstr "" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" + +msgid "Enter a username and password." +msgstr "" + +msgid "Change password" +msgstr "စကားဝှက်ပြောင်း" + +msgid "Please correct the error below." +msgstr "" + +msgid "Please correct the errors below." +msgstr "" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" + +msgid "Welcome," +msgstr "ကြိုဆို၊ " + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "စာရွက်စာတမ်း" + +msgid "Log out" +msgstr "ဖွင့်ထွက်" + +#, python-format +msgid "Add %(name)s" +msgstr "" + +msgid "History" +msgstr "မှတ်တမ်း" + +msgid "View on site" +msgstr "" + +msgid "Filter" +msgstr "စီစစ်မှု" + +msgid "Remove from sorting" +msgstr "" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "" + +msgid "Toggle sorting" +msgstr "" + +msgid "Delete" +msgstr "ပယ်ဖျက်" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" + +msgid "Objects" +msgstr "" + +msgid "Yes, I'm sure" +msgstr "" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" + +msgid "Change" +msgstr "ပြောင်းလဲ" + +msgid "Delete?" +msgstr "ပယ်ဖျက်?" + +#, python-format +msgid " By %(filter_title)s " +msgstr "" + +msgid "Summary" +msgstr "အကျဉ်းချုပ်" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "" + +msgid "Add" +msgstr "ထည့်သွင်း" + +msgid "You don't have permission to edit anything." +msgstr "" + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "" + +msgid "Unknown content" +msgstr "" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "" + +msgid "Date/time" +msgstr "ရက်စွဲ/အချိန်" + +msgid "User" +msgstr "အသုံးပြုသူ" + +msgid "Action" +msgstr "လုပ်ဆောင်ချက်" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" + +msgid "Show all" +msgstr "" + +msgid "Save" +msgstr "သိမ်းဆည်း" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Search" +msgstr "ရှာဖွေ" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "" + +msgid "Save as new" +msgstr "" + +msgid "Save and add another" +msgstr "" + +msgid "Save and continue editing" +msgstr "" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "" + +msgid "Log in again" +msgstr "" + +msgid "Password change" +msgstr "" + +msgid "Your password was changed." +msgstr "" + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" + +msgid "Change my password" +msgstr "စကားဝှက်ပြောင်း" + +msgid "Password reset" +msgstr "" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "" + +msgid "Password reset confirmation" +msgstr "" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" + +msgid "New password:" +msgstr "" + +msgid "Confirm password:" +msgstr "" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" + +msgid "Please go to the following page and choose a new password:" +msgstr "" + +msgid "Your username, in case you've forgotten:" +msgstr "" + +msgid "Thanks for using our site!" +msgstr "" + +#, python-format +msgid "The %(site_name)s team" +msgstr "" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" + +msgid "Email address:" +msgstr "အီးမေးလ်လိပ်စာ:" + +msgid "Reset my password" +msgstr "" + +msgid "All dates" +msgstr "ရက်စွဲအားလုံး" + +#, python-format +msgid "Select %s" +msgstr "ရွေးချယ် %s" + +#, python-format +msgid "Select %s to change" +msgstr "ပြောင်းလဲရန် %s ရွေးချယ်" + +msgid "Date:" +msgstr "ရက်စွဲ:" + +msgid "Time:" +msgstr "အချိန်:" + +msgid "Lookup" +msgstr "ပြန်ကြည့်" + +msgid "Currently:" +msgstr "လက်ရှိ:" + +msgid "Change:" +msgstr "ပြောင်းလဲ:" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/my/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/my/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..23444d55ae5877c97d0b6abcaf897fe66befeb64 GIT binary patch literal 3268 zcmdUvTaOe)6vtZyF9Tk{`z4_S*KkSC&aB~*Suw!MMhvSP97%ZWovEE|?C#oh_wF!n zjX_N$Mu=ck4ADo!f|nRDfcxSH@X16UBxz#&3?{z#tE!%v6()j_7dzAauR7<{IsbF1 zxw3lMNr&fg-luqf;~nB%xQ!3bj@un)E4UN96YPL1!K~Q7SKtZoUgW3168Hsp5BM#( z23!Q61+ReG&+yc=9q?4JPnIcxZ6yLF)Uw-MC#o52%c4LlD12rdUbl-f@V z90g}V9e)9QpIput@^PF#iTq9Q8SpgtF!%$g^ZKQb{|-LQe#KqZ-UUBkzXv=9{t7+@ zMg-OP4ygTpR^Vk&$Nw4B{;z@?!9NQ5I+Xk2<${yo5t7vLe_CPvT?H?({}a^m3w$th z?&H;UMr`T=7`;Ya2i!Xk=?%|=ywJSvp#`S4j})5KAmwo$E%utPekiSTKkq7Doukg@ z0bV^Ty=Q2BB7+TyP}5>)eIrU)B9M(#Hl2UcZ4q8MEIT{rJwNcK0x5ANwNR?=qBf<*;#KKF3!c*B9>*`|}s(ESjnA+2QvvEI2 zW$e7ES-HzU6_lRB>`74d01`^?z_v_31mSj^F2h^Mh zy-t^0qCzRAIz@T>sHKmF!jFuLDRoFp$w0M*7d5pc5)IA1uoG)-Rn`hGjxm~&X?B*dz$Wk87IDqYNC12i(0C*PtK}1btjUR-*k7)wGy|kYN9mx zYTX@+rI%vszUZa0CPpgNEpBDATiq%~o~uegc~N&+ucaZSAJMG+b8l}u3}o`((F9f8@F{b*Xfz?rBu=e49;mtI&CyXN9h zCQ_`QNz>Wd@Nm1`E~na~KP?ZH8!8;OIdvf@jt_^O;SHsUJrle8*;mVz(wK@;8NrGg z*F-80rNgs<=SQPVpcf}H-Tr!g+}+l<)3K&y?Cy>ls>z_$#I`9v?a{1>uv3~0=3*~! z$5k9AH4)94ZL+;OD(rH5WwgXaw>Lk}KF+g6{s`=ULY|$pc4|&kpC=r9As2 z&o1WK$vnH9XXlVR=FEva%e3O~+j+)%!JItjaF>nZY@U5-M4bN0SXjvs&foxV*6oKT zg!Y8AADhkR-S`|N02KOarJFTZ}J>g@!MasCnb{q|1NKzJ3_@B?okMY9IhgH2Ii$R*+IK-o^| zS{k>EXRqb-?(Ev7Q_5y3#~uq7HyG3ZSy=}RiW$UPR?`6iDDKS_)C?xgW0>?!pd)NJ z%2?r+2C~&xi}AH>?G4!RJp0DnquyxQA*MUMrrQ*)JM6g(%v*0_^#}>`XUOCc;9uPj YoLcWhWx>}DAAFY-mVdTxQYOQ{0Cw-cWdHyG literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/my/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/my/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..aba3b60 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/my/LC_MESSAGES/djangojs.po @@ -0,0 +1,206 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Yhal Htet Aung , 2013 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 10:11+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Burmese (http://www.transifex.com/django/django/language/" +"my/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: my\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#, javascript-format +msgid "Available %s" +msgstr "%s ကိုရယူနိုင်" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"%s သည်ရယူနိုင်သောစာရင်းဖြစ်။ အောက်ဖော်ပြပါဘူးများတွင်အချို့ကိုရွေးချယ်နိုင်ပြီးဘူးနှစ်ခုကြားရှိ\"ရွေး" +"\"များကိုကလစ်နှိပ်။" + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "ယခုဘူးထဲတွင်စာသားရိုက်ထည့်ပြီး %s ရယူနိုင်သောစာရင်းကိုစိစစ်နိုင်။" + +msgid "Filter" +msgstr "စီစစ်မှု" + +msgid "Choose all" +msgstr "အားလံုးရွေး" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "%s အားလံုးကိုတစ်ကြိမ်တည်းဖြင့်ရွေးချယ်ရန်ကလစ်နှိပ်။" + +msgid "Choose" +msgstr "ရွေး" + +msgid "Remove" +msgstr "ဖယ်ရှား" + +#, javascript-format +msgid "Chosen %s" +msgstr "%s ရွေးပြီး" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"%s သည်ရယူနိုင်သောစာရင်းဖြစ်။ အောက်ဖော်ပြပါဘူးများတွင်အချို့ကိုဖယ်ရှားနိုင်ပြီးဘူးနှစ်ခုကြားရှိ\"ဖယ်ရှား" +"\"ကိုကလစ်နှိပ်။" + +msgid "Remove all" +msgstr "အားလံုးဖယ်ရှား" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "%s အားလံုးကိုတစ်ကြိမ်တည်းဖြင့်ဖယ်ရှားရန်ကလစ်နှိပ်။" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(cnt)s မှ %(sel)s ရွေးချယ်ပြီး" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" + +msgid "Now" +msgstr "ယခု" + +msgid "Choose a Time" +msgstr "" + +msgid "Choose a time" +msgstr "အချိန်ရွေးပါ" + +msgid "Midnight" +msgstr "သန်းခေါင်" + +msgid "6 a.m." +msgstr "မနက်၆နာရီ" + +msgid "Noon" +msgstr "မွန်းတည့်" + +msgid "6 p.m." +msgstr "" + +msgid "Cancel" +msgstr "ပယ်ဖျက်" + +msgid "Today" +msgstr "ယနေ့" + +msgid "Choose a Date" +msgstr "" + +msgid "Yesterday" +msgstr "မနေ့" + +msgid "Tomorrow" +msgstr "မနက်ဖြန်" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "ပြသ" + +msgid "Hide" +msgstr "ဖုံးကွယ်" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/nb/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/nb/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..776b94844f1d75ad38e255b9b45f5b4a54ef7724 GIT binary patch literal 15623 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 literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/nb/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/nb/LC_MESSAGES/django.po new file mode 100644 index 0000000..4f5a5ee --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/nb/LC_MESSAGES/django.po @@ -0,0 +1,683 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# jensadne , 2013-2014 +# Jon , 2015-2016 +# Jon , 2013 +# Jon , 2011,2013 +# Sigurd Gartmann , 2012 +# Tommy Strand , 2013 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-07-27 09:07+0000\n" +"Last-Translator: Jon \n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/django/django/" +"language/nb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: nb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Slettet %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Kan ikke slette %(name)s" + +msgid "Are you sure?" +msgstr "Er du sikker?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Slett valgte %(verbose_name_plural)s" + +msgid "Administration" +msgstr "Administrasjon" + +msgid "All" +msgstr "Alle" + +msgid "Yes" +msgstr "Ja" + +msgid "No" +msgstr "Nei" + +msgid "Unknown" +msgstr "Ukjent" + +msgid "Any date" +msgstr "Når som helst" + +msgid "Today" +msgstr "I dag" + +msgid "Past 7 days" +msgstr "Siste syv dager" + +msgid "This month" +msgstr "Denne måneden" + +msgid "This year" +msgstr "I år" + +msgid "No date" +msgstr "Ingen dato" + +msgid "Has date" +msgstr "Har dato" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Vennligst oppgi gyldig %(username)s og passord til en " +"administrasjonsbrukerkonto. Merk at det er forskjell på små og store " +"bokstaver." + +msgid "Action:" +msgstr "Handling:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Legg til ny %(verbose_name)s" + +msgid "Remove" +msgstr "Fjern" + +msgid "action time" +msgstr "tid for handling" + +msgid "user" +msgstr "bruker" + +msgid "content type" +msgstr "innholdstype" + +msgid "object id" +msgstr "objekt-ID" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "objekt-repr" + +msgid "action flag" +msgstr "handlingsflagg" + +msgid "change message" +msgstr "endre melding" + +msgid "log entry" +msgstr "logginnlegg" + +msgid "log entries" +msgstr "logginnlegg" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "La til «%(object)s»." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "Endret «%(object)s» - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "Slettet «%(object)s»." + +msgid "LogEntry Object" +msgstr "LogEntry-objekt" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "La til {name} \"{object}\"." + +msgid "Added." +msgstr "Lagt til." + +msgid "and" +msgstr "og" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "Endret {fields} for {name} \"{object}\"." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "Endret {fields}." + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "Slettet {name} \"{object}\"." + +msgid "No fields changed." +msgstr "Ingen felt endret." + +msgid "None" +msgstr "Ingen" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" +"Hold nede «Control», eller «Command» på en Mac, for å velge mer enn en." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "{name} \"{obj}\" ble lagt til. Du kan redigere videre nedenfor." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "{name} \"{obj}\" ble lagt til. Du kan legge til en ny {name} nedenfor." + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "{name} \"{obj}\" ble lagt til." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "{name} \"{obj}\" ble endret. Du kan redigere videre nedenfor." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "{name} \"{obj}\" ble endret. Du kan legge til en ny {name} nedenfor." + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "{name} \"{obj}\" ble lagt til." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Du må velge objekter for å utføre handlinger på dem. Ingen objekter har " +"blitt endret." + +msgid "No action selected." +msgstr "Ingen handling valgt." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "%(name)s «%(obj)s» ble slettet." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "%(name)s-objekt med primærnøkkelen %(key)r finnes ikke." + +#, python-format +msgid "Add %s" +msgstr "Legg til ny %s" + +#, python-format +msgid "Change %s" +msgstr "Endre %s" + +msgid "Database error" +msgstr "Databasefeil" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s ble endret." +msgstr[1] "%(count)s %(name)s ble endret." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s valgt" +msgstr[1] "Alle %(total_count)s valgt" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 av %(cnt)s valgt" + +#, python-format +msgid "Change history: %s" +msgstr "Endringshistorikk: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Sletting av %(class_name)s «%(instance)s» krever sletting av følgende " +"beskyttede relaterte objekter: %(related_objects)s" + +msgid "Django site admin" +msgstr "Django administrasjonsside" + +msgid "Django administration" +msgstr "Django-administrasjon" + +msgid "Site administration" +msgstr "Nettstedsadministrasjon" + +msgid "Log in" +msgstr "Logg inn" + +#, python-format +msgid "%(app)s administration" +msgstr "%(app)s-administrasjon" + +msgid "Page not found" +msgstr "Fant ikke siden" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Beklager, men siden du spør etter finnes ikke." + +msgid "Home" +msgstr "Hjem" + +msgid "Server error" +msgstr "Tjenerfeil" + +msgid "Server error (500)" +msgstr "Tjenerfeil (500)" + +msgid "Server Error (500)" +msgstr "Tjenerfeil (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Det har oppstått en feil. Feilen er blitt rapportert til administrator via e-" +"post, og vil bli fikset snart. Takk for din tålmodighet." + +msgid "Run the selected action" +msgstr "Utfør den valgte handlingen" + +msgid "Go" +msgstr "Gå" + +msgid "Click here to select the objects across all pages" +msgstr "Trykk her for å velge samtlige objekter fra alle sider" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Velg alle %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Nullstill valg" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Skriv først inn brukernavn og passord. Deretter vil du få mulighet til å " +"endre flere brukerinnstillinger." + +msgid "Enter a username and password." +msgstr "Skriv inn brukernavn og passord." + +msgid "Change password" +msgstr "Endre passord" + +msgid "Please correct the error below." +msgstr "Vennligst korriger feilene under." + +msgid "Please correct the errors below." +msgstr "Vennligst korriger feilene under." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Skriv inn et nytt passord for brukeren %(username)s." + +msgid "Welcome," +msgstr "Velkommen," + +msgid "View site" +msgstr "Vis nettsted" + +msgid "Documentation" +msgstr "Dokumentasjon" + +msgid "Log out" +msgstr "Logg ut" + +#, python-format +msgid "Add %(name)s" +msgstr "Legg til ny %(name)s" + +msgid "History" +msgstr "Historikk" + +msgid "View on site" +msgstr "Vis på nettsted" + +msgid "Filter" +msgstr "Filtrering" + +msgid "Remove from sorting" +msgstr "Fjern fra sortering" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Sorteringsprioritet: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Slå av og på sortering" + +msgid "Delete" +msgstr "Slett" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Om du sletter %(object_name)s «%(escaped_object)s», vil også relaterte " +"objekter slettes, men du har ikke tillatelse til å slette følgende " +"objekttyper:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Sletting av %(object_name)s «%(escaped_object)s» krever sletting av følgende " +"beskyttede relaterte objekter:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Er du sikker på at du vil slette %(object_name)s «%(escaped_object)s»? Alle " +"de følgende relaterte objektene vil bli slettet:" + +msgid "Objects" +msgstr "Objekter" + +msgid "Yes, I'm sure" +msgstr "Ja, jeg er sikker" + +msgid "No, take me back" +msgstr "Nei, ta meg tilbake" + +msgid "Delete multiple objects" +msgstr "Slett flere objekter" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Sletting av det valgte %(objects_name)s ville resultere i sletting av " +"relaterte objekter, men kontoen din har ikke tillatelse til å slette " +"følgende objekttyper:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Sletting av det valgte %(objects_name)s ville kreve sletting av følgende " +"beskyttede relaterte objekter:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Er du sikker på vil slette det valgte %(objects_name)s? De følgende " +"objektene og deres relaterte objekter vil bli slettet:" + +msgid "Change" +msgstr "Endre" + +msgid "Delete?" +msgstr "Slette?" + +#, python-format +msgid " By %(filter_title)s " +msgstr "Etter %(filter_title)s " + +msgid "Summary" +msgstr "Oppsummering" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modeller i %(name)s-applikasjonen" + +msgid "Add" +msgstr "Legg til" + +msgid "You don't have permission to edit anything." +msgstr "Du har ikke rettigheter til å redigere noe." + +msgid "Recent actions" +msgstr "Siste handlinger" + +msgid "My actions" +msgstr "Mine handlinger" + +msgid "None available" +msgstr "Ingen tilgjengelige" + +msgid "Unknown content" +msgstr "Ukjent innhold" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Noe er galt med databaseinstallasjonen din. Sørg for at databasetabellene er " +"opprettet og at brukeren har de nødvendige rettighetene." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Du er logget inn som %(username)s, men er ikke autorisert til å få tilgang " +"til denne siden. Ønsker du å logge inn med en annen konto?" + +msgid "Forgotten your password or username?" +msgstr "Glemt brukernavnet eller passordet ditt?" + +msgid "Date/time" +msgstr "Dato/tid" + +msgid "User" +msgstr "Bruker" + +msgid "Action" +msgstr "Handling" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Dette objektet har ingen endringshistorikk. Det ble sannsynligvis ikke lagt " +"til på denne administrasjonssiden." + +msgid "Show all" +msgstr "Vis alle" + +msgid "Save" +msgstr "Lagre" + +msgid "Popup closing..." +msgstr "Lukker popup..." + +#, python-format +msgid "Change selected %(model)s" +msgstr "Endre valgt %(model)s" + +#, python-format +msgid "Add another %(model)s" +msgstr "Legg til ny %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Slett valgte %(model)s" + +msgid "Search" +msgstr "Søk" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s resultat" +msgstr[1] "%(counter)s resultater" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s totalt" + +msgid "Save as new" +msgstr "Lagre som ny" + +msgid "Save and add another" +msgstr "Lagre og legg til ny" + +msgid "Save and continue editing" +msgstr "Lagre og fortsett å redigere" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Takk for i dag." + +msgid "Log in again" +msgstr "Logg inn igjen" + +msgid "Password change" +msgstr "Endre passord" + +msgid "Your password was changed." +msgstr "Ditt passord ble endret." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Av sikkerhetsgrunner må du oppgi ditt gamle passord. Deretter oppgir du det " +"nye passordet ditt to ganger, slik at vi kan kontrollere at det er korrekt." + +msgid "Change my password" +msgstr "Endre passord" + +msgid "Password reset" +msgstr "Nullstill passord" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Passordet ditt er satt. Du kan nå logge inn." + +msgid "Password reset confirmation" +msgstr "Bekreftelse på nullstilt passord" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Oppgi det nye passordet to ganger, for å sikre at det er skrevet korrekt." + +msgid "New password:" +msgstr "Nytt passord:" + +msgid "Confirm password:" +msgstr "Gjenta nytt passord:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Nullstillingslenken er ugyldig, kanskje fordi den allerede har vært brukt. " +"Vennligst nullstill passordet ditt på nytt." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Vi har sendt deg en e-post med instruksjoner for nullstilling av passord, " +"hvis en konto finnes på den e-postadressen du oppga. Du bør motta den om " +"kort tid." + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Hvis du ikke mottar en epost, sjekk igjen at du har oppgitt den adressen du " +"er registrert med og sjekk ditt spam filter." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Du mottar denne e-posten fordi du har bedt om nullstilling av passordet ditt " +"på %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Vennligst gå til følgende side og velg et nytt passord:" + +msgid "Your username, in case you've forgotten:" +msgstr "Brukernavnet ditt, i tilfelle du har glemt det:" + +msgid "Thanks for using our site!" +msgstr "Takk for at du bruker siden vår!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Hilsen %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"Glemt passordet ditt? Oppgi e-postadressen din under, så sender vi deg en e-" +"post med instruksjoner for nullstilling av passord." + +msgid "Email address:" +msgstr "E-postadresse:" + +msgid "Reset my password" +msgstr "Nullstill mitt passord" + +msgid "All dates" +msgstr "Alle datoer" + +#, python-format +msgid "Select %s" +msgstr "Velg %s" + +#, python-format +msgid "Select %s to change" +msgstr "Velg %s du ønsker å endre" + +msgid "Date:" +msgstr "Dato:" + +msgid "Time:" +msgstr "Tid:" + +msgid "Lookup" +msgstr "Oppslag" + +msgid "Currently:" +msgstr "Nåværende:" + +msgid "Change:" +msgstr "Endre:" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/nb/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/nb/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..27de9228121f917f9b59a562d36698db1d6658d3 GIT binary patch literal 4374 zcmbuDUu+yl9mfX}XmFdf4Ndsd5+GNlFvZW+XwN-*6|=a zUk1s}Z-b=gHSjg?hv4_X7=xga{RSj`zXLCV?|?M!VRZfoJOt9Xx4=Gl1us7e{vz-X z;32ech4w!~dmoH=0{ut8!{Ax)``D`mu#Wa$9Cvd zpU}_GqLRNpMGX{+0V?FvgQ%0JXHd_gK8Xr9u~VoV6)y0xMfbvSR4O%8ii2lRkD*fe zWCb<_(jJiiDTb*~OwqZf@-!;NF17>;CkvUKD!A$J^O&9E zeZu9wRT;Znre)#S<$+L{Xl0TgFW8LGZJDu|t}%rS;DXNzH`Z#Ze5~chTbUnQNbQwn zs@>zx@U~aSMV6tP3&#y+iP_B7dn6+M&qCUP zw49a`?=B0|A6%HXWLN3rfz<9UI;d8?WQJ_H?F@O~rgu~T`HQW{zN_R`x)5x3Rl)J+ zx{_zAfTufLjBRl2*Pn~g)}9n5m%KF!QKWQALvyaQSJ5)-SVv}tTwp19qj{S)Ey(d> zRiGS$M=gX}(hVhKXm&R=9K&T1?`qWcKHs(|M8W@QQRSlhS!5D~N7Lkn>}JhTUt-CK zR7d`!RpWQZM;TAduv*cs{$wx70Ro(q(;&phO)D@mp&q+!9K3OdaeO3Q%x`2;6tap6zWf6DjmB4&UEqM{nsRcl0&8r7cLZIWE~O<(-``%0yS)FR~lftl|2O z=96eu+5)lC;K>?7!c5$hePdm;Sfnb6o-flPYMKV0xUt-fW~>wxR}o#z4L)6~pNndr zi|Xh3^w~yz`gCo&R)b)4Qw|jA+#z>9nm*5K&o=7y(>0Wd>!NT`(+XW=!WrA(3kavr zuNnPZr_{Zca*DrGxlI&0G6 zERY)Rm$p-ORu(%F?pD5C>8+JnNVrI~nWB8FDBl)%;0MyJfZg?Ja>Syvy#}8xIgT5W zE#+0R5fM{m+6aclyGhvx6XPw>yT7XU3oYS8!+%UHZEmpTUX@l?yu0VfE8Zz%S#?zv zY?kf}S_WkRY#3C~cf!uCjcKVptghMsZ6HYZD7GXQwkL6mCglYL zdbEMKnw|-zo10BargqXRvQS@HKd{t^P1$H?*!bwIN4Tst5 z@}}d8<)!Ovz6}>{`2rJD$mo$natj8Qeh4DwK2yj18d3up9<ULL5dTEZ?0u|eF4 UJ|>-Gi}-iv3jR-^$(GrF0g;@ebpQYW literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/nb/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/nb/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..177c988 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/nb/LC_MESSAGES/djangojs.po @@ -0,0 +1,220 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Eirik Krogstad , 2014 +# Jannis Leidel , 2011 +# Jon , 2015-2016 +# Jon , 2014 +# Jon , 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-07-27 09:11+0000\n" +"Last-Translator: Jon \n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/django/django/" +"language/nb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: nb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Tilgjengelige %s" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"Dette er listen over tilgjengelige %s. Du kan velge noen ved å markere de i " +"boksen under og så klikke på \"Velg\"-pilen mellom de to boksene." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Skriv i dette feltet for å filtrere ned listen av tilgjengelige %s." + +msgid "Filter" +msgstr "Filter" + +msgid "Choose all" +msgstr "Velg alle" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Klikk for å velge alle %s samtidig" + +msgid "Choose" +msgstr "Velg" + +msgid "Remove" +msgstr "Slett" + +#, javascript-format +msgid "Chosen %s" +msgstr "Valgte %s" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"Dette er listen over valgte %s. Du kan fjerne noen ved å markere de i boksen " +"under og så klikke på \"Fjern\"-pilen mellom de to boksene." + +msgid "Remove all" +msgstr "Fjern alle" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Klikk for å fjerne alle valgte %s samtidig" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s av %(cnt)s valgt" +msgstr[1] "%(sel)s av %(cnt)s valgt" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Du har ulagrede endringer i individuelle felter. Hvis du utfører en " +"handling, vil dine ulagrede endringer gå tapt." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Du har valgt en handling, men du har ikke lagret dine endringer i " +"individuelle felter enda. Vennligst trykk OK for å lagre. Du må utføre " +"handlingen på nytt." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Du har valgt en handling, og har ikke gjort noen endringer i individuelle " +"felter. Du ser mest sannsynlig etter Gå-knappen, ikke Lagre-knappen." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Merk: Du er %s time foran server-tid." +msgstr[1] "Merk: Du er %s timer foran server-tid." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Merk: Du er %s time bak server-tid." +msgstr[1] "Merk: Du er %s timer bak server-tid." + +msgid "Now" +msgstr "Nå" + +msgid "Choose a Time" +msgstr "Velg et klokkeslett" + +msgid "Choose a time" +msgstr "Velg et klokkeslett" + +msgid "Midnight" +msgstr "Midnatt" + +msgid "6 a.m." +msgstr "06:00" + +msgid "Noon" +msgstr "12:00" + +msgid "6 p.m." +msgstr "18:00" + +msgid "Cancel" +msgstr "Avbryt" + +msgid "Today" +msgstr "I dag" + +msgid "Choose a Date" +msgstr "Velg en dato" + +msgid "Yesterday" +msgstr "I går" + +msgid "Tomorrow" +msgstr "I morgen" + +msgid "January" +msgstr "Januar" + +msgid "February" +msgstr "Februar" + +msgid "March" +msgstr "Mars" + +msgid "April" +msgstr "April" + +msgid "May" +msgstr "Mai" + +msgid "June" +msgstr "Juni" + +msgid "July" +msgstr "Juli" + +msgid "August" +msgstr "August" + +msgid "September" +msgstr "September" + +msgid "October" +msgstr "Oktober" + +msgid "November" +msgstr "November" + +msgid "December" +msgstr "Desember" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "S" + +msgctxt "one letter Monday" +msgid "M" +msgstr "M" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "T" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "O" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "T" + +msgctxt "one letter Friday" +msgid "F" +msgstr "F" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "L" + +msgid "Show" +msgstr "Vis" + +msgid "Hide" +msgstr "Skjul" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ne/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ne/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..f8ae4cb45191246d4dc5ce7494adaecc80efbd62 GIT binary patch literal 15866 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, 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 09:09+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Nepali (http://www.transifex.com/django/django/language/ne/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ne\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "सफलतापूर्वक मेटियो %(count)d %(items)s ।" + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "%(name)s मेट्न सकिएन " + +msgid "Are you sure?" +msgstr "के तपाई पक्का हुनुहुन्छ ?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "%(verbose_name_plural)s छानिएको मेट्नुहोस" + +msgid "Administration" +msgstr "प्रशासन " + +msgid "All" +msgstr "सबै" + +msgid "Yes" +msgstr "हो" + +msgid "No" +msgstr "होइन" + +msgid "Unknown" +msgstr "अज्ञात" + +msgid "Any date" +msgstr "कुनै मिति" + +msgid "Today" +msgstr "आज" + +msgid "Past 7 days" +msgstr "पूर्व ७ दिन" + +msgid "This month" +msgstr "यो महिना" + +msgid "This year" +msgstr "यो साल" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"कृपया स्टाफ खाताको लागि सही %(username)s र पासवर्ड राख्नु होस । दुवै खाली ठाउँ केस " +"सेन्सिटिव हुन सक्छन् ।" + +msgid "Action:" +msgstr "कार्य:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "अर्को %(verbose_name)s थप्नुहोस ।" + +msgid "Remove" +msgstr "हटाउनुहोस" + +msgid "action time" +msgstr "कार्य समय" + +msgid "user" +msgstr "प्रयोग कर्ता" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "वस्तु परिचय" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "" + +msgid "action flag" +msgstr "एक्सन फ्ल्याग" + +msgid "change message" +msgstr "सन्देश परिवर्तन गर्नुहोस" + +msgid "log entry" +msgstr "लग" + +msgid "log entries" +msgstr "लगहरु" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr " \"%(object)s\" थपिएको छ ।" + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "\"%(object)s\" - %(changes)s फेरियो ।" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "\"%(object)s\" मेटिएको छ ।" + +msgid "LogEntry Object" +msgstr "लग ईन्ट्री वस्तु" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "थपिएको छ ।" + +msgid "and" +msgstr "र" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "कुनै फाँट फेरिएन ।" + +msgid "None" +msgstr "शुन्य" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "कार्य गर्नका निम्ति वस्तु छान्नु पर्दछ । कुनैपनि छस्तु छानिएको छैन । " + +msgid "No action selected." +msgstr "कार्य छानिएको छैन ।" + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "%(name)s \"%(obj)s\" सफलतापूर्वक मेटियो । " + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "प्राइमरी की %(key)r भएको %(name)s अब्जेक्ट" + +#, python-format +msgid "Add %s" +msgstr "%s थप्नुहोस" + +#, python-format +msgid "Change %s" +msgstr "%s परिवर्तित ।" + +msgid "Database error" +msgstr "डाटाबेस त्रुटि" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s सफलतापूर्वक परिवर्तन भयो ।" +msgstr[1] "%(count)s %(name)sहरु सफलतापूर्वक परिवर्तन भयो ।" + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s चयन भयो" +msgstr[1] "सबै %(total_count)s चयन भयो" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "%(cnt)s को ० चयन गरियो" + +#, python-format +msgid "Change history: %s" +msgstr "इतिहास फेर्नुहोस : %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +msgid "Django site admin" +msgstr "ज्याङ्गो साइट प्रशासन" + +msgid "Django administration" +msgstr "ज्याङ्गो प्रशासन" + +msgid "Site administration" +msgstr "साइट प्रशासन" + +msgid "Log in" +msgstr "लगिन" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "पृष्ठ भेटिएन" + +msgid "We're sorry, but the requested page could not be found." +msgstr "क्षमापार्थी छौं तर अनुरोध गरिएको पृष्ठ भेटिएन ।" + +msgid "Home" +msgstr "गृह" + +msgid "Server error" +msgstr "सर्भर त्रुटि" + +msgid "Server error (500)" +msgstr "सर्भर त्रुटि (५००)" + +msgid "Server Error (500)" +msgstr "सर्भर त्रुटि (५००)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"त्रुटी भयो । साइट प्रशासकलाई ई-मेलबाट खबर गरिएको छ र चाँडै समाधान हुनेछ । धैर्यताको " +"लागि धन्यवाद ।" + +msgid "Run the selected action" +msgstr "छानिएको कार्य गर्नुहोस ।" + +msgid "Go" +msgstr "बढ्नुहोस" + +msgid "Click here to select the objects across all pages" +msgstr "सबै पृष्ठभरमा वस्तु छान्न यहाँ थिच्नुहोस ।" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "%(total_count)s %(module_name)s सबै छान्नुहोस " + +msgid "Clear selection" +msgstr "चुनेको कुरा हटाउनुहोस ।" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"सर्वप्रथम प्रयोगकर्ता नाम र पासवर्ड हाल्नुहोस । अनिपछि तपाइ प्रयोगकर्ताका विकल्पहरु " +"संपादन गर्न सक्नुहुनेछ ।" + +msgid "Enter a username and password." +msgstr "प्रयोगकर्ता नाम र पासवर्ड राख्नुहोस।" + +msgid "Change password" +msgstr "पासवर्ड फेर्नुहोस " + +msgid "Please correct the error below." +msgstr "कृपया तलका त्रुटिहरु सच्याउनुहोस ।" + +msgid "Please correct the errors below." +msgstr "कृपया तलका त्रुटी सुधार्नु होस ।" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "प्रयोगकर्ता %(username)s को लागि नयाँ पासवर्ड राख्नुहोस ।" + +msgid "Welcome," +msgstr "स्वागतम्" + +msgid "View site" +msgstr "साइट हेर्नु होस ।" + +msgid "Documentation" +msgstr "विस्तृत विवरण" + +msgid "Log out" +msgstr "लग आउट" + +#, python-format +msgid "Add %(name)s" +msgstr "%(name)s थप्नुहोस" + +msgid "History" +msgstr "इतिहास" + +msgid "View on site" +msgstr "साइटमा हेर्नुहोस" + +msgid "Filter" +msgstr "छान्नुहोस" + +msgid "Remove from sorting" +msgstr "" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "" + +msgid "Toggle sorting" +msgstr "" + +msgid "Delete" +msgstr "मेट्नुहोस" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" + +msgid "Objects" +msgstr "" + +msgid "Yes, I'm sure" +msgstr "हुन्छ, म पक्का छु ।" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "वहु वस्तुहरु मेट्नुहोस ।" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "%(objects_name)s " + +msgid "Change" +msgstr "फेर्नुहोस" + +msgid "Delete?" +msgstr "मेट्नुहुन्छ ?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " %(filter_title)s द्वारा" + +msgid "Summary" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "%(name)s एप्लिकेसनमा भएको मोडेलहरु" + +msgid "Add" +msgstr "थप्नुहोस " + +msgid "You don't have permission to edit anything." +msgstr "तपाइलाई केही पनि संपादन गर्ने अनुमति छैन ।" + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "कुनै पनि उपलब्ध छैन ।" + +msgid "Unknown content" +msgstr "अज्ञात सामग्री" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"डाटाबेस स्थापनामा केही त्रुटी छ । सम्वद्ध टेबल बनाएको र प्रयोगकर्तालाई डाटाबेसमा अनुमति " +"भएको छ छैन जाच्नुहोस ।" + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "पासवर्ड अथवा प्रयोगकर्ता नाम भुल्नुभयो ।" + +msgid "Date/time" +msgstr "मिति/समय" + +msgid "User" +msgstr "प्रयोगकर्ता" + +msgid "Action" +msgstr "कार्य:" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "यो अब्जेक्टको पुर्व परिवर्तन छैन । यो यस " + +msgid "Show all" +msgstr "सबै देखाउनुहोस" + +msgid "Save" +msgstr "बचत गर्नुहोस" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Search" +msgstr "खोज्नुहोस" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s नतिजा" +msgstr[1] "%(counter)s नतिजाहरु" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "जम्मा %(full_result_count)s" + +msgid "Save as new" +msgstr "नयाँ रुपमा बचत गर्नुहोस" + +msgid "Save and add another" +msgstr "बचत गरेर अर्को थप्नुहोस" + +msgid "Save and continue editing" +msgstr "बचत गरेर संशोधन जारी राख्नुहोस" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "वेब साइटमा समय बिताउनु भएकोमा धन्यवाद ।" + +msgid "Log in again" +msgstr "पुन: लगिन गर्नुहोस" + +msgid "Password change" +msgstr "पासवर्ड फेरबदल" + +msgid "Your password was changed." +msgstr "तपाइको पासवर्ड फेरिएको छ ।" + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"सुरक्षाको निम्ति आफ्नो पुरानो पासवर्ड राख्नुहोस र कृपया दोहर्याएर आफ्नो नयाँ पासवर्ड " +"राख्नुहोस ताकी प्रमाणीकरण होस । " + +msgid "Change my password" +msgstr "मेरो पासवर्ड फेर्नुहोस " + +msgid "Password reset" +msgstr "पासवर्डपून: राख्नुहोस । " + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "तपाइको पासवर्ड राखियो । कृपया लगिन गर्नुहोस ।" + +msgid "Password reset confirmation" +msgstr "पासवर्ड पुनर्स्थापना पुष्टि" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "ठीक तरिकाले राखिएको पुष्टि गर्न कृपया नयाँ पासवर्ड दोहोर्याएर राख्नुहोस ।" + +msgid "New password:" +msgstr "नयाँ पासवर्ड :" + +msgid "Confirm password:" +msgstr "पासवर्ड पुष्टि:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "पासवर्ड पुनर्स्थापना प्रयोग भइसकेको छ । कृपया नयाँ पासवर्ड रिसेट माग्नुहोस ।" + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"ई-मेल नपाइए मा कृपया ई-मेल ठेगाना सही राखेको नराखेको जाँच गर्नु होला र साथै आफ्नो ई-" +"मेलको स्प्याम पनि जाँच गर्नु होला ।" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +" %(site_name)s को लागि तपाइले पासवर्ड पुन: राख्न आग्रह गरेको हुनाले ई-मेल पाउनुहुदैंछ । " + +msgid "Please go to the following page and choose a new password:" +msgstr "कृपया उक्त पृष्ठमा जानुहोस र नयाँ पासवर्ड राख्नुहोस :" + +msgid "Your username, in case you've forgotten:" +msgstr "तपाइको प्रयोगकर्ता नाम, बिर्सनुभएको भए :" + +msgid "Thanks for using our site!" +msgstr "हाम्रो साइट प्रयोग गरेकोमा धन्यवाद" + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s टोली" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"पासवर्ड बिर्सनु भयो ? तल ई-मेल दिनु होस र हामी नयाँ पासवर्ड हाल्ने प्रकृया पठाइ दिनेछौँ ।" + +msgid "Email address:" +msgstr "ई-मेल ठेगाना :" + +msgid "Reset my password" +msgstr "मेरो पासवर्ड पुन: राख्नुहोस ।" + +msgid "All dates" +msgstr "सबै मिति" + +#, python-format +msgid "Select %s" +msgstr "%s छान्नुहोस" + +#, python-format +msgid "Select %s to change" +msgstr "%s परिवर्तन गर्न छान्नुहोस ।" + +msgid "Date:" +msgstr "मिति:" + +msgid "Time:" +msgstr "समय:" + +msgid "Lookup" +msgstr "खोज तलास" + +msgid "Currently:" +msgstr "अहिले :" + +msgid "Change:" +msgstr "फेर्नु होस :" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ne/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ne/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..0b77822a750877076425ed2e258086ddf85c9463 GIT binary patch literal 5358 zcmd^>TZ|k>6^08Ea9ALOa3=)H7HhAGXLe^1wly1b+r-2nPAq3YiFiQ0J2g8Udb)@1 zo*nNK2{$KLD2jxGWk*Di9>+L0izt%KgLy?rNO?d)LJ0K>mmneWhQteer>f_=lVzfc9U( z8n}!Ruj&ja^PU35|1%&T^&&q%0AB{50PlK>Qhe0!_z}N3xCFii3ZGe=oCW7WnfEKO z4SscpQm4`6RnVi|!1z}1m!Jm!1ila4!Q#8YTS3wB4zL7z;3vSx!F}M*L9zQY_(AZ- zw<~o7+ykzFUk7gie*=m>e+R|?O^7Y_yTM!F^O*v_g4j3H-@Vbz`yMF%&x11m*Wdx{ z{{}9Bvo|@tym!0&HNkIV*D2cn1ph&M2Tl)S|1ap98))YXm;2SQWLAY{JK#`{d(xHHB)tO6ovexrm7!|I@*hczHUaHSbI(5 z)kT!V#Oo&3La;pD7Bbs6)+?szhxKi_oo?Dy$8DqqNWkj;X4F-+rk`j&Y18PyPY|e~ zy^*|>ZICT*qc3F=wTxcbDDv%xYcjQ^{m{BtiB3Q^h`QQ?FC(E|6|D<9z02iy7qZ0| zt(dfHu#wf%ZlsxRlJZnigY*m;70G*pjGQq4iBVMdHdHNYMZ#OvHrj@eDX>)Zlc;%b z*mBYJsOut{s;7F;Bovjnlk#bLlwW`EAe#18Q$Gs#S^YK&gK$r(TV9*=6P?7C8T485x=pc%$_>G8iMCC6aawkoh9DB5-lSO6ZeqrLq z%3D*zNRLuWm|2&ect8#{Hj&dCCN1k@f$JLYWD(BO;C*p%XqW9B3o zA=L@plGCLybw9PIN?(&B4NF(tjRMiGr}N$^E+BUo<=NRhdnwN@=sf#jo?XhbUr4)m>e?sd+4FYxl{~v@9rm8b zDSc1ny^~7bdMESjXL;`t%i&?2PZ&IwXBWjlEWe*;&&r)-DV?|N^L>gkc)_~40?|CX ztT8+1R<)L!24A$qGJf$fX-QY#Pu|OLbve(N@Y1!JPRO{4qw`B-k52JBWPn+ppJd|k ze!4^n*O2+75DicYlhc;%ReIrV{d2Jny=)>PVr|#c(9M8Mc2zEJA)GyJB`0g+dOH#O zQEXbD<@+@tb+TzX827VwxsmcgPusbkp1hSo;rg!qd8n?95 zdJkI?6u0HItDkMRWd>Wo9>Keqk+GiLv2c;C<5n$>Dcbgev6RM72a(p<4t$PpE77&k ztv_?qfn+I8kxsTHYybDPd)*WB+N2wELtxv{?z>#VNce)iE+rp|iQB3`k(v4_YNju~ zJ=Aeg^-N*z;a6dCqNa8wRI5(H9oX8zV-W>%d)&vO~}1J?;I0ENruj}D50SW)LY+))o03bwz?z~clb-8vTdY7>>q@G1MMXct^fc4 literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ne/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ne/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..41abbf7 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ne/LC_MESSAGES/djangojs.po @@ -0,0 +1,213 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Paras Nath Chaudhary , 2012 +# Sagar Chalise , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 10:11+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Nepali (http://www.transifex.com/django/django/language/ne/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ne\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "उपलब्ध %s" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"यो उपलब्ध %s को सुची हो। तपाईंले यी मध्य केही बक्सबाट चयन गरी बक्स बीच्को \"छान्नुहोस " +"\" तीरमा क्लिक गरी छान्नसक्नुहुन्छ । " + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr " उपलब्ध %s को सुचिबाट छान्न यो बक्समा टाइप गर्नुहोस " + +msgid "Filter" +msgstr "छान्नुहोस" + +msgid "Choose all" +msgstr "सबै छान्नुहोस " + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "एकै क्लिकमा सबै %s छान्नुहोस " + +msgid "Choose" +msgstr "छान्नुहोस " + +msgid "Remove" +msgstr "हटाउनुहोस" + +#, javascript-format +msgid "Chosen %s" +msgstr "छानिएको %s" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"यो छानिएका %s को सुची हो । तपाईंले यी मध्य केही बक्सबाट चयन गरी बक्स बीच्को " +"\"हटाउनुहोस\" तीरमा क्लिक गरी हटाउन सक्नुहुन्छ । " + +msgid "Remove all" +msgstr "सबै हटाउनुहोस " + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "एकै क्लिकमा सबै छानिएका %s हटाउनुहोस ।" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(cnt)s को %(sel)s चयन गरियो" +msgstr[1] "%(cnt)s को %(sel)s चयन गरियो" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "तपाइको फेरबदल बचत भएको छैन । कार्य भएमा बचत नभएका फेरबदल हराउने छन् ।" + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"तपाइले कार्य छाने पनि फेरबदलहरु बचत गर्नु भएको छैन । कृपया बचत गर्न हुन्छ थिच्नुहोस । कार्य " +"पुन: सञ्चालन गर्नुपर्नेछ ।" + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"तपाइले कार्य छाने पनि फाँटहरुमा फेरबदलहरु गर्नु भएको छैन । बचत गर्नु भन्दा पनि अघि बढ्नुहोस " +"।" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "सूचना: तपाईँ सर्भर समय भन्दा %s घण्टा अगाडि हुनुहुन्छ ।" +msgstr[1] "सूचना: तपाईँ सर्भर समय भन्दा %s घण्टा अगाडि हुनुहुन्छ ।" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "सूचना: तपाईँ सर्भर समय भन्दा %s घण्टा पछाडि हुनुहुन्छ ।" +msgstr[1] "सूचना: तपाईँ सर्भर समय भन्दा %s घण्टा पछाडि हुनुहुन्छ ।" + +msgid "Now" +msgstr "यतिखेर" + +msgid "Choose a Time" +msgstr "समय छान्नु होस ।" + +msgid "Choose a time" +msgstr "समय चयन गर्नुहोस" + +msgid "Midnight" +msgstr "मध्यरात" + +msgid "6 a.m." +msgstr "बिहान ६ बजे" + +msgid "Noon" +msgstr "मध्यान्ह" + +msgid "6 p.m." +msgstr "बेलुकी ६ बजे" + +msgid "Cancel" +msgstr "रद्द गर्नुहोस " + +msgid "Today" +msgstr "आज" + +msgid "Choose a Date" +msgstr "मिति छान्नु होस ।" + +msgid "Yesterday" +msgstr "हिजो" + +msgid "Tomorrow" +msgstr "भोलि" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "देखाउनुहोस " + +msgid "Hide" +msgstr "लुकाउनुहोस " diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/nl/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/nl/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..c7d9e6e120ddcddc8259dc85cee0e183a9d97860 GIT binary patch literal 14754 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, 2013 +# Harro van der Klauw , 2012 +# Ilja Maas , 2015 +# Jannis Leidel , 2011 +# Jeffrey Gelens , 2011-2012 +# dokterbob , 2015 +# Sander Steffann , 2014-2015 +# Tino de Bruijn , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 09:09+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Dutch (http://www.transifex.com/django/django/language/nl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d %(items)s succesvol verwijderd." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "%(name)s kan niet worden verwijderd " + +msgid "Are you sure?" +msgstr "Weet u het zeker?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Verwijder geselecteerde %(verbose_name_plural)s" + +msgid "Administration" +msgstr "Beheer" + +msgid "All" +msgstr "Alle" + +msgid "Yes" +msgstr "Ja" + +msgid "No" +msgstr "Nee" + +msgid "Unknown" +msgstr "Onbekend" + +msgid "Any date" +msgstr "Elke datum" + +msgid "Today" +msgstr "Vandaag" + +msgid "Past 7 days" +msgstr "Afgelopen zeven dagen" + +msgid "This month" +msgstr "Deze maand" + +msgid "This year" +msgstr "Dit jaar" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Voer de correcte %(username)s en wachtwoord voor een stafaccount in. Let op " +"dat beide velden hoofdlettergevoelig zijn." + +msgid "Action:" +msgstr "Actie:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Voeg nog een %(verbose_name)s toe" + +msgid "Remove" +msgstr "Verwijderen" + +msgid "action time" +msgstr "actietijd" + +msgid "user" +msgstr "gebruiker" + +msgid "content type" +msgstr "inhoudstype" + +msgid "object id" +msgstr "object-id" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "object-repr" + +msgid "action flag" +msgstr "actievlag" + +msgid "change message" +msgstr "wijzig bericht" + +msgid "log entry" +msgstr "logregistratie" + +msgid "log entries" +msgstr "logregistraties" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "Toegevoegd \"%(object)s\"." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "Gewijzigd \"%(object)s\" - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "Verwijderd \"%(object)s.\"" + +msgid "LogEntry Object" +msgstr "LogEntry Object" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "Toegevoegd." + +msgid "and" +msgstr "en" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "Geen velden gewijzigd." + +msgid "None" +msgstr "Geen" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" +"Houdt \"Control\", of \"Command\" op een Mac, ingedrukt om meerdere te " +"selecteren." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Er moeten items worden geselecteerd om acties op uit te voeren. Geen items " +"zijn veranderd." + +msgid "No action selected." +msgstr "Geen actie geselecteerd." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "\"%(obj)s\" van type %(name)s is verwijderd." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "%(name)s object met primaire sleutel %(key)r bestaat niet." + +#, python-format +msgid "Add %s" +msgstr "Toevoegen %s" + +#, python-format +msgid "Change %s" +msgstr "Wijzig %s" + +msgid "Database error" +msgstr "Databasefout" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s is succesvol gewijzigd." +msgstr[1] "%(count)s %(name)s zijn succesvol gewijzigd." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s geselecteerd" +msgstr[1] "Alle %(total_count)s geselecteerd" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 van de %(cnt)s geselecteerd" + +#, python-format +msgid "Change history: %s" +msgstr "Wijzigingsgeschiedenis: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Het verwijderen van %(class_name)s %(instance)s vereist het verwijderen van " +"de volgende beschermde gerelateerde objecten: %(related_objects)s" + +msgid "Django site admin" +msgstr "Django sitebeheer" + +msgid "Django administration" +msgstr "Djangobeheer" + +msgid "Site administration" +msgstr "Sitebeheer" + +msgid "Log in" +msgstr "Inloggen" + +#, python-format +msgid "%(app)s administration" +msgstr "%(app)s beheer" + +msgid "Page not found" +msgstr "Pagina niet gevonden" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Onze excuses, maar de gevraagde pagina bestaat niet." + +msgid "Home" +msgstr "Voorpagina" + +msgid "Server error" +msgstr "Serverfout" + +msgid "Server error (500)" +msgstr "Serverfout (500)" + +msgid "Server Error (500)" +msgstr "Serverfout (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Er heeft zich een fout voorgedaan. De fout is via email gemeld aan de " +"website administrators en zou snel verholpen moeten zijn. Bedankt voor uw " +"geduld." + +msgid "Run the selected action" +msgstr "Voer de geselecteerde actie uit" + +msgid "Go" +msgstr "Voer Uit" + +msgid "Click here to select the objects across all pages" +msgstr "Klik hier om alle objecten op alle pagina's te selecteren" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Selecteer alle %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Leeg selectie" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Vul allereerst een gebruikersnaam en wachtwoord in. Vervolgens kunt u de " +"andere opties instellen." + +msgid "Enter a username and password." +msgstr "Voer een gebruikersnaam en wachtwoord in." + +msgid "Change password" +msgstr "Wachtwoord wijzigen" + +msgid "Please correct the error below." +msgstr "Herstel de fouten hieronder." + +msgid "Please correct the errors below." +msgstr "Herstel de fouten hieronder." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" +"Geef een nieuw wachtwoord voor gebruiker %(username)s." + +msgid "Welcome," +msgstr "Welkom," + +msgid "View site" +msgstr "Bekijk site" + +msgid "Documentation" +msgstr "Documentatie" + +msgid "Log out" +msgstr "Afmelden" + +#, python-format +msgid "Add %(name)s" +msgstr "%(name)s toevoegen" + +msgid "History" +msgstr "Geschiedenis" + +msgid "View on site" +msgstr "Toon op site" + +msgid "Filter" +msgstr "Filter" + +msgid "Remove from sorting" +msgstr "Verwijder uit de sortering" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Sorteer prioriteit: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Sortering aan/uit" + +msgid "Delete" +msgstr "Verwijderen" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Het verwijderen van %(object_name)s '%(escaped_object)s' zal ook " +"gerelateerde objecten verwijderen. Echter u heeft geen rechten om de " +"volgende typen objecten te verwijderen:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Het verwijderen van %(object_name)s '%(escaped_object)s' vereist het " +"verwijderen van de volgende gerelateerde objecten:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Weet u zeker dat u %(object_name)s \"%(escaped_object)s\" wilt verwijderen? " +"Alle volgende objecten worden verwijderd:" + +msgid "Objects" +msgstr "Objecten" + +msgid "Yes, I'm sure" +msgstr "Ja, ik weet het zeker" + +msgid "No, take me back" +msgstr "Nee, ga terug" + +msgid "Delete multiple objects" +msgstr "Verwijder meerdere objecten" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Het verwijderen van de geselecteerde %(objects_name)s vereist het " +"verwijderen van gerelateerde objecten, maar uw account heeft geen " +"toestemming om de volgende soorten objecten te verwijderen:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Het verwijderen van de geselecteerde %(objects_name)s vereist het " +"verwijderen van de volgende beschermde gerelateerde objecten:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Weet u zeker dat u de geselecteerde %(objects_name)s wilt verwijderen? Alle " +"volgende objecten en hun aanverwante items zullen worden verwijderd:" + +msgid "Change" +msgstr "Wijzigen" + +msgid "Delete?" +msgstr "Verwijderen?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " Op %(filter_title)s " + +msgid "Summary" +msgstr "Samenvatting" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modellen in de %(name)s applicatie" + +msgid "Add" +msgstr "Toevoegen" + +msgid "You don't have permission to edit anything." +msgstr "U heeft geen rechten om iets te wijzigen." + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "Geen beschikbaar" + +msgid "Unknown content" +msgstr "Onbekende inhoud" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Er is iets mis met de database. Verzeker u ervan dat de benodigde tabellen " +"zijn aangemaakt en dat de database toegankelijk is voor de juiste gebruiker." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"U bent geverifieerd als %(username)s, maar niet bevoegd om deze pagina te " +"bekijken. Wilt u inloggen met een ander account?" + +msgid "Forgotten your password or username?" +msgstr "Wachtwoord of gebruikersnaam vergeten?" + +msgid "Date/time" +msgstr "Datum/tijd" + +msgid "User" +msgstr "Gebruiker" + +msgid "Action" +msgstr "Actie" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Dit object heeft geen wijzigingsgeschiedenis. Het is mogelijk niet via de " +"beheersite toegevoegd." + +msgid "Show all" +msgstr "Alles tonen" + +msgid "Save" +msgstr "Opslaan" + +msgid "Popup closing..." +msgstr "Popup wordt gesloten..." + +#, python-format +msgid "Change selected %(model)s" +msgstr "Wijzig geselecteerde %(model)s" + +#, python-format +msgid "Add another %(model)s" +msgstr "Voeg nog een %(model)s toe" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Verwijder geselecteerde %(model)s" + +msgid "Search" +msgstr "Zoek" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s resultaat" +msgstr[1] "%(counter)s resultaten" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s totaal" + +msgid "Save as new" +msgstr "Opslaan als nieuw item" + +msgid "Save and add another" +msgstr "Opslaan en nieuwe toevoegen" + +msgid "Save and continue editing" +msgstr "Opslaan en opnieuw bewerken" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Bedankt voor de aanwezigheid op de site vandaag." + +msgid "Log in again" +msgstr "Log opnieuw in" + +msgid "Password change" +msgstr "Wachtwoordwijziging" + +msgid "Your password was changed." +msgstr "Uw wachtwoord is gewijzigd." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Vanwege de beveiliging moet u uw oude en twee keer uw nieuwe wachtwoord " +"invoeren, zodat we kunnen controleren of er geen typefouten zijn gemaakt." + +msgid "Change my password" +msgstr "Wijzig mijn wachtwoord" + +msgid "Password reset" +msgstr "Wachtwoord hersteld" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Uw wachtwoord is ingesteld. U kunt nu verder gaan en inloggen." + +msgid "Password reset confirmation" +msgstr "Bevestiging wachtwoord herstellen" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Voer het nieuwe wachtwoord twee keer in, zodat we kunnen controleren of er " +"geen typefouten zijn gemaakt." + +msgid "New password:" +msgstr "Nieuw wachtwoord:" + +msgid "Confirm password:" +msgstr "Bevestig wachtwoord:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"De link voor het herstellen van het wachtwoord is ongeldig, waarschijnlijk " +"omdat de link al eens is gebruikt. Vraag opnieuw een wachtwoord aan." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"We hebben u instructies toegestuurd om uw wachtwoord in te stellen, als er " +"een account bestond met het door u opgegeven emailadres. U zou deze binnen " +"korte tijd moeten ontvangen." + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Als u geen e-mail ontvangt, controleer dan of u het e-mailadres hebt " +"opgegeven waar u zich mee geregistreerd heeft en controleer uw spam-map." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"U ontvangt deze email omdat u heeft verzocht het wachtwoord te resetten voor " +"uw account op %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Gaat u naar de volgende pagina en kies een nieuw wachtwoord:" + +msgid "Your username, in case you've forgotten:" +msgstr "Uw gebruikersnaam, mocht u deze vergeten zijn:" + +msgid "Thanks for using our site!" +msgstr "Bedankt voor het gebruik van onze site!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Het %(site_name)s team" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"Wachtwoord vergeten? Vul uw emailadres hieronder in, en we zullen " +"instructies voor het opnieuw instellen van uw wachtwoord mailen." + +msgid "Email address:" +msgstr "Emailadres:" + +msgid "Reset my password" +msgstr "Herstel mijn wachtwoord" + +msgid "All dates" +msgstr "Alle data" + +#, python-format +msgid "Select %s" +msgstr "Selecteer %s" + +#, python-format +msgid "Select %s to change" +msgstr "Selecteer %s om te wijzigen" + +msgid "Date:" +msgstr "Datum:" + +msgid "Time:" +msgstr "Tijd:" + +msgid "Lookup" +msgstr "Opzoeken" + +msgid "Currently:" +msgstr "Huidig:" + +msgid "Change:" +msgstr "Wijzig:" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/nl/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/nl/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..3dfa3a65b15e52218b08a77d80034228ae6d9cb7 GIT binary patch literal 3945 zcmbtW&5s;M6|X=bun-6iN%#ontzq$6cK6I|#M&Bv2zza>zt* zx;}pI_g=j>pX_`7w*uEZ?$>eu@HrtGz$2f-1J@(qQQ%|X7lHGiuW%9gRkRy*`$UZ^ zz!%Yfsm3>J>;vb}?}1+i-UWUi_)FlAfbRi${fEHkfgb_C1pHgw{uKBo+W!Q0fGZe; zSMfU_&$|cY_1^*FC+_3%8{mh)Ujr|EK?wZB$9V9%e+M21J_a(M1uXJ=U<1hW{sJ5U z-+lpYXz~!ainhYwZvfv1ejWHH;MahE1>z?@!Grlcs{8*13*>Qs#DjT#2xNO706zf! z8F(MK38%pnaR_91pBC^G@EDMFnE?L){2A~8@CPvN=fHmeA%obDn{czu-^R^*vmd{O z`xV^GnJ@MYUsy)G8s4h)>(>xFpcF3l7hkVc5bR{`%y0Jk9va`oy$?6c54v&8vOO>1 z=8J8g4{t)eT;q2c7ZwX;4i)73w6NH-9CZX!AZT@ZeLpvdR~0`*DG_$3ZTW^!XH zW#KYK-HqDc+NL};BW=SHU3Uj$jhm1JUwpCDW3B6PbfEI@0mznPP*?eh!WiD&PaI*o zD&k#9ZMkQgQSH2EWK;?B{}{PMZitS{9P<{Pjgf-M2r$q3vDJ9*hj5|9O)86a)lD+E6~G>qf~!RZ&6LF0*btzhaJKY8BQ(XRe~Wte91j%#bQ=wdL+os6_jaRi>I; z><7BM+>F41@6MGb8Wg%X3a;?6xSqRpB(>;b65UpL0l%~^??uHt<+(&Cgs*~tU znHEvUwQ279wNA8>E6F~LICr&aso7eNnm>+OM``Jec5CTybE(0REYOVV0|+!ckSWatFgp!pLMnz6QhcM5ZCTFO*K9VN3i zoh^NDK#K$KN9{&qGMU7l*VBDOG@c5&_8w(YIBIk)1hR~DRb z1lr`)9p4xksqJz0eO@Sk@>b`3bZmPZ@6}g%bk6o%f;`ZsV_ogHNVdtEx$CCPrHRhF zJS)&K3eDo=(s8O@PcB-TKS`}a$LF@{%NV}Ik(kyW9Eqv|;cV?`%rcb-*n>Doy#Xvr z3Y4X~M~)r0�m|(8F$(;>BreOQUjS#bvEFD=3K5S0a6xac|Z1dOaz;9zEGpwUBs~ zSXD!Z1-MdOHhM@dh|nW%YYrZZyho$hV?JCHIJYc9lT zT}}y!JBWkx0OP81TFLe_Pl#3gZwcq}7UWg^+7YOuie|F{D_wn0*;5FCO`Rek;XPHE zltVratn##SA)i1hlR#j2d($b5m`Ef!WQBDbj-W-8r>w&7G_;rxA0r=1Urf), 2013 +# Harro van der Klauw , 2012 +# Ilja Maas , 2015 +# Jannis Leidel , 2011 +# Jeffrey Gelens , 2011-2012 +# Sander Steffann , 2015 +# wunki , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 10:11+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Dutch (http://www.transifex.com/django/django/language/nl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Beschikbare %s" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"Dit is de lijst met beschikbare %s. U kunt kiezen uit een aantal door ze te " +"selecteren in het vak hieronder en vervolgens op de \"Kiezen\" pijl tussen " +"de twee lijsten te klikken." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Type in dit vak om te filteren in de lijst met beschikbare %s." + +msgid "Filter" +msgstr "Filter" + +msgid "Choose all" +msgstr "Kies alle" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Klik om alle %s te kiezen." + +msgid "Choose" +msgstr "Kiezen" + +msgid "Remove" +msgstr "Verwijderen" + +#, javascript-format +msgid "Chosen %s" +msgstr "Gekozen %s" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"Dit is de lijst van de gekozen %s. Je kunt ze verwijderen door ze te " +"selecteren in het vak hieronder en vervolgens op de \"Verwijderen\" pijl " +"tussen de twee lijsten te klikken." + +msgid "Remove all" +msgstr "Verwijder alles" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Klik om alle gekozen %s tegelijk te verwijderen." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s van de %(cnt)s geselecteerd" +msgstr[1] "%(sel)s van de %(cnt)s geselecteerd" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"U heeft niet opgeslagen wijzigingen op enkele indviduele velden. Als u nu " +"een actie uitvoert zullen uw wijzigingen verloren gaan." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"U heeft een actie geselecteerd, maar heeft de wijzigingen op de individuele " +"velden nog niet opgeslagen. Klik alstublieft op OK om op te slaan. U zult " +"vervolgens de actie opnieuw moeten uitvoeren." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"U heeft een actie geselecteerd en heeft geen wijzigingen gemaakt op de " +"individuele velden. U zoekt waarschijnlijk naar de Gaan knop in plaats van " +"de Opslaan knop." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Let op: U ligt %s uur voor ten opzichte van de server-tijd." +msgstr[1] "Let op: U ligt %s uren voor ten opzichte van de server-tijd." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Let op: U ligt %s uur achter ten opzichte van de server-tijd." +msgstr[1] "Let op: U ligt %s uren achter ten opzichte van de server-tijd." + +msgid "Now" +msgstr "Nu" + +msgid "Choose a Time" +msgstr "Kies een tijdstip" + +msgid "Choose a time" +msgstr "Kies een tijd" + +msgid "Midnight" +msgstr "Middernacht" + +msgid "6 a.m." +msgstr "6 uur 's ochtends" + +msgid "Noon" +msgstr "12 uur 's middags" + +msgid "6 p.m." +msgstr "6 uur 's avonds" + +msgid "Cancel" +msgstr "Annuleren" + +msgid "Today" +msgstr "Vandaag" + +msgid "Choose a Date" +msgstr "Kies een datum" + +msgid "Yesterday" +msgstr "Gisteren" + +msgid "Tomorrow" +msgstr "Morgen" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "Tonen" + +msgid "Hide" +msgstr "Verbergen" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/nn/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/nn/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..c431d91d7db60aaaaf2c3adf0a1c620af8571783 GIT binary patch literal 11079 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, 2011-2012 +# Jannis Leidel , 2011 +# jensadne , 2013 +# Sigurd Gartmann , 2012 +# velmont , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 09:09+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Norwegian Nynorsk (http://www.transifex.com/django/django/" +"language/nn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: nn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Sletta %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Kan ikkje slette %(name)s" + +msgid "Are you sure?" +msgstr "Er du sikker?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Slett valgte %(verbose_name_plural)s" + +msgid "Administration" +msgstr "" + +msgid "All" +msgstr "Alle" + +msgid "Yes" +msgstr "Ja" + +msgid "No" +msgstr "Nei" + +msgid "Unknown" +msgstr "Ukjend" + +msgid "Any date" +msgstr "Når som helst" + +msgid "Today" +msgstr "I dag" + +msgid "Past 7 days" +msgstr "Siste sju dagar" + +msgid "This month" +msgstr "Denne månaden" + +msgid "This year" +msgstr "I år" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" + +msgid "Action:" +msgstr "Handling:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Legg til ny %(verbose_name)s." + +msgid "Remove" +msgstr "Fjern" + +msgid "action time" +msgstr "tid for handling" + +msgid "user" +msgstr "" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "objekt-ID" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "objekt repr" + +msgid "action flag" +msgstr "handlingsflagg" + +msgid "change message" +msgstr "endre melding" + +msgid "log entry" +msgstr "logginnlegg" + +msgid "log entries" +msgstr "logginnlegg" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "La til «%(object)s»." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "Endra «%(object)s» - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "Sletta «%(object)s»." + +msgid "LogEntry Object" +msgstr "LogEntry-objekt" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "" + +msgid "and" +msgstr "og" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "Ingen felt endra." + +msgid "None" +msgstr "Ingen" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Objekt må vere valde for at dei skal kunne utførast handlingar på. Ingen " +"object er endra." + +msgid "No action selected." +msgstr "Inga valt handling." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "%(name)s \"%(obj)s\" vart sletta." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "%(name)s-objekt med primærnøkkelen %(key)r eksisterer ikkje." + +#, python-format +msgid "Add %s" +msgstr "Opprett %s" + +#, python-format +msgid "Change %s" +msgstr "Rediger %s" + +msgid "Database error" +msgstr "Databasefeil" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s vart endra." +msgstr[1] "%(count)s %(name)s vart endra." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s valde" +msgstr[1] "Alle %(total_count)s valde" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "Ingen av %(cnt)s valde" + +#, python-format +msgid "Change history: %s" +msgstr "Endringshistorikk: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Sletting av %(class_name)s «%(instance)s» krev sletting av følgande beskytta " +"relaterte objekt: %(related_objects)s" + +msgid "Django site admin" +msgstr "Django administrasjonsside" + +msgid "Django administration" +msgstr "Django-administrasjon" + +msgid "Site administration" +msgstr "Nettstadsadministrasjon" + +msgid "Log in" +msgstr "Logg inn" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "Fann ikkje sida" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Sida du spør etter finst ikkje." + +msgid "Home" +msgstr "Heim" + +msgid "Server error" +msgstr "Tenarfeil" + +msgid "Server error (500)" +msgstr "Tenarfeil (500)" + +msgid "Server Error (500)" +msgstr "Tenarfeil (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +msgid "Run the selected action" +msgstr "Utfør den valde handlinga" + +msgid "Go" +msgstr "Gå" + +msgid "Click here to select the objects across all pages" +msgstr "Klikk her for å velje objekt på tvers av alle sider" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Velg alle %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Nullstill utval" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Skriv først inn brukernamn og passord. Deretter vil du få høve til å endre " +"fleire brukarinnstillingar." + +msgid "Enter a username and password." +msgstr "Skriv inn nytt brukarnamn og passord." + +msgid "Change password" +msgstr "Endre passord" + +msgid "Please correct the error below." +msgstr "Korriger feila under." + +msgid "Please correct the errors below." +msgstr "" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Skriv inn eit nytt passord for brukaren %(username)s." + +msgid "Welcome," +msgstr "Velkommen," + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "Dokumentasjon" + +msgid "Log out" +msgstr "Logg ut" + +#, python-format +msgid "Add %(name)s" +msgstr "Opprett %(name)s" + +msgid "History" +msgstr "Historikk" + +msgid "View on site" +msgstr "Vis på nettstad" + +msgid "Filter" +msgstr "Filtrering" + +msgid "Remove from sorting" +msgstr "Fjern frå sortering" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Sorteringspriorite: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Slår av eller på sortering" + +msgid "Delete" +msgstr "Slett" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Dersom du slettar %(object_name)s '%(escaped_object)s', vil også slette " +"relaterte objekt, men du har ikkje løyve til å slette følgande objekttypar:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Sletting av %(object_name)s '%(escaped_object)s' krevar sletting av " +"følgjande beskytta relaterte objekt:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Er du sikker på at du vil slette %(object_name)s \"%(escaped_object)s\"? " +"Alle dei følgjande relaterte objekta vil bli sletta:" + +msgid "Objects" +msgstr "" + +msgid "Yes, I'm sure" +msgstr "Ja, eg er sikker" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "Slett fleire objekt" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Sletting av %(objects_name)s vil føre til at relaterte objekt blir sletta, " +"men kontoen din manglar løyve til å slette følgjande objekttypar:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Sletting av %(objects_name)s krevar sletting av følgjande beskytta relaterte " +"objekt:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Er du sikker på at du vil slette dei valgte objekta %(objects_name)s? " +"Følgjande objekt og deira relaterte objekt vil bli sletta:" + +msgid "Change" +msgstr "Endre" + +msgid "Delete?" +msgstr "Slette?" + +#, python-format +msgid " By %(filter_title)s " +msgstr "Etter %(filter_title)s " + +msgid "Summary" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "" + +msgid "Add" +msgstr "Opprett" + +msgid "You don't have permission to edit anything." +msgstr "Du har ikkje løyve til å redigere noko." + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "Ingen tilgjengelege" + +msgid "Unknown content" +msgstr "Ukjent innhald" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Noko er gale med databaseinstallasjonen din. Syt for at databasetabellane er " +"oppretta og at brukaren har dei naudsynte løyve." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "Gløymd brukarnamn eller passord?" + +msgid "Date/time" +msgstr "Dato/tid" + +msgid "User" +msgstr "Brukar" + +msgid "Action" +msgstr "Handling" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Dette objektet har ingen endringshistorikk. Det var sannsynlegvis ikkje " +"oppretta med administrasjonssida." + +msgid "Show all" +msgstr "Vis alle" + +msgid "Save" +msgstr "Lagre" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Search" +msgstr "Søk" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s resultat" +msgstr[1] "%(counter)s resultat" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s totalt" + +msgid "Save as new" +msgstr "Lagre som ny" + +msgid "Save and add another" +msgstr "Lagre og opprett ny" + +msgid "Save and continue editing" +msgstr "Lagre og hald fram å redigere" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Takk for at du brukte kvalitetstid på nettstaden i dag." + +msgid "Log in again" +msgstr "Logg inn att" + +msgid "Password change" +msgstr "Endre passord" + +msgid "Your password was changed." +msgstr "Passordet ditt vart endret." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Av sikkerheitsgrunnar må du oppgje det gamle passordet ditt. Oppgje så det " +"nye passordet ditt to gonger, slik at vi kan kontrollere at det er korrekt." + +msgid "Change my password" +msgstr "Endre passord" + +msgid "Password reset" +msgstr "Nullstill passord" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Passordet ditt er sett. Du kan logge inn." + +msgid "Password reset confirmation" +msgstr "Stadfesting på nullstilt passord" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Oppgje det nye passordet ditt to gonger, for å sikre at du oppgjev det " +"korrekt." + +msgid "New password:" +msgstr "Nytt passord:" + +msgid "Confirm password:" +msgstr "Gjenta nytt passord:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Nullstillingslinken er ugyldig, kanskje fordi den allereie har vore brukt. " +"Nullstill passordet ditt på nytt." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" + +msgid "Please go to the following page and choose a new password:" +msgstr "Gå til følgjande side og velg eit nytt passord:" + +msgid "Your username, in case you've forgotten:" +msgstr "Brukarnamnet ditt, i tilfelle du har gløymt det:" + +msgid "Thanks for using our site!" +msgstr "Takk for at du brukar sida vår!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Helsing %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" + +msgid "Email address:" +msgstr "" + +msgid "Reset my password" +msgstr "Nullstill passordet" + +msgid "All dates" +msgstr "Alle datoar" + +#, python-format +msgid "Select %s" +msgstr "Velg %s" + +#, python-format +msgid "Select %s to change" +msgstr "Velg %s du ønskar å redigere" + +msgid "Date:" +msgstr "Dato:" + +msgid "Time:" +msgstr "Tid:" + +msgid "Lookup" +msgstr "Oppslag" + +msgid "Currently:" +msgstr "" + +msgid "Change:" +msgstr "" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/nn/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/nn/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..4072b5dec5ab366d3952cfae6a916deac95f94f4 GIT binary patch literal 3120 zcmbtVOK)366rMtPG(ZalN_j{e3Zbdm>)1hk$Y~HIeUP?Eqr_Ay8#MME-;6z;F>}Xu zEmo|MShW%lsS;8p)CFS05(%-OWr4&mK&n_FmaN!;1mC&$Iu2>nE_&s;pXYJT`R1E5 z=l-^P`)2~rOGWz!IEi+98(w(24+wD-_yO=?;Mc&%f!`MW9}4^l_yop(0Zssa1?~X; z4tyE-C-8OP&IfZphk@JCKMs5pc%tZ^1>z?z;KlJ)f$Z-+Ag@=zPk}AqRp7tChk#cx z$$q{7&H}FkIsR?nHQ*mWw)+T+yTCngejR)K7+6Ms3dZc`67Wgj`#_H01tNqP0G|PV z2xPxkfcS}Pc)bSv3V0CsGm!260J!mhW?M8!~;yJVz(Vj))hxzY9dkSqY8mMPlJ`d!Fb4*N5rOF&g$u((m zs$m2EVn8*5itjpigk-5x5-0jn8(BAsCQ~slZ9^F`zvf)33Lr^Acg8)F&8Ny{21Ym9 z6dW}&6OzVYm}DRaPbD!wn)j;X`YM~p(%gEy?6fvPdGU^pl~~lV)yY~AOU_xm24W?% zEr4B!)in&))^tkvg*8P+rwG|3xnVaYy5xG)k;4(W)O8fqhlM=aCT!XvZ8H~jcbV$S zxB*EU^N6JevoF@szFd`kB)!L?x(Wk@H5@$*9Kl?rr7cOVZ+Oh8kmEiX<-**Hk&ER} z)Lh3gZ&4d|6}F5c3#=dS8vmQw0Z{A)`Hr^KQ(RIhj)~o|vTG6tI!ZN&MzRsKvxhSM zhQ$KAKi~*roV?|8kTy|BRSO2O?(4WG4Pq-3r!oajB}azP3JR}&p_l} z2r%{%s`DU%vi_^gB%dqYof;O=MrtW6V;=GA#Iw^yy(oDH> zBq|?{Do1JNjcR4)V0oro#=>Yt^)>t4v~H$Cm2$OGIatOsabBh&s(EQsBZKo*IxDS3 z%AHrZ=7x@g4Z3fctXtBy>E48mO?om>QBBECm6n_zs6=DyOGE2?+NPA_%7 z3hY}q)#Xydb*A&(jldL+rmdYmFtNC>cxtRerBt4ncQz;sez*=*3hHv0?i#7>Ea!nw zRhWCXb~-vXUdOST%15Vc!^NlxRXSGJVV!W5tesdkJugjk+WAh3fo|4K=VoRp|2sEj z>6JOE9GIP0FU_*QUbg$vj7#>WaV5$}s^zk%X_K@RZjn(*RwXx-MU-u{gp>}{ zHm==PsZk-DNVsMyaS`q_lXFJ5+r-!E)(z?_(~{W&F5Ic?1Rd+7B>uOk*;3vXtH3g_ zn+kJ>o= zoTGJZ+f%dB9c7H` zWQMq_Y$+|iR9g`mZFQYUp~HPJ$z-?(l?94rA{Gc0JHaP#we58un~XEbnhNrV(dlvB z_N;@2EV-0OoI8Ysv*gwdFQ6x~n>f*sDEMz, 2011 +# Jannis Leidel , 2011 +# velmont , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 10:11+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Norwegian Nynorsk (http://www.transifex.com/django/django/" +"language/nn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: nn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Tilgjengelege %s" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"Dette er lista over tilgjengelege %s. Du kan velja nokon ved å markera dei i " +"boksen under og so klikka på «Velg»-pila mellom dei to boksane." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Skriv i dette feltet for å filtrera ned lista av tilgjengelege %s." + +msgid "Filter" +msgstr "Filter" + +msgid "Choose all" +msgstr "Velg alle" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Klikk for å velja alle %s samtidig." + +msgid "Choose" +msgstr "Vel" + +msgid "Remove" +msgstr "Slett" + +#, javascript-format +msgid "Chosen %s" +msgstr "Valde %s" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"Dette er lista over valte %s. Du kan fjerna nokon ved å markera dei i boksen " +"under og so klikka på «Fjern»-pila mellom dei to boksane." + +msgid "Remove all" +msgstr "Fjern alle" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Klikk for å fjerna alle valte %s samtidig." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s av %(cnt)s vald" +msgstr[1] "%(sel)s av %(cnt)s valde" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Det er endringar som ikkje er lagra i individuelt redigerbare felt. " +"Endringar som ikkje er lagra vil gå tapt." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Du har vald ei handling, men du har framleis ikkje lagra endringar for " +"individuelle felt. Klikk OK for å lagre. Du må gjere handlinga på nytt." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Du har vald ei handling og du har ikkje gjort endringar i individuelle felt. " +"Du ser sannsynlegvis etter Gå vidare-knappen - ikkje Lagre-knappen." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +msgstr[1] "" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +msgstr[1] "" + +msgid "Now" +msgstr "No" + +msgid "Choose a Time" +msgstr "" + +msgid "Choose a time" +msgstr "Velg eit klokkeslett" + +msgid "Midnight" +msgstr "Midnatt" + +msgid "6 a.m." +msgstr "06:00" + +msgid "Noon" +msgstr "12:00" + +msgid "6 p.m." +msgstr "" + +msgid "Cancel" +msgstr "Avbryt" + +msgid "Today" +msgstr "I dag" + +msgid "Choose a Date" +msgstr "" + +msgid "Yesterday" +msgstr "I går" + +msgid "Tomorrow" +msgstr "I morgon" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "Vis" + +msgid "Hide" +msgstr "Skjul" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/os/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/os/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..6298ea48b07f9d98d7ac280af5782f537412ea57 GIT binary patch literal 15124 zcmc(keXv|*ea9aZ1*2F&ENaz0yu>7W@8%|gz$GDu@M4faBmu-qu)pfG@cbQ~MVrAf$(GwqChZ+9D=)|u9Jiqo-w)J|t~?6j8l^Zh;N zoIShu#%hO7H+lBE=bY!|_wxPyp5Jrsch5WXF~{d2+Pi3BV#LcjNbZ{YeOP$G?h_k)*#4}gb2{<|yQ?A$Mc*MpkxE>PpD;CWy(#a-Yp zaD4!jJkNp`fnQ7S{{^^;>%Rlf1<$4P67XV>Tdo9Z-nHQCz#BlVw+Xxe+zKuO>!9X8 z0Ll(efcJnefL{kMd5d$C;3@DKaGb@|@4KMZ{UKk{>-7k)bux74VZwEqXXhvcR%Lk9>$mbFX2n;uK`)otq0!$-VSP=8BpUt4a$#uK+W?A z_&)GyP;&h#2o>G;LFx4)Q2aal?V zI;eO%49aiE!1sfH1l|q)2wV$(lHilPUj~I4E`6WeivUD*1Z&jN^UdwMQ{>444wh0HP2B{<4%FH#@u0Wpz#*Cm0USAv@7BcSB1ff|25sP*=O zviom>9{`VmP|5uZh^X%DrEmy*ANXDHx54|s&%HNXpSdi=&�JeJzuTZyr>9Tn=sl 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, 2013 +# Soslan Khubulov , 2013 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 09:09+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Ossetic (http://www.transifex.com/django/django/language/" +"os/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: os\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d %(items)s хафт ӕрцыдысты." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Нӕ уайы схафын %(name)s" + +msgid "Are you sure?" +msgstr "Ӕцӕг дӕ фӕнды?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Схафын ӕвзӕрст %(verbose_name_plural)s" + +msgid "Administration" +msgstr "" + +msgid "All" +msgstr "Иууылдӕр" + +msgid "Yes" +msgstr "О" + +msgid "No" +msgstr "Нӕ" + +msgid "Unknown" +msgstr "Ӕнӕбӕрӕг" + +msgid "Any date" +msgstr "Цыфӕнды бон" + +msgid "Today" +msgstr "Абон" + +msgid "Past 7 days" +msgstr "Фӕстаг 7 бон" + +msgid "This month" +msgstr "Ацы мӕй" + +msgid "This year" +msgstr "Ацы аз" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Дӕ хорзӕхӕй, раст кусӕджы аккаунты %(username)s ӕмӕ пароль бафысс. Дӕ сӕры " +"дар уый, ӕмӕ дыууӕ дӕр гӕнӕн ис стыр ӕмӕ гыццыл дамгъӕ ӕвзарой." + +msgid "Action:" +msgstr "Ми:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Бафтауын ӕндӕр %(verbose_name)s" + +msgid "Remove" +msgstr "Схафын" + +msgid "action time" +msgstr "мийы рӕстӕг" + +msgid "user" +msgstr "" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "объекты бӕрӕггӕнӕн" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "объекты хуыз" + +msgid "action flag" +msgstr "мийы флаг" + +msgid "change message" +msgstr "фыстӕг фӕивын" + +msgid "log entry" +msgstr "логы иуӕг" + +msgid "log entries" +msgstr "логы иуӕгтӕ" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "Ӕфтыд ӕрцыд \"%(object)s\"." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "Ивд ӕрцыд \"%(object)s\" - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "Хафт ӕрцыд \"%(object)s.\"" + +msgid "LogEntry Object" +msgstr "ЛогыИуӕг Объект" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "" + +msgid "and" +msgstr "ӕмӕ" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "Ивд бынат нӕй." + +msgid "None" +msgstr "Никӕцы" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Иуӕгтӕ хъуамӕ ӕвзӕрст уой, цӕмӕй цын исты ми бакӕнай. Ницы иуӕг ӕрцыд ивд." + +msgid "No action selected." +msgstr "Ницы ми у ӕвзӕрст." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "%(name)s \"%(obj)s\" хафт ӕрцыд." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "%(key)r фыццаг амонӕнимӕ %(name)s-ы объект нӕй." + +#, python-format +msgid "Add %s" +msgstr "Бафтауын %s" + +#, python-format +msgid "Change %s" +msgstr "Фӕивын %s" + +msgid "Database error" +msgstr "Бӕрӕгдоны рӕдыд" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s ивд ӕрцыд." +msgstr[1] "%(count)s %(name)s ивд ӕрцыдысты." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s у ӕвзӕрст" +msgstr[1] "%(total_count)s дӕр иууылдӕр сты ӕвзӕрст" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "%(cnt)s-ӕй 0 у ӕвзӕрст" + +#, python-format +msgid "Change history: %s" +msgstr "Ивынты истори: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +msgid "Django site admin" +msgstr "Django сайты админ" + +msgid "Django administration" +msgstr "Django администраци" + +msgid "Site administration" +msgstr "Сайты администраци" + +msgid "Log in" +msgstr "Бахизын" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "Фарс нӕ зыны" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Хатыр, фӕлӕ домд фарс нӕ зыны." + +msgid "Home" +msgstr "Хӕдзар" + +msgid "Server error" +msgstr "Серверы рӕдыд" + +msgid "Server error (500)" +msgstr "Серверы рӕдыд (500)" + +msgid "Server Error (500)" +msgstr "Серверы Рӕдыд (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Рӕдыд разынд. Уый тыххӕй сайты администратормӕ электрон фыстӕг ӕрвыст ӕрцыд " +"ӕмӕ йӕ тагъд сраст кӕндзысты. Бузныг кӕй лӕууыс." + +msgid "Run the selected action" +msgstr "Бакӕнын ӕвзӕрст ми" + +msgid "Go" +msgstr "Бацӕуын" + +msgid "Click here to select the objects across all pages" +msgstr "Ам ныххӕц цӕмӕй алы фарсы объекттӕ равзарын" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Равзарын %(total_count)s %(module_name)s иууылдӕр" + +msgid "Clear selection" +msgstr "Ӕвзӕрст асыгъдӕг кӕнын" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Фыццаг бафысс фӕсномыг ӕмӕ пароль. Стӕй дӕ бон уыдзӕн фылдӕр архайӕджы " +"фадӕттӕ ивын." + +msgid "Enter a username and password." +msgstr "Бафысс фӕсномыг ӕмӕ пароль." + +msgid "Change password" +msgstr "Пароль фӕивын" + +msgid "Please correct the error below." +msgstr "Дӕ хорзӕхӕй, бындӕр цы рӕдыдтытӕ ис, уыдон сраст кӕн." + +msgid "Please correct the errors below." +msgstr "" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Бафысс ног пароль архайӕг %(username)s-ӕн." + +msgid "Welcome," +msgstr "Ӕгас цу," + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "Документаци" + +msgid "Log out" +msgstr "Рахизын" + +#, python-format +msgid "Add %(name)s" +msgstr "Бафтауын %(name)s" + +msgid "History" +msgstr "Истори" + +msgid "View on site" +msgstr "Сайты фенын" + +msgid "Filter" +msgstr "Фӕрсудзӕн" + +msgid "Remove from sorting" +msgstr "Радӕй айсын" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Рады приоритет: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Рад аивын" + +msgid "Delete" +msgstr "Схафын" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"%(object_name)s '%(escaped_object)s' хафыны тыххӕй баст объекттӕ дӕр хафт " +"ӕрцӕудзысты, фӕлӕ дӕ аккаунтӕн нӕй бар ацы объекты хуызтӕ хафын:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"%(object_name)s '%(escaped_object)s' хафын домы ацы хъахъхъӕд баст объекттӕ " +"хафын дӕр:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Ӕцӕг дӕ фӕнды %(object_name)s \"%(escaped_object)s\" схафын? Ацы баст иуӕгтӕ " +"иууылдӕр хафт ӕрцӕудзысты:" + +msgid "Objects" +msgstr "" + +msgid "Yes, I'm sure" +msgstr "О, ӕцӕг мӕ фӕнды" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "Цалдӕр объекты схафын" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Ӕвзӕрст %(objects_name)s хафыны тыххӕй йемӕ баст объекттӕ дӕр схафт " +"уыдзысты, фӕлӕ дӕ аккаунтӕн нӕй бар ацы объекты хуызтӕ хафын:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Ӕвзӕрст %(objects_name)s хафын домы ацы хъахъхъӕд баст объекттӕ хафын дӕр:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Ӕцӕг дӕ фӕнды ӕвзӕрст %(objects_name)s схафын? ацы объекттӕ иууылдӕр, ӕмӕ " +"семӕ баст иуӕгтӕ хафт ӕрцӕудзысты:" + +msgid "Change" +msgstr "Фӕивын" + +msgid "Delete?" +msgstr "Хъӕуы схафын?" + +#, python-format +msgid " By %(filter_title)s " +msgstr "%(filter_title)s-мӕ гӕсгӕ" + +msgid "Summary" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Моделтӕ %(name)s ӕфтуаны" + +msgid "Add" +msgstr "Бафтауын" + +msgid "You don't have permission to edit anything." +msgstr "Нӕй дын бар исты ивын." + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "Ницы ис" + +msgid "Unknown content" +msgstr "Ӕнӕбӕрӕг мидис" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Дӕ бӕрӕгдоны цыдӕр раст ӕвӕрд нӕу. Сбӕрӕг кӕн, хъӕугӕ бӕрӕгдоны таблицӕтӕ " +"конд кӕй сты ӕмӕ амынд архайӕгӕн бӕрӕгдон фӕрсыны бар кӕй ис, уый." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "Дӕ пароль кӕнӕ дӕ фӕсномыг ферох кодтай?" + +msgid "Date/time" +msgstr "Бон/рӕстӕг" + +msgid "User" +msgstr "Архайӕг" + +msgid "Action" +msgstr "Ми" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "Ацы объектӕн ивдтыты истори нӕй. Уӕццӕгӕн ацы админӕй ӕфтыд нӕ уыд." + +msgid "Show all" +msgstr "Иууылдӕр равдисын" + +msgid "Save" +msgstr "Нывӕрын" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Search" +msgstr "Агурын" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s фӕстиуӕг" +msgstr[1] "%(counter)s фӕстиуӕджы" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s иумӕ" + +msgid "Save as new" +msgstr "Нывӕрын куыд ног" + +msgid "Save and add another" +msgstr "Нывӕрын ӕмӕ ног бафтауын" + +msgid "Save and continue editing" +msgstr "Нывӕрын ӕмӕ дарддӕр ивын" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Бузныг дӕ рӕстӕг абон ацы веб сайтимӕ кӕй арвыстай." + +msgid "Log in again" +msgstr "Ногӕй бахизын" + +msgid "Password change" +msgstr "Пароль ивын" + +msgid "Your password was changed." +msgstr "Дӕ пароль ивд ӕрцыд." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Дӕ хорзӕхӕй, ӕдасдзинады тыххӕй, бафысс дӕ зӕронд пароль ӕмӕ стӕй та дыууӕ " +"хатт дӕ нӕуӕг пароль, цӕмӕй мах сбӕлвырд кӕнӕм раст ӕй кӕй ныффыстай, уый." + +msgid "Change my password" +msgstr "Мӕ пароль фӕивын" + +msgid "Password reset" +msgstr "Пароль рацаразын" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Дӕ пароль ӕвӕрд ӕрцыд. Дӕ бон у дарддӕр ацӕуын ӕмӕ бахизын." + +msgid "Password reset confirmation" +msgstr "Пароль ӕвӕрыны бӕлвырдгӕнӕн" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Дӕ хорзӕхӕй, дӕ ног пароль дыууӕ хатт бафысс, цӕмӕй мах сбӕрӕг кӕнӕм раст ӕй " +"кӕй ныффыстай, уый." + +msgid "New password:" +msgstr "Ног пароль:" + +msgid "Confirm password:" +msgstr "Бӕлвырд пароль:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Парол ӕвӕрыны ӕрвитӕн раст нӕ уыд. Уӕццӕгӕн уый тыххӕй, ӕмӕ нырид пайдагонд " +"ӕрцыд. Дӕ хорзӕхӕй, ӕрдом ног пароль ӕвӕрын." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Кӕд ницы фыстӕг райстай, уӕд, дӕ хорзӕхӕй, сбӕрӕг кӕн цы электрон постимӕ " +"срегистраци кодтай, уый бацамыдтай, ӕви нӕ, ӕмӕ абӕрӕг кӕн дӕ спамтӕ." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Ды райстай ацы фыстӕг, уымӕн ӕмӕ %(site_name)s-ы дӕ архайӕджы аккаунтӕн " +"пароль сӕвӕрын ӕрдомдтай." + +msgid "Please go to the following page and choose a new password:" +msgstr "Дӕ хорзӕхӕй, ацу ацы фарсмӕ ӕмӕ равзар дӕ ног пароль:" + +msgid "Your username, in case you've forgotten:" +msgstr "Дӕ фӕсномыг, кӕд дӕ ферох ис:" + +msgid "Thanks for using our site!" +msgstr "Бузныг нӕ сайтӕй нын кӕй пайда кӕныс!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s-ы бал" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"Ферох дӕ ис дӕ пароль? Дӕ пароль бындӕр бафысс, ӕмӕ дӕм мах email-ӕй ног " +"пароль сывӕрыны амынд арвитдзыстӕм." + +msgid "Email address:" +msgstr "Email адрис:" + +msgid "Reset my password" +msgstr "Мӕ пароль ногӕй сӕвӕрын" + +msgid "All dates" +msgstr "Бонтӕ иууылдӕр" + +#, python-format +msgid "Select %s" +msgstr "Равзарын %s" + +#, python-format +msgid "Select %s to change" +msgstr "Равзарын %s ивынӕн" + +msgid "Date:" +msgstr "Бон:" + +msgid "Time:" +msgstr "Рӕстӕг:" + +msgid "Lookup" +msgstr "Акӕсын" + +msgid "Currently:" +msgstr "Нырыккон:" + +msgid "Change:" +msgstr "Ивд:" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/os/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/os/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..79f84012fb4ddab32d7c14f45c916ac16d659ab9 GIT binary patch literal 3806 zcmbtVTWl0n7#)!%ffIk55 z2mS(l4)`1J1>l;yRGh8ARe0YCybri5e%}wopVp5r%6AAz@s0q=o&!$YO#V51Q5^#KFz~$?KLl>T z`=`L?ffe8*z#Bjv_&ab1a3hkg1s(ws?>z7^;0Tc7eE_7oJ^_-B=Ygcpe7yf1a2yrJzHHf_huIGnZlTCeG5xuf+C3E}e?n8^Y= zUw?DtzRz9h;Mm!BSRhzdx-ipmu*}SW2}Clq-s--`^J19GeV8imy4fDv3Am@dW?NkA zvn|&i9165IgmCdy(hf@B7$}5xXb8*cA=_v83x+szY#%9e%xtK}V24GK<;~G5IbY;C z%Z$eI*zO>?=9%rv5E(JTGTad*X1W%wxGYQTV>{NWRB2_V=fNn$gA#`gWe-Y%!JYfY zilk}<*BQlf{7*(on15mXfxi45j(lsQ63@pHnHD({8J#UOyQXF_#aL{ifK5HV4E#_g%Wh&594;c3x|S0e{C zZX(A$IaosB_W=fI2|@WfHv0s1~me~WuQ`jTSSQOGY^4)TKV0=>^4v@QLW z;-IgmMT)fy^r!V+kDJs({Z%vIDb|%pZqpN6_2hQe^t1NWf4($cJr;xy-IB z$&!gwGPyZ{Ps;(*5A?KWy1ruu!b`FJrt4zl4saZEhwTI#yuR$nSHpI5;wAXFgGFuGN0Q>@?jd0=N*`%n-RQk|WpQppG?qMhR-MpooIRZUfJV)strcXqV&?d#iJuRduc zT6%>Wa2Kp_2vRKIBSB}uF>SY-y6+)Z&ztEz`i{CC<;rnS-|c3Fg_|J7c4X|JMl;2P z-!kA7J=4+m2ruuam|Kvqeot37Q$Ks!UAD1@B|ExXa3RYZT3?z8FXOsaH#c79!%Isu z(O5JdP5djHZER`Ah{g;p{EWQuT%_wbJQvP|m%=h)O-CofidsPMa1O!M0``zadPHL| zZ{BTQV0c{&ufXLPyeaIMwsg9Yt<3sybOQON$!v>siB8aef#uRrc zb`cA67z#2%H2j2=SE5O>K`~8YD#HszMm2>jk4tqXBprmfDs!OPNeX|nL99`QwZ`?; zW~5a|PDG$WNcxM&vsmR4R_eW0BqjSY`ifpqrSNEO&iA7>0N{ z7ZlG6hybHVM#7L{lCg1&m{N93C51UjD>QnfM$;&uUvki}hw+3Glu%tQBm+vQu|Xv_ z6@ZK9Kb9cr%R+1PNoG(i)4^7$aol1;VYyZ!okL97H7H4UEN&@zv>N)%!t-hy(H5Ch z12aTtu^}FkA<<=MHY;yW?3PKOnj&0P4MEQ(S!rR=zJaPP}N@;*^VRW+HY-a36W6@Dpi M(kXRMsi=nbHzZ_q&;S4c literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/os/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/os/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..60040ce --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/os/LC_MESSAGES/djangojs.po @@ -0,0 +1,217 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Soslan Khubulov , 2013 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 10:11+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Ossetic (http://www.transifex.com/django/django/language/" +"os/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: os\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Уӕвӕг %s" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"Уӕвӕг %s-ты номхыгъд. Дӕ бон у искӕцытӕ дзы рауӕлдай кӕнай, куы сӕ равзарай " +"бындӕр къӕртты ӕмӕ дыууӕ къӕртты ӕхсӕн \"Равзарын\"-ы ӕгънӕгыл куы ныххӕцай, " +"уӕд." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Бафысс ацы къӕртты, уӕвӕг %s-ты номхыгъд фӕрсудзынӕн." + +msgid "Filter" +msgstr "Фӕрсудзӕн" + +msgid "Choose all" +msgstr "Равзарын алкӕцыдӕр" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Ныххӕц, алы %s равзарынӕн." + +msgid "Choose" +msgstr "Равзарын" + +msgid "Remove" +msgstr "Схафын" + +#, javascript-format +msgid "Chosen %s" +msgstr "Ӕвзӕрст %s" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"Ай у ӕвзӕрст %s-ты номхыгъд. Сӕ хафынӕн сӕ дӕ бон у бындӕр къӕртты равзарын " +"ӕмӕ дыууӕ ӕгънӕджы ӕхсӕн \"Схфын\"-ыл ныххӕцын." + +msgid "Remove all" +msgstr "Схафын алкӕцыдӕр" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Ныххӕц, алы ӕвзӕрст %s схафынӕн." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(cnt)s-ӕй %(sel)s ӕвзӕрст" +msgstr[1] "%(cnt)s-ӕй %(sel)s ӕвзӕрст" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Ӕнӕвӕрд ивдтытӕ баззадысты ивыны бынӕтты. Кӕд исты ми саразай, уӕд дӕ " +"ӕнӕвӕрд ивдтытӕ фесӕфдзысты." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Ды равзӕрстай цыдӕр ми, фӕлӕ ивӕн бынӕтты цы фӕивтай, уыдон нӕ бавӕрдтай. Дӕ " +"хорзӕхӕй, ныххӕц Хорзыл цӕмӕй бавӕрд уой. Стӕй дын хъӕудзӕн ацы ми ногӕй " +"бакӕнын." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Ды равзӕртай цыдӕр ми, фӕлӕ ивӕн бынӕтты ницы баивтай. Уӕццӕгӕн дӕ Ацӕуыны " +"ӕгънӕг хъӕуы, Бавӕрыны нӕ фӕлӕ." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +msgstr[1] "" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +msgstr[1] "" + +msgid "Now" +msgstr "Ныр" + +msgid "Choose a Time" +msgstr "" + +msgid "Choose a time" +msgstr "Рӕстӕг равзарын" + +msgid "Midnight" +msgstr "Ӕмбисӕхсӕв" + +msgid "6 a.m." +msgstr "6 ӕ.р." + +msgid "Noon" +msgstr "Ӕмбисбон" + +msgid "6 p.m." +msgstr "" + +msgid "Cancel" +msgstr "Раздӕхын" + +msgid "Today" +msgstr "Абон" + +msgid "Choose a Date" +msgstr "" + +msgid "Yesterday" +msgstr "Знон" + +msgid "Tomorrow" +msgstr "Сом" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "Равдисын" + +msgid "Hide" +msgstr "Айсын" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/pa/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/pa/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..3c9c16da0602d8c2d56187b0587ec2af2a409473 GIT binary patch literal 10171 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

  • m_7=I@ns09L3@amdBmoN8R@cXPf6BL!LlZ-egI~wIfay`bw{^8Id9vJe`N> zAc%xrLZ_}}g@U-Z`hQv~b?z3(hF<^M=+&_6>5!~4*(pe#}gwv>B zB-Xmux5}tx89o3*=AUsYD*byC zwNn^+nS`upvuemJOQzM9O(snfHyoF5)v*i zFhD?ePB|avl#oZ6kr;qW35l+IMcCAvbRF53xa<(=Sn4a@mC(R8A?#qxAR4jb?M~iYc#94LgzJ^_0`yu*wJm{HJbH4XHZTX z>FQ(*@uz-~a&Gbgw=&dR?|dI5ZuXVJtX)hFopsE<(sgF3+(bBq95vAN6e@;$t6FCz zL4-S~6fDt|oXx#MP!2kFP6zD3amXGH)6?hN12vrv?I`nhLQd7tB6uBNXD}tc^74#J zUv~PAhE?BTRg`&mN9-7pnWCh*yPL~{v)3T_NiHSbH}al;WMJP#mp%SWP(pWVPw#&< zE;^Q4h-k}^@c-htd6ht})E!0HgMknFs|(2qY3_1-A8-H6S@b6kyU!W$?Hd*Z$=gsy zL&sN1ANfbT9KPgZ(k?MNr#^=s)#qz0##RW0U6jfGW$@5UL z-F0k2$W?KfN!R%hLcB@&L9m^2XXub@527${T?Gc=RMnO!>`;-(+E&sPgT68iaG|Uc zM$)Sv49;8I56c{c%P6Ab#s8>)0K$s*N#|)CpeuUk+zm1l5t30HoBGKchJ9rD@=-*M zYGH^&_ol%pfwUh38J59;Z30ff09@p zJnPqW!@IlKgsaF{zqO-lCyyyUKJ$u#4NcBJ5kceQPA|ofHv+!*J{9W_Q^v(Zo5|yT z^Ah(8OncB@DcOt!`(1X6Q^$OPCSzW3_OMLcmO4ThmLUQ5A;B@)p!U+{LfeCB*pIX^USaSN~n!Y$a_?O>Mk+r{^0#T-UyfH literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/pa/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/pa/LC_MESSAGES/django.po new file mode 100644 index 0000000..309d07e --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/pa/LC_MESSAGES/django.po @@ -0,0 +1,636 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 09:09+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Panjabi (Punjabi) (http://www.transifex.com/django/django/" +"language/pa/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pa\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d %(items)s ਠੀਕ ਤਰ੍ਹਾਂ ਹਟਾਈਆਂ ਗਈਆਂ।" + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "" + +msgid "Are you sure?" +msgstr "ਕੀ ਤੁਸੀਂ ਇਹ ਚਾਹੁੰਦੇ ਹੋ?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "ਚੁਣੇ %(verbose_name_plural)s ਹਟਾਓ" + +msgid "Administration" +msgstr "" + +msgid "All" +msgstr "ਸਭ" + +msgid "Yes" +msgstr "ਹਾਂ" + +msgid "No" +msgstr "ਨਹੀਂ" + +msgid "Unknown" +msgstr "ਅਣਜਾਣ" + +msgid "Any date" +msgstr "ਕੋਈ ਵੀ ਮਿਤੀ" + +msgid "Today" +msgstr "ਅੱਜ" + +msgid "Past 7 days" +msgstr "ਪਿਛਲੇ ੭ ਦਿਨ" + +msgid "This month" +msgstr "ਇਹ ਮਹੀਨੇ" + +msgid "This year" +msgstr "ਇਹ ਸਾਲ" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" + +msgid "Action:" +msgstr "ਕਾਰਵਾਈ:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "%(verbose_name)s ਹੋਰ ਸ਼ਾਮਲ" + +msgid "Remove" +msgstr "ਹਟਾਓ" + +msgid "action time" +msgstr "ਕਾਰਵਾਈ ਸਮਾਂ" + +msgid "user" +msgstr "" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "ਆਬਜੈਕਟ id" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "ਆਬਜੈਕਟ repr" + +msgid "action flag" +msgstr "ਕਾਰਵਾਈ ਫਲੈਗ" + +msgid "change message" +msgstr "ਸੁਨੇਹਾ ਬਦਲੋ" + +msgid "log entry" +msgstr "ਲਾਗ ਐਂਟਰੀ" + +msgid "log entries" +msgstr "ਲਾਗ ਐਂਟਰੀਆਂ" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "" + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "" + +msgid "LogEntry Object" +msgstr "" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "" + +msgid "and" +msgstr "ਅਤੇ" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "ਕੋਈ ਖੇਤਰ ਨਹੀਂ ਬਦਲਿਆ।" + +msgid "None" +msgstr "ਕੋਈ ਨਹੀਂ" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" + +msgid "No action selected." +msgstr "ਕੋਈ ਕਾਰਵਾਈ ਨਹੀਂ ਚੁਣੀ ਗਈ।" + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "%(name)s \"%(obj)s\" ਠੀਕ ਤਰ੍ਹਾਂ ਹਟਾਇਆ ਗਿਆ ਹੈ।" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "" + +#, python-format +msgid "Add %s" +msgstr "%s ਸ਼ਾਮਲ" + +#, python-format +msgid "Change %s" +msgstr "%s ਬਦਲੋ" + +msgid "Database error" +msgstr "ਡਾਟਾਬੇਸ ਗਲਤੀ" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s ਠੀਕ ਤਰ੍ਹਾਂ ਬਦਲਿਆ ਗਿਆ।" +msgstr[1] "%(count)s %(name)s ਠੀਕ ਤਰ੍ਹਾਂ ਬਦਲੇ ਗਏ ਹਨ।" + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s ਚੁਣਿਆ।" +msgstr[1] "%(total_count)s ਚੁਣੇ" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "" + +#, python-format +msgid "Change history: %s" +msgstr "ਅਤੀਤ ਬਦਲੋ: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +msgid "Django site admin" +msgstr "ਡੀਜਾਂਗੋ ਸਾਈਟ ਐਡਮਿਨ" + +msgid "Django administration" +msgstr "ਡੀਜਾਂਗੋ ਪਰਸ਼ਾਸ਼ਨ" + +msgid "Site administration" +msgstr "ਸਾਈਟ ਪਰਬੰਧ" + +msgid "Log in" +msgstr "ਲਾਗ ਇਨ" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "ਸਫ਼ਾ ਨਹੀਂ ਲੱਭਿਆ" + +msgid "We're sorry, but the requested page could not be found." +msgstr "ਸਾਨੂੰ ਅਫਸੋਸ ਹੈ, ਪਰ ਅਸੀਂ ਮੰਗਿਆ ਗਿਆ ਸਫ਼ਾ ਨਹੀਂ ਲੱਭ ਸਕੇ।" + +msgid "Home" +msgstr "ਘਰ" + +msgid "Server error" +msgstr "ਸਰਵਰ ਗਲਤੀ" + +msgid "Server error (500)" +msgstr "ਸਰਵਰ ਗਲਤੀ (500)" + +msgid "Server Error (500)" +msgstr "ਸਰਵਰ ਗਲਤੀ (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +msgid "Run the selected action" +msgstr "ਚੁਣੀ ਕਾਰਵਾਈ ਕਰੋ" + +msgid "Go" +msgstr "ਜਾਓ" + +msgid "Click here to select the objects across all pages" +msgstr "ਸਭ ਸਫ਼ਿਆਂ ਵਿੱਚੋਂ ਆਬਜੈਕਟ ਚੁਣਨ ਲਈ ਇੱਥੇ ਕਲਿੱਕ ਕਰੋ" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "ਸਭ %(total_count)s %(module_name)s ਚੁਣੋ" + +msgid "Clear selection" +msgstr "ਚੋਣ ਸਾਫ਼ ਕਰੋ" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "ਪਹਿਲਾਂ ਆਪਣਾ ਯੂਜ਼ਰ ਨਾਂ ਤੇ ਪਾਸਵਰਡ ਦਿਉ। ਫੇਰ ਤੁਸੀਂ ਹੋਰ ਯੂਜ਼ਰ ਚੋਣਾਂ ਨੂੰ ਸੋਧ ਸਕਦੇ ਹੋ।" + +msgid "Enter a username and password." +msgstr "" + +msgid "Change password" +msgstr "ਪਾਸਵਰਡ ਬਦਲੋ" + +msgid "Please correct the error below." +msgstr "ਹੇਠ ਦਿੱਤੀਆਂ ਗਲਤੀਆਂ ਠੀਕ ਕਰੋ ਜੀ।" + +msgid "Please correct the errors below." +msgstr "" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "ਯੂਜ਼ਰ %(username)s ਲਈ ਨਵਾਂ ਪਾਸਵਰਡ ਦਿਓ।" + +msgid "Welcome," +msgstr "ਜੀ ਆਇਆਂ ਨੂੰ, " + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "ਡੌਕੂਮੈਂਟੇਸ਼ਨ" + +msgid "Log out" +msgstr "ਲਾਗ ਆਉਟ" + +#, python-format +msgid "Add %(name)s" +msgstr "%(name)s ਸ਼ਾਮਲ" + +msgid "History" +msgstr "ਅਤੀਤ" + +msgid "View on site" +msgstr "ਸਾਈਟ ਉੱਤੇ ਜਾਓ" + +msgid "Filter" +msgstr "ਫਿਲਟਰ" + +msgid "Remove from sorting" +msgstr "" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "" + +msgid "Toggle sorting" +msgstr "" + +msgid "Delete" +msgstr "ਹਟਾਓ" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" + +msgid "Objects" +msgstr "" + +msgid "Yes, I'm sure" +msgstr "ਹਾਂ, ਮੈਂ ਚਾਹੁੰਦਾ ਹਾਂ" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "ਕਈ ਆਬਜੈਕਟ ਹਟਾਓ" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" + +msgid "Change" +msgstr "ਬਦਲੋ" + +msgid "Delete?" +msgstr "ਹਟਾਉਣਾ?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " %(filter_title)s ਵਲੋਂ " + +msgid "Summary" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "" + +msgid "Add" +msgstr "ਸ਼ਾਮਲ" + +msgid "You don't have permission to edit anything." +msgstr "ਤੁਹਾਨੂੰ ਕੁਝ ਵੀ ਸੋਧਣ ਦਾ ਅਧਿਕਾਰ ਨਹੀਂ ਹੈ।" + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "ਕੋਈ ਉਪਲੱਬਧ ਨਹੀਂ" + +msgid "Unknown content" +msgstr "ਅਣਜਾਣ ਸਮੱਗਰੀ" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "" + +msgid "Date/time" +msgstr "ਮਿਤੀ/ਸਮਾਂ" + +msgid "User" +msgstr "ਯੂਜ਼ਰ" + +msgid "Action" +msgstr "ਕਾਰਵਾਈ" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" + +msgid "Show all" +msgstr "ਸਭ ਵੇਖੋ" + +msgid "Save" +msgstr "ਸੰਭਾਲੋ" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Search" +msgstr "ਖੋਜ" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s ਕੁੱਲ" + +msgid "Save as new" +msgstr "ਨਵੇਂ ਵਜੋਂ ਵੇਖੋ" + +msgid "Save and add another" +msgstr "ਸੰਭਾਲੋ ਤੇ ਹੋਰ ਸ਼ਾਮਲ" + +msgid "Save and continue editing" +msgstr "ਸੰਭਾਲੋ ਤੇ ਸੋਧਣਾ ਜਾਰੀ ਰੱਖੋ" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "ਅੱਜ ਵੈੱਬਸਾਈਟ ਨੂੰ ਕੁਝ ਚੰਗਾ ਸਮਾਂ ਦੇਣ ਲਈ ਧੰਨਵਾਦ ਹੈ।" + +msgid "Log in again" +msgstr "ਫੇਰ ਲਾਗਇਨ ਕਰੋ" + +msgid "Password change" +msgstr "ਪਾਸਵਰਡ ਬਦਲੋ" + +msgid "Your password was changed." +msgstr "ਤੁਹਾਡਾ ਪਾਸਵਰਡ ਬਦਲਿਆ ਗਿਆ ਹੈ।" + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"ਸੁਰੱਖਿਆ ਲਈ ਪਹਿਲਾਂ ਆਪਣਾ ਪੁਰਾਣਾ ਪਾਸਵਰਡ ਦਿਉ, ਅਤੇ ਫੇਰ ਆਪਣਾ ਨਵਾਂ ਪਾਸਵਰਡ ਦੋ ਵਰਾ ਦਿਉ ਤਾਂ ਕਿ " +"ਅਸੀਂ ਜਾਂਚ ਸਕੀਏ ਕਿ ਤੁਸੀਂ ਇਹ ਠੀਕ ਤਰ੍ਹਾਂ ਲਿਖਿਆ ਹੈ।" + +msgid "Change my password" +msgstr "ਮੇਰਾ ਪਾਸਵਰਡ ਬਦਲੋ" + +msgid "Password reset" +msgstr "ਪਾਸਵਰਡ ਮੁੜ-ਸੈੱਟ" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "ਤੁਹਾਡਾ ਪਾਸਵਰਡ ਸੈੱਟ ਕੀਤਾ ਗਿਆ ਹੈ। ਤੁਸੀਂ ਜਾਰੀ ਰੱਖ ਕੇ ਹੁਣੇ ਲਾਗਇਨ ਕਰ ਸਕਦੇ ਹੋ।" + +msgid "Password reset confirmation" +msgstr "ਪਾਸਵਰਡ ਮੁੜ-ਸੈੱਟ ਕਰਨ ਪੁਸ਼ਟੀ" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"ਆਪਣਾ ਨਵਾਂ ਪਾਸਵਰਡ ਦੋ ਵਾਰ ਦਿਉ ਤਾਂ ਕਿ ਅਸੀਂ ਜਾਂਚ ਕਰ ਸਕੀਏ ਕਿ ਤੁਸੀਂ ਠੀਕ ਤਰ੍ਹਾਂ ਲਿਖਿਆ ਹੈ।" + +msgid "New password:" +msgstr "ਨਵਾਂ ਪਾਸਵਰਡ:" + +msgid "Confirm password:" +msgstr "ਪਾਸਵਰਡ ਪੁਸ਼ਟੀ:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"ਪਾਸਵਰਡ ਰੀ-ਸੈੱਟ ਲਿੰਕ ਗਲਤ ਹੈ, ਸੰਭਵ ਤੌਰ ਉੱਤੇ ਇਹ ਪਹਿਲਾਂ ਹੀ ਵਰਤਿਆ ਜਾ ਚੁੱਕਾ ਹੈ। ਨਵਾਂ ਪਾਸਵਰਡ ਰੀ-" +"ਸੈੱਟ ਲਈ ਬੇਨਤੀ ਭੇਜੋ ਜੀ।" + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" + +msgid "Please go to the following page and choose a new password:" +msgstr "ਅੱਗੇ ਦਿੱਤੇ ਸਫ਼ੇ ਉੱਤੇ ਜਾਉ ਤੇ ਨਵਾਂ ਪਾਸਵਰਡ ਚੁਣੋ:" + +msgid "Your username, in case you've forgotten:" +msgstr "ਤੁਹਾਡਾ ਯੂਜ਼ਰ ਨਾਂ, ਜੇ ਕਿਤੇ ਗਲਤੀ ਨਾਲ ਭੁੱਲ ਗਏ ਹੋਵੋ:" + +msgid "Thanks for using our site!" +msgstr "ਸਾਡੀ ਸਾਈਟ ਵਰਤਣ ਲਈ ਧੰਨਵਾਦ ਜੀ!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s ਟੀਮ" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" + +msgid "Email address:" +msgstr "" + +msgid "Reset my password" +msgstr "ਮੇਰਾ ਪਾਸਵਰਡ ਮੁੜ-ਸੈੱਟ ਕਰੋ" + +msgid "All dates" +msgstr "ਸਭ ਮਿਤੀਆਂ" + +#, python-format +msgid "Select %s" +msgstr "%s ਚੁਣੋ" + +#, python-format +msgid "Select %s to change" +msgstr "ਬਦਲਣ ਲਈ %s ਚੁਣੋ" + +msgid "Date:" +msgstr "ਮਿਤੀ:" + +msgid "Time:" +msgstr "ਸਮਾਂ:" + +msgid "Lookup" +msgstr "ਖੋਜ" + +msgid "Currently:" +msgstr "" + +msgid "Change:" +msgstr "" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/pa/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/pa/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..c94a530547256546d96fd5e86b1c2f03a263f86d GIT binary patch literal 1207 zcmZ9KOK1~87{^zwuk~F~5j>27&{8+qjaX%CeN~H!)lj40ahgn%DVv$FJ5B7(2U3d& zg4Ba33KqNZg$jZd)T1{Myo!vVH!q&NiT~MbEp=e#H~(+G=dxeh+a@inb=X_5r?59+ z?^u8X>ngYeoB&sXH&T5UTm?M^+TcrYIruhx{{Xf@e*~9-pHuw>Tm=0MG`d5rJuLP%13R-?6Knf&H^W29tO z^Bt{jLNnEjb+Ar(K!*ZGwntVU6-5?UeHAGqMkrCd%KoV!d5D-Wp8Y&fEVPdD60-() zN$_$-Stq3wI2zUfGe~&oAc@&-FdG%f+%!&`3FjkcudvN`^i;PKDqRIl(YjK=z^=$OAzlGh7VI zeTWg|QCenBfzhf@@>Gn_Ax=8-qsgU{bX1h8`Ppov(a0#1n-8<|nWC&_Thq-VNE2mi zG}~zp92+FHpNLu_quyK(X>-d#! zj_dfjrQ-=5Khp6_-F%_rCpw-sKLTD7{SeNRiMR$E!k+2)osKWTd|Nj!>iB_frY}$D z+qOsZwT>U__`RtU-)q&qspFZX?l@9kNy<&@<^{);GexFgewY+Nd++6rIGp5CF!+u-6f6{RKIhd_MpH literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/pa/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/pa/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..5783238 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/pa/LC_MESSAGES/djangojs.po @@ -0,0 +1,205 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 10:10+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Panjabi (Punjabi) (http://www.transifex.com/django/django/" +"language/pa/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pa\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "ਉਪਲੱਬਧ %s" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +msgid "Filter" +msgstr "ਫਿਲਟਰ" + +msgid "Choose all" +msgstr "ਸਭ ਚੁਣੋ" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "" + +msgid "Choose" +msgstr "" + +msgid "Remove" +msgstr "ਹਟਾਓ" + +#, javascript-format +msgid "Chosen %s" +msgstr "%s ਚੁਣੋ" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" + +msgid "Remove all" +msgstr "" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "" +msgstr[1] "" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +msgstr[1] "" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +msgstr[1] "" + +msgid "Now" +msgstr "ਹੁਣੇ" + +msgid "Choose a Time" +msgstr "" + +msgid "Choose a time" +msgstr "ਸਮਾਂ ਚੁਣੋ" + +msgid "Midnight" +msgstr "ਅੱਧੀ-ਰਾਤ" + +msgid "6 a.m." +msgstr "6 ਸਵੇਰ" + +msgid "Noon" +msgstr "ਦੁਪਹਿਰ" + +msgid "6 p.m." +msgstr "" + +msgid "Cancel" +msgstr "ਰੱਦ ਕਰੋ" + +msgid "Today" +msgstr "ਅੱਜ" + +msgid "Choose a Date" +msgstr "" + +msgid "Yesterday" +msgstr "ਕੱਲ੍ਹ" + +msgid "Tomorrow" +msgstr "ਭਲਕੇ" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "ਵੇਖੋ" + +msgid "Hide" +msgstr "ਓਹਲੇ" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/pl/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/pl/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..6d032ef2bd3352b4c9f58bd1fa5db1eb3963c4fe GIT binary patch literal 16309 zcmd6ud5|1eea9P{!-&fmFoz9(UXUf(yQ7tS$gCyHvTSUDu4pAI7LJwPncm&rndu&N z_h>X@jE%6c!CV2`p!kRhmkB9Ip@IN0u1cgO{sTglD<(iHq+$|Rr4o{V2>FAAFq)TtUeZ1rMe)oHC_2aXie{aC`2<2SLO)m(7pMVc6@Xx`Qfm>hc=CKbH zJqJLwI|QBu9`<-I$dJJ!;OoJ!gQEKha0L7jxB~o7kbl8)8ms;~a1D4JsP|n^th^f( zz4w6{@3SDR4!#VEj<15R1s?@9-d}?1|6f3jdp1lEU)}`10lWk}1nvM2fRBS;0w-P_ z1k>O@f}aL=(n#%o#*gS(h7iSvb3xH_A$S$|R`5+=4-`E|!9C!^;9J0-gAMQ;h&&Cv z3lyL421VaJ;5Fa_;Pb)118)JJ2KRzf2v7Zf6O_FF6jZyv0L8cO`|nSK;_pvE@$F2Q zA$rdNHSQ{qsRpB<+Fu32qTqTE5eM%CHGTus{0@Msce{VS3)Fa@@XwzIrO#gjUjjY> zo(KLIG~h460z40_-yMeuK+=zAH; zjfjG?K!ylbfEs@jsP@}H>B(+T{oD**2xcH%1P_AZ<2OLf|J$JC@k3Dcp8~%O{v2Em ze(sI%4*U)%e*7G~68t5|RDul%e;oWx5K#y32ixGopvFBLrfdZ_f!Bc_21mi~gWJK= z4YmgE0*`Cb3Zx4W?>x-b|a|{%pj)R)#V>^>0D1z!Rs&+mewi$4R{{-9`Gvgec+#gkAYjpoIgFI5(Iz1a}SiAE?@2DJpsOy z=e-_l;3l3AfT&b(3=~~|1t#F%fE&TB7}vev2SM>+gh`4|7lPvd<=_ms2^76w0KWnr z19yPaYu&hC1Emkg{qqk&(f2ecdHe#Dew}u)lh>O-(OUtf&sTtFfg3@MvkR0R+yshm z9Z>rF5s&wPqW37MaX$r$?mq@!0nUTxgHM9epMM82x!{GDI9vsOi07@~P2i8fRp7cy z@zr1mz8d@%_$u%TQ2cuu6rKO?0HO-P*o2FZH+%dV_zm8_{0cYD<6z43lc3~q?Rv+b zZJ?ef!B>Ls1f@q!Q1dwmz68A6fByui`F;UJMS`z`9|!*ll-}HiQiV_45T#?R7m!kuTTvX-bvy4$65H%}IPMuP!&AEg!&13Zk_<*$?IvSRDKY1rb;t z0zpW5n{K#7r(`4j>QLTI(ItL0DEH`r>t4#k6zTIUMVDly>t+X5N0xIhA2UsP$iJ6O z{4PbjkUVau=-NX0sJ(Of>p_3N6+{$PHsV|1-yiiTxZB@Xz!y+38JoM+!K*2{uA|&f zkxVY8NLQtwy6&Jz<`+<|rIgoux%r%bh`|q2K2Q05%09{wimpAB>+PMhm20?fQ7-ZC z1T&QLDK$NCy@B!>d*^;`^!J;G-mT{TF8|yH4dq=FOu}A!Jqlh&i6}cLS5by9=~a2X zmYX{%Z>Pw9Zlk=OvYqk~%DI$JP=1S|>pheY*gN-g5g_}{D6+dVDQhSnqfAkB$xm#f zNWWi0IgOG~-cQkm3EAApKJfEF$~!5)M_EDXQEsA?*Ghl04t%k{{}hOe2_B$~QqH05 zq#U4JNO^>!>y4C6lwFh&${b}qWh3R2l;5T_DY_0huzukN?r+hvxw>nXubhq>MU?F? z;-V3)%1y9*W!P$Q6V{q>66Zx07IB*Jy4ncye18%)Rc-moILV7Jsq&z2X*((GYyZ6y z=B7FuCNojZBPmXX=QOU%(|u?i3j|y%1kYda+9Qmi4HMuQEEHrcb7*E+DEluQ=>tn zlYAUE=`>%fmLG#ARm;Uq7AAsCHF~MlsOM;N54nX95@w@}Z_Tt8HQ=vm4&EM&vZ*wW zyd?Ay9*-87_TAF23vx2W%1&B!h8%dO=HeP1A3=40nn3yX-+lCIHRunDPj(>C(+ zH=QskOpzL>ii*fUB}BT;OTB=OD6fXCsJ6dP&qgDL!4)-_P8*H16DKo>v%x4e6Bki4 zM=I2rihSQSSoCX*Ub44OMya1C8Pbu2ZYMPn6KBtch>gMKFp+xr>Gx%~+3I=Vz%0+p zyIHg-&AJmqubN%c!iqX+Rx4{Qejb`rDSy}Vgm1A>*k+8$J4?$^6<4)pZkdjwMlHV; zerIM0MOa*~5^QcnVP@RuGWgAnxLP+TB7#o+dn>^{6RTO8!%O7W3TIH9&1o_nXU+Z$ zA-J7oQBpLz6TvlM5l)49WTGrfGd)JDi?|utJ3d>L@?e_SdE9D5#*bCLUxGKTp{EaR zTE24FKK8d7?JSfHxq2HtF5qEhr2lpaPT7Xi*Hd^v(@EQn8p?E_9mB7hCZi?`6~2|F zg>@i(t@G1ELsoig@Kz&H_6J_d&Q?6r&Q?5EDxSlLa?B=91~V^>+s|;+OtlL+lgxxw z>z=K*O;!|UHar-aR+Kg4JV);q`ImvaD7r1&GhU=*+Cp-NRKr&&UD9)u&9fcm|ArNF zgxYj*%)Z9G&GE4AQ*cdMZ8xz<7t^n8hH-;0HR5JI5nP*)2$;|$QKxUi)_+I=+d1FX zlMbZG%$3Vm>d}R+^{f5MO232hqxG|;f2#yfQ;tZ;E5 zoWdR8h@x6tm}ZKVS&Gt@;%ZLkX*QDWlp`N`TgnCF&7c~n@7cic;ps1jV42G^4X*-(1D3kAXTDQ=>cb`mp!w}hFE zkx`MzQ?p4_8ZlTvXtssb(IKyEr&|zZ_)5pur?|~6(>6BOQrS=zRihX)qK2h!)Zjej zY@1;{>c{UD)UaH~O-iI*@V1{Unt?=|ea+@aZpPKwh!9}8lDER9Vs|adD!~>Tv77C@ zP{i(A9`;XML#T)egC_Dcv34sTO^YF$6|+6{0pHsFRD{4>^r}^Yt?3L-#DfWELjRDq z3%x{0WNbTZ7RPg1Z?}SNN|AE89?hr>$%Yh`@a438TeqYl*gmA$6T$YBfBsv478Sj- zG6P)@9T2!ZMJ!@zGcr?QwNBk6vOgv~h%HG;14m#U>?A1KbaI;HxW=Q4`@XlqGsYJc ziylqY#Zor|niggqRCVdq3AUONSxII!Ya3CWrdCe+JzrG8nV*`MT@4%c0?V}u9vag9 z>FLsaOOQ4N4ABAd)sj`suq&OYqI_d{l;C>M%RW_ZP^(Z2oJ`S)t0+=xI%=92LU=sg zwTdaXuN+Y#_LOQB;n^_Mp)9Mk`cZF_)piya-4(gX5t`F!W{iFiCW^Kb8_K9<7zup zf2RpM%Prq26I{G3vWu8@qrY02j5364u2m9f) z7Lu6C{#^s0LDn(ktFlOo7N<)C@2U>^jbbfT!sQZ}Iijo=}L2d9?2ijqS zag35~#~Ts7H<~gwKPXb%OJ%ruTY71fvZ=!Pd>V4FZoSE3(`cn{6JE@8;Y!~%P~$Qc zE26Mz`zZ|-MoE(!aZ`^44^+&SqI{P{Eer#Zcz0@bb7(6n z&2n=v4t*M?b$mW+*Iopj>G+UjIZFqG2s2~})(f;S`-lxI$pjN^;`V0Uty?fGT#SdC@>iql!-&4Q`Bbl~J>01)tex3e+}af?=B`1SXO=$i?!9(-SvwRnr_*6(8E8 z9$EvPtY(}*#EgpBYq=o`8!;ZAI*oKj86%ZVEuNkx?X_{&y48)A1eaGYu{O189VT5H zYbvTMaky#9Us^?QJSkn5Mji+#>}M(7`DurSDsG+9XES-#@|8or(+-sl+R7PPE5d)` z1EIq@A`+2s77uB|J=0X$go-V0J+wXRKPf6{L5H|Wv_d>CG)ZG1&n>Jb0+&;m=|(tH z-rFr4%rJ1yfW$b@VS3;-*(iMrLeZc2r$VYi zLOdNEQiIiQJ|#4K>(#Bs>Q&3OZP|A1VCHKoSeJUqdAuii#H^;_UIydtPleoRIe8a_8@KM`l z8&)P8Hmorl&A8$7@-^dEZdhwBxWL}7-*Aa;SL*fn`ZeR`UGK8*RcCw^ZPw6c?W!x5 z1!m9uquow8cj8DDl|I>V!x+xA+?1})g~2Iy+w^Vmc|$K{c`|>PyrJ2hzrT^hk?A#Y z_lSAvGY8**{n%%=AVi#e2-ddGY|*XG_S@KliB30(>t!#4H}NxH9Y5CL<&wu2S;zu( z{ti}@D4zU*+i@|esW;lyUfayfAEtTIZSu{XVQAtc#lW1M#ll01PIn5u=rZ0?@1v8v zXL7-~=`n^o)bPFVc2ixVvcGKM65;0DFI63>tazvke`8uF-{z9wWa82U)YG|A5FA{E#Y;I zRk-BDk+R=}q+rR>dSNdKt37rW`U4M+H5Lw1_MK*7uRl;qCw z{O0sVvnmfZT%!qFL8iJ`&LNmadIZIy7yarOM+6Gv)n z4WUKotqg})6t1rJLR6W%2~xW@tmK!&Gsf@`s?IKb^09ydXZEG(EqU$%znUzT`j++U5;AJ)1zJEhjal}v8qTgbn>=x( z7s@)HEg1ujc-J8T_h)^|!PrhCIVvLjgc`B>joCoJ3AI~U*x}Xu9V|~y#c2{Pv9>?l zlH`|uhP zFJH+(;91&=a~pUSU$LI!$EGlrB2;jbH$XOhvK0oPm0V?~Gc!g06G!_&jnzl5TTq%v zwNs7f@3)?m2{z~tE{tq0vc`yMw5Nv7Z3q{f+N@ylN-XgqysJRtxvR;Uxv0jrm5V*> zVW-vJi6cc+5B9RN(CfCsTD>j%Pu=LEyn`P|3C#CbW3O(w1binkE2n2eJo7y2I9`%B zbQyD=s8%%-40s%PW@TPCJoCq-r zMG_)UW+|Fu|c9(FTzCU54S63PlvEQVUwV`Q#!V&qs(TaY)yX`l21uTapu(N0J%fnA!7m>JaQJHK!>}_v+(4o>y#~q%<3!w=aYdJr9~` zKa>sLNr>H~jV=;1hFY1qu%6nI;8=)gzA7$>WKtJ^Xe} zQ*drZY$UF-pk7!fuQM0c(pFDN`O$Qz;&!XWZ&D0Si2VA1+;*^YQVI6q1&$vh6Irm$ z8En;2P%G_qkcC##7#+rEPl=qPTP%t$i^M5KS}k93Px_<68P4hTP{x@#k}+AZ<2Ppm z+f%6iSNVtZT1_V z9SLQpgESA{+n?>P)#+eD{V<1oPcgM68m*`ITRXK6jyOtQ$b7VNZ3ZeTnA(B18B9w8cGH@B%!cyuF$A?0*O-O7StTe=~D>$;!{(Z?BEic%;Vqm)* zcY?J-6e-HKTj`wd*9M7xI?RV^j{w|lk{HKDI5!&XChMb&%6%zPq(Qmm*2cl2ZAHW` zwN2I)Mu*cV7CJt?RF1A)x;9kcpj>_8LJekUt5Gqc7&u?!_YcHlUNM!3PDT?TTSfk{Y!v{AV38bh07$YpSd~F>hIwCPTY!yv=RS4nDEKk4`u8c zKwDPCn&CjqCY?^WLYMsqcDZC10zn+8H3?ULRYpd`3WQ<(vZ)&DfXn^_am_Dz+JR2C SB4TP`(+g+E?O, 2011 +# Janusz Harkot , 2014-2015 +# Karol , 2012 +# konryd , 2011 +# konryd , 2011 +# m_aciek , 2016 +# m_aciek , 2015 +# Ola Sitarska , 2013 +# Ola Sitarska , 2013 +# Roman Barczyński , 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-06-06 21:56+0000\n" +"Last-Translator: m_aciek \n" +"Language-Team: Polish (http://www.transifex.com/django/django/language/pl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Usunięto %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Nie można usunąć %(name)s" + +msgid "Are you sure?" +msgstr "Jesteś pewien?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Usuń wybrane %(verbose_name_plural)s" + +msgid "Administration" +msgstr "Administracja" + +msgid "All" +msgstr "Wszystko" + +msgid "Yes" +msgstr "Tak" + +msgid "No" +msgstr "Nie" + +msgid "Unknown" +msgstr "Nieznany" + +msgid "Any date" +msgstr "Dowolna data" + +msgid "Today" +msgstr "Dzisiaj" + +msgid "Past 7 days" +msgstr "Ostatnie 7 dni" + +msgid "This month" +msgstr "Ten miesiąc" + +msgid "This year" +msgstr "Ten rok" + +msgid "No date" +msgstr "Brak daty" + +msgid "Has date" +msgstr "Posiada datę" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Wprowadź poprawne dane w polach \"%(username)s\" i \"hasło\" dla konta " +"należącego do zespołu. Uwaga: wielkość liter może mieć znaczenie." + +msgid "Action:" +msgstr "Akcja:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Dodaj kolejne %(verbose_name)s" + +msgid "Remove" +msgstr "Usuń" + +msgid "action time" +msgstr "czas akcji" + +msgid "user" +msgstr "użytkownik" + +msgid "content type" +msgstr "typ zawartości" + +msgid "object id" +msgstr "id obiektu" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "reprezentacja obiektu" + +msgid "action flag" +msgstr "flaga akcji" + +msgid "change message" +msgstr "zmień wiadomość" + +msgid "log entry" +msgstr "log" + +msgid "log entries" +msgstr "logi" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "Dodano \" %(object)s \"." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "Zmieniono \" %(object)s \" - %(changes)s " + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "Usunięto \" %(object)s \"." + +msgid "LogEntry Object" +msgstr "Obiekt typu LogEntry" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "Dodano {name} „{object}”." + +msgid "Added." +msgstr "Dodany." + +msgid "and" +msgstr "i" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "Zmieniono {fields} w {name} „{object}”." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "Zmieniono {fields}." + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "Usunięto {name} „{object}”." + +msgid "No fields changed." +msgstr "Żadne pole nie zmienione." + +msgid "None" +msgstr "brak" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" +"Przytrzymaj wciśnięty klawisz \"Ctrl\" lub \"Command\" na Mac'u aby " +"zaznaczyć więcej niż jeden wybór." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" +"{name} „{obj}” został dodany pomyślnie. Można edytować go ponownie poniżej." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" +"{name} „{obj}” został dodany pomyślnie. Można dodać kolejny {name} poniżej." + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "{name} „{obj}” został dodany pomyślnie." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" +"{name} „{obj}” został pomyślnie zmieniony. Można edytować go ponownie " +"poniżej." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" +"{name} „{obj}” został pomyślnie zmieniony. Można dodać kolejny {name} " +"poniżej." + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "{name} „{obj}” został pomyślnie zmieniony." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Wykonanie akcji wymaga wybrania obiektów. Żaden obiekt nie został zmieniony." + +msgid "No action selected." +msgstr "Nie wybrano akcji." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "%(name)s \"%(obj)s\" usunięty pomyślnie." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "Obiekt %(name)s o kluczu głównym %(key)r nie istnieje." + +#, python-format +msgid "Add %s" +msgstr "Dodaj %s" + +#, python-format +msgid "Change %s" +msgstr "Zmień %s" + +msgid "Database error" +msgstr "Błąd bazy danych" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s został pomyślnie zmieniony." +msgstr[1] "%(count)s %(name)s zostały pomyślnie zmienione." +msgstr[2] "%(count)s %(name)s zostało pomyślnie zmienionych." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s wybrany" +msgstr[1] "%(total_count)s wybrane" +msgstr[2] "%(total_count)s wybranych" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 z %(cnt)s wybranych" + +#, python-format +msgid "Change history: %s" +msgstr "Historia zmian: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Usunięcie %(class_name)s %(instance)s spowoduje usunięcia następujących " +"chronionych obiektów pokrewnych: %(related_objects)s" + +msgid "Django site admin" +msgstr "Administracja stroną Django" + +msgid "Django administration" +msgstr "Administracja Django" + +msgid "Site administration" +msgstr "Administracja stroną" + +msgid "Log in" +msgstr "Zaloguj się" + +#, python-format +msgid "%(app)s administration" +msgstr "%(app)s - administracja" + +msgid "Page not found" +msgstr "Strona nie znaleziona" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Niestety, żądana strona nie została znaleziona." + +msgid "Home" +msgstr "Początek" + +msgid "Server error" +msgstr "Błąd serwera" + +msgid "Server error (500)" +msgstr "Błąd serwera (500)" + +msgid "Server Error (500)" +msgstr "Błąd Serwera (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Niestety wystąpił błąd. Administratorzy strony zostali o nim powiadomieni " +"poprzez email i niebawem zaistniały problem powinien zostać rozwiązany. " +"Dziękujemy za wyrozumiałość." + +msgid "Run the selected action" +msgstr "Wykonaj wybraną akcję" + +msgid "Go" +msgstr "Wykonaj" + +msgid "Click here to select the objects across all pages" +msgstr "Kliknij by wybrać obiekty na wszystkich stronach" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Wybierz wszystkie %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Wyczyść wybór" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Najpierw podaj nazwę użytkownika i hasło. Następnie będziesz mógł edytować " +"więcej opcji użytkownika." + +msgid "Enter a username and password." +msgstr "Podaj nazwę użytkownika i hasło." + +msgid "Change password" +msgstr "Zmiana hasła" + +msgid "Please correct the error below." +msgstr "Proszę, popraw poniższe błędy." + +msgid "Please correct the errors below." +msgstr "Proszę, popraw poniższe błędy." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Podaj nowe hasło dla użytkownika %(username)s." + +msgid "Welcome," +msgstr "Witaj," + +msgid "View site" +msgstr "Pokaż stronę" + +msgid "Documentation" +msgstr "Dokumentacja" + +msgid "Log out" +msgstr "Wyloguj się" + +#, python-format +msgid "Add %(name)s" +msgstr "Dodaj %(name)s" + +msgid "History" +msgstr "Historia" + +msgid "View on site" +msgstr "Pokaż na stronie" + +msgid "Filter" +msgstr "Filtr" + +msgid "Remove from sorting" +msgstr "Usuń z sortowania" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Priorytet sortowania: %(priority_number)s " + +msgid "Toggle sorting" +msgstr "Zmień sortowanie" + +msgid "Delete" +msgstr "Usuń" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Usunięcie %(object_name)s '%(escaped_object)s' spowoduje skasowanie " +"obiektów, które są z nim powiązane. Niestety nie posiadasz uprawnień do " +"usunięcia następujących typów obiektów:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Usunięcie %(object_name)s '%(escaped_object)s' wymaga skasowania " +"następujących chronionych obiektów, które są z nim powiązane:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Czy chcesz skasować %(object_name)s \"%(escaped_object)s\"? Następujące " +"zależne obiekty zostaną skasowane:" + +msgid "Objects" +msgstr "Obiekty" + +msgid "Yes, I'm sure" +msgstr "Tak, na pewno" + +msgid "No, take me back" +msgstr "Nie, zabierz mnie stąd" + +msgid "Delete multiple objects" +msgstr "Usuwanie wielu obiektów" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Usunięcie %(objects_name)s spowoduje skasowanie obiektów, które są z nim " +"powiązane. Niestety nie posiadasz uprawnień do usunięcia następujących typów " +"obiektów:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Usunięcie %(objects_name)s wymaga skasowania następujących chronionych " +"obiektów, które są z nim powiązane:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Czy chcesz skasować zaznaczone %(objects_name)s? Następujące obiekty oraz " +"obiekty od nich zależne zostaną skasowane:" + +msgid "Change" +msgstr "Zmień" + +msgid "Delete?" +msgstr "Usunąć?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " Używając %(filter_title)s " + +msgid "Summary" +msgstr "Podsumowanie" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modele w aplikacji %(name)s" + +msgid "Add" +msgstr "Dodaj" + +msgid "You don't have permission to edit anything." +msgstr "Nie masz uprawnień by edytować cokolwiek." + +msgid "Recent actions" +msgstr "Ostatnie działania" + +msgid "My actions" +msgstr "Moje działania" + +msgid "None available" +msgstr "Brak" + +msgid "Unknown content" +msgstr "Zawartość nieznana" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Instalacja Twojej bazy danych jest niepoprawna. Upewnij się, że odpowiednie " +"tabele zostały utworzone i odpowiedni użytkownik jest uprawniony do ich " +"odczytu." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Jesteś uwierzytelniony jako %(username)s, ale nie jesteś upoważniony do " +"dostępu do tej strony. Czy chciałbyś zalogować się na inne konto?" + +msgid "Forgotten your password or username?" +msgstr "Nie pamiętasz swojego hasła, bądź nazwy konta użytkownika?" + +msgid "Date/time" +msgstr "Data/czas" + +msgid "User" +msgstr "Użytkownik" + +msgid "Action" +msgstr "Akcja" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Ten obiekt nie ma historii zmian. Najprawdopodobniej wpis ten nie został " +"dodany poprzez panel administracyjny." + +msgid "Show all" +msgstr "Pokaż wszystko" + +msgid "Save" +msgstr "Zapisz" + +msgid "Popup closing..." +msgstr "Zamykanie okienka..." + +#, python-format +msgid "Change selected %(model)s" +msgstr "Zmień wybrane %(model)s" + +#, python-format +msgid "Add another %(model)s" +msgstr "Dodaj kolejny %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Usuń wybrane %(model)s" + +msgid "Search" +msgstr "Szukaj" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s wynik" +msgstr[1] "%(counter)s wyniki" +msgstr[2] "%(counter)s wyników" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s trafień" + +msgid "Save as new" +msgstr "Zapisz jako nowe" + +msgid "Save and add another" +msgstr "Zapisz i dodaj nowe" + +msgid "Save and continue editing" +msgstr "Zapisz i kontynuuj edycję" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Dziękujemy za odwiedzenie serwisu." + +msgid "Log in again" +msgstr "Zaloguj się ponownie" + +msgid "Password change" +msgstr "Zmiana hasła" + +msgid "Your password was changed." +msgstr "Twoje hasło zostało zmienione." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "Podaj swoje stare hasło i dwa razy nowe." + +msgid "Change my password" +msgstr "Zmień hasło" + +msgid "Password reset" +msgstr "Zresetuj hasło" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Twoje hasło zostało ustawione. Możesz się teraz zalogować." + +msgid "Password reset confirmation" +msgstr "Potwierdzenie zresetowania hasła" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Podaj dwukrotnie nowe hasło, by można było zweryfikować, czy zostało wpisane " +"poprawnie." + +msgid "New password:" +msgstr "Nowe hasło:" + +msgid "Confirm password:" +msgstr "Potwierdź hasło:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Link pozwalający na reset hasła jest niepoprawny - być może dlatego, że " +"został już raz użyty. Możesz ponownie zażądać zresetowania hasła." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Instrukcja pozwalająca ustawić nowe hasło dla podanego adresu email została " +"wysłana. Niebawem powinna się pojawić na Twoim koncie pocztowym." + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"W przypadku nieotrzymania wiadomości email: upewnij się czy adres " +"wprowadzony jest zgodny z tym podanym podczas rejestracji i sprawdź " +"zawartość folderu SPAM na swoim koncie." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Otrzymujesz tę wiadomość, gdyż skorzystano z opcji resetu hasła dla Twojego " +"konta na stronie %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "" +"Aby wprowadzić nowe hasło, proszę przejść na stronę, której adres widnieje " +"poniżej:" + +msgid "Your username, in case you've forgotten:" +msgstr "Twoja nazwa użytkownika:" + +msgid "Thanks for using our site!" +msgstr "Dziękujemy za skorzystanie naszej strony." + +#, python-format +msgid "The %(site_name)s team" +msgstr "Zespół %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"Nie pamiętasz swojego hasła? Wprowadź w poniższym polu swój adres email, a " +"wyślemy Ci instrukcję opisującą sposób ustawienia nowego hasła." + +msgid "Email address:" +msgstr "Adres email:" + +msgid "Reset my password" +msgstr "Zresetuj moje hasło" + +msgid "All dates" +msgstr "Wszystkie daty" + +#, python-format +msgid "Select %s" +msgstr "Zaznacz %s" + +#, python-format +msgid "Select %s to change" +msgstr "Zaznacz %s aby zmienić" + +msgid "Date:" +msgstr "Data:" + +msgid "Time:" +msgstr "Czas:" + +msgid "Lookup" +msgstr "Szukaj" + +msgid "Currently:" +msgstr "Aktualny:" + +msgid "Change:" +msgstr "Zmień:" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/pl/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/pl/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..01580d0796ecd4e6ccc0c4b97e5cbcaf6de70ba0 GIT binary patch literal 4720 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 F{sV|YPI3SM literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/pl/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/pl/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..55c0203 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/pl/LC_MESSAGES/djangojs.po @@ -0,0 +1,231 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# angularcircle, 2011 +# Jannis Leidel , 2011 +# Janusz Harkot , 2014-2015 +# konryd , 2011 +# m_aciek , 2016 +# Roman Barczyński , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-06-06 22:01+0000\n" +"Last-Translator: m_aciek \n" +"Language-Team: Polish (http://www.transifex.com/django/django/language/pl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Dostępne %s" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"To jest lista dostępnych %s. Aby wybrać pozycje zaznacz je i kliknij " +"strzałkę \"Wybierz\" pomiędzy listami." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Pisz tutaj aby wyfiltrować listę dostępnych %s." + +msgid "Filter" +msgstr "Filtr" + +msgid "Choose all" +msgstr "Wybierz wszystko" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Kliknij aby wybrać wszystkie %s na raz." + +msgid "Choose" +msgstr "Wybierz" + +msgid "Remove" +msgstr "Usuń" + +#, javascript-format +msgid "Chosen %s" +msgstr "Wybrano %s" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"To jest lista wybranych %s. Aby usunąć zaznacz pozycje wybrane do usunięcia " +"i kliknij strzałkę \"Usuń\" pomiędzy listami." + +msgid "Remove all" +msgstr "Usuń wszystkie" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Kliknij aby usunąć wszystkie wybrane %s na raz." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "Zaznaczono %(sel)s z %(cnt)s" +msgstr[1] "Zaznaczono %(sel)s z %(cnt)s" +msgstr[2] "Zaznaczono %(sel)s z %(cnt)s" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Zmiany w niektórych polach nie zostały zachowane. Po wykonaniu akcji zmiany " +"te zostaną utracone." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Wybrano akcję, lecz część zmian w polach nie została zachowana. Kliknij OK " +"aby zapisać. Aby wykonać akcję, należy ją ponownie uruchomić." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Wybrano akcję, lecz nie dokonano żadnych zmian. Prawdopodobnie szukasz " +"przycisku \"Wykonaj\" (a nie \"Zapisz\")" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +"Uwaga: Czas lokalny jest przesunięty %s godzinę w stosunku do czasu serwera." +msgstr[1] "" +"Uwaga: Czas lokalny jest przesunięty %s godziny w stosunku do czasu serwera." +msgstr[2] "" +"Uwaga: Czas lokalny jest przesunięty %s godzin w stosunku do czasu serwera." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +"Uwaga: Czas lokalny jest przesunięty o %s godzinę w stosunku do czasu " +"serwera." +msgstr[1] "" +"Uwaga: Czas lokalny jest przesunięty o %s godziny w stosunku do czasu " +"serwera." +msgstr[2] "" +"Uwaga: Czas lokalny jest przesunięty o %s godzin w stosunku do czasu serwera." + +msgid "Now" +msgstr "Teraz" + +msgid "Choose a Time" +msgstr "Wybierz czas" + +msgid "Choose a time" +msgstr "Wybierz czas" + +msgid "Midnight" +msgstr "Północ" + +msgid "6 a.m." +msgstr "6 rano" + +msgid "Noon" +msgstr "Południe" + +msgid "6 p.m." +msgstr "6 po południu" + +msgid "Cancel" +msgstr "Anuluj" + +msgid "Today" +msgstr "Dzisiaj" + +msgid "Choose a Date" +msgstr "Wybierz datę" + +msgid "Yesterday" +msgstr "Wczoraj" + +msgid "Tomorrow" +msgstr "Jutro" + +msgid "January" +msgstr "styczeń" + +msgid "February" +msgstr "luty" + +msgid "March" +msgstr "marzec" + +msgid "April" +msgstr "kwiecień" + +msgid "May" +msgstr "maj" + +msgid "June" +msgstr "czerwiec" + +msgid "July" +msgstr "lipiec" + +msgid "August" +msgstr "sierpień" + +msgid "September" +msgstr "wrzesień" + +msgid "October" +msgstr "październik" + +msgid "November" +msgstr "listopad" + +msgid "December" +msgstr "grudzień" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "n" + +msgctxt "one letter Monday" +msgid "M" +msgstr "pn" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "w" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "ś" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "c" + +msgctxt "one letter Friday" +msgid "F" +msgstr "pt" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "s" + +msgid "Show" +msgstr "Pokaż" + +msgid "Hide" +msgstr "Ukryj" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/pt/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/pt/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..4590986e6c95ad954990e445f1fb67e621b79572 GIT binary patch literal 15155 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 literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/pt/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/pt/LC_MESSAGES/django.po new file mode 100644 index 0000000..9b54da5 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/pt/LC_MESSAGES/django.po @@ -0,0 +1,688 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# jorgecarleitao , 2015 +# Nuno Mariz , 2013,2015 +# Paulo Köch , 2011 +# Raúl Pedro Fernandes Santos, 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 09:09+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Portuguese (http://www.transifex.com/django/django/language/" +"pt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Foram removidos com sucesso %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Não é possível remover %(name)s " + +msgid "Are you sure?" +msgstr "Tem a certeza?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Remover %(verbose_name_plural)s selecionados" + +msgid "Administration" +msgstr "Administração" + +msgid "All" +msgstr "Todos" + +msgid "Yes" +msgstr "Sim" + +msgid "No" +msgstr "Não" + +msgid "Unknown" +msgstr "Desconhecido" + +msgid "Any date" +msgstr "Qualquer data" + +msgid "Today" +msgstr "Hoje" + +msgid "Past 7 days" +msgstr "Últimos 7 dias" + +msgid "This month" +msgstr "Este mês" + +msgid "This year" +msgstr "Este ano" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Por favor introduza o %(username)s e password corretos para a conta de " +"equipa. Tenha em atenção às maiúsculas e minúsculas." + +msgid "Action:" +msgstr "Ação:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Adicionar outro %(verbose_name)s" + +msgid "Remove" +msgstr "Remover" + +msgid "action time" +msgstr "hora da ação" + +msgid "user" +msgstr "utilizador" + +msgid "content type" +msgstr "tipo de conteúdo" + +msgid "object id" +msgstr "id do objeto" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "repr do objeto" + +msgid "action flag" +msgstr "flag de ação" + +msgid "change message" +msgstr "modificar mensagem" + +msgid "log entry" +msgstr "entrada de log" + +msgid "log entries" +msgstr "entradas de log" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "Adicionado \"%(object)s\"." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "Foram modificados \"%(object)s\" - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "Foram removidos \"%(object)s.\"" + +msgid "LogEntry Object" +msgstr "Objeto LogEntry" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "Adicionado." + +msgid "and" +msgstr "e" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "Nenhum campo foi modificado." + +msgid "None" +msgstr "Nenhum" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" +"Mantenha pressionado o \"Control\", ou \"Command\" no Mac, para selecionar " +"mais do que um." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Os itens devem ser selecionados de forma a efectuar ações sobre eles. Nenhum " +"item foi modificado." + +msgid "No action selected." +msgstr "Nenhuma ação selecionada." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "O(A) %(name)s \"%(obj)s\" foi removido(a) com sucesso." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "O object %(name)s com a chave primária %(key)r não existe." + +#, python-format +msgid "Add %s" +msgstr "Adicionar %s" + +#, python-format +msgid "Change %s" +msgstr "Modificar %s" + +msgid "Database error" +msgstr "Erro de base de dados" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s foi modificado com sucesso." +msgstr[1] "%(count)s %(name)s foram modificados com sucesso." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s selecionado" +msgstr[1] "Todos %(total_count)s selecionados" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 de %(cnt)s selecionados" + +#, python-format +msgid "Change history: %s" +msgstr "Histórico de modificações: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Remover %(class_name)s %(instance)s exigiria a remoção dos seguintes objetos " +"relacionados protegidos: %(related_objects)s" + +msgid "Django site admin" +msgstr "Site de administração do Django" + +msgid "Django administration" +msgstr "Administração do Django" + +msgid "Site administration" +msgstr "Administração do site" + +msgid "Log in" +msgstr "Entrar" + +#, python-format +msgid "%(app)s administration" +msgstr "Administração de %(app)s" + +msgid "Page not found" +msgstr "Página não encontrada" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Pedimos desculpa, mas a página solicitada não foi encontrada." + +msgid "Home" +msgstr "Início" + +msgid "Server error" +msgstr "Erro do servidor" + +msgid "Server error (500)" +msgstr "Erro do servidor (500)" + +msgid "Server Error (500)" +msgstr "Erro do servidor (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Ocorreu um erro. Foi enviada uma notificação para os administradores do " +"site, devendo o mesmo ser corrigido em breve. Obrigado pela atenção." + +msgid "Run the selected action" +msgstr "Executar a acção selecionada" + +msgid "Go" +msgstr "Ir" + +msgid "Click here to select the objects across all pages" +msgstr "Clique aqui para selecionar os objetos em todas as páginas" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Selecionar todos %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Remover seleção" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Primeiro introduza o nome do utilizador e palavra-passe. Depois poderá " +"editar mais opções do utilizador." + +msgid "Enter a username and password." +msgstr "Introduza o utilizador e palavra-passe." + +msgid "Change password" +msgstr "Modificar palavra-passe" + +msgid "Please correct the error below." +msgstr "Por favor corrija os erros abaixo." + +msgid "Please correct the errors below." +msgstr "Por favor corrija os erros abaixo." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" +"Introduza uma nova palavra-passe para o utilizador %(username)s." + +msgid "Welcome," +msgstr "Bem-vindo," + +msgid "View site" +msgstr "Ver site" + +msgid "Documentation" +msgstr "Documentação" + +msgid "Log out" +msgstr "Sair" + +#, python-format +msgid "Add %(name)s" +msgstr "Adicionar %(name)s" + +msgid "History" +msgstr "História" + +msgid "View on site" +msgstr "Ver no site" + +msgid "Filter" +msgstr "Filtro" + +msgid "Remove from sorting" +msgstr "Remover da ordenação" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Prioridade de ordenação: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Altenar ordenação" + +msgid "Delete" +msgstr "Remover" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"A remoção de %(object_name)s '%(escaped_object)s' resultará na remoção dos " +"objetos relacionados, mas a sua conta não tem permissão de remoção dos " +"seguintes tipos de objetos:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Remover o %(object_name)s ' %(escaped_object)s ' exigiria a remoção dos " +"seguintes objetos protegidos relacionados:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Tem a certeza que deseja remover %(object_name)s \"%(escaped_object)s\"? " +"Todos os items relacionados seguintes irão ser removidos:" + +msgid "Objects" +msgstr "Objectos" + +msgid "Yes, I'm sure" +msgstr "Sim, tenho a certeza" + +msgid "No, take me back" +msgstr "Não, retrocede" + +msgid "Delete multiple objects" +msgstr "Remover múltiplos objetos." + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Remover o %(objects_name)s selecionado poderia resultar na remoção de " +"objetos relacionados, mas a sua conta não tem permissão para remover os " +"seguintes tipos de objetos:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Remover o %(objects_name)s selecionado exigiria remover os seguintes objetos " +"protegidos relacionados:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Tem certeza de que deseja remover %(objects_name)s selecionado? Todos os " +"objetos seguintes e seus itens relacionados serão removidos:" + +msgid "Change" +msgstr "Modificar" + +msgid "Delete?" +msgstr "Remover?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " Por %(filter_title)s " + +msgid "Summary" +msgstr "Sumário" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modelos na aplicação %(name)s" + +msgid "Add" +msgstr "Adicionar" + +msgid "You don't have permission to edit anything." +msgstr "Não tem permissão para modificar nada." + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "Nenhum disponível" + +msgid "Unknown content" +msgstr "Conteúdo desconhecido" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Passa-se algo de errado com a instalação da sua base de dados. Verifique se " +"as tabelas da base de dados foram criadas apropriadamente e verifique se a " +"base de dados pode ser lida pelo utilizador definido." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Está autenticado como %(username)s, mas não está autorizado a aceder a esta " +"página. Deseja autenticar-se com uma conta diferente?" + +msgid "Forgotten your password or username?" +msgstr "Esqueceu-se da sua palavra-passe ou utilizador?" + +msgid "Date/time" +msgstr "Data/hora" + +msgid "User" +msgstr "Utilizador" + +msgid "Action" +msgstr "Ação" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Este objeto não tem histórico de modificações. Provavelmente não foi " +"modificado via site de administração." + +msgid "Show all" +msgstr "Mostrar todos" + +msgid "Save" +msgstr "Gravar" + +msgid "Popup closing..." +msgstr "Fechando o popup..." + +#, python-format +msgid "Change selected %(model)s" +msgstr "Alterar %(model)s selecionado." + +#, python-format +msgid "Add another %(model)s" +msgstr "Adicionar outro %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Remover %(model)s seleccionado" + +msgid "Search" +msgstr "Pesquisar" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s resultado" +msgstr[1] "%(counter)s resultados" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s no total" + +msgid "Save as new" +msgstr "Gravar como novo" + +msgid "Save and add another" +msgstr "Gravar e adicionar outro" + +msgid "Save and continue editing" +msgstr "Gravar e continuar a editar" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Obrigado pela sua visita." + +msgid "Log in again" +msgstr "Entrar novamente" + +msgid "Password change" +msgstr "Modificação da palavra-passe" + +msgid "Your password was changed." +msgstr "A sua palavra-passe foi modificada." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Por razões de segurança, por favor introduza a sua palavra-passe antiga e " +"depois introduza a nova duas vezes para que possamos verificar se introduziu " +"corretamente." + +msgid "Change my password" +msgstr "Modificar a minha palavra-passe" + +msgid "Password reset" +msgstr "Palavra-passe de reinicialização" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "A sua palavra-passe foi atribuída. Pode entrar agora." + +msgid "Password reset confirmation" +msgstr "Confirmação da reinicialização da palavra-passe" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Por favor, introduza a sua nova palavra-passe duas vezes para verificarmos " +"se está correcta." + +msgid "New password:" +msgstr "Nova palavra-passe:" + +msgid "Confirm password:" +msgstr "Confirmação da palavra-passe:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"O endereço de reinicialização da palavra-passe é inválido, possivelmente " +"porque já foi usado. Por favor requisite uma nova reinicialização da palavra-" +"passe." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Foram enviadas para o email indicado as instruções de configuração da " +"palavra-passe, se existir uma conta com o email que indicou. Deverá recebê-" +"las brevemente." + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Se não receber um email, por favor assegure-se de que introduziu o endereço " +"com o qual se registou e verifique a sua pasta de correio electrónico não " +"solicitado." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Está a receber este email porque pediu para redefinir a palavra-chave para o " +"seu utilizador no site %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Por favor siga a seguinte página e escolha a sua nova palavra-passe:" + +msgid "Your username, in case you've forgotten:" +msgstr "O seu nome de utilizador, no caso de se ter esquecido:" + +msgid "Thanks for using our site!" +msgstr "Obrigado pela sua visita ao nosso site!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "A equipa do %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"Esqueceu-se da sua palavra-chave? Introduza o seu endereço de email e enviar-" +"lhe-emos instruções para definir uma nova." + +msgid "Email address:" +msgstr "Endereço de email:" + +msgid "Reset my password" +msgstr "Reinicializar a minha palavra-passe" + +msgid "All dates" +msgstr "Todas as datas" + +#, python-format +msgid "Select %s" +msgstr "Selecionar %s" + +#, python-format +msgid "Select %s to change" +msgstr "Selecione %s para modificar" + +msgid "Date:" +msgstr "Data:" + +msgid "Time:" +msgstr "Hora:" + +msgid "Lookup" +msgstr "Procurar" + +msgid "Currently:" +msgstr "Atualmente:" + +msgid "Change:" +msgstr "Modificar:" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/pt/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/pt/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..8829972bbc05c20647488426f07ba9cb395f7ad7 GIT binary patch literal 3846 zcmb_eOOG2x5N_VEyhC_~M{Pu4BQo}S5g~FCM6!7Tn_VRakrQfr+IEMTZqwakXSs0V zfCLC6K!7+9gun*uCAKz z*IoX$z%`9_H`@J|2vG%YxfFl6eg-}YJPW)MIDJ`xGr;T6ua^BCCC&q{$MYvje73|k za0<@@@EYJt!25u&03QIZ0NMX(;N`%tfL8;*EBikIpGE%{U;{W0BixF2fjsU5Ap1WF z#7}&Tzqf#&0^bB4xIzg0#JBikzdr)E1J44P&n7r|A6NzQxG#V`;B!|A@g6ie4SWp! zV=(6VR!aN?cmw*M0om{8C4N~x|GLC8CH_|86(Gy{tp{!aP6M|B4*@Zic)7&afcS~G z@yGr@1ilMg0lov=eQmL>Z-6}R2O#TzrtJR;d;|SIfUg2y$E2*!1{kqD0a=F`AnOwY zS+8S2*5P+x0KSPuLI!a!8lmx;??mG;;eEUV?N&4_FTZ$i_`+~;TYgvYFK_d;gHnDm zAHHrcK->&uF0Aw9bq_l0(bl1{CU>E6%T>Q30I6~$9 z5IGA0gPla5A7WB|bA*``?<(h~1|yoJ<}otnCvKG-)c6}YT2`S#ONo+R6;VNpPqJ=2 zzF>}HY7~6op;M8|3TA~Q6QnXzOu4ocD%K&-DkDt}wsX4dZbIOk?_WI)G$=H26s!*w zvE=MAB(>;Z96h6)$G+4lJ_h;i)M3@LE<_8yqvL3I*6~rp)@f>Ku@TKXC3z1c&Runy zo2_k)W*>=akJ8-3_1fG+vvaevFpLhXzGk0)v74(=ZMI&kJv57J>M7|%)Ns=HL+4asHmZ2TBjut%{rNa>NDLCdi82`Fc?$< zJJoGy$-?L`;Q6GY?RwC)dUf;3_&PaJ9i*h6< zx(BSA>~_apK3O)lzBJacE$h+?8BV8kl2qxvup{faj9@)kDygqt%!|~jagpjupQUZ# z0G`hs#zo74{bDOi0&qcT85yflM{#STSW7NRvQCRgJQ=k!Z&AM7@PyMAtitd_QP99q z!q@~TN=WfeC31Lbc+!%@nMH-e)GjY?7vl>B?_W5}5Ul4Vh9&xo<8=X7{8ey4U%NWI zvqhzFBP=&~0jYxZ-s^*;;R=F;^SOS#69D=1gvoFD6%LrBjid0~NH~hf`4Y2b_{#^Pimpv)95rJ)qv-lCY)Wzd ziOd0HQn4$QraL?-_UI165viVaD%P1F2`-?J@_Z7CMP!~-9O17`=!F8w=cSCx6st!T ziX|BiQzStb^Cz08G>fGfo??lhZcC;;z-oocx5n8%>QItGOhq_&F5fBsCJF59AZT$> z>kn7h$>{NZoUUDoU&RX~?LBheEv3(rR xQV)DcVd!}2s91$2kl6f#3`dZF;CDh*e2U=fo&#%bPsjwUPY>TTI+lpLKLG_ggSG$w literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/pt/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/pt/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..ec907ff --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/pt/LC_MESSAGES/djangojs.po @@ -0,0 +1,222 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Nuno Mariz , 2011-2012,2015 +# Paulo Köch , 2011 +# Raúl Pedro Fernandes Santos, 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 10:11+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Portuguese (http://www.transifex.com/django/django/language/" +"pt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Disponível %s" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"Esta é a lista de %s disponíveis. Poderá escolher alguns, selecionando-os na " +"caixa abaixo e clicando na seta \"Escolher\" entre as duas caixas." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Digite nesta caixa para filtrar a lista de %s disponíveis." + +msgid "Filter" +msgstr "Filtrar" + +msgid "Choose all" +msgstr "Escolher todos" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Clique para escolher todos os %s de uma vez." + +msgid "Choose" +msgstr "Escolher" + +msgid "Remove" +msgstr "Remover" + +#, javascript-format +msgid "Chosen %s" +msgstr "Escolhido %s" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"Esta é a lista de %s escolhidos. Poderá remover alguns, selecionando-os na " +"caixa abaixo e clicando na seta \"Remover\" entre as duas caixas." + +msgid "Remove all" +msgstr "Remover todos" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Clique para remover todos os %s escolhidos de uma vez." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s de %(cnt)s selecionado" +msgstr[1] "%(sel)s de %(cnt)s selecionados" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Tem mudanças por guardar nos campos individuais. Se usar uma ação, as suas " +"mudanças por guardar serão perdidas." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Selecionou uma ação mas ainda não guardou as mudanças dos campos " +"individuais. Carregue em OK para gravar. Precisará de correr de novo a ação." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Selecionou uma ação mas ainda não guardou as mudanças dos campos " +"individuais. Provavelmente quererá o botão Ir ao invés do botão Guardar." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +"Nota: O seu fuso horário está %s hora adiantado em relação ao servidor." +msgstr[1] "" +"Nota: O seu fuso horário está %s horas adiantado em relação ao servidor." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +"Nota: O use fuso horário está %s hora atrasado em relação ao servidor." +msgstr[1] "" +"Nota: O use fuso horário está %s horas atrasado em relação ao servidor." + +msgid "Now" +msgstr "Agora" + +msgid "Choose a Time" +msgstr "Escolha a Hora" + +msgid "Choose a time" +msgstr "Escolha a hora" + +msgid "Midnight" +msgstr "Meia-noite" + +msgid "6 a.m." +msgstr "6 a.m." + +msgid "Noon" +msgstr "Meio-dia" + +msgid "6 p.m." +msgstr "6 p.m." + +msgid "Cancel" +msgstr "Cancelar" + +msgid "Today" +msgstr "Hoje" + +msgid "Choose a Date" +msgstr "Escolha a Data" + +msgid "Yesterday" +msgstr "Ontem" + +msgid "Tomorrow" +msgstr "Amanhã" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "Mostrar" + +msgid "Hide" +msgstr "Ocultar" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/pt_BR/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/pt_BR/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..79cf2c26eae81b4190fed5f417f40beb334a810c GIT binary patch literal 16377 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

    T+xP=Gl1D-=RnDuHm?X46RV zv(71l?Gv3DrCcTtJSN-qU)jj|6O;4+Ah4S~j0`rIIfV1?^XEQt=QI*M;1k;D*o;=y zU_AEnRqHE)rq!G&P1|S@iF*YzleM&O9+3Tt^Q1_J9^;D=*^V5O*vqUeW(6C5EALk+ zrMrpQA;Wu^T?cIh5ET!07GY8`gBvuzvp*CX_9FvdB;%_xUlvvdR;V)8VA6t*SvBRI z>fU2i2+40R2lyc@v+MZ87$cl&2C5lTu~_n|f%6$W4y{0!jHUDL%x7*^O3boT3p2GM zqYr)zwnDY9yB~t|@cWf;o@WOJFynV75?wbl5Z+T^X+sj65y4Zlrl%%$=?&fFap$V2 z_24NpYFe6=S&c0_iRe+g=|Ed-uS@CSPRR(u(X4J;$(@vol0b4uZn=AA$Pewrm!kt6 zZ$&RSlvlGUDeFN=U}ol#t#EV+dvV%5bNdhbl)Kb&@U+ZZ}OK5l&yi?&k@zsJPxeewuJc4{|x)INyq zKQW|sl{R5hht%Lf)|8g-a3QbIxsUd}ixWY4566`ePA8(s5JIV?;2QR210xX=5Ze_g zGDphFE@=el^K3ej0Qi^G7Is|1UpY~50U_YgT; v@8fAB{0XhWJ2%@~@f~we3`tKiwBb^SU{4#udQxR4gePYn){~+A(%k<7EPMr4 literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ru/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ru/LC_MESSAGES/django.po new file mode 100644 index 0000000..92cfc53 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ru/LC_MESSAGES/django.po @@ -0,0 +1,699 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Ivan Ivaschenko , 2013 +# Denis Darii , 2011 +# Dimmus , 2011 +# inoks , 2016 +# Jannis Leidel , 2011 +# Алексей Борискин , 2012-2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-06-03 13:13+0000\n" +"Last-Translator: inoks \n" +"Language-Team: Russian (http://www.transifex.com/django/django/language/" +"ru/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n" +"%100>=11 && n%100<=14)? 2 : 3);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Успешно удалены %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Не удается удалить %(name)s" + +msgid "Are you sure?" +msgstr "Вы уверены?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Удалить выбранные %(verbose_name_plural)s" + +msgid "Administration" +msgstr "Администрирование" + +msgid "All" +msgstr "Все" + +msgid "Yes" +msgstr "Да" + +msgid "No" +msgstr "Нет" + +msgid "Unknown" +msgstr "Неизвестно" + +msgid "Any date" +msgstr "Любая дата" + +msgid "Today" +msgstr "Сегодня" + +msgid "Past 7 days" +msgstr "Последние 7 дней" + +msgid "This month" +msgstr "Этот месяц" + +msgid "This year" +msgstr "Этот год" + +msgid "No date" +msgstr "Дата не указана" + +msgid "Has date" +msgstr "Дата указана" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Пожалуйста, введите корректные %(username)s и пароль учётной записи. Оба " +"поля могут быть чувствительны к регистру." + +msgid "Action:" +msgstr "Действие:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Добавить еще один %(verbose_name)s" + +msgid "Remove" +msgstr "Удалить" + +msgid "action time" +msgstr "время действия" + +msgid "user" +msgstr "пользователь" + +msgid "content type" +msgstr "тип содержимого" + +msgid "object id" +msgstr "идентификатор объекта" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "представление объекта" + +msgid "action flag" +msgstr "тип действия" + +msgid "change message" +msgstr "сообщение об изменении" + +msgid "log entry" +msgstr "запись в журнале" + +msgid "log entries" +msgstr "записи в журнале" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "Добавлено \"%(object)s\"." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "Изменено \"%(object)s\" - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "Удалено \"%(object)s.\"" + +msgid "LogEntry Object" +msgstr "Запись в журнале" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "Добавлен {name} \"{object}\"." + +msgid "Added." +msgstr "Добавлено." + +msgid "and" +msgstr "и" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "Изменено {fields} у {name} \"{object}\"." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "Изменено {fields}." + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "Удален {name} \"{object}\"." + +msgid "No fields changed." +msgstr "Ни одно поле не изменено." + +msgid "None" +msgstr "Нет" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" +"Удерживайте \"Control\" (или \"Command\" на Mac), чтобы выбрать несколько " +"значений." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" +"{name} \"{obj}\" был успешно добавлен. Вы можете отредактировать его еще раз " +"ниже." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" +"{name} \"{obj}\" был успешно добавлен. Вы можете добавить еще один {name} " +"ниже." + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "{name} \"{obj}\" было успешно добавлено." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" +"{name} \"{obj}\" был изменен успешно. Вы можете отредактировать его снова " +"ниже." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "{name} \"{obj}\" был изменен. Вы можете добавить еще один {name} ниже." + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "{name} \"{obj}\" был изменен." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Чтобы произвести действия над объектами, необходимо их выбрать. Объекты не " +"были изменены." + +msgid "No action selected." +msgstr "Действие не выбрано." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "%(name)s \"%(obj)s\" был успешно удален." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "%(name)s с первичным ключом %(key)r не существует." + +#, python-format +msgid "Add %s" +msgstr "Добавить %s" + +#, python-format +msgid "Change %s" +msgstr "Изменить %s" + +msgid "Database error" +msgstr "Ошибка базы данных" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s был успешно изменен." +msgstr[1] "%(count)s %(name)s были успешно изменены." +msgstr[2] "%(count)s %(name)s были успешно изменены." +msgstr[3] "%(count)s %(name)s были успешно изменены." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "Выбран %(total_count)s" +msgstr[1] "Выбраны все %(total_count)s" +msgstr[2] "Выбраны все %(total_count)s" +msgstr[3] "Выбраны все %(total_count)s" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "Выбрано 0 объектов из %(cnt)s " + +#, python-format +msgid "Change history: %s" +msgstr "История изменений: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Удаление объекта %(instance)s типа %(class_name)s будет требовать удаления " +"следующих связанных объектов: %(related_objects)s" + +msgid "Django site admin" +msgstr "Административный сайт Django" + +msgid "Django administration" +msgstr "Администрирование Django" + +msgid "Site administration" +msgstr "Администрирование сайта" + +msgid "Log in" +msgstr "Войти" + +#, python-format +msgid "%(app)s administration" +msgstr "Администрирование приложения «%(app)s»" + +msgid "Page not found" +msgstr "Страница не найдена" + +msgid "We're sorry, but the requested page could not be found." +msgstr "К сожалению, запрашиваемая вами страница не найдена." + +msgid "Home" +msgstr "Начало" + +msgid "Server error" +msgstr "Ошибка сервера" + +msgid "Server error (500)" +msgstr "Ошибка сервера (500)" + +msgid "Server Error (500)" +msgstr "Ошибка сервера (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Произошла ошибка. О ней сообщено администраторам сайта по электронной почте, " +"ошибка должна быть вскоре исправлена. Благодарим вас за терпение." + +msgid "Run the selected action" +msgstr "Выполнить выбранное действие" + +msgid "Go" +msgstr "Выполнить" + +msgid "Click here to select the objects across all pages" +msgstr "Нажмите здесь, чтобы выбрать объекты на всех страницах" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Выбрать все %(module_name)s (%(total_count)s)" + +msgid "Clear selection" +msgstr "Снять выделение" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Сначала введите имя пользователя и пароль. Затем вы сможете ввести больше " +"информации о пользователе." + +msgid "Enter a username and password." +msgstr "Введите имя пользователя и пароль." + +msgid "Change password" +msgstr "Изменить пароль" + +msgid "Please correct the error below." +msgstr "Пожалуйста, исправьте ошибки ниже." + +msgid "Please correct the errors below." +msgstr "Пожалуйста, исправьте ошибки ниже." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Введите новый пароль для пользователя %(username)s." + +msgid "Welcome," +msgstr "Добро пожаловать," + +msgid "View site" +msgstr "Открыть сайт" + +msgid "Documentation" +msgstr "Документация" + +msgid "Log out" +msgstr "Выйти" + +#, python-format +msgid "Add %(name)s" +msgstr "Добавить %(name)s" + +msgid "History" +msgstr "История" + +msgid "View on site" +msgstr "Смотреть на сайте" + +msgid "Filter" +msgstr "Фильтр" + +msgid "Remove from sorting" +msgstr "Удалить из сортировки" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Приоритет сортировки: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Сортировать в другом направлении" + +msgid "Delete" +msgstr "Удалить" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Удаление %(object_name)s '%(escaped_object)s' приведет к удалению связанных " +"объектов, но ваша учетная запись не имеет прав для удаления следующих типов " +"объектов:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Удаление %(object_name)s '%(escaped_object)s' потребует удаления следующих " +"связанных защищенных объектов:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Вы уверены, что хотите удалить %(object_name)s \"%(escaped_object)s\"? Все " +"следующие связанные объекты также будут удалены:" + +msgid "Objects" +msgstr "Объекты" + +msgid "Yes, I'm sure" +msgstr "Да, я уверен" + +msgid "No, take me back" +msgstr "Нет, отменить и вернуться к выбору" + +msgid "Delete multiple objects" +msgstr "Удалить несколько объектов" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Удаление выбранной %(objects_name)s приведет к удалению связанных объектов, " +"но ваша учетная запись не имеет прав на удаление следующих типов объектов:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Удаление %(objects_name)s потребует удаления следующих связанных защищенных " +"объектов:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Вы уверены, что хотите удалить %(objects_name)s? Все следующие объекты и " +"связанные с ними элементы будут удалены:" + +msgid "Change" +msgstr "Изменить" + +msgid "Delete?" +msgstr "Удалить?" + +#, python-format +msgid " By %(filter_title)s " +msgstr "%(filter_title)s" + +msgid "Summary" +msgstr "Краткая статистика" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Модели в приложении %(name)s" + +msgid "Add" +msgstr "Добавить" + +msgid "You don't have permission to edit anything." +msgstr "У вас недостаточно прав для редактирования." + +msgid "Recent actions" +msgstr "Крайние действия" + +msgid "My actions" +msgstr "Мои действия" + +msgid "None available" +msgstr "Недоступно" + +msgid "Unknown content" +msgstr "Неизвестный тип" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Ваша база данных неправильно настроена. Убедитесь, что соответствующие " +"таблицы были созданы, и что соответствующему пользователю разрешен к ним " +"доступ." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Вы вошли в систему как %(username)s, однако у вас недостаточно прав для " +"просмотра данной страницы. Возможно, вы хотели бы войти в систему, используя " +"другую учётную запись?" + +msgid "Forgotten your password or username?" +msgstr "Забыли свой пароль или имя пользователя?" + +msgid "Date/time" +msgstr "Дата и время" + +msgid "User" +msgstr "Пользователь" + +msgid "Action" +msgstr "Действие" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Данный объект не имеет истории изменений. Возможно, он был добавлен не через " +"данный административный сайт." + +msgid "Show all" +msgstr "Показать все" + +msgid "Save" +msgstr "Сохранить" + +msgid "Popup closing..." +msgstr "Всплывающее окно закрывается..." + +#, python-format +msgid "Change selected %(model)s" +msgstr "Изменить выбранный объект типа \"%(model)s\"" + +#, python-format +msgid "Add another %(model)s" +msgstr "Добавить ещё один объект типа \"%(model)s\"" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Удалить выбранный объект типа \"%(model)s\"" + +msgid "Search" +msgstr "Найти" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s результат" +msgstr[1] "%(counter)s результата" +msgstr[2] "%(counter)s результатов" +msgstr[3] "%(counter)s результатов" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s всего" + +msgid "Save as new" +msgstr "Сохранить как новый объект" + +msgid "Save and add another" +msgstr "Сохранить и добавить другой объект" + +msgid "Save and continue editing" +msgstr "Сохранить и продолжить редактирование" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Благодарим вас за время, проведенное на этом сайте." + +msgid "Log in again" +msgstr "Войти снова" + +msgid "Password change" +msgstr "Изменение пароля" + +msgid "Your password was changed." +msgstr "Ваш пароль был изменен." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"В целях безопасности, пожалуйста, введите свой старый пароль, затем введите " +"новый пароль дважды, чтобы мы могли убедиться в правильности написания." + +msgid "Change my password" +msgstr "Изменить мой пароль" + +msgid "Password reset" +msgstr "Восстановление пароля" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Ваш пароль был сохранен. Теперь вы можете войти." + +msgid "Password reset confirmation" +msgstr "Подтверждение восстановления пароля" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Пожалуйста, введите новый пароль дважды, чтобы мы могли убедиться в " +"правильности написания." + +msgid "New password:" +msgstr "Новый пароль:" + +msgid "Confirm password:" +msgstr "Подтвердите пароль:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Неверная ссылка для восстановления пароля. Возможно, ей уже воспользовались. " +"Пожалуйста, попробуйте восстановить пароль еще раз." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Мы отправили вам инструкцию по установке нового пароля на указанный адрес " +"электронной почты (если в нашей базе данных есть такой адрес). Вы должны " +"получить ее в ближайшее время." + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Если вы не получили письмо, пожалуйста, убедитесь, что вы ввели адрес с " +"которым Вы зарегистрировались, и проверьте папку со спамом." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Вы получили это письмо, потому что вы (или кто-то другой) запросили " +"восстановление пароля от учётной записи на сайте %(site_name)s, которая " +"связана с этим адресом электронной почты." + +msgid "Please go to the following page and choose a new password:" +msgstr "Пожалуйста, перейдите на эту страницу и введите новый пароль:" + +msgid "Your username, in case you've forgotten:" +msgstr "Ваше имя пользователя (на случай, если вы его забыли):" + +msgid "Thanks for using our site!" +msgstr "Спасибо, что используете наш сайт!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Команда сайта %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"Забыли пароль? Введите свой адрес электронной почты ниже, и мы вышлем вам " +"инструкцию, как установить новый пароль." + +msgid "Email address:" +msgstr "Адрес электронной почты:" + +msgid "Reset my password" +msgstr "Восстановить мой пароль" + +msgid "All dates" +msgstr "Все даты" + +#, python-format +msgid "Select %s" +msgstr "Выберите %s" + +#, python-format +msgid "Select %s to change" +msgstr "Выберите %s для изменения" + +msgid "Date:" +msgstr "Дата:" + +msgid "Time:" +msgstr "Время:" + +msgid "Lookup" +msgstr "Поиск" + +msgid "Currently:" +msgstr "Сейчас:" + +msgid "Change:" +msgstr "Изменить:" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ru/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ru/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..e85ef2407b9d1e4eaecb9ba0ecb4b9860615284a GIT binary patch literal 6579 zcmdUyTWlOx8OH~jLUEy2$~82np}ClN*SpT8%_dF=XLyp{26 zGJYHUIO9Jg<3A_(4)_V?|CZo;3El#83-fn_9|Mo=gt`z^Q$ybKE8?M(gN0p0~lJeDQc28!H`$#^#?bWeew z1)l*w4<1Qy6cqaD1pfqXW&AF<1#E>`_)7^6g0kNW3BH!#PeAdH85K`-2oGJJq_%65}d^m5jwE`MyLW z1+6d0fKPlQpTq>0S*vMnw6!#ezxb$?rf7H4vNWj+D`@g%XkVnQqb;Y&_qiCXc93*6 z=Lk2N5BHmMErSPXlDni30#^sR+!`paSFKoGa6`IG=t8KA*Ie76>~tk=9kil^*R|UAo7w+WwH$<&;Cl zUv-Mw+GV?DZdbKDWbLZD+UmCbLW$oYtJ^8MPG2ds9``(#pHS!2lU`NXz8I@YUe#B2 zN!vy7XQ2H7?JF@Sy*MqZUq7+x(Iv+%UYFR#Ne5!9ANK~W-G$H-59~FLNRnJh8MULAitQFE)5(0Nss48}mgm)zlw%eyU(JmSkodKsW);cW?|VHQ(IHj#JmdUc zk4(kOkK*KN7{ct^jAfEdWo4ge60fDNtr|qCQMCZhqRjYn%HfTxlv6`GOshR*Z3jBe z3bp$&@tg3+nseS=jVva8o${-(X0b~el&ZS%mW#VW7oE_Qr@Bve_8N6XT!Vv+z6&J{ zI;haYQSgE=ZFw#|9TG0p?VeRp~rzzj5oyF8Qv>%WwIaPd`l<->i>VD4;Q{6$IQ%rrO+83nq zUQV^_*_}^q_q8o~m6F1oQyrP?hE!&KD*KS?SewgstjTm_G7zTr>H$Y&HqmWJb*xp{ zwYl|~H5tB^uh~JE%KNq(lMV4pS)3W?yvqU)PL>H{+6gEx4 zGJ}0A$HTJ{5E&k2WfC8db>IXA;wb#zl2}Z^DEgs=u*=k35ESEC6SxUnI7aVa7Ish=WXx{*t&h}4Gj z$TUUiO{txd5VI7$1G1Vh*N#Y4Z@L(mTEY8Qs=uQ2%uqq7A8~zYD!bEcdr=aPM)?y8 zxe%pP)sD2u2E)kaDq?z^HQ5WCMdXwaOG!gED+)P6brCZTL9@L1CR&a#Sw4deNE}DN z1t^E3ORDy5*#PIENOXylytt)vcek+pM*|mL3^&ujrbxaY10~pRVeDB<;kNxgVIC*Q z6moOr;R^A8953UlvohqKlR1)$njvARy)1FVgY|ec->^ircGxhQ2WXr}3leD2yy5nk ze~g$En!Bteh7v!?cBx$Bgfxymjz%XGpCCC66^WEQOXO)XDX(EtN3QMUi69Az{z4@g z$_*H2oT?o$DQVJ9gp%8_iQJRtp_RKCcc8(Dq@7%yvnG2kBxx7tr*UHKC5eo=AyIH4 z@hGy7m?uG<7^RLU7R3G)r;kM!@vWRcHfwm&uwBFBi;bFIIHq)S8s>GCBSg%JBB$+e z>_x@)6UHr64Z@WKi;X60BWWeUXnZa$8UZZC2@0{CCFxH{oEuDAG$OST@wZSzEHR27 zZW1Nt#Gzucc@}Z(jZbSMakZJk^VimU!P{;3V@=L!*3RTMo@vS#F<#zMCKwCsF$pEX zClgHmqsyeEC6Y{1P&Ii(n^$vkbgoX?*jaE=WT`qQBw1^()Fs4TnRj7>f38y0B(^xq zluCKbnF{s3T~<##DZ2`9G}$15U2yPB*d=(^tL7OgkCKokoJk&zh`Ko7l>CQr%8Ev# QGyGW58!|phm-q3%0rR4?(f|Me literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ru/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ru/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..ce2f3ea --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ru/LC_MESSAGES/djangojs.po @@ -0,0 +1,235 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Denis Darii , 2011 +# Dimmus , 2011 +# Eugene MechanisM , 2012 +# Jannis Leidel , 2011 +# Алексей Борискин , 2012,2014-2015 +# Андрей Щуров , 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-06-23 13:50+0000\n" +"Last-Translator: Андрей Щуров \n" +"Language-Team: Russian (http://www.transifex.com/django/django/language/" +"ru/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n" +"%100>=11 && n%100<=14)? 2 : 3);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Доступные %s" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"Это список всех доступных %s. Вы можете выбрать некоторые из них, выделив их " +"в поле ниже и кликнув \"Выбрать\", либо двойным щелчком." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" +"Начните вводить текст в этом поле, чтобы отфитровать список доступных %s." + +msgid "Filter" +msgstr "Фильтр" + +msgid "Choose all" +msgstr "Выбрать все" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Нажмите, чтобы выбрать все %s сразу." + +msgid "Choose" +msgstr "Выбрать" + +msgid "Remove" +msgstr "Удалить" + +#, javascript-format +msgid "Chosen %s" +msgstr "Выбранные %s" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"Это список выбранных %s. Вы можете удалить некоторые из них, выделив их в " +"поле ниже и кликнув \"Удалить\", либо двойным щелчком." + +msgid "Remove all" +msgstr "Удалить все" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Нажмите чтобы удалить все %s сразу." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "Выбран %(sel)s из %(cnt)s" +msgstr[1] "Выбрано %(sel)s из %(cnt)s" +msgstr[2] "Выбрано %(sel)s из %(cnt)s" +msgstr[3] "Выбрано %(sel)s из %(cnt)s" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Имеются несохраненные изменения в отдельных полях для редактирования. Если " +"вы запустите действие, несохраненные изменения будут потеряны." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Вы выбрали действие, но еще не сохранили изменения, внесенные в некоторых " +"полях для редактирования. Нажмите OK, чтобы сохранить изменения. После " +"сохранения вам придется запустить действие еще раз." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Вы выбрали действие и не внесли изменений в данные. Возможно, вы хотели " +"воспользоваться кнопкой \"Выполнить\", а не кнопкой \"Сохранить\". Если это " +"так, то нажмите \"Отмена\", чтобы вернуться в интерфейс редактирования. " + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Внимание: Ваше локальное время опережает время сервера на %s час." +msgstr[1] "Внимание: Ваше локальное время опережает время сервера на %s часа." +msgstr[2] "Внимание: Ваше локальное время опережает время сервера на %s часов." +msgstr[3] "Внимание: Ваше локальное время опережает время сервера на %s часов." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +"Внимание: Ваше локальное время отстаёт от времени сервера на %s час." +msgstr[1] "" +"Внимание: Ваше локальное время отстаёт от времени сервера на %s часа." +msgstr[2] "" +"Внимание: Ваше локальное время отстаёт от времени сервера на %s часов." +msgstr[3] "" +"Внимание: Ваше локальное время отстаёт от времени сервера на %s часов." + +msgid "Now" +msgstr "Сейчас" + +msgid "Choose a Time" +msgstr "Выберите время" + +msgid "Choose a time" +msgstr "Выберите время" + +msgid "Midnight" +msgstr "Полночь" + +msgid "6 a.m." +msgstr "6 утра" + +msgid "Noon" +msgstr "Полдень" + +msgid "6 p.m." +msgstr "6 вечера" + +msgid "Cancel" +msgstr "Отмена" + +msgid "Today" +msgstr "Сегодня" + +msgid "Choose a Date" +msgstr "Выберите дату" + +msgid "Yesterday" +msgstr "Вчера" + +msgid "Tomorrow" +msgstr "Завтра" + +msgid "January" +msgstr "Январь" + +msgid "February" +msgstr "Февраль" + +msgid "March" +msgstr "Март" + +msgid "April" +msgstr "Апрель" + +msgid "May" +msgstr "Май" + +msgid "June" +msgstr "Июнь" + +msgid "July" +msgstr "Июль" + +msgid "August" +msgstr "Август" + +msgid "September" +msgstr "Сентябрь" + +msgid "October" +msgstr "Октябрь" + +msgid "November" +msgstr "Ноябрь" + +msgid "December" +msgstr "Декабрь" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "С" + +msgctxt "one letter Monday" +msgid "M" +msgstr "П" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "В" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "Ср" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "Чт" + +msgctxt "one letter Friday" +msgid "F" +msgstr "Пт" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "Сб" + +msgid "Show" +msgstr "Показать" + +msgid "Hide" +msgstr "Скрыть" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sk/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sk/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..703f312cc859df173994ca77b0d5f515c5aa4393 GIT binary patch literal 14057 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 Rm4T}4(ITJhv1;`C{{Vd9NDTl0 literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sk/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sk/LC_MESSAGES/django.po new file mode 100644 index 0000000..8a4fa06 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sk/LC_MESSAGES/django.po @@ -0,0 +1,678 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Juraj Bubniak , 2012-2013 +# Marian Andre , 2013-2015 +# Martin Kosír, 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 09:09+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Slovak (http://www.transifex.com/django/django/language/sk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sk\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Úspešne zmazaných %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Nedá sa vymazať %(name)s" + +msgid "Are you sure?" +msgstr "Ste si istý?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Zmazať označené %(verbose_name_plural)s" + +msgid "Administration" +msgstr "Správa" + +msgid "All" +msgstr "Všetko" + +msgid "Yes" +msgstr "Áno" + +msgid "No" +msgstr "Nie" + +msgid "Unknown" +msgstr "Neznámy" + +msgid "Any date" +msgstr "Ľubovoľný dátum" + +msgid "Today" +msgstr "Dnes" + +msgid "Past 7 days" +msgstr "Posledných 7 dní" + +msgid "This month" +msgstr "Tento mesiac" + +msgid "This year" +msgstr "Tento rok" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Zadajte prosím správne %(username)s a heslo pre účet personálu - \"staff " +"account\". Obe polia môžu obsahovať veľké a malé písmená." + +msgid "Action:" +msgstr "Akcia:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Pridať ďalší %(verbose_name)s" + +msgid "Remove" +msgstr "Odstrániť" + +msgid "action time" +msgstr "čas akcie" + +msgid "user" +msgstr "" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "identifikátor objektu" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "reprezentácia objektu" + +msgid "action flag" +msgstr "príznak akcie" + +msgid "change message" +msgstr "zmeniť správu" + +msgid "log entry" +msgstr "položka záznamu" + +msgid "log entries" +msgstr "položky záznamu" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "Pridané \"%(object)s\"." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "Zmenené \" %(object)s \" - %(changes)s " + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "Odstránené \"%(object)s.\"" + +msgid "LogEntry Object" +msgstr "Objekt LogEntry" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "" + +msgid "and" +msgstr "a" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "Polia nezmenené." + +msgid "None" +msgstr "Žiadne" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Položky musia byť vybrané, ak chcete na nich vykonať akcie. Neboli vybrané " +"žiadne položky." + +msgid "No action selected." +msgstr "Nebola vybraná žiadna akcia." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "Objekt %(name)s \"%(obj)s\" bol úspešne vymazaný." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "Objekt %(name)s s primárnym kľúčom %(key)r neexistuje." + +#, python-format +msgid "Add %s" +msgstr "Pridať %s" + +#, python-format +msgid "Change %s" +msgstr "Zmeniť %s" + +msgid "Database error" +msgstr "Chyba databázy" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s bola úspešne zmenená." +msgstr[1] "%(count)s %(name)s boli úspešne zmenené." +msgstr[2] "%(count)s %(name)s bolo úspešne zmenených." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s vybraná" +msgstr[1] "Všetky %(total_count)s vybrané" +msgstr[2] "Všetkých %(total_count)s vybraných" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 z %(cnt)s vybraných" + +#, python-format +msgid "Change history: %s" +msgstr "Zoznam zmien: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Vymazanie %(class_name)s %(instance)s vyžaduje vymazanie nasledovných " +"súvisiacich chránených objektov: %(related_objects)s" + +msgid "Django site admin" +msgstr "Správa Django stránky" + +msgid "Django administration" +msgstr "Správa Django" + +msgid "Site administration" +msgstr "Správa stránky" + +msgid "Log in" +msgstr "Prihlásenie" + +#, python-format +msgid "%(app)s administration" +msgstr "%(app)s správa" + +msgid "Page not found" +msgstr "Stránka nenájdená" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Ľutujeme, ale požadovanú stránku nie je možné nájsť." + +msgid "Home" +msgstr "Domov" + +msgid "Server error" +msgstr "Chyba servera" + +msgid "Server error (500)" +msgstr "Chyba servera (500)" + +msgid "Server Error (500)" +msgstr "Chyba servera (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Došlo k chybe. Chyba bola nahlásená správcovi webu prostredníctvom e-mailu a " +"zanedlho by mala byť odstránená. Ďakujeme za vašu trpezlivosť." + +msgid "Run the selected action" +msgstr "Vykonať vybranú akciu" + +msgid "Go" +msgstr "Vykonať" + +msgid "Click here to select the objects across all pages" +msgstr "Kliknite sem pre výber objektov na všetkých stránkach" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Vybrať všetkých %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Zrušiť výber" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Najskôr zadajte používateľské meno a heslo. Potom budete môcť upraviť viac " +"používateľských nastavení." + +msgid "Enter a username and password." +msgstr "Zadajte používateľské meno a heslo." + +msgid "Change password" +msgstr "Zmeniť heslo" + +msgid "Please correct the error below." +msgstr "Prosím, opravte chyby uvedené nižšie." + +msgid "Please correct the errors below." +msgstr "Prosím, opravte chyby uvedené nižšie." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Zadajte nové heslo pre používateľa %(username)s." + +msgid "Welcome," +msgstr "Vitajte," + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "Dokumentácia" + +msgid "Log out" +msgstr "Odhlásiť" + +#, python-format +msgid "Add %(name)s" +msgstr "Pridať %(name)s" + +msgid "History" +msgstr "Zmeny" + +msgid "View on site" +msgstr "Pozrieť na stránke" + +msgid "Filter" +msgstr "Filtrovať" + +msgid "Remove from sorting" +msgstr "Odstrániť z triedenia" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Triedenie priority: %(priority_number)s " + +msgid "Toggle sorting" +msgstr "Prepnúť triedenie" + +msgid "Delete" +msgstr "Odstrániť" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Odstránenie objektu %(object_name)s '%(escaped_object)s' by malo za následok " +"aj odstránenie súvisiacich objektov. Váš účet však nemá oprávnenie na " +"odstránenie nasledujúcich typov objektov:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Vymazanie %(object_name)s '%(escaped_object)s' vyžaduje vymazanie " +"nasledovných súvisiacich chránených objektov:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Ste si istý, že chcete odstrániť objekt %(object_name)s \"%(escaped_object)s" +"\"? Všetky nasledujúce súvisiace objekty budú odstránené:" + +msgid "Objects" +msgstr "Objekty" + +msgid "Yes, I'm sure" +msgstr "Áno, som si istý" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "Zmazať viacero objektov" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Vymazanie označených %(objects_name)s by spôsobilo vymazanie súvisiacich " +"objektov, ale váš účet nemá oprávnenie na vymazanie nasledujúcich typov " +"objektov:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Vymazanie označených %(objects_name)s vyžaduje vymazanie nasledujúcich " +"chránených súvisiacich objektov:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Ste si isty, že chcete vymazať označené %(objects_name)s? Vymažú sa všetky " +"nasledujúce objekty a ich súvisiace položky:" + +msgid "Change" +msgstr "Zmeniť" + +msgid "Delete?" +msgstr "Zmazať?" + +#, python-format +msgid " By %(filter_title)s " +msgstr "Podľa %(filter_title)s " + +msgid "Summary" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modely v %(name)s aplikácii" + +msgid "Add" +msgstr "Pridať" + +msgid "You don't have permission to edit anything." +msgstr "Nemáte právo na vykonávanie zmien." + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "Nedostupné" + +msgid "Unknown content" +msgstr "Neznámy obsah" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Niečo nie je v poriadku s vašou inštaláciou databázy. Uistite sa, že boli " +"vytvorené potrebné databázové tabuľky a taktiež skontrolujte, či príslušný " +"používateľ môže databázu čítať." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "Zabudli ste heslo alebo používateľské meno?" + +msgid "Date/time" +msgstr "Dátum a čas" + +msgid "User" +msgstr "Používateľ" + +msgid "Action" +msgstr "Akcia" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Tento objekt nemá zoznam zmien. Pravdepodobne nebol pridaný prostredníctvom " +"tejto správcovskej stránky." + +msgid "Show all" +msgstr "Zobraziť všetky" + +msgid "Save" +msgstr "Uložiť" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Zmeniť vybrané %(model)s" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Zmazať vybrané %(model)s" + +msgid "Search" +msgstr "Vyhľadávanie" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s výsledok" +msgstr[1] "%(counter)s výsledky" +msgstr[2] "%(counter)s výsledkov" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s spolu" + +msgid "Save as new" +msgstr "Uložiť ako nový" + +msgid "Save and add another" +msgstr "Uložiť a pridať ďalší" + +msgid "Save and continue editing" +msgstr "Uložiť a pokračovať v úpravách" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Ďakujeme za čas strávený na našich stránkach." + +msgid "Log in again" +msgstr "Znova sa prihlásiť" + +msgid "Password change" +msgstr "Zmena hesla" + +msgid "Your password was changed." +msgstr "Vaše heslo bolo zmenené." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Z bezpečnostných dôvodov zadajte staré heslo a potom nové heslo dvakrát, aby " +"sme mohli overiť, že ste ho zadali správne." + +msgid "Change my password" +msgstr "Zmeniť moje heslo" + +msgid "Password reset" +msgstr "Obnovenie hesla" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Vaše heslo bolo nastavené. Môžete pokračovať a prihlásiť sa." + +msgid "Password reset confirmation" +msgstr "Potvrdenie obnovenia hesla" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Zadajte nové heslo dvakrát, aby sme mohli overiť, že ste ho zadali správne." + +msgid "New password:" +msgstr "Nové heslo:" + +msgid "Confirm password:" +msgstr "Potvrdenie hesla:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Odkaz na obnovenie hesla je neplatný, pretože už bol pravdepodobne raz " +"použitý. Prosím, požiadajte znovu o obnovu hesla." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Čoskoro by ste mali dostať inštrukcie pre nastavenie hesla, ak existuje " +"konto s emailom, ktorý ste zadali. " + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Ak ste nedostali email, uistite sa, že ste zadali adresu, s ktorou ste sa " +"registrovali a skontrolujte svoj spamový priečinok." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Tento e-mail ste dostali preto, lebo ste požiadali o obnovenie hesla pre " +"užívateľský účet na %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Prosím, choďte na túto stránku a zvoľte si nové heslo:" + +msgid "Your username, in case you've forgotten:" +msgstr "Vaše používateľské meno, pre prípad, že ste ho zabudli:" + +msgid "Thanks for using our site!" +msgstr "Ďakujeme, že používate našu stránku!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Tím %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"Zabudli ste heslo? Zadajte svoju e-mailovú adresu a my vám pošleme " +"inštrukcie pre nastavenie nového hesla." + +msgid "Email address:" +msgstr "E-mailová adresa:" + +msgid "Reset my password" +msgstr "Obnova môjho hesla" + +msgid "All dates" +msgstr "Všetky dátumy" + +#, python-format +msgid "Select %s" +msgstr "Vybrať %s" + +#, python-format +msgid "Select %s to change" +msgstr "Vybrať \"%s\" na úpravu" + +msgid "Date:" +msgstr "Dátum:" + +msgid "Time:" +msgstr "Čas:" + +msgid "Lookup" +msgstr "Vyhľadanie" + +msgid "Currently:" +msgstr "Aktuálne:" + +msgid "Change:" +msgstr "Zmeniť:" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sk/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sk/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..141b11355e353bb0085978cd0afc90f1f541069f GIT binary patch literal 3676 zcmb`J&u<$=6vqcBzfAd6O8MQ6A~j9a?#50bjhv=X(w6=Ti4qgh9zbL7IG%WS#_Z18 zwUNr9fCQok1RUT*4n6b`i3^uXt&p5t_zU0w;s8f(Js`n>@7rA`Aw(qwR#|^`cHX@C z&U!nI}m@&fiaCMfaHG^r12B@`4l_} zehmHq-VGZ3klz>_122N4=NkA0xD3*`H{rAa-UPqGn&rKW&7i#t#^hgtv|bI8zqdh{ zuy?cfAAt{}{WRm# zL%5&D{TwxL(R%439du#JM9Whkt(`7f%j38op+}XRcUzB~x_eN|&=!*2& zM9r8;X5fNb6|A-Vq(7268Q`l*om;~z$q+7lAFsKv+`yB|CVKs$3`|od{V+{OubG`t zzLg<6sXWOhm8aEw&9YaG(fF~l$j_OWi;yJpnu$X$YEpQ#;z))~872bV&21rO>&Cn+ zYf5`ta=W={i_Ih}%|Hugvo+IVrJ9O3{%lQhUquK|m5X(;caud1qTLH+WCF>{?JSu} z&(qL=E1kF~n+p)@n-&+)iyqA@6zj~6_oX@PL)bzXm8ES-*wE~@WjKb*$lX-bYI@cb zWy$-GiqgRRlOp4ZHY=IHkZx9LHzbyf0<#o9S~Z@lNx5*(w9*xA8c%jkMkp$BN99u! zD8Jr^fuM0wvC8NJN&MQGf!=3%AUxEmraTBeFY#e%DDYHMd9m;@xAeUziOoJ#WFs_X zd_8UM8sM~p0df#(TmBcY9g21 ztqX9XccZ74f`l?Y1ru49O^0RyJC<|GbLM0iAumPlEg<|RHzOM+w9aHSuRQ1Fcs_DU zrpR;CQzd62l!9{T922xj4Cf0YPW}a_aEK2dEEb0M=ZEuo7&r!kVziPYbP4a%UwrC7&OL8Z=+>lcuY5)f~YXJs*pC>6D}hihR~L zO;P6qHESEip`li*;wgt}DjFMo{FVWo1`Y7I{?9P5W^ueCLD- zgQ&=LBWXtC2gi8&I6k1q#|wk}MV{wHKA?|`5A*(ht`CntPcI92IXsqIJy<%cXHK(S z#{Au@|ElYHrN%~z`8+#@a)=vnLx;=xFkV?yD_7VY`CcPmzAU2NOWs^rl(uftb~f^i zuj*P^`rre6qLL@-tinTL-Nl4-m}n7-j>|SN4@5_3vZtx-275ZLLgX5fX6s=am^QvP z6+(>DOX8uUyNf|xpei6EIk%9Kn8bLAeiJ|(9bN+Ezqxh$Hmti#`ZladNk?p5$5w4g z#U{2Ttg^$VyvT;#MNJu9_nf7q&CVNyxZ1Tg zvF=`5xq_o{3mV$JD*2yekh_&DeJHy0$z{j1#CISTu#d3m?$XL4ipj%aXljU1!z|wr zBpL(gNTiaan%xjDHn)5k2}nN>LPBN-h, 2012 +# Jannis Leidel , 2011 +# Juraj Bubniak , 2012 +# Marian Andre , 2012,2015 +# Martin Kosír, 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 10:11+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Slovak (http://www.transifex.com/django/django/language/sk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sk\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#, javascript-format +msgid "Available %s" +msgstr "Dostupné %s" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"Toto je zoznam dostupných %s. Pre výber je potrebné označiť ich v poli a " +"následne kliknutím na šípku \"Vybrať\" presunúť." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Píšte do tohto poľa pre vyfiltrovanie dostupných %s." + +msgid "Filter" +msgstr "Filtrovať" + +msgid "Choose all" +msgstr "Vybrať všetko" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Kliknite sem pre vybratie všetkých %s naraz." + +msgid "Choose" +msgstr "Vybrať" + +msgid "Remove" +msgstr "Odstrániť" + +#, javascript-format +msgid "Chosen %s" +msgstr "Vybrané %s" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"Toto je zoznam dostupných %s. Pre vymazanie je potrebné označiť ich v poli a " +"následne kliknutím na šípku \"Vymazať\" vymazať." + +msgid "Remove all" +msgstr "Odstrániť všetky" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Kliknite sem pre vymazanie vybratých %s naraz." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s z %(cnt)s vybrané" +msgstr[1] "%(sel)s z %(cnt)s vybrané" +msgstr[2] "%(sel)s z %(cnt)s vybraných" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Vrámci jednotlivých editovateľných polí máte neuložené zmeny. Ak vykonáte " +"akciu, vaše zmeny budú stratené." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Vybrali ste akciu, ale neuložili ste jednotlivé polia. Prosím, uložte zmeny " +"kliknutím na OK. Akciu budete musieť vykonať znova." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Vybrali ste akciu, ale neurobili ste žiadne zmeny v jednotlivých poliach. " +"Pravdepodobne ste chceli použiť tlačidlo vykonať namiesto uložiť." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Poznámka: Ste %s hodinu pred časom servera." +msgstr[1] "Poznámka: Ste %s hodiny pred časom servera." +msgstr[2] "Poznámka: Ste %s hodín pred časom servera." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Poznámka: Ste %s hodinu za časom servera." +msgstr[1] "Poznámka: Ste %s hodiny za časom servera." +msgstr[2] "Poznámka: Ste %s hodín za časom servera." + +msgid "Now" +msgstr "Teraz" + +msgid "Choose a Time" +msgstr "" + +msgid "Choose a time" +msgstr "Vybrať čas" + +msgid "Midnight" +msgstr "Polnoc" + +msgid "6 a.m." +msgstr "6:00" + +msgid "Noon" +msgstr "Poludnie" + +msgid "6 p.m." +msgstr "" + +msgid "Cancel" +msgstr "Zrušiť" + +msgid "Today" +msgstr "Dnes" + +msgid "Choose a Date" +msgstr "" + +msgid "Yesterday" +msgstr "Včera" + +msgid "Tomorrow" +msgstr "Zajtra" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "Zobraziť" + +msgid "Hide" +msgstr "Skryť" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sl/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sl/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..fa93ea2d8a27f86bff2a5417330c6dc90c0b3e7b GIT binary patch literal 14660 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 XNh?@rWMC=LKb#M|*+!BIrr literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sl/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sl/LC_MESSAGES/django.po new file mode 100644 index 0000000..e06ddf3 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sl/LC_MESSAGES/django.po @@ -0,0 +1,682 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# zejn , 2013,2016 +# zejn , 2011-2013 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 09:09+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Slovenian (http://www.transifex.com/django/django/language/" +"sl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sl\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" +"%100==4 ? 2 : 3);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Uspešno izbrisano %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Ni mogoče izbrisati %(name)s" + +msgid "Are you sure?" +msgstr "Ste prepričani?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Izbriši izbrano: %(verbose_name_plural)s" + +msgid "Administration" +msgstr "Administracija" + +msgid "All" +msgstr "Vse" + +msgid "Yes" +msgstr "Da" + +msgid "No" +msgstr "Ne" + +msgid "Unknown" +msgstr "Neznano" + +msgid "Any date" +msgstr "Kadarkoli" + +msgid "Today" +msgstr "Danes" + +msgid "Past 7 days" +msgstr "Zadnjih 7 dni" + +msgid "This month" +msgstr "Ta mesec" + +msgid "This year" +msgstr "Letos" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Vnesite veljavno %(username)s in geslo za račun osebja. Opomba: obe polji " +"upoštevata velikost črk." + +msgid "Action:" +msgstr "Dejanje:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Dodaj še en %(verbose_name)s" + +msgid "Remove" +msgstr "Odstrani" + +msgid "action time" +msgstr "čas dejanja" + +msgid "user" +msgstr "uporabnik" + +msgid "content type" +msgstr "vrsta vsebine" + +msgid "object id" +msgstr "id objekta" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "predstavitev objekta" + +msgid "action flag" +msgstr "zastavica dejanja" + +msgid "change message" +msgstr "spremeni sporočilo" + +msgid "log entry" +msgstr "dnevniški vnos" + +msgid "log entries" +msgstr "dnevniški vnosi" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "Dodan \"%(object)s\"." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "Spremenjen \"%(object)s\" - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "Izbrisan \"%(object)s.\"" + +msgid "LogEntry Object" +msgstr "Dnevniški vnos" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "Dodano." + +msgid "and" +msgstr "in" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "Nobeno polje ni bilo spremenjeno." + +msgid "None" +msgstr "Brez vrednosti" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "Držite \"Control\" (ali \"Command\" na Mac-u) za izbiro več kot enega." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Izbrati morate vnose, nad katerimi želite izvesti operacijo. Noben vnos ni " +"bil spremenjen." + +msgid "No action selected." +msgstr "Brez dejanja." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "%(name)s \"%(obj)s\" je bil uspešno izbrisan." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "Objekt %(name)s z glavnim ključem %(key)r ne obstaja." + +#, python-format +msgid "Add %s" +msgstr "Dodaj %s" + +#, python-format +msgid "Change %s" +msgstr "Spremeni %s" + +msgid "Database error" +msgstr "Napaka v podatkovni bazi" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s je bil uspešno spremenjen." +msgstr[1] "%(count)s %(name)s sta bila uspešno spremenjena." +msgstr[2] "%(count)s %(name)s so bili uspešno spremenjeni." +msgstr[3] "%(count)s %(name)s je bilo uspešno spremenjenih." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s izbran" +msgstr[1] "%(total_count)s izbrana" +msgstr[2] "%(total_count)s izbrani" +msgstr[3] "%(total_count)s izbranih" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 od %(cnt)s izbranih" + +#, python-format +msgid "Change history: %s" +msgstr "Zgodovina sprememb: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Brisanje %(class_name)s %(instance)s bi zahtevalo brisanje naslednjih " +"zaščitenih povezanih objektov: %(related_objects)s" + +msgid "Django site admin" +msgstr "Django administrativni vmesnik" + +msgid "Django administration" +msgstr "Django administracija" + +msgid "Site administration" +msgstr "Administracija strani" + +msgid "Log in" +msgstr "Prijavite se" + +#, python-format +msgid "%(app)s administration" +msgstr "Administracija %(app)s" + +msgid "Page not found" +msgstr "Strani ni mogoče najti" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Opravičujemo se, a zahtevane strani ni mogoče najti." + +msgid "Home" +msgstr "Domov" + +msgid "Server error" +msgstr "Napaka na strežniku" + +msgid "Server error (500)" +msgstr "Napaka na strežniku (500)" + +msgid "Server Error (500)" +msgstr "Napaka na strežniku (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Prišlo je do nepričakovane napake. Napaka je bila javljena administratorjem " +"spletne strani in naj bi jo v kratkem odpravili. Hvala za potrpljenje." + +msgid "Run the selected action" +msgstr "Izvedi izbrano dejanje" + +msgid "Go" +msgstr "Pojdi" + +msgid "Click here to select the objects across all pages" +msgstr "Kliknite tu za izbiro vseh vnosov na vseh straneh" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Izberi vse %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Počisti izbiro" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Najprej vpišite uporabniško ime in geslo, nato boste lahko urejali druge " +"lastnosti uporabnika." + +msgid "Enter a username and password." +msgstr "Vnesite uporabniško ime in geslo." + +msgid "Change password" +msgstr "Spremeni geslo" + +msgid "Please correct the error below." +msgstr "Prosimo, odpravite sledeče napake." + +msgid "Please correct the errors below." +msgstr "Prosimo popravite spodnje napake." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Vpišite novo geslo za uporabnika %(username)s." + +msgid "Welcome," +msgstr "Dobrodošli," + +msgid "View site" +msgstr "Poglej stran" + +msgid "Documentation" +msgstr "Dokumentacija" + +msgid "Log out" +msgstr "Odjava" + +#, python-format +msgid "Add %(name)s" +msgstr "Dodaj %(name)s" + +msgid "History" +msgstr "Zgodovina" + +msgid "View on site" +msgstr "Poglej na strani" + +msgid "Filter" +msgstr "Filter" + +msgid "Remove from sorting" +msgstr "Odstrani iz razvrščanja" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Prioriteta razvrščanja: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Preklopi razvrščanje" + +msgid "Delete" +msgstr "Izbriši" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Izbris %(object_name)s '%(escaped_object)s' bi pomenil izbris povezanih " +"objektov, vendar nimate dovoljenja za izbris naslednjih tipov objektov:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Brisanje %(object_name)s '%(escaped_object)s' bi zahtevalo brisanje " +"naslednjih zaščitenih povezanih objektov:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Ste prepričani, da želite izbrisati %(object_name)s \"%(escaped_object)s\"? " +"Vsi naslednji povezani elementi bodo izbrisani:" + +msgid "Objects" +msgstr "Objekti" + +msgid "Yes, I'm sure" +msgstr "Ja, prepričan sem" + +msgid "No, take me back" +msgstr "Ne, vrni me nazaj" + +msgid "Delete multiple objects" +msgstr "Izbriši več objektov" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Brisanje naslendjih %(objects_name)s bi imelo za posledico izbris naslednjih " +"povezanih objektov, vendar vaš račun nima pravic za izbris naslednjih tipov " +"objektov:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Brisanje izbranih %(objects_name)s zahteva brisanje naslednjih zaščitenih " +"povezanih objektov:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Ali res želite izbrisati izbrane %(objects_name)s? Vsi naslednji objekti in " +"njihovi povezani vnosi bodo izbrisani:" + +msgid "Change" +msgstr "Spremeni" + +msgid "Delete?" +msgstr "Izbrišem?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " Po %(filter_title)s " + +msgid "Summary" +msgstr "Povzetek" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Model v %(name)s aplikaciji" + +msgid "Add" +msgstr "Dodaj" + +msgid "You don't have permission to edit anything." +msgstr "Nimate dovoljenja za urejanje." + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "Ni na voljo" + +msgid "Unknown content" +msgstr "Neznana vsebina" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Nekaj je narobe z namestitvijo vaše podatkovne baze. Preverite, da so bile " +"ustvarjene prave tabele v podatkovni bazi in da je dostop do branja baze " +"omogočen pravemu uporabniku." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Prijavljeni ste kot %(username)s in nimate pravic za dostop do te strani. Bi " +"se želeli prijaviti z drugim računom?" + +msgid "Forgotten your password or username?" +msgstr "Ste pozabili geslo ali uporabniško ime?" + +msgid "Date/time" +msgstr "Datum/čas" + +msgid "User" +msgstr "Uporabnik" + +msgid "Action" +msgstr "Dejanje" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Ta objekt nima zgodovine sprememb. Verjetno ni bil dodan preko te strani za " +"administracijo." + +msgid "Show all" +msgstr "Prikaži vse" + +msgid "Save" +msgstr "Shrani" + +msgid "Popup closing..." +msgstr "Zapiram pojavno okno ..." + +#, python-format +msgid "Change selected %(model)s" +msgstr "Spremeni izbran %(model)s" + +#, python-format +msgid "Add another %(model)s" +msgstr "Dodaj še en %(model)s " + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Izbriši izbran %(model)s" + +msgid "Search" +msgstr "Išči" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s zadetkov" +msgstr[1] "%(counter)s zadetek" +msgstr[2] "%(counter)s zadetka" +msgstr[3] "%(counter)s zadetki" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s skupno" + +msgid "Save as new" +msgstr "Shrani kot novo" + +msgid "Save and add another" +msgstr "Shrani in dodaj še eno" + +msgid "Save and continue editing" +msgstr "Shrani in nadaljuj z urejanjem" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Hvala, ker ste si danes vzeli nekaj časa za to spletno stran." + +msgid "Log in again" +msgstr "Ponovna prijava" + +msgid "Password change" +msgstr "Sprememba gesla" + +msgid "Your password was changed." +msgstr "Vaše geslo je bilo spremenjeno." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Vnesite vaše staro geslo (zaradi varnosti) in nato še dvakrat novo, da se " +"izognete tipkarskim napakam." + +msgid "Change my password" +msgstr "Spremeni moje geslo" + +msgid "Password reset" +msgstr "Ponastavitev gesla" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Vaše geslo je bilo nastavljeno. Zdaj se lahko prijavite." + +msgid "Password reset confirmation" +msgstr "Potrdite ponastavitev gesla" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "Vnesite vaše novo geslo dvakrat, da se izognete tipkarskim napakam." + +msgid "New password:" +msgstr "Novo geslo:" + +msgid "Confirm password:" +msgstr "Potrditev gesla:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Povezava za ponastavitev gesla ni bila veljavna, morda je bila že " +"uporabljena. Prosimo zahtevajte novo ponastavitev gesla." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Če obstaja račun z navedenim e-poštnim naslovom, smo vam prek epošte poslali " +"navodila za nastavitev vašega gesla. Prejeti bi jih morali v kratkem." + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Če e-pošte niste prejeli, prosimo preverite, da ste vnesli pravilen e-poštni " +"naslov in preverite nezaželeno pošto." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"To e-pošto ste prejeli, ker je ste zahtevali ponastavitev gesla za vaš " +"uporabniški račun na %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Prosimo pojdite na sledečo stran in izberite novo geslo:" + +msgid "Your username, in case you've forgotten:" +msgstr "Vaše uporabniško ime (za vsak primer):" + +msgid "Thanks for using our site!" +msgstr "Hvala, ker uporabljate našo stran!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Ekipa strani %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"Ste pozabili geslo? Vnesite vaš e-poštni naslov in poslali vam bomo navodila " +"za ponastavitev gesla." + +msgid "Email address:" +msgstr "E-poštni naslov:" + +msgid "Reset my password" +msgstr "Ponastavi moje geslo" + +msgid "All dates" +msgstr "Vsi datumi" + +#, python-format +msgid "Select %s" +msgstr "Izberite %s" + +#, python-format +msgid "Select %s to change" +msgstr "Izberite %s, ki ga želite spremeniti" + +msgid "Date:" +msgstr "Datum:" + +msgid "Time:" +msgstr "Ura:" + +msgid "Lookup" +msgstr "Poizvedba" + +msgid "Currently:" +msgstr "Trenutno:" + +msgid "Change:" +msgstr "Spremembe:" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sl/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sl/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..882306fd85e5b645ea9f9501eda9ddc0a22fa6d2 GIT binary patch literal 3981 zcmbtW%a0sK8809_vOEF-!W+I=EW5_rJu~azSmP`N)^TDd>s@&VE6D}bOxH};On23& zs(Qw|vfzx+N>~CZir^4|gpvb7f(w^iSRWGQ5H2912yp<3@HcSa_jUK|4)LzBO{=Sa z{Z)PSz3cJU2k-l-!1FNL7ty}@9w8dQmG|O<=bykwf$so60DSm;6)pom0=iMtkJY#i z{3!Y_)%a|Uec%H61Mq&}4}f0*{t);z;LAXk|0eK0;GcmX0=`|-{{TJ<`d`2fa2-te z6)ymJ-p_z6{}({K;@9~61o&Iv4d7Gn7Xq(%3m=yIH{dzoJ3zK)5kg)BHh?_ub>JBI zy$=fU24eCia0L42U}ib@LmBIR0Lb$ns*&pcuLD1Z{uYqq@i_3qz{^0q;(2^{o&s|0 zEpQ2VqwfDbkoEil2-V`X8vh7<3-n)re**pvLYePJNCx|L1IT%Kv8I0oybk&|zzHyd zG0gwV8eajP;&CABc^mkB;NO8S0DExa$H0FB5eD&PG(uzFK8MC-!g>5G+NaUjCw@3L z{6LI&sQjz!tA9%yIUf9QzWDh}1>zGxwvppI|9lC=r_dfmgZtw1Xk4>w_s7xrc>s;$ z$B;tKak*y#e$k#4O~)j*QY%P>cEbUsIgc`7UCdSyysneL4!Sn8GHNM;$jNd~ge5{vcOxKp{EsB#>v z)$BvI3pxwRiKld;#D-3c9;88Bw$|ViRGXf&1xd%|Q)&xGGF39+pm^mb$`KnFAI%G6 z?wpyrD%B>rBe6%bPQ{hd(;C=ev7Oqf=%m^c-jFKFv`2vYB41kwzV) z=g^`$dH<(HRbc*?MK+N;qGNN*c8ku=Sixl!Sm5}v*ZA+3MH3OM!BkpiT|vL7IWW+B2{q(G#5%GJ|fFCBBT!5-M`+ zY!@qQhcau+;P)-c5m9~;K`uhTWG6v$CzSHYHd|7S#kV&NOf+wr$IOI#+<|e3#x2It zjtVhtWlDNgRRwK6&2i)TmE~BbMnM)jor+vhSyqK)&ZxpvDvu6@N^~f9m03(K_DgeF z++2W5d*3Z-s$oJGOTqdOi!En|*wmtnNpw{?kG!-g86y04;ffkt7orV6&`I>2V&J2W zZPUWmW+z&AN^%Y(-n-hg+H9SPn%{_8kJ9Stc5C%ibG6w7V{}DLG|PM!-)f6m&33DG zs)=Xe8Rb+vKx_t*me|i!NA~ z`!<9GLy_0L zAousAX9|m!e`P&F6C91`hS7Y=J)P;1(O}<|1XsX}@w7aRMp)fC{x1%jc+NTaC%5qN zLFcrSL$N(_dMLJRX6*i+*c{s|F^Vzo$~Fx$gd28Dip@Ib2R~&6Z8<%XH(%8_&uGY} z&#sX<;oAI1dUiZ`onO zYa+*e!P0ihYd5|F^}gg}3vaLXVD~__magKwO^T%zY(%)tuop8iF`cixtov~TV)w_^ z*a_RbJAr*L?6SnsJ;I6S4qRKI(GWKblo;+!1MDXX6AJ7MRnR;(3RS8ZDr9?RF0KMs jaeu+p*%fdsM`5CW literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sl/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sl/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..001a250 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sl/LC_MESSAGES/djangojs.po @@ -0,0 +1,225 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# zejn , 2016 +# zejn , 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 10:11+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Slovenian (http://www.transifex.com/django/django/language/" +"sl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sl\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" +"%100==4 ? 2 : 3);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Možne %s" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"To je seznam možnih %s. Izbrane lahko izberete z izbiro v spodnjem okvirju " +"in s klikom na puščico \"Izberi\" med okvirjema." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Z vpisom niza v to polje, zožite izbor %s." + +msgid "Filter" +msgstr "Filtriraj" + +msgid "Choose all" +msgstr "Izberi vse" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Kliknite za izbor vseh %s hkrati." + +msgid "Choose" +msgstr "Izberi" + +msgid "Remove" +msgstr "Odstrani" + +#, javascript-format +msgid "Chosen %s" +msgstr "Izbran %s" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"To je seznam možnih %s. Odvečne lahko odstranite z izbiro v okvirju in " +"klikom na puščico \"Odstrani\" med okvirjema." + +msgid "Remove all" +msgstr "Odstrani vse" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Kliknite za odstranitev vseh %s hkrati." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s od %(cnt)s izbranih" +msgstr[1] "%(sel)s od %(cnt)s izbran" +msgstr[2] "%(sel)s od %(cnt)s izbrana" +msgstr[3] "%(sel)s od %(cnt)s izbrani" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Na nekaterih poljih, kjer je omogočeno urejanje, so neshranjene spremembe. V " +"primeru nadaljevanja bodo neshranjene spremembe trajno izgubljene." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Izbrali ste dejanje, vendar niste shranili sprememb na posameznih poljih. " +"Kliknite na 'V redu', da boste shranili. Dejanje boste morali ponovno " +"izvesti." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Izbrali ste dejanje, vendar niste naredili nobenih sprememb na posameznih " +"poljih. Verjetno iščete gumb Pojdi namesto Shrani." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Opomba: glede na čas na strežniku ste %s uro naprej." +msgstr[1] "Opomba: glede na čas na strežniku ste %s uri naprej." +msgstr[2] "Opomba: glede na čas na strežniku ste %s ure naprej." +msgstr[3] "Opomba: glede na čas na strežniku ste %s ur naprej." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Opomba: glede na čas na strežniku ste %s uro zadaj." +msgstr[1] "Opomba: glede na čas na strežniku ste %s uri zadaj." +msgstr[2] "Opomba: glede na čas na strežniku ste %s ure zadaj." +msgstr[3] "Opomba: glede na čas na strežniku ste %s ur zadaj." + +msgid "Now" +msgstr "Takoj" + +msgid "Choose a Time" +msgstr "Izberite čas" + +msgid "Choose a time" +msgstr "Izbor časa" + +msgid "Midnight" +msgstr "Polnoč" + +msgid "6 a.m." +msgstr "Ob 6h" + +msgid "Noon" +msgstr "Opoldne" + +msgid "6 p.m." +msgstr "Ob 18h" + +msgid "Cancel" +msgstr "Prekliči" + +msgid "Today" +msgstr "Danes" + +msgid "Choose a Date" +msgstr "Izberite datum" + +msgid "Yesterday" +msgstr "Včeraj" + +msgid "Tomorrow" +msgstr "Jutri" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "Prikaži" + +msgid "Hide" +msgstr "Skrij" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sq/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sq/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..e8f49a731a6689a1b5168f6d0239340f0574df07 GIT binary patch literal 15192 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, 2011 +# Besnik , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 09:09+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Albanian (http://www.transifex.com/django/django/language/" +"sq/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sq\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "U fshinë me sukses %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "S'mund të fshijë %(name)s" + +msgid "Are you sure?" +msgstr "Jeni i sigurt?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Fshiji %(verbose_name_plural)s e përzgjdhur" + +msgid "Administration" +msgstr "Administrim" + +msgid "All" +msgstr "Krejt" + +msgid "Yes" +msgstr "Po" + +msgid "No" +msgstr "Jo" + +msgid "Unknown" +msgstr "E panjohur" + +msgid "Any date" +msgstr "Çfarëdo date" + +msgid "Today" +msgstr "Sot" + +msgid "Past 7 days" +msgstr "7 ditët e shkuara" + +msgid "This month" +msgstr "Këtë muaj" + +msgid "This year" +msgstr "Këtë vit" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Ju lutemi, jepni %(username)s dhe fjalëkalimin e saktë për një llogari " +"ekipi. Kini parasysh se që të dyja fushat mund të jenë të ndjeshme ndaj " +"shkrimit me shkronja të mëdha ose të vogla." + +msgid "Action:" +msgstr "Veprim:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Shtoni një tjetër %(verbose_name)s" + +msgid "Remove" +msgstr "Hiqe" + +msgid "action time" +msgstr "kohë veprimi" + +msgid "user" +msgstr "përdorues" + +msgid "content type" +msgstr "lloj lënde" + +msgid "object id" +msgstr "id objekti" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "" + +msgid "action flag" +msgstr "shenjë veprimi" + +msgid "change message" +msgstr "mesazh ndryshimi" + +msgid "log entry" +msgstr "zë regjistrimi" + +msgid "log entries" +msgstr "zëra regjistrimi" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "U shtua \"%(object)s\"." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "U ndryshua \"%(object)s\" - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "U fshi \"%(object)s.\"" + +msgid "LogEntry Object" +msgstr "Objekt LogEntry" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "U shtua." + +msgid "and" +msgstr " dhe " + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "Nuk u ndryshuan fusha." + +msgid "None" +msgstr "Asnjë" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" +"Për të përzgjedhur më shumë se një, mbani të shtypur \"Control\", ose " +"\"Command\" në Mac, ." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Duhen përzgjedhur objekte që të kryhen veprime mbi ta. Nuk u ndryshua ndonjë " +"objekt." + +msgid "No action selected." +msgstr "Pa përzgjedhje veprimi." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "%(name)s \"%(obj)s\" u fshi me sukses." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "Objekti %(name)s me kyç parësor %(key)r nuk ekziston." + +#, python-format +msgid "Add %s" +msgstr "Shtoni %s" + +#, python-format +msgid "Change %s" +msgstr "Ndrysho %s" + +msgid "Database error" +msgstr "Gabimi baze të dhënash" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s u ndryshua me sukses." +msgstr[1] "%(count)s %(name)s u ndryshuan me sukses." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s të përzgjedhur" +msgstr[1] "Krejt %(total_count)s të përzgjedhurat" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 nga %(cnt)s të përzgjedhur" + +#, python-format +msgid "Change history: %s" +msgstr "Ndryshoni historikun: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Fshirja e %(class_name)s %(instance)s do të lypte fshirjen e objekteve " +"vijuese të mbrojtura që kanë lidhje me ta: %(related_objects)s" + +msgid "Django site admin" +msgstr "Përgjegjësi i site-it Django" + +msgid "Django administration" +msgstr "Administrim i Django-s" + +msgid "Site administration" +msgstr "Administrim site-i" + +msgid "Log in" +msgstr "Hyni" + +#, python-format +msgid "%(app)s administration" +msgstr "Administrim %(app)s" + +msgid "Page not found" +msgstr "Nuk u gjet faqe" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Na ndjeni, por faqja e kërkuar nuk gjendet dot." + +msgid "Home" +msgstr "Hyrje" + +msgid "Server error" +msgstr "Gabim shërbyesi" + +msgid "Server error (500)" +msgstr "Gabim shërbyesi (500)" + +msgid "Server Error (500)" +msgstr "Gabim Shërbyesi (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Pati një gabim. Iu është njoftuar përgjegjësve të site-it përmes email-it " +"dhe do të duhej të ndreqej shpejt. Faleminderit për durimin." + +msgid "Run the selected action" +msgstr "Xhironi veprimin e përzgjedhur" + +msgid "Go" +msgstr "Shko tek" + +msgid "Click here to select the objects across all pages" +msgstr "Klikoni këtu që të përzgjidhni objektet nëpër krejt faqet" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Përzgjidhni krejt %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Pastroje përzgjedhjen" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Së pari, jepni një emër përdoruesi dhe fjalëkalim. Mandej, do të jeni në " +"gjendje të përpunoni më tepër mundësi përdoruesi." + +msgid "Enter a username and password." +msgstr "Jepni emër përdoruesi dhe fjalëkalim." + +msgid "Change password" +msgstr "Ndryshoni fjalëkalimin" + +msgid "Please correct the error below." +msgstr "Ju lutemi, ndreqini gabimet e mëposhtme." + +msgid "Please correct the errors below." +msgstr "Ju lutemi, ndreqni gabimet më poshtë." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" +"Jepni një fjalëkalim të ri për përdoruesin %(username)s." + +msgid "Welcome," +msgstr "Mirë se vini," + +msgid "View site" +msgstr "Shihni sajtin" + +msgid "Documentation" +msgstr "Dokumentim" + +msgid "Log out" +msgstr "Dilni" + +#, python-format +msgid "Add %(name)s" +msgstr "Shto %(name)s" + +msgid "History" +msgstr "Historik" + +msgid "View on site" +msgstr "Shiheni në site" + +msgid "Filter" +msgstr "Filtër" + +msgid "Remove from sorting" +msgstr "Hiqe prej renditjeje" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Përparësi renditjesh: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Këmbe renditjen" + +msgid "Delete" +msgstr "Fshije" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Fshirja e %(object_name)s '%(escaped_object)s' do të shpinte në fshirjen e " +"objekteve të lidhur me të, por llogaria juaj nuk ka leje për fshirje të " +"objekteve të llojeve të mëposhtëm:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Fshirja e %(object_name)s '%(escaped_object)s' do të kërkonte fshirjen e " +"objekteve vijues, të mbrojtur, të lidhur me të:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Jeni i sigurt se doni të fshihet %(object_name)s \"%(escaped_object)s\"? " +"Krejt objektet vijues të lidhur me të do të fshihen:" + +msgid "Objects" +msgstr "Objekte" + +msgid "Yes, I'm sure" +msgstr "Po, jam i sigurt" + +msgid "No, take me back" +msgstr "Jo, kthemëni mbrapsht" + +msgid "Delete multiple objects" +msgstr "Fshini disa objekte njëherësh" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Fshirja e %(objects_name)s të përzgjedhur do të shpjerë në fshirjen e " +"objekteve të lidhur me të, por llogaria juaj nuk ka leje të fshijë llojet " +"vijuese të objekteve:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Fshirja e %(objects_name)s të përzgjedhur do të kërkonte fshirjen e " +"objekteve vijues, të mbrojtur, të lidhur me të:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Jeni i sigurt se doni të fshihen e %(objects_name)s përzgjedhur? Krejt " +"objektet vijues dhe gjëra të lidhura me ta do të fshihen:" + +msgid "Change" +msgstr "Ndryshoje" + +msgid "Delete?" +msgstr "Të fshihet?" + +#, python-format +msgid " By %(filter_title)s " +msgstr "Nga %(filter_title)s " + +msgid "Summary" +msgstr "Përmbledhje" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modele te zbatimi %(name)s" + +msgid "Add" +msgstr "Shtoni" + +msgid "You don't have permission to edit anything." +msgstr "Nuk keni leje për të përpunuar ndonjë gjë." + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "Asnjë i passhëm" + +msgid "Unknown content" +msgstr "Lëndë e panjohur" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Ka diçka që nuk shkon me instalimin e bazës suaj të të dhënave. Sigurohuni " +"që janë krijuar tabelat e duhura të bazës së të dhënave, dhe që baza e të " +"dhënave është e lexueshme nga përdoruesi i duhur." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Jeni mirëfilltësuar si %(username)s, por s’jeni i autorizuar të hyni në këtë " +"faqe. Do të donit të hyni në një llogari tjetër?" + +msgid "Forgotten your password or username?" +msgstr "Harruat fjalëkalimin ose emrin tuaj të përdoruesit?" + +msgid "Date/time" +msgstr "Datë/kohë" + +msgid "User" +msgstr "Përdorues" + +msgid "Action" +msgstr "Veprim" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Ky objekt nuk ka historik ndryshimesh. Ndoshta nuk qe shtuar përmes këtij " +"site-i administrimi." + +msgid "Show all" +msgstr "Shfaqi krejt" + +msgid "Save" +msgstr "Ruaje" + +msgid "Popup closing..." +msgstr "Flluska po mbyllet..." + +#, python-format +msgid "Change selected %(model)s" +msgstr "Nryshoni %(model)s e përzgjedhur" + +#, python-format +msgid "Add another %(model)s" +msgstr "Shtoni një %(model)s tjetër" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Fshije %(model)s e përzgjedhur" + +msgid "Search" +msgstr "Kërko" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s përfundim" +msgstr[1] "%(counter)s përfundime" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s gjithsej" + +msgid "Save as new" +msgstr "Ruaje si të ri" + +msgid "Save and add another" +msgstr "Ruajeni dhe shtoni një tjetër" + +msgid "Save and continue editing" +msgstr "Ruajeni dhe vazhdoni përpunimin" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Faleminderit që shpenzoni pak kohë të çmuar me site-in Web sot." + +msgid "Log in again" +msgstr "Hyni sërish" + +msgid "Password change" +msgstr "Ndryshim fjalëkalimi" + +msgid "Your password was changed." +msgstr "Fjalëkalimi juaj u ndryshua." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Ju lutem, jepni fjalëkalimin tuaj të vjetër, për hir të sigurisë, dhe mandej " +"jepni dy herë fjalëkalimin tuaj të ri, që kështu të mund të verifikojmë se e " +"shtypët saktë." + +msgid "Change my password" +msgstr "Ndrysho fjalëkalimin tim" + +msgid "Password reset" +msgstr "Ricaktim fjalëkalimi" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "" +"Fjakalimi juaj u caktua. Mund të vazhdoni më tej dhe të bëni hyrjen tani." + +msgid "Password reset confirmation" +msgstr "Ripohim ricaktimi fjalëkalimi" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Ju lutem, jepeni fjalëkalimin tuaj dy herë, që kështu të mund të verifikojmë " +"që e shtypët saktë." + +msgid "New password:" +msgstr "Fjalëkalim i ri:" + +msgid "Confirm password:" +msgstr "Ripohoni fjalëkalimin:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Lidhja për ricaktimin e fjalëkalimit qe e pavlefshme, ndoshta ngaqë është " +"përdorur tashmë një herë. Ju lutem, kërkoni një ricaktim të ri fjalëkalimi." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Ju kemi dërguar me email udhëzime për caktimin e fjalëkalimit tuaj, nëse ka " +"një llogari me email-in që dhatë. Do të duhej t'ju vinin pas pak." + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Nëse nuk merrni një email, ju lutemi, sigurohuni që keni dhënë adresën e " +"saktë me të cilën u regjistruat, dhe kontrolloni dosjen tuaj të mesazheve " +"hedhurinë." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Këtë email po e merrni ngaqë kërkuat ricaktim fjalëkalimi për llogarinë tuaj " +"si përdorues te %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Ju lutem, shkoni te faqja vijuese dhe zgjidhni një fjalëkalim të ri:" + +msgid "Your username, in case you've forgotten:" +msgstr "Emri juaj i përdoruesit, në rast se e keni harruar:" + +msgid "Thanks for using our site!" +msgstr "Faleminderit që përdorni site-in tonë!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Ekipi i %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"Harruat fjalëkalimin tuaj? Jepni më poshtë adresën tuaj email, dhe do t'ju " +"dërgojmë udhëzimet për të caktuar një të ri." + +msgid "Email address:" +msgstr "Adresë email:" + +msgid "Reset my password" +msgstr "Ricakto fjalëkalimin tim" + +msgid "All dates" +msgstr "Krejt datat" + +#, python-format +msgid "Select %s" +msgstr "Përzgjidhni %s" + +#, python-format +msgid "Select %s to change" +msgstr "Përzgjidhni %s për ta ndryshuar" + +msgid "Date:" +msgstr "Datë:" + +msgid "Time:" +msgstr "Kohë:" + +msgid "Lookup" +msgstr "Kërkim" + +msgid "Currently:" +msgstr "Tani:" + +msgid "Change:" +msgstr "Ndryshim:" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sq/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sq/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..1c394a7b4545a84942c1045c1d9a00bea7bf06ba GIT binary patch literal 3864 zcmb_e-;ZQP6)q7)#~&yn{+6>F7G}fr?degMO)qO)W?9%BX4&jC26!RWeXILc_q|m; zRduJgdC|m}=z|X$jbMymd>~|^A;H8L9_LA);K^iTj4^=-4<`Nxey8s3nVz9tmgr5_ z{ccsAI`!3ePF3~a?zr`50?#p&FQeS^0U?^em0R$_^H1Odz_)=P1|Iuhh0DN?qu#9R z57xL2`~=!B)%awMec%$>1Ms83?*Q)x{t$RC@MR$Te;s%$@GroR0RLLo-vmC1`a8f5 za2-bY6wd*9+%JLb|2IJV#P9I>DezU`kAaVVNC^DIb-dW`-+^a&-VGbpD|p|Dat8{p@rx*&v#k54 zQ21eOkHxP_fByUuzfLTBm7nxv`*dQtX97Oapn5^2H|#q_GAR;qipC7*cBIZ_H&=AR zi*;#wDi`aSwO-XglFrL8SL^6vt`_ENc^vDNiOzD}8&R;-i|$C~IhsiZvX~_i>$85R z3cI6XKTNC92WA&^9+VT0>QsqMofRl>X%Bb&;p=-9$CZ_$~K6_$(y3#=cn8sGhxE|l6ywW5W3il>xE zQn5QupG+eCW_t&sk?aL+%}Ug7S{s=A0u?evo*IsWGy{dbXTTuUJ31|8j=5Ey`l!u) z$jGs?UF@tW<<>^=`xfa4l^=n~We6DTBnN)qrjj6$i=Bas%Ou5DFlY<)X zB1cmd61tKr=~a~#^!Ntr#^WpI*rrCo7aE;vxUynaNis*OG}V-grBJC3@l=^QQXIghxsDIG$7yL45JtqYA!KhSC8p>p6G z9owd*E01>?>rP3IVS~@EHm$9;PBm7)(P%wDYhP=(*6v?jTU~`=0I8GMq}m6SqS5HvpJbelE5x?UtLRjwrEz1nn7NVZ~E=#$)(MUn-3o>zm=>mty>e6 z0WIu;HU)JpG{?Er<_w45c@@q+(Yeq#ePG9P^_6QpYyTXO_ehG~U~F&klw*&2Rx#caa&$*=2OdU~d;! z!UCJacM*Nxwzpe|bEeD@dhzsNsME~o{SPw3y*@jp6XKh?}s=UVD_&*Nu?|YK} zKB9wE$A!JE_%%~}E9*MdPK8@Jhx8arLA5G!iR5slcai+Q28No}+-shdL8f`id7eJ1Db z9msS!<)}ymhejC4do9G7_@+a}5SCz9$iU?emVm4HaQD?x4ml(@W{A7sfFTqa2Hb^k z2i`S5D8PFh>^Zj4fa{(9R>}bGH)-ie?%7o72&&NN$`~0v(nsEnK z=`@TmsuE6{n)g13nAh0V6+yX>MzpC$lq!aZE+e8ybvI=Z4n=0)bHG-bbDV-3mYJ1E Hda(EpUOA{) literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sq/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sq/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..14d1182 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sq/LC_MESSAGES/djangojs.po @@ -0,0 +1,220 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Besnik , 2011-2012 +# Besnik , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 10:11+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Albanian (http://www.transifex.com/django/django/language/" +"sq/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sq\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "%s i gatshëm" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"Kjo është lista e %s të gatshëm. Mund të zgjidhni disa duke i përzgjedhur te " +"kutiza më poshtë dhe mandej duke klikuar mbi shigjetën \"Zgjidhe\" mes dy " +"kutizave." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Shkruani brenda kutizës që të filtrohet lista e %s të passhme." + +msgid "Filter" +msgstr "Filtro" + +msgid "Choose all" +msgstr "Zgjidheni krejt" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Klikoni që të zgjidhen krejt %s njëherësh." + +msgid "Choose" +msgstr "Zgjidhni" + +msgid "Remove" +msgstr "Hiqe" + +#, javascript-format +msgid "Chosen %s" +msgstr "U zgjodh %s" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"Kjo është lista e %s të gatshme. Mund të hiqni disa duke i përzgjedhur te " +"kutiza më poshtë e mandej duke klikuar mbi shigjetën \"Hiqe\" mes dy " +"kutizave." + +msgid "Remove all" +msgstr "Hiqi krejt" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Klikoni që të hiqen krejt %s e zgjedhura njëherësh." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "U përzgjodh %(sel)s nga %(cnt)s" +msgstr[1] "U përzgjodhën %(sel)s nga %(cnt)s" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Keni ndryshime të paruajtura te fusha individuale të ndryshueshme. Nëse " +"kryeni një veprim, ndryshimet e paruajtura do të humbin." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Keni përzgjedhur një veprim, por nuk keni ruajtur ende ndryshimet që bëtë te " +"fusha individuale. Ju lutemi, klikoni OK që të bëhet ruajtja. Do t’ju duhet " +"ta ribëni veprimin." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Keni përzgjedhur një veprim, dhe nuk keni bërë ndonjë ndryshim te fusha " +"individuale. Ndoshta po kërkonit për butonin Shko, në vend se për butonin " +"Ruaje." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Shënim: Jeni %s orë para kohës së shërbyesit." +msgstr[1] "Shënim: Jeni %s orë para kohës së shërbyesit." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Shënim: Jeni %s orë pas kohës së shërbyesit." +msgstr[1] "Shënim: Jeni %s orë pas kohës së shërbyesit." + +msgid "Now" +msgstr "Tani" + +msgid "Choose a Time" +msgstr "Zgjidhni një Kohë" + +msgid "Choose a time" +msgstr "Zgjidhni një kohë" + +msgid "Midnight" +msgstr "Mesnatë" + +msgid "6 a.m." +msgstr "6 a.m." + +msgid "Noon" +msgstr "Mesditë" + +msgid "6 p.m." +msgstr "6 p.m." + +msgid "Cancel" +msgstr "Anuloje" + +msgid "Today" +msgstr "Sot" + +msgid "Choose a Date" +msgstr "Zgjidhni një Datë" + +msgid "Yesterday" +msgstr "Dje" + +msgid "Tomorrow" +msgstr "Nesër" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "Shfaqe" + +msgid "Hide" +msgstr "Fshihe" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sr/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..8bb143049dcb1aa9995103c79d07599ba579cc41 GIT binary patch literal 14324 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 literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sr/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sr/LC_MESSAGES/django.po new file mode 100644 index 0000000..604143b --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sr/LC_MESSAGES/django.po @@ -0,0 +1,664 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Janos Guljas , 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 09:09+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Serbian (http://www.transifex.com/django/django/language/" +"sr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sr\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Успешно обрисано: %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Несуспело брисање %(name)s" + +msgid "Are you sure?" +msgstr "Да ли сте сигурни?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Бриши означене објекте класе %(verbose_name_plural)s" + +msgid "Administration" +msgstr "" + +msgid "All" +msgstr "Сви" + +msgid "Yes" +msgstr "Да" + +msgid "No" +msgstr "Не" + +msgid "Unknown" +msgstr "Непознато" + +msgid "Any date" +msgstr "Сви датуми" + +msgid "Today" +msgstr "Данас" + +msgid "Past 7 days" +msgstr "Последњих 7 дана" + +msgid "This month" +msgstr "Овај месец" + +msgid "This year" +msgstr "Ова година" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" + +msgid "Action:" +msgstr "Радња:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Додај још један објекат класе %(verbose_name)s." + +msgid "Remove" +msgstr "Обриши" + +msgid "action time" +msgstr "време радње" + +msgid "user" +msgstr "" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "id објекта" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "опис објекта" + +msgid "action flag" +msgstr "ознака радње" + +msgid "change message" +msgstr "опис измене" + +msgid "log entry" +msgstr "запис у логовима" + +msgid "log entries" +msgstr "записи у логовима" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "Додат објекат класе „%(object)s“." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "Промењен објекат класе „%(object)s“ - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "Уклоњен објекат класе „%(object)s“." + +msgid "LogEntry Object" +msgstr "Објекат уноса лога" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "" + +msgid "and" +msgstr "и" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "Без измена у пољима." + +msgid "None" +msgstr "Ништа" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Потребно је изабрати објекте да би се извршила акција над њима. Ниједан " +"објекат није промењен." + +msgid "No action selected." +msgstr "Није изабрана ниједна акција." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "Објекат „%(obj)s“ класе %(name)s успешно је обрисан." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "Објекат класе %(name)s са примарним кључем %(key)r не постоји." + +#, python-format +msgid "Add %s" +msgstr "Додај објекат класе %s" + +#, python-format +msgid "Change %s" +msgstr "Измени објекат класе %s" + +msgid "Database error" +msgstr "Грешка у бази података" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "Успешно промењен %(count)s %(name)s." +msgstr[1] "Успешно промењена %(count)s %(name)s." +msgstr[2] "Успешно промењених %(count)s %(name)s." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s изабран" +msgstr[1] "Сва %(total_count)s изабрана" +msgstr[2] "Свих %(total_count)s изабраних" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 од %(cnt)s изабрано" + +#, python-format +msgid "Change history: %s" +msgstr "Историјат измена: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +msgid "Django site admin" +msgstr "Django администрација сајта" + +msgid "Django administration" +msgstr "Django администрација" + +msgid "Site administration" +msgstr "Администрација система" + +msgid "Log in" +msgstr "Пријава" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "Страница није пронађена" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Жао нам је, тражена страница није пронађена." + +msgid "Home" +msgstr "Почетна" + +msgid "Server error" +msgstr "Грешка на серверу" + +msgid "Server error (500)" +msgstr "Грешка на серверу (500)" + +msgid "Server Error (500)" +msgstr "Грешка на серверу (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +msgid "Run the selected action" +msgstr "Покрени одабрану радњу" + +msgid "Go" +msgstr "Почни" + +msgid "Click here to select the objects across all pages" +msgstr "Изабери све објекте на овој страници." + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Изабери све %(module_name)s од %(total_count)s укупно." + +msgid "Clear selection" +msgstr "Поништи избор" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Прво унесите корисничко име и лозинку. Потом ћете моћи да мењате још " +"корисничких подешавања." + +msgid "Enter a username and password." +msgstr "Унесите корисничко име и лозинку" + +msgid "Change password" +msgstr "Промена лозинке" + +msgid "Please correct the error below." +msgstr "Исправите наведене грешке." + +msgid "Please correct the errors below." +msgstr "" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Унесите нову лозинку за корисника %(username)s." + +msgid "Welcome," +msgstr "Добродошли," + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "Документација" + +msgid "Log out" +msgstr "Одјава" + +#, python-format +msgid "Add %(name)s" +msgstr "Додај објекат класе %(name)s" + +msgid "History" +msgstr "Историјат" + +msgid "View on site" +msgstr "Преглед на сајту" + +msgid "Filter" +msgstr "Филтер" + +msgid "Remove from sorting" +msgstr "Избаци из сортирања" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Приоритет сортирања: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Укључи/искључи сортирање" + +msgid "Delete" +msgstr "Обриши" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Уклањање %(object_name)s „%(escaped_object)s“ повлачи уклањање свих објеката " +"који су повезани са овим објектом, али ваш налог нема дозволе за брисање " +"следећих типова објеката:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Да би избрисали изабран %(object_name)s „%(escaped_object)s“ потребно је " +"брисати и следеће заштићене повезане објекте:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Да сигурни да желите да обришете %(object_name)s „%(escaped_object)s“? " +"Следећи објекти који су у вези са овим објектом ће такође бити обрисани:" + +msgid "Objects" +msgstr "" + +msgid "Yes, I'm sure" +msgstr "Да, сигуран сам" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "Брисање више објеката" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Да би избрисали изабране %(objects_name)s потребно је брисати и заштићене " +"повезане објекте, међутим ваш налог нема дозволе за брисање следећих типова " +"објеката:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Да би избрисали изабране %(objects_name)s потребно је брисати и следеће " +"заштићене повезане објекте:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Да ли сте сигурни да желите да избришете изабране %(objects_name)s? Сви " +"следећи објекти и објекти са њима повезани ће бити избрисани:" + +msgid "Change" +msgstr "Измени" + +msgid "Delete?" +msgstr "Брисање?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " %(filter_title)s " + +msgid "Summary" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "" + +msgid "Add" +msgstr "Додај" + +msgid "You don't have permission to edit anything." +msgstr "Немате дозволе да уносите било какве измене." + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "Нема података" + +msgid "Unknown content" +msgstr "Непознат садржај" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Нешто није уреду са вашом базом података. Проверите да ли постоје " +"одговарајуће табеле и да ли одговарајући корисник има приступ бази." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "Заборавили сте лозинку или корисничко име?" + +msgid "Date/time" +msgstr "Датум/време" + +msgid "User" +msgstr "Корисник" + +msgid "Action" +msgstr "Радња" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Овај објекат нема забележен историјат измена. Вероватно није додат кроз овај " +"сајт за администрацију." + +msgid "Show all" +msgstr "Прикажи све" + +msgid "Save" +msgstr "Сачувај" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Search" +msgstr "Претрага" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s резултат" +msgstr[1] "%(counter)s резултата" +msgstr[2] "%(counter)s резултата" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "укупно %(full_result_count)s" + +msgid "Save as new" +msgstr "Сачувај као нови" + +msgid "Save and add another" +msgstr "Сачувај и додај следећи" + +msgid "Save and continue editing" +msgstr "Сачувај и настави са изменама" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Хвала што сте данас провели време на овом сајту." + +msgid "Log in again" +msgstr "Поновна пријава" + +msgid "Password change" +msgstr "Измена лозинке" + +msgid "Your password was changed." +msgstr "Ваша лозинка је измењена." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Из безбедносних разлога прво унесите своју стару лозинку, а нову затим " +"унесите два пута да бисмо могли да проверимо да ли сте је правилно унели." + +msgid "Change my password" +msgstr "Измени моју лозинку" + +msgid "Password reset" +msgstr "Ресетовање лозинке" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Ваша лозинка је постављена. Можете се пријавити." + +msgid "Password reset confirmation" +msgstr "Потврда ресетовања лозинке" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Унесите нову лозинку два пута како бисмо могли да проверимо да ли сте је " +"правилно унели." + +msgid "New password:" +msgstr "Нова лозинка:" + +msgid "Confirm password:" +msgstr "Потврда лозинке:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Линк за ресетовање лозинке није важећи, вероватно зато што је већ " +"искоришћен. Поново затражите ресетовање лозинке." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" + +msgid "Please go to the following page and choose a new password:" +msgstr "Идите на следећу страницу и поставите нову лозинку." + +msgid "Your username, in case you've forgotten:" +msgstr "Уколико сте заборавили, ваше корисничко име:" + +msgid "Thanks for using our site!" +msgstr "Хвала што користите наш сајт!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Екипа сајта %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" + +msgid "Email address:" +msgstr "" + +msgid "Reset my password" +msgstr "Ресетуј моју лозинку" + +msgid "All dates" +msgstr "Сви датуми" + +#, python-format +msgid "Select %s" +msgstr "Одабери објекат класе %s" + +#, python-format +msgid "Select %s to change" +msgstr "Одабери објекат класе %s за измену" + +msgid "Date:" +msgstr "Датум:" + +msgid "Time:" +msgstr "Време:" + +msgid "Lookup" +msgstr "Претражи" + +msgid "Currently:" +msgstr "" + +msgid "Change:" +msgstr "" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sr/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sr/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..59055f09a3c8e1f0f1bc4725c46c0588ffe37ac3 GIT binary patch literal 3493 zcmcgtTWl0n7#24fY1*B9SPrPu&1FTQEa%!`SJs6peCF(y9vpoxC}nc3|wtw>_xWY2u(@?XCH za%R6>zW7ZI&!h496WE4vXGx(9e0a9h0I1;kI=gBSZ70J6Q8fGjV7CxHimCxCweZvmdb zA=`Ni*bRIS$o{VY-vRyvWW7-cSAZ*E{CmVW20Vy$3Ca-Bz5(6~{0_Jj_*;yNVC)gB zmjUkw>cEG9y}%8?{lH$}8$iy_S26woWd6U#_y>^fEWswrtpc*Y&UoDm{1WSa;1|G^ zcSQO>$M`$&dF(HOGN@@epaI+ud>MEd_$rW43@#zZz;%I|;sH>8898rk<33*CVIH@t zS?dd>Q?*zDd>CUn2IuMl4335K!4FEI-Hovf<3S9Bs@;RZdE$qAOlxcRgx%qhEK*y0 z!SON0hA8;Lyzbd1GLq$_wr$9;Y$In%y?i5SQr-zv|oY<2DlM=97= z;T7^F6_g4YwvBBve3Gz~)OzdZt|-ePq0S*1Y0ru6uxwwr+B23Zv_8vptih76Jtw7u zS54cibYox>+CT~0xsv4(ett=iZFz86B%>*sB<+(`DjUOfa-J*;$`8lsv7A9xEtBOa z6M1=v^1_xiG8~h494avTSdLajSy@Gf>q00m{F;Cad-rRSpf0@Rf}|P&&oPSA@gEsQ ziTO81(lmy(oGeS`t>uO*0wJShKIf04#=NKsK&Grk5iOWcZJ+Q^CN{^JEg2|iz15I3 zG77#WopmaI!?A#~#zzTERNmn_7|x(Tt2$s{T0@puHEj46w&|(dtZ@ZZT$x8d4wEgV zN`6tgD$7qJ$yMKnvTGpgya}hA{{dzaoh7eN4MNmR&4Z@NJ8pv{kAYX z5p@Oad6x6W`Vn(9z9V1@o37B^YQ!u`NfW866S-VC6~eT9br#^vlFvQIW2%_j!YssXtjA^z@v}P@;cN zPVaSv!8O#MGJKJtu2g!Hp4zCVH&fU8OuB1rswPTP>58Q|-kfAMk%Wu%kkmn})?W$|o`VQ%q zy$m@Owe+&ea;4)MMFnnjWVVK^*I?*{=FgPj&-Ol}4&3oub2s zBNfP`I-rw=PFF{FqVZ`DW`lE$4}UNnd>TvyXTuS^XKq9$n7ARS>F}7A-V%;!!O37Y z91V|zM}y13Ofb!V0>Qf=fq8g5JQ7T6!FWU>m;wzf&jja~6V68{n8e;xa0z1uu3JSZ z91SLesm5*;MKDWON6xf)S4U1aP9oFrHWlkMM2Pbdj>G;rc$f_?CAHwg;6iXQrr4y? znk<;AyIIJ_N07eA4#N>Gcpvdx;NZgXdhoO1sc6b>5yA&JMvUQ6=zvF4;4OSw7LE8h zpBLcce3ZUP=yOPfD5g32!2}_^mO6yT8uXJCoQ8q(;L6c9hl!1807e4ZT*mU``@&h&3EVPjIQZW3?de71bcv2**{H>&4^r%`aYaQJ}&luD2tSb{xjXuDuz^ zIXWh?&HeZq_aj@MU{_p(s9E9`i0&M^I6hM?72OiTU7ii!4yNELzPucX61_1GxVaPI z7-}, 2011 +# Janos Guljas , 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 10:11+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Serbian (http://www.transifex.com/django/django/language/" +"sr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sr\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Доступни %s" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"Ово је листа доступних „%s“. Можете изабрати елементе тако што ћете их " +"изабрати у листи и кликнути на „Изабери“." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Филтрирајте листу доступних елемената „%s“." + +msgid "Filter" +msgstr "Филтер" + +msgid "Choose all" +msgstr "Изабери све" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Изаберите све „%s“ одједном." + +msgid "Choose" +msgstr "Изабери" + +msgid "Remove" +msgstr "Уклони" + +#, javascript-format +msgid "Chosen %s" +msgstr "Изабрано „%s“" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"Ово је листа изабраних „%s“. Можете уклонити елементе тако што ћете их " +"изабрати у листи и кликнути на „Уклони“." + +msgid "Remove all" +msgstr "Уклони све" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Уклоните све изабране „%s“ одједном." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s од %(cnt)s изабран" +msgstr[1] "%(sel)s од %(cnt)s изабрана" +msgstr[2] "%(sel)s од %(cnt)s изабраних" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Имате несачиване измене. Ако покренете акцију, измене ће бити изгубљене." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "Изабрали сте акцију али нисте сачували промене поља." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "Изабрали сте акцију али нисте изменили ни једно поље." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "Now" +msgstr "Тренутно време" + +msgid "Choose a Time" +msgstr "" + +msgid "Choose a time" +msgstr "Одабир времена" + +msgid "Midnight" +msgstr "Поноћ" + +msgid "6 a.m." +msgstr "18ч" + +msgid "Noon" +msgstr "Подне" + +msgid "6 p.m." +msgstr "" + +msgid "Cancel" +msgstr "Поништи" + +msgid "Today" +msgstr "Данас" + +msgid "Choose a Date" +msgstr "" + +msgid "Yesterday" +msgstr "Јуче" + +msgid "Tomorrow" +msgstr "Сутра" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "Покажи" + +msgid "Hide" +msgstr "Сакриј" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..a14939b9cbf190d0a25104b5e775340dbe4b390a GIT binary patch literal 11499 zcmc(kdyFKaHQ%o4di?75uG+6%bH&FM&l8mQP_Dj0spr7|zKS277j`N2L*Qq@ zhrpM>8^GOfQ|d>-MQ|S&fVYC51f~C9fo}%?36!b61zryRCwMjZs{g)=imdxi@CU#O zDE$tDZw2oL-vTaykAn|_9|FG$z8!p+pLc;9pse?^pp5%@@EY)=9-jrjkNOwD-Qb`3 z`agqn)c*^7CphyCrT9||{Kz~fz$?KAK$-s$@LDhc_kfRsvcG3R+4pncS@2K6=fPW9 zbPfDF@VCJGzTfrxCMfG&$q!4bYr%uy1o&QX4V3jh44wvm5qux`3iu}QDmEwU?g9~+ zx(2)-ycU#k2?&c+50rjC2g?3`!GHe*DC>R-l=)r&h5w%e`BN|PBlErtvK95W9=`#~ zJg@rt+ZiN!@E#D6s(s*(gGa$7un9g1{yta(_y3@y?@^E@^#PDAsgHre*JnXl_eGFD z^(B7Z4Sp4r`M(9q{$2$|K3BkWndcqgjo@xj=s6C`{zDK_RSy(B`UoifKMMXX_&eYP zcm^e!0v`hpNIUo=;NOE)P>ADI&4C4YFNi6q^WX#EmqDRt_YXULnfACB6#nf4MGp6X z!oQQC>~j?qI-B6_;8{@U{0t~|@Oz-h>GR-C;016$_^+VQSAjW`;36peNj*LR%J_4j ztp7{C{Wn3O^D`bl=i6Td|NS!d0Sdp)!^BPSFTsQ0B1S59dX68de;Ql{{{e)BYW~NZ zTuyCAyD}F2~ha{7ogDjZ=mq=KRjNB5&Sy!tHE>Nv!KvbMY%-2 zM?leoRS?#zH4v3hPkJlb?_kA1sS3~ z3(C4*0h{25$=hs2m?>9l2=YK%q*PGd_jC(gI>s}AO z37i9AwYmiq`c8o|t_4cJ1VqKu&Co3!w0I1(f|nAgZSd5K*gN24()|{r4||LeG~$SgKwDMIKio1mWL2 zDEoZ`lzwMHv8!{S=-sb@9|4~Sr@(#uFomjvbKp4;l~8{I-U0p%DD=Dwr}7wB1w}uf z0|W32zW!c>Bz&6!uathE@bxzEt>6kM`*;L=3)lrk@A}{@cn%ag{|FShyab9I{~VkK zUj~JbS5XnZ&w~~40Z`=hBzQIWaqu$mQ{dac-v(vf7eHC>OQ6vI74T~CYoPT1Ns9C@ zpX2^zug4SMeu~KUe&43SdCL1KsF{6E^LsPpPKxN$BIRC+@a`04i_)MhQG~9CD8l#h zxq=tjr_d&k@KoecKB5!l^C&OJD58(T^EPFMB62=LS*MIXn3B~&L^^oHX3J-pm&{id zJRSw>l$3JVw+S@;`-9*bWtAfOms464dBoq{N4ZNXJjQ|bPxAWHzJ5EnNr@=?eA^+g z>faynD00V)>?1mL6Xho;B2Uqo4ke_>gL$Xj*0$=t@S83QsfaGFQ1>`MQr&13~fR5z0#({YmP;L$M4g;G1gV7e@b7#}p%p(tX| zB|cVlvc}hj<;QSHBM*~U9kNhUhnmdNY|_us<|>&50|~7lq!=@4*S5(-4l~; zBU9P#ijZQ-X_`D>c-+_WrVhc-ep0}C|FUV~T<3{yvWGm-EWrG39zVTI9ApjC4VtTi z1s1gIl?};&wIqs?%`jd^5)rF3b(jYoWF69{9{9PN?CuS$UUFtYM&{|b#FCDrOq;kV z#DwX0Ld1ePVq%f3-~NE@N34n}2YMna-&!a@lJ;vOO`X2(nk?H)(q`FftiD|~dWNkz z6Ue5RI0{Uv-L6FwjznRjt&uarNPN5H@?fKlG|AX6yzQEGgnJ~3*TS?jprWRZn%vY) z7U&>NlT@m~Y#w$3`^IN0YY)1E?S$PZ(0+lkeMAtW`nKAQiqu3!ZjEgqW>2=?Rykr^iC=d`aUVL2hijI4 z?B|}=^&%I$NwsNMCt`gu+&(ec+|CKI1~3t9ZecVCx~4D*);CsEIYIf+`jFCgE9!0=&44t^r!~vk)pqWzS6V?lEh@6d z`8-p{qA=i~8Roi^pwO10q$^v?m^?|>lROV%r&i^v8uH5(7Suh7y4N`zb#H?CE?T$R zDY9JL>Oh!iF3tz)SPxZ%1s(L%E~G^zTS2FyPbA(eTaB#;tnA}(MIB4lQGXBGtQ%iR zid-7u6A|&Gjgr)pcF|QQMwnhxCldbrnghBj(zX@`QF9RTr6~^Vk2XCMM#3hwgd4N* zb&YJHN!58%Pv5Xk6c6&Ts%|*%=Tw5BxxSrH*U!`vjujW!NYYfIySO3i4q+Y9s#1P; za<#U-O_B1=umO(~y~!LV*7(41t#5;;*s{bpaT$JkNnrefBNHb0vr@9tRyDJrQKVts z-;?Rgw1ep~Y{g!`zK3*RQ0Rkfd+3EEVAv%at%L+(%y??*RM1I!fd{>oCLK7C<~UW_ zV7?v=cBcxfTLXD}`Kx7IqW!Te8L}DUGM8Z^LSxbbiC`WwyNuDKhKN8d6A&9MK(ZSO`_m<#x*h7Nt#78NRO6-6yfQ+Bo^xVpmSjI)@pTXewH_;vEN*r9Ia^E zNiDaMO$oJXdEkYH4r&>j%v+F;G&jZ3xD?XLkZj9^;4sceHc5-H`-(n}&|UH+f-zmf z85t+>S<*8%0Eh?`BW9Wgl2kce>1>-|FesEP*fg!zsrRkaM<*ATQc=rJl#=5nqJ(5I zljZwrTy*M^I;-W8th`L!BxA9eykw>}xtqd=t&k+OGpEDYNn z1B5}M!BH5u?L=YRgG$)iC7lZEQ6I<9FmOsNyM->ANLVV(_)6NF6|KFEOOg`cYQ}<( zT|qX6I6A0!%e}gYzCC3yUXiuWC@Xp~M=(hp5%z^XNiMJ*98E7Y2$U&pe6$?$YxJ=c zwE~lCYDIX;@A^7%r?lDAaXU^nW93nNB@riAr%?xWCd7pk9)xM?{$LLwig9V*B|9Q8 zze`B4egh4_pGme%@UgDC!nmk`#HZDRK_+EdFYdu-aJoW68A1z*Sho_{kOeh(^6jHXPMH3aXus&vv~}193HOQ9I2+Z8Ozd zXXb9#dvC7I?Y*hGw_2s+%&DLk%A8~U_Ri_*9kuEmH&uCd9U~^rtfVH+a6(C1)9>fV zgEk!tLTpLTLk-n~k*!w3cr7`=n0UQluQMxHQBC6*>mf04@)%^rQ+l$M=iS=u?B?cX zg={U(!nNSh3W_l6_EtjVr_>*{NN}7mwdH}+&!~z*iTkm3(}dp;zlA)r>6JS!+bz=O_$5|3%aW5PW{0Cz2&F*{kO=g9Z{X1tLn!d zb3^D;onp)!WA;wnxl7@?#&1GSXWii9GcoxYF*S%c@F=BA9bS%9FwF68<_-1>TRV32 zi}*W{EzUV+{G!A)8nshbqY9Ee$lmcDMM+B7Ho0y`VpIc%of&_P5{DhWZ4?)t3Oamt zw<$5_rG!)TM)=yBlyJ+`k*-?q$-cK=r1)=!k9M;=ehpiSdlrdO?w-XDO4KRSj5mx2 z&WgCp4fktLWUt-D&L27T%1FJDTzp1v1Wk-W41aX^=wVr+qzuT%dcE?&PnHMNsqB>x z{sytR7fO*dpy+ISJ!){#>qQ#NM}6^pKxmb8fhp7Q;xlq6ht%w*a?-yGPjZYg?c~DKfyT&WU>as74&|1CV5&3L z-ebW9|Xl4T*;v`5XicgB1?&#{}QAua6riltSL&gBY0z| zplWdo8w@?Ty$-cFQ;TxP6K>EHN=IXFd)yep`bMFnWQ#1K5brMEeVv2Mz__<7#kjb~ zu7H-37(v2YcEokfB1XVrLuW)NCkIYPB9~+XZet!{1JhYb@?MG-I9kX6?n&`5ZG$B1 z21#~B?M&Oqolnu3?WKXc|0y~(>{c`j%e23wL*8v3Y? z4=;qu=@!)Kc9d8r_xgOmI1E}P`xZ*jCa)-OSfklyo(6S16uYpK2pda<3iOr{#-ha5 z>sSpM?4~AU8oUCOekTj|BDfOjVmLSxkL0&%1|~Jo*m0vGlV__vNJFlYLBs(H-b}W7 z3CY_QEGgwu8b*s$n(4&mt+O%K`gY>na3`gSeRnLngn-`gGOs6qX;P{SPZ#7_-!(IA zN;PtU)WCd|zd#yZD@iLZZX@R#w;0%NZfwufabQm-anc)Dw+Nz*AIRbmtNJ!qN#z87 zz=fyUT(@xe2?xHy-zF`ky+jv&xl8u0Xw2JrU)*aa5s!_nLoi+`aM5Qt80Ev-v3{;p z=ulA)8T^Rph2A}TccrC19Aybyz>i#bN_=7I^K3(q$3{HNz_grQTKA6vLITvFesWma z>ZLe~$Y|5H{Ef-bt;??H6XEs{8B-r-K=?56vOQS|#^d5RjN1B1(ny+5`p8I~8nQG~I-)A-aInQk>#Ym86-i9tHcI@iVYCe} z-eE2~AM552a`A#sNDm5^__h5clD|u<*=!WqT5|--i8{5;133)3R4oGGW#g zF~QE5`;VqLsdekc15&}ARI)=AKgb>xaXpcKCx(nQ6J-tt>C0S}4R zMFft;EzWOSbtp+t?Uqi>mavxLBbu2JZ1^uxZqk80;I%kzVINy$@|}SW4@j~a@qZ$S zJ0Kh3ytk8eZIml8A4wHGi$-j-G6-RdTXjqr(Yiw~<0Q)y$rKx7!8&QDM18VDn`0Ji z9AOk(JzaRJ=#dSUFRa?MNnYuFN590Jrl3a>C8tgu5>h_{Qb~kGp;uG%^(2c)EZ-gn zxzoDT2k|;~;$mAKFm|WqQrztsu*=jdgFFD`=iG}%6yuj(Wu`FfvC|-T0fvdT#oioGIgfQHavGw~4)bG*7>`_z1P%9E>blKpB$tf>7LS>IdsB)iNh{E}U53*c~=1-T63}f(ry+~KX?Hy0q?mCdDWOL6$R~T~w?sElk$T8k1;0+#Zyf+J;0#(*#t$PIuJeWw z*9Qjq98cgYBZN^j3dVDTni77I`&dUAD5ved l5~`%jC6c35Z5b-0#1f?C{AgUuXhYa^PLObGM_MhR^1mlAHKG6j literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/django.po new file mode 100644 index 0000000..96cfd77 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/django.po @@ -0,0 +1,664 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Janos Guljas , 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 09:09+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Serbian (Latin) (http://www.transifex.com/django/django/" +"language/sr@latin/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sr@latin\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Uspešno obrisano: %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Nesuspelo brisanje %(name)s" + +msgid "Are you sure?" +msgstr "Da li ste sigurni?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Briši označene objekte klase %(verbose_name_plural)s" + +msgid "Administration" +msgstr "" + +msgid "All" +msgstr "Svi" + +msgid "Yes" +msgstr "Da" + +msgid "No" +msgstr "Ne" + +msgid "Unknown" +msgstr "Nepoznato" + +msgid "Any date" +msgstr "Svi datumi" + +msgid "Today" +msgstr "Danas" + +msgid "Past 7 days" +msgstr "Poslednjih 7 dana" + +msgid "This month" +msgstr "Ovaj mesec" + +msgid "This year" +msgstr "Ova godina" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" + +msgid "Action:" +msgstr "Radnja:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Dodaj još jedan objekat klase %(verbose_name)s." + +msgid "Remove" +msgstr "Obriši" + +msgid "action time" +msgstr "vreme radnje" + +msgid "user" +msgstr "" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "id objekta" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "opis objekta" + +msgid "action flag" +msgstr "oznaka radnje" + +msgid "change message" +msgstr "opis izmene" + +msgid "log entry" +msgstr "zapis u logovima" + +msgid "log entries" +msgstr "zapisi u logovima" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "Dodat objekat klase „%(object)s“." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "Promenjen objekat klase „%(object)s“ - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "Uklonjen objekat klase „%(object)s“." + +msgid "LogEntry Object" +msgstr "Objekat unosa loga" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "" + +msgid "and" +msgstr "i" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "Bez izmena u poljima." + +msgid "None" +msgstr "Ništa" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Potrebno je izabrati objekte da bi se izvršila akcija nad njima. Nijedan " +"objekat nije promenjen." + +msgid "No action selected." +msgstr "Nije izabrana nijedna akcija." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "Objekat „%(obj)s“ klase %(name)s uspešno je obrisan." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "Objekat klase %(name)s sa primarnim ključem %(key)r ne postoji." + +#, python-format +msgid "Add %s" +msgstr "Dodaj objekat klase %s" + +#, python-format +msgid "Change %s" +msgstr "Izmeni objekat klase %s" + +msgid "Database error" +msgstr "Greška u bazi podataka" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "Uspešno promenjen %(count)s %(name)s." +msgstr[1] "Uspešno promenjena %(count)s %(name)s." +msgstr[2] "Uspešno promenjenih %(count)s %(name)s." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s izabran" +msgstr[1] "Sva %(total_count)s izabrana" +msgstr[2] "Svih %(total_count)s izabranih" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 od %(cnt)s izabrano" + +#, python-format +msgid "Change history: %s" +msgstr "Istorijat izmena: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +msgid "Django site admin" +msgstr "Django administracija sajta" + +msgid "Django administration" +msgstr "Django administracija" + +msgid "Site administration" +msgstr "Administracija sistema" + +msgid "Log in" +msgstr "Prijava" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "Stranica nije pronađena" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Žao nam je, tražena stranica nije pronađena." + +msgid "Home" +msgstr "Početna" + +msgid "Server error" +msgstr "Greška na serveru" + +msgid "Server error (500)" +msgstr "Greška na serveru (500)" + +msgid "Server Error (500)" +msgstr "Greška na serveru (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +msgid "Run the selected action" +msgstr "Pokreni odabranu radnju" + +msgid "Go" +msgstr "Počni" + +msgid "Click here to select the objects across all pages" +msgstr "Izaberi sve objekte na ovoj stranici." + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Izaberi sve %(module_name)s od %(total_count)s ukupno." + +msgid "Clear selection" +msgstr "Poništi izbor" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Prvo unesite korisničko ime i lozinku. Potom ćete moći da menjate još " +"korisničkih podešavanja." + +msgid "Enter a username and password." +msgstr "Unesite korisničko ime i lozinku" + +msgid "Change password" +msgstr "Promena lozinke" + +msgid "Please correct the error below." +msgstr "Ispravite navedene greške." + +msgid "Please correct the errors below." +msgstr "" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Unesite novu lozinku za korisnika %(username)s." + +msgid "Welcome," +msgstr "Dobrodošli," + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "Dokumentacija" + +msgid "Log out" +msgstr "Odjava" + +#, python-format +msgid "Add %(name)s" +msgstr "Dodaj objekat klase %(name)s" + +msgid "History" +msgstr "Istorijat" + +msgid "View on site" +msgstr "Pregled na sajtu" + +msgid "Filter" +msgstr "Filter" + +msgid "Remove from sorting" +msgstr "Izbaci iz sortiranja" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Prioritet sortiranja: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Uključi/isključi sortiranje" + +msgid "Delete" +msgstr "Obriši" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Uklanjanje %(object_name)s „%(escaped_object)s“ povlači uklanjanje svih " +"objekata koji su povezani sa ovim objektom, ali vaš nalog nema dozvole za " +"brisanje sledećih tipova objekata:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Da bi izbrisali izabran %(object_name)s „%(escaped_object)s“ potrebno je " +"brisati i sledeće zaštićene povezane objekte:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Da sigurni da želite da obrišete %(object_name)s „%(escaped_object)s“? " +"Sledeći objekti koji su u vezi sa ovim objektom će takođe biti obrisani:" + +msgid "Objects" +msgstr "" + +msgid "Yes, I'm sure" +msgstr "Da, siguran sam" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "Brisanje više objekata" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Da bi izbrisali izabrane %(objects_name)s potrebno je brisati i zaštićene " +"povezane objekte, međutim vaš nalog nema dozvole za brisanje sledećih tipova " +"objekata:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Da bi izbrisali izabrane %(objects_name)s potrebno je brisati i sledeće " +"zaštićene povezane objekte:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Da li ste sigurni da želite da izbrišete izabrane %(objects_name)s? Svi " +"sledeći objekti i objekti sa njima povezani će biti izbrisani:" + +msgid "Change" +msgstr "Izmeni" + +msgid "Delete?" +msgstr "Brisanje?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " %(filter_title)s " + +msgid "Summary" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "" + +msgid "Add" +msgstr "Dodaj" + +msgid "You don't have permission to edit anything." +msgstr "Nemate dozvole da unosite bilo kakve izmene." + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "Nema podataka" + +msgid "Unknown content" +msgstr "Nepoznat sadržaj" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Nešto nije uredu sa vašom bazom podataka. Proverite da li postoje " +"odgovarajuće tabele i da li odgovarajući korisnik ima pristup bazi." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "Zaboravili ste lozinku ili korisničko ime?" + +msgid "Date/time" +msgstr "Datum/vreme" + +msgid "User" +msgstr "Korisnik" + +msgid "Action" +msgstr "Radnja" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Ovaj objekat nema zabeležen istorijat izmena. Verovatno nije dodat kroz ovaj " +"sajt za administraciju." + +msgid "Show all" +msgstr "Prikaži sve" + +msgid "Save" +msgstr "Sačuvaj" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Search" +msgstr "Pretraga" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s rezultat" +msgstr[1] "%(counter)s rezultata" +msgstr[2] "%(counter)s rezultata" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "ukupno %(full_result_count)s" + +msgid "Save as new" +msgstr "Sačuvaj kao novi" + +msgid "Save and add another" +msgstr "Sačuvaj i dodaj sledeći" + +msgid "Save and continue editing" +msgstr "Sačuvaj i nastavi sa izmenama" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Hvala što ste danas proveli vreme na ovom sajtu." + +msgid "Log in again" +msgstr "Ponovna prijava" + +msgid "Password change" +msgstr "Izmena lozinke" + +msgid "Your password was changed." +msgstr "Vaša lozinka je izmenjena." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Iz bezbednosnih razloga prvo unesite svoju staru lozinku, a novu zatim " +"unesite dva puta da bismo mogli da proverimo da li ste je pravilno uneli." + +msgid "Change my password" +msgstr "Izmeni moju lozinku" + +msgid "Password reset" +msgstr "Resetovanje lozinke" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Vaša lozinka je postavljena. Možete se prijaviti." + +msgid "Password reset confirmation" +msgstr "Potvrda resetovanja lozinke" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Unesite novu lozinku dva puta kako bismo mogli da proverimo da li ste je " +"pravilno uneli." + +msgid "New password:" +msgstr "Nova lozinka:" + +msgid "Confirm password:" +msgstr "Potvrda lozinke:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Link za resetovanje lozinke nije važeći, verovatno zato što je već " +"iskorišćen. Ponovo zatražite resetovanje lozinke." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" + +msgid "Please go to the following page and choose a new password:" +msgstr "Idite na sledeću stranicu i postavite novu lozinku." + +msgid "Your username, in case you've forgotten:" +msgstr "Ukoliko ste zaboravili, vaše korisničko ime:" + +msgid "Thanks for using our site!" +msgstr "Hvala što koristite naš sajt!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Ekipa sajta %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" + +msgid "Email address:" +msgstr "" + +msgid "Reset my password" +msgstr "Resetuj moju lozinku" + +msgid "All dates" +msgstr "Svi datumi" + +#, python-format +msgid "Select %s" +msgstr "Odaberi objekat klase %s" + +#, python-format +msgid "Select %s to change" +msgstr "Odaberi objekat klase %s za izmenu" + +msgid "Date:" +msgstr "Datum:" + +msgid "Time:" +msgstr "Vreme:" + +msgid "Lookup" +msgstr "Pretraži" + +msgid "Currently:" +msgstr "" + +msgid "Change:" +msgstr "" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..60c50f3c40c5bfc7edd7cb3d89c888b19c719af9 GIT binary patch literal 2976 zcmbtW&5smC6fYFNMnOfz@9-p9*bVgT^dcXb-9c~xU0~e}JDA|DX1ZpkW_qf|?&=v9 ziNVB#69=Nkgczd<9yBrGACS{>^5VsV2{B3x2M->MM-% zFTicU-+()SoA1r+>;-PbcnbI+@Nhmp4#c0B!w>sg0J6QefGn?o9|GIJ%fP>Y_W>_s zk?nj8oCJObWdApTSAe&HtoI&-d%&$Q{s&^b2wcGUJd`0Kz5_lC{2s{me#XxOz+Zuz zfxiQJeFKa?4%`GJ;5OhW@DPxB>l}MI4uH(_T_D?eKcD{q$njkPvY#)2?*P9Bo&%0y zk@c?T_!V#*<7@f&C*VGeZ|C?T$eqBr3gi;9FRlx7hDh4De%#nD!VypM0PP8M=5S|2 z>C%|C0-r1s>Igg@6(6zUi*8zfgnQ=~ICp{`sUl8bFuQEf3#k2XzK?UFXBiJCo2H5J+c zNfYplp*pkA2tqaG1`0Cl-3=^3UB$&UNi7Gw!YEJ2T{6lN^M8zNAQwf| zb}jQ3)y1Ad$S9fP{BhLyZlndEzz(vA*373kqhgea&2eU15(OP@H6)E>-Dzufr}P5DO{kTY>wQ2GjHcGSn8j_qi z2jxg2>pTgkoc{%8lC2fjrv@QfO)Z9Iz%$V@Ib`Es?4yChEnT|_i zu;orF9P^N-zy`xZVLB{o)367jW15L%}^>y^jH2ZKS; zv1Q#*XNz^)9nWGLLYSKwkE26yuFd#ZVRmNr=t?g9VyQ4~jZ+33aU{y*)LA#)3#B%b zyceQaxytG4G4H^N9D8i2$UAE4Ho(15rUNzYmPwas=&mpyCXo!iV>ar>Wiq{V7+3a8 zQubLHH6wnhQt@fW4&u+!OBLUzSExh~$M|4nVz@L_d6_>`jnb4~qVwl7708svpyNYl zVr;Uoa@_~ZPk}xsYoNW(l3Zs^w}gLS>5@2tJ(cu~<|}{R8hzt)r^O6Rt4NEvK-P3b zecWlv$l)}_eU*O0yQNzfJ{^f~UHD|U>Tq-5%nql?25l7>i}&bsCxnB1J!ikBVE$$- z$WEl&%*rlZ1O!HjYNSl!;5Oxyo6I5QHE%oe#&uBdTWV*ohs5QV1=(7rRis&atK)ktR)@PPkHuw(;)($B%RIA8N5&x|H;J8E*hA;4OffgjyHZ5w2Gj(0z%8 k)B|qb!ze<}c2IAwK}KYEzRHCmoKMu@Tr;VGfB}WS0oG||KL7v# literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..2d4226e --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/djangojs.po @@ -0,0 +1,215 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Janos Guljas , 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 10:11+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Serbian (Latin) (http://www.transifex.com/django/django/" +"language/sr@latin/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sr@latin\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Dostupni %s" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"Ovo je lista dostupnih „%s“. Možete izabrati elemente tako što ćete ih " +"izabrati u listi i kliknuti na „Izaberi“." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Filtrirajte listu dostupnih elemenata „%s“." + +msgid "Filter" +msgstr "Filter" + +msgid "Choose all" +msgstr "Izaberi sve" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Izaberite sve „%s“ odjednom." + +msgid "Choose" +msgstr "Izaberi" + +msgid "Remove" +msgstr "Ukloni" + +#, javascript-format +msgid "Chosen %s" +msgstr "Izabrano „%s“" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"Ovo je lista izabranih „%s“. Možete ukloniti elemente tako što ćete ih " +"izabrati u listi i kliknuti na „Ukloni“." + +msgid "Remove all" +msgstr "Ukloni sve" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Uklonite sve izabrane „%s“ odjednom." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s od %(cnt)s izabran" +msgstr[1] "%(sel)s od %(cnt)s izabrana" +msgstr[2] "%(sel)s od %(cnt)s izabranih" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Imate nesačivane izmene. Ako pokrenete akciju, izmene će biti izgubljene." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "Izabrali ste akciju ali niste sačuvali promene polja." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "Izabrali ste akciju ali niste izmenili ni jedno polje." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "Now" +msgstr "Trenutno vreme" + +msgid "Choose a Time" +msgstr "" + +msgid "Choose a time" +msgstr "Odabir vremena" + +msgid "Midnight" +msgstr "Ponoć" + +msgid "6 a.m." +msgstr "18č" + +msgid "Noon" +msgstr "Podne" + +msgid "6 p.m." +msgstr "" + +msgid "Cancel" +msgstr "Poništi" + +msgid "Today" +msgstr "Danas" + +msgid "Choose a Date" +msgstr "" + +msgid "Yesterday" +msgstr "Juče" + +msgid "Tomorrow" +msgstr "Sutra" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "Pokaži" + +msgid "Hide" +msgstr "Sakrij" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sv/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sv/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..29fdf24a60d7f77e2b3062e6db879e6b2678c9eb GIT binary patch literal 14991 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, 2012 +# Andreas Pelme , 2014 +# cvitan , 2011 +# Cybjit , 2012 +# Jannis Leidel , 2011 +# Jonathan Lindén, 2015 +# Jonathan Lindén, 2014 +# Mattias Hansson , 2016 +# sorl , 2011 +# Thomas Lundqvist , 2013,2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-07-07 19:24+0000\n" +"Last-Translator: Mattias Hansson \n" +"Language-Team: Swedish (http://www.transifex.com/django/django/language/" +"sv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Tog bort %(count)d %(items)s" + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Kan inte ta bort %(name)s" + +msgid "Are you sure?" +msgstr "Är du säker?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Ta bort markerade %(verbose_name_plural)s" + +msgid "Administration" +msgstr "Administration" + +msgid "All" +msgstr "Alla" + +msgid "Yes" +msgstr "Ja" + +msgid "No" +msgstr "Nej" + +msgid "Unknown" +msgstr "Okänt" + +msgid "Any date" +msgstr "Alla datum" + +msgid "Today" +msgstr "Idag" + +msgid "Past 7 days" +msgstr "Senaste 7 dagarna" + +msgid "This month" +msgstr "Denna månad" + +msgid "This year" +msgstr "Detta år" + +msgid "No date" +msgstr "Inget datum" + +msgid "Has date" +msgstr "Har datum" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Ange %(username)s och lösenord för ett personalkonto. Notera att båda fälten " +"är skiftlägeskänsliga." + +msgid "Action:" +msgstr "Åtgärd:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Lägg till ytterligare %(verbose_name)s" + +msgid "Remove" +msgstr "Ta bort" + +msgid "action time" +msgstr "händelsetid" + +msgid "user" +msgstr "användare" + +msgid "content type" +msgstr "innehållstyp" + +msgid "object id" +msgstr "objektets id" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "objektets beskrivning" + +msgid "action flag" +msgstr "händelseflagga" + +msgid "change message" +msgstr "ändra meddelande" + +msgid "log entry" +msgstr "loggpost" + +msgid "log entries" +msgstr "loggposter" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "Lade till \"%(object)s\"." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "Ändrade \"%(object)s\" - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "Tog bort \"%(object)s.\"" + +msgid "LogEntry Object" +msgstr "LogEntry-Objekt" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "Lade till {name} \"{object}\"." + +msgid "Added." +msgstr "Lagt till." + +msgid "and" +msgstr "och" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "Ändrade {fields} på {name} \"{object}\"." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "Ändrade {fields}." + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "Tog bort {name} \"{object}\"." + +msgid "No fields changed." +msgstr "Inga fält ändrade." + +msgid "None" +msgstr "Inget" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" +"Håll ner \"Control\", eller \"Command\" på en Mac, för att välja fler än en." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Poster måste väljas för att genomföra åtgärder. Inga poster har ändrats." + +msgid "No action selected." +msgstr "Inga åtgärder valda." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "%(name)s \"%(obj)s\" togs bort." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "%(name)s-objekt med primärnyckel %(key)r finns inte." + +#, python-format +msgid "Add %s" +msgstr "Lägg till %s" + +#, python-format +msgid "Change %s" +msgstr "Ändra %s" + +msgid "Database error" +msgstr "Databasfel" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s ändrades." +msgstr[1] "%(count)s %(name)s ändrades." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s vald" +msgstr[1] "Alla %(total_count)s valda" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 av %(cnt)s valda" + +#, python-format +msgid "Change history: %s" +msgstr "Ändringshistorik: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Borttagning av %(class_name)s %(instance)s kräver borttagning av följande " +"skyddade relaterade objekt: %(related_objects)s" + +msgid "Django site admin" +msgstr "Django webbplatsadministration" + +msgid "Django administration" +msgstr "Django-administration" + +msgid "Site administration" +msgstr "Webbplatsadministration" + +msgid "Log in" +msgstr "Logga in" + +#, python-format +msgid "%(app)s administration" +msgstr "Administration av %(app)s" + +msgid "Page not found" +msgstr "Sidan kunde inte hittas" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Vi beklagar men den begärda sidan hittades inte." + +msgid "Home" +msgstr "Hem" + +msgid "Server error" +msgstr "Serverfel" + +msgid "Server error (500)" +msgstr "Serverfel (500)" + +msgid "Server Error (500)" +msgstr "Serverfel (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Det har uppstått ett fel. Det har rapporterats till " +"webbplatsadministratörerna via e-post och bör bli rättat omgående. Tack för " +"ditt tålamod." + +msgid "Run the selected action" +msgstr "Kör markerade operationer" + +msgid "Go" +msgstr "Utför" + +msgid "Click here to select the objects across all pages" +msgstr "Klicka här för att välja alla objekt från alla sidor" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Välj alla %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Rensa urval" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Ange först ett användarnamn och ett lösenord. Efter det kommer du att få " +"fler användaralternativ." + +msgid "Enter a username and password." +msgstr "Mata in användarnamn och lösenord." + +msgid "Change password" +msgstr "Ändra lösenord" + +msgid "Please correct the error below." +msgstr "Rätta till felen nedan." + +msgid "Please correct the errors below." +msgstr "Vänligen rätta till felen nedan." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Ange nytt lösenord för användare %(username)s." + +msgid "Welcome," +msgstr "Välkommen," + +msgid "View site" +msgstr "Visa sida" + +msgid "Documentation" +msgstr "Dokumentation" + +msgid "Log out" +msgstr "Logga ut" + +#, python-format +msgid "Add %(name)s" +msgstr "Lägg till %(name)s" + +msgid "History" +msgstr "Historik" + +msgid "View on site" +msgstr "Visa på webbplats" + +msgid "Filter" +msgstr "Filtrera" + +msgid "Remove from sorting" +msgstr "Ta bort från sortering" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Sorteringsprioritet: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Ändra sorteringsordning" + +msgid "Delete" +msgstr "Radera" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Att ta bort %(object_name)s '%(escaped_object)s' skulle innebära att " +"relaterade objekt togs bort, men ditt konto har inte rättigheter att ta bort " +"följande objekttyper:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Borttagning av %(object_name)s '%(escaped_object)s' kräver borttagning av " +"följande skyddade relaterade objekt:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Är du säker på att du vill ta bort %(object_name)s \"%(escaped_object)s\"? " +"Följande relaterade objekt kommer att tas bort:" + +msgid "Objects" +msgstr "Objekt" + +msgid "Yes, I'm sure" +msgstr "Ja, jag är säker" + +msgid "No, take me back" +msgstr "Nej, ta mig tillbaka" + +msgid "Delete multiple objects" +msgstr "Ta bort flera objekt" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Borttagning av valda %(objects_name)s skulle resultera i borttagning av " +"relaterade objekt, men ditt konto har inte behörighet att ta bort följande " +"typer av objekt:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Borttagning av valda %(objects_name)s skulle kräva borttagning av följande " +"skyddade objekt:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Är du säker på att du vill ta bort valda %(objects_name)s? Alla följande " +"objekt samt relaterade objekt kommer att tas bort: " + +msgid "Change" +msgstr "Ändra" + +msgid "Delete?" +msgstr "Radera?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " På %(filter_title)s " + +msgid "Summary" +msgstr "Översikt" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modeller i applikationen %(name)s" + +msgid "Add" +msgstr "Lägg till" + +msgid "You don't have permission to edit anything." +msgstr "Du har inte rättigheter att redigera något." + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "Inga tillgängliga" + +msgid "Unknown content" +msgstr "Okänt innehåll" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Någonting är fel med din databasinstallation. Se till att de rätta " +"databastabellerna har skapats och att databasen är läsbar av rätt användare." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Du är autentiserad som %(username)s men är inte behörig att komma åt denna " +"sida. Vill du logga in med ett annat konto?" + +msgid "Forgotten your password or username?" +msgstr "Har du glömt lösenordet eller användarnamnet?" + +msgid "Date/time" +msgstr "Datum tid" + +msgid "User" +msgstr "Användare" + +msgid "Action" +msgstr "Händelse" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Detta objekt har ingen ändringshistorik. Det lades antagligen inte till via " +"denna administrationssida." + +msgid "Show all" +msgstr "Visa alla" + +msgid "Save" +msgstr "Spara" + +msgid "Popup closing..." +msgstr "Popup stänger..." + +#, python-format +msgid "Change selected %(model)s" +msgstr "Ändra markerade %(model)s" + +#, python-format +msgid "Add another %(model)s" +msgstr "Lägg till %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Ta bort markerade %(model)s" + +msgid "Search" +msgstr "Sök" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s resultat" +msgstr[1] "%(counter)s resultat" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s totalt" + +msgid "Save as new" +msgstr "Spara som ny" + +msgid "Save and add another" +msgstr "Spara och lägg till ny" + +msgid "Save and continue editing" +msgstr "Spara och fortsätt redigera" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Tack för att du spenderade lite kvalitetstid med webbplatsen idag." + +msgid "Log in again" +msgstr "Logga in igen" + +msgid "Password change" +msgstr "Ändra lösenord" + +msgid "Your password was changed." +msgstr "Ditt lösenord har ändrats." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Var god fyll i ditt gamla lösenord för säkerhets skull och skriv sedan in " +"ditt nya lösenord två gånger så vi kan kontrollera att du skrev det rätt." + +msgid "Change my password" +msgstr "Ändra mitt lösenord" + +msgid "Password reset" +msgstr "Nollställ lösenord" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Ditt lösenord har ändrats. Du kan nu logga in." + +msgid "Password reset confirmation" +msgstr "Bekräftelse av lösenordsnollställning" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Var god fyll i ditt nya lösenord två gånger så vi kan kontrollera att du " +"skrev det rätt." + +msgid "New password:" +msgstr "Nytt lösenord:" + +msgid "Confirm password:" +msgstr "Bekräfta lösenord:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Länken för lösenordsnollställning var felaktig, möjligen därför att den " +"redan använts. Var god skicka en ny nollställningsförfrågan." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Vi har skickat ett email till dig med instruktioner hur du återställer ditt " +"lösenord om ett konto med mailadressen du fyllt i existerar. Det borde dyka " +"upp i din inkorg inom kort." + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Om ni inte får ett e-brev, vänligen kontrollera att du har skrivit in " +"adressen du registrerade dig med och kolla din skräppostmapp." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Du får detta e-postmeddelande för att du har begärt återställning av ditt " +"lösenord av ditt konto på %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Var god gå till följande sida och välj ett nytt lösenord:" + +msgid "Your username, in case you've forgotten:" +msgstr "Ditt användarnamn (i fall du skulle ha glömt det):" + +msgid "Thanks for using our site!" +msgstr "Tack för att du använder vår webbplats!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s-teamet" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"Glömt ditt lösenord? Fyll i din e-postadress nedan så skickar vi ett e-" +"postmeddelande med instruktioner för hur du ställer in ett nytt." + +msgid "Email address:" +msgstr "E-postadress:" + +msgid "Reset my password" +msgstr "Nollställ mitt lösenord" + +msgid "All dates" +msgstr "Alla datum" + +#, python-format +msgid "Select %s" +msgstr "Välj %s" + +#, python-format +msgid "Select %s to change" +msgstr "Välj %s att ändra" + +msgid "Date:" +msgstr "Datum:" + +msgid "Time:" +msgstr "Tid:" + +msgid "Lookup" +msgstr "Uppslag" + +msgid "Currently:" +msgstr "Nuvarande:" + +msgid "Change:" +msgstr "Ändra:" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sv/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sv/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..777acbf8dc518ed763d9ae68fe2f861400fe2afa GIT binary patch literal 3795 zcmbtW%a7Yc7$4rSyx(v5x}vZZwUaEOKuS@|wuOZ*t-7HCE@%=@95?n%G#)37goHS9 z1H?-RBoHl#OD{-0!XXj|#DN-h}G>wXEm0eG@%e_M@z2fQBrKLBq8{!-x?AoJuG^SBzg9e4}y5#Sym>n(t6$7?_= zE#9d5-vqKB-m364kVEzK)ur4%Ajf3|$n#$TehPdQ_&$&ang0hsUjGx|Zr~R{UiS~+ zJHRu*Z-8$gnB3ldoe*$?xDOBEK~vm`hu7vf-ht;qk7jE-k<$Bep=Lkyv zVxD~6UV`@*b7VfV*S%=mg6AeYFk9S(hjW(w!!h8CeZIwi32}3UcQbBX$W^*6C)1^^ z3mxt7i4N6qD%x~x2gxuC#SR)U>>0`=mF-l~)?6$}-BGDn>KT)(3P{pk>1JB3B%5iu z*;eZ3=1O~IY0~MFGt}|wNTw;eNjfrEB@|23ajP;jRDK+yBbj(vTO0-weHpf6V zH6xPXixEv7_H`vk^JRSJ;Wi7QwsIo{8D8Cu3}L#;!wpHTg=d{n6}C=-)zvnwOK$866(!DBm8nmbyPhtqn{lw`d#Y8!B((jmE;%(T)UdI zSa0kI>W>DE$7u19W@GW;`eMBf!QikOCam)uxy1%G>di*u;X1Cl12T6(%SxT6(iz*N z=cLw1xdRGCDWxaD2F=~6Z-$BPnx`;F$Ayel&{8sM(&`8v$$PZWb8gVA)kdRH=vZUY zRmZ}P$!eudQ%I}nwR~9HHn+08vTxn`Mp&O)GTJE(R@ekha_X3?4N{rtog96eE4S;# z*8bq}bva(Et8B1OcT9vz(4@!PiCd%Dq56RHMn)#lpwRtFj<|ZA-GkaHD{&}&p39%4?&K8C2WT6zcF6^p*QCMZ1gnTA zCv+U1C+s9@i*=>+P^QrabE-q?naQclA5vI^F_N)Ad8};G-hw8_EiZ=?3FVu~aMj^M zN^@sao>J$_O8Xy#6{#*t+l4CLP`D7S(&j08+r^P2mtrrXA-yGBS+SKfE*0lQF=T7| z7_1zPT7_+vONx~?nGZpgEEMs%MYdp7T19x9P7mz)t6zqV!!z#_Vm|0=IT%Q*CDujs zH0F~VLI4^Jy2FhL7H%52HEPqa{$FC1tLB42k|K%ziPkbwI2OxJ;!Nm2AIpW&wDZ|1#nI(ijQ(0 z>&b~2%CYGpi$Z|e38v-!gfqK~oq+=aYE$JfB(;;gH=(yol@}c+ZW#x3=2}|*`+_!F zMPN7pn^4*g{~%^FoN}Jzr~*``vzW2n=aA#2bP>`KutR!jkeen7PO`Nv?iH57HrQ_E zzQ=#rxTvHx>OE_u$`#|1+>zJy-myty8in>#?$J7%}zT!Hf;$ aCC-jUzvO|0-Ap%^Cq&j8k{Yh2q4*moop1vH literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sv/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sv/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..5054c93 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sv/LC_MESSAGES/djangojs.po @@ -0,0 +1,222 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Andreas Pelme , 2012 +# Jannis Leidel , 2011 +# Jonathan Lindén, 2014 +# Mattias Jansson , 2011 +# Samuel Linde , 2011 +# Thomas Lundqvist , 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 10:11+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Swedish (http://www.transifex.com/django/django/language/" +"sv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Tillgängliga %s" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"Detta är listan med tillgängliga %s. Du kan välja ut vissa genom att markera " +"dem i rutan nedan och sedan klicka på \"Välj\"-knapparna mellan de två " +"rutorna." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Skriv i denna ruta för att filtrera listan av tillgängliga %s." + +msgid "Filter" +msgstr "Filter" + +msgid "Choose all" +msgstr "Välj alla" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Klicka för att välja alla %s på en gång." + +msgid "Choose" +msgstr "Välj" + +msgid "Remove" +msgstr "Ta bort" + +#, javascript-format +msgid "Chosen %s" +msgstr "Välj %s" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"Detta är listan med utvalda %s. Du kan ta bort vissa genom att markera dem i " +"rutan nedan och sedan klicka på \"Ta bort\"-pilen mellan de två rutorna." + +msgid "Remove all" +msgstr "Ta bort alla" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Klicka för att ta bort alla valda %s på en gång." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s av %(cnt)s markerade" +msgstr[1] "%(sel)s av %(cnt)s markerade" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Du har ändringar som inte sparats i enskilda redigerbara fält. Om du kör en " +"operation kommer de ändringar som inte sparats att gå förlorade." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Du har markerat en operation, men du har inte sparat sparat dina ändringar " +"till enskilda fält ännu. Var vänlig klicka OK för att spara. Du kommer att " +"behöva köra operationen på nytt." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Du har markerat en operation och du har inte gjort några ändringar i " +"enskilda fält. Du letar antagligen efter Utför-knappen snarare än Spara." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Notera: Du är %s timme före serverns tid." +msgstr[1] "Notera: Du är %s timmar före serverns tid." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Notera: Du är %s timme efter serverns tid." +msgstr[1] "Notera: Du är %s timmar efter serverns tid." + +msgid "Now" +msgstr "Nu" + +msgid "Choose a Time" +msgstr "Välj en tidpunkt" + +msgid "Choose a time" +msgstr "Välj en tidpunkt" + +msgid "Midnight" +msgstr "Midnatt" + +msgid "6 a.m." +msgstr "06:00" + +msgid "Noon" +msgstr "Middag" + +msgid "6 p.m." +msgstr "6 p.m." + +msgid "Cancel" +msgstr "Avbryt" + +msgid "Today" +msgstr "I dag" + +msgid "Choose a Date" +msgstr "Välj ett datum" + +msgid "Yesterday" +msgstr "I går" + +msgid "Tomorrow" +msgstr "I morgon" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "Visa" + +msgid "Hide" +msgstr "Göm" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sw/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sw/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..4b714d5b367c1f8363559d123c7216ee83649b26 GIT binary patch literal 13175 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 literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sw/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sw/LC_MESSAGES/django.po new file mode 100644 index 0000000..2b1810b --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sw/LC_MESSAGES/django.po @@ -0,0 +1,673 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Machaku , 2013-2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 09:09+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Swahili (http://www.transifex.com/django/django/language/" +"sw/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sw\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Umefanikiwa kufuta %(items)s %(count)d." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Huwezi kufuta %(name)s" + +msgid "Are you sure?" +msgstr "Una uhakika?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Futa %(verbose_name_plural)s teule" + +msgid "Administration" +msgstr "Utawala" + +msgid "All" +msgstr "yote" + +msgid "Yes" +msgstr "Ndiyo" + +msgid "No" +msgstr "Hapana" + +msgid "Unknown" +msgstr "Haijulikani" + +msgid "Any date" +msgstr "Tarehe yoyote" + +msgid "Today" +msgstr "Leo" + +msgid "Past 7 days" +msgstr "Siku 7 zilizopita" + +msgid "This month" +msgstr "mwezi huu" + +msgid "This year" +msgstr "Mwaka huu" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Tafadhali ingiza %(username)s na nywila sahihi kwa akaunti ya msimamizi. " +"Kumbuka kuzingatia herufi kubwa na ndogo." + +msgid "Action:" +msgstr "Tendo" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Ongeza %(verbose_name)s" + +msgid "Remove" +msgstr "Ondoa" + +msgid "action time" +msgstr "muda wa tendo" + +msgid "user" +msgstr "" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "Kitambulisho cha kitu" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "`repr` ya kitu" + +msgid "action flag" +msgstr "bendera ya tendo" + +msgid "change message" +msgstr "badilisha ujumbe" + +msgid "log entry" +msgstr "ingizo kwenye kumbukumbu" + +msgid "log entries" +msgstr "maingizo kwenye kumbukumbu" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "Kuongezwa kwa \"%(object)s\"." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "Kubadilishwa kwa \"%(object)s\" - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "Kufutwa kwa \"%(object)s\"." + +msgid "LogEntry Object" +msgstr "Kitu cha Ingizo la Kumbukumbu" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "" + +msgid "and" +msgstr "na" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "Hakuna uga uliobadilishwa." + +msgid "None" +msgstr "Hakuna" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Nilazima kuchagua vitu ili kufanyia kitu fulani. Hakuna kitu " +"kilichochaguliwa." + +msgid "No action selected." +msgstr "Hakuna tendo lililochaguliwa" + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "Ufutaji wa \"%(obj)s\" %(name)s umefanikiwa." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "Hakuna %(name)s yenye `primary key` %(key)r." + +#, python-format +msgid "Add %s" +msgstr "Ongeza %s" + +#, python-format +msgid "Change %s" +msgstr "Badilisha %s" + +msgid "Database error" +msgstr "Hitilafu katika hifadhidata" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "mabadiliko ya %(name)s %(count)s yamefanikiwa." +msgstr[1] "mabadiliko ya %(name)s %(count)s yamefanikiwa." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s kuchaguliwa" +msgstr[1] "%(total_count)s (kila kitu) kuchaguliwa" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "Vilivyo chaguliwa ni 0 kati ya %(cnt)s" + +#, python-format +msgid "Change history: %s" +msgstr "Badilisha historia: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(instance)s %(class_name)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Kufutwa kwa ingizo la %(instance)s %(class_name)s kutahitaji kufutwa kwa " +"vitu vifuatavyo vyenye mahusiano vilivyokingwa: %(related_objects)s" + +msgid "Django site admin" +msgstr "Utawala wa tovuti ya django" + +msgid "Django administration" +msgstr "Utawala wa Django" + +msgid "Site administration" +msgstr "Utawala wa tovuti" + +msgid "Log in" +msgstr "Ingia" + +#, python-format +msgid "%(app)s administration" +msgstr "Utawala wa %(app)s" + +msgid "Page not found" +msgstr "Ukurasa haujapatikana" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Samahani, ukurasa uliohitajika haukupatikana." + +msgid "Home" +msgstr "Sebule" + +msgid "Server error" +msgstr "Hitilafu ya seva" + +msgid "Server error (500)" +msgstr "Hitilafu ya seva (500)" + +msgid "Server Error (500)" +msgstr "Hitilafu ya seva (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Kumekuwa na hitilafu. Imeripotiwa kwa watawala kupitia barua pepe na " +"inatakiwa kurekebishwa mapema." + +msgid "Run the selected action" +msgstr "Fanya tendo lililochaguliwa." + +msgid "Go" +msgstr "Nenda" + +msgid "Click here to select the objects across all pages" +msgstr "Bofya hapa kuchagua viumbile katika kurasa zote" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Chagua kila %(module_name)s, (%(total_count)s). " + +msgid "Clear selection" +msgstr "Safisha chaguo" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Kwanza, ingiza jina lamtumiaji na nywila. Kisha, utaweza kuhariri zaidi " +"machaguo ya mtumiaji." + +msgid "Enter a username and password." +msgstr "Ingiza jina la mtumiaji na nywila." + +msgid "Change password" +msgstr "Badilisha nywila" + +msgid "Please correct the error below." +msgstr "Tafadhali sahihisha makosa yafuatayo " + +msgid "Please correct the errors below." +msgstr "Tafadhali sahihisha makosa yafuatayo." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "ingiza nywila ya mtumiaji %(username)s." + +msgid "Welcome," +msgstr "Karibu" + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "Nyaraka" + +msgid "Log out" +msgstr "Toka" + +#, python-format +msgid "Add %(name)s" +msgstr "Ongeza %(name)s" + +msgid "History" +msgstr "Historia" + +msgid "View on site" +msgstr "Ona kwenye tovuti" + +msgid "Filter" +msgstr "Chuja" + +msgid "Remove from sorting" +msgstr "Ondoa katika upangaji" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Kipaumbele katika mpangilio: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Geuza mpangilio" + +msgid "Delete" +msgstr "Futa" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Kufutwa kwa '%(escaped_object)s' %(object_name)s kutasababisha kufutwa kwa " +"vitu vinavyohuisana, lakini akaunti yako haina ruhusa ya kufuta vitu vya " +"aina zifuatazo:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Kufuta '%(escaped_object)s' %(object_name)s kutahitaji kufuta vitu " +"vifuatavyo ambavyo vinavyohuisana na vimelindwa:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Una uhakika kuwa unataka kufuta \"%(escaped_object)s\" %(object_name)s ? " +"Vitu vyote vinavyohuisana kati ya vifuatavyo vitafutwa:" + +msgid "Objects" +msgstr "" + +msgid "Yes, I'm sure" +msgstr "Ndiyo, Nina uhakika" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "Futa viumbile mbalimbali" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Kufutwa kwa %(objects_name)s chaguliwa kutasababisha kufutwa kwa " +"vituvinavyohusiana, lakini akaunti yako haina ruhusa ya kufuta vitu vya " +"vifuatavyo:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Kufutwa kwa %(objects_name)s kutahitaji kufutwa kwa vitu vifuatavyo vyenye " +"uhusiano na vilivyolindwa:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Una uhakika kuwa unataka kufuta %(objects_name)s chaguliwa ? Vitu vyote kati " +"ya vifuatavyo vinavyohusiana vitafutwa:" + +msgid "Change" +msgstr "Badilisha" + +msgid "Delete?" +msgstr "Futa?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " Kwa %(filter_title)s" + +msgid "Summary" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Models katika application %(name)s" + +msgid "Add" +msgstr "Ongeza" + +msgid "You don't have permission to edit anything." +msgstr "Huna ruhusa ya kuhariri chochote" + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "Hakuna kilichopatikana" + +msgid "Unknown content" +msgstr "Maudhui hayajulikani" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Kuna tatizo limetokea katika usanikishaji wako wa hifadhidata. Hakikisha " +"kuwa majedwali sahihi ya hifadhidata yameundwa, na hakikisha hifadhidata " +"inaweza kusomwana mtumiaji sahihi." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "Umesahau jina na nenosiri lako?" + +msgid "Date/time" +msgstr "Tarehe/saa" + +msgid "User" +msgstr "Mtumiaji" + +msgid "Action" +msgstr "Tendo" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Kiumbile hiki hakina historia ya kubadilika. Inawezekana hakikuwekwa kupitia " +"hii tovuti ya utawala." + +msgid "Show all" +msgstr "Onesha yotee" + +msgid "Save" +msgstr "Hifadhi" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Search" +msgstr "Tafuta" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "tokeo %(counter)s" +msgstr[1] "matokeo %(counter)s" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "jumla %(full_result_count)s" + +msgid "Save as new" +msgstr "Hifadhi kama mpya" + +msgid "Save and add another" +msgstr "Hifadhi na ongeza" + +msgid "Save and continue editing" +msgstr "Hifadhi na endelea kuhariri" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Ahsante kwa kutumia muda wako katika Tovuti yetu leo. " + +msgid "Log in again" +msgstr "ingia tena" + +msgid "Password change" +msgstr "Badilisha nywila" + +msgid "Your password was changed." +msgstr "Nywila yako imebadilishwa" + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Tafadhali ingiza nywila yako ya zamani, kwa ajili ya usalama, kisha ingiza " +"nywila mpya mara mbili ili tuweze kuthibitisha kuwa umelichapisha kwa " +"usahihi." + +msgid "Change my password" +msgstr "Badilisha nywila yangu" + +msgid "Password reset" +msgstr "Kuseti nywila upya" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Nywila yako imesetiwa. Unaweza kuendelea na kuingia sasa." + +msgid "Password reset confirmation" +msgstr "Uthibitisho wa kuseti nywila upya" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Tafadhali ingiza nywila mpya mara mbili ili tuweze kuthibitisha kuwa " +"umelichapisha kwa usahihi." + +msgid "New password:" +msgstr "Nywila mpya:" + +msgid "Confirm password:" +msgstr "Thibitisha nywila" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Kiungo cha kuseti nywila upya ni batili, inawezekana ni kwa sababu kiungo " +"hicho tayari kimetumika. tafadhali omba upya kuseti nywila." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Ikiwa hujapata barua pepe, tafadhali hakikisha umeingiza anuani ya barua " +"pepe uliyoitumia kujisajili na angalia katika folda la spam" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Umepata barua pepe hii kwa sababu ulihitaji ku seti upya nywila ya akaunti " +"yako ya %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Tafadhali nenda ukurasa ufuatao na uchague nywila mpya:" + +msgid "Your username, in case you've forgotten:" +msgstr "Jina lako la mtumiaji, ikiwa umesahau:" + +msgid "Thanks for using our site!" +msgstr "Ahsante kwa kutumia tovui yetu!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "timu ya %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"Umesahau nywila yako? Ingiza anuani yako ya barua pepe hapo chini, nasi " +"tutakutumia maelekezo ya kuseti nenosiri jipya. " + +msgid "Email address:" +msgstr "Anuani ya barua pepe:" + +msgid "Reset my password" +msgstr "Seti nywila yangu upya" + +msgid "All dates" +msgstr "Tarehe zote" + +#, python-format +msgid "Select %s" +msgstr "Chagua %s" + +#, python-format +msgid "Select %s to change" +msgstr "Chaguo %s kwa mabadilisho" + +msgid "Date:" +msgstr "Tarehe" + +msgid "Time:" +msgstr "Saa" + +msgid "Lookup" +msgstr "`Lookup`" + +msgid "Currently:" +msgstr "Kwa sasa:" + +msgid "Change:" +msgstr "Badilisha:" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sw/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sw/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..09e0e25c5b81cef05ea10c1a300eaf841b9cd852 GIT binary patch literal 3647 zcmb_eOOM<{5N;s6HoV_&ibx>|iM>0E2+@R~z><(930bnUhzKE6GwvDpj@>=j?Qxs~ zNJwx;JPwEh5kCNNMI8ANAOS+0xNt!nkl?^qw)X+7LV#Fnf76eu{_3mh?)~nTZSN~Q z58%BI?{$|cwFme+P@a!3SL$)#dEiyRuYuPAzi-<=wfGD0di4JWoB>{Y1zzB7zz2a3 z03QZE2^2pXxDA*9uK~W+w$A}yLi-J15BL=je=5LavFiZE{{f)bFW~bY@EGtN;J3gl zfes(>TL2FNUk3`G&w(ETzXXcit8h92{sQ~}G3%@06Ybw&d?WBMj3nMApsfE&ixE)b z9k=6Ei*Ez(NB_IPM}VIJv6T9z#UFs;_eY@c`xRIKFGEm*B~aq}2`F|y1GfWz12H8JW%4@1=4Q#CFi%{l~|+(0c~|RUWr8>iRE^@H%X&??gXM7)E#YG_}$$82A!Jsy}(=W-i5c0 z54iRqWTkfQ&ULaUCpV;>y9d_eCpz@N>*#`G`-#IeR8LLWB-~Fl?ab8z+ksBhLhM|w zTOcNH(v4P9kLTLf28kJr$vYa^uv(5?sd}-=34cD;l$aa>4T(2tAJ##pT&+o&yHr!ZYLjW~NK8{Qwsz5X zXF)b`B{BG7#L_^tZs*aCCWkv9TZTz}?Msb0vbrxF!CdFzmZa9xv%#oM-v4CO2=h;j zT*Q^?xzq`7)vG2NA)~;&=qFL*_pmM(id@-5w56WvjLuP1;!esZW|ZIB#(-$V18jjP>xXf zS%_SC595r{mQE}xBg?|184E8=4U=dywH%g_^knPgpvK?GQKfxIONr)OH&sEWj*D($ z-!R8EwHm(Andu-a8fJ|on@AP5S#oPBbYy&ea;#~xIIQW4yG;VueE;gHG@#JOR&cow z)l%kGabg9FQShS9a^$5;(JJJ3GpF^$Wj;8Wk4zLiU5xUe=ejhrbgCCDWSS+1!80s} z#Qa=me=zr0(0QEZAMJML_s-4F&0%72T2GDm{L8%g4t3_bozC7lJToUa_dzdXn4EZ0teFewJ&0 zXr*^FIIuBK)*9+8IARAb!b#Aj1AXJyX?7_uXO@y8<0LrhvNZ3Koz%_z(ELGaejeIw z>7hf^*>iA46{*Hb2oX0+bIFV$I91ZFZ<>pkvCK@Jd7OhoUNxCfXE-qxws%*qk7r|+ zzJ+>`7N}%dWvw->a04_AM+sKW)zfYW3gcppTTbJWX~L;n<**%t9bUyQj+D`VL~wYwBYucl&*RqTjS z7cr9+Q-sK(Pp+r@XUmlTyKQS}t0Lw9xa!5(E`y{xC89N7YScevH6q0IY{(jNnTrsw zR6$MT{b?(`SxiLsR36TKI7>6|tqFB*$Zb$#H=dkUr*#{2O7g0y?q4 zxail3PSJqcNDVGEvE5M{3jyrw)_Q7iqL}dCaBPa>Qd6weyAZ<@+NtBv(@9ZJnn?eq zg&7-aN_ZeO`e)5CP`QZ<6^%jyU9d$NSBy`a zfnvm%hU({#XtBXyemOT#(FG=#n5LXG3@;ugH@y*za$iT72`6Xr1V-UtMf$Ls2 z`Z6Q+*lQl=0*ayy2i4{gn#Y!_yN9^4F>Qhmriv0Iq*zF=8)1j8Yp^N&bH?&Hhcgw2 qk;t$(mXiXJH%=RGvek{%`!@UFw9ge(=8D&KhGhleCOEcm8vOxC=sVj0 literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sw/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sw/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..a41c1ad --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/sw/LC_MESSAGES/djangojs.po @@ -0,0 +1,217 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Machaku , 2013-2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 10:11+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Swahili (http://www.transifex.com/django/django/language/" +"sw/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sw\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Yaliyomo: %s" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"Hii ni orodha ya %s uliyochagua. Unaweza kuchagua baadhi vitu kwa kuvichagua " +"katika kisanduku hapo chini kisha kubofya mshale wa \"Chagua\" kati ya " +"visanduku viwili." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Chapisha katika kisanduku hiki ili kuchuja orodha ya %s iliyopo." + +msgid "Filter" +msgstr "Chuja" + +msgid "Choose all" +msgstr "Chagua vyote" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Bofya kuchagua %s kwa pamoja." + +msgid "Choose" +msgstr "Chagua" + +msgid "Remove" +msgstr "Ondoa" + +#, javascript-format +msgid "Chosen %s" +msgstr "Chaguo la %s" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"Hii ni orodha ya %s uliyochagua. Unaweza kuondoa baadhi vitu kwa kuvichagua " +"katika kisanduku hapo chini kisha kubofya mshale wa \"Ondoa\" kati ya " +"visanduku viwili." + +msgid "Remove all" +msgstr "Ondoa vyote" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Bofya ili kuondoa %s chaguliwa kwa pamoja." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "umechagua %(sel)s kati ya %(cnt)s" +msgstr[1] "umechagua %(sel)s kati ya %(cnt)s" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Umeacha kuhifadhi mabadiliko katika uga zinazoharirika. Ikiwa utafanya tendo " +"lingine, mabadiliko ambayo hayajahifadhiwa yatapotea." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Umechagua tendo, lakini bado hujahifadhi mabadiliko yako katika uga husika. " +"Tafadali bofya Sawa ukitaka kuhifadhi. Utahitajika kufanya upya kitendo " + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Umechagua tendo, lakini bado hujahifadhi mabadiliko yako katika uga husika. " +"Inawezekana unatafuta kitufe cha Nenda badala ya Hifadhi" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Kumbuka: Uko saa %s mbele ukilinganisha na majira ya seva" +msgstr[1] "Kumbuka: Uko masaa %s mbele ukilinganisha na majira ya seva" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Kumbuka: Uko saa %s nyuma ukilinganisha na majira ya seva" +msgstr[1] "Kumbuka: Uko masaa %s nyuma ukilinganisha na majira ya seva" + +msgid "Now" +msgstr "Sasa" + +msgid "Choose a Time" +msgstr "" + +msgid "Choose a time" +msgstr "Chagua wakati" + +msgid "Midnight" +msgstr "Usiku wa manane" + +msgid "6 a.m." +msgstr "Saa 12 alfajiri" + +msgid "Noon" +msgstr "Adhuhuri" + +msgid "6 p.m." +msgstr "" + +msgid "Cancel" +msgstr "Ghairi" + +msgid "Today" +msgstr "Leo" + +msgid "Choose a Date" +msgstr "" + +msgid "Yesterday" +msgstr "Jana" + +msgid "Tomorrow" +msgstr "Kesho" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "Onesha" + +msgid "Hide" +msgstr "Ficha" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ta/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ta/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..9e73f54fa5fcc5642367ddc034267db1f116ee10 GIT binary patch literal 10179 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 Dl;5Ue literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ta/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ta/LC_MESSAGES/django.po new file mode 100644 index 0000000..e843c4e --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ta/LC_MESSAGES/django.po @@ -0,0 +1,642 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 09:09+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Tamil (http://www.transifex.com/django/django/language/ta/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ta\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "" + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "" + +msgid "Are you sure?" +msgstr "உறுதியாக சொல்கிறீர்களா?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "" + +msgid "Administration" +msgstr "" + +msgid "All" +msgstr "அனைத்தும்" + +msgid "Yes" +msgstr "ஆம்" + +msgid "No" +msgstr "இல்லை" + +msgid "Unknown" +msgstr "தெரியாத" + +msgid "Any date" +msgstr "எந்த தேதியும்" + +msgid "Today" +msgstr "இன்று" + +msgid "Past 7 days" +msgstr "கடந்த 7 நாட்களில்" + +msgid "This month" +msgstr "இந்த மாதம்" + +msgid "This year" +msgstr "இந்த வருடம்" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" + +msgid "Action:" +msgstr "" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "" + +msgid "Remove" +msgstr "அழிக்க" + +msgid "action time" +msgstr "செயல் நேரம்" + +msgid "user" +msgstr "" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "பொருள் அடையாளம்" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "பொருள் உருவகித்தம்" + +msgid "action flag" +msgstr "செயர்குறி" + +msgid "change message" +msgstr "செய்தியை மாற்று" + +msgid "log entry" +msgstr "புகுபதிவு உள்ளீடு" + +msgid "log entries" +msgstr "புகுபதிவு உள்ளீடுகள்" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "" + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "" + +msgid "LogEntry Object" +msgstr "" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "" + +msgid "and" +msgstr "மற்றும்" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "எந்த புலமும் மாறவில்லை." + +msgid "None" +msgstr "" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" + +msgid "No action selected." +msgstr "" + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "%(name)s \"%(obj)s\" வெற்றிகரமாக அழிக்கப்பட்டுள்ளது." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "" + +#, python-format +msgid "Add %s" +msgstr "%s யை சேர்க்க" + +#, python-format +msgid "Change %s" +msgstr "%s யை மாற்று" + +msgid "Database error" +msgstr "தகவல்சேமிப்பு பிழை" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "" + +#, python-format +msgid "Change history: %s" +msgstr "வரலாற்றை மாற்று: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +msgid "Django site admin" +msgstr "டிஜாங்ஙோ தள நிர்வாகி" + +msgid "Django administration" +msgstr "டிஜாங்ஙோ நிர்வாகம் " + +msgid "Site administration" +msgstr "இணைய மேலான்மை" + +msgid "Log in" +msgstr "உள்ளே போ" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "பக்கத்தைக் காணவில்லை" + +msgid "We're sorry, but the requested page could not be found." +msgstr "நீங்கள் விரும்பிய பக்கத்தை காண இயலவில்லை,அதற்காக நாங்கள் வருந்துகிறோம்." + +msgid "Home" +msgstr "வீடு" + +msgid "Server error" +msgstr "சேவகன் பிழை" + +msgid "Server error (500)" +msgstr "சேவையகம் தவறு(500)" + +msgid "Server Error (500)" +msgstr "சேவையகம் பிழை(500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +msgid "Run the selected action" +msgstr "" + +msgid "Go" +msgstr "செல்" + +msgid "Click here to select the objects across all pages" +msgstr "" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "" + +msgid "Clear selection" +msgstr "" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"முதலில்,பயனர்ப்பெயர் மற்றும் கடவுச்சொல்லை உள்ளிடவும்.அதன் பிறகு தான் நீங்கள் உங்கள் பெயரின் " +"விவரங்களை திருத்த முடியும்" + +msgid "Enter a username and password." +msgstr "" + +msgid "Change password" +msgstr "கடவுச்சொல்லை மாற்று" + +msgid "Please correct the error below." +msgstr "கீழே உள்ள தவறுகளைத் திருத்துக" + +msgid "Please correct the errors below." +msgstr "" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" + +msgid "Welcome," +msgstr "நல்வரவு," + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "ஆவனமாக்கம்" + +msgid "Log out" +msgstr "வெளியேறு" + +#, python-format +msgid "Add %(name)s" +msgstr "%(name)s சேர்க்க" + +msgid "History" +msgstr "வரலாறு" + +msgid "View on site" +msgstr "தளத்தில் பார்" + +msgid "Filter" +msgstr "வடிகட்டி" + +msgid "Remove from sorting" +msgstr "" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "" + +msgid "Toggle sorting" +msgstr "" + +msgid "Delete" +msgstr "நீக்குக" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"நீக்கும் '%(escaped_object)s' ஆனது %(object_name)s தொடர்புடைய மற்றவற்றையும் நீக்கும். " +"ஆனால் அதை நீக்குவதற்குரிய உரிமை உங்களுக்கு இல்லை" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"நீங்கள் இந்த \"%(escaped_object)s\" %(object_name)s நீக்குவதில் நிச்சயமா?தொடர்புடைய " +"மற்றவையும் நீக்கப்படும். " + +msgid "Objects" +msgstr "" + +msgid "Yes, I'm sure" +msgstr "ஆம், எனக்கு உறுதி" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" + +msgid "Change" +msgstr "மாற்றுக" + +msgid "Delete?" +msgstr "" + +#, python-format +msgid " By %(filter_title)s " +msgstr "%(filter_title)s ஆல்" + +msgid "Summary" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "" + +msgid "Add" +msgstr "சேர்க்க" + +msgid "You don't have permission to edit anything." +msgstr "உங்களுக்கு மாற்றுவதற்குரிய உரிமையில்லை" + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "எதுவும் கிடைக்கவில்லை" + +msgid "Unknown content" +msgstr "" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"உங்களுடைய தகவல்சேமிப்பகத்தை நிறுவுவதில் சில தவறுகள் உள்ளது. அதற்கு இணையான " +"தகவல்சேமிப்பு அட்டவணையைதயாரிக்கவும். மேலும் பயனர் படிக்கும் படியான தகவல்சேமிப்பகத்தை " +"உருவாக்கவும்." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "" + +msgid "Date/time" +msgstr "தேதி/நேரம் " + +msgid "User" +msgstr "பயனர்" + +msgid "Action" +msgstr "செயல்" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"இந்த பொருள் மாற்று வரலாற்றில் இல்லைஒரு வேளை நிர்வாகத்தளத்தின் மூலம் சேர்க்கப்படாமலிருக்கலாம்" + +msgid "Show all" +msgstr "எல்லாவற்றையும் காட்டு" + +msgid "Save" +msgstr "சேமிக்க" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Search" +msgstr "" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s மொத்தம்" + +msgid "Save as new" +msgstr "புதியதாக சேமி" + +msgid "Save and add another" +msgstr "சேமித்து இன்னுமொன்றைச் சேர்" + +msgid "Save and continue editing" +msgstr "சேமித்து மாற்றத்தை தொடருக" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "வலைத்தளத்தில் உங்களது பொன்னான நேரத்தை செலவழித்தமைக்கு மிகுந்த நன்றி" + +msgid "Log in again" +msgstr "மீண்டும் உள்ளே பதிவு செய்யவும்" + +msgid "Password change" +msgstr "கடவுச்சொல் மாற்று" + +msgid "Your password was changed." +msgstr "உங்களுடைய கடவுச்சொல் மாற்றபட்டது" + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"பாதுகாப்பு காரணங்களுக்காக , முதலில் உங்களது பழைய கடவுச்சொல்லை உள்ளிடுக. அதன் பிறகு " +"புதிய கடவுச்சொல்லை இரு முறை உள்ளிடுக. இது உங்களது உள்ளிடுதலை சரிபார்க்க உதவும். " + +msgid "Change my password" +msgstr "கடவுச் சொல்லை மாற்றவும்" + +msgid "Password reset" +msgstr "கடவுச்சொல்லை மாற்றியமை" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "" + +msgid "Password reset confirmation" +msgstr "" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" + +msgid "New password:" +msgstr "புதிய கடவுச்சொல்:" + +msgid "Confirm password:" +msgstr "கடவுச்சொலின் மாற்றத்தை உறுதிப்படுத்து:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" + +msgid "Please go to the following page and choose a new password:" +msgstr "" + +msgid "Your username, in case you've forgotten:" +msgstr "உங்களது பயனாளர் பெயர், நீங்கள் மறந்திருந்தால்:" + +msgid "Thanks for using our site!" +msgstr "எங்களது வலைத்தளத்தை பயன் படுத்தியதற்கு மிகுந்த நன்றி" + +#, python-format +msgid "The %(site_name)s team" +msgstr "இந்த %(site_name)s -இன் குழு" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" + +msgid "Email address:" +msgstr "" + +msgid "Reset my password" +msgstr "எனது கடவுச்சொல்லை மாற்றியமை" + +msgid "All dates" +msgstr "அனைத்து தேதியும்" + +#, python-format +msgid "Select %s" +msgstr "%s யை தேர்ந்தெடு" + +#, python-format +msgid "Select %s to change" +msgstr "%s யை மாற்ற தேர்ந்தெடு" + +msgid "Date:" +msgstr "தேதி:" + +msgid "Time:" +msgstr "நேரம்:" + +msgid "Lookup" +msgstr "" + +msgid "Currently:" +msgstr "" + +msgid "Change:" +msgstr "" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ta/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ta/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..ac3b70eaa56583ebc8ea57d16a4075418ba8a583 GIT binary patch literal 1379 zcmb7>yK59d9LHCUuQNV~g%5m;f?x=Hw|im?8&5Q60*WyqoTBCAZgMwacjnlgBwAPm ze56rCOerZM7*p)|La1Anve3% zg=xw|Ivz4|B5}%8R9Wbh8&W2WP@;Im)~wJzBup6P5DyiLonc-RyxvgGRVf9I8E1?| za+*06S);dcMlz0Zdy^%Qo2$`SPO_?UFV)=ZEKax-0jW(=QJ1+f)|9bwhm$(5xdT)6 z#I4AHEhHS}PJUXl^u|ifQN$$v8>^ zBAV7rO2vMXeU?rNa;!xB?*5#k(|MhK*6ADFnj^hLr>RaCb^3)6=R^YYflgoP)~u1W z9$N7ioxaxTb9fPWzt=5D7VYDLjg;csygbP~5o5_}UKuA71LquWfh;(#pvWGw^S(|O z{!NNvbo$5^3Beni=DjJyc;TGWY0K(u?sbLEx?D#sI$gGDmu-#6zku3M44TJeFicc# zZeikK$=b7M*Y;}0HEWu|lrcd#w9I!lFeuugTbKZT$~)T>inBiV%te;OWSB=7xV&r+ U!D^5Xes3`no7_xzZAuXQ0oF(m$N&HU literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ta/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ta/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..9198fe1 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ta/LC_MESSAGES/djangojs.po @@ -0,0 +1,204 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 10:10+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Tamil (http://www.transifex.com/django/django/language/ta/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ta\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "%s இருக்கிறதா " + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +msgid "Filter" +msgstr "வடிகட்டி" + +msgid "Choose all" +msgstr "எல்லாவற்றையும் தேர்ந்த்தெடுக்க" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "" + +msgid "Choose" +msgstr "" + +msgid "Remove" +msgstr "அழிக்க" + +#, javascript-format +msgid "Chosen %s" +msgstr "%s தேர்ந்த்தெடுக்கப்பட்ட" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" + +msgid "Remove all" +msgstr "" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "" +msgstr[1] "" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +msgstr[1] "" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +msgstr[1] "" + +msgid "Now" +msgstr "இப்பொழுது " + +msgid "Choose a Time" +msgstr "" + +msgid "Choose a time" +msgstr "ஒரு நேரத்தை தேர்ந்த்தெடுக்க " + +msgid "Midnight" +msgstr "நடு இரவு " + +msgid "6 a.m." +msgstr "காலை 6 மணி " + +msgid "Noon" +msgstr "மதியம் " + +msgid "6 p.m." +msgstr "" + +msgid "Cancel" +msgstr "வேண்டாம் " + +msgid "Today" +msgstr "இன்று " + +msgid "Choose a Date" +msgstr "" + +msgid "Yesterday" +msgstr "நேற்று " + +msgid "Tomorrow" +msgstr "நாளை" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "" + +msgid "Hide" +msgstr "" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/te/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/te/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..6eaee96eb44edcce1481b29a451371a7866e439d GIT binary patch literal 10807 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 literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/te/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/te/LC_MESSAGES/django.po new file mode 100644 index 0000000..9292b9b --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/te/LC_MESSAGES/django.po @@ -0,0 +1,639 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# bhaskar teja yerneni , 2011 +# Jannis Leidel , 2011 +# ప్రవీణ్ ఇళ్ళ , 2011,2013 +# వీవెన్ , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 09:09+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Telugu (http://www.transifex.com/django/django/language/te/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: te\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d %(items)s జయప్రదముగా తీసేవేయబడినది." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "%(name)s తొలగించుట వీలుకాదు" + +msgid "Are you sure?" +msgstr "మీరు ఖచ్చితంగా ఇలా చేయాలనుకుంటున్నారా?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "ఎంచుకోన్న %(verbose_name_plural)s తీసివేయుము " + +msgid "Administration" +msgstr "" + +msgid "All" +msgstr "అన్నీ" + +msgid "Yes" +msgstr "అవును" + +msgid "No" +msgstr "కాదు" + +msgid "Unknown" +msgstr "తెలియనది" + +msgid "Any date" +msgstr "ఏ రోజైన" + +msgid "Today" +msgstr "ఈ రోజు" + +msgid "Past 7 days" +msgstr "గత 7 రోజుల గా" + +msgid "This month" +msgstr "ఈ నెల" + +msgid "This year" +msgstr "ఈ సంవత్సరం" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" + +msgid "Action:" +msgstr "చర్య:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "" + +msgid "Remove" +msgstr "తొలగించు" + +msgid "action time" +msgstr "పని సమయము " + +msgid "user" +msgstr "" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "వస్తువు" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "వస్తువు" + +msgid "action flag" +msgstr "పని ఫ్లాగ్" + +msgid "change message" +msgstr "సందేశము ని మార్చంది" + +msgid "log entry" +msgstr "లాగ్ ఎంట్రీ" + +msgid "log entries" +msgstr "లాగ్ ఎంట్రీలు" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "" + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "" + +msgid "LogEntry Object" +msgstr "" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "" + +msgid "and" +msgstr "మరియు" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "క్షేత్రములు ఏమి మార్చబడలేదు" + +msgid "None" +msgstr "వొకటీ లేదు" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"అంశములపయి తదుపరి చర్య తీసుకోనటకు వాటిని ఎంపిక చేసుకోవలెను. ప్రస్తుతం ఎటువంటి అంశములు " +"మార్చబడలేదు." + +msgid "No action selected." +msgstr "మీరు ఎటువంటి చర్య తీసుకొనలేదు " + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "%(name)s \"%(obj)s\" జయప్రదంగా తీసివేయబడ్డడి" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "%(key)r ప్రధాన కీ గా వున్న %(name)s అంశం ఏమి లేదు." + +#, python-format +msgid "Add %s" +msgstr "%sని జత చేయండి " + +#, python-format +msgid "Change %s" +msgstr "%sని మార్చుము" + +msgid "Database error" +msgstr "దత్తాంశస్థానము పొరబాటు " + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s జయప్రదముగా మార్చబడినవి." +msgstr[1] "%(count)s %(name)s జయప్రదముగా మార్చబడినవి." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s ఎంపికయినది." +msgstr[1] "అన్ని %(total_count)s ఎంపికయినవి." + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 of %(cnt)s ఎంపికయినవి." + +#, python-format +msgid "Change history: %s" +msgstr "చరిత్రం మార్చు: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +msgid "Django site admin" +msgstr "జాంగొ యొక్క నిర్వాహణదారులు" + +msgid "Django administration" +msgstr "జాంగొ నిర్వాహణ" + +msgid "Site administration" +msgstr "సైట్ నిర్వాహణ" + +msgid "Log in" +msgstr "ప్రవేశించండి" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "పుట దొరకలేదు" + +msgid "We're sorry, but the requested page could not be found." +msgstr "క్షమించండి మీరు కోరిన పుట దొరకలేడు" + +msgid "Home" +msgstr "నివాసము" + +msgid "Server error" +msgstr "సర్వర్ పొరబాటు" + +msgid "Server error (500)" +msgstr "సర్వర్ పొరబాటు (500)" + +msgid "Server Error (500)" +msgstr "సర్వర్ పొరబాటు (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +msgid "Run the selected action" +msgstr "ఎంచుకున్న చర్యను నడుపు" + +msgid "Go" +msgstr "వెళ్లు" + +msgid "Click here to select the objects across all pages" +msgstr "" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "" + +msgid "Clear selection" +msgstr "ఎంపికను తుడిచివేయి" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" + +msgid "Enter a username and password." +msgstr "ఒక వాడుకరిపేరు మరియు సంకేతపదాన్ని ప్రవేశపెట్టండి." + +msgid "Change password" +msgstr "సంకేతపదాన్ని మార్చుకోండి" + +msgid "Please correct the error below." +msgstr "క్రింద ఉన్న తప్పులు సరిదిద్దుకోండి" + +msgid "Please correct the errors below." +msgstr "" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" + +msgid "Welcome," +msgstr "సుస్వాగతం" + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "పత్రీకరణ" + +msgid "Log out" +msgstr "నిష్క్రమించండి" + +#, python-format +msgid "Add %(name)s" +msgstr "%(name)s జత చేయు" + +msgid "History" +msgstr "చరిత్ర" + +msgid "View on site" +msgstr "సైట్ లో చూడండి" + +msgid "Filter" +msgstr "వడపోత" + +msgid "Remove from sorting" +msgstr "క్రమీకరణ నుండి తొలగించు" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "" + +msgid "Toggle sorting" +msgstr "" + +msgid "Delete" +msgstr "తొలగించు" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" + +msgid "Objects" +msgstr "" + +msgid "Yes, I'm sure" +msgstr "అవును " + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" + +msgid "Change" +msgstr "మార్చు" + +msgid "Delete?" +msgstr "తొలగించాలా?" + +#, python-format +msgid " By %(filter_title)s " +msgstr "" + +msgid "Summary" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "" + +msgid "Add" +msgstr "చేర్చు" + +msgid "You don't have permission to edit anything." +msgstr "మీకు ఏది మార్చటానికి అధికారము లేదు" + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "ఏమి దొరకలేదు" + +msgid "Unknown content" +msgstr "తెలియని విషయం" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "మీ సంకేతపదం లేదా వాడుకరిపేరును మర్చిపోయారా?" + +msgid "Date/time" +msgstr "తేదీ/సమయం" + +msgid "User" +msgstr "వాడుకరి" + +msgid "Action" +msgstr "చర్య" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" + +msgid "Show all" +msgstr "అన్నీ చూపించు" + +msgid "Save" +msgstr "భద్రపరుచు" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Search" +msgstr "వెతుకు" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s ఫలితం" +msgstr[1] "%(counter)s ఫలితాలు" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s మొత్తము" + +msgid "Save as new" +msgstr "కొత్త దాని లా దాచు" + +msgid "Save and add another" +msgstr "దాచి కొత్త దానిని కలపండి" + +msgid "Save and continue editing" +msgstr "దాచి మార్చుటా ఉందండి" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "" + +msgid "Log in again" +msgstr "మళ్ళీ ప్రవేశించండి" + +msgid "Password change" +msgstr "అనుమతి పదం మార్పు" + +msgid "Your password was changed." +msgstr "మీ అనుమతి పదం మార్చబడిండి" + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"దయచేసి రక్షన కోసము, మీ పాత అనుమతి పదం ఇవ్వండి , కొత్త అనుమతి పదం రెండు సార్లు ఇవ్వండి , " +"ఎం దుకంటే మీరు తప్పు ఇస్తే సరిచేయటానికి " + +msgid "Change my password" +msgstr "నా సంకేతపదాన్ని మార్చు" + +msgid "Password reset" +msgstr "అనుమతి పదం తిరిగి అమర్చు" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "మీ అనుమతి పదం మర్చుబడినది. మీరు ఇప్పుదు లాగ్ ఇన్ అవ్వచ్చు." + +msgid "Password reset confirmation" +msgstr "అనుమతి పదం తిరిగి మార్చు ఖాయం చెయండి" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"దయచేసి రక్షన కోసము, మీ పాత అనుమతి పదం ఇవ్వండి , కొత్త అనుమతి పదం రెండు సార్లు ఇవ్వండి , " +"ఎం దుకంటే మీరు తప్పు ఇస్తే సరిచేయటానికి " + +msgid "New password:" +msgstr "కొత్త సంకేతపదం:" + +msgid "Confirm password:" +msgstr "సంకేతపదాన్ని నిర్ధారించండి:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" + +msgid "Please go to the following page and choose a new password:" +msgstr "" + +msgid "Your username, in case you've forgotten:" +msgstr "మీ వాడుకరిపేరు, ఒక వేళ మీరు మర్చిపోయివుంటే:" + +msgid "Thanks for using our site!" +msgstr "మా సైటుని ఉపయోగిస్తున్నందుకు ధన్యవాదములు!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s జట్టు" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" + +msgid "Email address:" +msgstr "ఈమెయిలు చిరునామా:" + +msgid "Reset my password" +msgstr "అనుమతిపదం తిరిగి అమర్చు" + +msgid "All dates" +msgstr "అన్నీ తేదీలు" + +#, python-format +msgid "Select %s" +msgstr "%s ని ఎన్నుకోండి" + +#, python-format +msgid "Select %s to change" +msgstr "%s ని మార్చటానికి ఎన్నుకోండి" + +msgid "Date:" +msgstr "తారీఖు:" + +msgid "Time:" +msgstr "సమయం:" + +msgid "Lookup" +msgstr "అంశ శోధన." + +msgid "Currently:" +msgstr "ప్రస్తుతం" + +msgid "Change:" +msgstr "మార్చు:" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/te/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/te/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..f7ed58e1d7516ebf0b24b2e6e1e9f5e4c059f808 GIT binary patch literal 1362 zcmah{J7^R^7+&AHz6G&RWKskY;@<6@B+AB!8WW5p8se!~j(3y04SO@k?pz*S6nq3x zM2LkT7zl|3(M=$rg{HK#Q9F^bun`+=Z2e|-lZX}$%zXRJ|N6dRKkr#TX<_ZgK7c)q zy$}1)8XQ=+fg6Dnz-_?$DSr&y4n7UEfeXMbz}IQ~EpR>fJK$#E`;>nIt^@x9)P29E z_uqjVz<&UB{x6{JXRWoYNqpNt9e;x23~&ah^?n4l0)M9WO&Hn$ei^tEI0n?ZCx8cm z4^vzO?gjsl@^8TX;9D?6*EIrlU2Dou0U^VzO*nU9@4(jHw_+n~{OH={g_fqrGKWO7 zv@iYMuw=aIceL6F%~Uhi$zkdT^lHFJV`OzwUSxsQSrH;)gc9jj*$N9xAYxo+cKd;3 zp>@VDF{{rnalc%V);S?KjuC5sRmCu~E>!Sc5G6W>vns+6^a_hmsIU4%F~o|}=_xsv zSQz<&d!#f(d0E&4tR_O~^hIUAsmFR%eZ!@;F58O8mqybWTP@$3#iZANwGr1h{=wNg>L8QYM!1o$U>)! z7e&eEWse-a>dO_Cx`*8#)I%CL-6E_;9^o}ZqmFz#Nj^K8IBDo0x#o5|`7JCJ-&FB+ z70;;oYbt)G;x{UuHs1?s{*H<#RQy!U-^Gcafgn9Lxwz03M8%KP{4Eu~073A9iYIaR zQpL~p9Zr*TZ>5RpJZU;(=#+|=P<7*v@Hoonw@)3KLm`|)A46o>mbetGFmGs1mjT_rbdU*06`c+edm<%$9 c0p_i>kd=nFwRSxzZ3S(~46PLrl%(FQ-$0e{rvLx| literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/te/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/te/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..12bc985 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/te/LC_MESSAGES/djangojs.po @@ -0,0 +1,205 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# bhaskar teja yerneni , 2011 +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 10:10+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Telugu (http://www.transifex.com/django/django/language/te/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: te\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "ఆందుబాతులోఉన్న %s " + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +msgid "Filter" +msgstr "వడపోత" + +msgid "Choose all" +msgstr "అన్నీ ఎన్నుకోండి" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "" + +msgid "Choose" +msgstr "" + +msgid "Remove" +msgstr "తీసివేయండి" + +#, javascript-format +msgid "Chosen %s" +msgstr "ఎన్నుకున్న %s" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" + +msgid "Remove all" +msgstr "" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "" +msgstr[1] "" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +msgstr[1] "" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +msgstr[1] "" + +msgid "Now" +msgstr "ఇప్పుడు" + +msgid "Choose a Time" +msgstr "" + +msgid "Choose a time" +msgstr "ఒక సమయము ఎన్నుకోండి" + +msgid "Midnight" +msgstr "ఆర్ధరాత్రి" + +msgid "6 a.m." +msgstr "6 a.m" + +msgid "Noon" +msgstr "మధ్యాహ్నము" + +msgid "6 p.m." +msgstr "" + +msgid "Cancel" +msgstr "రద్దు చేయు" + +msgid "Today" +msgstr "ఈనాడు" + +msgid "Choose a Date" +msgstr "" + +msgid "Yesterday" +msgstr "నిన్న" + +msgid "Tomorrow" +msgstr "రేపు" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "చూపించుము" + +msgid "Hide" +msgstr "దాచు" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/th/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/th/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..326ab9b5d7ff919550121043edc9dc01ef5ccd59 GIT binary patch literal 18881 zcmdU$d$e3teaDXvM1!dK!1_Qo!H^rseI$y&@CYFUi4uq;h*W8uJ9F;6LuTe&=8>CQ zzyd*&V07sckXO|NU0KB!YLK~Fm%7@zmh~@}k810(Q)}xVxN7Ta?P}F!Ki}Wp=ggV8 zbCVF-)pl0Se9zfu@8AACzQ5nz=giHIU;ONQBR=~%Ud?gqv!m#%;E$fm7oQ)T6h$us ze+Zrm{sMdz_?+iQ(eH!H!Lz{IK(&7yJRkfTcrN%KpvI4%%ouPZcp`We_$+W6NSEks z;eHHCk1F^Qa3A;r@Q*?D{}lK<@G(#-ehIt{{4?+_a6O$ljlKa&-|vE&_eoIWehI!9 z{7t|YzA%dT7cJ*YdaVVQgN4w3Be;g^8h8r$QE(afIS>)ipMsM6E${^Jd!Xj~8}Q}e zPr#Mne}a;~{6*d$XM?-Az7)I}TmU}HQ)|V^WP0#2YwKIE%-CA3O@g(QS?l39+W<}f`mM}3%mu~2VM`Jz@(CMBdGY4 zLG`~G#FS`0+}{VvUmpOa*B3y^|2oK&(Vv6z_YXkL^CT#}|2g3AK*@Un!BYEcK=Ei4 zglf?y@O1Dx(1C5R1>Og40Z+ood%$;q1@Nb!^gjLf{QPHu@>>DqR&*68J<1@aMiuZC z;JZN0cR#4{9|slJPlB@Jaqw*Lo1pajS5SU=5rbvlX`uKx0jmE6;Ag?j;0o}!;41LU zS4Pn#Y6tlj?dNL(JOpA=^aHRB{sMeA7&Dpp_9XZ=@K>Ppx`reX-);!F9hCoKP;qL3 z^6Raj?A;Ga-w%T4fgb^-@ApCF)!%}O-`|7hfd2yC1fF(U6kQDN1yL#b1~>x#9VmY- zgLJ}ELCIMTN{_Qb`?;X>T_5nxq5V2=|1+Yf2r^alPXzf)@FeH`I}YyU`pw`O;CDgk z^(*k5;Bp$*fV)ABdmL08eh4bAKL=(1Gax6SicSG_|7`GV@M2JLnE@5g_k&O|dK6T@ zuYrh&z5{*_{5SB*XOQPirv5Kwu;fgD>i2d~^V|j&!27^;;J3k1@RYNBo~#2e;Cd2N z`@`T};9r8W@0yjKkGFtt;rd=s{Qns!yH3RU&jDWziZ^G1isv@)L~uVSf8GOr6Z{#u_i@GIj{^gD0@rKH~k!I3}D1Lc>^;0orO0>97o{iH(N{rCjeZO& ze$RQmzdjYjmC+@j;!_4M1Lp#M2~_{zf|~c_bG;pBf~X!{3Ciy~!ENAUpyGGJ8@!(< zK(*fqE`Wapeh2&@&OLzM@%i2lClXxEzY7%a-U~{P&w>|$zYO=sFZA*+1JzywW#6Nq z^!z3$IX?t9fIkN>2Pf#f5p08~5Pccc_+RpM1~`7P_s3hnkD=E*h$+!4A={h4E#Sl8 zLtq6w|59=fJP5uV{3&=2<9-9i;0VeqKJQ0~C&5FY^!pIXya0Rzl%AglrT<@q>z{)1 z-@k|JE41Gp+V2kSkAsMhpi%Tk9QvH>!SV{Vjo)j*I>);>lt=lG z{F#3KfRjJufCdq&Sic}Ipkw~ zuH{gE4}M}Aph|Q%hvKHsIUGAV-mQ!9d1b)c0zMCXHOJ}US~1?j@mvo1vBsg#G7t9s zY`*t#tl$tA^tqGcy&TG=Q#jtrq0cKg6t|l=2xU~_nB;gS$E_Tfa*!Iv<(t9uGtS9N zId+7G{h;d1?HuBrKH`<*Af(aN9F!2_z*(R^s!u0!jB$u#${T&o@L=DhiS2)ML2B6E z=u~hQ$2&NtIbOo?c8#d$63F;`|DZ%^at3 zC?B51F~ZT}XmIHBS`YTEwOOAVJ=oq_^{C9TKC}t0;kbljt1kGwo*L*DCc&v(+fJDoLH@QnlD@Zm$<>>b7E} zQg613^%57lm$d6GYYzA4icMFVDb}asvTL?WrMTIgYFDfCV?#T~jrhpD;|9VTakE`* zr2=wI(m>L;`ySgODVe+}F16fTr8VPb8@vn4!|bV}GBr}BEit8636|E&Ql`>)DoU)2HWcd$bTB`Q!Ukh(|0Yv8&N+WSN1MlsQ6Mw8UpP>qWX=dD+oZKzgCI~?IBC`o8H zZ)XOV8c7qo@$qbNnjmjT>Qj|QEz^c++l@wCZ&l|D(dETfakAKqUEF9S4PD0Ltx7Gn zGj3b>1GpO5Rhg~EF3gp-=VFs*h8KSGL?tacAsi<3_F0Y(k-dwC-hTYkrpcM)Iak>sL1y<}LLkpX2 zcxSh5Ca$j*V^;cdT%07csVQ-}(sH$gEHjOgSuIRWgeQ&Zq}7V+o@ME*4)xO+)-Ba( zo%5y}KjXYpSO{1oR+}Mnu~hN5wR>o^Z8dC~i<)t(rCjyiOX~4h^u{E*(ih(7%7mJ= zY04I{aw66@;!<3J_{F-HxY|*I@Ja#1W&1j1cRw-erVoxSZY>D!G8C&vxbD)Dy0u4_^XBM;UU4o#sL^IzrvSjUOe;UBk)$uxTXU5XXj^v_T1%-zi<&_N>hk$R|s* zl{L)1Y$mc4v|Vto5h@|H4NoXwlCCk1#|%OcZDki#ngO&!*DftPlR-Y)(l%|K26yi( zMruj9UCp-ITjK`7a~rj5au>z5OGeI}m{@huIA@5ldwxfizi`$m+B%cWX@3@N&6W-7 zOn8jiN+D~_pgz%@(^B9cM=XYH)%|A89<8eEsj19kZgW=96d2OHk?{1wPELD!KLDt* zw&&_gBi4@GbEQ`iB_JDA(Gyj%Z0o}0yhS}PTt$B@+Ui58=cPm>)J`is-(GLmCiNH= zZOuL5rTcz5`sXk`<=B(KDpr|o?67x)ia#6I%PRRzeBy3y7pus3+MRlzNZIS-NoT8X zE1_)k4R1F!RvRL9I0MPKV(1@|ctUb|5Vh?j>DT`t>IZ0Wy3uLH#hS^PO^cirHCL_F zcbK3`eJ5Jt)>-!8mC34#M5&0Ul-V=PRIJLSY9>8tFONAFa$I}cm;yMkJ+K*M7z+`c zuz_0B#Jn-Lsg<@h;#oqWWy~k2c_sIZo-~?nXQddHS3MRrXKYVR8Jnu?lJzqPpy;?< z42*ZP5H03OURpqk8i_XJPyI%)f2Uat>Eyygk(7iU$s|OYmzT6Ulfld=eIR>ymtb)U zbIg;k(KbR|h_)%Rd{0laKS?Xcb@d(fWUd|s)H=e>q!nEUDWkVmSl(D&<$~z?cqLmI z#x>^s9$B;rzD5PBUht5rss}zfL(AA0r8ZZt7U=Hm#&`@qirNz>~7yWDMC_ z+xDqgpSL6)Q(w*RcOxRC+3WW>DK~I(PNQO0-f2{Q)CSSwpo~iwCdY!bVkAdSo2t

    H`0wn7!5G&*VfgnE8oScrVF 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 WVe5;8_5CTK)e3GY-TVH&_P+q5AO02q literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/th/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/th/LC_MESSAGES/django.po new file mode 100644 index 0000000..0ff9628 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/th/LC_MESSAGES/django.po @@ -0,0 +1,653 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Kowit Charoenratchatabhan , 2013-2014 +# piti118 , 2012 +# Suteepat Damrongyingsupab , 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 09:09+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Thai (http://www.transifex.com/django/django/language/th/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d %(items)s ถูกลบเรียบร้อยแล้ว" + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "ไม่สามารถลบ %(name)s" + +msgid "Are you sure?" +msgstr "แน่ใจหรือ" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "ลบ %(verbose_name_plural)s ที่เลือก" + +msgid "Administration" +msgstr "การจัดการ" + +msgid "All" +msgstr "ทั้งหมด" + +msgid "Yes" +msgstr "ใช่" + +msgid "No" +msgstr "ไม่ใช่" + +msgid "Unknown" +msgstr "ไม่รู้" + +msgid "Any date" +msgstr "วันไหนก็ได้" + +msgid "Today" +msgstr "วันนี้" + +msgid "Past 7 days" +msgstr "สัปดาห์ที่แล้ว" + +msgid "This month" +msgstr "เดือนนี้" + +msgid "This year" +msgstr "ปีนี้" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "กรุณาใส่ %(username)s และรหัสผ่านให้ถูกต้อง มีการแยกแยะตัวพิมพ์ใหญ่-เล็ก" + +msgid "Action:" +msgstr "คำสั่ง :" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "เพิ่ม %(verbose_name)s อีก" + +msgid "Remove" +msgstr "ถอดออก" + +msgid "action time" +msgstr "เวลาลงมือ" + +msgid "user" +msgstr "" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "อ็อบเจ็กต์ไอดี" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "object repr" + +msgid "action flag" +msgstr "action flag" + +msgid "change message" +msgstr "เปลี่ยนข้อความ" + +msgid "log entry" +msgstr "log entry" + +msgid "log entries" +msgstr "log entries" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "\"%(object)s\" ถูกเพิ่ม" + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "\"%(object)s\" ถูกเปลี่ยน - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "\"%(object)s\" ถูกลบ" + +msgid "LogEntry Object" +msgstr "อ็อบเจ็กต์ LogEntry" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "" + +msgid "and" +msgstr "และ" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "ไม่มีฟิลด์ใดถูกเปลี่ยน" + +msgid "None" +msgstr "ไม่มี" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"ไม่มีรายการใดถูกเปลี่ยน\n" +"รายการจะต้องถูกเลือกก่อนเพื่อที่จะทำตามคำสั่งได้" + +msgid "No action selected." +msgstr "ไม่มีคำสั่งที่ถูกเลือก" + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "ลบ %(name)s \"%(obj)s\" เรียบร้อยแล้ว" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "Primary key %(key)r ของอ็อบเจ็กต์ %(name)s ไม่มีอยู่" + +#, python-format +msgid "Add %s" +msgstr "เพิ่ม %s" + +#, python-format +msgid "Change %s" +msgstr "เปลี่ยน %s" + +msgid "Database error" +msgstr "เกิดความผิดพลาดที่ฐานข้อมูล" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(name)s จำนวน %(count)s อันได้ถูกเปลี่ยนแปลงเรียบร้อยแล้ว." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s ได้ถูกเลือก" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "เลือก 0 จาก %(cnt)s" + +#, python-format +msgid "Change history: %s" +msgstr "เปลี่ยนแปลงประวัติ: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"กำลังลบ %(class_name)s %(instance)s จะต้องมีการลบอ็อบเจ็คต์ป้องกันที่เกี่ยวข้อง : " +"%(related_objects)s" + +msgid "Django site admin" +msgstr "ผู้ดูแลระบบ Django" + +msgid "Django administration" +msgstr "การจัดการ Django" + +msgid "Site administration" +msgstr "การจัดการไซต์" + +msgid "Log in" +msgstr "เข้าสู่ระบบ" + +#, python-format +msgid "%(app)s administration" +msgstr "การจัดการ %(app)s" + +msgid "Page not found" +msgstr "ไม่พบหน้านี้" + +msgid "We're sorry, but the requested page could not be found." +msgstr "เสียใจด้วย ไม่พบหน้าที่ต้องการ" + +msgid "Home" +msgstr "หน้าหลัก" + +msgid "Server error" +msgstr "เซิร์ฟเวอร์ขัดข้อง" + +msgid "Server error (500)" +msgstr "เซิร์ฟเวอร์ขัดข้อง (500)" + +msgid "Server Error (500)" +msgstr "เซิร์ฟเวอร์ขัดข้อง (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"เกิดเหตุขัดข้องขี้น ทางเราได้รายงานไปยังผู้ดูแลระบบแล้ว และจะดำเนินการแก้ไขอย่างเร่งด่วน " +"ขอบคุณสำหรับการรายงานความผิดพลาด" + +msgid "Run the selected action" +msgstr "รันคำสั่งที่ถูกเลือก" + +msgid "Go" +msgstr "ไป" + +msgid "Click here to select the objects across all pages" +msgstr "คลิกที่นี่เพื่อเลือกอ็อบเจ็กต์จากหน้าทั้งหมด" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "เลือกทั้งหมด %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "เคลียร์ตัวเลือก" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "ขั้นตอนแรก ใส่ชื่อผู้ใช้และรหัสผ่าน หลังจากนั้นคุณจะสามารถแก้ไขข้อมูลผู้ใช้ได้มากขึ้น" + +msgid "Enter a username and password." +msgstr "กรุณาใส่ชื่อผู้ใช้และรหัสผ่าน" + +msgid "Change password" +msgstr "เปลี่ยนรหัสผ่าน" + +msgid "Please correct the error below." +msgstr "โปรดแก้ไขข้อผิดพลาดด้านล่าง" + +msgid "Please correct the errors below." +msgstr "กรุณาแก้ไขข้อผิดพลาดด้านล่าง" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "ใส่รหัสผ่านใหม่สำหรับผู้ใช้ %(username)s." + +msgid "Welcome," +msgstr "ยินดีต้อนรับ," + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "เอกสารประกอบ" + +msgid "Log out" +msgstr "ออกจากระบบ" + +#, python-format +msgid "Add %(name)s" +msgstr "เพิ่ม %(name)s" + +msgid "History" +msgstr "ประวัติ" + +msgid "View on site" +msgstr "ดูที่หน้าเว็บ" + +msgid "Filter" +msgstr "ตัวกรอง" + +msgid "Remove from sorting" +msgstr "เอาออกจาก sorting" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "ลำดับการ sorting: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "เปิด/ปิด sorting" + +msgid "Delete" +msgstr "ลบ" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"กำลังดำเนินการลบ %(object_name)s '%(escaped_object)s'และจะแสดงผลการลบ " +"แต่บัญชีของคุณไม่สามารถทำการลบข้อมูลชนิดนี้ได้" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"การลบ %(object_name)s '%(escaped_object)s' จำเป็นจะต้องลบอ็อบเจ็กต์ที่เกี่ยวข้องต่อไปนี้:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"คุณแน่ใจหรือที่จะลบ %(object_name)s \"%(escaped_object)s\"?" +"ข้อมูลที่เกี่ยวข้องทั้งหมดจะถูกลบไปด้วย:" + +msgid "Objects" +msgstr "" + +msgid "Yes, I'm sure" +msgstr "ใช่, ฉันแน่ใจ" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "ลบหลายอ็อบเจ็กต์" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"การลบ %(objects_name)s ที่เลือก จะทำให้อ็อบเจ็กต์ที่เกี่ยวข้องถูกลบไปด้วย " +"แต่บัญชีของคุณไม่มีสิทธิ์ที่จะลบอ็อบเจ็กต์ชนิดนี้" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "การลบ %(objects_name)s ที่ถูกเลือก จำเป็นจะต้องลบอ็อบเจ็กต์ที่เกี่ยวข้องต่อไปนี้:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"คุณแน่ใจหรือว่า ต้องการลบ %(objects_name)s ที่ถูกเลือก? เนื่องจากอ็อบเจ็กต์ " +"และรายการที่เกี่ยวข้องทั้งหมดต่อไปนี้จะถูกลบด้วย" + +msgid "Change" +msgstr "เปลี่ยนแปลง" + +msgid "Delete?" +msgstr "ลบ?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " โดย %(filter_title)s " + +msgid "Summary" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "โมเดลในแอป %(name)s" + +msgid "Add" +msgstr "เพิ่ม" + +msgid "You don't have permission to edit anything." +msgstr "คุณไม่สิทธิ์ในการเปลี่ยนแปลงข้อมูลใดๆ ได้" + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "ไม่ว่าง" + +msgid "Unknown content" +msgstr "ไม่ทราบเนื้อหา" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"มีสิ่งผิดปกติเกิดขึ้นกับการติดตั้งฐานข้อมูล กรุณาตรวจสอบอีกครั้งว่าฐานข้อมูลได้ถูกติดตั้งแล้ว " +"หรือฐานข้อมูลสามารถอ่านและเขียนได้โคยผู้ใช้นี้" + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "ลืมรหัสผ่านหรือชื่อผู้ใช้ของคุณหรือไม่" + +msgid "Date/time" +msgstr "วันที่/เวลา" + +msgid "User" +msgstr "ผู้ใช้" + +msgid "Action" +msgstr "คำสั่ง" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "อ็อบเจ็กต์นี้ไม่ได้แก้ไขประวัติ เป็นไปได้ว่ามันอาจจะไม่ได้ถูกเพิ่มเข้าไปโดยระบบ" + +msgid "Show all" +msgstr "แสดงทั้งหมด" + +msgid "Save" +msgstr "บันทึก" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Search" +msgstr "ค้นหา" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s ผลลัพธ์" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s ทั้งหมด" + +msgid "Save as new" +msgstr "บันทึกใหม่" + +msgid "Save and add another" +msgstr "บันทึกและเพิ่ม" + +msgid "Save and continue editing" +msgstr "บันทึกและกลับมาแก้ไข" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "ขอบคุณที่สละเวลาอันมีค่าให้กับเว็บไซต์ของเราในวันนี้" + +msgid "Log in again" +msgstr "เข้าสู่ระบบอีกครั้ง" + +msgid "Password change" +msgstr "เปลี่ยนรหัสผ่าน" + +msgid "Your password was changed." +msgstr "รหัสผ่านของคุณถูกเปลี่ยนไปแล้ว" + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"กรุณาใส่รหัสผ่านเดิม ด้วยเหตุผลทางด้านการรักษาความปลอดภัย " +"หลังจากนั้นให้ใส่รหัสผ่านใหม่อีกสองครั้ง เพื่อตรวจสอบว่าคุณได้พิมพ์รหัสอย่างถูกต้อง" + +msgid "Change my password" +msgstr "เปลี่ยนรหัสผ่านของฉัน" + +msgid "Password reset" +msgstr "ตั้งค่ารหัสผ่านใหม่" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "รหัสผ่านของคุณได้รับการตั้งค่าแล้ว คุณสามารถเข้าสู่ระบบได้ทันที" + +msgid "Password reset confirmation" +msgstr "การยืนยันตั้งค่ารหัสผ่านใหม่" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "กรุณาใส่รหัสผ่านใหม่สองครั้ง เพื่อตรวจสอบว่าคุณได้พิมพ์รหัสอย่างถูกต้อง" + +msgid "New password:" +msgstr "รหัสผ่านใหม่:" + +msgid "Confirm password:" +msgstr "ยืนยันรหัสผ่าน:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"การตั้งรหัสผ่านใหม่ไม่สำเร็จ เป็นเพราะว่าหน้านี้ได้ถูกใช้งานไปแล้ว กรุณาทำการตั้งรหัสผ่านใหม่อีกครั้ง" + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"หากคุณไม่ได้รับอีเมล โปรดให้แน่ใจว่าคุณได้ป้อนอีเมลที่คุณลงทะเบียน " +"และตรวจสอบโฟลเดอร์สแปมของคุณแล้ว" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"คุณได้รับอีเมล์ฉบับนี้ เนื่องจากคุณส่งคำร้องขอเปลี่ยนรหัสผ่านสำหรับบัญชีผู้ใช้ของคุณที่ %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "กรุณาไปที่หน้านี้และเลือกรหัสผ่านใหม่:" + +msgid "Your username, in case you've forgotten:" +msgstr "ชื่อผู้ใช้ของคุณ ในกรณีที่คุณถูกลืม:" + +msgid "Thanks for using our site!" +msgstr "ขอบคุณสำหรับการใช้งานเว็บไซต์ของเรา" + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s ทีม" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "ลืมรหัสผ่าน? กรุณาใส่อีเมลด้านล่าง เราจะส่งวิธีการในการตั้งรหัสผ่านใหม่ไปให้คุณทางอีเมล" + +msgid "Email address:" +msgstr "อีเมล:" + +msgid "Reset my password" +msgstr "ตั้งรหัสผ่านของฉันใหม่" + +msgid "All dates" +msgstr "ทุกวัน" + +#, python-format +msgid "Select %s" +msgstr "เลือก %s" + +#, python-format +msgid "Select %s to change" +msgstr "เลือก %s เพื่อเปลี่ยนแปลง" + +msgid "Date:" +msgstr "วันที่ :" + +msgid "Time:" +msgstr "เวลา :" + +msgid "Lookup" +msgstr "ดูที่" + +msgid "Currently:" +msgstr "ปัจจุบัน:" + +msgid "Change:" +msgstr "เปลี่ยนเป็น:" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/th/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/th/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..0da80e35419e27b346b91dae8838d59598fe525f GIT binary patch literal 4563 zcmd6pPmCPJ6~-IFpRf=Dg#QFlT3BoZGdr^gY>jagvS4Dz#>So?$gOv#cBf5G*V5hV z@t(k7Wg+nevBok;fI-M22+5cbdJf#U!8MU0A=HW@j^P|BQuw{9?%DC|U@*Qg+L^Db z>eYMS``)YS{qmZNj(U84S$zKoPVxQX0)F@`Ug&w7z^B1Wz<0qbz*EKelL9{lf5!Z0 z-~{+j@G|h<;BDZ4z&pV!f8zYy2VTVZ0r02bgT;6U$e*{HABndQ6n}pJ#a@G};C}EW z@c-b&;7crupJU(_@J&$Se*wM&MIj(?{jIU+$E#M~bR&XD94fr(p zbMSDnz6##K_!M|M_;+vt{4cm4^a*+$_&F##{RrZ%>slt(6XE7k3@uHCQvYPae=c)$-re=gK&D)DChsHH=1wqs193sAmF zgYMcWwCjnE?1nICJ*85kT6T-_!;op^r^?`|>dltxvF@4!+OA{jcCVRj3&K>#-fx4p z_I3sBC|KyE-lN7u{PeuNc5eaV!rRwjy4eX5#b4UdDhv`r&MSW?o2q)!EUB))T#`#n zSF5?@LY^R6kgZ)6MApTeIjH7zXnM+z+Afpk=Een(|v|V4{1he#?bHv>~MgZ7Ls09sFoP)2a~++QEUKz2t|))?qub z+H8omT8zyc{kW_`W32e|CblX+g2+p0%I4Tdb(tin=)X^xxV7rpsbQpssU_@e%S=2V zhZ^h1sb!s3)t*rMiFRF~cK=Rvll_i4jUQ=zF&XPhyyTcUNrp%*MK0ucDRetX?O7}} z**o}n<4b|R{{AOaWUNmu9*_A8= z?aFVK7LrQSG}OeN-Ob8utbM6r+)m9g57h&(VfgFN4y!>lZ+^v| zXkp1;(3Ph4yA9Rs_<`EkNz=u~^mMP+tES>EnAZoZEz_NL36&5Qd#BUR^j#CXw(oj) zE%kb}HZg0WR7X(a1T<8t52n+Lp&vwBr1Wv3)2+X6ZmVowvy)i!I<7n%wM?69prJO; z1?hkzJ~|V7!ll>`E89%mO&Tg%w8La;eT#CBTWeb;2G?+&y^v?8^X$<2n>x?lV?OUc zmuDyPY$fkMn`eK@`!8beO(l7DEYCj5`)p_Rqda>*&)&+jJ~N(uVkaBk$+N%W#VZFN zTf=o@yL{4`pB}Zfkv_12S1c#ut)9u?6$va{UBp3ecaaL{CqCGk);!XTyWHQ{VeikckZJE<&D zH0Q7p+nq*&p`Ii?LgF07%*G!KTj}qR)X7WjzeUVJ1N?YYb(Hz#@6fpmOZDU&l^x92Hu1q+u1_A zw{3ECIBo9^IUA2#hi=jdv#Rp`ANe|s-mq^4c5tMQZ~_KFkp!Rao#N!-STM78f-DV& zWX?Ps_&Zsin;|o~wp=-3`!~#fh%OMu{ZZ?F!0{}?jK(|%k>v7q8JB@XZxSlQWuv0O zjNWmVAyQyn+&uD+;JTI@r8cZOdQ*AQN?qBHJLcmo4yu z3)_pg<&f}$WX3erD8X~kPWZW&bEQHD@)_0Z6`P+^%BuFgvqY=sN^wrue>I3Ocwv$3 X$oV*rRMxkFoCf!Lfcjgm{k?Ah0bK{w literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/th/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/th/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..4550f71 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/th/LC_MESSAGES/djangojs.po @@ -0,0 +1,212 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Kowit Charoenratchatabhan , 2011-2012 +# Suteepat Damrongyingsupab , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 10:11+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Thai (http://www.transifex.com/django/django/language/th/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#, javascript-format +msgid "Available %s" +msgstr "%sที่มีอยู่" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"นี่คือรายการที่ใช้ได้ของ %s คุณอาจเลือกบางรายการโดยการเลือกไว้ในกล่องด้านล่างแล้วคลิกที่ปุ่ม " +"\"เลือก\" ระหว่างสองกล่อง" + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "พิมพ์ลงในช่องนี้เพื่อกรองรายการที่ใช้ได้ของ %s" + +msgid "Filter" +msgstr "ตัวกรอง" + +msgid "Choose all" +msgstr "เลือกทั้งหมด" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "คลิกเพื่อเลือก %s ทั้งหมดในครั้งเดียว" + +msgid "Choose" +msgstr "เลือก" + +msgid "Remove" +msgstr "ลบออก" + +#, javascript-format +msgid "Chosen %s" +msgstr "%sที่ถูกเลือก" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"นี่คือรายการที่ถูกเลือกของ %s คุณอาจเอาบางรายการออกโดยการเลือกไว้ในกล่องด้านล่างแล้วคลิกที่ปุ่ม " +"\"เอาออก\" ระหว่างสองกล่อง" + +msgid "Remove all" +msgstr "เอาออกทั้งหมด" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "คลิกเพื่อเอา %s ออกทั้งหมดในครั้งเดียว" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s จาก %(cnt)s selected" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"คุณยังไม่ได้บันทึกการเปลี่ยนแปลงในแต่ละฟิลด์ ถ้าคุณเรียกใช้คำสั่ง " +"ข้อมูลที่ไม่ได้บันทึกการเปลี่ยนแปลงของคุณจะหายไป" + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"คุณได้เลือกคำสั่ง แต่คุณยังไม่ได้บันทึกการเปลี่ยนแปลงของคุณไปยังฟิลด์ กรุณาคลิก OK เพื่อบันทึก " +"คุณจะต้องเรียกใช้คำสั่งใหม่อีกครั้ง" + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"คุณได้เลือกคำสั่งและคุณยังไม่ได้ทำการเปลี่ยนแปลงใด ๆ ในฟิลด์ คุณอาจมองหาปุ่มไปมากกว่าปุ่มบันทึก" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" + +msgid "Now" +msgstr "ขณะนี้" + +msgid "Choose a Time" +msgstr "" + +msgid "Choose a time" +msgstr "เลือกเวลา" + +msgid "Midnight" +msgstr "เที่ยงคืน" + +msgid "6 a.m." +msgstr "หกโมงเช้า" + +msgid "Noon" +msgstr "เที่ยงวัน" + +msgid "6 p.m." +msgstr "" + +msgid "Cancel" +msgstr "ยกเลิก" + +msgid "Today" +msgstr "วันนี้" + +msgid "Choose a Date" +msgstr "" + +msgid "Yesterday" +msgstr "เมื่อวาน" + +msgid "Tomorrow" +msgstr "พรุ่งนี้" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "แสดง" + +msgid "Hide" +msgstr "ซ่อน" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/tr/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/tr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..28e4274a30929227ddf10ed2725ca1b65bd20978 GIT binary patch literal 16526 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, 2013 +# Cihad GÜNDOĞDU , 2012 +# Cihad GÜNDOĞDU , 2014 +# Cihan Okyay , 2014 +# Jannis Leidel , 2011 +# Mesut Can Gürle , 2013 +# Murat Sahin , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 09:41+0000\n" +"Last-Translator: BouRock\n" +"Language-Team: Turkish (http://www.transifex.com/django/django/language/" +"tr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: tr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d adet %(items)s başarılı olarak silindi." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "%(name)s silinemiyor" + +msgid "Are you sure?" +msgstr "Emin misiniz?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Seçili %(verbose_name_plural)s nesnelerini sil" + +msgid "Administration" +msgstr "Yönetim" + +msgid "All" +msgstr "Tümü" + +msgid "Yes" +msgstr "Evet" + +msgid "No" +msgstr "Hayır" + +msgid "Unknown" +msgstr "Bilinmiyor" + +msgid "Any date" +msgstr "Herhangi bir tarih" + +msgid "Today" +msgstr "Bugün" + +msgid "Past 7 days" +msgstr "Son 7 gün" + +msgid "This month" +msgstr "Bu ay" + +msgid "This year" +msgstr "Bu yıl" + +msgid "No date" +msgstr "Tarih yok" + +msgid "Has date" +msgstr "Tarih var" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Lütfen görevli hesabı için %(username)s ve parolanızı doğru girin. İki " +"alanın da büyük küçük harfe duyarlı olabildiğini unutmayın." + +msgid "Action:" +msgstr "Eylem:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Başka bir %(verbose_name)s ekle" + +msgid "Remove" +msgstr "Kaldır" + +msgid "action time" +msgstr "eylem zamanı" + +msgid "user" +msgstr "kullanıcı" + +msgid "content type" +msgstr "içerik türü" + +msgid "object id" +msgstr "nesne kimliği" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "nesne kodu" + +msgid "action flag" +msgstr "eylem işareti" + +msgid "change message" +msgstr "iletiyi değiştir" + +msgid "log entry" +msgstr "günlük girdisi" + +msgid "log entries" +msgstr "günlük girdisi" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "\"%(object)s\" eklendi." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "\"%(object)s\" değiştirildi - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "\"%(object)s\" silindi." + +msgid "LogEntry Object" +msgstr "LogEntry Nesnesi" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "{name} \"{object}\" eklendi." + +msgid "Added." +msgstr "Eklendi." + +msgid "and" +msgstr "ve" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "{name} \"{object}\" için {fields} değiştirildi." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "{fields} değiştirildi." + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "{name} \"{object}\" silindi." + +msgid "No fields changed." +msgstr "Değiştirilen alanlar yok." + +msgid "None" +msgstr "Hiçbiri" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" +"Birden fazla seçmek için \"Control (Ctrl)\" veya Mac'deki \"Command\" tuşuna " +"basılı tutun." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" +"{name} \"{obj}\" başarılı olarak eklendi. Aşağıda tekrar düzenleyebilirsiniz." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" +"{name} \"{obj}\" başarılı olarak eklendi. Aşağıda başka bir {name} " +"ekleyebilirsiniz." + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "{name} \"{obj}\" başarılı olarak eklendi." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" +"{name} \"{obj}\" başarılı olarak değiştirildi. Aşağıda tekrar " +"düzenleyebilirsiniz." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" +"{name} \"{obj}\" başarılı olarak değiştirildi. Aşağıda başka bir {name} " +"ekleyebilirsiniz." + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "{name} \"{obj}\" başarılı olarak değiştirildi." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Bunlar üzerinde eylemlerin uygulanması için öğeler seçilmek zorundadır. Hiç " +"öğe değiştirilmedi." + +msgid "No action selected." +msgstr "Seçilen eylem yok." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "%(name)s \"%(obj)s\" başarılı olarak silindi." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "%(key)r birincil anahtarı olan %(name)s nesnesi mevcut değil." + +#, python-format +msgid "Add %s" +msgstr "%s ekle" + +#, python-format +msgid "Change %s" +msgstr "%s değiştir" + +msgid "Database error" +msgstr "Veritabanı hatası" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s adet %(name)s başarılı olarak değiştirildi." +msgstr[1] "%(count)s adet %(name)s başarılı olarak değiştirildi." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s nesne seçildi" +msgstr[1] "Tüm %(total_count)s nesne seçildi" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 / %(cnt)s nesne seçildi" + +#, python-format +msgid "Change history: %s" +msgstr "Değişiklik geçmişi: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"%(class_name)s %(instance)s silinmesi aşağıda korunan ilgili nesnelerin de " +"silinmesini gerektirecektir: %(related_objects)s" + +msgid "Django site admin" +msgstr "Django site yöneticisi" + +msgid "Django administration" +msgstr "Django yönetimi" + +msgid "Site administration" +msgstr "Site yönetimi" + +msgid "Log in" +msgstr "Oturum aç" + +#, python-format +msgid "%(app)s administration" +msgstr "%(app)s yönetimi" + +msgid "Page not found" +msgstr "Sayfa bulunamadı" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Üzgünüz, istediğiniz sayfa bulunamadı." + +msgid "Home" +msgstr "Giriş" + +msgid "Server error" +msgstr "Sunucu hatası" + +msgid "Server error (500)" +msgstr "Sunucu hatası (500)" + +msgid "Server Error (500)" +msgstr "Sunucu Hatası (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Bir hata oluştu. Site yöneticilerine e-posta yoluyla bildirildi ve kısa süre " +"içinde düzeltilmelidir. Sabrınız için teşekkür ederiz." + +msgid "Run the selected action" +msgstr "Seçilen eylemi çalıştır" + +msgid "Go" +msgstr "Git" + +msgid "Click here to select the objects across all pages" +msgstr "Tüm sayfalardaki nesneleri seçmek için buraya tıklayın" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Tüm %(total_count)s %(module_name)s nesnelerini seç" + +msgid "Clear selection" +msgstr "Seçimi temizle" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Önce, bir kullanıcı adı ve parola girin. Ondan sonra, daha fazla kullanıcı " +"seçeneğini düzenleyebileceksiniz." + +msgid "Enter a username and password." +msgstr "Kullanıcı adı ve parola girin." + +msgid "Change password" +msgstr "Parolayı değiştir" + +msgid "Please correct the error below." +msgstr "Lütfen aşağıdaki hataları düzeltin." + +msgid "Please correct the errors below." +msgstr "Lütfen aşağıdaki hataları düzeltin." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "%(username)s kullanıcısı için yeni bir parola girin." + +msgid "Welcome," +msgstr "Hoş Geldiniz," + +msgid "View site" +msgstr "Siteyi göster" + +msgid "Documentation" +msgstr "Belgeler" + +msgid "Log out" +msgstr "Oturumu kapat" + +#, python-format +msgid "Add %(name)s" +msgstr "%(name)s ekle" + +msgid "History" +msgstr "Geçmiş" + +msgid "View on site" +msgstr "Sitede görüntüle" + +msgid "Filter" +msgstr "Süz" + +msgid "Remove from sorting" +msgstr "Sıralamadan kaldır" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Sıralama önceliği: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Sıralamayı değiştir" + +msgid "Delete" +msgstr "Sil" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"%(object_name)s '%(escaped_object)s' nesnesinin silinmesi, ilgili nesnelerin " +"silinmesi ile sonuçlanacak, ancak hesabınız aşağıdaki nesnelerin türünü " +"silmek için izine sahip değil." + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"%(object_name)s '%(escaped_object)s' nesnesinin silinmesi, aşağıda korunan " +"ilgili nesnelerin silinmesini gerektirecek:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"%(object_name)s \"%(escaped_object)s\" nesnesini silmek istediğinize emin " +"misiniz? Aşağıdaki ilgili öğelerin tümü silinecektir:" + +msgid "Objects" +msgstr "Nesneler" + +msgid "Yes, I'm sure" +msgstr "Evet, eminim" + +msgid "No, take me back" +msgstr "Hayır, beni geri götür" + +msgid "Delete multiple objects" +msgstr "Birden fazla nesneyi sil" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Seçilen %(objects_name)s nesnelerinin silinmesi, ilgili nesnelerin silinmesi " +"ile sonuçlanacak, ancak hesabınız aşağıdaki nesnelerin türünü silmek için " +"izine sahip değil." + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Seçilen %(objects_name)s nesnelerinin silinmesi, aşağıda korunan ilgili " +"nesnelerin silinmesini gerektirecek:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Seçilen %(objects_name)s nesnelerini silmek istediğinize emin misiniz? " +"Aşağıdaki nesnelerin tümü ve onların ilgili öğeleri silinecektir:" + +msgid "Change" +msgstr "Değiştir" + +msgid "Delete?" +msgstr "Silinsin mi?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " %(filter_title)s süzgecine göre" + +msgid "Summary" +msgstr "Özet" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "%(name)s uygulamasındaki modeller" + +msgid "Add" +msgstr "Ekle" + +msgid "You don't have permission to edit anything." +msgstr "Hiçbir şeyi düzenlemek için izne sahip değilsiniz." + +msgid "Recent actions" +msgstr "Son eylemler" + +msgid "My actions" +msgstr "Eylemlerim" + +msgid "None available" +msgstr "Mevcut değil" + +msgid "Unknown content" +msgstr "Bilinmeyen içerik" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Veritabanı kurulumunuz ile ilgili birşeyler yanlış. Uygun veritabanı " +"tablolarının oluşturulduğundan ve veritabanının uygun kullanıcı tarafından " +"okunabilir olduğundan emin olun." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"%(username)s olarak kimlik doğrulamanız yapıldı, ancak bu sayfaya erişmek " +"için yetkili değilsiniz. Farklı bir hesapla oturum açmak ister misiniz?" + +msgid "Forgotten your password or username?" +msgstr "Kullanıcı adınızı veya parolanızı mı unuttunuz?" + +msgid "Date/time" +msgstr "Tarih/saat" + +msgid "User" +msgstr "Kullanıcı" + +msgid "Action" +msgstr "Eylem" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Bu nesne değişme geçmişine sahip değil. Muhtemelen bu yönetici sitesi " +"aracılığıyla eklenmedi." + +msgid "Show all" +msgstr "Tümünü göster" + +msgid "Save" +msgstr "Kaydet" + +msgid "Popup closing..." +msgstr "Açılır pencere kapanıyor..." + +#, python-format +msgid "Change selected %(model)s" +msgstr "Seçilen %(model)s değiştir" + +#, python-format +msgid "Add another %(model)s" +msgstr "Başka bir %(model)s ekle" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Seçilen %(model)s sil" + +msgid "Search" +msgstr "Ara" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s sonuç" +msgstr[1] "%(counter)s sonuç" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "toplam %(full_result_count)s" + +msgid "Save as new" +msgstr "Yeni olarak kaydet" + +msgid "Save and add another" +msgstr "Kaydet ve başka birini ekle" + +msgid "Save and continue editing" +msgstr "Kaydet ve düzenlemeye devam et" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "" +"Bugün Web sitesinde biraz güzel zaman geçirdiğiniz için teşekkür ederiz." + +msgid "Log in again" +msgstr "Tekrar oturum aç" + +msgid "Password change" +msgstr "Parola değiştime" + +msgid "Your password was changed." +msgstr "Parolanız değiştirildi." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Güvenliğiniz için, lütfen eski parolanızı girin, ve ondan sonra yeni " +"parolanızı iki kere girin böylece doğru olarak yazdığınızı doğrulayabilelim." + +msgid "Change my password" +msgstr "Parolamı değiştir" + +msgid "Password reset" +msgstr "Parolayı sıfırla" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Parolanız ayarlandı. Şimdi devam edebilir ve oturum açabilirsiniz." + +msgid "Password reset confirmation" +msgstr "Parola sıfırlama onayı" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Lütfen yeni parolanızı iki kere girin böylece böylece doğru olarak " +"yazdığınızı doğrulayabilelim." + +msgid "New password:" +msgstr "Yeni parola:" + +msgid "Confirm password:" +msgstr "Parolayı onayla:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Parola sıfırlama bağlantısı geçersiz olmuş, çünkü zaten kullanılmış. Lütfen " +"yeni bir parola sıfırlama isteyin." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Eğer girdiğiniz e-posta ile bir hesabınız varsa, parolanızın ayarlanması " +"için size talimatları e-posta ile gönderdik. En kısa sürede almalısınız." + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Eğer bir e-posta almadıysanız, lütfen kayıt olurken girdiğiniz adresi " +"kullandığınızdan emin olun ve istenmeyen mesajlar klasörünü kontrol edin." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Bu e-postayı alıyorsunuz çünkü %(site_name)s sitesindeki kullanıcı hesabınız " +"için bir parola sıfırlama istediniz." + +msgid "Please go to the following page and choose a new password:" +msgstr "Lütfen şurada belirtilen sayfaya gidin ve yeni bir parola seçin:" + +msgid "Your username, in case you've forgotten:" +msgstr "Unutma ihtimalinize karşı, kullanıcı adınız:" + +msgid "Thanks for using our site!" +msgstr "Sitemizi kullandığınız için teşekkürler!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s ekibi" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"Parolanızı mı unuttunuz? Aşağıya e-posta adresinizi girin ve yeni bir tane " +"ayarlamak için talimatları e-posta ile gönderelim." + +msgid "Email address:" +msgstr "E-posta adresi:" + +msgid "Reset my password" +msgstr "Parolamı sıfırla" + +msgid "All dates" +msgstr "Tüm tarihler" + +#, python-format +msgid "Select %s" +msgstr "%s seç" + +#, python-format +msgid "Select %s to change" +msgstr "Değiştirmek için %s seçin" + +msgid "Date:" +msgstr "Tarih:" + +msgid "Time:" +msgstr "Saat:" + +msgid "Lookup" +msgstr "Arama" + +msgid "Currently:" +msgstr "Şu anda:" + +msgid "Change:" +msgstr "Değiştir:" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/tr/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/tr/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..fd076edf0111965a583e1606da3c1827e733247f GIT binary patch literal 4547 zcmcJSUu;}Q6^92BO6!ys7Ye16a&YU!X}s${Y16P#5RPNJN!Y~7E|dsfX7`SFr+e?r zYVKUyyFw~YAi)!&AX))N0x7StM58LQpwg~+Kp>uZsd(d!C+G{R#P8fYjyH)Ff`BW} z{qCGObLPyMGc)V=o;ds?f#*e(XHa%NB*Y5%%|m$M**q-7%U}A!!MDLW_!x|GdlO{+7-YL$5PxD5FZT0wkp27~ z$adZU-vHkPe*l)z2`0t6Alv&Lcn16v$o-B$_!jsi$o+1BU2qAFp8#(L{vLc1_4h*k z@1g!MocJW<&w`%R$%0fjknOzKc6X(`^9U{56AQv3e1XUQFsh~P87)J#Gj>5M_T013wU$fKUY-q zwdPM=t0z#VP^M8%qI?zwVG_qt2nC@Kb0~Z+Orr2Ji}D=GizpK){5)MC&kxQq-bb9n z{BUmbzUJq76wX~NAq-BXDn6c)U8BjVrt$cMKsCLJ?%Q^XWH~8|Q`BWFbe)dHLe|Ps zFBaCNj%6cOG?|J;X__h)i*0LD6+n{COFvSp>tv+nM{9B3H&rG#7VBn*yrpJtj$|A| zOwyCZC}pv@*X~qe*HzvQ)uQ*l+IiJfNkciYtQszpt|yjt>`{M3M@n3jCYN2z;-0ve z86~RHHQRXiL{&#dx7uD@w$|X~RfVqEjHKhqQrl*ZWLwFIw>*(xYw@%YKV`ud6U+WUA-*@vQN^mS-77 zcB7clf$erq|X?=keS+Y|$RY*5<)qv&d9Lc?ChvyhmpzQD-3r<(3+IQnZ!t?;4b7 z)U^~nBbK<^&LJB2I7dC@%d{FRnW`cy=*lII8}~0f$9^{owjgw>KxX{2>u&FN#Yw)E!mW!61#*!Ug9+g$CVOe!l zR+B#C#XVfRLz?B9cgX7P%%!YZAJwd9>R#ciDl&!mRk7;qYdF437oyVFluMB-6^dR% zO4zZhs%xDuRnwM^O6RgxTB_R$jjdj(mlmCpoL412m@70tJ9nxy`%-D{Wtu-(nVUZ` zJ3l)M#nM%^uG!{Ydh>HMH&>aTJu!=C>?<<$rMilhwd}p%^V-AUZ^hZPjRk1JGN+z zR|Z34_f^QNO+V9(r8Z|c?Odw-*{{}@OQ-ksc&s($N=v3`BOE~$I^EFzwwtiw##ZCZ z$+)y^U6NMFbn|L@cK!?%pJ%5GeTn9dpBcM-U(SqNrGx7_j`aPSYO*2QbP8AL;ARVutR zuww>0dxBgqE^bz~)=^I34Drz8%Pj8}Co0vXc|`KV?M^Iv!);T}M<3NMlyh6uk#RKK zcEjyBk?C;zfZhv;D2$2SpJxr}MQyOtZ^22iqWiJJ-6T7ru976{i&tb{W0m*{_Iv{m zw^Ol#>$@jmAI8Pt$HOi3!Bt$LT4u6lhT{UMY~V0Yf&-vq<&d=|!d#5*=a=#SO1t%+ zn7&*262~V&7<7UhS?cISTq=Sm_E#%}Q!Mr3!A>kz1~>VB5a%*V_EICinK8LYyD}~8 zZpq=+a66J6O`XhV5e~J6>|;GRXogn=Do*)W^|0g}!nw{Tm7&xcCrO8XxP#e0v_LSC zXN#F2+sTaF%LQn3@}7msK>#?COFSVc;~2IjGs6>XHLBSG_A=F@~)ws>f!Fj?<#2! ze1cJ=3-XZKFpOr3)Nl){p*ykez-||}c)mpaGF7uSeu&|>xS>n37b#ECU}w0MZ%C}0 z#@(}`M}+X2=hL$;#Xdlm-^Vlj?t(A(I4JM%hj$HTgCxp_PjGMY@&<4Aql2{cYw)tZ zP+h3*I|=_rP7Ff&szl?CH~5ilXmFj6fZZ*qxI`i;`-I)0I@sHt-1Q=Im~vkk#Gpv9 zy+}r~a4OO`pb`Y|AjfH4VmmAiw{Sgktcz6|9T;Qdti{;V4`L2sXxLcdbYiFR--cMt M%c`h}!FR>K01p~F!T, 2011 +# Metin Amiroff , 2011 +# Murat Çorlu , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 11:20+0000\n" +"Last-Translator: BouRock\n" +"Language-Team: Turkish (http://www.transifex.com/django/django/language/" +"tr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: tr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "Mevcut %s" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"Bu mevcut %s listesidir. Aşağıdaki kutudan bazılarını işaretleyerek ve ondan " +"sonra iki kutu arasındaki \"Seçin\" okuna tıklayarak seçebilirsiniz." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Mevcut %s listesini süzmek için bu kutu içine yazın." + +msgid "Filter" +msgstr "Süzgeç" + +msgid "Choose all" +msgstr "Tümünü seçin" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Bir kerede tüm %s seçilmesi için tıklayın." + +msgid "Choose" +msgstr "Seçin" + +msgid "Remove" +msgstr "Kaldır" + +#, javascript-format +msgid "Chosen %s" +msgstr "Seçilen %s" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"Bu seçilen %s listesidir. Aşağıdaki kutudan bazılarını işaretleyerek ve " +"ondan sonra iki kutu arasındaki \"Kaldır\" okuna tıklayarak " +"kaldırabilirsiniz." + +msgid "Remove all" +msgstr "Tümünü kaldır" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Bir kerede tüm seçilen %s kaldırılması için tıklayın." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s / %(cnt)s seçildi" +msgstr[1] "%(sel)s / %(cnt)s seçildi" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Bireysel düzenlenebilir alanlarda kaydedilmemiş değişiklikleriniz var. Eğer " +"bir eylem çalıştırırsanız, kaydedilmemiş değişiklikleriniz kaybolacaktır." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Bir eylem seçtiniz, fakat henüz bireysel alanlara değişikliklerinizi " +"kaydetmediniz. Kaydetmek için lütfen TAMAM düğmesine tıklayın. Eylemi " +"yeniden çalıştırmanız gerekecek." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Bir eylem seçtiniz, fakat bireysel alanlar üzerinde hiçbir değişiklik " +"yapmadınız. Muhtemelen Kaydet düğmesi yerine Git düğmesini arıyorsunuz." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Not: Sunucu saatinin %s saat ilerisindesiniz." +msgstr[1] "Not: Sunucu saatinin %s saat ilerisindesiniz." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Not: Sunucu saatinin %s saat gerisindesiniz." +msgstr[1] "Not: Sunucu saatinin %s saat gerisindesiniz." + +msgid "Now" +msgstr "Şimdi" + +msgid "Choose a Time" +msgstr "Bir Saat Seçin" + +msgid "Choose a time" +msgstr "Bir saat seçin" + +msgid "Midnight" +msgstr "Geceyarısı" + +msgid "6 a.m." +msgstr "Sabah 6" + +msgid "Noon" +msgstr "Öğle" + +msgid "6 p.m." +msgstr "6 ö.s." + +msgid "Cancel" +msgstr "İptal" + +msgid "Today" +msgstr "Bugün" + +msgid "Choose a Date" +msgstr "Bir Tarih Seçin" + +msgid "Yesterday" +msgstr "Dün" + +msgid "Tomorrow" +msgstr "Yarın" + +msgid "January" +msgstr "Ocak" + +msgid "February" +msgstr "Şubat" + +msgid "March" +msgstr "Mart" + +msgid "April" +msgstr "Nisan" + +msgid "May" +msgstr "Mayıs" + +msgid "June" +msgstr "Haziran" + +msgid "July" +msgstr "Temmuz" + +msgid "August" +msgstr "Ağustos" + +msgid "September" +msgstr "Eylül" + +msgid "October" +msgstr "Ekim" + +msgid "November" +msgstr "Kasım" + +msgid "December" +msgstr "Aralık" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "P" + +msgctxt "one letter Monday" +msgid "M" +msgstr "P" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "S" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "Ç" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "P" + +msgctxt "one letter Friday" +msgid "F" +msgstr "C" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "C" + +msgid "Show" +msgstr "Göster" + +msgid "Hide" +msgstr "Gizle" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/tt/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/tt/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..d6a3599ef9e263cd25acb6b3b685910bc8d1074a GIT binary patch literal 13124 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 literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/tt/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/tt/LC_MESSAGES/django.po new file mode 100644 index 0000000..5dd7fd3 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/tt/LC_MESSAGES/django.po @@ -0,0 +1,654 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Azat Khasanshin , 2011 +# v_ildar , 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 09:09+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Tatar (http://www.transifex.com/django/django/language/tt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: tt\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d %(items)s уңышлы рәвештә бетерелгән." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "%(name)s бетереп булмады" + +msgid "Are you sure?" +msgstr "Сез инанып карар кылдыгызмы?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Сайланган %(verbose_name_plural)s бетерергә" + +msgid "Administration" +msgstr "" + +msgid "All" +msgstr "Барысы" + +msgid "Yes" +msgstr "Әйе" + +msgid "No" +msgstr "Юк" + +msgid "Unknown" +msgstr "Билгесез" + +msgid "Any date" +msgstr "Теләсә нинди көн һәм вакыт" + +msgid "Today" +msgstr "Бүген" + +msgid "Past 7 days" +msgstr "Соңгы 7 көн" + +msgid "This month" +msgstr "Бу ай" + +msgid "This year" +msgstr "Бу ел" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" + +msgid "Action:" +msgstr "Гамәл:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Тагын бер %(verbose_name)s өстәргә" + +msgid "Remove" +msgstr "Бетерергә" + +msgid "action time" +msgstr "гамәл вакыты" + +msgid "user" +msgstr "" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "объект идентификаторы" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "объект фаразы" + +msgid "action flag" +msgstr "гамәл тибы" + +msgid "change message" +msgstr "үзгәрү белдерүе" + +msgid "log entry" +msgstr "журнал язмасы" + +msgid "log entries" +msgstr "журнал язмалары" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "" + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "" + +msgid "LogEntry Object" +msgstr "" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "" + +msgid "and" +msgstr "һәм" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "Үзгәртелгән кырлар юк." + +msgid "None" +msgstr "Юк" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Элементар өстеннән гамәл кылу өчен алар сайланган булырга тиеш. Элементлар " +"үзгәртелмәгән." + +msgid "No action selected." +msgstr "Гамәл сайланмаган." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "%(name)s \"%(obj)s\" уңышлы рәвештә бетерелгән." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "%(key)r беренчел ачкыч белән булган %(name)s юк." + +#, python-format +msgid "Add %s" +msgstr "%s өстәргә" + +#, python-format +msgid "Change %s" +msgstr "%s үзгәртергә" + +msgid "Database error" +msgstr "Бирелмәләр базасы хатасы" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s уңышлы рәвештә үзгәртелгән." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s сайланган" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "Барлык %(cnt)s объектан 0 сайланган" + +#, python-format +msgid "Change history: %s" +msgstr "Үзгәртү тарихы: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +msgid "Django site admin" +msgstr "Django сайты идарәсе" + +msgid "Django administration" +msgstr "Django идарәсе" + +msgid "Site administration" +msgstr "Сайт идарәсе" + +msgid "Log in" +msgstr "Керергә" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "Сәхифә табылмаган" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Кызганычка каршы, соралган сәхифә табылмады." + +msgid "Home" +msgstr "Башбит" + +msgid "Server error" +msgstr "Сервер хатасы" + +msgid "Server error (500)" +msgstr "Сервер хатасы (500)" + +msgid "Server Error (500)" +msgstr "Сервер хатасы (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +msgid "Run the selected action" +msgstr "Сайланган гамәлне башкарырга" + +msgid "Go" +msgstr "Башкарырга" + +msgid "Click here to select the objects across all pages" +msgstr "Барлык сәхифәләрдә булган объектларны сайлау өчен монда чирттерегез" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Бөтен %(total_count)s %(module_name)s сайларга" + +msgid "Clear selection" +msgstr "Сайланганлыкны алырга" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Баштан логин һәм серсүзне кертегез. Аннан соң сез кулланучы турында күбрәк " +"мәгълүматне төзәтә алырсыз." + +msgid "Enter a username and password." +msgstr "Логин һәм серсүзне кертегез." + +msgid "Change password" +msgstr "Серсүзне үзгәртергә" + +msgid "Please correct the error below." +msgstr "Зинһар, биредәге хаталарны төзәтегез." + +msgid "Please correct the errors below." +msgstr "" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "%(username)s кулланучы өчен яңа серсүзне кертегез." + +msgid "Welcome," +msgstr "Рәхим итегез," + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "Документация" + +msgid "Log out" +msgstr "Чыгарга" + +#, python-format +msgid "Add %(name)s" +msgstr "%(name)s өстәргә" + +msgid "History" +msgstr "Тарих" + +msgid "View on site" +msgstr "Сайтта карарга" + +msgid "Filter" +msgstr "Филтер" + +msgid "Remove from sorting" +msgstr "" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "" + +msgid "Toggle sorting" +msgstr "" + +msgid "Delete" +msgstr "Бетерергә" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"%(object_name)s '%(escaped_object)s' бетереүе аның белән бәйләнгән " +"объектларның бетерелүенә китерә ала, әмма сезнең хисап язмагызның киләсе " +"объект тибларын бетерү өчен хокуклары җитми:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"%(object_name)s '%(escaped_object)s' бетерүе киләсе сакланган объектларның " +"бетерелүен таләп итә:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Сез инанып %(object_name)s \"%(escaped_object)s\" бетерергә телисезме? " +"Барлык киләсе бәйләнгән объектлар да бетерелер:" + +msgid "Objects" +msgstr "" + +msgid "Yes, I'm sure" +msgstr "Әйе, мин инандым" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "Берничә объектны бетерергә" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Сайланган %(objects_name)s бетерүе аның белән бәйләнгән объектларның " +"бетерелүенә китерә ала, әмма сезнең хисап язмагызның киләсе объект тибларын " +"бетерү өчен хокуклары җитми:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"%(objects_name)s бетерүе киләсе аның белән бәйләнгән сакланган объектларның " +"бетерелүен таләп итә:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Сез инанып %(objects_name)s бетерергә телисезме? Барлык киләсе объектлар һәм " +"алар белән бәйләнгән элементлар да бетерелер:" + +msgid "Change" +msgstr "Үзгәртергә" + +msgid "Delete?" +msgstr "Бетерергә?" + +#, python-format +msgid " By %(filter_title)s " +msgstr "%(filter_title)s буенча" + +msgid "Summary" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "" + +msgid "Add" +msgstr "Өстәргә" + +msgid "You don't have permission to edit anything." +msgstr "Төзәтү өчен хокукларыгыз җитми." + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "Тарих юк" + +msgid "Unknown content" +msgstr "Билгесез тип" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Сезнең бирелмәләр базасы дөрес итем көйләнмәгән. Тиешле җәдвәлләр төзелгәнен " +"һәм тиешле кулланучының хокуклары җитәрлек булуын тикшерегез." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "" + +msgid "Date/time" +msgstr "Көн һәм вакыт" + +msgid "User" +msgstr "Кулланучы" + +msgid "Action" +msgstr "Гамәл" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Әлеге объектның үзгәртү тарихы юк. Бу идарә итү сайты буенча өстәлмәгән " +"булуы ихтимал." + +msgid "Show all" +msgstr "Бөтенесен күрсәтергә" + +msgid "Save" +msgstr "Сакларга" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Search" +msgstr "Эзләргә" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s нәтиҗә" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "барлыгы %(full_result_count)s" + +msgid "Save as new" +msgstr "Яңа объект итеп сакларга" + +msgid "Save and add another" +msgstr "Сакларга һәм бүтән объектны өстәргә" + +msgid "Save and continue editing" +msgstr "Сакларга һәм төзәтүне дәвам итәргә" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Сайтыбызда үткәргән вакыт өчен рәхмәт." + +msgid "Log in again" +msgstr "Тагын керергә" + +msgid "Password change" +msgstr "Серсүзне үзгәртү" + +msgid "Your password was changed." +msgstr "Серсүзегез үзгәртелгән." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Хәвефсезлек сәбәпле, зинһар, үзегезнең иске серсүзне кертегез, аннан яңа " +"серсүзне ике тапкыр кертегез (дөрес язылышын тикшерү өчен)." + +msgid "Change my password" +msgstr "Серсүземне үзгәртергә" + +msgid "Password reset" +msgstr "Серсүзне торгызу" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Серсүзегез үзгәртелгән. Сез хәзер керә аласыз." + +msgid "Password reset confirmation" +msgstr "Серсүзне торгызу раслау" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "Зинһар, тикшерү өчен яңа серсүзегезне ике тапкыр кертегез." + +msgid "New password:" +msgstr "Яңа серсуз:" + +msgid "Confirm password:" +msgstr "Серсүзне раслагыз:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Серсүзне торгызу өчен сылтама хаталы. Бәлки аның белән инде кулланганнар. " +"Зинһар, серсүзне тагын бер тапкыр торгызып карагыз." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" + +msgid "Please go to the following page and choose a new password:" +msgstr "Зинһар, бу сәхифәгә юнәлегез һәм яңа серсүзне кертегез:" + +msgid "Your username, in case you've forgotten:" +msgstr "Сезнең кулланучы исемегез (оныткан булсагыз):" + +msgid "Thanks for using our site!" +msgstr "Безнең сайтны куллану өчен рәхмәт!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s сайтының төркеме" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" + +msgid "Email address:" +msgstr "Эл. почта адресы:" + +msgid "Reset my password" +msgstr "Серсүземне торгызырга" + +msgid "All dates" +msgstr "Бөтен көннәр" + +#, python-format +msgid "Select %s" +msgstr "%s сайлагыз" + +#, python-format +msgid "Select %s to change" +msgstr "Үзгәртү өчен %s сайлагыз" + +msgid "Date:" +msgstr "Көн:" + +msgid "Time:" +msgstr "Вакыт:" + +msgid "Lookup" +msgstr "Эзләү" + +msgid "Currently:" +msgstr "" + +msgid "Change:" +msgstr "" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/tt/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/tt/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..1a6e873f503fe0d0ff41ea324767d88b7772a1c7 GIT binary patch literal 2607 zcmb7E-ES0C6dx5oSicbQ!T5E=5I~sO-6|j1icu;kLZyLK!wboD=kD&n?A&$cZc7s% zXo)EaYQShBO-#U#2Yir{vMIDwUwqLQ@3e`JM*asMeAC~#Gh4PTk~r;QNV><@q(r6%2;x7PL9i*I@hCk;h20q zh#MgdC)SO*vQEsM_32!X;D!6aoSCn+VN)!E%`wR;ZP-)^6<)C*DoS{F+}lpB({QZU zhg?5!2LnMHVyn*$DQcsnTvC2RELwrth(*XJ_xgbnk@c4E39H}tLcdm5);m&$ zcnn*IL_-b<>u??KW$C#ics67d!8{^jIP%gF*`m5TBo^tC81RiieN{u3!*vM^aU)tDY1jvaK>^uf z4_j&evB8t(M5_!iUzswyHO&KY>Kd$+ny}MP5?XoOUZs1_q?u&%WJ+$9& zl_*h9p}5^HY_p3ysOP0pv1d!6r%=E_`;Zv&Ip(r+Jw+-OO2xvK0F=q zm5fUCwi||iOa}x8FQ8Yz2IgylF&#gw%2(kN)>>{&*k$21N>p~08_}k^Qq596KRi6_ zD30e>#R;b(8~L=N4g{HVUa9=%T>rlQJ-2EvI)z-H43!AMX{3qblsKXC&A|1;UhaJq z3$^Rr@?LxAt#h2KDk6JNSdkt^u|zuueYHpuF;s3KXhm*d@0C#_E>YMtX1uG|OX=&b zLT?V=a{6)W$>b#N(d3Mt!{4Ny!*`$l1SF#{uj^S})KmPl^q0xWWNhKQS!mOCOJ7*H zlzfzoE}T!sNMB3FbQ=y+e1gAg{ezyt-y|jDNPrk{KZAsLv-D>OIRkTyx-w1S+_a_7 zWk(IKuKkYh#pTpYwr}+{J)3--j3p;6eK|R;+c?iR2wD2;g-c+SoZ=GFlFeFj+S1>F z@HC&~%x$is+i_z4GJH&px1yb!zl<{4-J+N*6HsBC(_O^oG;yi=2ExxmvvyY{`YJ2J z)zbVd_HPh`y`-mENrc7{D6osZ03z+FN&k*7S5-F z^Wd58K;*L!D*ZH&?Z^3VRx}mkWDY~6v;rP5{Zm@Uk_L7uX9n>MSB|0Ox*^>J+^%Oa zmaEWJ1K98&pu0TKE5;^O6Y_!kZKtq%q>O;3(yg2UEkyJ-iZmNWvL)#-o74O~@mJKD SQ%XKHWVmDFAeD`uWBm)nvSpY6 literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/tt/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/tt/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..35e1773 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/tt/LC_MESSAGES/djangojs.po @@ -0,0 +1,208 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Azat Khasanshin , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 10:10+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Tatar (http://www.transifex.com/django/django/language/tt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: tt\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#, javascript-format +msgid "Available %s" +msgstr "Рөхсәт ителгән %s" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +msgid "Filter" +msgstr "Фильтр" + +msgid "Choose all" +msgstr "Барысын сайларга" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "" + +msgid "Choose" +msgstr "" + +msgid "Remove" +msgstr "Бетерергә" + +#, javascript-format +msgid "Chosen %s" +msgstr "Сайланган %s" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" + +msgid "Remove all" +msgstr "" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(cnt)s арасыннан %(sel)s сайланган" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Кайбер кырларда сакланмаган төзәтүләр кала. Сез гамәлне башкарсагыз, сезнең " +"сакланмаган үзгәртүләр югалачаклар." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Сез гамәлне сайладыгыз, әмма кайбер кырлардагы төзәтүләрне сакламадыгыз. " +"Аларны саклау өчен OK төймәсенә басыгыз. Аннан соң гамәлне тагын бер тапкыр " +"башкарырга туры килер." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Сез гамәлне сайладыгыз һәм төзәтүләрне башкармадыгыз. Бәлки сез \"Сакларга\" " +"төймәсе урынына \"Башкарырга\" төймәсен кулланырга теләдегез." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" + +msgid "Now" +msgstr "Хәзер" + +msgid "Choose a Time" +msgstr "" + +msgid "Choose a time" +msgstr "Вакыт сайлагыз" + +msgid "Midnight" +msgstr "Төн уртасы" + +msgid "6 a.m." +msgstr "Иртәнге 6" + +msgid "Noon" +msgstr "Төш" + +msgid "6 p.m." +msgstr "" + +msgid "Cancel" +msgstr "Юкка чыгарырга" + +msgid "Today" +msgstr "Бүген" + +msgid "Choose a Date" +msgstr "" + +msgid "Yesterday" +msgstr "Кичә" + +msgid "Tomorrow" +msgstr "Иртәгә" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "Күрсәтергә" + +msgid "Hide" +msgstr "Яшерергә" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/udm/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/udm/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..d51b11a4aa85e6eee5a332d21fe6d8f20315b151 GIT binary patch literal 622 zcmZ9IL2J}N6vs!c3PC*d>|u^dnN6ZdmswZD-4?1{TuN5-IBwo%rzSIDX5!YXy;Mb1 zP&^9t3wWqETff2t?|v3vvc-ZAe)-Q!{_o9u`Lnw6nP6N*t|3F@GLj=r93YpF*Qfdc zwfX)9xqy5{KAj`v8|o_3Jx|CL)Q6~7QJUO7k4dh01^oAqNL! zqMj?gP~<6CGB$b_rjBi;>@gTCwc<40MYj%ipwz~(kUkHk>{X zN=Zw%L8g$?J2(xd_wqLFNHx=Uu|{Q;$bcmv3Qi|!Q5i?C&z&oI7%mozj%ymq8SHhY zx(LhVnl>!M<#u6y+99mcBD@idwniIge<1Ee!9Xhq3MYG6;))LTTv+Bpsve!rg|XoJ zlVp>1&wR~=GcasJO?4_&#%cGNbpJ->6mJT~d1XY-Hnk}%r>bmI+mCy6dF)5MfcV3D r-~aO8>sR%g`n^B)C*=20yrlQ!{(csQ!x`k&}{NBl?s!yl8sF+;lc literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/udm/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/udm/LC_MESSAGES/django.po new file mode 100644 index 0000000..df03f5f --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/udm/LC_MESSAGES/django.po @@ -0,0 +1,606 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-17 11:07+0100\n" +"PO-Revision-Date: 2015-01-18 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Udmurt (http://www.transifex.com/projects/p/django/language/" +"udm/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: udm\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "" + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "" + +msgid "Are you sure?" +msgstr "" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "" + +msgid "Administration" +msgstr "" + +msgid "All" +msgstr "" + +msgid "Yes" +msgstr "Бен" + +msgid "No" +msgstr "" + +msgid "Unknown" +msgstr "Тодымтэ" + +msgid "Any date" +msgstr "" + +msgid "Today" +msgstr "" + +msgid "Past 7 days" +msgstr "" + +msgid "This month" +msgstr "" + +msgid "This year" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" + +msgid "Action:" +msgstr "" + +msgid "action time" +msgstr "" + +msgid "object id" +msgstr "" + +msgid "object repr" +msgstr "" + +msgid "action flag" +msgstr "" + +msgid "change message" +msgstr "" + +msgid "log entry" +msgstr "" + +msgid "log entries" +msgstr "" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "" + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "" + +msgid "LogEntry Object" +msgstr "" + +msgid "None" +msgstr "" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-format +msgid "Changed %s." +msgstr "" + +msgid "and" +msgstr "" + +#, python-format +msgid "Added %(name)s \"%(object)s\"." +msgstr "" + +#, python-format +msgid "Changed %(list)s for %(name)s \"%(object)s\"." +msgstr "" + +#, python-format +msgid "Deleted %(name)s \"%(object)s\"." +msgstr "" + +msgid "No fields changed." +msgstr "" + +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may edit it again below." +msgstr "" + +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was added successfully. You may add another " +"%(name)s below." +msgstr "" + +#, python-format +msgid "The %(name)s \"%(obj)s\" was added successfully." +msgstr "" + +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may edit it again " +"below." +msgstr "" + +#, python-format +msgid "" +"The %(name)s \"%(obj)s\" was changed successfully. You may add another " +"%(name)s below." +msgstr "" + +#, python-format +msgid "The %(name)s \"%(obj)s\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" + +msgid "No action selected." +msgstr "" + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "" + +#, python-format +msgid "Add %s" +msgstr "" + +#, python-format +msgid "Change %s" +msgstr "" + +msgid "Database error" +msgstr "" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "" + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "" + +#, python-format +msgid "Change history: %s" +msgstr "" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +msgid "Django site admin" +msgstr "" + +msgid "Django administration" +msgstr "" + +msgid "Site administration" +msgstr "" + +msgid "Log in" +msgstr "" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "" + +msgid "We're sorry, but the requested page could not be found." +msgstr "" + +msgid "Home" +msgstr "" + +msgid "Server error" +msgstr "" + +msgid "Server error (500)" +msgstr "" + +msgid "Server Error (500)" +msgstr "" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +msgid "Run the selected action" +msgstr "" + +msgid "Go" +msgstr "" + +msgid "Click here to select the objects across all pages" +msgstr "" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "" + +msgid "Clear selection" +msgstr "" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" + +msgid "Enter a username and password." +msgstr "" + +msgid "Change password" +msgstr "" + +msgid "Please correct the error below." +msgstr "" + +msgid "Please correct the errors below." +msgstr "" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" + +msgid "Welcome," +msgstr "" + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "" + +msgid "Log out" +msgstr "" + +msgid "Add" +msgstr "" + +msgid "History" +msgstr "" + +msgid "View on site" +msgstr "" + +#, python-format +msgid "Add %(name)s" +msgstr "" + +msgid "Filter" +msgstr "" + +msgid "Remove from sorting" +msgstr "" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "" + +msgid "Toggle sorting" +msgstr "" + +msgid "Delete" +msgstr "Ӵушоно" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" + +msgid "Objects" +msgstr "" + +msgid "Yes, I'm sure" +msgstr "" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" + +msgid "Change" +msgstr "Тупатъяно" + +msgid "Remove" +msgstr "" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "" + +msgid "Delete?" +msgstr "" + +#, python-format +msgid " By %(filter_title)s " +msgstr "" + +msgid "Summary" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "" + +msgid "You don't have permission to edit anything." +msgstr "" + +msgid "Recent Actions" +msgstr "" + +msgid "My Actions" +msgstr "" + +msgid "None available" +msgstr "" + +msgid "Unknown content" +msgstr "" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "" + +msgid "Date/time" +msgstr "" + +msgid "User" +msgstr "" + +msgid "Action" +msgstr "" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" + +msgid "Show all" +msgstr "" + +msgid "Save" +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Search" +msgstr "" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "" + +msgid "Save as new" +msgstr "" + +msgid "Save and add another" +msgstr "" + +msgid "Save and continue editing" +msgstr "" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "" + +msgid "Log in again" +msgstr "" + +msgid "Password change" +msgstr "" + +msgid "Your password was changed." +msgstr "" + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" + +msgid "Change my password" +msgstr "" + +msgid "Password reset" +msgstr "" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "" + +msgid "Password reset confirmation" +msgstr "" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" + +msgid "New password:" +msgstr "" + +msgid "Confirm password:" +msgstr "" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" + +msgid "Please go to the following page and choose a new password:" +msgstr "" + +msgid "Your username, in case you've forgotten:" +msgstr "" + +msgid "Thanks for using our site!" +msgstr "" + +#, python-format +msgid "The %(site_name)s team" +msgstr "" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" + +msgid "Email address:" +msgstr "" + +msgid "Reset my password" +msgstr "" + +msgid "All dates" +msgstr "" + +msgid "(None)" +msgstr "" + +#, python-format +msgid "Select %s" +msgstr "" + +#, python-format +msgid "Select %s to change" +msgstr "" + +msgid "Date:" +msgstr "" + +msgid "Time:" +msgstr "" + +msgid "Lookup" +msgstr "" + +msgid "Currently:" +msgstr "" + +msgid "Change:" +msgstr "" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/udm/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/udm/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..af7ab53bb6735a670114ecf738e973e4f5831251 GIT binary patch literal 462 zcmYLF!A=4(5XI3XRZ0i%-OX{0*q65Q_gE^1WDJ@WHy?s z(z*aspXn5ys?0-d1&L;_F$|oN0k!ZfgA(ML@is6HyhAt_tkYziF%-gFedyZrpt}Xm zfVHtj@S7$>L=)))#7-KY%V3=#FVYz8$wcW?<>VgIVELHu%9b`u`+z+rt7N7iRZRJY5?j!6zow@p-ET+pKL=W+1-*=>\n" +"Language-Team: Udmurt (http://www.transifex.com/projects/p/django/language/" +"udm/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: udm\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#, javascript-format +msgid "Available %s" +msgstr "" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +msgid "Filter" +msgstr "" + +msgid "Choose all" +msgstr "" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "" + +msgid "Choose" +msgstr "" + +msgid "Remove" +msgstr "" + +#, javascript-format +msgid "Chosen %s" +msgstr "" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" + +msgid "Remove all" +msgstr "" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" + +msgid "Now" +msgstr "" + +msgid "Clock" +msgstr "" + +msgid "Choose a time" +msgstr "" + +msgid "Midnight" +msgstr "" + +msgid "6 a.m." +msgstr "" + +msgid "Noon" +msgstr "" + +msgid "Cancel" +msgstr "" + +msgid "Today" +msgstr "" + +msgid "Calendar" +msgstr "" + +msgid "Yesterday" +msgstr "" + +msgid "Tomorrow" +msgstr "" + +msgid "" +"January February March April May June July August September October November " +"December" +msgstr "" + +msgid "S M T W T F S" +msgstr "" + +msgid "Show" +msgstr "" + +msgid "Hide" +msgstr "" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/uk/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/uk/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..9ad9b1d8ea45a560e25b762744ade6d6553e0671 GIT binary patch literal 20141 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, 2014 +# Andriy Sokolovskiy , 2015 +# Boryslav Larin , 2011 +# Denis Podlesniy , 2016 +# Igor Melnyk, 2014 +# Jannis Leidel , 2011 +# Kirill Gagarski , 2015 +# Max V. Stotsky , 2014 +# Mikhail Kolesnik , 2015 +# Mykola Zamkovoi , 2014 +# Sergiy Kuzmenko , 2011 +# Zoriana Zaiats, 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-07-07 22:38+0000\n" +"Last-Translator: Denis Podlesniy \n" +"Language-Team: Ukrainian (http://www.transifex.com/django/django/language/" +"uk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: uk\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Успішно видалено %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Не вдається видалити %(name)s" + +msgid "Are you sure?" +msgstr "Ви впевнені?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Видалити обрані %(verbose_name_plural)s" + +msgid "Administration" +msgstr "Адміністрування" + +msgid "All" +msgstr "Всі" + +msgid "Yes" +msgstr "Так" + +msgid "No" +msgstr "Ні" + +msgid "Unknown" +msgstr "Невідомо" + +msgid "Any date" +msgstr "Будь-яка дата" + +msgid "Today" +msgstr "Сьогодні" + +msgid "Past 7 days" +msgstr "Останні 7 днів" + +msgid "This month" +msgstr "Цього місяця" + +msgid "This year" +msgstr "Цього року" + +msgid "No date" +msgstr "Без дати" + +msgid "Has date" +msgstr "Має дату" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Будь ласка, введіть правильні %(username)s і пароль для облікового запису " +"персоналу. Зауважте, що обидва поля можуть бути чутливі до регістру." + +msgid "Action:" +msgstr "Дія:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Додати ще %(verbose_name)s" + +msgid "Remove" +msgstr "Видалити" + +msgid "action time" +msgstr "час дії" + +msgid "user" +msgstr "користувач" + +msgid "content type" +msgstr "тип вмісту" + +msgid "object id" +msgstr "id об'єкта" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "представлення об'єкта (repr)" + +msgid "action flag" +msgstr "позначка дії" + +msgid "change message" +msgstr "змінити повідомлення" + +msgid "log entry" +msgstr "запис у журналі" + +msgid "log entries" +msgstr "записи в журналі" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "Додано \"%(object)s\"." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "Змінено \"%(object)s\" - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "Видалено \"%(object)s.\"" + +msgid "LogEntry Object" +msgstr "Об'єкт журнального запису" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "Додано {name} \"{object}\"." + +msgid "Added." +msgstr "Додано." + +msgid "and" +msgstr "та" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "Змінені {fields} для {name} \"{object}\"." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "Змінені {fields}." + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "Видалено {name} \"{object}\"." + +msgid "No fields changed." +msgstr "Поля не змінені." + +msgid "None" +msgstr "Ніщо" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" +"Затисніть клавішу \"Control\", або \"Command\" на Mac, щоб обрати більше " +"однієї опції." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" +"{name} \"{obj}\" було додано успішно. Нижче Ви можете редагувати його знову." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" +"{name} \"{obj}\" було додано успішно. Нижче Ви можете додати інше {name}." + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "{name} \"{obj}\" було додано успішно." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" +"{name} \"{obj}\" було змінено успішно. Нижче Ви можете редагувати його знову." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" +"{name} \"{obj}\" було змінено успішно. Нижче Ви можете додати інше {name}." + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "{name} \"{obj}\" було змінено успішно." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Для виконання дії необхідно обрати елемент. Жодний елемент не був змінений." + +msgid "No action selected." +msgstr "Дія не обрана." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "%(name)s \"%(obj)s\" був видалений успішно." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "%(name)s об'єкт з первинним ключем %(key)r не існує." + +#, python-format +msgid "Add %s" +msgstr "Додати %s" + +#, python-format +msgid "Change %s" +msgstr "Змінити %s" + +msgid "Database error" +msgstr "Помилка бази даних" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s був успішно змінений." +msgstr[1] "%(count)s %(name)s були успішно змінені." +msgstr[2] "%(count)s %(name)s було успішно змінено." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s обраний" +msgstr[1] "%(total_count)s обрані" +msgstr[2] "Усі %(total_count)s обрано" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 з %(cnt)s обрано" + +#, python-format +msgid "Change history: %s" +msgstr "Історія змін: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Видалення %(class_name)s %(instance)s вимагатиме видалення наступних " +"захищених пов'язаних об'єктів: %(related_objects)s" + +msgid "Django site admin" +msgstr "Django сайт адміністрування" + +msgid "Django administration" +msgstr "Django адміністрування" + +msgid "Site administration" +msgstr "Адміністрування сайта" + +msgid "Log in" +msgstr "Увійти" + +#, python-format +msgid "%(app)s administration" +msgstr "Адміністрування %(app)s" + +msgid "Page not found" +msgstr "Сторінка не знайдена" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Нам шкода, але сторінка яку ви запросили, не знайдена." + +msgid "Home" +msgstr "Домівка" + +msgid "Server error" +msgstr "Помилка сервера" + +msgid "Server error (500)" +msgstr "Помилка сервера (500)" + +msgid "Server Error (500)" +msgstr "Помилка сервера (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Виникла помилка. Адміністратора сайту повідомлено електронною поштою. " +"Помилка буде виправлена ​​найближчим часом. Дякуємо за ваше терпіння." + +msgid "Run the selected action" +msgstr "Виконати обрану дію" + +msgid "Go" +msgstr "Вперед" + +msgid "Click here to select the objects across all pages" +msgstr "Натисніть тут, щоб вибрати об'єкти на всіх сторінках" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Обрати всі %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Скинути вибір" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Спочатку введіть ім'я користувача і пароль. Після цього ви зможете " +"редагувати більше опцій користувача." + +msgid "Enter a username and password." +msgstr "Введіть ім'я користувача і пароль." + +msgid "Change password" +msgstr "Змінити пароль" + +msgid "Please correct the error below." +msgstr "Будь ласка, виправте помилку, вказану нижче." + +msgid "Please correct the errors below." +msgstr "Будь ласка, виправте помилки, вказані нижче." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Введіть новий пароль для користувача %(username)s." + +msgid "Welcome," +msgstr "Вітаємо," + +msgid "View site" +msgstr "Дивитися сайт" + +msgid "Documentation" +msgstr "Документація" + +msgid "Log out" +msgstr "Вийти" + +#, python-format +msgid "Add %(name)s" +msgstr "Додати %(name)s" + +msgid "History" +msgstr "Історія" + +msgid "View on site" +msgstr "Дивитися на сайті" + +msgid "Filter" +msgstr "Відфільтрувати" + +msgid "Remove from sorting" +msgstr "Видалити з сортування" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Пріорітет сортування: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Сортувати в іншому напрямку" + +msgid "Delete" +msgstr "Видалити" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Видалення %(object_name)s '%(escaped_object)s' призведе до видалення " +"пов'язаних об'єктів, але ваш реєстраційний запис не має дозволу видаляти " +"наступні типи об'єктів:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Видалення %(object_name)s '%(escaped_object)s' вимагатиме видалення " +"наступних пов'язаних об'єктів:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Ви впевнені, що хочете видалити %(object_name)s \"%(escaped_object)s\"? Всі " +"пов'язані записи, що перелічені, будуть видалені:" + +msgid "Objects" +msgstr "Об'єкти" + +msgid "Yes, I'm sure" +msgstr "Так, я впевнений" + +msgid "No, take me back" +msgstr "Ні, повернутись назад" + +msgid "Delete multiple objects" +msgstr "Видалити кілька об'єктів" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Видалення обраних %(objects_name)s вимагатиме видалення пов'язаних об'єктів, " +"але ваш обліковий запис не має прав для видалення таких типів об'єктів:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Видалення обраних %(objects_name)s вимагатиме видалення наступних захищених " +"пов'язаних об'єктів:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Ви впевнені, що хочете видалити вибрані %(objects_name)s? Всі вказані " +"об'єкти та пов'язані з ними елементи будуть видалені:" + +msgid "Change" +msgstr "Змінити" + +msgid "Delete?" +msgstr "Видалити?" + +#, python-format +msgid " By %(filter_title)s " +msgstr "За %(filter_title)s" + +msgid "Summary" +msgstr "Резюме" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Моделі у %(name)s додатку" + +msgid "Add" +msgstr "Додати" + +msgid "You don't have permission to edit anything." +msgstr "У вас немає дозволу на редагування будь-чого." + +msgid "Recent actions" +msgstr "Недавні дії" + +msgid "My actions" +msgstr "Мої дії" + +msgid "None available" +msgstr "Немає" + +msgid "Unknown content" +msgstr "Невідомий зміст" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Щось не так з інсталяцією бази даних. Перевірте, що відповідні таблиці бази " +"даних створені та база даних може бути прочитана відповідним користувачем." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Ви аутентифіковані як %(username)s, але вам не надано доступ до цієї " +"сторінки.\n" +"Ввійти в інший аккаунт?" + +msgid "Forgotten your password or username?" +msgstr "Забули пароль або ім'я користувача?" + +msgid "Date/time" +msgstr "Дата/час" + +msgid "User" +msgstr "Користувач" + +msgid "Action" +msgstr "Дія" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Цей об'єкт не має історії змін. Напевно, він був доданий не через цей сайт " +"адміністрування." + +msgid "Show all" +msgstr "Показати всі" + +msgid "Save" +msgstr "Зберегти" + +msgid "Popup closing..." +msgstr "Закриття спливаючого вікна..." + +#, python-format +msgid "Change selected %(model)s" +msgstr "Змінити обрану %(model)s" + +#, python-format +msgid "Add another %(model)s" +msgstr "Додати ще одну %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Видалити обрану %(model)s" + +msgid "Search" +msgstr "Пошук" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s результат" +msgstr[1] "%(counter)s результати" +msgstr[2] "%(counter)s результатів" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s всього" + +msgid "Save as new" +msgstr "Зберегти як нове" + +msgid "Save and add another" +msgstr "Зберегти і додати інше" + +msgid "Save and continue editing" +msgstr "Зберегти і продовжити редагування" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Дякуємо за час, проведений сьогодні на сайті." + +msgid "Log in again" +msgstr "Увійти знову" + +msgid "Password change" +msgstr "Зміна паролю" + +msgid "Your password was changed." +msgstr "Ваш пароль було змінено." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Будь ласка введіть ваш старий пароль, задля безпеки, потім введіть ваш новий " +"пароль двічі для перевірки." + +msgid "Change my password" +msgstr "Змінити мій пароль" + +msgid "Password reset" +msgstr "Перевстановлення паролю" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Пароль встановлено. Ви можете увійти зараз." + +msgid "Password reset confirmation" +msgstr "Підтвердження перевстановлення паролю" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Будь ласка, введіть ваш старий пароль, задля безпеки, потім введіть ваш " +"новий пароль двічі для перевірки." + +msgid "New password:" +msgstr "Новий пароль:" + +msgid "Confirm password:" +msgstr "Підтвердіть пароль:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Посилання на перевстановлення паролю було помилковим. Можливо тому, що воно " +"було вже використано. Будь ласка, замовте нове перевстановлення паролю." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"На електронну адресу, яку ви ввели, надіслано ліста з інструкціями щодо " +"встановлення пароля, якщо обліковий запис з введеною адресою існує. Ви маєте " +"отримати його найближчим часом." + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Якщо Ви не отримали електронного листа, будь ласка переконайтеся, що ввели " +"адресу яку вказували при реєстрації та перевірте папку зі спамом." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Ви отримали цей лист через те, що зробили запит на перевстановлення пароля " +"для облікового запису користувача на %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Будь ласка, перейдіть на цю сторінку, та оберіть новий пароль:" + +msgid "Your username, in case you've forgotten:" +msgstr "У разі, якщо ви забули, ваше ім'я користувача:" + +msgid "Thanks for using our site!" +msgstr "Дякуємо за користування нашим сайтом!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Команда сайту %(site_name)s " + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"Забули пароль? Введіть свою email-адресу нижче і ми вишлемо інструкції по " +"встановленню нового." + +msgid "Email address:" +msgstr "Email адреса:" + +msgid "Reset my password" +msgstr "Перевстановіть мій пароль" + +msgid "All dates" +msgstr "Всі дати" + +#, python-format +msgid "Select %s" +msgstr "Вибрати %s" + +#, python-format +msgid "Select %s to change" +msgstr "Виберіть %s щоб змінити" + +msgid "Date:" +msgstr "Дата:" + +msgid "Time:" +msgstr "Час:" + +msgid "Lookup" +msgstr "Пошук" + +msgid "Currently:" +msgstr "На даний час:" + +msgid "Change:" +msgstr "Змінено:" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/uk/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/uk/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..aa987520efeedcde4136fbc01e5fa812ad97b808 GIT binary patch literal 5560 zcmcJRe~cVu8OL9wC|(sUiYOw!R9jlwuh}86uO8cCT4E;z1yL?Gnbj! zyIw*9?O7_?v{GwP5+Jn-G0||na=lBhKl}$1(df*dCWe?`VvLE2M*lO$&-2c^*KK>& zCfLco^PTsZ=Y8Jq^W%MH-@b9l_Y~JU#;uIg*C_P>__b@faqU{7)ZO3&_+Ie1!#VIe z=I7k}P4ENEf9>YKbNC1FgUJ8n@ShH^WpNMkW#Ie4Tft9*E5ViE0C+vvaySOc{!fFL zP|t$z1HbL&-*xzXke_;qo49Zc6g#hhvTh3eDmVjH!5c6t?`xpwH$kyG3i4CCxCzgv zLE-r=Q0yEA4}(7dp9hO9!le2+DE58v^vTXImn zAmwV$5$@ZIFxqo1lg~1wb}11Iu8K`_b*#f-y<$}@NO(kGYKf^|_T75z6@+Sndx$BEiF=J`!;sA=?ySZ(rxnrW&{jWCRj1MTU}UeYzI`mL^6(miY1wXq4T zv8G?!sgqFGtU2v9n~1fS=#X8CYE$QZWLn{vvF}mMSD#ngY-*-8WFj?ShN89?O{f9C znK1v7UpH!-7g*W0c5^~)YX?RRdQq*xeL@ZT^}ru#BAcddM{VpngSW7grt2y?!VhR}a^cP$KZC4U_|km)c=Q zlU#2{1I22?k2SxfVRX}viS)4cx)NNp{cptQWhyn1_=(p%58Eo!^>94*Xwi78CrnH&iaDvQhDRNDP9#CoUM=y% zV2zF6gi{FaNOa4qQ}BW0!3#zVCpv&Z-5>MoZLi7Rrdf||Z0?{~N273vBRZj*VQ7Ot z98#%7`2m95P7)SJ9&-`0sl3@CO!9Zd%Tq&1cToRRAIoANl2F-hc^}-k1BXOY` zR&>wyhpUB6k@2Li3euP>y027TUnt#GDBrF7)>g`Wcb57}B@_#fnlWE&UZ8h(p@d#v z<*v`)S>oz>(2J8oHS&VE=_O%Q(VI=cDcBy?n5#1yK=YgP1PJ0s5zeDblXktCy)-rn)?@nRxI{b939*7W9Xb)e}C^tN~QuI?G! zI=JP00LsNu&!#X)OaL*?W<@7vSJFG$WRDF}lu>Mw{>Q2Vg?rBH$zH=IDr^aAVVwq5 z(f17b$pX=eZtv{b-fTx+voH`wt+=9tQ9F(M*KW}HWB;mPMY+`9U)C#EYI!W(-d`^3 zFX)m+o%wzJeVteL_OFviyP|Y&xulbz(lgmXmF-Sv*z}y8q=z({Ph|(wX(5sA&h}(S zp$B6h@VwqK(<#lxgk>XK*skng^XRNNPX8iu>GBMY14 zA%VwB`FmKOaeHOYrDxOQT5cDumT$Lsn!aJ9I-5-vFK1vnofF>aeD0v5uwYm=T-4$T z+@55mL^GYw4#59xdLlim(jT$+e72uRJfqU1*?aZLR&lbL{hX;id5Kx_#}-lYs|{%l`zjeMHG+GZg!(2@;8 zLkSUZojq$Uo$iitryJ*O_ZyOsyaCdlT<^Q68Wt@A`QYrMIxHo8SSSGrB85X|JK&N? zdCa0mCdjURD|Jjewgp8U+K*OOAso#1=0!%;&=E=Y4Ae;b8chvMO7&)k^SZkHSqz9Y{6g|@7MC$wcH{5oy^M9$t37B{EG?Nc~6lb+7Kk%l^- zL wxIOXK{zfl6N^Ya9^uAB4yolmGw# literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/uk/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/uk/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..0b2cd24 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/uk/LC_MESSAGES/djangojs.po @@ -0,0 +1,225 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Oleksandr Chernihov , 2014 +# Boryslav Larin , 2011 +# Denis Podlesniy , 2016 +# Jannis Leidel , 2011 +# Panasoft , 2016 +# Sergey Lysach , 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-07-07 22:59+0000\n" +"Last-Translator: Denis Podlesniy \n" +"Language-Team: Ukrainian (http://www.transifex.com/django/django/language/" +"uk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: uk\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#, javascript-format +msgid "Available %s" +msgstr "В наявності %s" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"Це список всіх доступних %s. Ви можете обрати деякі з них, виділивши їх у " +"полі нижче і натиснувшт кнопку \"Обрати\"." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" +"Почніть вводити текст в цьому полі щоб відфільтрувати список доступних %s." + +msgid "Filter" +msgstr "Фільтр" + +msgid "Choose all" +msgstr "Обрати всі" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Натисніть щоб обрати всі %s відразу." + +msgid "Choose" +msgstr "Обрати" + +msgid "Remove" +msgstr "Видалити" + +#, javascript-format +msgid "Chosen %s" +msgstr "Обрано %s" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"Це список обраних %s. Ви можете видалити деякі з них, виділивши їх у полі " +"нижче і натиснувши кнопку \"Видалити\"." + +msgid "Remove all" +msgstr "Видалити все" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Натисніть щоб видалити всі обрані %s відразу." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "Обрано %(sel)s з %(cnt)s" +msgstr[1] "Обрано %(sel)s з %(cnt)s" +msgstr[2] "Обрано %(sel)s з %(cnt)s" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Ви зробили якісь зміни у деяких полях. Якщо Ви виконаєте цю дію, всі " +"незбережені зміни буде втрачено." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Ви обрали дію, але не зберегли зміни в окремих полях. Будь ласка, натисніть " +"ОК, щоб зберегти. Вам доведеться повторно запустити дію." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Ви обрали дію і не зробили жодних змін у полях. Ви, напевно, шукаєте кнопку " +"\"Виконати\", а не \"Зберегти\"." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Примітка: Ви на %s годину попереду серверного часу." +msgstr[1] "Примітка: Ви на %s години попереду серверного часу." +msgstr[2] "Примітка: Ви на %s годин попереду серверного часу." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Примітка: Ви на %s годину позаду серверного часу." +msgstr[1] "Примітка: Ви на %s години позаду серверного часу." +msgstr[2] "Примітка: Ви на %s годин позаду серверного часу." + +msgid "Now" +msgstr "Зараз" + +msgid "Choose a Time" +msgstr "Оберіть час" + +msgid "Choose a time" +msgstr "Оберіть час" + +msgid "Midnight" +msgstr "Північ" + +msgid "6 a.m." +msgstr "6" + +msgid "Noon" +msgstr "Полудень" + +msgid "6 p.m." +msgstr "18:00" + +msgid "Cancel" +msgstr "Відмінити" + +msgid "Today" +msgstr "Сьогодні" + +msgid "Choose a Date" +msgstr "Оберіть дату" + +msgid "Yesterday" +msgstr "Вчора" + +msgid "Tomorrow" +msgstr "Завтра" + +msgid "January" +msgstr "січня" + +msgid "February" +msgstr "лютого" + +msgid "March" +msgstr "березня" + +msgid "April" +msgstr "квітня" + +msgid "May" +msgstr "травня" + +msgid "June" +msgstr "червня" + +msgid "July" +msgstr "липня" + +msgid "August" +msgstr "серпня" + +msgid "September" +msgstr "вересня" + +msgid "October" +msgstr "жовтня" + +msgid "November" +msgstr "листопада" + +msgid "December" +msgstr "грудня" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "Н" + +msgctxt "one letter Monday" +msgid "M" +msgstr "П" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "В" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "С" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "Ч" + +msgctxt "one letter Friday" +msgid "F" +msgstr "П" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "С" + +msgid "Show" +msgstr "Показати" + +msgid "Hide" +msgstr "Сховати" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ur/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ur/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..0d20179c33071674a0fcc9b91db18212ce5e6b58 GIT binary patch literal 13266 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 XdYr(GxS8T$y4T&QS)v#_lgR%AQ9$hM literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ur/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ur/LC_MESSAGES/django.po new file mode 100644 index 0000000..3717a65 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ur/LC_MESSAGES/django.po @@ -0,0 +1,660 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Mansoorulhaq Mansoor , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 09:09+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Urdu (http://www.transifex.com/django/django/language/ur/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ur\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d %(items)s کو کامیابی سے مٹا دیا گیا۔" + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "%(name)s نہیں مٹایا جا سکتا" + +msgid "Are you sure?" +msgstr "آپ کو یقین ھے؟" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "منتخب شدہ %(verbose_name_plural)s مٹائیں" + +msgid "Administration" +msgstr "" + +msgid "All" +msgstr "تمام" + +msgid "Yes" +msgstr "ھاں" + +msgid "No" +msgstr "نھیں" + +msgid "Unknown" +msgstr "نامعلوم" + +msgid "Any date" +msgstr "کوئی تاریخ" + +msgid "Today" +msgstr "آج" + +msgid "Past 7 days" +msgstr "گزشتہ سات دن" + +msgid "This month" +msgstr "یہ مھینہ" + +msgid "This year" +msgstr "یہ سال" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" + +msgid "Action:" +msgstr "کاروائی:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "دوسرا %(verbose_name)s درج کریں" + +msgid "Remove" +msgstr "خارج کریں" + +msgid "action time" +msgstr "کاروائی کا وقت" + +msgid "user" +msgstr "" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "شے کا شناختی نمبر" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "شے کا نمائندہ" + +msgid "action flag" +msgstr "کاروائی کا پرچم" + +msgid "change message" +msgstr "پیغام تبدیل کریں" + +msgid "log entry" +msgstr "لاگ کا اندراج" + +msgid "log entries" +msgstr "لاگ کے اندراج" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "" + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "" + +msgid "LogEntry Object" +msgstr "" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "" + +msgid "and" +msgstr "اور" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "کوئی خانہ تبدیل نھیں کیا گیا۔" + +msgid "None" +msgstr "کوئی نھیں" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"اشیاء پر کاروائی سرانجام دینے کے لئے ان کا منتخب ھونا ضروری ھے۔ کوئی شے " +"تبدیل نھیں کی گئی۔" + +msgid "No action selected." +msgstr "کوئی کاروائی منتخب نھیں کی گئی۔" + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "%(name)s \"%(obj)s\" کامیابی سے مٹایا گیا تھا۔" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "%(name)s شے %(key)r پرائمری کلید کے ساتھ موجود نھیں ھے۔" + +#, python-format +msgid "Add %s" +msgstr "%s کا اضافہ کریں" + +#, python-format +msgid "Change %s" +msgstr "%s تبدیل کریں" + +msgid "Database error" +msgstr "ڈیٹا بیس کی خرابی" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s کامیابی سے تبدیل کیا گیا تھا۔" +msgstr[1] "%(count)s %(name)s کامیابی سے تبدیل کیے گئے تھے۔" + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s منتخب کیا گیا۔" +msgstr[1] "تمام %(total_count)s منتخب کئے گئے۔" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "%(cnt)s میں سے 0 منتخب کیا گیا۔" + +#, python-format +msgid "Change history: %s" +msgstr "%s کی تبدیلی کا تاریخ نامہ" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" + +msgid "Django site admin" +msgstr "منتظم برائے جینگو سائٹ" + +msgid "Django administration" +msgstr "انتظامیہ برائے جینگو سائٹ" + +msgid "Site administration" +msgstr "سائٹ کی انتظامیہ" + +msgid "Log in" +msgstr "اندر جائیں" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "صفحہ نھیں ملا" + +msgid "We're sorry, but the requested page could not be found." +msgstr "ھم معذرت خواہ ھیں، مطلوبہ صفحہ نھیں مل سکا۔" + +msgid "Home" +msgstr "گھر" + +msgid "Server error" +msgstr "سرور کی خرابی" + +msgid "Server error (500)" +msgstr "سرور کی خرابی (500)" + +msgid "Server Error (500)" +msgstr "سرور کی خرابی (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" + +msgid "Run the selected action" +msgstr "منتخب شدہ کاروائیاں چلائیں" + +msgid "Go" +msgstr "جاؤ" + +msgid "Click here to select the objects across all pages" +msgstr "تمام صفحات میں سے اشیاء منتخب کرنے کے لئے یہاں کلک کریں۔" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "تمام %(total_count)s %(module_name)s منتخب کریں" + +msgid "Clear selection" +msgstr "انتخاب صاف کریں" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"پہلے نام صارف اور لفظ اجازت درج کریں۔ پھر آپ مزید صارف کے حقوق مدوّن کرنے کے " +"قابل ھوں گے۔" + +msgid "Enter a username and password." +msgstr "نام صارف اور لفظ اجازت درج کریں۔" + +msgid "Change password" +msgstr "لفظ اجازت تبدیل کریں" + +msgid "Please correct the error below." +msgstr "براہ کرم نیچے غلطیاں درست کریں۔" + +msgid "Please correct the errors below." +msgstr "" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "صارف %(username)s کے لئے نیا لفظ اجازت درج کریں۔" + +msgid "Welcome," +msgstr "خوش آمدید،" + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "طریق استعمال" + +msgid "Log out" +msgstr "باہر جائیں" + +#, python-format +msgid "Add %(name)s" +msgstr "%(name)s کا اضافہ کریں" + +msgid "History" +msgstr "تاریخ نامہ" + +msgid "View on site" +msgstr "سائٹ پر مشاھدہ کریں" + +msgid "Filter" +msgstr "چھانٹیں" + +msgid "Remove from sorting" +msgstr "" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "" + +msgid "Toggle sorting" +msgstr "" + +msgid "Delete" +msgstr "مٹائیں" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"%(object_name)s '%(escaped_object)s' کو مٹانے کے نتیجے میں معتلقہ اشیاء مٹ " +"سکتی ھیں، مگر آپ کے کھاتے کو اشیاء کی مندرجہ ذیل اقسام مٹانے کا حق حاصل نھیں " +"ھے۔" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"%(object_name)s '%(escaped_object)s' کو مٹانے کے لئے مندرجہ ذیل محفوظ متعلقہ " +"اشیاء کو مٹانے کی ضرورت پڑ سکتی ھے۔" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"واقعی آپ %(object_name)s \"%(escaped_object)s\" کو مٹانا چاہتے ھیں۔ مندرجہ " +"ذیل تمام متعلقہ اجزاء مٹ جائیں گے۔" + +msgid "Objects" +msgstr "" + +msgid "Yes, I'm sure" +msgstr "ھاں، مجھے یقین ھے" + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "متعدد اشیاء مٹائیں" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"منتخب شدہ %(objects_name)s کو مٹانے کے نتیجے میں متعلقہ اشیاء مٹ سکتی ھیں، " +"لیکن آپ کے کھاتے کو اشیاء کی مندرجہ ذیل اقسام کو مٹانے کا حق حاصل نھیں ھے۔" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"منتخب شدہ %(objects_name)s کو مٹانے کے لئے مندرجہ ذیل محفوظ شدہ اشیاء کو " +"مٹانے کی ضرورت پڑ سکتی ھے۔" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"واقعی آپ منتخب شدہ %(objects_name)s مٹانا چاھتے ھیں؟ مندرجہ ذیل اور ان سے " +"متعلقہ تمام اشیاء حذف ھو جائیں گی۔" + +msgid "Change" +msgstr "تدوین" + +msgid "Delete?" +msgstr "مٹاؤں؟" + +#, python-format +msgid " By %(filter_title)s " +msgstr "از %(filter_title)s" + +msgid "Summary" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "" + +msgid "Add" +msgstr "اضافہ" + +msgid "You don't have permission to edit anything." +msgstr "آپ کو کوئی چیز مدوّن کرنے کا حق نھیں ھے۔" + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "کچھ دستیاب نھیں" + +msgid "Unknown content" +msgstr "نامعلوم مواد" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"آپ کی ڈیٹا بیس کی تنصیب میں کوئی چیز خراب ھے۔ یقین کر لیں کہ موزون ڈیٹا بیس " +"ٹیبل بنائے گئے تھے، اور یقین کر لیں کہ ڈیٹ بیس مناسب صارف کے پڑھے جانے کے " +"قابل ھے۔" + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "" + +msgid "Date/time" +msgstr "تاریخ/وقت" + +msgid "User" +msgstr "صارف" + +msgid "Action" +msgstr "کاروائی" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"اس شے کا تبدیلی کا تاریخ نامہ نھیں ھے۔ اس کا غالباً بذریعہ اس منتظم سائٹ کے " +"اضافہ نھیں کیا گیا۔" + +msgid "Show all" +msgstr "تمام دکھائیں" + +msgid "Save" +msgstr "محفوظ کریں" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "" + +msgid "Search" +msgstr "تلاش کریں" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s نتیجہ" +msgstr[1] "%(counter)s نتائج" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "کل %(full_result_count)s" + +msgid "Save as new" +msgstr "بطور نیا محفوظ کریں" + +msgid "Save and add another" +msgstr "محفوظ کریں اور مزید اضافہ کریں" + +msgid "Save and continue editing" +msgstr "محفوظ کریں اور تدوین جاری رکھیں" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "ویب سائٹ پر آج کچھ معیاری وقت خرچ کرنے کے لئے شکریہ۔" + +msgid "Log in again" +msgstr "دوبارہ اندر جائیں" + +msgid "Password change" +msgstr "لفظ اجازت کی تبدیلی" + +msgid "Your password was changed." +msgstr "آپ کا لفظ اجازت تبدیل کر دیا گیا تھا۔" + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"براہ کرم سیکیورٹی کی خاطر اپنا پرانا لفظ اجازت درج کریں اور پھر اپنا نیا لفظ " +"اجازت دو مرتبہ درج کریں تاکہ ھم توثیق کر سکیں کہ آپ نے اسے درست درج کیا ھے۔" + +msgid "Change my password" +msgstr "میرا لفظ تبدیل کریں" + +msgid "Password reset" +msgstr "لفظ اجازت کی دوبارہ ترتیب" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "" +"آپ کا لفظ اجازت مرتب کر دیا گیا ھے۔ آپ کو آگے بڑھنے اور اندر جانے کی اجازت " +"ھے۔" + +msgid "Password reset confirmation" +msgstr "لفظ اجازت دوبارہ مرتب کرنے کی توثیق" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"براہ مھربانی اپنا نیا لفظ اجازت دو مرتبہ درج کریں تاکہ تاکہ ھم تصدیق کر سکیں " +"کہ تم نے اسے درست درج کیا ھے۔" + +msgid "New password:" +msgstr "نیا لفظ اجازت:" + +msgid "Confirm password:" +msgstr "لفظ اجازت کی توثیق:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"لفظ اجازت دوبارہ مرتب کرنے کا رابطہ (لنک) غلط تھا، غالباً یہ پہلے ھی استعمال " +"کیا چکا تھا۔ براہ مھربانی نیا لفظ اجازت مرتب کرنے کی درخواست کریں۔" + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" + +msgid "Please go to the following page and choose a new password:" +msgstr "براہ مھربانی مندرجہ ذیل صفحے پر جائیں اور نیا لفظ اجازت پسند کریں:" + +msgid "Your username, in case you've forgotten:" +msgstr "نام صارف، بھول جانے کی صورت میں:" + +msgid "Thanks for using our site!" +msgstr "ھماری سائٹ استعمال کرنے کے لئے شکریہ" + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s کی ٹیم" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" + +msgid "Email address:" +msgstr "" + +msgid "Reset my password" +msgstr "میرا لفظ اجازت دوبارہ مرتب کریں" + +msgid "All dates" +msgstr "تمام تاریخیں" + +#, python-format +msgid "Select %s" +msgstr "%s منتخب کریں" + +#, python-format +msgid "Select %s to change" +msgstr "تبدیل کرنے کے لئے %s منتخب کریں" + +msgid "Date:" +msgstr "تاریخ:" + +msgid "Time:" +msgstr "وقت:" + +msgid "Lookup" +msgstr "ڈھونڈیں" + +msgid "Currently:" +msgstr "" + +msgid "Change:" +msgstr "" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ur/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ur/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..e2ce39aef8d7b4f72ec63bb4281705b6f131b909 GIT binary patch literal 2678 zcmb7EOK%%h6ds^JF^@t42@pu9iz=zgICh{998y6;TMA7ZwJE3@q>1O+o_0Lf%p++e zSOg`;5?P=$u;>q{laMBuw9sae6&u*F6 zmz~?b(C|Eq_eH$l<9!LQeILH?{0ck({0;aJ@cH{S?J*z$d94E<2fhkS0S^No0gfi; z?*q4C{Q+=0FrTb#-~(8H2;?|Hvi}kAL9AzhZ2u{c<9!ai47?0n1nz@#1^6TI61WW^ ziG}q~aOQlkA?Oa^A>h-%lfV~%6Ts(y9|NBOehGX6_*H_NK(6NpAlLIVkmLOhd=VU-7V^VbJlHrh%_butXjGrb=Ck9TRPi4ad zA!nNMCBrESl1yx)*ftsetmhyt-6saIx@=Jn_Nty_J zAI`3UHE$v*pPXSP@mc!b)L_&@&4Xt|*6on<<(=ecTKH)ivxNa^^R|`0K&Rd%Sh9c2 z+_uRPh=om8=xz`*izT^*RN%xZ?=FQfEkEjKTa)93h%Se_MPP{Q((RF^EKrybkj?Yc z+L$ZPV~+IWrv9FAJ@h3<=6T33Q>R5my1qW@6)jUg927l$T;?b>c4}N7afQJ>)Za3E zk)y#(cE6t4r)Lk);48W8;NHw&CIdtLw3xIw=52O^S;}T|+05Pyp417$^YwApa6H@a zrJJL749BrNIw3H4HoXouSiWIL%e3VbEeOwsj9G!K|fci_mU&##&OifLt zeGX?8#Km-8mIva3+F&QX1A#lRCpCI}^hme#Y&w$~k&Z7MP@1lwHeX!y2P(EUuass)3yq5JTE6*f%uhrlIOOj#j(0)OvH7<0bA0 zd`Yds7;ptTan9y)IIE%DZ@^)ty=IGWi^3|TP<5nU=9mbMs-s}N1-0g>xz$=w^Du@* zgQ4sHHC!McF+CJkL(7uRA$N_b5jwU6HuK>u7RWlo)gmPyZNh67$Mx{DcHBO-ie)Wa z>?5@l-VCb<0GqnH7L^Wtm=1G_=3|M?k!OMW!a21T&LHcJ$db=HF_3PdwWuL-m-~ON zotQf60Tr}@GlLUk>xuTyO2BLjb@wWv>XB6HYQnfzm_#HfgK0qH!a1IVNGJ}3N@Kt8 zqDtWlK~N!xMpEE^7lYNnUN{@KH=5+uVw*BI974tI=27F&m}!hmmBnsH1m|y~!D!$D zU|MT@;kr7;Ie7**NVNsPWr0fJEH@sJ(Rk=~$9SksT)IZLk{dm9lBfe-t9aLwZb$qv s&Yc, 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 10:10+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Urdu (http://www.transifex.com/django/django/language/ur/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ur\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "دستیاب %s" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +msgid "Filter" +msgstr "چھانٹیں" + +msgid "Choose all" +msgstr "سب منتخب کریں" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "" + +msgid "Choose" +msgstr "" + +msgid "Remove" +msgstr "خارج کریں" + +#, javascript-format +msgid "Chosen %s" +msgstr "منتخب شدہ %s" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" + +msgid "Remove all" +msgstr "" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(cnt)s میں سے %(sel)s منتخب کیا گیا" +msgstr[1] "%(cnt)s میں سے %(sel)s منتخب کیے گئے" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"آپ کے پاس ذاتی قابل تدوین خانوں میں غیر محفوظ تبدیلیاں موجود ھیں۔ اگر آپ " +"کوئی کاروائی کریں گے تو آپ کی غیر محفوظ تبدیلیاں ضائع ھو جائیں گی۔" + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"آپ نے ایک کاروائی منتخب کی ھے لیکن ابھی تک آپ نے ذاتی خانوں میں اپنی " +"تبدیلیاں محفوظ نہیں کی ہیں براہ مھربانی محفوط کرنے کے لئے OK پر کلک کریں۔ آپ " +"کاوائی دوبارہ چلانے کی ضرورت ھوگی۔" + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"آپ نے ایک کاروائی منتخب کی ھے، اور آپ نے ذاتی خانوں میں کوئی تبدیلی نہیں کی " +"غالباً آپ 'جاؤ' بٹن تلاش کر رھے ھیں بجائے 'مخفوظ کریں' بٹن کے۔" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +msgstr[1] "" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +msgstr[1] "" + +msgid "Now" +msgstr "اب" + +msgid "Choose a Time" +msgstr "" + +msgid "Choose a time" +msgstr "وقت منتخب کریں" + +msgid "Midnight" +msgstr "نصف رات" + +msgid "6 a.m." +msgstr "6 ص" + +msgid "Noon" +msgstr "دوپھر" + +msgid "6 p.m." +msgstr "" + +msgid "Cancel" +msgstr "منسوخ کریں" + +msgid "Today" +msgstr "آج" + +msgid "Choose a Date" +msgstr "" + +msgid "Yesterday" +msgstr "گزشتہ کل" + +msgid "Tomorrow" +msgstr "آئندہ کل" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "دکھائیں" + +msgid "Hide" +msgstr "چھپائیں" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/vi/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/vi/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..acd57265b26c5a1e31a478581655e26aa0811e20 GIT binary patch literal 15098 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 W|J^1;A~nmEgz3?D&!;~=eEly*IJ@Bh literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/vi/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/vi/LC_MESSAGES/django.po new file mode 100644 index 0000000..c78ce55 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/vi/LC_MESSAGES/django.po @@ -0,0 +1,675 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Dimitris Glezos , 2012 +# Jannis Leidel , 2011 +# Thanh Le Viet , 2013 +# Tran , 2011 +# Tran Van , 2011-2013,2016 +# Vuong Nguyen , 2011 +# xgenvn , 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 09:09+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Vietnamese (http://www.transifex.com/django/django/language/" +"vi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Đã xóa thành công %(count)d %(items)s ." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Không thể xóa %(name)s" + +msgid "Are you sure?" +msgstr "Bạn có chắc chắn không?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Xóa các %(verbose_name_plural)s đã chọn" + +msgid "Administration" +msgstr "Quản trị website" + +msgid "All" +msgstr "Tất cả" + +msgid "Yes" +msgstr "Có" + +msgid "No" +msgstr "Không" + +msgid "Unknown" +msgstr "Chưa xác định" + +msgid "Any date" +msgstr "Bất kì ngày nào" + +msgid "Today" +msgstr "Hôm nay" + +msgid "Past 7 days" +msgstr "7 ngày trước" + +msgid "This month" +msgstr "Tháng này" + +msgid "This year" +msgstr "Năm nay" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Bạn hãy nhập đúng %(username)s và mật khẩu. (Có phân biệt chữ hoa, thường)" + +msgid "Action:" +msgstr "Hoạt động:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Thêm một %(verbose_name)s " + +msgid "Remove" +msgstr "Gỡ bỏ" + +msgid "action time" +msgstr "Thời gian tác động" + +msgid "user" +msgstr "" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "Mã đối tượng" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "đối tượng repr" + +msgid "action flag" +msgstr "hiệu hành động" + +msgid "change message" +msgstr "thay đổi tin nhắn" + +msgid "log entry" +msgstr "đăng nhập" + +msgid "log entries" +msgstr "mục đăng nhập" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "Thêm \"%(object)s\"." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "Đã thay đổi \"%(object)s\" - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "Đối tượng \"%(object)s.\" đã được xoá." + +msgid "LogEntry Object" +msgstr "LogEntry Object" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "Được thêm." + +msgid "and" +msgstr "và" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "Không có trường nào thay đổi" + +msgid "None" +msgstr "Không" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" +"Giữ phím \"Control\", hoặc \"Command\" trên Mac, để chọn nhiều hơn một." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Mục tiêu phải được chọn mới có thể thực hiện hành động trên chúng. Không có " +"mục tiêu nào đã được thay đổi." + +msgid "No action selected." +msgstr "Không có hoạt động nào được lựa chọn." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "%(name)s \"%(obj)s\" đã được xóa thành công." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr " đối tượng %(name)s với khóa chính %(key)r không tồn tại." + +#, python-format +msgid "Add %s" +msgstr "Thêm %s" + +#, python-format +msgid "Change %s" +msgstr "Thay đổi %s" + +msgid "Database error" +msgstr "Cơ sở dữ liệu bị lỗi" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] " %(count)s %(name)s đã được thay đổi thành công." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "Tất cả %(total_count)s đã được chọn" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 của %(cnt)s được chọn" + +#, python-format +msgid "Change history: %s" +msgstr "Lịch sử thay đổi: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Xóa %(class_name)s %(instance)s sẽ tự động xóa các đối tượng liên quan sau: " +"%(related_objects)s" + +msgid "Django site admin" +msgstr "Trang web admin Django" + +msgid "Django administration" +msgstr "Trang quản trị cho Django" + +msgid "Site administration" +msgstr "Site quản trị hệ thống." + +msgid "Log in" +msgstr "Đăng nhập" + +#, python-format +msgid "%(app)s administration" +msgstr "Quản lý %(app)s" + +msgid "Page not found" +msgstr "Không tìm thấy trang nào" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Xin lỗi bạn! Trang mà bạn yêu cầu không tìm thấy." + +msgid "Home" +msgstr "Trang chủ" + +msgid "Server error" +msgstr "Lỗi máy chủ" + +msgid "Server error (500)" +msgstr "Lỗi máy chủ (500)" + +msgid "Server Error (500)" +msgstr "Lỗi máy chủ (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Có lỗi xảy ra. Lỗi sẽ được gửi đến quản trị website qua email và sẽ được " +"khắc phục sớm. Cám ơn bạn." + +msgid "Run the selected action" +msgstr "Bắt đầu hành động lựa chọn" + +msgid "Go" +msgstr "Đi đến" + +msgid "Click here to select the objects across all pages" +msgstr "Click vào đây để lựa chọn các đối tượng trên tất cả các trang" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Hãy chọn tất cả %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Xóa lựa chọn" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Đầu tiên, điền tên đăng nhập và mật khẩu. Sau đó bạn mới có thể chỉnh sửa " +"nhiều hơn lựa chọn của người dùng." + +msgid "Enter a username and password." +msgstr "Điền tên đăng nhập và mật khẩu." + +msgid "Change password" +msgstr "Thay đổi mật khẩu" + +msgid "Please correct the error below." +msgstr "Hãy sửa lỗi sai dưới đây" + +msgid "Please correct the errors below." +msgstr "Hãy chỉnh sửa lại các lỗi sau." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Hãy nhập mật khẩu mới cho người sử dụng %(username)s." + +msgid "Welcome," +msgstr "Chào mừng bạn," + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "Tài liệu" + +msgid "Log out" +msgstr "Thoát" + +#, python-format +msgid "Add %(name)s" +msgstr "Thêm vào %(name)s" + +msgid "History" +msgstr "Bản ghi nhớ" + +msgid "View on site" +msgstr "Xem trên trang web" + +msgid "Filter" +msgstr "Bộ lọc" + +msgid "Remove from sorting" +msgstr "Bỏ khỏi sắp xếp" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Sắp xếp theo:%(priority_number)s" + +msgid "Toggle sorting" +msgstr "Hoán đổi sắp xếp" + +msgid "Delete" +msgstr "Xóa" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Xóa %(object_name)s '%(escaped_object)s' sẽ làm mất những dữ liệu có liên " +"quan. Tài khoản của bạn không được cấp quyển xóa những dữ liệu đi kèm theo." + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Xóa các %(object_name)s ' %(escaped_object)s ' sẽ bắt buộc xóa các đối " +"tượng được bảo vệ sau đây:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Bạn có chắc là muốn xóa %(object_name)s \"%(escaped_object)s\"?Tất cả những " +"dữ liệu đi kèm dưới đây cũng sẽ bị mất:" + +msgid "Objects" +msgstr "Đối tượng" + +msgid "Yes, I'm sure" +msgstr "Có, tôi chắc chắn." + +msgid "No, take me back" +msgstr "" + +msgid "Delete multiple objects" +msgstr "Xóa nhiều đối tượng" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Xóa các %(objects_name)s sẽ bắt buộc xóa các đối tượng liên quan, nhưng tài " +"khoản của bạn không có quyền xóa các loại đối tượng sau đây:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Xóa các %(objects_name)s sẽ bắt buộc xóa các đối tượng đã được bảo vệ sau " +"đây:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Bạn chắc chắn muốn xóa những lựa chọn %(objects_name)s? Tất cả những đối " +"tượng sau và những đối tượng liên quan sẽ được xóa:" + +msgid "Change" +msgstr "Thay đổi" + +msgid "Delete?" +msgstr "Bạn muốn xóa?" + +#, python-format +msgid " By %(filter_title)s " +msgstr "Bởi %(filter_title)s " + +msgid "Summary" +msgstr "" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Các mô models trong %(name)s" + +msgid "Add" +msgstr "Thêm vào" + +msgid "You don't have permission to edit anything." +msgstr "Bạn không được cấp quyền chỉnh sửa bất cứ cái gì." + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "Không có sẵn" + +msgid "Unknown content" +msgstr "Không biết nội dung" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Một vài lỗi với cơ sở dữ liệu cài đặt của bạn. Hãy chắc chắn bảng biểu dữ " +"liệu được tạo phù hợp và dữ liệu có thể được đọc bởi những người sử dụng phù " +"hợp." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Bạn đã xác thực bằng tài khoản %(username)s, nhưng không đủ quyền để truy " +"cập trang này. Bạn có muốn đăng nhập bằng một tài khoản khác?" + +msgid "Forgotten your password or username?" +msgstr "Bạn quên mật khẩu hoặc tài khoản?" + +msgid "Date/time" +msgstr "Ngày/giờ" + +msgid "User" +msgstr "Người dùng" + +msgid "Action" +msgstr "Hành động" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Đối tượng này không có một lịch sử thay đổi. Nó có lẽ đã không được thêm vào " +"qua trang web admin." + +msgid "Show all" +msgstr "Hiện tất cả" + +msgid "Save" +msgstr "Lưu lại" + +msgid "Popup closing..." +msgstr "Đang đóng cửa sổ popup ..." + +#, python-format +msgid "Change selected %(model)s" +msgstr "" + +#, python-format +msgid "Add another %(model)s" +msgstr "Thêm %(model)s khác" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Xóa %(model)s đã chọn" + +msgid "Search" +msgstr "Tìm kiếm" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s kết quả" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "tổng số %(full_result_count)s" + +msgid "Save as new" +msgstr "Lưu mới" + +msgid "Save and add another" +msgstr "Lưu và thêm mới" + +msgid "Save and continue editing" +msgstr "Lưu và tiếp tục chỉnh sửa" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Cảm ơn bạn đã dành thời gian với website này" + +msgid "Log in again" +msgstr "Đăng nhập lại" + +msgid "Password change" +msgstr "Thay đổi mật khẩu" + +msgid "Your password was changed." +msgstr "Mật khẩu của bạn đã được thay đổi" + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Hãy nhập lại mật khẩu cũ và sau đó nhập mật khẩu mới hai lần để chúng tôi có " +"thể kiểm tra lại xem bạn đã gõ chính xác hay chưa." + +msgid "Change my password" +msgstr "Thay đổi mật khẩu" + +msgid "Password reset" +msgstr "Lập lại mật khẩu" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Mật khẩu của bạn đã được lập lại. Bạn hãy thử đăng nhập." + +msgid "Password reset confirmation" +msgstr "Xác nhận việc lập lại mật khẩu" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Hãy nhập mật khẩu mới hai lần để chúng tôi có thể kiểm tra xem bạn đã gõ " +"chính xác chưa" + +msgid "New password:" +msgstr "Mật khẩu mới" + +msgid "Confirm password:" +msgstr "Nhập lại mật khẩu:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Liên kết đặt lại mật khẩu không hợp lệ, có thể vì nó đã được sử dụng. Xin " +"vui lòng yêu cầu đặt lại mật khẩu mới." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Nếu bạn không nhận được email, hãy kiểm tra lại địa chỉ email mà bạn dùng để " +"đăng kí hoặc kiểm tra trong thư mục spam/rác" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Bạn nhận được email này vì bạn đã yêu cầu làm mới lại mật khẩu cho tài khoản " +"của bạn tại %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Hãy vào đường link dưới đây và chọn một mật khẩu mới" + +msgid "Your username, in case you've forgotten:" +msgstr "Tên đăng nhập của bạn, trường hợp bạn quên nó:" + +msgid "Thanks for using our site!" +msgstr "Cảm ơn bạn đã sử dụng website của chúng tôi!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Đội của %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"Quên mật khẩu? Nhập địa chỉ email vào ô dưới đây. Chúng tôi sẽ email cho bạn " +"hướng dẫn cách thiết lập mật khẩu mới." + +msgid "Email address:" +msgstr "Địa chỉ Email:" + +msgid "Reset my password" +msgstr "Làm lại mật khẩu" + +msgid "All dates" +msgstr "Tất cả các ngày" + +#, python-format +msgid "Select %s" +msgstr "Chọn %s" + +#, python-format +msgid "Select %s to change" +msgstr "Chọn %s để thay đổi" + +msgid "Date:" +msgstr "Ngày:" + +msgid "Time:" +msgstr "Giờ:" + +msgid "Lookup" +msgstr "Tìm" + +msgid "Currently:" +msgstr "Hiện nay:" + +msgid "Change:" +msgstr "Thay đổi:" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/vi/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/vi/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..0ec34b2b6eb7c06f1f4b29856dcc51cd906a3755 GIT binary patch literal 3733 zcmbtWO^h5z6)qr#Uq1a=4(H>Drl!yQ?PM z)ia(P-~bXr$U;U$!XQiDtfDAZqS)A6W@LQmjV~NHZ~-AB=7P8&A&~NHyzrX`DP~zLiON44~>oY+1jT`&$ z3H1ATP_|D2Q4Zph<(PS3uDEgRoY&8x-;e%jbmo;~o-~9A68EPnI*^jxq`muF#^EO> zRLiOGZND8N8N`A3YESA&HX}uQQ?V*dOGRR}V{NKRAW2TgyQ9c|PnGctBHcPe&Qi-S zAsI!OCh5pRQy^9+-xC$vp7P%zTCCm`JEkM260xR3CDwIlbi3okNox&WPSxpYn~_Y| zMe5irA=yzf~j>$5Or!e57M+1 zHkN@0q3-E0lM!sIC`>&!`%sbH#5S>e1{7KA$=|dnN3i@gkeoS(#fik2Ct;MoJjtFE z--5Sy4MH^QT8fn+&m>dlz{Y<#M+4;o+K7})RZ$i6#5b5XUSD{QZE6&BVKPybBr7~C zD4B68Glj|dRH#rpe{xJXIlk%LWpy(Idw<`msjuNe6I;QiE)W}ueFi61<#$Rnas!P=>1S_XhPqWUq$Su{VR;|}+4^`0?PRP_%8i_P%B%Mv_^mS~XTU8oL#&vp1D`#Y^!214TJ-m@nR9y z1fo*IVoxs~SXe*4{`f8dwV=ANYK>C{j$t3v$*Hq$u^UNkmbn0uRJkMHY#gf`-j!op zn<}Y1Zdx|PVNj>TP3@+h)~Tl#Hli$%QRSFT;xb!)+ASnRpNyU zC{~nnqx@{OZ}D*gI)eYrPAao^VPYkJVNh~>I=?2xX`64&(1&Z* zN0>-)RGJQFuGOIy-V}{TSLKArBI*`0x)@2lY5 z#bP?Qu5eZOnkgfRc!SM)U7Rb03<4S6EWM9*UIs7NMTi^WAPxBoya&s3$K;nY+^GSb z#$TacrYXvQ30p<(anF?*VrvL|OHWD{$I=ZxW?nMXMPj!#m)H;+(@Pb^-I0<>%q;{X z$-9q=7`?_>@%tVG!&+IZKjfXnhf6>w5ldDE&%6Gdxii, 2011 +# Tran , 2011 +# Tran Van , 2013 +# Vuong Nguyen , 2011 +# xgenvn , 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 10:11+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Vietnamese (http://www.transifex.com/django/django/language/" +"vi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#, javascript-format +msgid "Available %s" +msgstr "Có sẵn %s" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"Danh sách các lựa chọn đang có %s. Bạn có thể chọn bằng bách click vào mũi " +"tên \"Chọn\" nằm giữa hai hộp." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Bạn hãy nhập vào ô này để lọc các danh sách sau %s." + +msgid "Filter" +msgstr "Lọc" + +msgid "Choose all" +msgstr "Chọn tất cả" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Click để chọn tất cả %s ." + +msgid "Choose" +msgstr "Chọn" + +msgid "Remove" +msgstr "Xóa" + +#, javascript-format +msgid "Chosen %s" +msgstr "Chọn %s" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"Danh sách bạn đã chọn %s. Bạn có thể bỏ chọn bằng cách click vào mũi tên " +"\"Xoá\" nằm giữa hai ô." + +msgid "Remove all" +msgstr "Xoá tất cả" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Click để bỏ chọn tất cả %s" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] " %(sel)s của %(cnt)s được chọn" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Bạn chưa lưu những trường đã chỉnh sửa. Nếu bạn chọn hành động này, những " +"chỉnh sửa chưa được lưu sẽ bị mất." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Bạn đã lựa chọn một hành động, nhưng bạn không lưu thay đổi của bạn đến các " +"lĩnh vực cá nhân được nêu ra. Xin vui lòng click OK để lưu lại. Bạn sẽ cần " +"phải chạy lại các hành động." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Bạn đã lựa chọn một hành động, và bạn đã không thực hiện bất kỳ thay đổi nào " +"trên các trường. Có lẽ bạn đang tìm kiếm nút bấm Go thay vì nút bấm Save." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" +"Lưu ý: Hiện tại bạn đang thấy thời gian trước %s giờ so với thời gian máy " +"chủ." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" +"Lưu ý: Hiện tại bạn đang thấy thời gian sau %s giờ so với thời gian máy chủ." + +msgid "Now" +msgstr "Bây giờ" + +msgid "Choose a Time" +msgstr "" + +msgid "Choose a time" +msgstr "Chọn giờ" + +msgid "Midnight" +msgstr "Nửa đêm" + +msgid "6 a.m." +msgstr "6 giờ sáng" + +msgid "Noon" +msgstr "Buổi trưa" + +msgid "6 p.m." +msgstr "" + +msgid "Cancel" +msgstr "Hủy bỏ" + +msgid "Today" +msgstr "Hôm nay" + +msgid "Choose a Date" +msgstr "" + +msgid "Yesterday" +msgstr "Hôm qua" + +msgid "Tomorrow" +msgstr "Ngày mai" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "Hiện ra" + +msgid "Hide" +msgstr "Dấu đi" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/zh_Hans/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/zh_Hans/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..40fd4d44e5840f5882b57b7efb6d9e2125da357e GIT binary patch literal 13765 zcmc(kdvIJ=ea8=w1mXnp0!pC`Cl1Ckk=C+99w<&s;=G*ZVPYq4fM8a;SJKA2dzF1y z76c+cWXq0iDfn&6vE^4x5=(aC*p_8m6grcc@<&Tc3++tl6!zX-g-2TcY0DJo=XcJz ztCi|d7?|mfkG}W3f9Ll;$3M9GqOFSGF3O)!esYmge+Qnult295^IoMs0A31y5d0|k z5%6a4v*4rP$HAkn{k!0;)c*~<37qjhJAVmy3H2iQZtxlKUEpf)ac3Q0)^CHg6{#}eT7nA0j~sCgPTA|QP*5)>AwyXI&KAJ-dyl% zaK6LOgG^CA_{ZS0pwPP$oC*%O{=WogQU5M@6?h4Mrhp#;g}&=SS${ToF*pa5eeVMQ z2%Hbf`f+eN_+?P`IRMJ}Uj~3;+i{yh!~eVw4}vlbNjt_MX9FMzOA9S3ESN|m_dU^SWI2%|8eiZy9sKG^G0W5+Gz&F9Q;B5$@3H%l)`~C_PdawAf zrR#$rB2b?I*+R_$g|0;)tW-~cBF8K!`}Tk`e+ww`-wn$74uPKlhe4sU1PZ^TBIkZD zDEg~G89xIY0&fSWfj%J}Bo%!hEsM z3@Gw`8e9oJ3*G>}Q!Dip7z1wycY<<`?}2sT&q3kmN3OFt9hCKM1ckm^K%wJa*S`=H zdX_j$x%NCLbUzF3c?a}^sI;1Tyuzy>e@q8jRX5Z0-ez)ym2fUr#cHz;&| z_+wViH#wZ+a2_c9dH@u9J`0L|BtZ>+6_j=MfD6D1C(*! zbM=1(MUMaO+J6mRLjBU|cE2k@(YxzG{;4MZ$oytd>?RF*;A-#-;G5tIa6ZCb2!0#% z!H>?c`}Bgc-X2i)IRVOfN5FaDcR;b54`5W6f_31N;A~LN)dwyIUk7D=45bsi349Qo z{r-B(w?{yk_jyqCF5&7q5SFV>@N#f3_%84jQ22KY6n=jLyd3;T zQ2Ikxe-o5-{{xhB{K~aog%Vy){aR4kZvdx&cYva&^FdkH10M&!3JTqS4}KNAHfHsB z4=Cfl4azyJU_2ZzN^E`+<19hppgUl*?TG8c<{)Kk?P_dy2A?f_WSH^@8#%QsU-o z{Eyfb=Aj;NP0xX1d+R9=QN(Z6{+^+76=e(MYm{}A==U%m@1qd*jJ#Kaw^5#_q$nMf zE{gmRsrh}3zaMblkAYvHh|XtR+p`Wgf=ejZySe~oXY}^tU>juy&b#FHJAPg8m*@1A z4VQq|QJP&{?DZDP9LiePru1E%dRkpeDqZk$OA4t%+MAKrYFb^qy`7JEGLy=t@`YTy zkn*!MC(`kJen~c-kzv#7QrUbVo=s4ZKEIePm}b}C5zp&HTRhw9C3U`-NO<{tOEI19 zj9qZBm-Bw}XfMa&IWJ#K7or7fnuG#beTf~hB%-F^7vgF998G@nQ(mH=J5q%<-JVNj z;<-+})Ds@?cScSpeJ`)GenET7Ik!-17N{oPCb?B_iv3F(B#Q>WG0>hEkN=BrHZ?mN( z2^G#Jg_uoqGZHu{_mo20_o7CO$LcBSi_q3PG`8lb2GYhGVXTIn*is3+KFv?VW z+S6{YsQm&bv=beD=)|8;6Uv_#yx5bxvy4}lVQu#c}HOUo>TXvzd9fyg*M@*YYZjJoi zfXI9Np0fE}xB35J#Zv@7e{vMP+qUL$hPF%H?I(&E%+5yHdouAg7VWAbKiXmL z+YOql?a_^XdbLa;co10X%|SXmA;oq}I+81z@R~O)%6o-^*sA58pY>wuK40B$owd5( z$2%nbj;x-FCxnOTsr5n`wM>S%F;%1Zas5y{QD5Ux%_$4S0eV^Qejk@Ozr{q)q%WqE z^AcVP>tTc;t6t+6#gS&>OTB7@oz4iuY+Rr?BqwjPPR?tEL>zh2Br5ixi8c@SZkUm8 zk7p#hCcRut%{MVMQ_L46rdACOvnTQ(OQeGxqc9na+=xYv#g>_ve%N;**_eB?hn#GD zNygNJek;DifsVJvUBxdJq!HPWIz3|2DeC^xV!L`sa+SPz963=GG&Q*-p~))u!!=sm zq#pM9=g6v(9+S3~l$TCc(?@AS2ExCLr<>!6r8Hzc^GC;*VK1VH%2Jb83y5weiEAMx zO;WXC*qv>>j)8fFNmZS&LD7=S)PlZ+9I2C4trQbJA(9kQj%Y%o)yCM{_U9)JuqGzc zqoryMcY<{qC5~&7?3R|uMT^u-MixilWQh^0GVxAPfCQS>koU5<7nHC{mEF{6&jd$O z=tw2d8eezF)T|~Jr&>CV7K&?^luhL6D3#pZv7u%`F{8+`>z&;tin&ywb9!Fq5t>zC zPK-qu|MCZ<1OJMK3pdAul4LiAkBK&)EP0aiY*GvS_F}tEr2Rb3Ar_0NN4<={%yXby za()JuUJhyMdnA3+bG*zQbvHFO&X_Zk zFP1TVHnpp*XfsGHZ1X!LQB(`7Q3{Xbu7L}2d4)E}N4y;pdF*w{2$kD}%^JELBHVRPhz#xi=v2H@-P{29bGl<(_ZVi z(`mU-n=BT)oOq$O6J&CfUlqJ~#;g-rCX5nIPN%X<%|fZ{GN^>T?OX~{&1vx-i8ve+ zlW$|Ecv@I1&DbsN$(Yv8_$8(G@QjnP60?IGjL?N{n28bvMFV4cej#ehdF_Zq0-v>9 z!LHv4Jw z&xr|c+?kbj_ctLDHSwEKs7~RM#B(f}9fcm0-o1$!Ik`PLv0JqWQ8%eYB3b^nwvrY_ z9^|p?(kw}aawq|Ygs7k%LpjysDFPz#SXf{y=4-Jxom`3)a-B9w7X@-$hZy7F&`cb! z+){-t66s=!d6HL1vcxbrg7bcxoXD}uhQ@lGBEXRCxNCrU{g9hF@kO?_`IW3^9JuJh z6Y^YO#S&#ajKpy|(LhT&fi={tC%n9rdOd$S-Mla;nH%ST@gh@ji6jS*i_Xmf56}=593QQR5&Q9?G|-k_~qiTk{Qz{3bnR!6S=A?16XX(aIH8pMos$G=2W3d zag#QCO<7=`SQ@ySW%5lrYhPUQx6itbi;6tH+}?QG6s1cehfvOmFT*N&7%mSEl>63D zeftODuxljfKF$)+OKj=%OVr#uY|y(S+L#OOs)r~CAnN!^{dcM^`-*$FD+t|ZyV5Jv) zZA0nY&R}p=Y2=mamZBQF2icEZOJ{dY*tKL%7!2;RE2?n&zVNlJ)q}c6_R{EJxMf&b zkSyD3Vz6mV(EBRHOOx#kd!9F{w5Ggog=-3iOhq(z%W(Bfrt;fQRgTa~2V_SAshK68V3T4a?Z=-pl#-4m`q$o5t- zEX5aoudPn5YF?!47kaF%mo1qR9$#t6`#-iEKg2{k(id7>qp`uz*~;1zcI~QGTl(KR zi^8uFEyjVJ?hATPi3aakeH( zP^~2Db@d>X6Nkf|Q{k%v;+FQT8r#`thgU{-%2|w`=06kclc@7$QSIfO*o18hp5LLu zZEM4U1FF2`_26jV*vi4u$jPApSg@x{xKKKMro80{Tm9zOP+d8{Iq1gKh(`{$9W$I1 zn-*)beRi3kZzB#!RYuo_BL{<>N7UHiZ9#VrGOAsncC58R)+w((8T4&3(%csuJ0A27 zp+x1g+bZXu$3I|WY-%TBLikYGIvCwi89auKge#9!X$pI`RX4yzMuV(^7*E6mI*4od zPMm}z%?!8@n>OIm@TRDE(EI#Y*9zDW99vNtJYPOH2s7*n*xoX?JhBsI6zaltFIEON zDC;9txM5xCT(ACN*B(hwcs2cDS3jqP+Dcb9kENy4>sf>Te)o>bNct@wtY@>1MwW)H zI5-s?UP-)XJEtjIP6j>4EE)CMh7+;*l}Au=Cnk)$6dpZ5ykS!mefVT}pex*a z$T9MTRYCuGyAb*#Dsyl+rd${q?H(H#u^tW)p^QQI$;#+%&KhpsNT`QEOAnE>bZ)Di zMa;2oUdS)+90|^CRby*6iZaY(cE$BhLkAdT~lF zA;Q6Pfbhrw_Km7LVHg+PcUXn}FFDTH9K@0p9Niucz79b)+6X~pI-;YaTY}v$NCcDu z=VilPtCge0h7`x@b?0F}21V>=!M2aBPK0#LgE}B)vF4YSlm7H!$`Ru6AElkz~ET!xa@r6#G z!RUg)btGJs*H2YmTp_Bz=}>u(gsDH=_JgBi+XpK{hped3YAgP#)u=|zF4dQeGB{g%P00r#!WgSnN{^mhkFh=ZL?e3WQR#8!T-w2X(RurdD{&8 zHwNnm@XJ=ICO>aZ>c)H~47YEb;g0j=gJ)dgT&@W=%EsVo3Wc;Q2f7JhBvSAeBM`Qj z6g}wK9gK)ZNch99vEV52stg4RIHzH{&QzX=Ib}>_QhA5hPnGER)AC zc_O!AN!ulRH|dTMq{3y5b*;g$gPyhF#{Ci|IFEy1O?NOjOui&(kpv#QD&d(}RPHCr z7_hA>INuYlKNKEa$MG$TU6e4lsL(_SIiro#=u*{t)}~@uv4l}$2{!e!_ikC#q#0IL zVkf z+=7r^Z8)*PnW3bnOtYe~JhumBp^EXkHce$Smg2H()ep}X9NcErii44y+XdZSQ!*Em ztXrRE^M%ss{>q_Ip<24l5!jH7%jF|P9i!&-I*uEgpen*LN{QpEu^^jSIgeoyYs*fz z1t$o450uDPPaWs^z%rb^@}^@fD9hSZ)Oc*0=h#Ek%r~|vMrW?c;~jQWvSK)BRe(V@ zYZb-~k>L@FOmY(LTN{jSk1F=UDY>*=k~?L%Vn|u#wAUH*`Vcd$ZA`3KJL2`we&AD4 Inn, 2016 +# Jannis Leidel , 2011 +# Kevin Sze , 2012 +# Lele Long , 2011,2015 +# mozillazg , 2016 +# Ronald White , 2013-2014 +# Sean Lee , 2013 +# Sean Lee , 2013 +# slene , 2011 +# Ziang Song , 2012 +# Kevin Sze , 2012 +# 雨翌 , 2016 +# Ronald White , 2013 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 09:09+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Chinese (China) (http://www.transifex.com/django/django/" +"language/zh_CN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "成功删除了 %(count)d 个 %(items)s" + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "无法删除 %(name)s" + +msgid "Are you sure?" +msgstr "你确定吗?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "删除所选的 %(verbose_name_plural)s" + +msgid "Administration" +msgstr "管理" + +msgid "All" +msgstr "全部" + +msgid "Yes" +msgstr "是" + +msgid "No" +msgstr "否" + +msgid "Unknown" +msgstr "未知" + +msgid "Any date" +msgstr "任意日期" + +msgid "Today" +msgstr "今天" + +msgid "Past 7 days" +msgstr "过去7天" + +msgid "This month" +msgstr "本月" + +msgid "This year" +msgstr "今年" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "请输入一个正确的 %(username)s 和密码. 注意他们都是区分大小写的." + +msgid "Action:" +msgstr "动作" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "添加另一个 %(verbose_name)s" + +msgid "Remove" +msgstr "删除" + +msgid "action time" +msgstr "动作时间" + +msgid "user" +msgstr "用户" + +msgid "content type" +msgstr "内容类型" + +msgid "object id" +msgstr "对象id" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "对象表示" + +msgid "action flag" +msgstr "动作标志" + +msgid "change message" +msgstr "修改消息" + +msgid "log entry" +msgstr "日志记录" + +msgid "log entries" +msgstr "日志记录" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "已经添加了 \"%(object)s\"." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "修改了 \"%(object)s\" - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "删除了 \"%(object)s.\"" + +msgid "LogEntry Object" +msgstr "LogEntry对象" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "已添加。" + +msgid "and" +msgstr "和" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "没有字段被修改。" + +msgid "None" +msgstr "无" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "按住 ”Control“,或者Mac上的 “Command”,可以选择多个。" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "条目必须选中以对其进行操作。没有任何条目被更改。" + +msgid "No action selected." +msgstr "未选择动作" + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "%(name)s \"%(obj)s\" 删除成功。" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "具有主键 %(key)r 的对象 %(name)s 不存在。" + +#, python-format +msgid "Add %s" +msgstr "增加 %s" + +#, python-format +msgid "Change %s" +msgstr "修改 %s" + +msgid "Database error" +msgstr "数据库错误" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "总共 %(count)s 个 %(name)s 变更成功。" + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "选中了 %(total_count)s 个" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "%(cnt)s 个中 0 个被选" + +#, python-format +msgid "Change history: %s" +msgstr "变更历史: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"删除 %(class_name)s %(instance)s 将需要删除以下受保护的相关对象: " +"%(related_objects)s" + +msgid "Django site admin" +msgstr "Django 站点管理员" + +msgid "Django administration" +msgstr "Django 管理" + +msgid "Site administration" +msgstr "站点管理" + +msgid "Log in" +msgstr "登录" + +#, python-format +msgid "%(app)s administration" +msgstr "%(app)s 管理" + +msgid "Page not found" +msgstr "页面没有找到" + +msgid "We're sorry, but the requested page could not be found." +msgstr "很报歉,请求页面无法找到。" + +msgid "Home" +msgstr "首页" + +msgid "Server error" +msgstr "服务器错误" + +msgid "Server error (500)" +msgstr "服务器错误(500)" + +msgid "Server Error (500)" +msgstr "服务器错误 (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"有一个错误。已经通过电子邮件通知网站管理员,不久以后应该可以修复。谢谢你的参" +"与。" + +msgid "Run the selected action" +msgstr "运行选中的动作" + +msgid "Go" +msgstr "执行" + +msgid "Click here to select the objects across all pages" +msgstr "点击此处选择所有页面中包含的对象。" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "选中所有的 %(total_count)s 个 %(module_name)s" + +msgid "Clear selection" +msgstr "清除选中" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "首先,输入一个用户名和密码。然后,你就可以编辑更多的用户选项。" + +msgid "Enter a username and password." +msgstr "输入用户名和" + +msgid "Change password" +msgstr "修改密码" + +msgid "Please correct the error below." +msgstr "请修正下面的错误。" + +msgid "Please correct the errors below." +msgstr "请更正下列错误。" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "为用户 %(username)s 输入一个新的密码。" + +msgid "Welcome," +msgstr "欢迎," + +msgid "View site" +msgstr "查看站点" + +msgid "Documentation" +msgstr "文档" + +msgid "Log out" +msgstr "注销" + +#, python-format +msgid "Add %(name)s" +msgstr "增加 %(name)s" + +msgid "History" +msgstr "历史" + +msgid "View on site" +msgstr "在站点上查看" + +msgid "Filter" +msgstr "过滤器" + +msgid "Remove from sorting" +msgstr "删除排序" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "排序优先级: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "正逆序切换" + +msgid "Delete" +msgstr "删除" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"删除 %(object_name)s '%(escaped_object)s' 会导致删除相关的对象,但你的帐号无" +"权删除下列类型的对象:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"要删除 %(object_name)s '%(escaped_object)s', 将要求删除以下受保护的相关对象:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"你确认想要删除 %(object_name)s \"%(escaped_object)s\"? 下列所有相关的项目都" +"将被删除:" + +msgid "Objects" +msgstr "对象" + +msgid "Yes, I'm sure" +msgstr "是的,我确定" + +msgid "No, take me back" +msgstr "不,返回" + +msgid "Delete multiple objects" +msgstr "删除多个对象" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"要删除所选的 %(objects_name)s 结果会删除相关对象, 但你的账户没有权限删除这类" +"对象:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "要删除所选的 %(objects_name)s, 将要求删除以下受保护的相关对象:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"请确认要删除选中的 %(objects_name)s 吗?以下所有对象和余它们相关的条目将都会" +"被删除:" + +msgid "Change" +msgstr "修改" + +msgid "Delete?" +msgstr "删除?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " 以 %(filter_title)s" + +msgid "Summary" +msgstr "概览" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "在应用程序 %(name)s 中的模型" + +msgid "Add" +msgstr "增加" + +msgid "You don't have permission to edit anything." +msgstr "你无权修改任何东西。" + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "无可用的" + +msgid "Unknown content" +msgstr "未知内容" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"你的数据库安装有误。确保已经创建了相应的数据库表,并确保数据库可被相关的用户" +"读取。" + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"您当前以%(username)s登录,但是没有这个页面的访问权限。您想使用另外一个账号登" +"录吗?" + +msgid "Forgotten your password or username?" +msgstr "忘记了您的密码或用户名?" + +msgid "Date/time" +msgstr "日期/时间" + +msgid "User" +msgstr "用户" + +msgid "Action" +msgstr "动作" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "该对象没有变更历史记录。可能从未通过这个管理站点添加。" + +msgid "Show all" +msgstr "显示全部" + +msgid "Save" +msgstr "保存" + +msgid "Popup closing..." +msgstr "弹窗关闭中。。。" + +#, python-format +msgid "Change selected %(model)s" +msgstr "更改选中的%(model)s" + +#, python-format +msgid "Add another %(model)s" +msgstr "增加另一个 %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "取消选中 %(model)s" + +msgid "Search" +msgstr "搜索" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s 条结果。" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "总共 %(full_result_count)s" + +msgid "Save as new" +msgstr "保存为新的" + +msgid "Save and add another" +msgstr "保存并增加另一个" + +msgid "Save and continue editing" +msgstr "保存并继续编辑" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "感谢您今天在本站花费了一些宝贵时间。" + +msgid "Log in again" +msgstr "重新登录" + +msgid "Password change" +msgstr "密码修改" + +msgid "Your password was changed." +msgstr "你的密码已修改。" + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"请输入你的旧密码,为了安全起见,接着要输入两遍新密码,以便我们校验你输入的是" +"否正确。" + +msgid "Change my password" +msgstr "修改我的密码" + +msgid "Password reset" +msgstr "密码重设" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "你的口令己经设置。现在你可以继续进行登录。" + +msgid "Password reset confirmation" +msgstr "密码重设确认" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "请输入两遍新密码,以便我们校验你输入的是否正确。" + +msgid "New password:" +msgstr "新密码:" + +msgid "Confirm password:" +msgstr "确认密码:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "密码重置链接无效,可能是因为它已使用。可以请求一次新的密码重置。" + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"如果您输入的邮件地址所对应的账户存在,设置密码的提示已经发送邮件给您,您将很" +"快收到。" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"如果你没有收到邮件, 请确保您所输入的地址是正确的, 并检查您的垃圾邮件文件夹." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "你收到这封邮件是因为你请求重置你在网站 %(site_name)s上的用户账户密码。" + +msgid "Please go to the following page and choose a new password:" +msgstr "请访问该页面并选择一个新密码:" + +msgid "Your username, in case you've forgotten:" +msgstr "你的用户名,如果已忘记的话:" + +msgid "Thanks for using our site!" +msgstr "感谢使用我们的站点!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s 团队" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"忘记你的密码了?在下面输入你的电子邮件地址,我们将发送一封设置新密码的邮件给" +"你。" + +msgid "Email address:" +msgstr "电子邮件地址:" + +msgid "Reset my password" +msgstr "重设我的密码" + +msgid "All dates" +msgstr "所有日期" + +#, python-format +msgid "Select %s" +msgstr "选择 %s" + +#, python-format +msgid "Select %s to change" +msgstr "选择 %s 来修改" + +msgid "Date:" +msgstr "日期:" + +msgid "Time:" +msgstr "时间:" + +msgid "Lookup" +msgstr "查询" + +msgid "Currently:" +msgstr "当前:" + +msgid "Change:" +msgstr "更改:" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/zh_Hans/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/zh_Hans/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..530ccc109bd3256df7f4b9d0c24c509a5b7639e2 GIT binary patch literal 3912 zcmcJQUu+yl9ml88Q0fAK0wo1fhJb5_I4HB=~X2_iH|*c?7J1ya?V4c7R_3d%=gnY4D@q?={~B$$uHd zkNpLYd%(Zx@jo;vD2i(h9tfG;2a=t&Agx;m{s3GLCcrj5{~M6>-vr6-TOj#+2c$U5 zAjSDtknH>u><90H(pm5V2obBtV)7RScYxbKTIYhp;EzCBw+>1^DZ{;v5iknF9wPs!J6J^&NY{4vIFf~0@w6O0`J{{W)QjH5q@PL1~QGw4)zYS@~vQJm}0 z>(OB*tm^~d7tlY2jxAtcMgKB-1ijkm{;bsls_|#hk$%`7#&Z)oT`P(o+rHesvizoA z9s=krQC`%LI@^F=i@p&Zsf2q+=at&m&_9j-N%ZyT)aWjSt+w73)<&1h7G7JQvOT;) zAX1)4v)j#Wu2=^pUh32?nSrBu>;}Tw?tf@Nhh^%ZA;XG8;>Kkg0 ziq?0$CBHL|R9>!0aX~Fgyb|~AMw~B0U-WIIca8emOi>%p9+h%LVWBa7E z@$f{PKP~gza41=xk$Hz38DXTUp004(gu^MF=<2!%{mzwnQe;d!eMe?jS8Y>S?~?_# zKjlfPz`?Lk8dNWKNaQ@FcPInJM8>@CpJt3ZC~Lg8gr|(BWkF@MYCYN0!o^u6 zb9AyY2F`KyMxtokNO`8TH;45rY6ZK_<5?q(18>tl7}d(ZC37nZ9L9UIrGkkNlDG=e^`h*6BM;+K8QGJLJS7|#`x58r!zjP3IVf_{ z@gmJ`tC@~GmTz?<2^r@#2lgi-O^z^V42(O6BBv^`-XI$VZ0_ry`JA!iw;y@O7H;|g!*_Y%7! z+i&QRyB6U@p0HCgjW0r+Z%>-ua>Q{S`l>l# za{na#0r`Cwf-7BQJUIQbMrp1chJt}h!N?0YiLNXSTwYD&pO}ORnyE(QGDP5?Tu_#2 z{`h3A`=|C}%nTsu?lxPqWm z!Ao-!B!}kwX(S1g@3oI8&G*_z%hOZ-#AQlT`NhQYj&bPzKb)%#Uv{oyS3(M;v~bFw zcp2sBB_P*eY9dT@YN>zPKXC~KP{-hw8ez>Ot)W7_{u)y8yM}`9mrxmXg#A;KrNxoW zytLR!Yp-3Xym2-d>nknx1h1XL=_@TPlorni{qug`U=&(o{?-1<%q4$zv@&y^*ZI8* zbv!uJy>xDRGq1G6Xb*OZ*Oji1`cs3|spy@!CuiZUx+xB-c;8@f@v=WV9E`l8EJt}| z=5=f)5-N{R`_sd!V%15%vuEjKPjF#YrAh&Zd8$BG*txyODEEJMEO>qdX;*jTRSHMf VY&n`0A$FE, 2011 +# Kewei Ma , 2016 +# Lele Long , 2011,2015 +# mozillazg , 2016 +# slene , 2011 +# spaceoi , 2016 +# Ziang Song , 2012 +# Kevin Sze , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-06-08 01:37+0000\n" +"Last-Translator: spaceoi \n" +"Language-Team: Chinese (China) (http://www.transifex.com/django/django/" +"language/zh_CN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#, javascript-format +msgid "Available %s" +msgstr "可用 %s" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"这是可用的%s列表。你可以在选择框下面进行选择,然后点击两选框之间的“选择”箭" +"头。" + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "在此框中键入以过滤可用的%s列表" + +msgid "Filter" +msgstr "过滤" + +msgid "Choose all" +msgstr "全选" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "点击选择全部%s。" + +msgid "Choose" +msgstr "选择" + +msgid "Remove" +msgstr "删除" + +#, javascript-format +msgid "Chosen %s" +msgstr "选中的 %s" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"这是选中的 %s 的列表。你可以在选择框下面进行选择,然后点击两选框之间的“删" +"除”箭头进行删除。" + +msgid "Remove all" +msgstr "删除全部" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "删除所有选择的%s。" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "选中了 %(cnt)s 个中的 %(sel)s 个" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"你尚未保存一个可编辑栏位的变更. 如果你进行别的动作, 未保存的变更将会丢失." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"你已选则执行一个动作, 但有一个可编辑栏位的变更尚未保存. 请点选确定进行保存. " +"再重新执行该动作." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"你已选则执行一个动作, 但可编辑栏位沒有任何改变. 你应该尝试 '去' 按钮, 而不是 " +"'保存' 按钮." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "注意:你比服务器时间超前 %s 个小时。" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "注意:你比服务器时间滞后 %s 个小时。" + +msgid "Now" +msgstr "现在" + +msgid "Choose a Time" +msgstr "选择一个时间" + +msgid "Choose a time" +msgstr "选择一个时间" + +msgid "Midnight" +msgstr "午夜" + +msgid "6 a.m." +msgstr "上午6点" + +msgid "Noon" +msgstr "正午" + +msgid "6 p.m." +msgstr "下午6点" + +msgid "Cancel" +msgstr "取消" + +msgid "Today" +msgstr "今天" + +msgid "Choose a Date" +msgstr "选择一个日期" + +msgid "Yesterday" +msgstr "昨天" + +msgid "Tomorrow" +msgstr "明天" + +msgid "January" +msgstr "一月" + +msgid "February" +msgstr "二月" + +msgid "March" +msgstr "三月" + +msgid "April" +msgstr "四月" + +msgid "May" +msgstr "五月" + +msgid "June" +msgstr "六月" + +msgid "July" +msgstr "七月" + +msgid "August" +msgstr "八月" + +msgid "September" +msgstr "九月" + +msgid "October" +msgstr "十月" + +msgid "November" +msgstr "十一月" + +msgid "December" +msgstr "十二月" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "显示" + +msgid "Hide" +msgstr "隐藏" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/zh_Hant/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/zh_Hant/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..58ae49f0584f4088a9e90704437852c155888a56 GIT binary patch literal 12853 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 U)AN97Nr4H%4liEzOTT#i9~qAT;s5{u literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/zh_Hant/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/zh_Hant/LC_MESSAGES/django.po new file mode 100644 index 0000000..e8a5804 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/zh_Hant/LC_MESSAGES/django.po @@ -0,0 +1,655 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Chen Chun-Chia , 2015 +# ilay , 2012 +# Jannis Leidel , 2011 +# mail6543210 , 2013-2014 +# ming hsien tzang , 2011 +# tcc , 2011 +# Yeh-Yung , 2013 +# Yeh-Yung , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 09:09+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/django/django/" +"language/zh_TW/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "成功的刪除了 %(count)d 個 %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "無法刪除 %(name)s" + +msgid "Are you sure?" +msgstr "你確定嗎?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "刪除所選的 %(verbose_name_plural)s" + +msgid "Administration" +msgstr "" + +msgid "All" +msgstr "全部" + +msgid "Yes" +msgstr "是" + +msgid "No" +msgstr "否" + +msgid "Unknown" +msgstr "未知" + +msgid "Any date" +msgstr "任何日期" + +msgid "Today" +msgstr "今天" + +msgid "Past 7 days" +msgstr "過去 7 天" + +msgid "This month" +msgstr "本月" + +msgid "This year" +msgstr "今年" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "請輸入正確的工作人員%(username)s及密碼。請注意兩者皆區分大小寫。" + +msgid "Action:" +msgstr "動作:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "新增其它 %(verbose_name)s" + +msgid "Remove" +msgstr "移除" + +msgid "action time" +msgstr "動作時間" + +msgid "user" +msgstr "" + +msgid "content type" +msgstr "" + +msgid "object id" +msgstr "物件 id" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "物件 repr" + +msgid "action flag" +msgstr "動作旗標" + +msgid "change message" +msgstr "變更訊息" + +msgid "log entry" +msgstr "紀錄項目" + +msgid "log entries" +msgstr "紀錄項目" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "\"%(object)s\" 已新增。" + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "\"%(object)s\" - %(changes)s 已變更。" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "\"%(object)s\" 已刪除。" + +msgid "LogEntry Object" +msgstr "紀錄項目" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "" + +msgid "and" +msgstr "和" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "沒有欄位被變更。" + +msgid "None" +msgstr "None" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "按住 \"Control\" 或 \"Command\" (Mac),可選取多個值" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "必須要有項目被選到才能對它們進行動作。沒有項目變更。" + +msgid "No action selected." +msgstr "沒有動作被選。" + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "%(name)s \"%(obj)s\" 已成功刪除。" + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "主鍵 %(key)r 的 %(name)s 物件不存在。" + +#, python-format +msgid "Add %s" +msgstr "新增 %s" + +#, python-format +msgid "Change %s" +msgstr "變更 %s" + +msgid "Database error" +msgstr "資料庫錯誤" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "共 %(count)s %(name)s 已變更成功。" + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "全部 %(total_count)s 個被選" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "%(cnt)s 中 0 個被選" + +#, python-format +msgid "Change history: %s" +msgstr "變更歷史: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"刪除 %(class_name)s %(instance)s 將會同時刪除下面受保護的相關物件:" +"%(related_objects)s" + +msgid "Django site admin" +msgstr "Django 網站管理" + +msgid "Django administration" +msgstr "Django 管理" + +msgid "Site administration" +msgstr "網站管理" + +msgid "Log in" +msgstr "登入" + +#, python-format +msgid "%(app)s administration" +msgstr "" + +msgid "Page not found" +msgstr "頁面沒有找到" + +msgid "We're sorry, but the requested page could not be found." +msgstr "很抱歉,請求頁面無法找到。" + +msgid "Home" +msgstr "首頁" + +msgid "Server error" +msgstr "伺服器錯誤" + +msgid "Server error (500)" +msgstr "伺服器錯誤 (500)" + +msgid "Server Error (500)" +msgstr "伺服器錯誤 (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"存在一個錯誤。已透過電子郵件回報給網站管理員,並且應該很快就會被修正。謝謝你" +"的關心。" + +msgid "Run the selected action" +msgstr "執行選擇的動作" + +msgid "Go" +msgstr "去" + +msgid "Click here to select the objects across all pages" +msgstr "點選這裡可選取全部頁面的物件" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "選擇全部 %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "清除選擇" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "首先,輸入一個使用者名稱和密碼。然後你可以編輯更多使用者選項。" + +msgid "Enter a username and password." +msgstr "輸入一個使用者名稱和密碼。" + +msgid "Change password" +msgstr "變更密碼" + +msgid "Please correct the error below." +msgstr "請更正下面的錯誤。" + +msgid "Please correct the errors below." +msgstr "請修正以下錯誤" + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "為使用者%(username)s輸入一個新的密碼。" + +msgid "Welcome," +msgstr "歡迎," + +msgid "View site" +msgstr "" + +msgid "Documentation" +msgstr "文件" + +msgid "Log out" +msgstr "登出" + +#, python-format +msgid "Add %(name)s" +msgstr "新增 %(name)s" + +msgid "History" +msgstr "歷史" + +msgid "View on site" +msgstr "在網站上檢視" + +msgid "Filter" +msgstr "過濾器" + +msgid "Remove from sorting" +msgstr "從排序中移除" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "優先排序:%(priority_number)s" + +msgid "Toggle sorting" +msgstr "切換排序" + +msgid "Delete" +msgstr "刪除" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"刪除 %(object_name)s '%(escaped_object)s' 會把相關的物件也刪除,不過你的帳號" +"並沒有刪除以下型態物件的權限:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"要刪除 %(object_name)s '%(escaped_object)s', 將要求刪除下面受保護的相關物件:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"你確定想要刪除 %(object_name)s \"%(escaped_object)s\"?以下所有的相關項目都會" +"被刪除:" + +msgid "Objects" +msgstr "物件" + +msgid "Yes, I'm sure" +msgstr "是的,我確定" + +msgid "No, take me back" +msgstr "不,請帶我回去" + +msgid "Delete multiple objects" +msgstr "刪除多個物件" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"要刪除所選的 %(objects_name)s, 結果會刪除相關物件, 但你的帳號無權刪除下面物件" +"型態:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "要刪除所選的 %(objects_name)s, 將要求刪除下面受保護的相關物件:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"你是否確定要刪除已選的 %(objects_name)s? 下面全部物件及其相關項目都將被刪除:" + +msgid "Change" +msgstr "變更" + +msgid "Delete?" +msgstr "刪除?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " 以 %(filter_title)s" + +msgid "Summary" +msgstr "總結" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "%(name)s 應用程式中的Model" + +msgid "Add" +msgstr "新增" + +msgid "You don't have permission to edit anything." +msgstr "你沒有編輯任何東西的權限。" + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "無可用的" + +msgid "Unknown content" +msgstr "未知內容" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"你的資料庫安裝有錯誤。確定資料庫表格已經建立,並確定資料庫可被合適的使用者讀" +"取。" + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +msgid "Forgotten your password or username?" +msgstr "忘了你的密碼或是使用者名稱?" + +msgid "Date/time" +msgstr "日期/時間" + +msgid "User" +msgstr "使用者" + +msgid "Action" +msgstr "動作" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "這個物件沒有變更的歷史。它可能不是透過這個管理網站新增的。" + +msgid "Show all" +msgstr "顯示全部" + +msgid "Save" +msgstr "儲存" + +msgid "Popup closing..." +msgstr "" + +#, python-format +msgid "Change selected %(model)s" +msgstr "變更所選的 %(model)s" + +#, python-format +msgid "Add another %(model)s" +msgstr "新增其它 %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "刪除所選的 %(model)s" + +msgid "Search" +msgstr "搜尋" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s 結果" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "總共 %(full_result_count)s" + +msgid "Save as new" +msgstr "儲存為新的" + +msgid "Save and add another" +msgstr "儲存並新增另一個" + +msgid "Save and continue editing" +msgstr "儲存並繼續編輯" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "感謝你今天花了重要的時間停留在本網站。" + +msgid "Log in again" +msgstr "重新登入" + +msgid "Password change" +msgstr "密碼變更" + +msgid "Your password was changed." +msgstr "你的密碼已變更。" + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"為了安全上的考量,請輸入你的舊密碼,再輸入新密碼兩次,讓我們核驗你已正確地輸" +"入。" + +msgid "Change my password" +msgstr "變更我的密碼" + +msgid "Password reset" +msgstr "密碼重設" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "你的密碼已設置,現在可以繼續登入。" + +msgid "Password reset confirmation" +msgstr "密碼重設確認" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "請輸入你的新密碼兩次, 這樣我們才能檢查你的輸入是否正確。" + +msgid "New password:" +msgstr "新密碼:" + +msgid "Confirm password:" +msgstr "確認密碼:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "密碼重設連結無效,可能因為他已使用。請重新請求密碼重設。" + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"如果您未收到電子郵件,請確認您輸入的電子郵件地址與您註冊時輸入的一致,並檢查" +"您的垃圾郵件匣。" + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "這封電子郵件來自 %(site_name)s,因為你要求為帳號重新設定密碼。" + +msgid "Please go to the following page and choose a new password:" +msgstr "請到該頁面選擇一個新的密碼:" + +msgid "Your username, in case you've forgotten:" +msgstr "你的使用者名稱,萬一你已經忘記的話:" + +msgid "Thanks for using our site!" +msgstr "感謝使用本網站!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s 團隊" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"忘記你的密碼? 請在下面輸入你的電子郵件位址, 然後我們會寄出設定新密碼的操作指" +"示。" + +msgid "Email address:" +msgstr "電子信箱:" + +msgid "Reset my password" +msgstr "重設我的密碼" + +msgid "All dates" +msgstr "所有日期" + +#, python-format +msgid "Select %s" +msgstr "選擇 %s" + +#, python-format +msgid "Select %s to change" +msgstr "選擇 %s 來變更" + +msgid "Date:" +msgstr "日期" + +msgid "Time:" +msgstr "時間" + +msgid "Lookup" +msgstr "查詢" + +msgid "Currently:" +msgstr "目前:" + +msgid "Change:" +msgstr "變動:" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/zh_Hant/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/zh_Hant/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..dad6c9aa5dc7b99a8a50ef51ef62441a4b073ec5 GIT binary patch literal 2985 zcmcJP?Q;`F9LHA$A0nclB0i04XG+UJ(xl46q~L%B1f)_S>Yy*2OR{MWFSqgT(on}2 zDW$aZfeu0otr?_FfmA3h9hE{UzVV%Zfa46~jAQPaypeal^69&Gm$p`>zHq$B-sg7r z_we1{ZuZCJi+Ty3=iK%iSdMo49=z}*?dI1DZU$K3vu%WuI)F#a9r0e=7= z0`uSt;4k1RaOr(coOR$L^f!SIf?M7GZV*4R7cY@-KPck83krJ%o&pboC%`|!#o!4{ zia4ji8t@z_^4|srKnoOp%`i@aD-irF*4PFN??K`Jlgon3J1&29`8z1`E!emvBTON+an5z-f=bko6SFW-aK{+D%NNs6eV+r2K?0J|v-m_*qWW`__*(paEsgt9s+z>a&8=R|nrO7_q*M$f{ z_Qx?Cipx61&xkXs$U0KSs5ECaK6-$sXhLc#iPL$4(QuPn9$9S=t_douc8D-PM8izs zX)38vF{09lQ19B&GN&qKRMIpUg_)6Nuo2mfG^cQ9y6>){W)?iF$SuczROA%q-xTqv z)I>r&!G&%TYDzLJ8CzzE`iWKJJ7#YHjqu_$osz3~J1)r5t5WN#=-3sZPqfmx4uQ!~QRpYO*V4%N60~6xh}~ zKT=wTgfRXJTsM5AUgHOG2Y7cyy>By3$G!w<^dQR5J^NUaYlgQ@Z;+$jS5pnTH^hU~ zQ@=Olt<{($_RzacGFXsS`vdE}{&n8K23q}6Fi^e5U+wq9(7TT{$|B}GyXpW9_=ADK z8b2P-9!WR6Ax%!Vp1YV zYvZ!YQ1Z%RpA9|;1wWn@Z z-S*i^1blu^EmsYuLLvSTL29r=MpaUgWVJ?|1Wjkg=C?vSyc=ijM7kK$yxY|XkK$Gc z(v4x+n2{W$b}mo7lF}r_yMt>9JxJB0-PJb-YN+$M* zUn(|Fko-i4+1*ap)8gb=V)l$qpUR2L*6iuCzHTS5z?Xn^vMoQ6fuGfXxY&1+n5{YC zjtkfg1b^#fM}G1=%&g0Uj;D1jV`Yy`4;&FO=UGf&oGkVaITns}$*%dh_027_KSzoK zR|}_m2n3o#Sx6nh7n$z4WoC24akq7}0I6YI=Ey9YzA{ogH-bn`AFZ+B>)ZTW3Zweq`JnIa8XlWiOZvne0<0PU5v(;pV7y`AB}M8_JQ``t(b4Y{1HX z;Y3BW!lh1Z7LWR*R<@, 2012 +# mail6543210 , 2013 +# tcc , 2011 +# Yeh-Yung , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 10:11+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/django/django/" +"language/zh_TW/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#, javascript-format +msgid "Available %s" +msgstr "可用 %s" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"可用的 %s 列表。你可以在下方的方框內選擇後,點擊兩個方框中的\"選取\"箭頭以選" +"取。" + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "輸入到這個方框以過濾可用的 %s 列表。" + +msgid "Filter" +msgstr "過濾器" + +msgid "Choose all" +msgstr "全選" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "點擊以一次選取所有的 %s" + +msgid "Choose" +msgstr "選取" + +msgid "Remove" +msgstr "移除" + +#, javascript-format +msgid "Chosen %s" +msgstr "%s 被選" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"選取的 %s 列表。你可以在下方的方框內選擇後,點擊兩個方框中的\"移除\"箭頭以移" +"除。" + +msgid "Remove all" +msgstr "全部移除" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "點擊以一次移除所有選取的 %s" + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(cnt)s 中 %(sel)s 個被選" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "你尚未儲存一個可編輯欄位的變更。如果你執行動作, 未儲存的變更將會遺失。" + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"你已選了一個動作, 但有一個可編輯欄位的變更尚未儲存。請點選 OK 進行儲存。你需" +"要重新執行該動作。" + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"你已選了一個動作, 但沒有任何改變。你可能動到 '去' 按鈕, 而不是 '儲存' 按鈕。" + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "" + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "" + +msgid "Now" +msgstr "現在" + +msgid "Choose a Time" +msgstr "" + +msgid "Choose a time" +msgstr "選擇一個時間" + +msgid "Midnight" +msgstr "午夜" + +msgid "6 a.m." +msgstr "上午 6 點" + +msgid "Noon" +msgstr "中午" + +msgid "6 p.m." +msgstr "" + +msgid "Cancel" +msgstr "取消" + +msgid "Today" +msgstr "今天" + +msgid "Choose a Date" +msgstr "" + +msgid "Yesterday" +msgstr "昨天" + +msgid "Tomorrow" +msgstr "明天" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "顯示" + +msgid "Hide" +msgstr "隱藏" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/migrations/0001_initial.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/migrations/0001_initial.py new file mode 100644 index 0000000..c615bd7 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/migrations/0001_initial.py @@ -0,0 +1,50 @@ +# -*- coding: utf-8 -*- +from __future__ import unicode_literals + +import django.contrib.admin.models +from django.conf import settings +from django.db import migrations, models + + +class Migration(migrations.Migration): + + dependencies = [ + migrations.swappable_dependency(settings.AUTH_USER_MODEL), + ('contenttypes', '__first__'), + ] + + operations = [ + migrations.CreateModel( + name='LogEntry', + fields=[ + ('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)), + ('action_time', models.DateTimeField(auto_now=True, verbose_name='action time')), + ('object_id', models.TextField(null=True, verbose_name='object id', blank=True)), + ('object_repr', models.CharField(max_length=200, verbose_name='object repr')), + ('action_flag', models.PositiveSmallIntegerField(verbose_name='action flag')), + ('change_message', models.TextField(verbose_name='change message', blank=True)), + ('content_type', models.ForeignKey( + to_field='id', + on_delete=models.SET_NULL, + blank=True, null=True, + to='contenttypes.ContentType', + verbose_name='content type', + )), + ('user', models.ForeignKey( + to=settings.AUTH_USER_MODEL, + on_delete=models.CASCADE, + verbose_name='user', + )), + ], + options={ + 'ordering': ('-action_time',), + 'db_table': 'django_admin_log', + 'verbose_name': 'log entry', + 'verbose_name_plural': 'log entries', + }, + bases=(models.Model,), + managers=[ + ('objects', django.contrib.admin.models.LogEntryManager()), + ], + ), + ] diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/migrations/0002_logentry_remove_auto_add.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/migrations/0002_logentry_remove_auto_add.py new file mode 100644 index 0000000..fb66c31 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/migrations/0002_logentry_remove_auto_add.py @@ -0,0 +1,25 @@ +# -*- coding: utf-8 -*- +from __future__ import unicode_literals + +from django.db import migrations, models +from django.utils import timezone + + +class Migration(migrations.Migration): + + dependencies = [ + ('admin', '0001_initial'), + ] + + # No database changes; removes auto_add and adds default/editable. + operations = [ + migrations.AlterField( + model_name='logentry', + name='action_time', + field=models.DateTimeField( + verbose_name='action time', + default=timezone.now, + editable=False, + ), + ), + ] diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/migrations/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/migrations/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/models.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/models.py new file mode 100644 index 0000000..14304e9 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/models.py @@ -0,0 +1,148 @@ +from __future__ import unicode_literals + +import json + +from django.conf import settings +from django.contrib.admin.utils import quote +from django.contrib.contenttypes.models import ContentType +from django.db import models +from django.urls import NoReverseMatch, reverse +from django.utils import timezone +from django.utils.encoding import python_2_unicode_compatible, smart_text +from django.utils.text import get_text_list +from django.utils.translation import ugettext, ugettext_lazy as _ + +ADDITION = 1 +CHANGE = 2 +DELETION = 3 + + +class LogEntryManager(models.Manager): + use_in_migrations = True + + def log_action(self, user_id, content_type_id, object_id, object_repr, action_flag, change_message=''): + if isinstance(change_message, list): + change_message = json.dumps(change_message) + self.model.objects.create( + user_id=user_id, + content_type_id=content_type_id, + object_id=smart_text(object_id), + object_repr=object_repr[:200], + action_flag=action_flag, + change_message=change_message, + ) + + +@python_2_unicode_compatible +class LogEntry(models.Model): + action_time = models.DateTimeField( + _('action time'), + default=timezone.now, + editable=False, + ) + user = models.ForeignKey( + settings.AUTH_USER_MODEL, + models.CASCADE, + verbose_name=_('user'), + ) + content_type = models.ForeignKey( + ContentType, + models.SET_NULL, + verbose_name=_('content type'), + blank=True, null=True, + ) + object_id = models.TextField(_('object id'), blank=True, null=True) + # Translators: 'repr' means representation (https://docs.python.org/3/library/functions.html#repr) + object_repr = models.CharField(_('object repr'), max_length=200) + action_flag = models.PositiveSmallIntegerField(_('action flag')) + # change_message is either a string or a JSON structure + change_message = models.TextField(_('change message'), blank=True) + + objects = LogEntryManager() + + class Meta: + verbose_name = _('log entry') + verbose_name_plural = _('log entries') + db_table = 'django_admin_log' + ordering = ('-action_time',) + + def __repr__(self): + return smart_text(self.action_time) + + def __str__(self): + if self.is_addition(): + return ugettext('Added "%(object)s".') % {'object': self.object_repr} + elif self.is_change(): + return ugettext('Changed "%(object)s" - %(changes)s') % { + 'object': self.object_repr, + 'changes': self.get_change_message(), + } + elif self.is_deletion(): + return ugettext('Deleted "%(object)s."') % {'object': self.object_repr} + + return ugettext('LogEntry Object') + + def is_addition(self): + return self.action_flag == ADDITION + + def is_change(self): + return self.action_flag == CHANGE + + def is_deletion(self): + return self.action_flag == DELETION + + def get_change_message(self): + """ + If self.change_message is a JSON structure, interpret it as a change + string, properly translated. + """ + if self.change_message and self.change_message[0] == '[': + try: + change_message = json.loads(self.change_message) + except ValueError: + return self.change_message + messages = [] + for sub_message in change_message: + if 'added' in sub_message: + if sub_message['added']: + sub_message['added']['name'] = ugettext(sub_message['added']['name']) + messages.append(ugettext('Added {name} "{object}".').format(**sub_message['added'])) + else: + messages.append(ugettext('Added.')) + + elif 'changed' in sub_message: + sub_message['changed']['fields'] = get_text_list( + sub_message['changed']['fields'], ugettext('and') + ) + if 'name' in sub_message['changed']: + sub_message['changed']['name'] = ugettext(sub_message['changed']['name']) + messages.append(ugettext('Changed {fields} for {name} "{object}".').format( + **sub_message['changed'] + )) + else: + messages.append(ugettext('Changed {fields}.').format(**sub_message['changed'])) + + elif 'deleted' in sub_message: + sub_message['deleted']['name'] = ugettext(sub_message['deleted']['name']) + messages.append(ugettext('Deleted {name} "{object}".').format(**sub_message['deleted'])) + + change_message = ' '.join(msg[0].upper() + msg[1:] for msg in messages) + return change_message or ugettext('No fields changed.') + else: + return self.change_message + + def get_edited_object(self): + "Returns the edited object represented by this log entry" + return self.content_type.get_object_for_this_type(pk=self.object_id) + + def get_admin_url(self): + """ + Returns the admin URL to edit the object represented by this log entry. + """ + if self.content_type and self.object_id: + url_name = 'admin:%s_%s_change' % (self.content_type.app_label, self.content_type.model) + try: + return reverse(url_name, args=(quote(self.object_id),)) + except NoReverseMatch: + pass + return None diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/options.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/options.py new file mode 100644 index 0000000..eaf6452 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/options.py @@ -0,0 +1,2002 @@ +from __future__ import unicode_literals + +import copy +import json +import operator +from collections import OrderedDict +from functools import partial, reduce, update_wrapper + +from django import forms +from django.conf import settings +from django.contrib import messages +from django.contrib.admin import helpers, widgets +from django.contrib.admin.checks import ( + BaseModelAdminChecks, InlineModelAdminChecks, ModelAdminChecks, +) +from django.contrib.admin.exceptions import DisallowedModelAdminToField +from django.contrib.admin.templatetags.admin_urls import add_preserved_filters +from django.contrib.admin.utils import ( + NestedObjects, flatten_fieldsets, get_deleted_objects, + lookup_needs_distinct, model_format_dict, quote, unquote, +) +from django.contrib.auth import get_permission_codename +from django.core.exceptions import ( + FieldDoesNotExist, FieldError, PermissionDenied, ValidationError, +) +from django.core.paginator import Paginator +from django.db import models, router, transaction +from django.db.models.constants import LOOKUP_SEP +from django.db.models.fields import BLANK_CHOICE_DASH +from django.forms.formsets import DELETION_FIELD_NAME, all_valid +from django.forms.models import ( + BaseInlineFormSet, inlineformset_factory, modelform_defines_fields, + modelform_factory, modelformset_factory, +) +from django.forms.widgets import CheckboxSelectMultiple, SelectMultiple +from django.http import Http404, HttpResponseRedirect +from django.http.response import HttpResponseBase +from django.template.response import SimpleTemplateResponse, TemplateResponse +from django.urls import reverse +from django.utils import six +from django.utils.decorators import method_decorator +from django.utils.encoding import force_text, python_2_unicode_compatible +from django.utils.html import escape, format_html +from django.utils.http import urlencode, urlquote +from django.utils.safestring import mark_safe +from django.utils.text import capfirst, get_text_list +from django.utils.translation import ( + override as translation_override, string_concat, ugettext as _, ungettext, +) +from django.views.decorators.csrf import csrf_protect +from django.views.generic import RedirectView + +IS_POPUP_VAR = '_popup' +TO_FIELD_VAR = '_to_field' + + +HORIZONTAL, VERTICAL = 1, 2 + + +def get_content_type_for_model(obj): + # Since this module gets imported in the application's root package, + # it cannot import models from other applications at the module level. + from django.contrib.contenttypes.models import ContentType + return ContentType.objects.get_for_model(obj, for_concrete_model=False) + + +def get_ul_class(radio_style): + return 'radiolist' if radio_style == VERTICAL else 'radiolist inline' + + +class IncorrectLookupParameters(Exception): + pass + +# Defaults for formfield_overrides. ModelAdmin subclasses can change this +# by adding to ModelAdmin.formfield_overrides. + +FORMFIELD_FOR_DBFIELD_DEFAULTS = { + models.DateTimeField: { + 'form_class': forms.SplitDateTimeField, + 'widget': widgets.AdminSplitDateTime + }, + models.DateField: {'widget': widgets.AdminDateWidget}, + models.TimeField: {'widget': widgets.AdminTimeWidget}, + models.TextField: {'widget': widgets.AdminTextareaWidget}, + models.URLField: {'widget': widgets.AdminURLFieldWidget}, + models.IntegerField: {'widget': widgets.AdminIntegerFieldWidget}, + models.BigIntegerField: {'widget': widgets.AdminBigIntegerFieldWidget}, + models.CharField: {'widget': widgets.AdminTextInputWidget}, + models.ImageField: {'widget': widgets.AdminFileWidget}, + models.FileField: {'widget': widgets.AdminFileWidget}, + models.EmailField: {'widget': widgets.AdminEmailInputWidget}, +} + +csrf_protect_m = method_decorator(csrf_protect) + + +class BaseModelAdmin(six.with_metaclass(forms.MediaDefiningClass)): + """Functionality common to both ModelAdmin and InlineAdmin.""" + + raw_id_fields = () + fields = None + exclude = None + fieldsets = None + form = forms.ModelForm + filter_vertical = () + filter_horizontal = () + radio_fields = {} + prepopulated_fields = {} + formfield_overrides = {} + readonly_fields = () + ordering = None + view_on_site = True + show_full_result_count = True + checks_class = BaseModelAdminChecks + + def check(self, **kwargs): + return self.checks_class().check(self, **kwargs) + + def __init__(self): + # Merge FORMFIELD_FOR_DBFIELD_DEFAULTS with the formfield_overrides + # rather than simply overwriting. + overrides = copy.deepcopy(FORMFIELD_FOR_DBFIELD_DEFAULTS) + for k, v in self.formfield_overrides.items(): + overrides.setdefault(k, {}).update(v) + self.formfield_overrides = overrides + + def formfield_for_dbfield(self, db_field, request, **kwargs): + """ + Hook for specifying the form Field instance for a given database Field + instance. + + If kwargs are given, they're passed to the form Field's constructor. + """ + # If the field specifies choices, we don't need to look for special + # admin widgets - we just need to use a select widget of some kind. + if db_field.choices: + return self.formfield_for_choice_field(db_field, request, **kwargs) + + # ForeignKey or ManyToManyFields + if isinstance(db_field, models.ManyToManyField) or isinstance(db_field, models.ForeignKey): + # Combine the field kwargs with any options for formfield_overrides. + # Make sure the passed in **kwargs override anything in + # formfield_overrides because **kwargs is more specific, and should + # always win. + if db_field.__class__ in self.formfield_overrides: + kwargs = dict(self.formfield_overrides[db_field.__class__], **kwargs) + + # Get the correct formfield. + if isinstance(db_field, models.ForeignKey): + formfield = self.formfield_for_foreignkey(db_field, request, **kwargs) + elif isinstance(db_field, models.ManyToManyField): + formfield = self.formfield_for_manytomany(db_field, request, **kwargs) + + # For non-raw_id fields, wrap the widget with a wrapper that adds + # extra HTML -- the "add other" interface -- to the end of the + # rendered output. formfield can be None if it came from a + # OneToOneField with parent_link=True or a M2M intermediary. + if formfield and db_field.name not in self.raw_id_fields: + related_modeladmin = self.admin_site._registry.get(db_field.remote_field.model) + wrapper_kwargs = {} + if related_modeladmin: + wrapper_kwargs.update( + can_add_related=related_modeladmin.has_add_permission(request), + can_change_related=related_modeladmin.has_change_permission(request), + can_delete_related=related_modeladmin.has_delete_permission(request), + ) + formfield.widget = widgets.RelatedFieldWidgetWrapper( + formfield.widget, db_field.remote_field, self.admin_site, **wrapper_kwargs + ) + + return formfield + + # If we've got overrides for the formfield defined, use 'em. **kwargs + # passed to formfield_for_dbfield override the defaults. + for klass in db_field.__class__.mro(): + if klass in self.formfield_overrides: + kwargs = dict(copy.deepcopy(self.formfield_overrides[klass]), **kwargs) + return db_field.formfield(**kwargs) + + # For any other type of field, just call its formfield() method. + return db_field.formfield(**kwargs) + + def formfield_for_choice_field(self, db_field, request, **kwargs): + """ + Get a form Field for a database Field that has declared choices. + """ + # If the field is named as a radio_field, use a RadioSelect + if db_field.name in self.radio_fields: + # Avoid stomping on custom widget/choices arguments. + if 'widget' not in kwargs: + kwargs['widget'] = widgets.AdminRadioSelect(attrs={ + 'class': get_ul_class(self.radio_fields[db_field.name]), + }) + if 'choices' not in kwargs: + kwargs['choices'] = db_field.get_choices( + include_blank=db_field.blank, + blank_choice=[('', _('None'))] + ) + return db_field.formfield(**kwargs) + + def get_field_queryset(self, db, db_field, request): + """ + If the ModelAdmin specifies ordering, the queryset should respect that + ordering. Otherwise don't specify the queryset, let the field decide + (returns None in that case). + """ + related_admin = self.admin_site._registry.get(db_field.remote_field.model) + if related_admin is not None: + ordering = related_admin.get_ordering(request) + if ordering is not None and ordering != (): + return db_field.remote_field.model._default_manager.using(db).order_by(*ordering) + return None + + def formfield_for_foreignkey(self, db_field, request, **kwargs): + """ + Get a form Field for a ForeignKey. + """ + db = kwargs.get('using') + if db_field.name in self.raw_id_fields: + kwargs['widget'] = widgets.ForeignKeyRawIdWidget(db_field.remote_field, self.admin_site, using=db) + elif db_field.name in self.radio_fields: + kwargs['widget'] = widgets.AdminRadioSelect(attrs={ + 'class': get_ul_class(self.radio_fields[db_field.name]), + }) + kwargs['empty_label'] = _('None') if db_field.blank else None + + if 'queryset' not in kwargs: + queryset = self.get_field_queryset(db, db_field, request) + if queryset is not None: + kwargs['queryset'] = queryset + + return db_field.formfield(**kwargs) + + def formfield_for_manytomany(self, db_field, request, **kwargs): + """ + Get a form Field for a ManyToManyField. + """ + # If it uses an intermediary model that isn't auto created, don't show + # a field in admin. + if not db_field.remote_field.through._meta.auto_created: + return None + db = kwargs.get('using') + + if db_field.name in self.raw_id_fields: + kwargs['widget'] = widgets.ManyToManyRawIdWidget(db_field.remote_field, self.admin_site, using=db) + elif db_field.name in (list(self.filter_vertical) + list(self.filter_horizontal)): + kwargs['widget'] = widgets.FilteredSelectMultiple( + db_field.verbose_name, + db_field.name in self.filter_vertical + ) + + if 'queryset' not in kwargs: + queryset = self.get_field_queryset(db, db_field, request) + if queryset is not None: + kwargs['queryset'] = queryset + + form_field = db_field.formfield(**kwargs) + if isinstance(form_field.widget, SelectMultiple) and not isinstance(form_field.widget, CheckboxSelectMultiple): + msg = _('Hold down "Control", or "Command" on a Mac, to select more than one.') + help_text = form_field.help_text + form_field.help_text = string_concat(help_text, ' ', msg) if help_text else msg + return form_field + + def get_view_on_site_url(self, obj=None): + if obj is None or not self.view_on_site: + return None + + if callable(self.view_on_site): + return self.view_on_site(obj) + elif self.view_on_site and hasattr(obj, 'get_absolute_url'): + # use the ContentType lookup if view_on_site is True + return reverse('admin:view_on_site', kwargs={ + 'content_type_id': get_content_type_for_model(obj).pk, + 'object_id': obj.pk + }) + + def get_empty_value_display(self): + """ + Return the empty_value_display set on ModelAdmin or AdminSite. + """ + try: + return mark_safe(self.empty_value_display) + except AttributeError: + return mark_safe(self.admin_site.empty_value_display) + + def get_fields(self, request, obj=None): + """ + Hook for specifying fields. + """ + return self.fields + + def get_fieldsets(self, request, obj=None): + """ + Hook for specifying fieldsets. + """ + if self.fieldsets: + return self.fieldsets + return [(None, {'fields': self.get_fields(request, obj)})] + + def get_ordering(self, request): + """ + Hook for specifying field ordering. + """ + return self.ordering or () # otherwise we might try to *None, which is bad ;) + + def get_readonly_fields(self, request, obj=None): + """ + Hook for specifying custom readonly fields. + """ + return self.readonly_fields + + def get_prepopulated_fields(self, request, obj=None): + """ + Hook for specifying custom prepopulated fields. + """ + return self.prepopulated_fields + + def get_queryset(self, request): + """ + Returns a QuerySet of all model instances that can be edited by the + admin site. This is used by changelist_view. + """ + qs = self.model._default_manager.get_queryset() + # TODO: this should be handled by some parameter to the ChangeList. + ordering = self.get_ordering(request) + if ordering: + qs = qs.order_by(*ordering) + return qs + + def lookup_allowed(self, lookup, value): + from django.contrib.admin.filters import SimpleListFilter + + model = self.model + # Check FKey lookups that are allowed, so that popups produced by + # ForeignKeyRawIdWidget, on the basis of ForeignKey.limit_choices_to, + # are allowed to work. + for l in model._meta.related_fkey_lookups: + # As ``limit_choices_to`` can be a callable, invoke it here. + if callable(l): + l = l() + for k, v in widgets.url_params_from_lookup_dict(l).items(): + if k == lookup and v == value: + return True + + relation_parts = [] + prev_field = None + for part in lookup.split(LOOKUP_SEP): + try: + field = model._meta.get_field(part) + except FieldDoesNotExist: + # Lookups on non-existent fields are ok, since they're ignored + # later. + break + # It is allowed to filter on values that would be found from local + # model anyways. For example, if you filter on employee__department__id, + # then the id value would be found already from employee__department_id. + if not prev_field or (prev_field.concrete and + field not in prev_field.get_path_info()[-1].target_fields): + relation_parts.append(part) + if not getattr(field, 'get_path_info', None): + # This is not a relational field, so further parts + # must be transforms. + break + prev_field = field + model = field.get_path_info()[-1].to_opts.model + + if len(relation_parts) <= 1: + # Either a local field filter, or no fields at all. + return True + clean_lookup = LOOKUP_SEP.join(relation_parts) + valid_lookups = [self.date_hierarchy] + for filter_item in self.list_filter: + if isinstance(filter_item, type) and issubclass(filter_item, SimpleListFilter): + valid_lookups.append(filter_item.parameter_name) + elif isinstance(filter_item, (list, tuple)): + valid_lookups.append(filter_item[0]) + else: + valid_lookups.append(filter_item) + return clean_lookup in valid_lookups + + def to_field_allowed(self, request, to_field): + """ + Returns True if the model associated with this admin should be + allowed to be referenced by the specified field. + """ + opts = self.model._meta + + try: + field = opts.get_field(to_field) + except FieldDoesNotExist: + return False + + # Always allow referencing the primary key since it's already possible + # to get this information from the change view URL. + if field.primary_key: + return True + + # Allow reverse relationships to models defining m2m fields if they + # target the specified field. + for many_to_many in opts.many_to_many: + if many_to_many.m2m_target_field_name() == to_field: + return True + + # Make sure at least one of the models registered for this site + # references this field through a FK or a M2M relationship. + registered_models = set() + for model, admin in self.admin_site._registry.items(): + registered_models.add(model) + for inline in admin.inlines: + registered_models.add(inline.model) + + related_objects = ( + f for f in opts.get_fields(include_hidden=True) + if (f.auto_created and not f.concrete) + ) + for related_object in related_objects: + related_model = related_object.related_model + remote_field = related_object.field.remote_field + if (any(issubclass(model, related_model) for model in registered_models) and + hasattr(remote_field, 'get_related_field') and + remote_field.get_related_field() == field): + return True + + return False + + def has_add_permission(self, request): + """ + Returns True if the given request has permission to add an object. + Can be overridden by the user in subclasses. + """ + opts = self.opts + codename = get_permission_codename('add', opts) + return request.user.has_perm("%s.%s" % (opts.app_label, codename)) + + def has_change_permission(self, request, obj=None): + """ + Returns True if the given request has permission to change the given + Django model instance, the default implementation doesn't examine the + `obj` parameter. + + Can be overridden by the user in subclasses. In such case it should + return True if the given request has permission to change the `obj` + model instance. If `obj` is None, this should return True if the given + request has permission to change *any* object of the given type. + """ + opts = self.opts + codename = get_permission_codename('change', opts) + return request.user.has_perm("%s.%s" % (opts.app_label, codename)) + + def has_delete_permission(self, request, obj=None): + """ + Returns True if the given request has permission to change the given + Django model instance, the default implementation doesn't examine the + `obj` parameter. + + Can be overridden by the user in subclasses. In such case it should + return True if the given request has permission to delete the `obj` + model instance. If `obj` is None, this should return True if the given + request has permission to delete *any* object of the given type. + """ + opts = self.opts + codename = get_permission_codename('delete', opts) + return request.user.has_perm("%s.%s" % (opts.app_label, codename)) + + def has_module_permission(self, request): + """ + Returns True if the given request has any permission in the given + app label. + + Can be overridden by the user in subclasses. In such case it should + return True if the given request has permission to view the module on + the admin index page and access the module's index page. Overriding it + does not restrict access to the add, change or delete views. Use + `ModelAdmin.has_(add|change|delete)_permission` for that. + """ + return request.user.has_module_perms(self.opts.app_label) + + +@python_2_unicode_compatible +class ModelAdmin(BaseModelAdmin): + "Encapsulates all admin options and functionality for a given model." + + list_display = ('__str__',) + list_display_links = () + list_filter = () + list_select_related = False + list_per_page = 100 + list_max_show_all = 200 + list_editable = () + search_fields = () + date_hierarchy = None + save_as = False + save_as_continue = True + save_on_top = False + paginator = Paginator + preserve_filters = True + inlines = [] + + # Custom templates (designed to be over-ridden in subclasses) + add_form_template = None + change_form_template = None + change_list_template = None + delete_confirmation_template = None + delete_selected_confirmation_template = None + object_history_template = None + + # Actions + actions = [] + action_form = helpers.ActionForm + actions_on_top = True + actions_on_bottom = False + actions_selection_counter = True + checks_class = ModelAdminChecks + + def __init__(self, model, admin_site): + self.model = model + self.opts = model._meta + self.admin_site = admin_site + super(ModelAdmin, self).__init__() + + def __str__(self): + return "%s.%s" % (self.model._meta.app_label, self.__class__.__name__) + + def get_inline_instances(self, request, obj=None): + inline_instances = [] + for inline_class in self.inlines: + inline = inline_class(self.model, self.admin_site) + if request: + if not (inline.has_add_permission(request) or + inline.has_change_permission(request, obj) or + inline.has_delete_permission(request, obj)): + continue + if not inline.has_add_permission(request): + inline.max_num = 0 + inline_instances.append(inline) + + return inline_instances + + def get_urls(self): + from django.conf.urls import url + + def wrap(view): + def wrapper(*args, **kwargs): + return self.admin_site.admin_view(view)(*args, **kwargs) + wrapper.model_admin = self + return update_wrapper(wrapper, view) + + info = self.model._meta.app_label, self.model._meta.model_name + + urlpatterns = [ + url(r'^$', wrap(self.changelist_view), name='%s_%s_changelist' % info), + url(r'^add/$', wrap(self.add_view), name='%s_%s_add' % info), + url(r'^(.+)/history/$', wrap(self.history_view), name='%s_%s_history' % info), + url(r'^(.+)/delete/$', wrap(self.delete_view), name='%s_%s_delete' % info), + url(r'^(.+)/change/$', wrap(self.change_view), name='%s_%s_change' % info), + # For backwards compatibility (was the change url before 1.9) + url(r'^(.+)/$', wrap(RedirectView.as_view( + pattern_name='%s:%s_%s_change' % ((self.admin_site.name,) + info) + ))), + ] + return urlpatterns + + def urls(self): + return self.get_urls() + urls = property(urls) + + @property + def media(self): + extra = '' if settings.DEBUG else '.min' + js = [ + 'core.js', + 'vendor/jquery/jquery%s.js' % extra, + 'jquery.init.js', + 'admin/RelatedObjectLookups.js', + 'actions%s.js' % extra, + 'urlify.js', + 'prepopulate%s.js' % extra, + 'vendor/xregexp/xregexp%s.js' % extra, + ] + return forms.Media(js=['admin/js/%s' % url for url in js]) + + def get_model_perms(self, request): + """ + Returns a dict of all perms for this model. This dict has the keys + ``add``, ``change``, and ``delete`` mapping to the True/False for each + of those actions. + """ + return { + 'add': self.has_add_permission(request), + 'change': self.has_change_permission(request), + 'delete': self.has_delete_permission(request), + } + + def get_fields(self, request, obj=None): + if self.fields: + return self.fields + form = self.get_form(request, obj, fields=None) + return list(form.base_fields) + list(self.get_readonly_fields(request, obj)) + + def get_form(self, request, obj=None, **kwargs): + """ + Returns a Form class for use in the admin add view. This is used by + add_view and change_view. + """ + if 'fields' in kwargs: + fields = kwargs.pop('fields') + else: + fields = flatten_fieldsets(self.get_fieldsets(request, obj)) + if self.exclude is None: + exclude = [] + else: + exclude = list(self.exclude) + readonly_fields = self.get_readonly_fields(request, obj) + exclude.extend(readonly_fields) + if self.exclude is None and hasattr(self.form, '_meta') and self.form._meta.exclude: + # Take the custom ModelForm's Meta.exclude into account only if the + # ModelAdmin doesn't define its own. + exclude.extend(self.form._meta.exclude) + # if exclude is an empty list we pass None to be consistent with the + # default on modelform_factory + exclude = exclude or None + + # Remove declared form fields which are in readonly_fields. + new_attrs = OrderedDict( + (f, None) for f in readonly_fields + if f in self.form.declared_fields + ) + form = type(self.form.__name__, (self.form,), new_attrs) + + defaults = { + "form": form, + "fields": fields, + "exclude": exclude, + "formfield_callback": partial(self.formfield_for_dbfield, request=request), + } + defaults.update(kwargs) + + if defaults['fields'] is None and not modelform_defines_fields(defaults['form']): + defaults['fields'] = forms.ALL_FIELDS + + try: + return modelform_factory(self.model, **defaults) + except FieldError as e: + raise FieldError( + '%s. Check fields/fieldsets/exclude attributes of class %s.' + % (e, self.__class__.__name__) + ) + + def get_changelist(self, request, **kwargs): + """ + Returns the ChangeList class for use on the changelist page. + """ + from django.contrib.admin.views.main import ChangeList + return ChangeList + + def get_object(self, request, object_id, from_field=None): + """ + Returns an instance matching the field and value provided, the primary + key is used if no field is provided. Returns ``None`` if no match is + found or the object_id fails validation. + """ + queryset = self.get_queryset(request) + model = queryset.model + field = model._meta.pk if from_field is None else model._meta.get_field(from_field) + try: + object_id = field.to_python(object_id) + return queryset.get(**{field.name: object_id}) + except (model.DoesNotExist, ValidationError, ValueError): + return None + + def get_changelist_form(self, request, **kwargs): + """ + Returns a Form class for use in the Formset on the changelist page. + """ + defaults = { + "formfield_callback": partial(self.formfield_for_dbfield, request=request), + } + defaults.update(kwargs) + if defaults.get('fields') is None and not modelform_defines_fields(defaults.get('form')): + defaults['fields'] = forms.ALL_FIELDS + + return modelform_factory(self.model, **defaults) + + def get_changelist_formset(self, request, **kwargs): + """ + Returns a FormSet class for use on the changelist page if list_editable + is used. + """ + defaults = { + "formfield_callback": partial(self.formfield_for_dbfield, request=request), + } + defaults.update(kwargs) + return modelformset_factory( + self.model, self.get_changelist_form(request), extra=0, + fields=self.list_editable, **defaults + ) + + def get_formsets_with_inlines(self, request, obj=None): + """ + Yields formsets and the corresponding inlines. + """ + for inline in self.get_inline_instances(request, obj): + yield inline.get_formset(request, obj), inline + + def get_paginator(self, request, queryset, per_page, orphans=0, allow_empty_first_page=True): + return self.paginator(queryset, per_page, orphans, allow_empty_first_page) + + def log_addition(self, request, object, message): + """ + Log that an object has been successfully added. + + The default implementation creates an admin LogEntry object. + """ + from django.contrib.admin.models import LogEntry, ADDITION + LogEntry.objects.log_action( + user_id=request.user.pk, + content_type_id=get_content_type_for_model(object).pk, + object_id=object.pk, + object_repr=force_text(object), + action_flag=ADDITION, + change_message=message, + ) + + def log_change(self, request, object, message): + """ + Log that an object has been successfully changed. + + The default implementation creates an admin LogEntry object. + """ + from django.contrib.admin.models import LogEntry, CHANGE + LogEntry.objects.log_action( + user_id=request.user.pk, + content_type_id=get_content_type_for_model(object).pk, + object_id=object.pk, + object_repr=force_text(object), + action_flag=CHANGE, + change_message=message, + ) + + def log_deletion(self, request, object, object_repr): + """ + Log that an object will be deleted. Note that this method must be + called before the deletion. + + The default implementation creates an admin LogEntry object. + """ + from django.contrib.admin.models import LogEntry, DELETION + LogEntry.objects.log_action( + user_id=request.user.pk, + content_type_id=get_content_type_for_model(object).pk, + object_id=object.pk, + object_repr=object_repr, + action_flag=DELETION, + ) + + def action_checkbox(self, obj): + """ + A list_display column containing a checkbox widget. + """ + return helpers.checkbox.render(helpers.ACTION_CHECKBOX_NAME, force_text(obj.pk)) + action_checkbox.short_description = mark_safe('') + + def get_actions(self, request): + """ + Return a dictionary mapping the names of all actions for this + ModelAdmin to a tuple of (callable, name, description) for each action. + """ + # If self.actions is explicitly set to None that means that we don't + # want *any* actions enabled on this page. + if self.actions is None or IS_POPUP_VAR in request.GET: + return OrderedDict() + + actions = [] + + # Gather actions from the admin site first + for (name, func) in self.admin_site.actions: + description = getattr(func, 'short_description', name.replace('_', ' ')) + actions.append((func, name, description)) + + # Then gather them from the model admin and all parent classes, + # starting with self and working back up. + for klass in self.__class__.mro()[::-1]: + class_actions = getattr(klass, 'actions', []) + # Avoid trying to iterate over None + if not class_actions: + continue + actions.extend(self.get_action(action) for action in class_actions) + + # get_action might have returned None, so filter any of those out. + actions = filter(None, actions) + + # Convert the actions into an OrderedDict keyed by name. + actions = OrderedDict( + (name, (func, name, desc)) + for func, name, desc in actions + ) + + return actions + + def get_action_choices(self, request, default_choices=BLANK_CHOICE_DASH): + """ + Return a list of choices for use in a form object. Each choice is a + tuple (name, description). + """ + choices = [] + default_choices + for func, name, description in six.itervalues(self.get_actions(request)): + choice = (name, description % model_format_dict(self.opts)) + choices.append(choice) + return choices + + def get_action(self, action): + """ + Return a given action from a parameter, which can either be a callable, + or the name of a method on the ModelAdmin. Return is a tuple of + (callable, name, description). + """ + # If the action is a callable, just use it. + if callable(action): + func = action + action = action.__name__ + + # Next, look for a method. Grab it off self.__class__ to get an unbound + # method instead of a bound one; this ensures that the calling + # conventions are the same for functions and methods. + elif hasattr(self.__class__, action): + func = getattr(self.__class__, action) + + # Finally, look for a named method on the admin site + else: + try: + func = self.admin_site.get_action(action) + except KeyError: + return None + + if hasattr(func, 'short_description'): + description = func.short_description + else: + description = capfirst(action.replace('_', ' ')) + return func, action, description + + def get_list_display(self, request): + """ + Return a sequence containing the fields to be displayed on the + changelist. + """ + return self.list_display + + def get_list_display_links(self, request, list_display): + """ + Return a sequence containing the fields to be displayed as links + on the changelist. The list_display parameter is the list of fields + returned by get_list_display(). + """ + if self.list_display_links or self.list_display_links is None or not list_display: + return self.list_display_links + else: + # Use only the first item in list_display as link + return list(list_display)[:1] + + def get_list_filter(self, request): + """ + Returns a sequence containing the fields to be displayed as filters in + the right sidebar of the changelist page. + """ + return self.list_filter + + def get_list_select_related(self, request): + """ + Returns a list of fields to add to the select_related() part of the + changelist items query. + """ + return self.list_select_related + + def get_search_fields(self, request): + """ + Returns a sequence containing the fields to be searched whenever + somebody submits a search query. + """ + return self.search_fields + + def get_search_results(self, request, queryset, search_term): + """ + Returns a tuple containing a queryset to implement the search, + and a boolean indicating if the results may contain duplicates. + """ + # Apply keyword searches. + def construct_search(field_name): + if field_name.startswith('^'): + return "%s__istartswith" % field_name[1:] + elif field_name.startswith('='): + return "%s__iexact" % field_name[1:] + elif field_name.startswith('@'): + return "%s__search" % field_name[1:] + else: + return "%s__icontains" % field_name + + use_distinct = False + search_fields = self.get_search_fields(request) + if search_fields and search_term: + orm_lookups = [construct_search(str(search_field)) + for search_field in search_fields] + for bit in search_term.split(): + or_queries = [models.Q(**{orm_lookup: bit}) + for orm_lookup in orm_lookups] + queryset = queryset.filter(reduce(operator.or_, or_queries)) + if not use_distinct: + for search_spec in orm_lookups: + if lookup_needs_distinct(self.opts, search_spec): + use_distinct = True + break + + return queryset, use_distinct + + def get_preserved_filters(self, request): + """ + Returns the preserved filters querystring. + """ + match = request.resolver_match + if self.preserve_filters and match: + opts = self.model._meta + current_url = '%s:%s' % (match.app_name, match.url_name) + changelist_url = 'admin:%s_%s_changelist' % (opts.app_label, opts.model_name) + if current_url == changelist_url: + preserved_filters = request.GET.urlencode() + else: + preserved_filters = request.GET.get('_changelist_filters') + + if preserved_filters: + return urlencode({'_changelist_filters': preserved_filters}) + return '' + + @translation_override(None) + def construct_change_message(self, request, form, formsets, add=False): + """ + Construct a JSON structure describing changes from a changed object. + Translations are deactivated so that strings are stored untranslated. + Translation happens later on LogEntry access. + """ + change_message = [] + if add: + change_message.append({'added': {}}) + elif form.changed_data: + change_message.append({'changed': {'fields': form.changed_data}}) + + if formsets: + for formset in formsets: + for added_object in formset.new_objects: + change_message.append({ + 'added': { + 'name': force_text(added_object._meta.verbose_name), + 'object': force_text(added_object), + } + }) + for changed_object, changed_fields in formset.changed_objects: + change_message.append({ + 'changed': { + 'name': force_text(changed_object._meta.verbose_name), + 'object': force_text(changed_object), + 'fields': changed_fields, + } + }) + for deleted_object in formset.deleted_objects: + change_message.append({ + 'deleted': { + 'name': force_text(deleted_object._meta.verbose_name), + 'object': force_text(deleted_object), + } + }) + return change_message + + def message_user(self, request, message, level=messages.INFO, extra_tags='', + fail_silently=False): + """ + Send a message to the user. The default implementation + posts a message using the django.contrib.messages backend. + + Exposes almost the same API as messages.add_message(), but accepts the + positional arguments in a different order to maintain backwards + compatibility. For convenience, it accepts the `level` argument as + a string rather than the usual level number. + """ + if not isinstance(level, int): + # attempt to get the level if passed a string + try: + level = getattr(messages.constants, level.upper()) + except AttributeError: + levels = messages.constants.DEFAULT_TAGS.values() + levels_repr = ', '.join('`%s`' % l for l in levels) + raise ValueError( + 'Bad message level string: `%s`. Possible values are: %s' + % (level, levels_repr) + ) + + messages.add_message(request, level, message, extra_tags=extra_tags, fail_silently=fail_silently) + + def save_form(self, request, form, change): + """ + Given a ModelForm return an unsaved instance. ``change`` is True if + the object is being changed, and False if it's being added. + """ + return form.save(commit=False) + + def save_model(self, request, obj, form, change): + """ + Given a model instance save it to the database. + """ + obj.save() + + def delete_model(self, request, obj): + """ + Given a model instance delete it from the database. + """ + obj.delete() + + def save_formset(self, request, form, formset, change): + """ + Given an inline formset save it to the database. + """ + formset.save() + + def save_related(self, request, form, formsets, change): + """ + Given the ``HttpRequest``, the parent ``ModelForm`` instance, the + list of inline formsets and a boolean value based on whether the + parent is being added or changed, save the related objects to the + database. Note that at this point save_form() and save_model() have + already been called. + """ + form.save_m2m() + for formset in formsets: + self.save_formset(request, form, formset, change=change) + + def render_change_form(self, request, context, add=False, change=False, form_url='', obj=None): + opts = self.model._meta + app_label = opts.app_label + preserved_filters = self.get_preserved_filters(request) + form_url = add_preserved_filters({'preserved_filters': preserved_filters, 'opts': opts}, form_url) + view_on_site_url = self.get_view_on_site_url(obj) + context.update({ + 'add': add, + 'change': change, + 'has_add_permission': self.has_add_permission(request), + 'has_change_permission': self.has_change_permission(request, obj), + 'has_delete_permission': self.has_delete_permission(request, obj), + 'has_file_field': True, # FIXME - this should check if form or formsets have a FileField, + 'has_absolute_url': view_on_site_url is not None, + 'absolute_url': view_on_site_url, + 'form_url': form_url, + 'opts': opts, + 'content_type_id': get_content_type_for_model(self.model).pk, + 'save_as': self.save_as, + 'save_on_top': self.save_on_top, + 'to_field_var': TO_FIELD_VAR, + 'is_popup_var': IS_POPUP_VAR, + 'app_label': app_label, + }) + if add and self.add_form_template is not None: + form_template = self.add_form_template + else: + form_template = self.change_form_template + + request.current_app = self.admin_site.name + + return TemplateResponse(request, form_template or [ + "admin/%s/%s/change_form.html" % (app_label, opts.model_name), + "admin/%s/change_form.html" % app_label, + "admin/change_form.html" + ], context) + + def response_add(self, request, obj, post_url_continue=None): + """ + Determines the HttpResponse for the add_view stage. + """ + opts = obj._meta + pk_value = obj._get_pk_val() + preserved_filters = self.get_preserved_filters(request) + obj_url = reverse( + 'admin:%s_%s_change' % (opts.app_label, opts.model_name), + args=(quote(pk_value),), + current_app=self.admin_site.name, + ) + # Add a link to the object's change form if the user can edit the obj. + if self.has_change_permission(request, obj): + obj_repr = format_html('{}', urlquote(obj_url), obj) + else: + obj_repr = force_text(obj) + msg_dict = { + 'name': force_text(opts.verbose_name), + 'obj': obj_repr, + } + # Here, we distinguish between different save types by checking for + # the presence of keys in request.POST. + + if IS_POPUP_VAR in request.POST: + to_field = request.POST.get(TO_FIELD_VAR) + if to_field: + attr = str(to_field) + else: + attr = obj._meta.pk.attname + value = obj.serializable_value(attr) + popup_response_data = json.dumps({ + 'value': six.text_type(value), + 'obj': six.text_type(obj), + }) + return SimpleTemplateResponse('admin/popup_response.html', { + 'popup_response_data': popup_response_data, + }) + + elif "_continue" in request.POST or ( + # Redirecting after "Save as new". + "_saveasnew" in request.POST and self.save_as_continue and + self.has_change_permission(request, obj) + ): + msg = format_html( + _('The {name} "{obj}" was added successfully. You may edit it again below.'), + **msg_dict + ) + self.message_user(request, msg, messages.SUCCESS) + if post_url_continue is None: + post_url_continue = obj_url + post_url_continue = add_preserved_filters( + {'preserved_filters': preserved_filters, 'opts': opts}, + post_url_continue + ) + return HttpResponseRedirect(post_url_continue) + + elif "_addanother" in request.POST: + msg = format_html( + _('The {name} "{obj}" was added successfully. You may add another {name} below.'), + **msg_dict + ) + self.message_user(request, msg, messages.SUCCESS) + redirect_url = request.path + redirect_url = add_preserved_filters({'preserved_filters': preserved_filters, 'opts': opts}, redirect_url) + return HttpResponseRedirect(redirect_url) + + else: + msg = format_html( + _('The {name} "{obj}" was added successfully.'), + **msg_dict + ) + self.message_user(request, msg, messages.SUCCESS) + return self.response_post_save_add(request, obj) + + def response_change(self, request, obj): + """ + Determines the HttpResponse for the change_view stage. + """ + + if IS_POPUP_VAR in request.POST: + to_field = request.POST.get(TO_FIELD_VAR) + attr = str(to_field) if to_field else obj._meta.pk.attname + # Retrieve the `object_id` from the resolved pattern arguments. + value = request.resolver_match.args[0] + new_value = obj.serializable_value(attr) + popup_response_data = json.dumps({ + 'action': 'change', + 'value': six.text_type(value), + 'obj': six.text_type(obj), + 'new_value': six.text_type(new_value), + }) + return SimpleTemplateResponse('admin/popup_response.html', { + 'popup_response_data': popup_response_data, + }) + + opts = self.model._meta + pk_value = obj._get_pk_val() + preserved_filters = self.get_preserved_filters(request) + + msg_dict = { + 'name': force_text(opts.verbose_name), + 'obj': format_html('{}', urlquote(request.path), obj), + } + if "_continue" in request.POST: + msg = format_html( + _('The {name} "{obj}" was changed successfully. You may edit it again below.'), + **msg_dict + ) + self.message_user(request, msg, messages.SUCCESS) + redirect_url = request.path + redirect_url = add_preserved_filters({'preserved_filters': preserved_filters, 'opts': opts}, redirect_url) + return HttpResponseRedirect(redirect_url) + + elif "_saveasnew" in request.POST: + msg = format_html( + _('The {name} "{obj}" was added successfully. You may edit it again below.'), + **msg_dict + ) + self.message_user(request, msg, messages.SUCCESS) + redirect_url = reverse('admin:%s_%s_change' % + (opts.app_label, opts.model_name), + args=(pk_value,), + current_app=self.admin_site.name) + redirect_url = add_preserved_filters({'preserved_filters': preserved_filters, 'opts': opts}, redirect_url) + return HttpResponseRedirect(redirect_url) + + elif "_addanother" in request.POST: + msg = format_html( + _('The {name} "{obj}" was changed successfully. You may add another {name} below.'), + **msg_dict + ) + self.message_user(request, msg, messages.SUCCESS) + redirect_url = reverse('admin:%s_%s_add' % + (opts.app_label, opts.model_name), + current_app=self.admin_site.name) + redirect_url = add_preserved_filters({'preserved_filters': preserved_filters, 'opts': opts}, redirect_url) + return HttpResponseRedirect(redirect_url) + + else: + msg = format_html( + _('The {name} "{obj}" was changed successfully.'), + **msg_dict + ) + self.message_user(request, msg, messages.SUCCESS) + return self.response_post_save_change(request, obj) + + def response_post_save_add(self, request, obj): + """ + Figure out where to redirect after the 'Save' button has been pressed + when adding a new object. + """ + opts = self.model._meta + if self.has_change_permission(request, None): + post_url = reverse('admin:%s_%s_changelist' % + (opts.app_label, opts.model_name), + current_app=self.admin_site.name) + preserved_filters = self.get_preserved_filters(request) + post_url = add_preserved_filters({'preserved_filters': preserved_filters, 'opts': opts}, post_url) + else: + post_url = reverse('admin:index', + current_app=self.admin_site.name) + return HttpResponseRedirect(post_url) + + def response_post_save_change(self, request, obj): + """ + Figure out where to redirect after the 'Save' button has been pressed + when editing an existing object. + """ + opts = self.model._meta + + if self.has_change_permission(request, None): + post_url = reverse('admin:%s_%s_changelist' % + (opts.app_label, opts.model_name), + current_app=self.admin_site.name) + preserved_filters = self.get_preserved_filters(request) + post_url = add_preserved_filters({'preserved_filters': preserved_filters, 'opts': opts}, post_url) + else: + post_url = reverse('admin:index', + current_app=self.admin_site.name) + return HttpResponseRedirect(post_url) + + def response_action(self, request, queryset): + """ + Handle an admin action. This is called if a request is POSTed to the + changelist; it returns an HttpResponse if the action was handled, and + None otherwise. + """ + + # There can be multiple action forms on the page (at the top + # and bottom of the change list, for example). Get the action + # whose button was pushed. + try: + action_index = int(request.POST.get('index', 0)) + except ValueError: + action_index = 0 + + # Construct the action form. + data = request.POST.copy() + data.pop(helpers.ACTION_CHECKBOX_NAME, None) + data.pop("index", None) + + # Use the action whose button was pushed + try: + data.update({'action': data.getlist('action')[action_index]}) + except IndexError: + # If we didn't get an action from the chosen form that's invalid + # POST data, so by deleting action it'll fail the validation check + # below. So no need to do anything here + pass + + action_form = self.action_form(data, auto_id=None) + action_form.fields['action'].choices = self.get_action_choices(request) + + # If the form's valid we can handle the action. + if action_form.is_valid(): + action = action_form.cleaned_data['action'] + select_across = action_form.cleaned_data['select_across'] + func = self.get_actions(request)[action][0] + + # Get the list of selected PKs. If nothing's selected, we can't + # perform an action on it, so bail. Except we want to perform + # the action explicitly on all objects. + selected = request.POST.getlist(helpers.ACTION_CHECKBOX_NAME) + if not selected and not select_across: + # Reminder that something needs to be selected or nothing will happen + msg = _("Items must be selected in order to perform " + "actions on them. No items have been changed.") + self.message_user(request, msg, messages.WARNING) + return None + + if not select_across: + # Perform the action only on the selected objects + queryset = queryset.filter(pk__in=selected) + + response = func(self, request, queryset) + + # Actions may return an HttpResponse-like object, which will be + # used as the response from the POST. If not, we'll be a good + # little HTTP citizen and redirect back to the changelist page. + if isinstance(response, HttpResponseBase): + return response + else: + return HttpResponseRedirect(request.get_full_path()) + else: + msg = _("No action selected.") + self.message_user(request, msg, messages.WARNING) + return None + + def response_delete(self, request, obj_display, obj_id): + """ + Determines the HttpResponse for the delete_view stage. + """ + + opts = self.model._meta + + if IS_POPUP_VAR in request.POST: + popup_response_data = json.dumps({ + 'action': 'delete', + 'value': str(obj_id), + }) + return SimpleTemplateResponse('admin/popup_response.html', { + 'popup_response_data': popup_response_data, + }) + + self.message_user( + request, + _('The %(name)s "%(obj)s" was deleted successfully.') % { + 'name': force_text(opts.verbose_name), + 'obj': force_text(obj_display), + }, + messages.SUCCESS, + ) + + if self.has_change_permission(request, None): + post_url = reverse( + 'admin:%s_%s_changelist' % (opts.app_label, opts.model_name), + current_app=self.admin_site.name, + ) + preserved_filters = self.get_preserved_filters(request) + post_url = add_preserved_filters( + {'preserved_filters': preserved_filters, 'opts': opts}, post_url + ) + else: + post_url = reverse('admin:index', current_app=self.admin_site.name) + return HttpResponseRedirect(post_url) + + def render_delete_form(self, request, context): + opts = self.model._meta + app_label = opts.app_label + + request.current_app = self.admin_site.name + context.update( + to_field_var=TO_FIELD_VAR, + is_popup_var=IS_POPUP_VAR, + media=self.media, + ) + + return TemplateResponse( + request, + self.delete_confirmation_template or [ + "admin/{}/{}/delete_confirmation.html".format(app_label, opts.model_name), + "admin/{}/delete_confirmation.html".format(app_label), + "admin/delete_confirmation.html", + ], + context, + ) + + def get_inline_formsets(self, request, formsets, inline_instances, obj=None): + inline_admin_formsets = [] + for inline, formset in zip(inline_instances, formsets): + fieldsets = list(inline.get_fieldsets(request, obj)) + readonly = list(inline.get_readonly_fields(request, obj)) + prepopulated = dict(inline.get_prepopulated_fields(request, obj)) + inline_admin_formset = helpers.InlineAdminFormSet( + inline, formset, fieldsets, prepopulated, readonly, + model_admin=self, + ) + inline_admin_formsets.append(inline_admin_formset) + return inline_admin_formsets + + def get_changeform_initial_data(self, request): + """ + Get the initial form data. + Unless overridden, this populates from the GET params. + """ + initial = dict(request.GET.items()) + for k in initial: + try: + f = self.model._meta.get_field(k) + except FieldDoesNotExist: + continue + # We have to special-case M2Ms as a list of comma-separated PKs. + if isinstance(f, models.ManyToManyField): + initial[k] = initial[k].split(",") + return initial + + @csrf_protect_m + @transaction.atomic + def changeform_view(self, request, object_id=None, form_url='', extra_context=None): + + to_field = request.POST.get(TO_FIELD_VAR, request.GET.get(TO_FIELD_VAR)) + if to_field and not self.to_field_allowed(request, to_field): + raise DisallowedModelAdminToField("The field %s cannot be referenced." % to_field) + + model = self.model + opts = model._meta + + if request.method == 'POST' and '_saveasnew' in request.POST: + object_id = None + + add = object_id is None + + if add: + if not self.has_add_permission(request): + raise PermissionDenied + obj = None + + else: + obj = self.get_object(request, unquote(object_id), to_field) + + if not self.has_change_permission(request, obj): + raise PermissionDenied + + if obj is None: + raise Http404(_('%(name)s object with primary key %(key)r does not exist.') % { + 'name': force_text(opts.verbose_name), 'key': escape(object_id)}) + + ModelForm = self.get_form(request, obj) + if request.method == 'POST': + form = ModelForm(request.POST, request.FILES, instance=obj) + if form.is_valid(): + form_validated = True + new_object = self.save_form(request, form, change=not add) + else: + form_validated = False + new_object = form.instance + formsets, inline_instances = self._create_formsets(request, new_object, change=not add) + if all_valid(formsets) and form_validated: + self.save_model(request, new_object, form, not add) + self.save_related(request, form, formsets, not add) + change_message = self.construct_change_message(request, form, formsets, add) + if add: + self.log_addition(request, new_object, change_message) + return self.response_add(request, new_object) + else: + self.log_change(request, new_object, change_message) + return self.response_change(request, new_object) + else: + form_validated = False + else: + if add: + initial = self.get_changeform_initial_data(request) + form = ModelForm(initial=initial) + formsets, inline_instances = self._create_formsets(request, form.instance, change=False) + else: + form = ModelForm(instance=obj) + formsets, inline_instances = self._create_formsets(request, obj, change=True) + + adminForm = helpers.AdminForm( + form, + list(self.get_fieldsets(request, obj)), + self.get_prepopulated_fields(request, obj), + self.get_readonly_fields(request, obj), + model_admin=self) + media = self.media + adminForm.media + + inline_formsets = self.get_inline_formsets(request, formsets, inline_instances, obj) + for inline_formset in inline_formsets: + media = media + inline_formset.media + + context = dict( + self.admin_site.each_context(request), + title=(_('Add %s') if add else _('Change %s')) % force_text(opts.verbose_name), + adminform=adminForm, + object_id=object_id, + original=obj, + is_popup=(IS_POPUP_VAR in request.POST or + IS_POPUP_VAR in request.GET), + to_field=to_field, + media=media, + inline_admin_formsets=inline_formsets, + errors=helpers.AdminErrorList(form, formsets), + preserved_filters=self.get_preserved_filters(request), + ) + + # Hide the "Save" and "Save and continue" buttons if "Save as New" was + # previously chosen to prevent the interface from getting confusing. + if request.method == 'POST' and not form_validated and "_saveasnew" in request.POST: + context['show_save'] = False + context['show_save_and_continue'] = False + # Use the change template instead of the add template. + add = False + + context.update(extra_context or {}) + + return self.render_change_form(request, context, add=add, change=not add, obj=obj, form_url=form_url) + + def add_view(self, request, form_url='', extra_context=None): + return self.changeform_view(request, None, form_url, extra_context) + + def change_view(self, request, object_id, form_url='', extra_context=None): + return self.changeform_view(request, object_id, form_url, extra_context) + + @csrf_protect_m + def changelist_view(self, request, extra_context=None): + """ + The 'change list' admin view for this model. + """ + from django.contrib.admin.views.main import ERROR_FLAG + opts = self.model._meta + app_label = opts.app_label + if not self.has_change_permission(request, None): + raise PermissionDenied + + list_display = self.get_list_display(request) + list_display_links = self.get_list_display_links(request, list_display) + list_filter = self.get_list_filter(request) + search_fields = self.get_search_fields(request) + list_select_related = self.get_list_select_related(request) + + # Check actions to see if any are available on this changelist + actions = self.get_actions(request) + if actions: + # Add the action checkboxes if there are any actions available. + list_display = ['action_checkbox'] + list(list_display) + + ChangeList = self.get_changelist(request) + try: + cl = ChangeList( + request, self.model, list_display, + list_display_links, list_filter, self.date_hierarchy, + search_fields, list_select_related, self.list_per_page, + self.list_max_show_all, self.list_editable, self, + ) + except IncorrectLookupParameters: + # Wacky lookup parameters were given, so redirect to the main + # changelist page, without parameters, and pass an 'invalid=1' + # parameter via the query string. If wacky parameters were given + # and the 'invalid=1' parameter was already in the query string, + # something is screwed up with the database, so display an error + # page. + if ERROR_FLAG in request.GET.keys(): + return SimpleTemplateResponse('admin/invalid_setup.html', { + 'title': _('Database error'), + }) + return HttpResponseRedirect(request.path + '?' + ERROR_FLAG + '=1') + + # If the request was POSTed, this might be a bulk action or a bulk + # edit. Try to look up an action or confirmation first, but if this + # isn't an action the POST will fall through to the bulk edit check, + # below. + action_failed = False + selected = request.POST.getlist(helpers.ACTION_CHECKBOX_NAME) + + # Actions with no confirmation + if (actions and request.method == 'POST' and + 'index' in request.POST and '_save' not in request.POST): + if selected: + response = self.response_action(request, queryset=cl.get_queryset(request)) + if response: + return response + else: + action_failed = True + else: + msg = _("Items must be selected in order to perform " + "actions on them. No items have been changed.") + self.message_user(request, msg, messages.WARNING) + action_failed = True + + # Actions with confirmation + if (actions and request.method == 'POST' and + helpers.ACTION_CHECKBOX_NAME in request.POST and + 'index' not in request.POST and '_save' not in request.POST): + if selected: + response = self.response_action(request, queryset=cl.get_queryset(request)) + if response: + return response + else: + action_failed = True + + # If we're allowing changelist editing, we need to construct a formset + # for the changelist given all the fields to be edited. Then we'll + # use the formset to validate/process POSTed data. + formset = cl.formset = None + + # Handle POSTed bulk-edit data. + if (request.method == "POST" and cl.list_editable and + '_save' in request.POST and not action_failed): + FormSet = self.get_changelist_formset(request) + formset = cl.formset = FormSet(request.POST, request.FILES, queryset=self.get_queryset(request)) + if formset.is_valid(): + changecount = 0 + for form in formset.forms: + if form.has_changed(): + obj = self.save_form(request, form, change=True) + self.save_model(request, obj, form, change=True) + self.save_related(request, form, formsets=[], change=True) + change_msg = self.construct_change_message(request, form, None) + self.log_change(request, obj, change_msg) + changecount += 1 + + if changecount: + if changecount == 1: + name = force_text(opts.verbose_name) + else: + name = force_text(opts.verbose_name_plural) + msg = ungettext( + "%(count)s %(name)s was changed successfully.", + "%(count)s %(name)s were changed successfully.", + changecount + ) % { + 'count': changecount, + 'name': name, + 'obj': force_text(obj), + } + self.message_user(request, msg, messages.SUCCESS) + + return HttpResponseRedirect(request.get_full_path()) + + # Handle GET -- construct a formset for display. + elif cl.list_editable: + FormSet = self.get_changelist_formset(request) + formset = cl.formset = FormSet(queryset=cl.result_list) + + # Build the list of media to be used by the formset. + if formset: + media = self.media + formset.media + else: + media = self.media + + # Build the action form and populate it with available actions. + if actions: + action_form = self.action_form(auto_id=None) + action_form.fields['action'].choices = self.get_action_choices(request) + else: + action_form = None + + selection_note_all = ungettext( + '%(total_count)s selected', + 'All %(total_count)s selected', + cl.result_count + ) + + context = dict( + self.admin_site.each_context(request), + module_name=force_text(opts.verbose_name_plural), + selection_note=_('0 of %(cnt)s selected') % {'cnt': len(cl.result_list)}, + selection_note_all=selection_note_all % {'total_count': cl.result_count}, + title=cl.title, + is_popup=cl.is_popup, + to_field=cl.to_field, + cl=cl, + media=media, + has_add_permission=self.has_add_permission(request), + opts=cl.opts, + action_form=action_form, + actions_on_top=self.actions_on_top, + actions_on_bottom=self.actions_on_bottom, + actions_selection_counter=self.actions_selection_counter, + preserved_filters=self.get_preserved_filters(request), + ) + context.update(extra_context or {}) + + request.current_app = self.admin_site.name + + return TemplateResponse(request, self.change_list_template or [ + 'admin/%s/%s/change_list.html' % (app_label, opts.model_name), + 'admin/%s/change_list.html' % app_label, + 'admin/change_list.html' + ], context) + + @csrf_protect_m + @transaction.atomic + def delete_view(self, request, object_id, extra_context=None): + "The 'delete' admin view for this model." + opts = self.model._meta + app_label = opts.app_label + + to_field = request.POST.get(TO_FIELD_VAR, request.GET.get(TO_FIELD_VAR)) + if to_field and not self.to_field_allowed(request, to_field): + raise DisallowedModelAdminToField("The field %s cannot be referenced." % to_field) + + obj = self.get_object(request, unquote(object_id), to_field) + + if not self.has_delete_permission(request, obj): + raise PermissionDenied + + if obj is None: + raise Http404( + _('%(name)s object with primary key %(key)r does not exist.') % + {'name': force_text(opts.verbose_name), 'key': escape(object_id)} + ) + + using = router.db_for_write(self.model) + + # Populate deleted_objects, a data structure of all related objects that + # will also be deleted. + (deleted_objects, model_count, perms_needed, protected) = get_deleted_objects( + [obj], opts, request.user, self.admin_site, using) + + if request.POST and not protected: # The user has confirmed the deletion. + if perms_needed: + raise PermissionDenied + obj_display = force_text(obj) + attr = str(to_field) if to_field else opts.pk.attname + obj_id = obj.serializable_value(attr) + self.log_deletion(request, obj, obj_display) + self.delete_model(request, obj) + + return self.response_delete(request, obj_display, obj_id) + + object_name = force_text(opts.verbose_name) + + if perms_needed or protected: + title = _("Cannot delete %(name)s") % {"name": object_name} + else: + title = _("Are you sure?") + + context = dict( + self.admin_site.each_context(request), + title=title, + object_name=object_name, + object=obj, + deleted_objects=deleted_objects, + model_count=dict(model_count).items(), + perms_lacking=perms_needed, + protected=protected, + opts=opts, + app_label=app_label, + preserved_filters=self.get_preserved_filters(request), + is_popup=(IS_POPUP_VAR in request.POST or + IS_POPUP_VAR in request.GET), + to_field=to_field, + ) + context.update(extra_context or {}) + + return self.render_delete_form(request, context) + + def history_view(self, request, object_id, extra_context=None): + "The 'history' admin view for this model." + from django.contrib.admin.models import LogEntry + # First check if the user can see this history. + model = self.model + obj = self.get_object(request, unquote(object_id)) + if obj is None: + raise Http404(_('%(name)s object with primary key %(key)r does not exist.') % { + 'name': force_text(model._meta.verbose_name), + 'key': escape(object_id), + }) + + if not self.has_change_permission(request, obj): + raise PermissionDenied + + # Then get the history for this object. + opts = model._meta + app_label = opts.app_label + action_list = LogEntry.objects.filter( + object_id=unquote(object_id), + content_type=get_content_type_for_model(model) + ).select_related().order_by('action_time') + + context = dict( + self.admin_site.each_context(request), + title=_('Change history: %s') % force_text(obj), + action_list=action_list, + module_name=capfirst(force_text(opts.verbose_name_plural)), + object=obj, + opts=opts, + preserved_filters=self.get_preserved_filters(request), + ) + context.update(extra_context or {}) + + request.current_app = self.admin_site.name + + return TemplateResponse(request, self.object_history_template or [ + "admin/%s/%s/object_history.html" % (app_label, opts.model_name), + "admin/%s/object_history.html" % app_label, + "admin/object_history.html" + ], context) + + def _create_formsets(self, request, obj, change): + "Helper function to generate formsets for add/change_view." + formsets = [] + inline_instances = [] + prefixes = {} + get_formsets_args = [request] + if change: + get_formsets_args.append(obj) + for FormSet, inline in self.get_formsets_with_inlines(*get_formsets_args): + prefix = FormSet.get_default_prefix() + prefixes[prefix] = prefixes.get(prefix, 0) + 1 + if prefixes[prefix] != 1 or not prefix: + prefix = "%s-%s" % (prefix, prefixes[prefix]) + formset_params = { + 'instance': obj, + 'prefix': prefix, + 'queryset': inline.get_queryset(request), + } + if request.method == 'POST': + formset_params.update({ + 'data': request.POST, + 'files': request.FILES, + 'save_as_new': '_saveasnew' in request.POST + }) + formsets.append(FormSet(**formset_params)) + inline_instances.append(inline) + return formsets, inline_instances + + +class InlineModelAdmin(BaseModelAdmin): + """ + Options for inline editing of ``model`` instances. + + Provide ``fk_name`` to specify the attribute name of the ``ForeignKey`` + from ``model`` to its parent. This is required if ``model`` has more than + one ``ForeignKey`` to its parent. + """ + model = None + fk_name = None + formset = BaseInlineFormSet + extra = 3 + min_num = None + max_num = None + template = None + verbose_name = None + verbose_name_plural = None + can_delete = True + show_change_link = False + checks_class = InlineModelAdminChecks + classes = None + + def __init__(self, parent_model, admin_site): + self.admin_site = admin_site + self.parent_model = parent_model + self.opts = self.model._meta + self.has_registered_model = admin_site.is_registered(self.model) + super(InlineModelAdmin, self).__init__() + if self.verbose_name is None: + self.verbose_name = self.model._meta.verbose_name + if self.verbose_name_plural is None: + self.verbose_name_plural = self.model._meta.verbose_name_plural + + @property + def media(self): + extra = '' if settings.DEBUG else '.min' + js = ['vendor/jquery/jquery%s.js' % extra, 'jquery.init.js', + 'inlines%s.js' % extra] + if self.filter_vertical or self.filter_horizontal: + js.extend(['SelectBox.js', 'SelectFilter2.js']) + if self.classes and 'collapse' in self.classes: + js.append('collapse%s.js' % extra) + return forms.Media(js=['admin/js/%s' % url for url in js]) + + def get_extra(self, request, obj=None, **kwargs): + """Hook for customizing the number of extra inline forms.""" + return self.extra + + def get_min_num(self, request, obj=None, **kwargs): + """Hook for customizing the min number of inline forms.""" + return self.min_num + + def get_max_num(self, request, obj=None, **kwargs): + """Hook for customizing the max number of extra inline forms.""" + return self.max_num + + def get_formset(self, request, obj=None, **kwargs): + """Returns a BaseInlineFormSet class for use in admin add/change views.""" + if 'fields' in kwargs: + fields = kwargs.pop('fields') + else: + fields = flatten_fieldsets(self.get_fieldsets(request, obj)) + if self.exclude is None: + exclude = [] + else: + exclude = list(self.exclude) + exclude.extend(self.get_readonly_fields(request, obj)) + if self.exclude is None and hasattr(self.form, '_meta') and self.form._meta.exclude: + # Take the custom ModelForm's Meta.exclude into account only if the + # InlineModelAdmin doesn't define its own. + exclude.extend(self.form._meta.exclude) + # If exclude is an empty list we use None, since that's the actual + # default. + exclude = exclude or None + can_delete = self.can_delete and self.has_delete_permission(request, obj) + defaults = { + "form": self.form, + "formset": self.formset, + "fk_name": self.fk_name, + "fields": fields, + "exclude": exclude, + "formfield_callback": partial(self.formfield_for_dbfield, request=request), + "extra": self.get_extra(request, obj, **kwargs), + "min_num": self.get_min_num(request, obj, **kwargs), + "max_num": self.get_max_num(request, obj, **kwargs), + "can_delete": can_delete, + } + + defaults.update(kwargs) + base_model_form = defaults['form'] + + class DeleteProtectedModelForm(base_model_form): + def hand_clean_DELETE(self): + """ + We don't validate the 'DELETE' field itself because on + templates it's not rendered using the field information, but + just using a generic "deletion_field" of the InlineModelAdmin. + """ + if self.cleaned_data.get(DELETION_FIELD_NAME, False): + using = router.db_for_write(self._meta.model) + collector = NestedObjects(using=using) + if self.instance.pk is None: + return + collector.collect([self.instance]) + if collector.protected: + objs = [] + for p in collector.protected: + objs.append( + # Translators: Model verbose name and instance representation, + # suitable to be an item in a list. + _('%(class_name)s %(instance)s') % { + 'class_name': p._meta.verbose_name, + 'instance': p} + ) + params = {'class_name': self._meta.model._meta.verbose_name, + 'instance': self.instance, + 'related_objects': get_text_list(objs, _('and'))} + msg = _("Deleting %(class_name)s %(instance)s would require " + "deleting the following protected related objects: " + "%(related_objects)s") + raise ValidationError(msg, code='deleting_protected', params=params) + + def is_valid(self): + result = super(DeleteProtectedModelForm, self).is_valid() + self.hand_clean_DELETE() + return result + + defaults['form'] = DeleteProtectedModelForm + + if defaults['fields'] is None and not modelform_defines_fields(defaults['form']): + defaults['fields'] = forms.ALL_FIELDS + + return inlineformset_factory(self.parent_model, self.model, **defaults) + + def get_fields(self, request, obj=None): + if self.fields: + return self.fields + form = self.get_formset(request, obj, fields=None).form + return list(form.base_fields) + list(self.get_readonly_fields(request, obj)) + + def get_queryset(self, request): + queryset = super(InlineModelAdmin, self).get_queryset(request) + if not self.has_change_permission(request): + queryset = queryset.none() + return queryset + + def has_add_permission(self, request): + if self.opts.auto_created: + # We're checking the rights to an auto-created intermediate model, + # which doesn't have its own individual permissions. The user needs + # to have the change permission for the related model in order to + # be able to do anything with the intermediate model. + return self.has_change_permission(request) + return super(InlineModelAdmin, self).has_add_permission(request) + + def has_change_permission(self, request, obj=None): + opts = self.opts + if opts.auto_created: + # The model was auto-created as intermediary for a + # ManyToMany-relationship, find the target model + for field in opts.fields: + if field.remote_field and field.remote_field.model != self.parent_model: + opts = field.remote_field.model._meta + break + codename = get_permission_codename('change', opts) + return request.user.has_perm("%s.%s" % (opts.app_label, codename)) + + def has_delete_permission(self, request, obj=None): + if self.opts.auto_created: + # We're checking the rights to an auto-created intermediate model, + # which doesn't have its own individual permissions. The user needs + # to have the change permission for the related model in order to + # be able to do anything with the intermediate model. + return self.has_change_permission(request, obj) + return super(InlineModelAdmin, self).has_delete_permission(request, obj) + + +class StackedInline(InlineModelAdmin): + template = 'admin/edit_inline/stacked.html' + + +class TabularInline(InlineModelAdmin): + template = 'admin/edit_inline/tabular.html' diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/sites.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/sites.py new file mode 100644 index 0000000..aaa56f1 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/sites.py @@ -0,0 +1,505 @@ +from functools import update_wrapper + +from django.apps import apps +from django.conf import settings +from django.contrib.admin import ModelAdmin, actions +from django.contrib.auth import REDIRECT_FIELD_NAME +from django.core.exceptions import ImproperlyConfigured, PermissionDenied +from django.db.models.base import ModelBase +from django.http import Http404, HttpResponseRedirect +from django.template.response import TemplateResponse +from django.urls import NoReverseMatch, reverse +from django.utils import six +from django.utils.text import capfirst +from django.utils.translation import ugettext as _, ugettext_lazy +from django.views.decorators.cache import never_cache +from django.views.decorators.csrf import csrf_protect +from django.views.i18n import JavaScriptCatalog + +system_check_errors = [] + + +class AlreadyRegistered(Exception): + pass + + +class NotRegistered(Exception): + pass + + +class AdminSite(object): + """ + An AdminSite object encapsulates an instance of the Django admin application, ready + to be hooked in to your URLconf. Models are registered with the AdminSite using the + register() method, and the get_urls() method can then be used to access Django view + functions that present a full admin interface for the collection of registered + models. + """ + + # Text to put at the end of each page's . + site_title = ugettext_lazy('Django site admin') + + # Text to put in each page's <h1>. + site_header = ugettext_lazy('Django administration') + + # Text to put at the top of the admin index page. + index_title = ugettext_lazy('Site administration') + + # URL for the "View site" link at the top of each admin page. + site_url = '/' + + _empty_value_display = '-' + + login_form = None + index_template = None + app_index_template = None + login_template = None + logout_template = None + password_change_template = None + password_change_done_template = None + + def __init__(self, name='admin'): + self._registry = {} # model_class class -> admin_class instance + self.name = name + self._actions = {'delete_selected': actions.delete_selected} + self._global_actions = self._actions.copy() + + def register(self, model_or_iterable, admin_class=None, **options): + """ + Registers the given model(s) with the given admin class. + + The model(s) should be Model classes, not instances. + + If an admin class isn't given, it will use ModelAdmin (the default + admin options). If keyword arguments are given -- e.g., list_display -- + they'll be applied as options to the admin class. + + If a model is already registered, this will raise AlreadyRegistered. + + If a model is abstract, this will raise ImproperlyConfigured. + """ + if not admin_class: + admin_class = ModelAdmin + + if isinstance(model_or_iterable, ModelBase): + model_or_iterable = [model_or_iterable] + for model in model_or_iterable: + if model._meta.abstract: + raise ImproperlyConfigured( + 'The model %s is abstract, so it cannot be registered with admin.' % model.__name__ + ) + + if model in self._registry: + raise AlreadyRegistered('The model %s is already registered' % model.__name__) + + # Ignore the registration if the model has been + # swapped out. + if not model._meta.swapped: + # If we got **options then dynamically construct a subclass of + # admin_class with those **options. + if options: + # For reasons I don't quite understand, without a __module__ + # the created class appears to "live" in the wrong place, + # which causes issues later on. + options['__module__'] = __name__ + admin_class = type("%sAdmin" % model.__name__, (admin_class,), options) + + # Instantiate the admin class to save in the registry + admin_obj = admin_class(model, self) + if admin_class is not ModelAdmin and settings.DEBUG: + system_check_errors.extend(admin_obj.check()) + + self._registry[model] = admin_obj + + def unregister(self, model_or_iterable): + """ + Unregisters the given model(s). + + If a model isn't already registered, this will raise NotRegistered. + """ + if isinstance(model_or_iterable, ModelBase): + model_or_iterable = [model_or_iterable] + for model in model_or_iterable: + if model not in self._registry: + raise NotRegistered('The model %s is not registered' % model.__name__) + del self._registry[model] + + def is_registered(self, model): + """ + Check if a model class is registered with this `AdminSite`. + """ + return model in self._registry + + def add_action(self, action, name=None): + """ + Register an action to be available globally. + """ + name = name or action.__name__ + self._actions[name] = action + self._global_actions[name] = action + + def disable_action(self, name): + """ + Disable a globally-registered action. Raises KeyError for invalid names. + """ + del self._actions[name] + + def get_action(self, name): + """ + Explicitly get a registered global action whether it's enabled or + not. Raises KeyError for invalid names. + """ + return self._global_actions[name] + + @property + def actions(self): + """ + Get all the enabled actions as an iterable of (name, func). + """ + return six.iteritems(self._actions) + + @property + def empty_value_display(self): + return self._empty_value_display + + @empty_value_display.setter + def empty_value_display(self, empty_value_display): + self._empty_value_display = empty_value_display + + def has_permission(self, request): + """ + Returns True if the given HttpRequest has permission to view + *at least one* page in the admin site. + """ + return request.user.is_active and request.user.is_staff + + def admin_view(self, view, cacheable=False): + """ + Decorator to create an admin view attached to this ``AdminSite``. This + wraps the view and provides permission checking by calling + ``self.has_permission``. + + You'll want to use this from within ``AdminSite.get_urls()``: + + class MyAdminSite(AdminSite): + + def get_urls(self): + from django.conf.urls import url + + urls = super(MyAdminSite, self).get_urls() + urls += [ + url(r'^my_view/$', self.admin_view(some_view)) + ] + return urls + + By default, admin_views are marked non-cacheable using the + ``never_cache`` decorator. If the view can be safely cached, set + cacheable=True. + """ + def inner(request, *args, **kwargs): + if not self.has_permission(request): + if request.path == reverse('admin:logout', current_app=self.name): + index_path = reverse('admin:index', current_app=self.name) + return HttpResponseRedirect(index_path) + # Inner import to prevent django.contrib.admin (app) from + # importing django.contrib.auth.models.User (unrelated model). + from django.contrib.auth.views import redirect_to_login + return redirect_to_login( + request.get_full_path(), + reverse('admin:login', current_app=self.name) + ) + return view(request, *args, **kwargs) + if not cacheable: + inner = never_cache(inner) + # We add csrf_protect here so this function can be used as a utility + # function for any view, without having to repeat 'csrf_protect'. + if not getattr(view, 'csrf_exempt', False): + inner = csrf_protect(inner) + return update_wrapper(inner, view) + + def get_urls(self): + from django.conf.urls import url, include + # Since this module gets imported in the application's root package, + # it cannot import models from other applications at the module level, + # and django.contrib.contenttypes.views imports ContentType. + from django.contrib.contenttypes import views as contenttype_views + + def wrap(view, cacheable=False): + def wrapper(*args, **kwargs): + return self.admin_view(view, cacheable)(*args, **kwargs) + wrapper.admin_site = self + return update_wrapper(wrapper, view) + + # Admin-site-wide views. + urlpatterns = [ + url(r'^$', wrap(self.index), name='index'), + url(r'^login/$', self.login, name='login'), + url(r'^logout/$', wrap(self.logout), name='logout'), + url(r'^password_change/$', wrap(self.password_change, cacheable=True), name='password_change'), + url(r'^password_change/done/$', wrap(self.password_change_done, cacheable=True), + name='password_change_done'), + url(r'^jsi18n/$', wrap(self.i18n_javascript, cacheable=True), name='jsi18n'), + url(r'^r/(?P<content_type_id>\d+)/(?P<object_id>.+)/$', wrap(contenttype_views.shortcut), + name='view_on_site'), + ] + + # Add in each model's views, and create a list of valid URLS for the + # app_index + valid_app_labels = [] + for model, model_admin in self._registry.items(): + urlpatterns += [ + url(r'^%s/%s/' % (model._meta.app_label, model._meta.model_name), include(model_admin.urls)), + ] + if model._meta.app_label not in valid_app_labels: + valid_app_labels.append(model._meta.app_label) + + # If there were ModelAdmins registered, we should have a list of app + # labels for which we need to allow access to the app_index view, + if valid_app_labels: + regex = r'^(?P<app_label>' + '|'.join(valid_app_labels) + ')/$' + urlpatterns += [ + url(regex, wrap(self.app_index), name='app_list'), + ] + return urlpatterns + + @property + def urls(self): + return self.get_urls(), 'admin', self.name + + def each_context(self, request): + """ + Returns a dictionary of variables to put in the template context for + *every* page in the admin site. + + For sites running on a subpath, use the SCRIPT_NAME value if site_url + hasn't been customized. + """ + script_name = request.META['SCRIPT_NAME'] + site_url = script_name if self.site_url == '/' and script_name else self.site_url + return { + 'site_title': self.site_title, + 'site_header': self.site_header, + 'site_url': site_url, + 'has_permission': self.has_permission(request), + 'available_apps': self.get_app_list(request), + } + + def password_change(self, request, extra_context=None): + """ + Handles the "change password" task -- both form display and validation. + """ + from django.contrib.admin.forms import AdminPasswordChangeForm + from django.contrib.auth.views import password_change + url = reverse('admin:password_change_done', current_app=self.name) + defaults = { + 'password_change_form': AdminPasswordChangeForm, + 'post_change_redirect': url, + 'extra_context': dict(self.each_context(request), **(extra_context or {})), + } + if self.password_change_template is not None: + defaults['template_name'] = self.password_change_template + request.current_app = self.name + return password_change(request, **defaults) + + def password_change_done(self, request, extra_context=None): + """ + Displays the "success" page after a password change. + """ + from django.contrib.auth.views import password_change_done + defaults = { + 'extra_context': dict(self.each_context(request), **(extra_context or {})), + } + if self.password_change_done_template is not None: + defaults['template_name'] = self.password_change_done_template + request.current_app = self.name + return password_change_done(request, **defaults) + + def i18n_javascript(self, request): + """ + Displays the i18n JavaScript that the Django admin requires. + """ + return JavaScriptCatalog.as_view(packages=['django.contrib.admin'])(request) + + @never_cache + def logout(self, request, extra_context=None): + """ + Logs out the user for the given HttpRequest. + + This should *not* assume the user is already logged in. + """ + from django.contrib.auth.views import logout + defaults = { + 'extra_context': dict( + self.each_context(request), + # Since the user isn't logged out at this point, the value of + # has_permission must be overridden. + has_permission=False, + **(extra_context or {}) + ), + } + if self.logout_template is not None: + defaults['template_name'] = self.logout_template + request.current_app = self.name + return logout(request, **defaults) + + @never_cache + def login(self, request, extra_context=None): + """ + Displays the login form for the given HttpRequest. + """ + if request.method == 'GET' and self.has_permission(request): + # Already logged-in, redirect to admin index + index_path = reverse('admin:index', current_app=self.name) + return HttpResponseRedirect(index_path) + + from django.contrib.auth.views import login + # Since this module gets imported in the application's root package, + # it cannot import models from other applications at the module level, + # and django.contrib.admin.forms eventually imports User. + from django.contrib.admin.forms import AdminAuthenticationForm + context = dict( + self.each_context(request), + title=_('Log in'), + app_path=request.get_full_path(), + username=request.user.get_username(), + ) + if (REDIRECT_FIELD_NAME not in request.GET and + REDIRECT_FIELD_NAME not in request.POST): + context[REDIRECT_FIELD_NAME] = reverse('admin:index', current_app=self.name) + context.update(extra_context or {}) + + defaults = { + 'extra_context': context, + 'authentication_form': self.login_form or AdminAuthenticationForm, + 'template_name': self.login_template or 'admin/login.html', + } + request.current_app = self.name + return login(request, **defaults) + + def _build_app_dict(self, request, label=None): + """ + Builds the app dictionary. Takes an optional label parameters to filter + models of a specific app. + """ + app_dict = {} + + if label: + models = { + m: m_a for m, m_a in self._registry.items() + if m._meta.app_label == label + } + else: + models = self._registry + + for model, model_admin in models.items(): + app_label = model._meta.app_label + + has_module_perms = model_admin.has_module_permission(request) + if not has_module_perms: + if label: + raise PermissionDenied + continue + + perms = model_admin.get_model_perms(request) + + # Check whether user has any perm for this module. + # If so, add the module to the model_list. + if True not in perms.values(): + continue + + info = (app_label, model._meta.model_name) + model_dict = { + 'name': capfirst(model._meta.verbose_name_plural), + 'object_name': model._meta.object_name, + 'perms': perms, + } + if perms.get('change'): + try: + model_dict['admin_url'] = reverse('admin:%s_%s_changelist' % info, current_app=self.name) + except NoReverseMatch: + pass + if perms.get('add'): + try: + model_dict['add_url'] = reverse('admin:%s_%s_add' % info, current_app=self.name) + except NoReverseMatch: + pass + + if app_label in app_dict: + app_dict[app_label]['models'].append(model_dict) + else: + app_dict[app_label] = { + 'name': apps.get_app_config(app_label).verbose_name, + 'app_label': app_label, + 'app_url': reverse( + 'admin:app_list', + kwargs={'app_label': app_label}, + current_app=self.name, + ), + 'has_module_perms': has_module_perms, + 'models': [model_dict], + } + + if label: + return app_dict.get(label) + return app_dict + + def get_app_list(self, request): + """ + Returns a sorted list of all the installed apps that have been + registered in this site. + """ + app_dict = self._build_app_dict(request) + + # Sort the apps alphabetically. + app_list = sorted(app_dict.values(), key=lambda x: x['name'].lower()) + + # Sort the models alphabetically within each app. + for app in app_list: + app['models'].sort(key=lambda x: x['name']) + + return app_list + + @never_cache + def index(self, request, extra_context=None): + """ + Displays the main admin index page, which lists all of the installed + apps that have been registered in this site. + """ + app_list = self.get_app_list(request) + + context = dict( + self.each_context(request), + title=self.index_title, + app_list=app_list, + ) + context.update(extra_context or {}) + + request.current_app = self.name + + return TemplateResponse(request, self.index_template or 'admin/index.html', context) + + def app_index(self, request, app_label, extra_context=None): + app_dict = self._build_app_dict(request, app_label) + if not app_dict: + raise Http404('The requested admin page does not exist.') + # Sort the models alphabetically within each app. + app_dict['models'].sort(key=lambda x: x['name']) + app_name = apps.get_app_config(app_label).verbose_name + context = dict( + self.each_context(request), + title=_('%(app)s administration') % {'app': app_name}, + app_list=[app_dict], + app_label=app_label, + ) + context.update(extra_context or {}) + + request.current_app = self.name + + return TemplateResponse(request, self.app_index_template or [ + 'admin/%s/app_index.html' % app_label, + 'admin/app_index.html' + ], context) + +# This global object represents the default admin site, for the common case. +# You can instantiate AdminSite in your own code to create a custom admin site. +site = AdminSite() diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/css/base.css b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/css/base.css new file mode 100644 index 0000000..49db502 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/css/base.css @@ -0,0 +1,971 @@ +/* + DJANGO Admin styles +*/ + +@import url(fonts.css); + +body { + margin: 0; + padding: 0; + font-size: 14px; + font-family: "Roboto","Lucida Grande","DejaVu Sans","Bitstream Vera Sans",Verdana,Arial,sans-serif; + color: #333; + background: #fff; +} + +/* LINKS */ + +a:link, a:visited { + color: #447e9b; + text-decoration: none; +} + +a:focus, a:hover { + color: #036; +} + +a:focus { + text-decoration: underline; +} + +a img { + border: none; +} + +a.section:link, a.section:visited { + color: #fff; + text-decoration: none; +} + +a.section:focus, a.section:hover { + text-decoration: underline; +} + +/* GLOBAL DEFAULTS */ + +p, ol, ul, dl { + margin: .2em 0 .8em 0; +} + +p { + padding: 0; + line-height: 140%; +} + +h1,h2,h3,h4,h5 { + font-weight: bold; +} + +h1 { + margin: 0 0 20px; + font-weight: 300; + font-size: 20px; + color: #666; +} + +h2 { + font-size: 16px; + margin: 1em 0 .5em 0; +} + +h2.subhead { + font-weight: normal; + margin-top: 0; +} + +h3 { + font-size: 14px; + margin: .8em 0 .3em 0; + color: #666; + font-weight: bold; +} + +h4 { + font-size: 12px; + margin: 1em 0 .8em 0; + padding-bottom: 3px; +} + +h5 { + font-size: 10px; + margin: 1.5em 0 .5em 0; + color: #666; + text-transform: uppercase; + letter-spacing: 1px; +} + +ul li { + list-style-type: square; + padding: 1px 0; +} + +li ul { + margin-bottom: 0; +} + +li, dt, dd { + font-size: 13px; + line-height: 20px; +} + +dt { + font-weight: bold; + margin-top: 4px; +} + +dd { + margin-left: 0; +} + +form { + margin: 0; + padding: 0; +} + +fieldset { + margin: 0; + padding: 0; + border: none; + border-top: 1px solid #eee; +} + +blockquote { + font-size: 11px; + color: #777; + margin-left: 2px; + padding-left: 10px; + border-left: 5px solid #ddd; +} + +code, pre { + font-family: "Bitstream Vera Sans Mono", Monaco, "Courier New", Courier, monospace; + color: #666; + font-size: 12px; +} + +pre.literal-block { + margin: 10px; + background: #eee; + padding: 6px 8px; +} + +code strong { + color: #930; +} + +hr { + clear: both; + color: #eee; + background-color: #eee; + height: 1px; + border: none; + margin: 0; + padding: 0; + font-size: 1px; + line-height: 1px; +} + +/* TEXT STYLES & MODIFIERS */ + +.small { + font-size: 11px; +} + +.tiny { + font-size: 10px; +} + +p.tiny { + margin-top: -2px; +} + +.mini { + font-size: 10px; +} + +p.mini { + margin-top: -3px; +} + +.help, p.help, form p.help { + font-size: 11px; + color: #999; +} + +.help-tooltip { + cursor: help; +} + +p img, h1 img, h2 img, h3 img, h4 img, td img { + vertical-align: middle; +} + +.quiet, a.quiet:link, a.quiet:visited { + color: #999; + font-weight: normal; +} + +.float-right { + float: right; +} + +.float-left { + float: left; +} + +.clear { + clear: both; +} + +.align-left { + text-align: left; +} + +.align-right { + text-align: right; +} + +.example { + margin: 10px 0; + padding: 5px 10px; + background: #efefef; +} + +.nowrap { + white-space: nowrap; +} + +/* TABLES */ + +table { + border-collapse: collapse; + border-color: #ccc; +} + +td, th { + font-size: 13px; + line-height: 16px; + border-bottom: 1px solid #eee; + vertical-align: top; + padding: 8px; + font-family: "Roboto", "Lucida Grande", Verdana, Arial, sans-serif; +} + +th { + font-weight: 600; + text-align: left; +} + +thead th, +tfoot td { + color: #666; + padding: 5px 10px; + font-size: 11px; + background: #fff; + border: none; + border-top: 1px solid #eee; + border-bottom: 1px solid #eee; +} + +tfoot td { + border-bottom: none; + border-top: 1px solid #eee; +} + +thead th.required { + color: #000; +} + +tr.alt { + background: #f6f6f6; +} + +.row1 { + background: #fff; +} + +.row2 { + background: #f9f9f9; +} + +/* SORTABLE TABLES */ + +thead th { + padding: 5px 10px; + line-height: normal; + text-transform: uppercase; + background: #f6f6f6; +} + +thead th a:link, thead th a:visited { + color: #666; +} + +thead th.sorted { + background: #eee; +} + +thead th.sorted .text { + padding-right: 42px; +} + +table thead th .text span { + padding: 8px 10px; + display: block; +} + +table thead th .text a { + display: block; + cursor: pointer; + padding: 8px 10px; +} + +table thead th .text a:focus, table thead th .text a:hover { + background: #eee; +} + +thead th.sorted a.sortremove { + visibility: hidden; +} + +table thead th.sorted:hover a.sortremove { + visibility: visible; +} + +table thead th.sorted .sortoptions { + display: block; + padding: 9px 5px 0 5px; + float: right; + text-align: right; +} + +table thead th.sorted .sortpriority { + font-size: .8em; + min-width: 12px; + text-align: center; + vertical-align: 3px; + margin-left: 2px; + margin-right: 2px; +} + +table thead th.sorted .sortoptions a { + position: relative; + width: 14px; + height: 14px; + display: inline-block; + background: url(../img/sorting-icons.svg) 0 0 no-repeat; + background-size: 14px auto; +} + +table thead th.sorted .sortoptions a.sortremove { + background-position: 0 0; +} + +table thead th.sorted .sortoptions a.sortremove:after { + content: '\\'; + position: absolute; + top: -6px; + left: 3px; + font-weight: 200; + font-size: 18px; + color: #999; +} + +table thead th.sorted .sortoptions a.sortremove:focus:after, +table thead th.sorted .sortoptions a.sortremove:hover:after { + color: #447e9b; +} + +table thead th.sorted .sortoptions a.sortremove:focus, +table thead th.sorted .sortoptions a.sortremove:hover { + background-position: 0 -14px; +} + +table thead th.sorted .sortoptions a.ascending { + background-position: 0 -28px; +} + +table thead th.sorted .sortoptions a.ascending:focus, +table thead th.sorted .sortoptions a.ascending:hover { + background-position: 0 -42px; +} + +table thead th.sorted .sortoptions a.descending { + top: 1px; + background-position: 0 -56px; +} + +table thead th.sorted .sortoptions a.descending:focus, +table thead th.sorted .sortoptions a.descending:hover { + background-position: 0 -70px; +} + +/* FORM DEFAULTS */ + +input, textarea, select, .form-row p, form .button { + margin: 2px 0; + padding: 2px 3px; + vertical-align: middle; + font-family: "Roboto", "Lucida Grande", Verdana, Arial, sans-serif; + font-weight: normal; + font-size: 13px; +} + +textarea { + vertical-align: top; +} + +input[type=text], input[type=password], input[type=email], input[type=url], +input[type=number], textarea, select, .vTextField { + border: 1px solid #ccc; + border-radius: 4px; + padding: 5px 6px; + margin-top: 0; +} + +input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, +input[type=url]:focus, input[type=number]:focus, textarea:focus, select:focus, +.vTextField:focus { + border-color: #999; +} + +select { + height: 30px; +} + +select[multiple] { + min-height: 150px; +} + +/* FORM BUTTONS */ + +.button, input[type=submit], input[type=button], .submit-row input, a.button { + background: #79aec8; + padding: 10px 15px; + border: none; + border-radius: 4px; + color: #fff; + cursor: pointer; +} + +a.button { + padding: 4px 5px; +} + +.button:active, input[type=submit]:active, input[type=button]:active, +.button:focus, input[type=submit]:focus, input[type=button]:focus, +.button:hover, input[type=submit]:hover, input[type=button]:hover { + background: #609ab6; +} + +.button[disabled], input[type=submit][disabled], input[type=button][disabled] { + opacity: 0.4; +} + +.button.default, input[type=submit].default, .submit-row input.default { + float: right; + border: none; + font-weight: 400; + background: #417690; +} + +.button.default:active, input[type=submit].default:active, +.button.default:focus, input[type=submit].default:focus, +.button.default:hover, input[type=submit].default:hover { + background: #205067; +} + +.button[disabled].default, +input[type=submit][disabled].default, +input[type=button][disabled].default { + opacity: 0.4; +} + + +/* MODULES */ + +.module { + border: none; + margin-bottom: 30px; + background: #fff; +} + +.module p, .module ul, .module h3, .module h4, .module dl, .module pre { + padding-left: 10px; + padding-right: 10px; +} + +.module blockquote { + margin-left: 12px; +} + +.module ul, .module ol { + margin-left: 1.5em; +} + +.module h3 { + margin-top: .6em; +} + +.module h2, .module caption, .inline-group h2 { + margin: 0; + padding: 8px; + font-weight: 400; + font-size: 13px; + text-align: left; + background: #79aec8; + color: #fff; +} + +.module caption, +.inline-group h2 { + font-size: 12px; + letter-spacing: 0.5px; + text-transform: uppercase; +} + +.module table { + border-collapse: collapse; +} + +/* MESSAGES & ERRORS */ + +ul.messagelist { + padding: 0; + margin: 0; +} + +ul.messagelist li { + display: block; + font-weight: 400; + font-size: 13px; + padding: 10px 10px 10px 65px; + margin: 0 0 10px 0; + background: #dfd url(../img/icon-yes.svg) 40px 12px no-repeat; + background-size: 16px auto; + color: #333; +} + +ul.messagelist li.warning { + background: #ffc url(../img/icon-alert.svg) 40px 14px no-repeat; + background-size: 14px auto; +} + +ul.messagelist li.error { + background: #ffefef url(../img/icon-no.svg) 40px 12px no-repeat; + background-size: 16px auto; +} + +.errornote { + font-size: 14px; + font-weight: 700; + display: block; + padding: 10px 12px; + margin: 0 0 10px 0; + color: #ba2121; + border: 1px solid #ba2121; + border-radius: 4px; + background-color: #fff; + background-position: 5px 12px; +} + +ul.errorlist { + margin: 0 0 4px; + padding: 0; + color: #ba2121; + background: #fff; +} + +ul.errorlist li { + font-size: 13px; + display: block; + margin-bottom: 4px; +} + +ul.errorlist li:first-child { + margin-top: 0; +} + +ul.errorlist li a { + color: inherit; + text-decoration: underline; +} + +td ul.errorlist { + margin: 0; + padding: 0; +} + +td ul.errorlist li { + margin: 0; +} + +.form-row.errors { + margin: 0; + border: none; + border-bottom: 1px solid #eee; + background: none; +} + +.form-row.errors ul.errorlist li { + padding-left: 0; +} + +.errors input, .errors select, .errors textarea { + border: 1px solid #ba2121; +} + +div.system-message { + background: #ffc; + margin: 10px; + padding: 6px 8px; + font-size: .8em; +} + +div.system-message p.system-message-title { + padding: 4px 5px 4px 25px; + margin: 0; + color: #c11; + background: #ffefef url(../img/icon-no.svg) 5px 5px no-repeat; +} + +.description { + font-size: 12px; + padding: 5px 0 0 12px; +} + +/* BREADCRUMBS */ + +div.breadcrumbs { + background: #79aec8; + padding: 10px 40px; + border: none; + font-size: 14px; + color: #c4dce8; + text-align: left; +} + +div.breadcrumbs a { + color: #fff; +} + +div.breadcrumbs a:focus, div.breadcrumbs a:hover { + color: #c4dce8; +} + +/* ACTION ICONS */ + +.addlink { + padding-left: 16px; + background: url(../img/icon-addlink.svg) 0 1px no-repeat; +} + +.changelink, .inlinechangelink { + padding-left: 16px; + background: url(../img/icon-changelink.svg) 0 1px no-repeat; +} + +.deletelink { + padding-left: 16px; + background: url(../img/icon-deletelink.svg) 0 1px no-repeat; +} + +a.deletelink:link, a.deletelink:visited { + color: #CC3434; +} + +a.deletelink:focus, a.deletelink:hover { + color: #993333; + text-decoration: none; +} + +/* OBJECT TOOLS */ + +.object-tools { + font-size: 10px; + font-weight: bold; + padding-left: 0; + float: right; + position: relative; + margin-top: -48px; +} + +.form-row .object-tools { + margin-top: 5px; + margin-bottom: 5px; + float: none; + height: 2em; + padding-left: 3.5em; +} + +.object-tools li { + display: block; + float: left; + margin-left: 5px; + height: 16px; +} + +.object-tools a { + border-radius: 15px; +} + +.object-tools a:link, .object-tools a:visited { + display: block; + float: left; + padding: 3px 12px; + background: #999; + font-weight: 400; + font-size: 11px; + text-transform: uppercase; + letter-spacing: 0.5px; + color: #fff; +} + +.object-tools a:focus, .object-tools a:hover { + background-color: #417690; +} + +.object-tools a:focus{ + text-decoration: none; +} + +.object-tools a.viewsitelink, .object-tools a.golink,.object-tools a.addlink { + background-repeat: no-repeat; + background-position: 93% center; + padding-right: 26px; +} + +.object-tools a.viewsitelink, .object-tools a.golink { + background-image: url(../img/tooltag-arrowright.svg); +} + +.object-tools a.addlink { + background-image: url(../img/tooltag-add.svg); +} + +/* OBJECT HISTORY */ + +table#change-history { + width: 100%; +} + +table#change-history tbody th { + width: 16em; +} + +/* PAGE STRUCTURE */ + +#container { + position: relative; + width: 100%; + min-width: 980px; + padding: 0; +} + +#content { + padding: 20px 40px; +} + +.dashboard #content { + width: 600px; +} + +#content-main { + float: left; + width: 100%; +} + +#content-related { + float: right; + width: 260px; + position: relative; + margin-right: -300px; +} + +#footer { + clear: both; + padding: 10px; +} + +/* COLUMN TYPES */ + +.colMS { + margin-right: 300px; +} + +.colSM { + margin-left: 300px; +} + +.colSM #content-related { + float: left; + margin-right: 0; + margin-left: -300px; +} + +.colSM #content-main { + float: right; +} + +.popup .colM { + width: auto; +} + +/* HEADER */ + +#header { + width: auto; + height: 40px; + padding: 10px 40px; + background: #417690; + line-height: 40px; + color: #ffc; + overflow: hidden; +} + +#header a:link, #header a:visited { + color: #fff; +} + +#header a:focus , #header a:hover { + text-decoration: underline; +} + +#branding { + float: left; +} + +#branding h1 { + padding: 0; + margin: 0 20px 0 0; + font-weight: 300; + font-size: 24px; + color: #f5dd5d; +} + +#branding h1, #branding h1 a:link, #branding h1 a:visited { + color: #f5dd5d; +} + +#branding h2 { + padding: 0 10px; + font-size: 14px; + margin: -8px 0 8px 0; + font-weight: normal; + color: #ffc; +} + +#branding a:hover { + text-decoration: none; +} + +#user-tools { + float: right; + padding: 0; + margin: 0 0 0 20px; + font-weight: 300; + font-size: 11px; + letter-spacing: 0.5px; + text-transform: uppercase; + text-align: right; +} + +#user-tools a { + border-bottom: 1px solid rgba(255, 255, 255, 0.25); +} + +#user-tools a:focus, #user-tools a:hover { + text-decoration: none; + border-bottom-color: #79aec8; + color: #79aec8; +} + +/* SIDEBAR */ + +#content-related { + background: #f8f8f8; +} + +#content-related .module { + background: none; +} + +#content-related h3 { + font-size: 14px; + color: #666; + padding: 0 16px; + margin: 0 0 16px; +} + +#content-related h4 { + font-size: 13px; +} + +#content-related p { + padding-left: 16px; + padding-right: 16px; +} + +#content-related .actionlist { + padding: 0; + margin: 16px; +} + +#content-related .actionlist li { + line-height: 1.2; + margin-bottom: 10px; + padding-left: 18px; +} + +#content-related .module h2 { + background: none; + padding: 16px; + margin-bottom: 16px; + border-bottom: 1px solid #eaeaea; + font-size: 18px; + color: #333; +} + +.delete-confirmation form input[type="submit"] { + background: #ba2121; + border-radius: 4px; + padding: 10px 15px; + color: #fff; +} + +.delete-confirmation form input[type="submit"]:active, +.delete-confirmation form input[type="submit"]:focus, +.delete-confirmation form input[type="submit"]:hover { + background: #a41515; +} + +.delete-confirmation form .cancel-link { + display: inline-block; + vertical-align: middle; + height: 15px; + line-height: 15px; + background: #ddd; + border-radius: 4px; + padding: 10px 15px; + color: #333; + margin: 0 0 0 10px; +} + +.delete-confirmation form .cancel-link:active, +.delete-confirmation form .cancel-link:focus, +.delete-confirmation form .cancel-link:hover { + background: #ccc; +} + +/* POPUP */ +.popup #content { + padding: 20px; +} + +.popup #container { + min-width: 0; +} + +.popup #header { + padding: 10px 20px; +} diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/css/changelists.css b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/css/changelists.css new file mode 100644 index 0000000..4eab760 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/css/changelists.css @@ -0,0 +1,342 @@ +/* CHANGELISTS */ + +#changelist { + position: relative; + width: 100%; +} + +#changelist table { + width: 100%; +} + +.change-list .hiddenfields { display:none; } + +.change-list .filtered table { + border-right: none; +} + +.change-list .filtered { + min-height: 400px; +} + +.change-list .filtered .results, .change-list .filtered .paginator, +.filtered #toolbar, .filtered div.xfull { + margin-right: 280px; + width: auto; +} + +.change-list .filtered table tbody th { + padding-right: 1em; +} + +#changelist-form .results { + overflow-x: auto; +} + +#changelist .toplinks { + border-bottom: 1px solid #ddd; +} + +#changelist .paginator { + color: #666; + border-bottom: 1px solid #eee; + background: #fff; + overflow: hidden; +} + +/* CHANGELIST TABLES */ + +#changelist table thead th { + padding: 0; + white-space: nowrap; + vertical-align: middle; +} + +#changelist table thead th.action-checkbox-column { + width: 1.5em; + text-align: center; +} + +#changelist table tbody td.action-checkbox { + text-align: center; +} + +#changelist table tfoot { + color: #666; +} + +/* TOOLBAR */ + +#changelist #toolbar { + padding: 8px 10px; + margin-bottom: 15px; + border-top: 1px solid #eee; + border-bottom: 1px solid #eee; + background: #f8f8f8; + color: #666; +} + +#changelist #toolbar form input { + border-radius: 4px; + font-size: 14px; + padding: 5px; + color: #333; +} + +#changelist #toolbar form #searchbar { + height: 19px; + border: 1px solid #ccc; + padding: 2px 5px; + margin: 0; + vertical-align: top; + font-size: 13px; +} + +#changelist #toolbar form #searchbar:focus { + border-color: #999; +} + +#changelist #toolbar form input[type="submit"] { + border: 1px solid #ccc; + padding: 2px 10px; + margin: 0; + vertical-align: middle; + background: #fff; + box-shadow: 0 -15px 20px -10px rgba(0, 0, 0, 0.15) inset; + cursor: pointer; + color: #333; +} + +#changelist #toolbar form input[type="submit"]:focus, +#changelist #toolbar form input[type="submit"]:hover { + border-color: #999; +} + +#changelist #changelist-search img { + vertical-align: middle; + margin-right: 4px; +} + +/* FILTER COLUMN */ + +#changelist-filter { + position: absolute; + top: 0; + right: 0; + z-index: 1000; + width: 240px; + background: #f8f8f8; + border-left: none; + margin: 0; +} + +#changelist-filter h2 { + font-size: 14px; + text-transform: uppercase; + letter-spacing: 0.5px; + padding: 5px 15px; + margin-bottom: 12px; + border-bottom: none; +} + +#changelist-filter h3 { + font-weight: 400; + font-size: 14px; + padding: 0 15px; + margin-bottom: 10px; +} + +#changelist-filter ul { + margin: 5px 0; + padding: 0 15px 15px; + border-bottom: 1px solid #eaeaea; +} + +#changelist-filter ul:last-child { + border-bottom: none; + padding-bottom: none; +} + +#changelist-filter li { + list-style-type: none; + margin-left: 0; + padding-left: 0; +} + +#changelist-filter a { + display: block; + color: #999; +} + +#changelist-filter li.selected { + border-left: 5px solid #eaeaea; + padding-left: 10px; + margin-left: -15px; +} + +#changelist-filter li.selected a { + color: #5b80b2; +} + +#changelist-filter a:focus, #changelist-filter a:hover, +#changelist-filter li.selected a:focus, +#changelist-filter li.selected a:hover { + color: #036; +} + +/* DATE DRILLDOWN */ + +.change-list ul.toplinks { + display: block; + float: left; + padding: 0; + margin: 0; + width: 100%; +} + +.change-list ul.toplinks li { + padding: 3px 6px; + font-weight: bold; + list-style-type: none; + display: inline-block; +} + +.change-list ul.toplinks .date-back a { + color: #999; +} + +.change-list ul.toplinks .date-back a:focus, +.change-list ul.toplinks .date-back a:hover { + color: #036; +} + +/* PAGINATOR */ + +.paginator { + font-size: 13px; + padding-top: 10px; + padding-bottom: 10px; + line-height: 22px; + margin: 0; + border-top: 1px solid #ddd; +} + +.paginator a:link, .paginator a:visited { + padding: 2px 6px; + background: #79aec8; + text-decoration: none; + color: #fff; +} + +.paginator a.showall { + padding: 0; + border: none; + background: none; + color: #5b80b2; +} + +.paginator a.showall:focus, .paginator a.showall:hover { + background: none; + color: #036; +} + +.paginator .end { + margin-right: 6px; +} + +.paginator .this-page { + padding: 2px 6px; + font-weight: bold; + font-size: 13px; + vertical-align: top; +} + +.paginator a:focus, .paginator a:hover { + color: white; + background: #036; +} + +/* ACTIONS */ + +.filtered .actions { + margin-right: 280px; + border-right: none; +} + +#changelist table input { + margin: 0; + vertical-align: baseline; +} + +#changelist table tbody tr.selected { + background-color: #FFFFCC; +} + +#changelist .actions { + padding: 10px; + background: #fff; + border-top: none; + border-bottom: none; + line-height: 24px; + color: #999; +} + +#changelist .actions.selected { + background: #fffccf; + border-top: 1px solid #fffee8; + border-bottom: 1px solid #edecd6; +} + +#changelist .actions span.all, +#changelist .actions span.action-counter, +#changelist .actions span.clear, +#changelist .actions span.question { + font-size: 13px; + margin: 0 0.5em; + display: none; +} + +#changelist .actions:last-child { + border-bottom: none; +} + +#changelist .actions select { + vertical-align: top; + height: 24px; + background: none; + color: #000; + border: 1px solid #ccc; + border-radius: 4px; + font-size: 14px; + padding: 0 0 0 4px; + margin: 0; + margin-left: 10px; +} + +#changelist .actions select:focus { + border-color: #999; +} + +#changelist .actions label { + display: inline-block; + vertical-align: middle; + font-size: 13px; +} + +#changelist .actions .button { + font-size: 13px; + border: 1px solid #ccc; + border-radius: 4px; + background: #fff; + box-shadow: 0 -15px 20px -10px rgba(0, 0, 0, 0.15) inset; + cursor: pointer; + height: 24px; + line-height: 1; + padding: 4px 8px; + margin: 0; + color: #333; +} + +#changelist .actions .button:focus, #changelist .actions .button:hover { + border-color: #999; +} diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/css/dashboard.css b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/css/dashboard.css new file mode 100644 index 0000000..05808bc --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/css/dashboard.css @@ -0,0 +1,30 @@ +/* DASHBOARD */ + +.dashboard .module table th { + width: 100%; +} + +.dashboard .module table td { + white-space: nowrap; +} + +.dashboard .module table td a { + display: block; + padding-right: .6em; +} + +/* RECENT ACTIONS MODULE */ + +.module ul.actionlist { + margin-left: 0; +} + +ul.actionlist li { + list-style-type: none; +} + +ul.actionlist li { + overflow: hidden; + text-overflow: ellipsis; + -o-text-overflow: ellipsis; +} diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/css/fonts.css b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/css/fonts.css new file mode 100644 index 0000000..c837e01 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/css/fonts.css @@ -0,0 +1,20 @@ +@font-face { + font-family: 'Roboto'; + src: url('../fonts/Roboto-Bold-webfont.woff'); + font-weight: 700; + font-style: normal; +} + +@font-face { + font-family: 'Roboto'; + src: url('../fonts/Roboto-Regular-webfont.woff'); + font-weight: 400; + font-style: normal; +} + +@font-face { + font-family: 'Roboto'; + src: url('../fonts/Roboto-Light-webfont.woff'); + font-weight: 300; + font-style: normal; +} diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/css/forms.css b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/css/forms.css new file mode 100644 index 0000000..2a21257 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/css/forms.css @@ -0,0 +1,499 @@ +@import url('widgets.css'); + +/* FORM ROWS */ + +.form-row { + overflow: hidden; + padding: 10px; + font-size: 13px; + border-bottom: 1px solid #eee; +} + +.form-row img, .form-row input { + vertical-align: middle; +} + +.form-row label input[type="checkbox"] { + margin-top: 0; + vertical-align: 0; +} + +form .form-row p { + padding-left: 0; +} + +.hidden { + display: none; +} + +/* FORM LABELS */ + +label { + font-weight: normal; + color: #666; + font-size: 13px; +} + +.required label, label.required { + font-weight: bold; + color: #333; +} + +/* RADIO BUTTONS */ + +form ul.radiolist li { + list-style-type: none; +} + +form ul.radiolist label { + float: none; + display: inline; +} + +form ul.radiolist input[type="radio"] { + margin: -2px 4px 0 0; + padding: 0; +} + +form ul.inline { + margin-left: 0; + padding: 0; +} + +form ul.inline li { + float: left; + padding-right: 7px; +} + +/* ALIGNED FIELDSETS */ + +.aligned label { + display: block; + padding: 4px 10px 0 0; + float: left; + width: 160px; + word-wrap: break-word; + line-height: 1; +} + +.aligned label:not(.vCheckboxLabel):after { + content: ''; + display: inline-block; + vertical-align: middle; + height: 26px; +} + +.aligned label + p { + padding: 6px 0; + margin-top: 0; + margin-bottom: 0; + margin-left: 170px; +} + +.aligned ul label { + display: inline; + float: none; + width: auto; +} + +.aligned .form-row input { + margin-bottom: 0; +} + +.colMS .aligned .vLargeTextField, .colMS .aligned .vXMLLargeTextField { + width: 350px; +} + +form .aligned ul { + margin-left: 160px; + padding-left: 10px; +} + +form .aligned ul.radiolist { + display: inline-block; + margin: 0; + padding: 0; +} + +form .aligned p.help { + clear: left; + margin-top: 0; + margin-left: 160px; + padding-left: 10px; +} + +form .aligned label + p.help { + margin-left: 0; + padding-left: 0; +} + +form .aligned p.help:last-child { + margin-bottom: 0; + padding-bottom: 0; +} + +form .aligned input + p.help, +form .aligned textarea + p.help, +form .aligned select + p.help { + margin-left: 160px; + padding-left: 10px; +} + +form .aligned ul li { + list-style: none; +} + +form .aligned table p { + margin-left: 0; + padding-left: 0; +} + +.aligned .vCheckboxLabel { + float: none; + width: auto; + display: inline-block; + vertical-align: -3px; + padding: 0 0 5px 5px; +} + +.aligned .vCheckboxLabel + p.help { + margin-top: -4px; +} + +.colM .aligned .vLargeTextField, .colM .aligned .vXMLLargeTextField { + width: 610px; +} + +.checkbox-row p.help { + margin-left: 0; + padding-left: 0; +} + +fieldset .field-box { + float: left; + margin-right: 20px; +} + +/* WIDE FIELDSETS */ + +.wide label { + width: 200px; +} + +form .wide p, form .wide input + p.help { + margin-left: 200px; +} + +form .wide p.help { + padding-left: 38px; +} + +.colM fieldset.wide .vLargeTextField, .colM fieldset.wide .vXMLLargeTextField { + width: 450px; +} + +/* COLLAPSED FIELDSETS */ + +fieldset.collapsed * { + display: none; +} + +fieldset.collapsed h2, fieldset.collapsed { + display: block; +} + +fieldset.collapsed { + border: 1px solid #eee; + border-radius: 4px; + overflow: hidden; +} + +fieldset.collapsed h2 { + background: #f8f8f8; + color: #666; +} + +fieldset .collapse-toggle { + color: #fff; +} + +fieldset.collapsed .collapse-toggle { + background: transparent; + display: inline; + color: #447e9b; +} + +/* MONOSPACE TEXTAREAS */ + +fieldset.monospace textarea { + font-family: "Bitstream Vera Sans Mono", Monaco, "Courier New", Courier, monospace; +} + +/* SUBMIT ROW */ + +.submit-row { + padding: 12px 14px; + margin: 0 0 20px; + background: #f8f8f8; + border: 1px solid #eee; + border-radius: 4px; + text-align: right; + overflow: hidden; +} + +body.popup .submit-row { + overflow: auto; +} + +.submit-row input { + height: 35px; + line-height: 15px; + margin: 0 0 0 5px; +} + +.submit-row input.default { + margin: 0 0 0 8px; + text-transform: uppercase; +} + +.submit-row p { + margin: 0.3em; +} + +.submit-row p.deletelink-box { + float: left; + margin: 0; +} + +.submit-row a.deletelink { + display: block; + background: #ba2121; + border-radius: 4px; + padding: 10px 15px; + height: 15px; + line-height: 15px; + color: #fff; +} + +.submit-row a.deletelink:focus, +.submit-row a.deletelink:hover, +.submit-row a.deletelink:active { + background: #a41515; +} + +/* CUSTOM FORM FIELDS */ + +.vSelectMultipleField { + vertical-align: top; +} + +.vCheckboxField { + border: none; +} + +.vDateField, .vTimeField { + margin-right: 2px; + margin-bottom: 4px; +} + +.vDateField { + min-width: 6.85em; +} + +.vTimeField { + min-width: 4.7em; +} + +.vURLField { + width: 30em; +} + +.vLargeTextField, .vXMLLargeTextField { + width: 48em; +} + +.flatpages-flatpage #id_content { + height: 40.2em; +} + +.module table .vPositiveSmallIntegerField { + width: 2.2em; +} + +.vTextField { + width: 20em; +} + +.vIntegerField { + width: 5em; +} + +.vBigIntegerField { + width: 10em; +} + +.vForeignKeyRawIdAdminField { + width: 5em; +} + +/* INLINES */ + +.inline-group { + padding: 0; + margin: 0 0 30px; +} + +.inline-group thead th { + padding: 8px 10px; +} + +.inline-group .aligned label { + width: 160px; +} + +.inline-related { + position: relative; +} + +.inline-related h3 { + margin: 0; + color: #666; + padding: 5px; + font-size: 13px; + background: #f8f8f8; + border-top: 1px solid #eee; + border-bottom: 1px solid #eee; +} + +.inline-related h3 span.delete { + float: right; +} + +.inline-related h3 span.delete label { + margin-left: 2px; + font-size: 11px; +} + +.inline-related fieldset { + margin: 0; + background: #fff; + border: none; + width: 100%; +} + +.inline-related fieldset.module h3 { + margin: 0; + padding: 2px 5px 3px 5px; + font-size: 11px; + text-align: left; + font-weight: bold; + background: #bcd; + color: #fff; +} + +.inline-group .tabular fieldset.module { + border: none; +} + +.inline-related.tabular fieldset.module table { + width: 100%; +} + +.last-related fieldset { + border: none; +} + +.inline-group .tabular tr.has_original td { + padding-top: 2em; +} + +.inline-group .tabular tr td.original { + padding: 2px 0 0 0; + width: 0; + _position: relative; +} + +.inline-group .tabular th.original { + width: 0px; + padding: 0; +} + +.inline-group .tabular td.original p { + position: absolute; + left: 0; + height: 1.1em; + padding: 2px 9px; + overflow: hidden; + font-size: 9px; + font-weight: bold; + color: #666; + _width: 700px; +} + +.inline-group ul.tools { + padding: 0; + margin: 0; + list-style: none; +} + +.inline-group ul.tools li { + display: inline; + padding: 0 5px; +} + +.inline-group div.add-row, +.inline-group .tabular tr.add-row td { + color: #666; + background: #f8f8f8; + padding: 8px 10px; + border-bottom: 1px solid #eee; +} + +.inline-group .tabular tr.add-row td { + padding: 8px 10px; + border-bottom: 1px solid #eee; +} + +.inline-group ul.tools a.add, +.inline-group div.add-row a, +.inline-group .tabular tr.add-row td a { + background: url(../img/icon-addlink.svg) 0 1px no-repeat; + padding-left: 16px; + font-size: 12px; +} + +.empty-form { + display: none; +} + +/* RELATED FIELD ADD ONE / LOOKUP */ + +.add-another, .related-lookup { + margin-left: 5px; + display: inline-block; + vertical-align: middle; + background-repeat: no-repeat; + background-size: 14px; +} + +.add-another { + width: 16px; + height: 16px; + background-image: url(../img/icon-addlink.svg); +} + +.related-lookup { + width: 16px; + height: 16px; + background-image: url(../img/search.svg); +} + +form .related-widget-wrapper ul { + display: inline-block; + margin-left: 0; + padding-left: 0; +} + +.clearable-file-input input { + margin-top: 0; +} diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/css/login.css b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/css/login.css new file mode 100644 index 0000000..cab3bbf --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/css/login.css @@ -0,0 +1,78 @@ +/* LOGIN FORM */ + +body.login { + background: #f8f8f8; +} + +.login #header { + height: auto; + padding: 5px 16px; +} + +.login #header h1 { + font-size: 18px; +} + +.login #header h1 a { + color: #fff; +} + +.login #content { + padding: 20px 20px 0; +} + +.login #container { + background: #fff; + border: 1px solid #eaeaea; + border-radius: 4px; + overflow: hidden; + width: 28em; + min-width: 300px; + margin: 100px auto; +} + +.login #content-main { + width: 100%; +} + +.login .form-row { + padding: 4px 0; + float: left; + width: 100%; + border-bottom: none; +} + +.login .form-row label { + padding-right: 0.5em; + line-height: 2em; + font-size: 1em; + clear: both; + color: #333; +} + +.login .form-row #id_username, .login .form-row #id_password { + clear: both; + padding: 8px; + width: 100%; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} + +.login span.help { + font-size: 10px; + display: block; +} + +.login .submit-row { + clear: both; + padding: 1em 0 0 9.4em; + margin: 0; + border: none; + background: none; + text-align: left; +} + +.login .password-reset-link { + text-align: center; +} diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/css/rtl.css b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/css/rtl.css new file mode 100644 index 0000000..8c1ceb4 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/css/rtl.css @@ -0,0 +1,256 @@ +body { + direction: rtl; +} + +/* LOGIN */ + +.login .form-row { + float: right; +} + +.login .form-row label { + float: right; + padding-left: 0.5em; + padding-right: 0; + text-align: left; +} + +.login .submit-row { + clear: both; + padding: 1em 9.4em 0 0; +} + +/* GLOBAL */ + +th { + text-align: right; +} + +.module h2, .module caption { + text-align: right; +} + +.module ul, .module ol { + margin-left: 0; + margin-right: 1.5em; +} + +.addlink, .changelink { + padding-left: 0; + padding-right: 16px; + background-position: 100% 1px; +} + +.deletelink { + padding-left: 0; + padding-right: 16px; + background-position: 100% 1px; +} + +.object-tools { + float: left; +} + +thead th:first-child, +tfoot td:first-child { + border-left: none; +} + +/* LAYOUT */ + +#user-tools { + right: auto; + left: 0; + text-align: left; +} + +div.breadcrumbs { + text-align: right; +} + +#content-main { + float: right; +} + +#content-related { + float: left; + margin-left: -300px; + margin-right: auto; +} + +.colMS { + margin-left: 300px; + margin-right: 0; +} + +/* SORTABLE TABLES */ + +table thead th.sorted .sortoptions { + float: left; +} + +thead th.sorted .text { + padding-right: 0; + padding-left: 42px; +} + +/* dashboard styles */ + +.dashboard .module table td a { + padding-left: .6em; + padding-right: 16px; +} + +/* changelists styles */ + +.change-list .filtered table { + border-left: none; + border-right: 0px none; +} + +#changelist-filter { + right: auto; + left: 0; + border-left: none; + border-right: none; +} + +.change-list .filtered .results, .change-list .filtered .paginator, .filtered #toolbar, .filtered div.xfull { + margin-right: 0; + margin-left: 280px; +} + +#changelist-filter li.selected { + border-left: none; + padding-left: 10px; + margin-left: 0; + border-right: 5px solid #eaeaea; + padding-right: 10px; + margin-right: -15px; +} + +.filtered .actions { + margin-left: 280px; + margin-right: 0; +} + +#changelist table tbody td:first-child, #changelist table tbody th:first-child { + border-right: none; + border-left: none; +} + +/* FORMS */ + +.aligned label { + padding: 0 0 3px 1em; + float: right; +} + +.submit-row { + text-align: left +} + +.submit-row p.deletelink-box { + float: right; +} + +.submit-row input.default { + margin-left: 0; +} + +.vDateField, .vTimeField { + margin-left: 2px; +} + +.aligned .form-row input { + margin-left: 5px; +} + +form ul.inline li { + float: right; + padding-right: 0; + padding-left: 7px; +} + +input[type=submit].default, .submit-row input.default { + float: left; +} + +fieldset .field-box { + float: right; + margin-left: 20px; + margin-right: 0; +} + +.errorlist li { + background-position: 100% 12px; + padding: 0; +} + +.errornote { + background-position: 100% 12px; + padding: 10px 12px; +} + +/* WIDGETS */ + +.calendarnav-previous { + top: 0; + left: auto; + right: 10px; +} + +.calendarnav-next { + top: 0; + right: auto; + left: 10px; +} + +.calendar caption, .calendarbox h2 { + text-align: center; +} + +.selector { + float: right; +} + +.selector .selector-filter { + text-align: right; +} + +.inline-deletelink { + float: left; +} + +form .form-row p.datetime { + overflow: hidden; +} + +/* MISC */ + +.inline-related h2, .inline-group h2 { + text-align: right +} + +.inline-related h3 span.delete { + padding-right: 20px; + padding-left: inherit; + left: 10px; + right: inherit; + float:left; +} + +.inline-related h3 span.delete label { + margin-left: inherit; + margin-right: 2px; +} + +/* IE7 specific bug fixes */ + +div.colM { + position: relative; +} + +.submit-row input { + float: left; +} diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/css/widgets.css b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/css/widgets.css new file mode 100644 index 0000000..d3bd67a --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/css/widgets.css @@ -0,0 +1,565 @@ +/* SELECTOR (FILTER INTERFACE) */ + +.selector { + width: 800px; + float: left; +} + +.selector select { + width: 380px; + height: 17.2em; +} + +.selector-available, .selector-chosen { + float: left; + width: 380px; + text-align: center; + margin-bottom: 5px; +} + +.selector-chosen select { + border-top: none; +} + +.selector-available h2, .selector-chosen h2 { + border: 1px solid #ccc; + border-radius: 4px 4px 0 0; +} + +.selector-chosen h2 { + background: #79aec8; + color: #fff; +} + +.selector .selector-available h2 { + background: #f8f8f8; + color: #666; +} + +.selector .selector-filter { + background: white; + border: 1px solid #ccc; + border-width: 0 1px; + padding: 8px; + color: #999; + font-size: 10px; + margin: 0; + text-align: left; +} + +.selector .selector-filter label, +.inline-group .aligned .selector .selector-filter label { + float: left; + margin: 7px 0 0; + width: 18px; + height: 18px; + padding: 0; + overflow: hidden; + line-height: 1; +} + +.selector .selector-available input { + width: 320px; + margin-left: 8px; +} + +.selector ul.selector-chooser { + float: left; + width: 22px; + background-color: #eee; + border-radius: 10px; + margin: 10em 5px 0 5px; + padding: 0; +} + +.selector-chooser li { + margin: 0; + padding: 3px; + list-style-type: none; +} + +.selector select { + padding: 0 10px; + margin: 0 0 10px; + border-radius: 0 0 4px 4px; +} + +.selector-add, .selector-remove { + width: 16px; + height: 16px; + display: block; + text-indent: -3000px; + overflow: hidden; + cursor: default; + opacity: 0.3; +} + +.active.selector-add, .active.selector-remove { + opacity: 1; +} + +.active.selector-add:hover, .active.selector-remove:hover { + cursor: pointer; +} + +.selector-add { + background: url(../img/selector-icons.svg) 0 -96px no-repeat; +} + +.active.selector-add:focus, .active.selector-add:hover { + background-position: 0 -112px; +} + +.selector-remove { + background: url(../img/selector-icons.svg) 0 -64px no-repeat; +} + +.active.selector-remove:focus, .active.selector-remove:hover { + background-position: 0 -80px; +} + +a.selector-chooseall, a.selector-clearall { + display: inline-block; + height: 16px; + text-align: left; + margin: 1px auto 3px; + overflow: hidden; + font-weight: bold; + line-height: 16px; + color: #666; + text-decoration: none; + opacity: 0.3; +} + +a.active.selector-chooseall:focus, a.active.selector-clearall:focus, +a.active.selector-chooseall:hover, a.active.selector-clearall:hover { + color: #447e9b; +} + +a.active.selector-chooseall, a.active.selector-clearall { + opacity: 1; +} + +a.active.selector-chooseall:hover, a.active.selector-clearall:hover { + cursor: pointer; +} + +a.selector-chooseall { + padding: 0 18px 0 0; + background: url(../img/selector-icons.svg) right -160px no-repeat; + cursor: default; +} + +a.active.selector-chooseall:focus, a.active.selector-chooseall:hover { + background-position: 100% -176px; +} + +a.selector-clearall { + padding: 0 0 0 18px; + background: url(../img/selector-icons.svg) 0 -128px no-repeat; + cursor: default; +} + +a.active.selector-clearall:focus, a.active.selector-clearall:hover { + background-position: 0 -144px; +} + +/* STACKED SELECTORS */ + +.stacked { + float: left; + width: 490px; +} + +.stacked select { + width: 480px; + height: 10.1em; +} + +.stacked .selector-available, .stacked .selector-chosen { + width: 480px; +} + +.stacked .selector-available { + margin-bottom: 0; +} + +.stacked .selector-available input { + width: 422px; +} + +.stacked ul.selector-chooser { + height: 22px; + width: 50px; + margin: 0 0 10px 40%; + background-color: #eee; + border-radius: 10px; +} + +.stacked .selector-chooser li { + float: left; + padding: 3px 3px 3px 5px; +} + +.stacked .selector-chooseall, .stacked .selector-clearall { + display: none; +} + +.stacked .selector-add { + background: url(../img/selector-icons.svg) 0 -32px no-repeat; + cursor: default; +} + +.stacked .active.selector-add { + background-position: 0 -48px; + cursor: pointer; +} + +.stacked .selector-remove { + background: url(../img/selector-icons.svg) 0 0 no-repeat; + cursor: default; +} + +.stacked .active.selector-remove { + background-position: 0 -16px; + cursor: pointer; +} + +.selector .help-icon { + background: url(../img/icon-unknown.svg) 0 0 no-repeat; + display: inline-block; + vertical-align: middle; + margin: -2px 0 0 2px; + width: 13px; + height: 13px; +} + +.selector .selector-chosen .help-icon { + background: url(../img/icon-unknown-alt.svg) 0 0 no-repeat; +} + +.selector .search-label-icon { + background: url(../img/search.svg) 0 0 no-repeat; + display: inline-block; + height: 18px; + width: 18px; +} + +/* DATE AND TIME */ + +p.datetime { + line-height: 20px; + margin: 0; + padding: 0; + color: #666; + font-weight: bold; +} + +.datetime span { + white-space: nowrap; + font-weight: normal; + font-size: 11px; + color: #ccc; +} + +.datetime input, .form-row .datetime input.vDateField, .form-row .datetime input.vTimeField { + min-width: 0; + margin-left: 5px; + margin-bottom: 4px; +} + +table p.datetime { + font-size: 11px; + margin-left: 0; + padding-left: 0; +} + +.datetimeshortcuts .clock-icon, .datetimeshortcuts .date-icon { + position: relative; + display: inline-block; + vertical-align: middle; + height: 16px; + width: 16px; + overflow: hidden; +} + +.datetimeshortcuts .clock-icon { + background: url(../img/icon-clock.svg) 0 0 no-repeat; +} + +.datetimeshortcuts a:focus .clock-icon, +.datetimeshortcuts a:hover .clock-icon { + background-position: 0 -16px; +} + +.datetimeshortcuts .date-icon { + background: url(../img/icon-calendar.svg) 0 0 no-repeat; + top: -1px; +} + +.datetimeshortcuts a:focus .date-icon, +.datetimeshortcuts a:hover .date-icon { + background-position: 0 -16px; +} + +.timezonewarning { + font-size: 11px; + color: #999; +} + +/* URL */ + +p.url { + line-height: 20px; + margin: 0; + padding: 0; + color: #666; + font-size: 11px; + font-weight: bold; +} + +.url a { + font-weight: normal; +} + +/* FILE UPLOADS */ + +p.file-upload { + line-height: 20px; + margin: 0; + padding: 0; + color: #666; + font-size: 11px; + font-weight: bold; +} + +.aligned p.file-upload { + margin-left: 170px; +} + +.file-upload a { + font-weight: normal; +} + +.file-upload .deletelink { + margin-left: 5px; +} + +span.clearable-file-input label { + color: #333; + font-size: 11px; + display: inline; + float: none; +} + +/* CALENDARS & CLOCKS */ + +.calendarbox, .clockbox { + margin: 5px auto; + font-size: 12px; + width: 19em; + text-align: center; + background: white; + border: 1px solid #ddd; + border-radius: 4px; + box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15); + overflow: hidden; + position: relative; +} + +.clockbox { + width: auto; +} + +.calendar { + margin: 0; + padding: 0; +} + +.calendar table { + margin: 0; + padding: 0; + border-collapse: collapse; + background: white; + width: 100%; +} + +.calendar caption, .calendarbox h2 { + margin: 0; + text-align: center; + border-top: none; + background: #f5dd5d; + font-weight: 700; + font-size: 12px; + color: #333; +} + +.calendar th { + padding: 8px 5px; + background: #f8f8f8; + border-bottom: 1px solid #ddd; + font-weight: 400; + font-size: 12px; + text-align: center; + color: #666; +} + +.calendar td { + font-weight: 400; + font-size: 12px; + text-align: center; + padding: 0; + border-top: 1px solid #eee; + border-bottom: none; +} + +.calendar td.selected a { + background: #79aec8; + color: #fff; +} + +.calendar td.nonday { + background: #f8f8f8; +} + +.calendar td.today a { + font-weight: 700; +} + +.calendar td a, .timelist a { + display: block; + font-weight: 400; + padding: 6px; + text-decoration: none; + color: #444; +} + +.calendar td a:focus, .timelist a:focus, +.calendar td a:hover, .timelist a:hover { + background: #79aec8; + color: white; +} + +.calendar td a:active, .timelist a:active { + background: #417690; + color: white; +} + +.calendarnav { + font-size: 10px; + text-align: center; + color: #ccc; + margin: 0; + padding: 1px 3px; +} + +.calendarnav a:link, #calendarnav a:visited, +#calendarnav a:focus, #calendarnav a:hover { + color: #999; +} + +.calendar-shortcuts { + background: white; + font-size: 11px; + line-height: 11px; + border-top: 1px solid #eee; + padding: 8px 0; + color: #ccc; +} + +.calendarbox .calendarnav-previous, .calendarbox .calendarnav-next { + display: block; + position: absolute; + top: 8px; + width: 15px; + height: 15px; + text-indent: -9999px; + padding: 0; +} + +.calendarnav-previous { + left: 10px; + background: url(../img/calendar-icons.svg) 0 0 no-repeat; +} + +.calendarbox .calendarnav-previous:focus, +.calendarbox .calendarnav-previous:hover { + background-position: 0 -15px; +} + +.calendarnav-next { + right: 10px; + background: url(../img/calendar-icons.svg) 0 -30px no-repeat; +} + +.calendarbox .calendarnav-next:focus, +.calendarbox .calendarnav-next:hover { + background-position: 0 -45px; +} + +.calendar-cancel { + margin: 0; + padding: 4px 0; + font-size: 12px; + background: #eee; + border-top: 1px solid #ddd; + color: #333; +} + +.calendar-cancel:focus, .calendar-cancel:hover { + background: #ddd; +} + +.calendar-cancel a { + color: black; + display: block; +} + +ul.timelist, .timelist li { + list-style-type: none; + margin: 0; + padding: 0; +} + +.timelist a { + padding: 2px; +} + +/* EDIT INLINE */ + +.inline-deletelink { + float: right; + text-indent: -9999px; + background: url(../img/inline-delete.svg) 0 0 no-repeat; + width: 16px; + height: 16px; + border: 0px none; +} + +.inline-deletelink:focus, .inline-deletelink:hover { + cursor: pointer; +} + +/* RELATED WIDGET WRAPPER */ +.related-widget-wrapper { + float: left; /* display properly in form rows with multiple fields */ + overflow: hidden; /* clear floated contents */ +} + +.related-widget-wrapper-link { + opacity: 0.3; +} + +.related-widget-wrapper-link:link { + opacity: .8; +} + +.related-widget-wrapper-link:link:focus, +.related-widget-wrapper-link:link:hover { + opacity: 1; +} + +select + .related-widget-wrapper-link, +.related-widget-wrapper-link + .related-widget-wrapper-link { + margin-left: 7px; +} diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/fonts/LICENSE.txt b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/fonts/LICENSE.txt new file mode 100644 index 0000000..75b5248 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/fonts/LICENSE.txt @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/fonts/README.txt b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/fonts/README.txt new file mode 100644 index 0000000..cc2135a --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/fonts/README.txt @@ -0,0 +1,2 @@ +Roboto webfont source: https://www.google.com/fonts/specimen/Roboto +Weights used in this project: Light (300), Regular (400), Bold (700) diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/fonts/Roboto-Bold-webfont.woff b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/fonts/Roboto-Bold-webfont.woff new file mode 100644 index 0000000000000000000000000000000000000000..03357ce4f5833006114f2e790a7b89dbf69d4f90 GIT binary patch literal 82564 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 literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/fonts/Roboto-Light-webfont.woff b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/fonts/Roboto-Light-webfont.woff new file mode 100644 index 0000000000000000000000000000000000000000..f6abd871351b74882016af8e796aa6566803035b GIT binary patch literal 81348 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 literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/fonts/Roboto-Regular-webfont.woff b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/fonts/Roboto-Regular-webfont.woff new file mode 100644 index 0000000000000000000000000000000000000000..6ff6afd8c863f4ee4a2bd032a93c5dde5bf15f0d GIT binary patch literal 80304 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 U5+{zuf?@lC+j6Kse)s?X0ZPdgP5=M^ literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/LICENSE b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/LICENSE new file mode 100644 index 0000000..a4faaa1 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/LICENSE @@ -0,0 +1,20 @@ +The MIT License (MIT) + +Copyright (c) 2014 Code Charm Ltd + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/README.txt b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/README.txt new file mode 100644 index 0000000..43373ad --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/README.txt @@ -0,0 +1,7 @@ +All icons are taken from Font Awesome (http://fontawesome.io/) project. +The Font Awesome font is licensed under the SIL OFL 1.1: +- http://scripts.sil.org/OFL + +SVG icons source: https://github.com/encharm/Font-Awesome-SVG-PNG +Font-Awesome-SVG-PNG is licensed under the MIT license (see file license +in current folder). diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/calendar-icons.svg b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/calendar-icons.svg new file mode 100644 index 0000000..dbf21c3 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/calendar-icons.svg @@ -0,0 +1,14 @@ +<svg width="15" height="60" viewBox="0 0 1792 7168" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <g id="previous"> + <path d="M1037 1395l102-102q19-19 19-45t-19-45l-307-307 307-307q19-19 19-45t-19-45l-102-102q-19-19-45-19t-45 19l-454 454q-19 19-19 45t19 45l454 454q19 19 45 19t45-19zm627-499q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z"/> + </g> + <g id="next"> + <path d="M845 1395l454-454q19-19 19-45t-19-45l-454-454q-19-19-45-19t-45 19l-102 102q-19 19-19 45t19 45l307 307-307 307q-19 19-19 45t19 45l102 102q19 19 45 19t45-19zm819-499q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z"/> + </g> + </defs> + <use xlink:href="#previous" x="0" y="0" fill="#333333" /> + <use xlink:href="#previous" x="0" y="1792" fill="#000000" /> + <use xlink:href="#next" x="0" y="3584" fill="#333333" /> + <use xlink:href="#next" x="0" y="5376" fill="#000000" /> +</svg> diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/gis/move_vertex_off.svg b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/gis/move_vertex_off.svg new file mode 100644 index 0000000..228854f --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/gis/move_vertex_off.svg @@ -0,0 +1 @@ +<svg width="24" height="22" viewBox="0 0 847 779" xmlns="http://www.w3.org/2000/svg"><g><path fill="#EBECE6" d="M120 1h607c66 0 120 54 120 120v536c0 66-54 120-120 120h-607c-66 0-120-54-120-120v-536c0-66 54-120 120-120z"/><path fill="#9E9E93" d="M120 1h607c66 0 120 54 120 120v536c0 66-54 120-120 120h-607c-66 0-120-54-120-120v-536c0-66 54-120 120-120zm607 25h-607c-26 0-50 11-67 28-17 18-28 41-28 67v536c0 27 11 50 28 68 17 17 41 27 67 27h607c26 0 49-10 67-27 17-18 28-41 28-68v-536c0-26-11-49-28-67-18-17-41-28-67-28z"/><path stroke="#A9A8A4" stroke-width="20" d="M706 295l-68 281"/><path stroke="#E47474" stroke-width="20" d="M316 648l390-353M141 435l175 213"/><path stroke="#C9C9C9" stroke-width="20" d="M319 151l-178 284M706 295l-387-144"/><g fill="#040405"><path d="M319 111c22 0 40 18 40 40s-18 40-40 40-40-18-40-40 18-40 40-40zM141 395c22 0 40 18 40 40s-18 40-40 40c-23 0-41-18-41-40s18-40 41-40zM316 608c22 0 40 18 40 40 0 23-18 41-40 41s-40-18-40-41c0-22 18-40 40-40zM706 254c22 0 40 18 40 41 0 22-18 40-40 40s-40-18-40-40c0-23 18-41 40-41zM638 536c22 0 40 18 40 40s-18 40-40 40-40-18-40-40 18-40 40-40z"/></g></g></svg> \ No newline at end of file diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/gis/move_vertex_on.svg b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/gis/move_vertex_on.svg new file mode 100644 index 0000000..96b87fd --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/gis/move_vertex_on.svg @@ -0,0 +1 @@ +<svg width="24" height="22" viewBox="0 0 847 779" xmlns="http://www.w3.org/2000/svg"><g><path fill="#F1C02A" d="M120 1h607c66 0 120 54 120 120v536c0 66-54 120-120 120h-607c-66 0-120-54-120-120v-536c0-66 54-120 120-120z"/><path fill="#9E9E93" d="M120 1h607c66 0 120 54 120 120v536c0 66-54 120-120 120h-607c-66 0-120-54-120-120v-536c0-66 54-120 120-120zm607 25h-607c-26 0-50 11-67 28-17 18-28 41-28 67v536c0 27 11 50 28 68 17 17 41 27 67 27h607c26 0 49-10 67-27 17-18 28-41 28-68v-536c0-26-11-49-28-67-18-17-41-28-67-28z"/><path stroke="#A9A8A4" stroke-width="20" d="M706 295l-68 281"/><path stroke="#E47474" stroke-width="20" d="M316 648l390-353M141 435l175 213"/><path stroke="#C9A741" stroke-width="20" d="M319 151l-178 284M706 295l-387-144"/><g fill="#040405"><path d="M319 111c22 0 40 18 40 40s-18 40-40 40-40-18-40-40 18-40 40-40zM141 395c22 0 40 18 40 40s-18 40-40 40c-23 0-41-18-41-40s18-40 41-40zM316 608c22 0 40 18 40 40 0 23-18 41-40 41s-40-18-40-41c0-22 18-40 40-40zM706 254c22 0 40 18 40 41 0 22-18 40-40 40s-40-18-40-40c0-23 18-41 40-41zM638 536c22 0 40 18 40 40s-18 40-40 40-40-18-40-40 18-40 40-40z"/></g></g></svg> \ No newline at end of file diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-addlink.svg b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-addlink.svg new file mode 100644 index 0000000..e004fb1 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-addlink.svg @@ -0,0 +1,3 @@ +<svg width="13" height="13" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"> + <path fill="#70bf2b" d="M1600 796v192q0 40-28 68t-68 28h-416v416q0 40-28 68t-68 28h-192q-40 0-68-28t-28-68v-416h-416q-40 0-68-28t-28-68v-192q0-40 28-68t68-28h416v-416q0-40 28-68t68-28h192q40 0 68 28t28 68v416h416q40 0 68 28t28 68z"/> +</svg> diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-alert.svg b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-alert.svg new file mode 100644 index 0000000..e51ea83 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-alert.svg @@ -0,0 +1,3 @@ +<svg width="14" height="14" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"> + <path fill="#efb80b" d="M1024 1375v-190q0-14-9.5-23.5t-22.5-9.5h-192q-13 0-22.5 9.5t-9.5 23.5v190q0 14 9.5 23.5t22.5 9.5h192q13 0 22.5-9.5t9.5-23.5zm-2-374l18-459q0-12-10-19-13-11-24-11h-220q-11 0-24 11-10 7-10 21l17 457q0 10 10 16.5t24 6.5h185q14 0 23.5-6.5t10.5-16.5zm-14-934l768 1408q35 63-2 126-17 29-46.5 46t-63.5 17h-1536q-34 0-63.5-17t-46.5-46q-37-63-2-126l768-1408q17-31 47-49t65-18 65 18 47 49z"/> +</svg> diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-calendar.svg b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-calendar.svg new file mode 100644 index 0000000..97910a9 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-calendar.svg @@ -0,0 +1,9 @@ +<svg width="16" height="32" viewBox="0 0 1792 3584" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <g id="icon"> + <path d="M192 1664h288v-288h-288v288zm352 0h320v-288h-320v288zm-352-352h288v-320h-288v320zm352 0h320v-320h-320v320zm-352-384h288v-288h-288v288zm736 736h320v-288h-320v288zm-384-736h320v-288h-320v288zm768 736h288v-288h-288v288zm-384-352h320v-320h-320v320zm-352-864v-288q0-13-9.5-22.5t-22.5-9.5h-64q-13 0-22.5 9.5t-9.5 22.5v288q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5-9.5t9.5-22.5zm736 864h288v-320h-288v320zm-384-384h320v-288h-320v288zm384 0h288v-288h-288v288zm32-480v-288q0-13-9.5-22.5t-22.5-9.5h-64q-13 0-22.5 9.5t-9.5 22.5v288q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5-9.5t9.5-22.5zm384-64v1280q0 52-38 90t-90 38h-1408q-52 0-90-38t-38-90v-1280q0-52 38-90t90-38h128v-96q0-66 47-113t113-47h64q66 0 113 47t47 113v96h384v-96q0-66 47-113t113-47h64q66 0 113 47t47 113v96h128q52 0 90 38t38 90z"/> + </g> + </defs> + <use xlink:href="#icon" x="0" y="0" fill="#447e9b" /> + <use xlink:href="#icon" x="0" y="1792" fill="#003366" /> +</svg> diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-changelink.svg b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-changelink.svg new file mode 100644 index 0000000..bbb137a --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-changelink.svg @@ -0,0 +1,3 @@ +<svg width="13" height="13" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"> + <path fill="#efb80b" d="M491 1536l91-91-235-235-91 91v107h128v128h107zm523-928q0-22-22-22-10 0-17 7l-542 542q-7 7-7 17 0 22 22 22 10 0 17-7l542-542q7-7 7-17zm-54-192l416 416-832 832h-416v-416zm683 96q0 53-37 90l-166 166-416-416 166-165q36-38 90-38 53 0 91 38l235 234q37 39 37 91z"/> +</svg> diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-clock.svg b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-clock.svg new file mode 100644 index 0000000..bf9985d --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-clock.svg @@ -0,0 +1,9 @@ +<svg width="16" height="32" viewBox="0 0 1792 3584" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <g id="icon"> + <path d="M1024 544v448q0 14-9 23t-23 9h-320q-14 0-23-9t-9-23v-64q0-14 9-23t23-9h224v-352q0-14 9-23t23-9h64q14 0 23 9t9 23zm416 352q0-148-73-273t-198-198-273-73-273 73-198 198-73 273 73 273 198 198 273 73 273-73 198-198 73-273zm224 0q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z"/> + </g> + </defs> + <use xlink:href="#icon" x="0" y="0" fill="#447e9b" /> + <use xlink:href="#icon" x="0" y="1792" fill="#003366" /> +</svg> diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-deletelink.svg b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-deletelink.svg new file mode 100644 index 0000000..4059b15 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-deletelink.svg @@ -0,0 +1,3 @@ +<svg width="14" height="14" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"> + <path fill="#dd4646" d="M1490 1322q0 40-28 68l-136 136q-28 28-68 28t-68-28l-294-294-294 294q-28 28-68 28t-68-28l-136-136q-28-28-28-68t28-68l294-294-294-294q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 294 294-294q28-28 68-28t68 28l136 136q28 28 28 68t-28 68l-294 294 294 294q28 28 28 68z"/> +</svg> diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-no.svg b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-no.svg new file mode 100644 index 0000000..2e0d383 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-no.svg @@ -0,0 +1,3 @@ +<svg width="13" height="13" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"> + <path fill="#dd4646" d="M1277 1122q0-26-19-45l-181-181 181-181q19-19 19-45 0-27-19-46l-90-90q-19-19-46-19-26 0-45 19l-181 181-181-181q-19-19-45-19-27 0-46 19l-90 90q-19 19-19 46 0 26 19 45l181 181-181 181q-19 19-19 45 0 27 19 46l90 90q19 19 46 19 26 0 45-19l181-181 181 181q19 19 45 19 27 0 46-19l90-90q19-19 19-46zm387-226q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z"/> +</svg> diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-unknown-alt.svg b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-unknown-alt.svg new file mode 100644 index 0000000..1c6b99f --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-unknown-alt.svg @@ -0,0 +1,3 @@ +<svg width="13" height="13" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"> + <path fill="#ffffff" d="M1024 1376v-192q0-14-9-23t-23-9h-192q-14 0-23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23-9t9-23zm256-672q0-88-55.5-163t-138.5-116-170-41q-243 0-371 213-15 24 8 42l132 100q7 6 19 6 16 0 25-12 53-68 86-92 34-24 86-24 48 0 85.5 26t37.5 59q0 38-20 61t-68 45q-63 28-115.5 86.5t-52.5 125.5v36q0 14 9 23t23 9h192q14 0 23-9t9-23q0-19 21.5-49.5t54.5-49.5q32-18 49-28.5t46-35 44.5-48 28-60.5 12.5-81zm384 192q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z"/> +</svg> diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-unknown.svg b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-unknown.svg new file mode 100644 index 0000000..50b4f97 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-unknown.svg @@ -0,0 +1,3 @@ +<svg width="13" height="13" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"> + <path fill="#666666" d="M1024 1376v-192q0-14-9-23t-23-9h-192q-14 0-23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23-9t9-23zm256-672q0-88-55.5-163t-138.5-116-170-41q-243 0-371 213-15 24 8 42l132 100q7 6 19 6 16 0 25-12 53-68 86-92 34-24 86-24 48 0 85.5 26t37.5 59q0 38-20 61t-68 45q-63 28-115.5 86.5t-52.5 125.5v36q0 14 9 23t23 9h192q14 0 23-9t9-23q0-19 21.5-49.5t54.5-49.5q32-18 49-28.5t46-35 44.5-48 28-60.5 12.5-81zm384 192q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z"/> +</svg> diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-yes.svg b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-yes.svg new file mode 100644 index 0000000..5883d87 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-yes.svg @@ -0,0 +1,3 @@ +<svg width="13" height="13" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"> + <path fill="#70bf2b" d="M1412 734q0-28-18-46l-91-90q-19-19-45-19t-45 19l-408 407-226-226q-19-19-45-19t-45 19l-91 90q-18 18-18 46 0 27 18 45l362 362q19 19 45 19 27 0 46-19l543-543q18-18 18-45zm252 162q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z"/> +</svg> diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/inline-delete.svg b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/inline-delete.svg new file mode 100644 index 0000000..17d1ad6 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/inline-delete.svg @@ -0,0 +1,3 @@ +<svg width="16" height="16" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"> + <path fill="#999999" d="M1277 1122q0-26-19-45l-181-181 181-181q19-19 19-45 0-27-19-46l-90-90q-19-19-46-19-26 0-45 19l-181 181-181-181q-19-19-45-19-27 0-46 19l-90 90q-19 19-19 46 0 26 19 45l181 181-181 181q-19 19-19 45 0 27 19 46l90 90q19 19 46 19 26 0 45-19l181-181 181 181q19 19 45 19 27 0 46-19l90-90q19-19 19-46zm387-226q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z"/> +</svg> diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/search.svg b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/search.svg new file mode 100644 index 0000000..c8c69b2 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/search.svg @@ -0,0 +1,3 @@ +<svg width="15" height="15" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"> + <path fill="#555555" d="M1216 832q0-185-131.5-316.5t-316.5-131.5-316.5 131.5-131.5 316.5 131.5 316.5 316.5 131.5 316.5-131.5 131.5-316.5zm512 832q0 52-38 90t-90 38q-54 0-90-38l-343-342q-179 124-399 124-143 0-273.5-55.5t-225-150-150-225-55.5-273.5 55.5-273.5 150-225 225-150 273.5-55.5 273.5 55.5 225 150 150 225 55.5 273.5q0 220-124 399l343 343q37 37 37 90z"/> +</svg> diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/selector-icons.svg b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/selector-icons.svg new file mode 100644 index 0000000..926b8e2 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/selector-icons.svg @@ -0,0 +1,34 @@ +<svg width="16" height="192" viewBox="0 0 1792 21504" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <g id="up"> + <path d="M1412 895q0-27-18-45l-362-362-91-91q-18-18-45-18t-45 18l-91 91-362 362q-18 18-18 45t18 45l91 91q18 18 45 18t45-18l189-189v502q0 26 19 45t45 19h128q26 0 45-19t19-45v-502l189 189q19 19 45 19t45-19l91-91q18-18 18-45zm252 1q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z"/> + </g> + <g id="down"> + <path d="M1412 897q0-27-18-45l-91-91q-18-18-45-18t-45 18l-189 189v-502q0-26-19-45t-45-19h-128q-26 0-45 19t-19 45v502l-189-189q-19-19-45-19t-45 19l-91 91q-18 18-18 45t18 45l362 362 91 91q18 18 45 18t45-18l91-91 362-362q18-18 18-45zm252-1q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z"/> + </g> + <g id="left"> + <path d="M1408 960v-128q0-26-19-45t-45-19h-502l189-189q19-19 19-45t-19-45l-91-91q-18-18-45-18t-45 18l-362 362-91 91q-18 18-18 45t18 45l91 91 362 362q18 18 45 18t45-18l91-91q18-18 18-45t-18-45l-189-189h502q26 0 45-19t19-45zm256-64q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z"/> + </g> + <g id="right"> + <path d="M1413 896q0-27-18-45l-91-91-362-362q-18-18-45-18t-45 18l-91 91q-18 18-18 45t18 45l189 189h-502q-26 0-45 19t-19 45v128q0 26 19 45t45 19h502l-189 189q-19 19-19 45t19 45l91 91q18 18 45 18t45-18l362-362 91-91q18-18 18-45zm251 0q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z"/> + </g> + <g id="clearall"> + <path transform="translate(336, 336) scale(0.75)" d="M1037 1395l102-102q19-19 19-45t-19-45l-307-307 307-307q19-19 19-45t-19-45l-102-102q-19-19-45-19t-45 19l-454 454q-19 19-19 45t19 45l454 454q19 19 45 19t45-19zm627-499q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z"/> + </g> + <g id="chooseall"> + <path transform="translate(336, 336) scale(0.75)" d="M845 1395l454-454q19-19 19-45t-19-45l-454-454q-19-19-45-19t-45 19l-102 102q-19 19-19 45t19 45l307 307-307 307q-19 19-19 45t19 45l102 102q19 19 45 19t45-19zm819-499q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z"/> + </g> + </defs> + <use xlink:href="#up" x="0" y="0" fill="#666666" /> + <use xlink:href="#up" x="0" y="1792" fill="#447e9b" /> + <use xlink:href="#down" x="0" y="3584" fill="#666666" /> + <use xlink:href="#down" x="0" y="5376" fill="#447e9b" /> + <use xlink:href="#left" x="0" y="7168" fill="#666666" /> + <use xlink:href="#left" x="0" y="8960" fill="#447e9b" /> + <use xlink:href="#right" x="0" y="10752" fill="#666666" /> + <use xlink:href="#right" x="0" y="12544" fill="#447e9b" /> + <use xlink:href="#clearall" x="0" y="14336" fill="#666666" /> + <use xlink:href="#clearall" x="0" y="16128" fill="#447e9b" /> + <use xlink:href="#chooseall" x="0" y="17920" fill="#666666" /> + <use xlink:href="#chooseall" x="0" y="19712" fill="#447e9b" /> +</svg> diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/sorting-icons.svg b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/sorting-icons.svg new file mode 100644 index 0000000..7c31ec9 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/sorting-icons.svg @@ -0,0 +1,19 @@ +<svg width="14" height="84" viewBox="0 0 1792 10752" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <g id="sort"> + <path d="M1408 1088q0 26-19 45l-448 448q-19 19-45 19t-45-19l-448-448q-19-19-19-45t19-45 45-19h896q26 0 45 19t19 45zm0-384q0 26-19 45t-45 19h-896q-26 0-45-19t-19-45 19-45l448-448q19-19 45-19t45 19l448 448q19 19 19 45z"/> + </g> + <g id="ascending"> + <path d="M1408 1216q0 26-19 45t-45 19h-896q-26 0-45-19t-19-45 19-45l448-448q19-19 45-19t45 19l448 448q19 19 19 45z"/> + </g> + <g id="descending"> + <path d="M1408 704q0 26-19 45l-448 448q-19 19-45 19t-45-19l-448-448q-19-19-19-45t19-45 45-19h896q26 0 45 19t19 45z"/> + </g> + </defs> + <use xlink:href="#sort" x="0" y="0" fill="#999999" /> + <use xlink:href="#sort" x="0" y="1792" fill="#447e9b" /> + <use xlink:href="#ascending" x="0" y="3584" fill="#999999" /> + <use xlink:href="#ascending" x="0" y="5376" fill="#447e9b" /> + <use xlink:href="#descending" x="0" y="7168" fill="#999999" /> + <use xlink:href="#descending" x="0" y="8960" fill="#447e9b" /> +</svg> diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/tooltag-add.svg b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/tooltag-add.svg new file mode 100644 index 0000000..1ca64ae --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/tooltag-add.svg @@ -0,0 +1,3 @@ +<svg width="13" height="13" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"> + <path fill="#ffffff" d="M1600 736v192q0 40-28 68t-68 28h-416v416q0 40-28 68t-68 28h-192q-40 0-68-28t-28-68v-416h-416q-40 0-68-28t-28-68v-192q0-40 28-68t68-28h416v-416q0-40 28-68t68-28h192q40 0 68 28t28 68v416h416q40 0 68 28t28 68z"/> +</svg> diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/tooltag-arrowright.svg b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/tooltag-arrowright.svg new file mode 100644 index 0000000..b664d61 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/tooltag-arrowright.svg @@ -0,0 +1,3 @@ +<svg width="13" height="13" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"> + <path fill="#ffffff" d="M1363 877l-742 742q-19 19-45 19t-45-19l-166-166q-19-19-19-45t19-45l531-531-531-531q-19-19-19-45t19-45l166-166q19-19 45-19t45 19l742 742q19 19 19 45t-19 45z"/> +</svg> diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/SelectBox.js b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/SelectBox.js new file mode 100644 index 0000000..1a14959 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/SelectBox.js @@ -0,0 +1,144 @@ +(function($) { + 'use strict'; + var SelectBox = { + cache: {}, + init: function(id) { + var box = document.getElementById(id); + var node; + SelectBox.cache[id] = []; + var cache = SelectBox.cache[id]; + var boxOptions = box.options; + var boxOptionsLength = boxOptions.length; + for (var i = 0, j = boxOptionsLength; i < j; i++) { + node = boxOptions[i]; + cache.push({value: node.value, text: node.text, displayed: 1}); + } + }, + redisplay: function(id) { + // Repopulate HTML select box from cache + var box = document.getElementById(id); + var node; + $(box).empty(); // clear all options + var new_options = box.outerHTML.slice(0, -9); // grab just the opening tag + var cache = SelectBox.cache[id]; + for (var i = 0, j = cache.length; i < j; i++) { + node = cache[i]; + if (node.displayed) { + var new_option = new Option(node.text, node.value, false, false); + // Shows a tooltip when hovering over the option + new_option.setAttribute("title", node.text); + new_options += new_option.outerHTML; + } + } + new_options += '</select>'; + box.outerHTML = new_options; + }, + filter: function(id, text) { + // Redisplay the HTML select box, displaying only the choices containing ALL + // the words in text. (It's an AND search.) + var tokens = text.toLowerCase().split(/\s+/); + var node, token; + var cache = SelectBox.cache[id]; + for (var i = 0, j = cache.length; i < j; i++) { + node = cache[i]; + node.displayed = 1; + var node_text = node.text.toLowerCase(); + var numTokens = tokens.length; + for (var k = 0; k < numTokens; k++) { + token = tokens[k]; + if (node_text.indexOf(token) === -1) { + node.displayed = 0; + break; // Once the first token isn't found we're done + } + } + } + SelectBox.redisplay(id); + }, + delete_from_cache: function(id, value) { + var node, delete_index = null; + var cache = SelectBox.cache[id]; + for (var i = 0, j = cache.length; i < j; i++) { + node = cache[i]; + if (node.value === value) { + delete_index = i; + break; + } + } + cache.splice(delete_index, 1); + }, + add_to_cache: function(id, option) { + SelectBox.cache[id].push({value: option.value, text: option.text, displayed: 1}); + }, + cache_contains: function(id, value) { + // Check if an item is contained in the cache + var node; + var cache = SelectBox.cache[id]; + for (var i = 0, j = cache.length; i < j; i++) { + node = cache[i]; + if (node.value === value) { + return true; + } + } + return false; + }, + move: function(from, to) { + var from_box = document.getElementById(from); + var option; + var boxOptions = from_box.options; + var boxOptionsLength = boxOptions.length; + for (var i = 0, j = boxOptionsLength; i < j; i++) { + option = boxOptions[i]; + var option_value = option.value; + if (option.selected && SelectBox.cache_contains(from, option_value)) { + SelectBox.add_to_cache(to, {value: option_value, text: option.text, displayed: 1}); + SelectBox.delete_from_cache(from, option_value); + } + } + SelectBox.redisplay(from); + SelectBox.redisplay(to); + }, + move_all: function(from, to) { + var from_box = document.getElementById(from); + var option; + var boxOptions = from_box.options; + var boxOptionsLength = boxOptions.length; + for (var i = 0, j = boxOptionsLength; i < j; i++) { + option = boxOptions[i]; + var option_value = option.value; + if (SelectBox.cache_contains(from, option_value)) { + SelectBox.add_to_cache(to, {value: option_value, text: option.text, displayed: 1}); + SelectBox.delete_from_cache(from, option_value); + } + } + SelectBox.redisplay(from); + SelectBox.redisplay(to); + }, + sort: function(id) { + SelectBox.cache[id].sort(function(a, b) { + a = a.text.toLowerCase(); + b = b.text.toLowerCase(); + try { + if (a > b) { + return 1; + } + if (a < b) { + return -1; + } + } + catch (e) { + // silently fail on IE 'unknown' exception + } + return 0; + } ); + }, + select_all: function(id) { + var box = document.getElementById(id); + var boxOptions = box.options; + var boxOptionsLength = boxOptions.length; + for (var i = 0; i < boxOptionsLength; i++) { + boxOptions[i].selected = 'selected'; + } + } + }; + window.SelectBox = SelectBox; +})(django.jQuery); diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/SelectFilter2.js b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/SelectFilter2.js new file mode 100644 index 0000000..0f9a188 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/SelectFilter2.js @@ -0,0 +1,236 @@ +/*global SelectBox, addEvent, gettext, interpolate, quickElement, SelectFilter*/ +/* +SelectFilter2 - Turns a multiple-select box into a filter interface. + +Requires jQuery, core.js, and SelectBox.js. +*/ +(function($) { + 'use strict'; + function findForm(node) { + // returns the node of the form containing the given node + if (node.tagName.toLowerCase() !== 'form') { + return findForm(node.parentNode); + } + return node; + } + + window.SelectFilter = { + init: function(field_id, field_name, is_stacked) { + if (field_id.match(/__prefix__/)) { + // Don't initialize on empty forms. + return; + } + var from_box = document.getElementById(field_id); + from_box.id += '_from'; // change its ID + from_box.className = 'filtered'; + + var ps = from_box.parentNode.getElementsByTagName('p'); + for (var i = 0; i < ps.length; i++) { + if (ps[i].className.indexOf("info") !== -1) { + // Remove <p class="info">, because it just gets in the way. + from_box.parentNode.removeChild(ps[i]); + } else if (ps[i].className.indexOf("help") !== -1) { + // Move help text up to the top so it isn't below the select + // boxes or wrapped off on the side to the right of the add + // button: + from_box.parentNode.insertBefore(ps[i], from_box.parentNode.firstChild); + } + } + + // <div class="selector"> or <div class="selector stacked"> + var selector_div = quickElement('div', from_box.parentNode); + selector_div.className = is_stacked ? 'selector stacked' : 'selector'; + + // <div class="selector-available"> + var selector_available = quickElement('div', selector_div); + selector_available.className = 'selector-available'; + var title_available = quickElement('h2', selector_available, interpolate(gettext('Available %s') + ' ', [field_name])); + quickElement( + 'span', title_available, '', + 'class', 'help help-tooltip help-icon', + 'title', interpolate( + gettext( + 'This is the list of available %s. You may choose some by ' + + 'selecting them in the box below and then clicking the ' + + '"Choose" arrow between the two boxes.' + ), + [field_name] + ) + ); + + var filter_p = quickElement('p', selector_available, '', 'id', field_id + '_filter'); + filter_p.className = 'selector-filter'; + + var search_filter_label = quickElement('label', filter_p, '', 'for', field_id + '_input'); + + quickElement( + 'span', search_filter_label, '', + 'class', 'help-tooltip search-label-icon', + 'title', interpolate(gettext("Type into this box to filter down the list of available %s."), [field_name]) + ); + + filter_p.appendChild(document.createTextNode(' ')); + + var filter_input = quickElement('input', filter_p, '', 'type', 'text', 'placeholder', gettext("Filter")); + filter_input.id = field_id + '_input'; + + selector_available.appendChild(from_box); + var choose_all = quickElement('a', selector_available, gettext('Choose all'), 'title', interpolate(gettext('Click to choose all %s at once.'), [field_name]), 'href', '#', 'id', field_id + '_add_all_link'); + choose_all.className = 'selector-chooseall'; + + // <ul class="selector-chooser"> + var selector_chooser = quickElement('ul', selector_div); + selector_chooser.className = 'selector-chooser'; + var add_link = quickElement('a', quickElement('li', selector_chooser), gettext('Choose'), 'title', gettext('Choose'), 'href', '#', 'id', field_id + '_add_link'); + add_link.className = 'selector-add'; + var remove_link = quickElement('a', quickElement('li', selector_chooser), gettext('Remove'), 'title', gettext('Remove'), 'href', '#', 'id', field_id + '_remove_link'); + remove_link.className = 'selector-remove'; + + // <div class="selector-chosen"> + var selector_chosen = quickElement('div', selector_div); + selector_chosen.className = 'selector-chosen'; + var title_chosen = quickElement('h2', selector_chosen, interpolate(gettext('Chosen %s') + ' ', [field_name])); + quickElement( + 'span', title_chosen, '', + 'class', 'help help-tooltip help-icon', + 'title', interpolate( + gettext( + 'This is the list of chosen %s. You may remove some by ' + + 'selecting them in the box below and then clicking the ' + + '"Remove" arrow between the two boxes.' + ), + [field_name] + ) + ); + + var to_box = quickElement('select', selector_chosen, '', 'id', field_id + '_to', 'multiple', 'multiple', 'size', from_box.size, 'name', from_box.getAttribute('name')); + to_box.className = 'filtered'; + var clear_all = quickElement('a', selector_chosen, gettext('Remove all'), 'title', interpolate(gettext('Click to remove all chosen %s at once.'), [field_name]), 'href', '#', 'id', field_id + '_remove_all_link'); + clear_all.className = 'selector-clearall'; + + from_box.setAttribute('name', from_box.getAttribute('name') + '_old'); + + // Set up the JavaScript event handlers for the select box filter interface + var move_selection = function(e, elem, move_func, from, to) { + if (elem.className.indexOf('active') !== -1) { + move_func(from, to); + SelectFilter.refresh_icons(field_id); + } + e.preventDefault(); + }; + addEvent(choose_all, 'click', function(e) { move_selection(e, this, SelectBox.move_all, field_id + '_from', field_id + '_to'); }); + addEvent(add_link, 'click', function(e) { move_selection(e, this, SelectBox.move, field_id + '_from', field_id + '_to'); }); + addEvent(remove_link, 'click', function(e) { move_selection(e, this, SelectBox.move, field_id + '_to', field_id + '_from'); }); + addEvent(clear_all, 'click', function(e) { move_selection(e, this, SelectBox.move_all, field_id + '_to', field_id + '_from'); }); + addEvent(filter_input, 'keypress', function(e) { SelectFilter.filter_key_press(e, field_id); }); + addEvent(filter_input, 'keyup', function(e) { SelectFilter.filter_key_up(e, field_id); }); + addEvent(filter_input, 'keydown', function(e) { SelectFilter.filter_key_down(e, field_id); }); + addEvent(selector_div, 'change', function(e) { + if (e.target.tagName === 'SELECT') { + SelectFilter.refresh_icons(field_id); + } + }); + addEvent(selector_div, 'dblclick', function(e) { + if (e.target.tagName === 'OPTION') { + if (e.target.closest('select').id === field_id + '_to') { + SelectBox.move(field_id + '_to', field_id + '_from'); + } else { + SelectBox.move(field_id + '_from', field_id + '_to'); + } + SelectFilter.refresh_icons(field_id); + } + }); + addEvent(findForm(from_box), 'submit', function() { SelectBox.select_all(field_id + '_to'); }); + SelectBox.init(field_id + '_from'); + SelectBox.init(field_id + '_to'); + // Move selected from_box options to to_box + SelectBox.move(field_id + '_from', field_id + '_to'); + + if (!is_stacked) { + // In horizontal mode, give the same height to the two boxes. + var j_from_box = $(from_box); + var j_to_box = $(to_box); + var resize_filters = function() { j_to_box.height($(filter_p).outerHeight() + j_from_box.outerHeight()); }; + if (j_from_box.outerHeight() > 0) { + resize_filters(); // This fieldset is already open. Resize now. + } else { + // This fieldset is probably collapsed. Wait for its 'show' event. + j_to_box.closest('fieldset').one('show.fieldset', resize_filters); + } + } + + // Initial icon refresh + SelectFilter.refresh_icons(field_id); + }, + any_selected: function(field) { + var any_selected = false; + try { + // Temporarily add the required attribute and check validity. + // This is much faster in WebKit browsers than the fallback. + field.attr('required', 'required'); + any_selected = field.is(':valid'); + field.removeAttr('required'); + } catch (e) { + // Browsers that don't support :valid (IE < 10) + any_selected = field.find('option:selected').length > 0; + } + return any_selected; + }, + refresh_icons: function(field_id) { + var from = $('#' + field_id + '_from'); + var to = $('#' + field_id + '_to'); + // Active if at least one item is selected + $('#' + field_id + '_add_link').toggleClass('active', SelectFilter.any_selected(from)); + $('#' + field_id + '_remove_link').toggleClass('active', SelectFilter.any_selected(to)); + // Active if the corresponding box isn't empty + $('#' + field_id + '_add_all_link').toggleClass('active', from.find('option').length > 0); + $('#' + field_id + '_remove_all_link').toggleClass('active', to.find('option').length > 0); + }, + filter_key_press: function(event, field_id) { + var from = document.getElementById(field_id + '_from'); + // don't submit form if user pressed Enter + if ((event.which && event.which === 13) || (event.keyCode && event.keyCode === 13)) { + from.selectedIndex = 0; + SelectBox.move(field_id + '_from', field_id + '_to'); + from.selectedIndex = 0; + event.preventDefault(); + return false; + } + }, + filter_key_up: function(event, field_id) { + var from = document.getElementById(field_id + '_from'); + var temp = from.selectedIndex; + SelectBox.filter(field_id + '_from', document.getElementById(field_id + '_input').value); + from.selectedIndex = temp; + return true; + }, + filter_key_down: function(event, field_id) { + var from = document.getElementById(field_id + '_from'); + // right arrow -- move across + if ((event.which && event.which === 39) || (event.keyCode && event.keyCode === 39)) { + var old_index = from.selectedIndex; + SelectBox.move(field_id + '_from', field_id + '_to'); + from.selectedIndex = (old_index === from.length) ? from.length - 1 : old_index; + return false; + } + // down arrow -- wrap around + if ((event.which && event.which === 40) || (event.keyCode && event.keyCode === 40)) { + from.selectedIndex = (from.length === from.selectedIndex + 1) ? 0 : from.selectedIndex + 1; + } + // up arrow -- wrap around + if ((event.which && event.which === 38) || (event.keyCode && event.keyCode === 38)) { + from.selectedIndex = (from.selectedIndex === 0) ? from.length - 1 : from.selectedIndex - 1; + } + return true; + } + }; + + addEvent(window, 'load', function(e) { + $('select.selectfilter, select.selectfilterstacked').each(function() { + var $el = $(this), + data = $el.data(); + SelectFilter.init($el.attr('id'), data.fieldName, parseInt(data.isStacked, 10)); + }); + }); + +})(django.jQuery); diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/actions.js b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/actions.js new file mode 100644 index 0000000..7041701 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/actions.js @@ -0,0 +1,153 @@ +/*global gettext, interpolate, ngettext*/ +(function($) { + 'use strict'; + var lastChecked; + + $.fn.actions = function(opts) { + var options = $.extend({}, $.fn.actions.defaults, opts); + var actionCheckboxes = $(this); + var list_editable_changed = false; + var showQuestion = function() { + $(options.acrossClears).hide(); + $(options.acrossQuestions).show(); + $(options.allContainer).hide(); + }, + showClear = function() { + $(options.acrossClears).show(); + $(options.acrossQuestions).hide(); + $(options.actionContainer).toggleClass(options.selectedClass); + $(options.allContainer).show(); + $(options.counterContainer).hide(); + }, + reset = function() { + $(options.acrossClears).hide(); + $(options.acrossQuestions).hide(); + $(options.allContainer).hide(); + $(options.counterContainer).show(); + }, + clearAcross = function() { + reset(); + $(options.acrossInput).val(0); + $(options.actionContainer).removeClass(options.selectedClass); + }, + checker = function(checked) { + if (checked) { + showQuestion(); + } else { + reset(); + } + $(actionCheckboxes).prop("checked", checked) + .parent().parent().toggleClass(options.selectedClass, checked); + }, + updateCounter = function() { + var sel = $(actionCheckboxes).filter(":checked").length; + // data-actions-icnt is defined in the generated HTML + // and contains the total amount of objects in the queryset + var actions_icnt = $('.action-counter').data('actionsIcnt'); + $(options.counterContainer).html(interpolate( + ngettext('%(sel)s of %(cnt)s selected', '%(sel)s of %(cnt)s selected', sel), { + sel: sel, + cnt: actions_icnt + }, true)); + $(options.allToggle).prop("checked", function() { + var value; + if (sel === actionCheckboxes.length) { + value = true; + showQuestion(); + } else { + value = false; + clearAcross(); + } + return value; + }); + }; + // Show counter by default + $(options.counterContainer).show(); + // Check state of checkboxes and reinit state if needed + $(this).filter(":checked").each(function(i) { + $(this).parent().parent().toggleClass(options.selectedClass); + updateCounter(); + if ($(options.acrossInput).val() === 1) { + showClear(); + } + }); + $(options.allToggle).show().click(function() { + checker($(this).prop("checked")); + updateCounter(); + }); + $("a", options.acrossQuestions).click(function(event) { + event.preventDefault(); + $(options.acrossInput).val(1); + showClear(); + }); + $("a", options.acrossClears).click(function(event) { + event.preventDefault(); + $(options.allToggle).prop("checked", false); + clearAcross(); + checker(0); + updateCounter(); + }); + lastChecked = null; + $(actionCheckboxes).click(function(event) { + if (!event) { event = window.event; } + var target = event.target ? event.target : event.srcElement; + if (lastChecked && $.data(lastChecked) !== $.data(target) && event.shiftKey === true) { + var inrange = false; + $(lastChecked).prop("checked", target.checked) + .parent().parent().toggleClass(options.selectedClass, target.checked); + $(actionCheckboxes).each(function() { + if ($.data(this) === $.data(lastChecked) || $.data(this) === $.data(target)) { + inrange = (inrange) ? false : true; + } + if (inrange) { + $(this).prop("checked", target.checked) + .parent().parent().toggleClass(options.selectedClass, target.checked); + } + }); + } + $(target).parent().parent().toggleClass(options.selectedClass, target.checked); + lastChecked = target; + updateCounter(); + }); + $('form#changelist-form table#result_list tr').find('td:gt(0) :input').change(function() { + list_editable_changed = true; + }); + $('form#changelist-form button[name="index"]').click(function(event) { + if (list_editable_changed) { + return confirm(gettext("You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.")); + } + }); + $('form#changelist-form input[name="_save"]').click(function(event) { + var action_changed = false; + $('select option:selected', options.actionContainer).each(function() { + if ($(this).val()) { + action_changed = true; + } + }); + if (action_changed) { + if (list_editable_changed) { + return confirm(gettext("You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.")); + } else { + return confirm(gettext("You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.")); + } + } + }); + }; + /* Setup plugin defaults */ + $.fn.actions.defaults = { + actionContainer: "div.actions", + counterContainer: "span.action-counter", + allContainer: "div.actions span.all", + acrossInput: "div.actions input.select-across", + acrossQuestions: "div.actions span.question", + acrossClears: "div.actions span.clear", + allToggle: "#action-toggle", + selectedClass: "selected" + }; + $(document).ready(function() { + var $actionsEls = $('tr input.action-select'); + if ($actionsEls.length > 0) { + $actionsEls.actions(); + } + }); +})(django.jQuery); diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/actions.min.js b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/actions.min.js new file mode 100644 index 0000000..c83b06a --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/actions.min.js @@ -0,0 +1,6 @@ +(function(a){var f;a.fn.actions=function(e){var b=a.extend({},a.fn.actions.defaults,e),g=a(this),k=!1,l=function(){a(b.acrossClears).hide();a(b.acrossQuestions).show();a(b.allContainer).hide()},m=function(){a(b.acrossClears).show();a(b.acrossQuestions).hide();a(b.actionContainer).toggleClass(b.selectedClass);a(b.allContainer).show();a(b.counterContainer).hide()},n=function(){a(b.acrossClears).hide();a(b.acrossQuestions).hide();a(b.allContainer).hide();a(b.counterContainer).show()},p=function(){n(); +a(b.acrossInput).val(0);a(b.actionContainer).removeClass(b.selectedClass)},q=function(c){c?l():n();a(g).prop("checked",c).parent().parent().toggleClass(b.selectedClass,c)},h=function(){var c=a(g).filter(":checked").length,d=a(".action-counter").data("actionsIcnt");a(b.counterContainer).html(interpolate(ngettext("%(sel)s of %(cnt)s selected","%(sel)s of %(cnt)s selected",c),{sel:c,cnt:d},!0));a(b.allToggle).prop("checked",function(){var a;c===g.length?(a=!0,l()):(a=!1,p());return a})};a(b.counterContainer).show(); +a(this).filter(":checked").each(function(c){a(this).parent().parent().toggleClass(b.selectedClass);h();1===a(b.acrossInput).val()&&m()});a(b.allToggle).show().click(function(){q(a(this).prop("checked"));h()});a("a",b.acrossQuestions).click(function(c){c.preventDefault();a(b.acrossInput).val(1);m()});a("a",b.acrossClears).click(function(c){c.preventDefault();a(b.allToggle).prop("checked",!1);p();q(0);h()});f=null;a(g).click(function(c){c||(c=window.event);var d=c.target?c.target:c.srcElement;if(f&& +a.data(f)!==a.data(d)&&!0===c.shiftKey){var e=!1;a(f).prop("checked",d.checked).parent().parent().toggleClass(b.selectedClass,d.checked);a(g).each(function(){if(a.data(this)===a.data(f)||a.data(this)===a.data(d))e=e?!1:!0;e&&a(this).prop("checked",d.checked).parent().parent().toggleClass(b.selectedClass,d.checked)})}a(d).parent().parent().toggleClass(b.selectedClass,d.checked);f=d;h()});a("form#changelist-form table#result_list tr").find("td:gt(0) :input").change(function(){k=!0});a('form#changelist-form button[name="index"]').click(function(a){if(k)return confirm(gettext("You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost."))}); +a('form#changelist-form input[name="_save"]').click(function(c){var d=!1;a("select option:selected",b.actionContainer).each(function(){a(this).val()&&(d=!0)});if(d)return k?confirm(gettext("You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.")):confirm(gettext("You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button."))})}; +a.fn.actions.defaults={actionContainer:"div.actions",counterContainer:"span.action-counter",allContainer:"div.actions span.all",acrossInput:"div.actions input.select-across",acrossQuestions:"div.actions span.question",acrossClears:"div.actions span.clear",allToggle:"#action-toggle",selectedClass:"selected"};a(document).ready(function(){var e=a("tr input.action-select");0<e.length&&e.actions()})})(django.jQuery); diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/admin/DateTimeShortcuts.js b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/admin/DateTimeShortcuts.js new file mode 100644 index 0000000..ce86593 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/admin/DateTimeShortcuts.js @@ -0,0 +1,431 @@ +/*global addEvent, Calendar, cancelEventPropagation, findPosX, findPosY, getStyle, get_format, gettext, interpolate, ngettext, quickElement, removeEvent*/ +// Inserts shortcut buttons after all of the following: +// <input type="text" class="vDateField"> +// <input type="text" class="vTimeField"> +(function() { + 'use strict'; + var DateTimeShortcuts = { + calendars: [], + calendarInputs: [], + clockInputs: [], + dismissClockFunc: [], + dismissCalendarFunc: [], + calendarDivName1: 'calendarbox', // name of calendar <div> that gets toggled + calendarDivName2: 'calendarin', // name of <div> that contains calendar + calendarLinkName: 'calendarlink',// name of the link that is used to toggle + clockDivName: 'clockbox', // name of clock <div> that gets toggled + clockLinkName: 'clocklink', // name of the link that is used to toggle + shortCutsClass: 'datetimeshortcuts', // class of the clock and cal shortcuts + timezoneWarningClass: 'timezonewarning', // class of the warning for timezone mismatch + timezoneOffset: 0, + init: function() { + var body = document.getElementsByTagName('body')[0]; + var serverOffset = body.getAttribute('data-admin-utc-offset'); + if (serverOffset) { + var localOffset = new Date().getTimezoneOffset() * -60; + DateTimeShortcuts.timezoneOffset = localOffset - serverOffset; + } + + var inputs = document.getElementsByTagName('input'); + for (var i = 0; i < inputs.length; i++) { + var inp = inputs[i]; + if (inp.getAttribute('type') === 'text' && inp.className.match(/vTimeField/)) { + DateTimeShortcuts.addClock(inp); + DateTimeShortcuts.addTimezoneWarning(inp); + } + else if (inp.getAttribute('type') === 'text' && inp.className.match(/vDateField/)) { + DateTimeShortcuts.addCalendar(inp); + DateTimeShortcuts.addTimezoneWarning(inp); + } + } + }, + // Return the current time while accounting for the server timezone. + now: function() { + var body = document.getElementsByTagName('body')[0]; + var serverOffset = body.getAttribute('data-admin-utc-offset'); + if (serverOffset) { + var localNow = new Date(); + var localOffset = localNow.getTimezoneOffset() * -60; + localNow.setTime(localNow.getTime() + 1000 * (serverOffset - localOffset)); + return localNow; + } else { + return new Date(); + } + }, + // Add a warning when the time zone in the browser and backend do not match. + addTimezoneWarning: function(inp) { + var $ = django.jQuery; + var warningClass = DateTimeShortcuts.timezoneWarningClass; + var timezoneOffset = DateTimeShortcuts.timezoneOffset / 3600; + + // Only warn if there is a time zone mismatch. + if (!timezoneOffset) { + return; + } + + // Check if warning is already there. + if ($(inp).siblings('.' + warningClass).length) { + return; + } + + var message; + if (timezoneOffset > 0) { + message = ngettext( + 'Note: You are %s hour ahead of server time.', + 'Note: You are %s hours ahead of server time.', + timezoneOffset + ); + } + else { + timezoneOffset *= -1; + message = ngettext( + 'Note: You are %s hour behind server time.', + 'Note: You are %s hours behind server time.', + timezoneOffset + ); + } + message = interpolate(message, [timezoneOffset]); + + var $warning = $('<span>'); + $warning.attr('class', warningClass); + $warning.text(message); + + $(inp).parent() + .append($('<br>')) + .append($warning); + }, + // Add clock widget to a given field + addClock: function(inp) { + var num = DateTimeShortcuts.clockInputs.length; + DateTimeShortcuts.clockInputs[num] = inp; + DateTimeShortcuts.dismissClockFunc[num] = function() { DateTimeShortcuts.dismissClock(num); return true; }; + + // Shortcut links (clock icon and "Now" link) + var shortcuts_span = document.createElement('span'); + shortcuts_span.className = DateTimeShortcuts.shortCutsClass; + inp.parentNode.insertBefore(shortcuts_span, inp.nextSibling); + var now_link = document.createElement('a'); + now_link.setAttribute('href', "#"); + now_link.appendChild(document.createTextNode(gettext('Now'))); + addEvent(now_link, 'click', function(e) { + e.preventDefault(); + DateTimeShortcuts.handleClockQuicklink(num, -1); + }); + var clock_link = document.createElement('a'); + clock_link.setAttribute('href', '#'); + clock_link.id = DateTimeShortcuts.clockLinkName + num; + addEvent(clock_link, 'click', function(e) { + e.preventDefault(); + // avoid triggering the document click handler to dismiss the clock + e.stopPropagation(); + DateTimeShortcuts.openClock(num); + }); + + quickElement( + 'span', clock_link, '', + 'class', 'clock-icon', + 'title', gettext('Choose a Time') + ); + shortcuts_span.appendChild(document.createTextNode('\u00A0')); + shortcuts_span.appendChild(now_link); + shortcuts_span.appendChild(document.createTextNode('\u00A0|\u00A0')); + shortcuts_span.appendChild(clock_link); + + // Create clock link div + // + // Markup looks like: + // <div id="clockbox1" class="clockbox module"> + // <h2>Choose a time</h2> + // <ul class="timelist"> + // <li><a href="#">Now</a></li> + // <li><a href="#">Midnight</a></li> + // <li><a href="#">6 a.m.</a></li> + // <li><a href="#">Noon</a></li> + // <li><a href="#">6 p.m.</a></li> + // </ul> + // <p class="calendar-cancel"><a href="#">Cancel</a></p> + // </div> + + var clock_box = document.createElement('div'); + clock_box.style.display = 'none'; + clock_box.style.position = 'absolute'; + clock_box.className = 'clockbox module'; + clock_box.setAttribute('id', DateTimeShortcuts.clockDivName + num); + document.body.appendChild(clock_box); + addEvent(clock_box, 'click', cancelEventPropagation); + + quickElement('h2', clock_box, gettext('Choose a time')); + var time_list = quickElement('ul', clock_box); + time_list.className = 'timelist'; + var time_link = quickElement("a", quickElement("li", time_list), gettext("Now"), "href", "#"); + addEvent(time_link, 'click', function(e) { + e.preventDefault(); + DateTimeShortcuts.handleClockQuicklink(num, -1); + }); + time_link = quickElement("a", quickElement("li", time_list), gettext("Midnight"), "href", "#"); + addEvent(time_link, 'click', function(e) { + e.preventDefault(); + DateTimeShortcuts.handleClockQuicklink(num, 0); + }); + time_link = quickElement("a", quickElement("li", time_list), gettext("6 a.m."), "href", "#"); + addEvent(time_link, 'click', function(e) { + e.preventDefault(); + DateTimeShortcuts.handleClockQuicklink(num, 6); + }); + time_link = quickElement("a", quickElement("li", time_list), gettext("Noon"), "href", "#"); + addEvent(time_link, 'click', function(e) { + e.preventDefault(); + DateTimeShortcuts.handleClockQuicklink(num, 12); + }); + time_link = quickElement("a", quickElement("li", time_list), gettext("6 p.m."), "href", "#"); + addEvent(time_link, 'click', function(e) { + e.preventDefault(); + DateTimeShortcuts.handleClockQuicklink(num, 18); + }); + + var cancel_p = quickElement('p', clock_box); + cancel_p.className = 'calendar-cancel'; + var cancel_link = quickElement('a', cancel_p, gettext('Cancel'), 'href', '#'); + addEvent(cancel_link, 'click', function(e) { + e.preventDefault(); + DateTimeShortcuts.dismissClock(num); + }); + + django.jQuery(document).bind('keyup', function(event) { + if (event.which === 27) { + // ESC key closes popup + DateTimeShortcuts.dismissClock(num); + event.preventDefault(); + } + }); + }, + openClock: function(num) { + var clock_box = document.getElementById(DateTimeShortcuts.clockDivName + num); + var clock_link = document.getElementById(DateTimeShortcuts.clockLinkName + num); + + // Recalculate the clockbox position + // is it left-to-right or right-to-left layout ? + if (getStyle(document.body, 'direction') !== 'rtl') { + clock_box.style.left = findPosX(clock_link) + 17 + 'px'; + } + else { + // since style's width is in em, it'd be tough to calculate + // px value of it. let's use an estimated px for now + // TODO: IE returns wrong value for findPosX when in rtl mode + // (it returns as it was left aligned), needs to be fixed. + clock_box.style.left = findPosX(clock_link) - 110 + 'px'; + } + clock_box.style.top = Math.max(0, findPosY(clock_link) - 30) + 'px'; + + // Show the clock box + clock_box.style.display = 'block'; + addEvent(document, 'click', DateTimeShortcuts.dismissClockFunc[num]); + }, + dismissClock: function(num) { + document.getElementById(DateTimeShortcuts.clockDivName + num).style.display = 'none'; + removeEvent(document, 'click', DateTimeShortcuts.dismissClockFunc[num]); + }, + handleClockQuicklink: function(num, val) { + var d; + if (val === -1) { + d = DateTimeShortcuts.now(); + } + else { + d = new Date(1970, 1, 1, val, 0, 0, 0); + } + DateTimeShortcuts.clockInputs[num].value = d.strftime(get_format('TIME_INPUT_FORMATS')[0]); + DateTimeShortcuts.clockInputs[num].focus(); + DateTimeShortcuts.dismissClock(num); + }, + // Add calendar widget to a given field. + addCalendar: function(inp) { + var num = DateTimeShortcuts.calendars.length; + + DateTimeShortcuts.calendarInputs[num] = inp; + DateTimeShortcuts.dismissCalendarFunc[num] = function() { DateTimeShortcuts.dismissCalendar(num); return true; }; + + // Shortcut links (calendar icon and "Today" link) + var shortcuts_span = document.createElement('span'); + shortcuts_span.className = DateTimeShortcuts.shortCutsClass; + inp.parentNode.insertBefore(shortcuts_span, inp.nextSibling); + var today_link = document.createElement('a'); + today_link.setAttribute('href', '#'); + today_link.appendChild(document.createTextNode(gettext('Today'))); + addEvent(today_link, 'click', function(e) { + e.preventDefault(); + DateTimeShortcuts.handleCalendarQuickLink(num, 0); + }); + var cal_link = document.createElement('a'); + cal_link.setAttribute('href', '#'); + cal_link.id = DateTimeShortcuts.calendarLinkName + num; + addEvent(cal_link, 'click', function(e) { + e.preventDefault(); + // avoid triggering the document click handler to dismiss the calendar + e.stopPropagation(); + DateTimeShortcuts.openCalendar(num); + }); + quickElement( + 'span', cal_link, '', + 'class', 'date-icon', + 'title', gettext('Choose a Date') + ); + shortcuts_span.appendChild(document.createTextNode('\u00A0')); + shortcuts_span.appendChild(today_link); + shortcuts_span.appendChild(document.createTextNode('\u00A0|\u00A0')); + shortcuts_span.appendChild(cal_link); + + // Create calendarbox div. + // + // Markup looks like: + // + // <div id="calendarbox3" class="calendarbox module"> + // <h2> + // <a href="#" class="link-previous">‹</a> + // <a href="#" class="link-next">›</a> February 2003 + // </h2> + // <div class="calendar" id="calendarin3"> + // <!-- (cal) --> + // </div> + // <div class="calendar-shortcuts"> + // <a href="#">Yesterday</a> | <a href="#">Today</a> | <a href="#">Tomorrow</a> + // </div> + // <p class="calendar-cancel"><a href="#">Cancel</a></p> + // </div> + var cal_box = document.createElement('div'); + cal_box.style.display = 'none'; + cal_box.style.position = 'absolute'; + cal_box.className = 'calendarbox module'; + cal_box.setAttribute('id', DateTimeShortcuts.calendarDivName1 + num); + document.body.appendChild(cal_box); + addEvent(cal_box, 'click', cancelEventPropagation); + + // next-prev links + var cal_nav = quickElement('div', cal_box); + var cal_nav_prev = quickElement('a', cal_nav, '<', 'href', '#'); + cal_nav_prev.className = 'calendarnav-previous'; + addEvent(cal_nav_prev, 'click', function(e) { + e.preventDefault(); + DateTimeShortcuts.drawPrev(num); + }); + + var cal_nav_next = quickElement('a', cal_nav, '>', 'href', '#'); + cal_nav_next.className = 'calendarnav-next'; + addEvent(cal_nav_next, 'click', function(e) { + e.preventDefault(); + DateTimeShortcuts.drawNext(num); + }); + + // main box + var cal_main = quickElement('div', cal_box, '', 'id', DateTimeShortcuts.calendarDivName2 + num); + cal_main.className = 'calendar'; + DateTimeShortcuts.calendars[num] = new Calendar(DateTimeShortcuts.calendarDivName2 + num, DateTimeShortcuts.handleCalendarCallback(num)); + DateTimeShortcuts.calendars[num].drawCurrent(); + + // calendar shortcuts + var shortcuts = quickElement('div', cal_box); + shortcuts.className = 'calendar-shortcuts'; + var day_link = quickElement('a', shortcuts, gettext('Yesterday'), 'href', '#'); + addEvent(day_link, 'click', function(e) { + e.preventDefault(); + DateTimeShortcuts.handleCalendarQuickLink(num, -1); + }); + shortcuts.appendChild(document.createTextNode('\u00A0|\u00A0')); + day_link = quickElement('a', shortcuts, gettext('Today'), 'href', '#'); + addEvent(day_link, 'click', function(e) { + e.preventDefault(); + DateTimeShortcuts.handleCalendarQuickLink(num, 0); + }); + shortcuts.appendChild(document.createTextNode('\u00A0|\u00A0')); + day_link = quickElement('a', shortcuts, gettext('Tomorrow'), 'href', '#'); + addEvent(day_link, 'click', function(e) { + e.preventDefault(); + DateTimeShortcuts.handleCalendarQuickLink(num, +1); + }); + + // cancel bar + var cancel_p = quickElement('p', cal_box); + cancel_p.className = 'calendar-cancel'; + var cancel_link = quickElement('a', cancel_p, gettext('Cancel'), 'href', '#'); + addEvent(cancel_link, 'click', function(e) { + e.preventDefault(); + DateTimeShortcuts.dismissCalendar(num); + }); + django.jQuery(document).bind('keyup', function(event) { + if (event.which === 27) { + // ESC key closes popup + DateTimeShortcuts.dismissCalendar(num); + event.preventDefault(); + } + }); + }, + openCalendar: function(num) { + var cal_box = document.getElementById(DateTimeShortcuts.calendarDivName1 + num); + var cal_link = document.getElementById(DateTimeShortcuts.calendarLinkName + num); + var inp = DateTimeShortcuts.calendarInputs[num]; + + // Determine if the current value in the input has a valid date. + // If so, draw the calendar with that date's year and month. + if (inp.value) { + var format = get_format('DATE_INPUT_FORMATS')[0]; + var selected = inp.value.strptime(format); + var year = selected.getUTCFullYear(); + var month = selected.getUTCMonth() + 1; + var re = /\d{4}/; + if (re.test(year.toString()) && month >= 1 && month <= 12) { + DateTimeShortcuts.calendars[num].drawDate(month, year, selected); + } + } + + // Recalculate the clockbox position + // is it left-to-right or right-to-left layout ? + if (getStyle(document.body, 'direction') !== 'rtl') { + cal_box.style.left = findPosX(cal_link) + 17 + 'px'; + } + else { + // since style's width is in em, it'd be tough to calculate + // px value of it. let's use an estimated px for now + // TODO: IE returns wrong value for findPosX when in rtl mode + // (it returns as it was left aligned), needs to be fixed. + cal_box.style.left = findPosX(cal_link) - 180 + 'px'; + } + cal_box.style.top = Math.max(0, findPosY(cal_link) - 75) + 'px'; + + cal_box.style.display = 'block'; + addEvent(document, 'click', DateTimeShortcuts.dismissCalendarFunc[num]); + }, + dismissCalendar: function(num) { + document.getElementById(DateTimeShortcuts.calendarDivName1 + num).style.display = 'none'; + removeEvent(document, 'click', DateTimeShortcuts.dismissCalendarFunc[num]); + }, + drawPrev: function(num) { + DateTimeShortcuts.calendars[num].drawPreviousMonth(); + }, + drawNext: function(num) { + DateTimeShortcuts.calendars[num].drawNextMonth(); + }, + handleCalendarCallback: function(num) { + var format = get_format('DATE_INPUT_FORMATS')[0]; + // the format needs to be escaped a little + format = format.replace('\\', '\\\\'); + format = format.replace('\r', '\\r'); + format = format.replace('\n', '\\n'); + format = format.replace('\t', '\\t'); + format = format.replace("'", "\\'"); + return function(y, m, d) { + DateTimeShortcuts.calendarInputs[num].value = new Date(y, m - 1, d).strftime(format); + DateTimeShortcuts.calendarInputs[num].focus(); + document.getElementById(DateTimeShortcuts.calendarDivName1 + num).style.display = 'none'; + }; + }, + handleCalendarQuickLink: function(num, offset) { + var d = DateTimeShortcuts.now(); + d.setDate(d.getDate() + offset); + DateTimeShortcuts.calendarInputs[num].value = d.strftime(get_format('DATE_INPUT_FORMATS')[0]); + DateTimeShortcuts.calendarInputs[num].focus(); + DateTimeShortcuts.dismissCalendar(num); + } + }; + + addEvent(window, 'load', DateTimeShortcuts.init); + window.DateTimeShortcuts = DateTimeShortcuts; +})(); diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/admin/RelatedObjectLookups.js b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/admin/RelatedObjectLookups.js new file mode 100644 index 0000000..d2dda89 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/admin/RelatedObjectLookups.js @@ -0,0 +1,175 @@ +/*global SelectBox, interpolate*/ +// Handles related-objects functionality: lookup link for raw_id_fields +// and Add Another links. + +(function($) { + 'use strict'; + + // IE doesn't accept periods or dashes in the window name, but the element IDs + // we use to generate popup window names may contain them, therefore we map them + // to allowed characters in a reversible way so that we can locate the correct + // element when the popup window is dismissed. + function id_to_windowname(text) { + text = text.replace(/\./g, '__dot__'); + text = text.replace(/\-/g, '__dash__'); + return text; + } + + function windowname_to_id(text) { + text = text.replace(/__dot__/g, '.'); + text = text.replace(/__dash__/g, '-'); + return text; + } + + function showAdminPopup(triggeringLink, name_regexp, add_popup) { + var name = triggeringLink.id.replace(name_regexp, ''); + name = id_to_windowname(name); + var href = triggeringLink.href; + if (add_popup) { + if (href.indexOf('?') === -1) { + href += '?_popup=1'; + } else { + href += '&_popup=1'; + } + } + var win = window.open(href, name, 'height=500,width=800,resizable=yes,scrollbars=yes'); + win.focus(); + return false; + } + + function showRelatedObjectLookupPopup(triggeringLink) { + return showAdminPopup(triggeringLink, /^lookup_/, true); + } + + function dismissRelatedLookupPopup(win, chosenId) { + var name = windowname_to_id(win.name); + var elem = document.getElementById(name); + if (elem.className.indexOf('vManyToManyRawIdAdminField') !== -1 && elem.value) { + elem.value += ',' + chosenId; + } else { + document.getElementById(name).value = chosenId; + } + win.close(); + } + + function showRelatedObjectPopup(triggeringLink) { + return showAdminPopup(triggeringLink, /^(change|add|delete)_/, false); + } + + function updateRelatedObjectLinks(triggeringLink) { + var $this = $(triggeringLink); + var siblings = $this.nextAll('.change-related, .delete-related'); + if (!siblings.length) { + return; + } + var value = $this.val(); + if (value) { + siblings.each(function() { + var elm = $(this); + elm.attr('href', elm.attr('data-href-template').replace('__fk__', value)); + }); + } else { + siblings.removeAttr('href'); + } + } + + function dismissAddRelatedObjectPopup(win, newId, newRepr) { + var name = windowname_to_id(win.name); + var elem = document.getElementById(name); + if (elem) { + var elemName = elem.nodeName.toUpperCase(); + if (elemName === 'SELECT') { + elem.options[elem.options.length] = new Option(newRepr, newId, true, true); + } else if (elemName === 'INPUT') { + if (elem.className.indexOf('vManyToManyRawIdAdminField') !== -1 && elem.value) { + elem.value += ',' + newId; + } else { + elem.value = newId; + } + } + // Trigger a change event to update related links if required. + $(elem).trigger('change'); + } else { + var toId = name + "_to"; + var o = new Option(newRepr, newId); + SelectBox.add_to_cache(toId, o); + SelectBox.redisplay(toId); + } + win.close(); + } + + function dismissChangeRelatedObjectPopup(win, objId, newRepr, newId) { + var id = windowname_to_id(win.name).replace(/^edit_/, ''); + var selectsSelector = interpolate('#%s, #%s_from, #%s_to', [id, id, id]); + var selects = $(selectsSelector); + selects.find('option').each(function() { + if (this.value === objId) { + this.textContent = newRepr; + this.value = newId; + } + }); + win.close(); + } + + function dismissDeleteRelatedObjectPopup(win, objId) { + var id = windowname_to_id(win.name).replace(/^delete_/, ''); + var selectsSelector = interpolate('#%s, #%s_from, #%s_to', [id, id, id]); + var selects = $(selectsSelector); + selects.find('option').each(function() { + if (this.value === objId) { + $(this).remove(); + } + }).trigger('change'); + win.close(); + } + + // Global for testing purposes + window.id_to_windowname = id_to_windowname; + window.windowname_to_id = windowname_to_id; + + window.showRelatedObjectLookupPopup = showRelatedObjectLookupPopup; + window.dismissRelatedLookupPopup = dismissRelatedLookupPopup; + window.showRelatedObjectPopup = showRelatedObjectPopup; + window.updateRelatedObjectLinks = updateRelatedObjectLinks; + window.dismissAddRelatedObjectPopup = dismissAddRelatedObjectPopup; + window.dismissChangeRelatedObjectPopup = dismissChangeRelatedObjectPopup; + window.dismissDeleteRelatedObjectPopup = dismissDeleteRelatedObjectPopup; + + // Kept for backward compatibility + window.showAddAnotherPopup = showRelatedObjectPopup; + window.dismissAddAnotherPopup = dismissAddRelatedObjectPopup; + + $(document).ready(function() { + $("a[data-popup-opener]").click(function(event) { + event.preventDefault(); + opener.dismissRelatedLookupPopup(window, $(this).data("popup-opener")); + }); + $('body').on('click', '.related-widget-wrapper-link', function(e) { + e.preventDefault(); + if (this.href) { + var event = $.Event('django:show-related', {href: this.href}); + $(this).trigger(event); + if (!event.isDefaultPrevented()) { + showRelatedObjectPopup(this); + } + } + }); + $('body').on('change', '.related-widget-wrapper select', function(e) { + var event = $.Event('django:update-related'); + $(this).trigger(event); + if (!event.isDefaultPrevented()) { + updateRelatedObjectLinks(this); + } + }); + $('.related-widget-wrapper select').trigger('change'); + $('.related-lookup').click(function(e) { + e.preventDefault(); + var event = $.Event('django:lookup-related'); + $(this).trigger(event); + if (!event.isDefaultPrevented()) { + showRelatedObjectLookupPopup(this); + } + }); + }); + +})(django.jQuery); diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/calendar.js b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/calendar.js new file mode 100644 index 0000000..5765560 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/calendar.js @@ -0,0 +1,208 @@ +/*global gettext, pgettext, get_format, quickElement, removeChildren, addEvent*/ +/* +calendar.js - Calendar functions by Adrian Holovaty +depends on core.js for utility functions like removeChildren or quickElement +*/ + +(function() { + 'use strict'; + // CalendarNamespace -- Provides a collection of HTML calendar-related helper functions + var CalendarNamespace = { + monthsOfYear: [ + gettext('January'), + gettext('February'), + gettext('March'), + gettext('April'), + gettext('May'), + gettext('June'), + gettext('July'), + gettext('August'), + gettext('September'), + gettext('October'), + gettext('November'), + gettext('December') + ], + daysOfWeek: [ + pgettext('one letter Sunday', 'S'), + pgettext('one letter Monday', 'M'), + pgettext('one letter Tuesday', 'T'), + pgettext('one letter Wednesday', 'W'), + pgettext('one letter Thursday', 'T'), + pgettext('one letter Friday', 'F'), + pgettext('one letter Saturday', 'S') + ], + firstDayOfWeek: parseInt(get_format('FIRST_DAY_OF_WEEK')), + isLeapYear: function(year) { + return (((year % 4) === 0) && ((year % 100) !== 0 ) || ((year % 400) === 0)); + }, + getDaysInMonth: function(month, year) { + var days; + if (month === 1 || month === 3 || month === 5 || month === 7 || month === 8 || month === 10 || month === 12) { + days = 31; + } + else if (month === 4 || month === 6 || month === 9 || month === 11) { + days = 30; + } + else if (month === 2 && CalendarNamespace.isLeapYear(year)) { + days = 29; + } + else { + days = 28; + } + return days; + }, + draw: function(month, year, div_id, callback, selected) { // month = 1-12, year = 1-9999 + var today = new Date(); + var todayDay = today.getDate(); + var todayMonth = today.getMonth() + 1; + var todayYear = today.getFullYear(); + var todayClass = ''; + + // Use UTC functions here because the date field does not contain time + // and using the UTC function variants prevent the local time offset + // from altering the date, specifically the day field. For example: + // + // ``` + // var x = new Date('2013-10-02'); + // var day = x.getDate(); + // ``` + // + // The day variable above will be 1 instead of 2 in, say, US Pacific time + // zone. + var isSelectedMonth = false; + if (typeof selected !== 'undefined') { + isSelectedMonth = (selected.getUTCFullYear() === year && (selected.getUTCMonth() + 1) === month); + } + + month = parseInt(month); + year = parseInt(year); + var calDiv = document.getElementById(div_id); + removeChildren(calDiv); + var calTable = document.createElement('table'); + quickElement('caption', calTable, CalendarNamespace.monthsOfYear[month - 1] + ' ' + year); + var tableBody = quickElement('tbody', calTable); + + // Draw days-of-week header + var tableRow = quickElement('tr', tableBody); + for (var i = 0; i < 7; i++) { + quickElement('th', tableRow, CalendarNamespace.daysOfWeek[(i + CalendarNamespace.firstDayOfWeek) % 7]); + } + + var startingPos = new Date(year, month - 1, 1 - CalendarNamespace.firstDayOfWeek).getDay(); + var days = CalendarNamespace.getDaysInMonth(month, year); + + var nonDayCell; + + // Draw blanks before first of month + tableRow = quickElement('tr', tableBody); + for (i = 0; i < startingPos; i++) { + nonDayCell = quickElement('td', tableRow, ' '); + nonDayCell.className = "nonday"; + } + + function calendarMonth(y, m) { + function onClick(e) { + e.preventDefault(); + callback(y, m, django.jQuery(this).text()); + } + return onClick; + } + + // Draw days of month + var currentDay = 1; + for (i = startingPos; currentDay <= days; i++) { + if (i % 7 === 0 && currentDay !== 1) { + tableRow = quickElement('tr', tableBody); + } + if ((currentDay === todayDay) && (month === todayMonth) && (year === todayYear)) { + todayClass = 'today'; + } else { + todayClass = ''; + } + + // use UTC function; see above for explanation. + if (isSelectedMonth && currentDay === selected.getUTCDate()) { + if (todayClass !== '') { + todayClass += " "; + } + todayClass += "selected"; + } + + var cell = quickElement('td', tableRow, '', 'class', todayClass); + var link = quickElement('a', cell, currentDay, 'href', '#'); + addEvent(link, 'click', calendarMonth(year, month)); + currentDay++; + } + + // Draw blanks after end of month (optional, but makes for valid code) + while (tableRow.childNodes.length < 7) { + nonDayCell = quickElement('td', tableRow, ' '); + nonDayCell.className = "nonday"; + } + + calDiv.appendChild(calTable); + } + }; + + // Calendar -- A calendar instance + function Calendar(div_id, callback, selected) { + // div_id (string) is the ID of the element in which the calendar will + // be displayed + // callback (string) is the name of a JavaScript function that will be + // called with the parameters (year, month, day) when a day in the + // calendar is clicked + this.div_id = div_id; + this.callback = callback; + this.today = new Date(); + this.currentMonth = this.today.getMonth() + 1; + this.currentYear = this.today.getFullYear(); + if (typeof selected !== 'undefined') { + this.selected = selected; + } + } + Calendar.prototype = { + drawCurrent: function() { + CalendarNamespace.draw(this.currentMonth, this.currentYear, this.div_id, this.callback, this.selected); + }, + drawDate: function(month, year, selected) { + this.currentMonth = month; + this.currentYear = year; + + if(selected) { + this.selected = selected; + } + + this.drawCurrent(); + }, + drawPreviousMonth: function() { + if (this.currentMonth === 1) { + this.currentMonth = 12; + this.currentYear--; + } + else { + this.currentMonth--; + } + this.drawCurrent(); + }, + drawNextMonth: function() { + if (this.currentMonth === 12) { + this.currentMonth = 1; + this.currentYear++; + } + else { + this.currentMonth++; + } + this.drawCurrent(); + }, + drawPreviousYear: function() { + this.currentYear--; + this.drawCurrent(); + }, + drawNextYear: function() { + this.currentYear++; + this.drawCurrent(); + } + }; + window.Calendar = Calendar; + window.CalendarNamespace = CalendarNamespace; +})(); diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/cancel.js b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/cancel.js new file mode 100644 index 0000000..b641387 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/cancel.js @@ -0,0 +1,9 @@ +(function($) { + 'use strict'; + $(function() { + $('.cancel-link').click(function(e) { + e.preventDefault(); + window.history.back(); + }); + }); +})(django.jQuery); diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/change_form.js b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/change_form.js new file mode 100644 index 0000000..994b523 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/change_form.js @@ -0,0 +1,20 @@ +/*global showAddAnotherPopup, showRelatedObjectLookupPopup showRelatedObjectPopup updateRelatedObjectLinks*/ + +(function($) { + 'use strict'; + $(document).ready(function() { + var modelName = $('#django-admin-form-add-constants').data('modelName'); + $('.add-another').click(function(e) { + e.preventDefault(); + var event = $.Event('django:add-another-related'); + $(this).trigger(event); + if (!event.isDefaultPrevented()) { + showAddAnotherPopup(this); + } + }); + + if (modelName) { + $('form#' + modelName + '_form :input:visible:enabled:first').focus(); + } + }); +})(django.jQuery); diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/collapse.js b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/collapse.js new file mode 100644 index 0000000..7cb9362 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/collapse.js @@ -0,0 +1,26 @@ +/*global gettext*/ +(function($) { + 'use strict'; + $(document).ready(function() { + // Add anchor tag for Show/Hide link + $("fieldset.collapse").each(function(i, elem) { + // Don't hide if fields in this fieldset have errors + if ($(elem).find("div.errors").length === 0) { + $(elem).addClass("collapsed").find("h2").first().append(' (<a id="fieldsetcollapser' + + i + '" class="collapse-toggle" href="#">' + gettext("Show") + + '</a>)'); + } + }); + // Add toggle to anchor tag + $("fieldset.collapse a.collapse-toggle").click(function(ev) { + if ($(this).closest("fieldset").hasClass("collapsed")) { + // Show + $(this).text(gettext("Hide")).closest("fieldset").removeClass("collapsed").trigger("show.fieldset", [$(this).attr("id")]); + } else { + // Hide + $(this).text(gettext("Show")).closest("fieldset").addClass("collapsed").trigger("hide.fieldset", [$(this).attr("id")]); + } + return false; + }); + }); +})(django.jQuery); diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/collapse.min.js b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/collapse.min.js new file mode 100644 index 0000000..6251d91 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/collapse.min.js @@ -0,0 +1,2 @@ +(function(a){a(document).ready(function(){a("fieldset.collapse").each(function(b,c){0===a(c).find("div.errors").length&&a(c).addClass("collapsed").find("h2").first().append(' (<a id="fieldsetcollapser'+b+'" class="collapse-toggle" href="#">'+gettext("Show")+"</a>)")});a("fieldset.collapse a.collapse-toggle").click(function(b){a(this).closest("fieldset").hasClass("collapsed")?a(this).text(gettext("Hide")).closest("fieldset").removeClass("collapsed").trigger("show.fieldset",[a(this).attr("id")]):a(this).text(gettext("Show")).closest("fieldset").addClass("collapsed").trigger("hide.fieldset", +[a(this).attr("id")]);return!1})})})(django.jQuery); diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/core.js b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/core.js new file mode 100644 index 0000000..edccdc0 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/core.js @@ -0,0 +1,250 @@ +// Core javascript helper functions + +// basic browser identification & version +var isOpera = (navigator.userAgent.indexOf("Opera") >= 0) && parseFloat(navigator.appVersion); +var isIE = ((document.all) && (!isOpera)) && parseFloat(navigator.appVersion.split("MSIE ")[1].split(";")[0]); + +// Cross-browser event handlers. +function addEvent(obj, evType, fn) { + 'use strict'; + if (obj.addEventListener) { + obj.addEventListener(evType, fn, false); + return true; + } else if (obj.attachEvent) { + var r = obj.attachEvent("on" + evType, fn); + return r; + } else { + return false; + } +} + +function removeEvent(obj, evType, fn) { + 'use strict'; + if (obj.removeEventListener) { + obj.removeEventListener(evType, fn, false); + return true; + } else if (obj.detachEvent) { + obj.detachEvent("on" + evType, fn); + return true; + } else { + return false; + } +} + +function cancelEventPropagation(e) { + 'use strict'; + if (!e) { + e = window.event; + } + e.cancelBubble = true; + if (e.stopPropagation) { + e.stopPropagation(); + } +} + +// quickElement(tagType, parentReference [, textInChildNode, attribute, attributeValue ...]); +function quickElement() { + 'use strict'; + var obj = document.createElement(arguments[0]); + if (arguments[2]) { + var textNode = document.createTextNode(arguments[2]); + obj.appendChild(textNode); + } + var len = arguments.length; + for (var i = 3; i < len; i += 2) { + obj.setAttribute(arguments[i], arguments[i + 1]); + } + arguments[1].appendChild(obj); + return obj; +} + +// "a" is reference to an object +function removeChildren(a) { + 'use strict'; + while (a.hasChildNodes()) { + a.removeChild(a.lastChild); + } +} + +// ---------------------------------------------------------------------------- +// Find-position functions by PPK +// See http://www.quirksmode.org/js/findpos.html +// ---------------------------------------------------------------------------- +function findPosX(obj) { + 'use strict'; + var curleft = 0; + if (obj.offsetParent) { + while (obj.offsetParent) { + curleft += obj.offsetLeft - ((isOpera) ? 0 : obj.scrollLeft); + obj = obj.offsetParent; + } + // IE offsetParent does not include the top-level + if (isIE && obj.parentElement) { + curleft += obj.offsetLeft - obj.scrollLeft; + } + } else if (obj.x) { + curleft += obj.x; + } + return curleft; +} + +function findPosY(obj) { + 'use strict'; + var curtop = 0; + if (obj.offsetParent) { + while (obj.offsetParent) { + curtop += obj.offsetTop - ((isOpera) ? 0 : obj.scrollTop); + obj = obj.offsetParent; + } + // IE offsetParent does not include the top-level + if (isIE && obj.parentElement) { + curtop += obj.offsetTop - obj.scrollTop; + } + } else if (obj.y) { + curtop += obj.y; + } + return curtop; +} + +//----------------------------------------------------------------------------- +// Date object extensions +// ---------------------------------------------------------------------------- +(function() { + 'use strict'; + Date.prototype.getTwelveHours = function() { + var hours = this.getHours(); + if (hours === 0) { + return 12; + } + else { + return hours <= 12 ? hours : hours - 12; + } + }; + + Date.prototype.getTwoDigitMonth = function() { + return (this.getMonth() < 9) ? '0' + (this.getMonth() + 1) : (this.getMonth() + 1); + }; + + Date.prototype.getTwoDigitDate = function() { + return (this.getDate() < 10) ? '0' + this.getDate() : this.getDate(); + }; + + Date.prototype.getTwoDigitTwelveHour = function() { + return (this.getTwelveHours() < 10) ? '0' + this.getTwelveHours() : this.getTwelveHours(); + }; + + Date.prototype.getTwoDigitHour = function() { + return (this.getHours() < 10) ? '0' + this.getHours() : this.getHours(); + }; + + Date.prototype.getTwoDigitMinute = function() { + return (this.getMinutes() < 10) ? '0' + this.getMinutes() : this.getMinutes(); + }; + + Date.prototype.getTwoDigitSecond = function() { + return (this.getSeconds() < 10) ? '0' + this.getSeconds() : this.getSeconds(); + }; + + Date.prototype.getHourMinute = function() { + return this.getTwoDigitHour() + ':' + this.getTwoDigitMinute(); + }; + + Date.prototype.getHourMinuteSecond = function() { + return this.getTwoDigitHour() + ':' + this.getTwoDigitMinute() + ':' + this.getTwoDigitSecond(); + }; + + Date.prototype.getFullMonthName = function() { + return typeof window.CalendarNamespace === "undefined" + ? this.getTwoDigitMonth() + : window.CalendarNamespace.monthsOfYear[this.getMonth()]; + }; + + Date.prototype.strftime = function(format) { + var fields = { + B: this.getFullMonthName(), + c: this.toString(), + d: this.getTwoDigitDate(), + H: this.getTwoDigitHour(), + I: this.getTwoDigitTwelveHour(), + m: this.getTwoDigitMonth(), + M: this.getTwoDigitMinute(), + p: (this.getHours() >= 12) ? 'PM' : 'AM', + S: this.getTwoDigitSecond(), + w: '0' + this.getDay(), + x: this.toLocaleDateString(), + X: this.toLocaleTimeString(), + y: ('' + this.getFullYear()).substr(2, 4), + Y: '' + this.getFullYear(), + '%': '%' + }; + var result = '', i = 0; + while (i < format.length) { + if (format.charAt(i) === '%') { + result = result + fields[format.charAt(i + 1)]; + ++i; + } + else { + result = result + format.charAt(i); + } + ++i; + } + return result; + }; + +// ---------------------------------------------------------------------------- +// String object extensions +// ---------------------------------------------------------------------------- + String.prototype.pad_left = function(pad_length, pad_string) { + var new_string = this; + for (var i = 0; new_string.length < pad_length; i++) { + new_string = pad_string + new_string; + } + return new_string; + }; + + String.prototype.strptime = function(format) { + var split_format = format.split(/[.\-/]/); + var date = this.split(/[.\-/]/); + var i = 0; + var day, month, year; + while (i < split_format.length) { + switch (split_format[i]) { + case "%d": + day = date[i]; + break; + case "%m": + month = date[i] - 1; + break; + case "%Y": + year = date[i]; + break; + case "%y": + year = date[i]; + break; + } + ++i; + } + // Create Date object from UTC since the parsed value is supposed to be + // in UTC, not local time. Also, the calendar uses UTC functions for + // date extraction. + return new Date(Date.UTC(year, month, day)); + }; + +})(); +// ---------------------------------------------------------------------------- +// Get the computed style for and element +// ---------------------------------------------------------------------------- +function getStyle(oElm, strCssRule) { + 'use strict'; + var strValue = ""; + if(document.defaultView && document.defaultView.getComputedStyle) { + strValue = document.defaultView.getComputedStyle(oElm, "").getPropertyValue(strCssRule); + } + else if(oElm.currentStyle) { + strCssRule = strCssRule.replace(/\-(\w)/g, function(strMatch, p1) { + return p1.toUpperCase(); + }); + strValue = oElm.currentStyle[strCssRule]; + } + return strValue; +} diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/inlines.js b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/inlines.js new file mode 100644 index 0000000..a284d76 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/inlines.js @@ -0,0 +1,290 @@ +/*global DateTimeShortcuts, SelectFilter*/ +/** + * Django admin inlines + * + * Based on jQuery Formset 1.1 + * @author Stanislaus Madueke (stan DOT madueke AT gmail DOT com) + * @requires jQuery 1.2.6 or later + * + * Copyright (c) 2009, Stanislaus Madueke + * All rights reserved. + * + * Spiced up with Code from Zain Memon's GSoC project 2009 + * and modified for Django by Jannis Leidel, Travis Swicegood and Julien Phalip. + * + * Licensed under the New BSD License + * See: http://www.opensource.org/licenses/bsd-license.php + */ +(function($) { + 'use strict'; + $.fn.formset = function(opts) { + var options = $.extend({}, $.fn.formset.defaults, opts); + var $this = $(this); + var $parent = $this.parent(); + var updateElementIndex = function(el, prefix, ndx) { + var id_regex = new RegExp("(" + prefix + "-(\\d+|__prefix__))"); + var replacement = prefix + "-" + ndx; + if ($(el).prop("for")) { + $(el).prop("for", $(el).prop("for").replace(id_regex, replacement)); + } + if (el.id) { + el.id = el.id.replace(id_regex, replacement); + } + if (el.name) { + el.name = el.name.replace(id_regex, replacement); + } + }; + var totalForms = $("#id_" + options.prefix + "-TOTAL_FORMS").prop("autocomplete", "off"); + var nextIndex = parseInt(totalForms.val(), 10); + var maxForms = $("#id_" + options.prefix + "-MAX_NUM_FORMS").prop("autocomplete", "off"); + // only show the add button if we are allowed to add more items, + // note that max_num = None translates to a blank string. + var showAddButton = maxForms.val() === '' || (maxForms.val() - totalForms.val()) > 0; + $this.each(function(i) { + $(this).not("." + options.emptyCssClass).addClass(options.formCssClass); + }); + if ($this.length && showAddButton) { + var addButton; + if ($this.prop("tagName") === "TR") { + // If forms are laid out as table rows, insert the + // "add" button in a new table row: + var numCols = this.eq(-1).children().length; + $parent.append('<tr class="' + options.addCssClass + '"><td colspan="' + numCols + '"><a href="#">' + options.addText + "</a></tr>"); + addButton = $parent.find("tr:last a"); + } else { + // Otherwise, insert it immediately after the last form: + $this.filter(":last").after('<div class="' + options.addCssClass + '"><a href="#">' + options.addText + "</a></div>"); + addButton = $this.filter(":last").next().find("a"); + } + addButton.click(function(e) { + e.preventDefault(); + var template = $("#" + options.prefix + "-empty"); + var row = template.clone(true); + row.removeClass(options.emptyCssClass) + .addClass(options.formCssClass) + .attr("id", options.prefix + "-" + nextIndex); + if (row.is("tr")) { + // If the forms are laid out in table rows, insert + // the remove button into the last table cell: + row.children(":last").append('<div><a class="' + options.deleteCssClass + '" href="#">' + options.deleteText + "</a></div>"); + } else if (row.is("ul") || row.is("ol")) { + // If they're laid out as an ordered/unordered list, + // insert an <li> after the last list item: + row.append('<li><a class="' + options.deleteCssClass + '" href="#">' + options.deleteText + "</a></li>"); + } else { + // Otherwise, just insert the remove button as the + // last child element of the form's container: + row.children(":first").append('<span><a class="' + options.deleteCssClass + '" href="#">' + options.deleteText + "</a></span>"); + } + row.find("*").each(function() { + updateElementIndex(this, options.prefix, totalForms.val()); + }); + // Insert the new form when it has been fully edited + row.insertBefore($(template)); + // Update number of total forms + $(totalForms).val(parseInt(totalForms.val(), 10) + 1); + nextIndex += 1; + // Hide add button in case we've hit the max, except we want to add infinitely + if ((maxForms.val() !== '') && (maxForms.val() - totalForms.val()) <= 0) { + addButton.parent().hide(); + } + // The delete button of each row triggers a bunch of other things + row.find("a." + options.deleteCssClass).click(function(e1) { + e1.preventDefault(); + // Remove the parent form containing this button: + row.remove(); + nextIndex -= 1; + // If a post-delete callback was provided, call it with the deleted form: + if (options.removed) { + options.removed(row); + } + $(document).trigger('formset:removed', [row, options.prefix]); + // Update the TOTAL_FORMS form count. + var forms = $("." + options.formCssClass); + $("#id_" + options.prefix + "-TOTAL_FORMS").val(forms.length); + // Show add button again once we drop below max + if ((maxForms.val() === '') || (maxForms.val() - forms.length) > 0) { + addButton.parent().show(); + } + // Also, update names and ids for all remaining form controls + // so they remain in sequence: + var i, formCount; + var updateElementCallback = function() { + updateElementIndex(this, options.prefix, i); + }; + for (i = 0, formCount = forms.length; i < formCount; i++) { + updateElementIndex($(forms).get(i), options.prefix, i); + $(forms.get(i)).find("*").each(updateElementCallback); + } + }); + // If a post-add callback was supplied, call it with the added form: + if (options.added) { + options.added(row); + } + $(document).trigger('formset:added', [row, options.prefix]); + }); + } + return this; + }; + + /* Setup plugin defaults */ + $.fn.formset.defaults = { + prefix: "form", // The form prefix for your django formset + addText: "add another", // Text for the add link + deleteText: "remove", // Text for the delete link + addCssClass: "add-row", // CSS class applied to the add link + deleteCssClass: "delete-row", // CSS class applied to the delete link + emptyCssClass: "empty-row", // CSS class applied to the empty row + formCssClass: "dynamic-form", // CSS class applied to each form in a formset + added: null, // Function called each time a new form is added + removed: null // Function called each time a form is deleted + }; + + + // Tabular inlines --------------------------------------------------------- + $.fn.tabularFormset = function(options) { + var $rows = $(this); + var alternatingRows = function(row) { + $($rows.selector).not(".add-row").removeClass("row1 row2") + .filter(":even").addClass("row1").end() + .filter(":odd").addClass("row2"); + }; + + var reinitDateTimeShortCuts = function() { + // Reinitialize the calendar and clock widgets by force + if (typeof DateTimeShortcuts !== "undefined") { + $(".datetimeshortcuts").remove(); + DateTimeShortcuts.init(); + } + }; + + var updateSelectFilter = function() { + // If any SelectFilter widgets are a part of the new form, + // instantiate a new SelectFilter instance for it. + if (typeof SelectFilter !== 'undefined') { + $('.selectfilter').each(function(index, value) { + var namearr = value.name.split('-'); + SelectFilter.init(value.id, namearr[namearr.length - 1], false); + }); + $('.selectfilterstacked').each(function(index, value) { + var namearr = value.name.split('-'); + SelectFilter.init(value.id, namearr[namearr.length - 1], true); + }); + } + }; + + var initPrepopulatedFields = function(row) { + row.find('.prepopulated_field').each(function() { + var field = $(this), + input = field.find('input, select, textarea'), + dependency_list = input.data('dependency_list') || [], + dependencies = []; + $.each(dependency_list, function(i, field_name) { + dependencies.push('#' + row.find('.field-' + field_name).find('input, select, textarea').attr('id')); + }); + if (dependencies.length) { + input.prepopulate(dependencies, input.attr('maxlength')); + } + }); + }; + + $rows.formset({ + prefix: options.prefix, + addText: options.addText, + formCssClass: "dynamic-" + options.prefix, + deleteCssClass: "inline-deletelink", + deleteText: options.deleteText, + emptyCssClass: "empty-form", + removed: alternatingRows, + added: function(row) { + initPrepopulatedFields(row); + reinitDateTimeShortCuts(); + updateSelectFilter(); + alternatingRows(row); + } + }); + + return $rows; + }; + + // Stacked inlines --------------------------------------------------------- + $.fn.stackedFormset = function(options) { + var $rows = $(this); + var updateInlineLabel = function(row) { + $($rows.selector).find(".inline_label").each(function(i) { + var count = i + 1; + $(this).html($(this).html().replace(/(#\d+)/g, "#" + count)); + }); + }; + + var reinitDateTimeShortCuts = function() { + // Reinitialize the calendar and clock widgets by force, yuck. + if (typeof DateTimeShortcuts !== "undefined") { + $(".datetimeshortcuts").remove(); + DateTimeShortcuts.init(); + } + }; + + var updateSelectFilter = function() { + // If any SelectFilter widgets were added, instantiate a new instance. + if (typeof SelectFilter !== "undefined") { + $(".selectfilter").each(function(index, value) { + var namearr = value.name.split('-'); + SelectFilter.init(value.id, namearr[namearr.length - 1], false); + }); + $(".selectfilterstacked").each(function(index, value) { + var namearr = value.name.split('-'); + SelectFilter.init(value.id, namearr[namearr.length - 1], true); + }); + } + }; + + var initPrepopulatedFields = function(row) { + row.find('.prepopulated_field').each(function() { + var field = $(this), + input = field.find('input, select, textarea'), + dependency_list = input.data('dependency_list') || [], + dependencies = []; + $.each(dependency_list, function(i, field_name) { + dependencies.push('#' + row.find('.form-row .field-' + field_name).find('input, select, textarea').attr('id')); + }); + if (dependencies.length) { + input.prepopulate(dependencies, input.attr('maxlength')); + } + }); + }; + + $rows.formset({ + prefix: options.prefix, + addText: options.addText, + formCssClass: "dynamic-" + options.prefix, + deleteCssClass: "inline-deletelink", + deleteText: options.deleteText, + emptyCssClass: "empty-form", + removed: updateInlineLabel, + added: function(row) { + initPrepopulatedFields(row); + reinitDateTimeShortCuts(); + updateSelectFilter(); + updateInlineLabel(row); + } + }); + + return $rows; + }; + + $(document).ready(function() { + $(".js-inline-admin-formset").each(function() { + var data = $(this).data(), + inlineOptions = data.inlineFormset; + switch(data.inlineType) { + case "stacked": + $(inlineOptions.name + "-group .inline-related").stackedFormset(inlineOptions.options); + break; + case "tabular": + $(inlineOptions.name + "-group .tabular.inline-related tbody tr").tabularFormset(inlineOptions.options); + break; + } + }); + }); +})(django.jQuery); diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/inlines.min.js b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/inlines.min.js new file mode 100644 index 0000000..7e5228d --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/inlines.min.js @@ -0,0 +1,10 @@ +(function(c){c.fn.formset=function(b){var a=c.extend({},c.fn.formset.defaults,b),d=c(this);b=d.parent();var k=function(a,g,l){var b=new RegExp("("+g+"-(\\d+|__prefix__))");g=g+"-"+l;c(a).prop("for")&&c(a).prop("for",c(a).prop("for").replace(b,g));a.id&&(a.id=a.id.replace(b,g));a.name&&(a.name=a.name.replace(b,g))},e=c("#id_"+a.prefix+"-TOTAL_FORMS").prop("autocomplete","off"),l=parseInt(e.val(),10),g=c("#id_"+a.prefix+"-MAX_NUM_FORMS").prop("autocomplete","off"),h=""===g.val()||0<g.val()-e.val(); +d.each(function(g){c(this).not("."+a.emptyCssClass).addClass(a.formCssClass)});if(d.length&&h){var m;"TR"===d.prop("tagName")?(d=this.eq(-1).children().length,b.append('<tr class="'+a.addCssClass+'"><td colspan="'+d+'"><a href="#">'+a.addText+"</a></tr>"),m=b.find("tr:last a")):(d.filter(":last").after('<div class="'+a.addCssClass+'"><a href="#">'+a.addText+"</a></div>"),m=d.filter(":last").next().find("a"));m.click(function(b){b.preventDefault();b=c("#"+a.prefix+"-empty");var f=b.clone(!0);f.removeClass(a.emptyCssClass).addClass(a.formCssClass).attr("id", +a.prefix+"-"+l);f.is("tr")?f.children(":last").append('<div><a class="'+a.deleteCssClass+'" href="#">'+a.deleteText+"</a></div>"):f.is("ul")||f.is("ol")?f.append('<li><a class="'+a.deleteCssClass+'" href="#">'+a.deleteText+"</a></li>"):f.children(":first").append('<span><a class="'+a.deleteCssClass+'" href="#">'+a.deleteText+"</a></span>");f.find("*").each(function(){k(this,a.prefix,e.val())});f.insertBefore(c(b));c(e).val(parseInt(e.val(),10)+1);l+=1;""!==g.val()&&0>=g.val()-e.val()&&m.parent().hide(); +f.find("a."+a.deleteCssClass).click(function(b){b.preventDefault();f.remove();--l;a.removed&&a.removed(f);c(document).trigger("formset:removed",[f,a.prefix]);b=c("."+a.formCssClass);c("#id_"+a.prefix+"-TOTAL_FORMS").val(b.length);(""===g.val()||0<g.val()-b.length)&&m.parent().show();var h,d,e=function(){k(this,a.prefix,h)};h=0;for(d=b.length;h<d;h++)k(c(b).get(h),a.prefix,h),c(b.get(h)).find("*").each(e)});a.added&&a.added(f);c(document).trigger("formset:added",[f,a.prefix])})}return this};c.fn.formset.defaults= +{prefix:"form",addText:"add another",deleteText:"remove",addCssClass:"add-row",deleteCssClass:"delete-row",emptyCssClass:"empty-row",formCssClass:"dynamic-form",added:null,removed:null};c.fn.tabularFormset=function(b){var a=c(this),d=function(b){c(a.selector).not(".add-row").removeClass("row1 row2").filter(":even").addClass("row1").end().filter(":odd").addClass("row2")},k=function(){"undefined"!==typeof SelectFilter&&(c(".selectfilter").each(function(a,c){var b=c.name.split("-");SelectFilter.init(c.id, +b[b.length-1],!1)}),c(".selectfilterstacked").each(function(a,c){var b=c.name.split("-");SelectFilter.init(c.id,b[b.length-1],!0)}))},e=function(a){a.find(".prepopulated_field").each(function(){var b=c(this).find("input, select, textarea"),h=b.data("dependency_list")||[],d=[];c.each(h,function(c,b){d.push("#"+a.find(".field-"+b).find("input, select, textarea").attr("id"))});d.length&&b.prepopulate(d,b.attr("maxlength"))})};a.formset({prefix:b.prefix,addText:b.addText,formCssClass:"dynamic-"+b.prefix, +deleteCssClass:"inline-deletelink",deleteText:b.deleteText,emptyCssClass:"empty-form",removed:d,added:function(a){e(a);"undefined"!==typeof DateTimeShortcuts&&(c(".datetimeshortcuts").remove(),DateTimeShortcuts.init());k();d(a)}});return a};c.fn.stackedFormset=function(b){var a=c(this),d=function(b){c(a.selector).find(".inline_label").each(function(a){a+=1;c(this).html(c(this).html().replace(/(#\d+)/g,"#"+a))})},k=function(){"undefined"!==typeof SelectFilter&&(c(".selectfilter").each(function(a,c){var b= +c.name.split("-");SelectFilter.init(c.id,b[b.length-1],!1)}),c(".selectfilterstacked").each(function(a,c){var b=c.name.split("-");SelectFilter.init(c.id,b[b.length-1],!0)}))},e=function(a){a.find(".prepopulated_field").each(function(){var b=c(this).find("input, select, textarea"),d=b.data("dependency_list")||[],e=[];c.each(d,function(b,c){e.push("#"+a.find(".form-row .field-"+c).find("input, select, textarea").attr("id"))});e.length&&b.prepopulate(e,b.attr("maxlength"))})};a.formset({prefix:b.prefix, +addText:b.addText,formCssClass:"dynamic-"+b.prefix,deleteCssClass:"inline-deletelink",deleteText:b.deleteText,emptyCssClass:"empty-form",removed:d,added:function(a){e(a);"undefined"!==typeof DateTimeShortcuts&&(c(".datetimeshortcuts").remove(),DateTimeShortcuts.init());k();d(a)}});return a};c(document).ready(function(){c(".js-inline-admin-formset").each(function(){var b=c(this).data(),a=b.inlineFormset;switch(b.inlineType){case "stacked":c(a.name+"-group .inline-related").stackedFormset(a.options); +break;case "tabular":c(a.name+"-group .tabular.inline-related tbody tr").tabularFormset(a.options)}})})})(django.jQuery); diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/jquery.init.js b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/jquery.init.js new file mode 100644 index 0000000..f3ac162 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/jquery.init.js @@ -0,0 +1,8 @@ +/*global django:true, jQuery:false*/ +/* Puts the included jQuery into our own namespace using noConflict and passing + * it 'true'. This ensures that the included jQuery doesn't pollute the global + * namespace (i.e. this preserves pre-existing values for both window.$ and + * window.jQuery). + */ +var django = django || {}; +django.jQuery = jQuery.noConflict(true); diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/popup_response.js b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/popup_response.js new file mode 100644 index 0000000..b4a07e7 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/popup_response.js @@ -0,0 +1,16 @@ +/*global opener */ +(function() { + 'use strict'; + var initData = JSON.parse(document.getElementById('django-admin-popup-response-constants').dataset.popupResponse); + switch(initData.action) { + case 'change': + opener.dismissChangeRelatedObjectPopup(window, initData.value, initData.obj, initData.new_value); + break; + case 'delete': + opener.dismissDeleteRelatedObjectPopup(window, initData.value); + break; + default: + opener.dismissAddRelatedObjectPopup(window, initData.value, initData.obj); + break; + } +})(); diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/prepopulate.js b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/prepopulate.js new file mode 100644 index 0000000..5d4b0e8 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/prepopulate.js @@ -0,0 +1,42 @@ +/*global URLify*/ +(function($) { + 'use strict'; + $.fn.prepopulate = function(dependencies, maxLength, allowUnicode) { + /* + Depends on urlify.js + Populates a selected field with the values of the dependent fields, + URLifies and shortens the string. + dependencies - array of dependent fields ids + maxLength - maximum length of the URLify'd string + allowUnicode - Unicode support of the URLify'd string + */ + return this.each(function() { + var prepopulatedField = $(this); + + var populate = function() { + // Bail if the field's value has been changed by the user + if (prepopulatedField.data('_changed')) { + return; + } + + var values = []; + $.each(dependencies, function(i, field) { + field = $(field); + if (field.val().length > 0) { + values.push(field.val()); + } + }); + prepopulatedField.val(URLify(values.join(' '), maxLength, allowUnicode)); + }; + + prepopulatedField.data('_changed', false); + prepopulatedField.change(function() { + prepopulatedField.data('_changed', true); + }); + + if (!prepopulatedField.val()) { + $(dependencies.join(',')).keyup(populate).change(populate).focus(populate); + } + }); + }; +})(django.jQuery); diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/prepopulate.min.js b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/prepopulate.min.js new file mode 100644 index 0000000..75f3c17 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/prepopulate.min.js @@ -0,0 +1 @@ +(function(c){c.fn.prepopulate=function(e,f,g){return this.each(function(){var a=c(this),b=function(){if(!a.data("_changed")){var b=[];c.each(e,function(a,d){d=c(d);0<d.val().length&&b.push(d.val())});a.val(URLify(b.join(" "),f,g))}};a.data("_changed",!1);a.change(function(){a.data("_changed",!0)});a.val()||c(e.join(",")).keyup(b).change(b).focus(b)})}})(django.jQuery); diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/prepopulate_init.js b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/prepopulate_init.js new file mode 100644 index 0000000..184df92 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/prepopulate_init.js @@ -0,0 +1,10 @@ +(function($) { + 'use strict'; + var fields = $('#django-admin-prepopulated-fields-constants').data('prepopulatedFields'); + $.each(fields, function(index, field) { + $('.empty-form .form-row .field-' + field.name + ', .empty-form.form-row .field-' + field.name).addClass('prepopulated_field'); + $(field.id).data('dependency_list', field.dependency_list).prepopulate( + field.dependency_ids, field.maxLength, field.allowUnicode + ); + }); +})(django.jQuery); diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/timeparse.js b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/timeparse.js new file mode 100644 index 0000000..3cdc7ec --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/timeparse.js @@ -0,0 +1,106 @@ +(function() { + 'use strict'; + var timeParsePatterns = [ + // 9 + { + re: /^\d{1,2}$/i, + handler: function(bits) { + if (bits[0].length === 1) { + return '0' + bits[0] + ':00'; + } else { + return bits[0] + ':00'; + } + } + }, + // 13:00 + { + re: /^\d{2}[:.]\d{2}$/i, + handler: function(bits) { + return bits[0].replace('.', ':'); + } + }, + // 9:00 + { + re: /^\d[:.]\d{2}$/i, + handler: function(bits) { + return '0' + bits[0].replace('.', ':'); + } + }, + // 3 am / 3 a.m. / 3am + { + re: /^(\d+)\s*([ap])(?:.?m.?)?$/i, + handler: function(bits) { + var hour = parseInt(bits[1]); + if (hour === 12) { + hour = 0; + } + if (bits[2].toLowerCase() === 'p') { + if (hour === 12) { + hour = 0; + } + return (hour + 12) + ':00'; + } else { + if (hour < 10) { + return '0' + hour + ':00'; + } else { + return hour + ':00'; + } + } + } + }, + // 3.30 am / 3:15 a.m. / 3.00am + { + re: /^(\d+)[.:](\d{2})\s*([ap]).?m.?$/i, + handler: function(bits) { + var hour = parseInt(bits[1]); + var mins = parseInt(bits[2]); + if (mins < 10) { + mins = '0' + mins; + } + if (hour === 12) { + hour = 0; + } + if (bits[3].toLowerCase() === 'p') { + if (hour === 12) { + hour = 0; + } + return (hour + 12) + ':' + mins; + } else { + if (hour < 10) { + return '0' + hour + ':' + mins; + } else { + return hour + ':' + mins; + } + } + } + }, + // noon + { + re: /^no/i, + handler: function(bits) { + return '12:00'; + } + }, + // midnight + { + re: /^mid/i, + handler: function(bits) { + return '00:00'; + } + } + ]; + + function parseTimeString(s) { + for (var i = 0; i < timeParsePatterns.length; i++) { + var re = timeParsePatterns[i].re; + var handler = timeParsePatterns[i].handler; + var bits = re.exec(s); + if (bits) { + return handler(bits); + } + } + return s; + } + + window.parseTimeString = parseTimeString; +})(); diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/urlify.js b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/urlify.js new file mode 100644 index 0000000..9dcbc82 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/urlify.js @@ -0,0 +1,179 @@ +/*global XRegExp*/ +(function() { + 'use strict'; + + var LATIN_MAP = { + 'À': 'A', 'Á': 'A', 'Â': 'A', 'Ã': 'A', 'Ä': 'A', 'Å': 'A', 'Æ': 'AE', + 'Ç': 'C', 'È': 'E', 'É': 'E', 'Ê': 'E', 'Ë': 'E', 'Ì': 'I', 'Í': 'I', + 'Î': 'I', 'Ï': 'I', 'Ð': 'D', 'Ñ': 'N', 'Ò': 'O', 'Ó': 'O', 'Ô': 'O', + 'Õ': 'O', 'Ö': 'O', 'Ő': 'O', 'Ø': 'O', 'Ù': 'U', 'Ú': 'U', 'Û': 'U', + 'Ü': 'U', 'Ű': 'U', 'Ý': 'Y', 'Þ': 'TH', 'Ÿ': 'Y', 'ß': 'ss', 'à': 'a', + 'á': 'a', 'â': 'a', 'ã': 'a', 'ä': 'a', 'å': 'a', 'æ': 'ae', 'ç': 'c', + 'è': 'e', 'é': 'e', 'ê': 'e', 'ë': 'e', 'ì': 'i', 'í': 'i', 'î': 'i', + 'ï': 'i', 'ð': 'd', 'ñ': 'n', 'ò': 'o', 'ó': 'o', 'ô': 'o', 'õ': 'o', + 'ö': 'o', 'ő': 'o', 'ø': 'o', 'ù': 'u', 'ú': 'u', 'û': 'u', 'ü': 'u', + 'ű': 'u', 'ý': 'y', 'þ': 'th', 'ÿ': 'y' + }; + var LATIN_SYMBOLS_MAP = { + '©': '(c)' + }; + var GREEK_MAP = { + 'α': 'a', 'β': 'b', 'γ': 'g', 'δ': 'd', 'ε': 'e', 'ζ': 'z', 'η': 'h', + 'θ': '8', 'ι': 'i', 'κ': 'k', 'λ': 'l', 'μ': 'm', 'ν': 'n', 'ξ': '3', + 'ο': 'o', 'π': 'p', 'ρ': 'r', 'σ': 's', 'τ': 't', 'υ': 'y', 'φ': 'f', + 'χ': 'x', 'ψ': 'ps', 'ω': 'w', 'ά': 'a', 'έ': 'e', 'ί': 'i', 'ό': 'o', + 'ύ': 'y', 'ή': 'h', 'ώ': 'w', 'ς': 's', 'ϊ': 'i', 'ΰ': 'y', 'ϋ': 'y', + 'ΐ': 'i', 'Α': 'A', 'Β': 'B', 'Γ': 'G', 'Δ': 'D', 'Ε': 'E', 'Ζ': 'Z', + 'Η': 'H', 'Θ': '8', 'Ι': 'I', 'Κ': 'K', 'Λ': 'L', 'Μ': 'M', 'Ν': 'N', + 'Ξ': '3', 'Ο': 'O', 'Π': 'P', 'Ρ': 'R', 'Σ': 'S', 'Τ': 'T', 'Υ': 'Y', + 'Φ': 'F', 'Χ': 'X', 'Ψ': 'PS', 'Ω': 'W', 'Ά': 'A', 'Έ': 'E', 'Ί': 'I', + 'Ό': 'O', 'Ύ': 'Y', 'Ή': 'H', 'Ώ': 'W', 'Ϊ': 'I', 'Ϋ': 'Y' + }; + var TURKISH_MAP = { + 'ş': 's', 'Ş': 'S', 'ı': 'i', 'İ': 'I', 'ç': 'c', 'Ç': 'C', 'ü': 'u', + 'Ü': 'U', 'ö': 'o', 'Ö': 'O', 'ğ': 'g', 'Ğ': 'G' + }; + var ROMANIAN_MAP = { + 'ă': 'a', 'î': 'i', 'ș': 's', 'ț': 't', 'â': 'a', + 'Ă': 'A', 'Î': 'I', 'Ș': 'S', 'Ț': 'T', 'Â': 'A' + }; + var RUSSIAN_MAP = { + 'а': 'a', 'б': 'b', 'в': 'v', 'г': 'g', 'д': 'd', 'е': 'e', 'ё': 'yo', + 'ж': 'zh', 'з': 'z', 'и': 'i', 'й': 'j', 'к': 'k', 'л': 'l', 'м': 'm', + 'н': 'n', 'о': 'o', 'п': 'p', 'р': 'r', 'с': 's', 'т': 't', 'у': 'u', + 'ф': 'f', 'х': 'h', 'ц': 'c', 'ч': 'ch', 'ш': 'sh', 'щ': 'sh', 'ъ': '', + 'ы': 'y', 'ь': '', 'э': 'e', 'ю': 'yu', 'я': 'ya', + 'А': 'A', 'Б': 'B', 'В': 'V', 'Г': 'G', 'Д': 'D', 'Е': 'E', 'Ё': 'Yo', + 'Ж': 'Zh', 'З': 'Z', 'И': 'I', 'Й': 'J', 'К': 'K', 'Л': 'L', 'М': 'M', + 'Н': 'N', 'О': 'O', 'П': 'P', 'Р': 'R', 'С': 'S', 'Т': 'T', 'У': 'U', + 'Ф': 'F', 'Х': 'H', 'Ц': 'C', 'Ч': 'Ch', 'Ш': 'Sh', 'Щ': 'Sh', 'Ъ': '', + 'Ы': 'Y', 'Ь': '', 'Э': 'E', 'Ю': 'Yu', 'Я': 'Ya' + }; + var UKRAINIAN_MAP = { + 'Є': 'Ye', 'І': 'I', 'Ї': 'Yi', 'Ґ': 'G', 'є': 'ye', 'і': 'i', + 'ї': 'yi', 'ґ': 'g' + }; + var CZECH_MAP = { + 'č': 'c', 'ď': 'd', 'ě': 'e', 'ň': 'n', 'ř': 'r', 'š': 's', 'ť': 't', + 'ů': 'u', 'ž': 'z', 'Č': 'C', 'Ď': 'D', 'Ě': 'E', 'Ň': 'N', 'Ř': 'R', + 'Š': 'S', 'Ť': 'T', 'Ů': 'U', 'Ž': 'Z' + }; + var POLISH_MAP = { + 'ą': 'a', 'ć': 'c', 'ę': 'e', 'ł': 'l', 'ń': 'n', 'ó': 'o', 'ś': 's', + 'ź': 'z', 'ż': 'z', + 'Ą': 'A', 'Ć': 'C', 'Ę': 'E', 'Ł': 'L', 'Ń': 'N', 'Ó': 'O', 'Ś': 'S', + 'Ź': 'Z', 'Ż': 'Z' + }; + var LATVIAN_MAP = { + 'ā': 'a', 'č': 'c', 'ē': 'e', 'ģ': 'g', 'ī': 'i', 'ķ': 'k', 'ļ': 'l', + 'ņ': 'n', 'š': 's', 'ū': 'u', 'ž': 'z', + 'Ā': 'A', 'Č': 'C', 'Ē': 'E', 'Ģ': 'G', 'Ī': 'I', 'Ķ': 'K', 'Ļ': 'L', + 'Ņ': 'N', 'Š': 'S', 'Ū': 'U', 'Ž': 'Z' + }; + var ARABIC_MAP = { + 'أ': 'a', 'ب': 'b', 'ت': 't', 'ث': 'th', 'ج': 'g', 'ح': 'h', 'خ': 'kh', 'د': 'd', + 'ذ': 'th', 'ر': 'r', 'ز': 'z', 'س': 's', 'ش': 'sh', 'ص': 's', 'ض': 'd', 'ط': 't', + 'ظ': 'th', 'ع': 'aa', 'غ': 'gh', 'ف': 'f', 'ق': 'k', 'ك': 'k', 'ل': 'l', 'م': 'm', + 'ن': 'n', 'ه': 'h', 'و': 'o', 'ي': 'y' + }; + var LITHUANIAN_MAP = { + 'ą': 'a', 'č': 'c', 'ę': 'e', 'ė': 'e', 'į': 'i', 'š': 's', 'ų': 'u', + 'ū': 'u', 'ž': 'z', + 'Ą': 'A', 'Č': 'C', 'Ę': 'E', 'Ė': 'E', 'Į': 'I', 'Š': 'S', 'Ų': 'U', + 'Ū': 'U', 'Ž': 'Z' + }; + var SERBIAN_MAP = { + 'ђ': 'dj', 'ј': 'j', 'љ': 'lj', 'њ': 'nj', 'ћ': 'c', 'џ': 'dz', + 'đ': 'dj', 'Ђ': 'Dj', 'Ј': 'j', 'Љ': 'Lj', 'Њ': 'Nj', 'Ћ': 'C', + 'Џ': 'Dz', 'Đ': 'Dj' + }; + var AZERBAIJANI_MAP = { + 'ç': 'c', 'ə': 'e', 'ğ': 'g', 'ı': 'i', 'ö': 'o', 'ş': 's', 'ü': 'u', + 'Ç': 'C', 'Ə': 'E', 'Ğ': 'G', 'İ': 'I', 'Ö': 'O', 'Ş': 'S', 'Ü': 'U' + }; + var GEORGIAN_MAP = { + 'ა': 'a', 'ბ': 'b', 'გ': 'g', 'დ': 'd', 'ე': 'e', 'ვ': 'v', 'ზ': 'z', + 'თ': 't', 'ი': 'i', 'კ': 'k', 'ლ': 'l', 'მ': 'm', 'ნ': 'n', 'ო': 'o', + 'პ': 'p', 'ჟ': 'j', 'რ': 'r', 'ს': 's', 'ტ': 't', 'უ': 'u', 'ფ': 'f', + 'ქ': 'q', 'ღ': 'g', 'ყ': 'y', 'შ': 'sh', 'ჩ': 'ch', 'ც': 'c', 'ძ': 'dz', + 'წ': 'w', 'ჭ': 'ch', 'ხ': 'x', 'ჯ': 'j', 'ჰ': 'h' + }; + + var ALL_DOWNCODE_MAPS = [ + LATIN_MAP, + LATIN_SYMBOLS_MAP, + GREEK_MAP, + TURKISH_MAP, + ROMANIAN_MAP, + RUSSIAN_MAP, + UKRAINIAN_MAP, + CZECH_MAP, + POLISH_MAP, + LATVIAN_MAP, + ARABIC_MAP, + LITHUANIAN_MAP, + SERBIAN_MAP, + AZERBAIJANI_MAP, + GEORGIAN_MAP + ]; + + var Downcoder = { + 'Initialize': function() { + if (Downcoder.map) { // already made + return; + } + Downcoder.map = {}; + Downcoder.chars = []; + for (var i = 0; i < ALL_DOWNCODE_MAPS.length; i++) { + var lookup = ALL_DOWNCODE_MAPS[i]; + for (var c in lookup) { + if (lookup.hasOwnProperty(c)) { + Downcoder.map[c] = lookup[c]; + } + } + } + for (var k in Downcoder.map) { + if (Downcoder.map.hasOwnProperty(k)) { + Downcoder.chars.push(k); + } + } + Downcoder.regex = new RegExp(Downcoder.chars.join('|'), 'g'); + } + }; + + function downcode(slug) { + Downcoder.Initialize(); + return slug.replace(Downcoder.regex, function(m) { + return Downcoder.map[m]; + }); + } + + + function URLify(s, num_chars, allowUnicode) { + // changes, e.g., "Petty theft" to "petty-theft" + // remove all these words from the string before urlifying + if (!allowUnicode) { + s = downcode(s); + } + var removelist = [ + "a", "an", "as", "at", "before", "but", "by", "for", "from", "is", + "in", "into", "like", "of", "off", "on", "onto", "per", "since", + "than", "the", "this", "that", "to", "up", "via", "with" + ]; + var r = new RegExp('\\b(' + removelist.join('|') + ')\\b', 'gi'); + s = s.replace(r, ''); + // if downcode doesn't hit, the char will be stripped here + if (allowUnicode) { + // Keep Unicode letters including both lowercase and uppercase + // characters, whitespace, and dash; remove other characters. + s = XRegExp.replace(s, XRegExp('[^-_\\p{L}\\p{N}\\s]', 'g'), ''); + } else { + s = s.replace(/[^-\w\s]/g, ''); // remove unneeded chars + } + s = s.replace(/^\s+|\s+$/g, ''); // trim leading/trailing spaces + s = s.replace(/[-\s]+/g, '-'); // convert spaces to hyphens + s = s.toLowerCase(); // convert to lowercase + return s.substring(0, num_chars); // trim to first num_chars chars + } + window.URLify = URLify; +})(); diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/LICENSE-JQUERY.txt b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/LICENSE-JQUERY.txt new file mode 100644 index 0000000..d930e62 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/LICENSE-JQUERY.txt @@ -0,0 +1,26 @@ +Copyright jQuery Foundation and other contributors, https://jquery.org/ + +This software consists of voluntary contributions made by many +individuals. For exact contribution history, see the revision history +available at https://github.com/jquery/jquery + +==== + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/jquery.js b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/jquery.js new file mode 100644 index 0000000..3854747 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/jquery.js @@ -0,0 +1,9842 @@ +/*! + * jQuery JavaScript Library v2.2.3 + * http://jquery.com/ + * + * Includes Sizzle.js + * http://sizzlejs.com/ + * + * Copyright jQuery Foundation and other contributors + * Released under the MIT license + * http://jquery.org/license + * + * Date: 2016-04-05T19:26Z + */ + +(function( global, factory ) { + + if ( typeof module === "object" && typeof module.exports === "object" ) { + // For CommonJS and CommonJS-like environments where a proper `window` + // is present, execute the factory and get jQuery. + // For environments that do not have a `window` with a `document` + // (such as Node.js), expose a factory as module.exports. + // This accentuates the need for the creation of a real `window`. + // e.g. var jQuery = require("jquery")(window); + // See ticket #14549 for more info. + module.exports = global.document ? + factory( global, true ) : + function( w ) { + if ( !w.document ) { + throw new Error( "jQuery requires a window with a document" ); + } + return factory( w ); + }; + } else { + factory( global ); + } + +// Pass this if window is not defined yet +}(typeof window !== "undefined" ? window : this, function( window, noGlobal ) { + +// Support: Firefox 18+ +// Can't be in strict mode, several libs including ASP.NET trace +// the stack via arguments.caller.callee and Firefox dies if +// you try to trace through "use strict" call chains. (#13335) +//"use strict"; +var arr = []; + +var document = window.document; + +var slice = arr.slice; + +var concat = arr.concat; + +var push = arr.push; + +var indexOf = arr.indexOf; + +var class2type = {}; + +var toString = class2type.toString; + +var hasOwn = class2type.hasOwnProperty; + +var support = {}; + + + +var + version = "2.2.3", + + // Define a local copy of jQuery + jQuery = function( selector, context ) { + + // The jQuery object is actually just the init constructor 'enhanced' + // Need init if jQuery is called (just allow error to be thrown if not included) + return new jQuery.fn.init( selector, context ); + }, + + // Support: Android<4.1 + // Make sure we trim BOM and NBSP + rtrim = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, + + // Matches dashed string for camelizing + rmsPrefix = /^-ms-/, + rdashAlpha = /-([\da-z])/gi, + + // Used by jQuery.camelCase as callback to replace() + fcamelCase = function( all, letter ) { + return letter.toUpperCase(); + }; + +jQuery.fn = jQuery.prototype = { + + // The current version of jQuery being used + jquery: version, + + constructor: jQuery, + + // Start with an empty selector + selector: "", + + // The default length of a jQuery object is 0 + length: 0, + + toArray: function() { + return slice.call( this ); + }, + + // Get the Nth element in the matched element set OR + // Get the whole matched element set as a clean array + get: function( num ) { + return num != null ? + + // Return just the one element from the set + ( num < 0 ? this[ num + this.length ] : this[ num ] ) : + + // Return all the elements in a clean array + slice.call( this ); + }, + + // Take an array of elements and push it onto the stack + // (returning the new matched element set) + pushStack: function( elems ) { + + // Build a new jQuery matched element set + var ret = jQuery.merge( this.constructor(), elems ); + + // Add the old object onto the stack (as a reference) + ret.prevObject = this; + ret.context = this.context; + + // Return the newly-formed element set + return ret; + }, + + // Execute a callback for every element in the matched set. + each: function( callback ) { + return jQuery.each( this, callback ); + }, + + map: function( callback ) { + return this.pushStack( jQuery.map( this, function( elem, i ) { + return callback.call( elem, i, elem ); + } ) ); + }, + + slice: function() { + return this.pushStack( slice.apply( this, arguments ) ); + }, + + first: function() { + return this.eq( 0 ); + }, + + last: function() { + return this.eq( -1 ); + }, + + eq: function( i ) { + var len = this.length, + j = +i + ( i < 0 ? len : 0 ); + return this.pushStack( j >= 0 && j < len ? [ this[ j ] ] : [] ); + }, + + end: function() { + return this.prevObject || this.constructor(); + }, + + // For internal use only. + // Behaves like an Array's method, not like a jQuery method. + push: push, + sort: arr.sort, + splice: arr.splice +}; + +jQuery.extend = jQuery.fn.extend = function() { + var options, name, src, copy, copyIsArray, clone, + target = arguments[ 0 ] || {}, + i = 1, + length = arguments.length, + deep = false; + + // Handle a deep copy situation + if ( typeof target === "boolean" ) { + deep = target; + + // Skip the boolean and the target + target = arguments[ i ] || {}; + i++; + } + + // Handle case when target is a string or something (possible in deep copy) + if ( typeof target !== "object" && !jQuery.isFunction( target ) ) { + target = {}; + } + + // Extend jQuery itself if only one argument is passed + if ( i === length ) { + target = this; + i--; + } + + for ( ; i < length; i++ ) { + + // Only deal with non-null/undefined values + if ( ( options = arguments[ i ] ) != null ) { + + // Extend the base object + for ( name in options ) { + src = target[ name ]; + copy = options[ name ]; + + // Prevent never-ending loop + if ( target === copy ) { + continue; + } + + // Recurse if we're merging plain objects or arrays + if ( deep && copy && ( jQuery.isPlainObject( copy ) || + ( copyIsArray = jQuery.isArray( copy ) ) ) ) { + + if ( copyIsArray ) { + copyIsArray = false; + clone = src && jQuery.isArray( src ) ? src : []; + + } else { + clone = src && jQuery.isPlainObject( src ) ? src : {}; + } + + // Never move original objects, clone them + target[ name ] = jQuery.extend( deep, clone, copy ); + + // Don't bring in undefined values + } else if ( copy !== undefined ) { + target[ name ] = copy; + } + } + } + } + + // Return the modified object + return target; +}; + +jQuery.extend( { + + // Unique for each copy of jQuery on the page + expando: "jQuery" + ( version + Math.random() ).replace( /\D/g, "" ), + + // Assume jQuery is ready without the ready module + isReady: true, + + error: function( msg ) { + throw new Error( msg ); + }, + + noop: function() {}, + + isFunction: function( obj ) { + return jQuery.type( obj ) === "function"; + }, + + isArray: Array.isArray, + + isWindow: function( obj ) { + return obj != null && obj === obj.window; + }, + + isNumeric: function( obj ) { + + // parseFloat NaNs numeric-cast false positives (null|true|false|"") + // ...but misinterprets leading-number strings, particularly hex literals ("0x...") + // subtraction forces infinities to NaN + // adding 1 corrects loss of precision from parseFloat (#15100) + var realStringObj = obj && obj.toString(); + return !jQuery.isArray( obj ) && ( realStringObj - parseFloat( realStringObj ) + 1 ) >= 0; + }, + + isPlainObject: function( obj ) { + var key; + + // Not plain objects: + // - Any object or value whose internal [[Class]] property is not "[object Object]" + // - DOM nodes + // - window + if ( jQuery.type( obj ) !== "object" || obj.nodeType || jQuery.isWindow( obj ) ) { + return false; + } + + // Not own constructor property must be Object + if ( obj.constructor && + !hasOwn.call( obj, "constructor" ) && + !hasOwn.call( obj.constructor.prototype || {}, "isPrototypeOf" ) ) { + return false; + } + + // Own properties are enumerated firstly, so to speed up, + // if last one is own, then all properties are own + for ( key in obj ) {} + + return key === undefined || hasOwn.call( obj, key ); + }, + + isEmptyObject: function( obj ) { + var name; + for ( name in obj ) { + return false; + } + return true; + }, + + type: function( obj ) { + if ( obj == null ) { + return obj + ""; + } + + // Support: Android<4.0, iOS<6 (functionish RegExp) + return typeof obj === "object" || typeof obj === "function" ? + class2type[ toString.call( obj ) ] || "object" : + typeof obj; + }, + + // Evaluates a script in a global context + globalEval: function( code ) { + var script, + indirect = eval; + + code = jQuery.trim( code ); + + if ( code ) { + + // If the code includes a valid, prologue position + // strict mode pragma, execute code by injecting a + // script tag into the document. + if ( code.indexOf( "use strict" ) === 1 ) { + script = document.createElement( "script" ); + script.text = code; + document.head.appendChild( script ).parentNode.removeChild( script ); + } else { + + // Otherwise, avoid the DOM node creation, insertion + // and removal by using an indirect global eval + + indirect( code ); + } + } + }, + + // Convert dashed to camelCase; used by the css and data modules + // Support: IE9-11+ + // Microsoft forgot to hump their vendor prefix (#9572) + camelCase: function( string ) { + return string.replace( rmsPrefix, "ms-" ).replace( rdashAlpha, fcamelCase ); + }, + + nodeName: function( elem, name ) { + return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase(); + }, + + each: function( obj, callback ) { + var length, i = 0; + + if ( isArrayLike( obj ) ) { + length = obj.length; + for ( ; i < length; i++ ) { + if ( callback.call( obj[ i ], i, obj[ i ] ) === false ) { + break; + } + } + } else { + for ( i in obj ) { + if ( callback.call( obj[ i ], i, obj[ i ] ) === false ) { + break; + } + } + } + + return obj; + }, + + // Support: Android<4.1 + trim: function( text ) { + return text == null ? + "" : + ( text + "" ).replace( rtrim, "" ); + }, + + // results is for internal usage only + makeArray: function( arr, results ) { + var ret = results || []; + + if ( arr != null ) { + if ( isArrayLike( Object( arr ) ) ) { + jQuery.merge( ret, + typeof arr === "string" ? + [ arr ] : arr + ); + } else { + push.call( ret, arr ); + } + } + + return ret; + }, + + inArray: function( elem, arr, i ) { + return arr == null ? -1 : indexOf.call( arr, elem, i ); + }, + + merge: function( first, second ) { + var len = +second.length, + j = 0, + i = first.length; + + for ( ; j < len; j++ ) { + first[ i++ ] = second[ j ]; + } + + first.length = i; + + return first; + }, + + grep: function( elems, callback, invert ) { + var callbackInverse, + matches = [], + i = 0, + length = elems.length, + callbackExpect = !invert; + + // Go through the array, only saving the items + // that pass the validator function + for ( ; i < length; i++ ) { + callbackInverse = !callback( elems[ i ], i ); + if ( callbackInverse !== callbackExpect ) { + matches.push( elems[ i ] ); + } + } + + return matches; + }, + + // arg is for internal usage only + map: function( elems, callback, arg ) { + var length, value, + i = 0, + ret = []; + + // Go through the array, translating each of the items to their new values + if ( isArrayLike( elems ) ) { + length = elems.length; + for ( ; i < length; i++ ) { + value = callback( elems[ i ], i, arg ); + + if ( value != null ) { + ret.push( value ); + } + } + + // Go through every key on the object, + } else { + for ( i in elems ) { + value = callback( elems[ i ], i, arg ); + + if ( value != null ) { + ret.push( value ); + } + } + } + + // Flatten any nested arrays + return concat.apply( [], ret ); + }, + + // A global GUID counter for objects + guid: 1, + + // Bind a function to a context, optionally partially applying any + // arguments. + proxy: function( fn, context ) { + var tmp, args, proxy; + + if ( typeof context === "string" ) { + tmp = fn[ context ]; + context = fn; + fn = tmp; + } + + // Quick check to determine if target is callable, in the spec + // this throws a TypeError, but we will just return undefined. + if ( !jQuery.isFunction( fn ) ) { + return undefined; + } + + // Simulated bind + args = slice.call( arguments, 2 ); + proxy = function() { + return fn.apply( context || this, args.concat( slice.call( arguments ) ) ); + }; + + // Set the guid of unique handler to the same of original handler, so it can be removed + proxy.guid = fn.guid = fn.guid || jQuery.guid++; + + return proxy; + }, + + now: Date.now, + + // jQuery.support is not used in Core but other projects attach their + // properties to it so it needs to exist. + support: support +} ); + +// JSHint would error on this code due to the Symbol not being defined in ES5. +// Defining this global in .jshintrc would create a danger of using the global +// unguarded in another place, it seems safer to just disable JSHint for these +// three lines. +/* jshint ignore: start */ +if ( typeof Symbol === "function" ) { + jQuery.fn[ Symbol.iterator ] = arr[ Symbol.iterator ]; +} +/* jshint ignore: end */ + +// Populate the class2type map +jQuery.each( "Boolean Number String Function Array Date RegExp Object Error Symbol".split( " " ), +function( i, name ) { + class2type[ "[object " + name + "]" ] = name.toLowerCase(); +} ); + +function isArrayLike( obj ) { + + // Support: iOS 8.2 (not reproducible in simulator) + // `in` check used to prevent JIT error (gh-2145) + // hasOwn isn't used here due to false negatives + // regarding Nodelist length in IE + var length = !!obj && "length" in obj && obj.length, + type = jQuery.type( obj ); + + if ( type === "function" || jQuery.isWindow( obj ) ) { + return false; + } + + return type === "array" || length === 0 || + typeof length === "number" && length > 0 && ( length - 1 ) in obj; +} +var Sizzle = +/*! + * Sizzle CSS Selector Engine v2.2.1 + * http://sizzlejs.com/ + * + * Copyright jQuery Foundation and other contributors + * Released under the MIT license + * http://jquery.org/license + * + * Date: 2015-10-17 + */ +(function( window ) { + +var i, + support, + Expr, + getText, + isXML, + tokenize, + compile, + select, + outermostContext, + sortInput, + hasDuplicate, + + // Local document vars + setDocument, + document, + docElem, + documentIsHTML, + rbuggyQSA, + rbuggyMatches, + matches, + contains, + + // Instance-specific data + expando = "sizzle" + 1 * new Date(), + preferredDoc = window.document, + dirruns = 0, + done = 0, + classCache = createCache(), + tokenCache = createCache(), + compilerCache = createCache(), + sortOrder = function( a, b ) { + if ( a === b ) { + hasDuplicate = true; + } + return 0; + }, + + // General-purpose constants + MAX_NEGATIVE = 1 << 31, + + // Instance methods + hasOwn = ({}).hasOwnProperty, + arr = [], + pop = arr.pop, + push_native = arr.push, + push = arr.push, + slice = arr.slice, + // Use a stripped-down indexOf as it's faster than native + // http://jsperf.com/thor-indexof-vs-for/5 + indexOf = function( list, elem ) { + var i = 0, + len = list.length; + for ( ; i < len; i++ ) { + if ( list[i] === elem ) { + return i; + } + } + return -1; + }, + + booleans = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped", + + // Regular expressions + + // http://www.w3.org/TR/css3-selectors/#whitespace + whitespace = "[\\x20\\t\\r\\n\\f]", + + // http://www.w3.org/TR/CSS21/syndata.html#value-def-identifier + identifier = "(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+", + + // Attribute selectors: http://www.w3.org/TR/selectors/#attribute-selectors + attributes = "\\[" + whitespace + "*(" + identifier + ")(?:" + whitespace + + // Operator (capture 2) + "*([*^$|!~]?=)" + whitespace + + // "Attribute values must be CSS identifiers [capture 5] or strings [capture 3 or capture 4]" + "*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + identifier + "))|)" + whitespace + + "*\\]", + + pseudos = ":(" + identifier + ")(?:\\((" + + // To reduce the number of selectors needing tokenize in the preFilter, prefer arguments: + // 1. quoted (capture 3; capture 4 or capture 5) + "('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|" + + // 2. simple (capture 6) + "((?:\\\\.|[^\\\\()[\\]]|" + attributes + ")*)|" + + // 3. anything else (capture 2) + ".*" + + ")\\)|)", + + // Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter + rwhitespace = new RegExp( whitespace + "+", "g" ), + rtrim = new RegExp( "^" + whitespace + "+|((?:^|[^\\\\])(?:\\\\.)*)" + whitespace + "+$", "g" ), + + rcomma = new RegExp( "^" + whitespace + "*," + whitespace + "*" ), + rcombinators = new RegExp( "^" + whitespace + "*([>+~]|" + whitespace + ")" + whitespace + "*" ), + + rattributeQuotes = new RegExp( "=" + whitespace + "*([^\\]'\"]*?)" + whitespace + "*\\]", "g" ), + + rpseudo = new RegExp( pseudos ), + ridentifier = new RegExp( "^" + identifier + "$" ), + + matchExpr = { + "ID": new RegExp( "^#(" + identifier + ")" ), + "CLASS": new RegExp( "^\\.(" + identifier + ")" ), + "TAG": new RegExp( "^(" + identifier + "|[*])" ), + "ATTR": new RegExp( "^" + attributes ), + "PSEUDO": new RegExp( "^" + pseudos ), + "CHILD": new RegExp( "^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + whitespace + + "*(even|odd|(([+-]|)(\\d*)n|)" + whitespace + "*(?:([+-]|)" + whitespace + + "*(\\d+)|))" + whitespace + "*\\)|)", "i" ), + "bool": new RegExp( "^(?:" + booleans + ")$", "i" ), + // For use in libraries implementing .is() + // We use this for POS matching in `select` + "needsContext": new RegExp( "^" + whitespace + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + + whitespace + "*((?:-\\d)?\\d*)" + whitespace + "*\\)|)(?=[^-]|$)", "i" ) + }, + + rinputs = /^(?:input|select|textarea|button)$/i, + rheader = /^h\d$/i, + + rnative = /^[^{]+\{\s*\[native \w/, + + // Easily-parseable/retrievable ID or TAG or CLASS selectors + rquickExpr = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/, + + rsibling = /[+~]/, + rescape = /'|\\/g, + + // CSS escapes http://www.w3.org/TR/CSS21/syndata.html#escaped-characters + runescape = new RegExp( "\\\\([\\da-f]{1,6}" + whitespace + "?|(" + whitespace + ")|.)", "ig" ), + funescape = function( _, escaped, escapedWhitespace ) { + var high = "0x" + escaped - 0x10000; + // NaN means non-codepoint + // Support: Firefox<24 + // Workaround erroneous numeric interpretation of +"0x" + return high !== high || escapedWhitespace ? + escaped : + high < 0 ? + // BMP codepoint + String.fromCharCode( high + 0x10000 ) : + // Supplemental Plane codepoint (surrogate pair) + String.fromCharCode( high >> 10 | 0xD800, high & 0x3FF | 0xDC00 ); + }, + + // Used for iframes + // See setDocument() + // Removing the function wrapper causes a "Permission Denied" + // error in IE + unloadHandler = function() { + setDocument(); + }; + +// Optimize for push.apply( _, NodeList ) +try { + push.apply( + (arr = slice.call( preferredDoc.childNodes )), + preferredDoc.childNodes + ); + // Support: Android<4.0 + // Detect silently failing push.apply + arr[ preferredDoc.childNodes.length ].nodeType; +} catch ( e ) { + push = { apply: arr.length ? + + // Leverage slice if possible + function( target, els ) { + push_native.apply( target, slice.call(els) ); + } : + + // Support: IE<9 + // Otherwise append directly + function( target, els ) { + var j = target.length, + i = 0; + // Can't trust NodeList.length + while ( (target[j++] = els[i++]) ) {} + target.length = j - 1; + } + }; +} + +function Sizzle( selector, context, results, seed ) { + var m, i, elem, nid, nidselect, match, groups, newSelector, + newContext = context && context.ownerDocument, + + // nodeType defaults to 9, since context defaults to document + nodeType = context ? context.nodeType : 9; + + results = results || []; + + // Return early from calls with invalid selector or context + if ( typeof selector !== "string" || !selector || + nodeType !== 1 && nodeType !== 9 && nodeType !== 11 ) { + + return results; + } + + // Try to shortcut find operations (as opposed to filters) in HTML documents + if ( !seed ) { + + if ( ( context ? context.ownerDocument || context : preferredDoc ) !== document ) { + setDocument( context ); + } + context = context || document; + + if ( documentIsHTML ) { + + // If the selector is sufficiently simple, try using a "get*By*" DOM method + // (excepting DocumentFragment context, where the methods don't exist) + if ( nodeType !== 11 && (match = rquickExpr.exec( selector )) ) { + + // ID selector + if ( (m = match[1]) ) { + + // Document context + if ( nodeType === 9 ) { + if ( (elem = context.getElementById( m )) ) { + + // Support: IE, Opera, Webkit + // TODO: identify versions + // getElementById can match elements by name instead of ID + if ( elem.id === m ) { + results.push( elem ); + return results; + } + } else { + return results; + } + + // Element context + } else { + + // Support: IE, Opera, Webkit + // TODO: identify versions + // getElementById can match elements by name instead of ID + if ( newContext && (elem = newContext.getElementById( m )) && + contains( context, elem ) && + elem.id === m ) { + + results.push( elem ); + return results; + } + } + + // Type selector + } else if ( match[2] ) { + push.apply( results, context.getElementsByTagName( selector ) ); + return results; + + // Class selector + } else if ( (m = match[3]) && support.getElementsByClassName && + context.getElementsByClassName ) { + + push.apply( results, context.getElementsByClassName( m ) ); + return results; + } + } + + // Take advantage of querySelectorAll + if ( support.qsa && + !compilerCache[ selector + " " ] && + (!rbuggyQSA || !rbuggyQSA.test( selector )) ) { + + if ( nodeType !== 1 ) { + newContext = context; + newSelector = selector; + + // qSA looks outside Element context, which is not what we want + // Thanks to Andrew Dupont for this workaround technique + // Support: IE <=8 + // Exclude object elements + } else if ( context.nodeName.toLowerCase() !== "object" ) { + + // Capture the context ID, setting it first if necessary + if ( (nid = context.getAttribute( "id" )) ) { + nid = nid.replace( rescape, "\\$&" ); + } else { + context.setAttribute( "id", (nid = expando) ); + } + + // Prefix every selector in the list + groups = tokenize( selector ); + i = groups.length; + nidselect = ridentifier.test( nid ) ? "#" + nid : "[id='" + nid + "']"; + while ( i-- ) { + groups[i] = nidselect + " " + toSelector( groups[i] ); + } + newSelector = groups.join( "," ); + + // Expand context for sibling selectors + newContext = rsibling.test( selector ) && testContext( context.parentNode ) || + context; + } + + if ( newSelector ) { + try { + push.apply( results, + newContext.querySelectorAll( newSelector ) + ); + return results; + } catch ( qsaError ) { + } finally { + if ( nid === expando ) { + context.removeAttribute( "id" ); + } + } + } + } + } + } + + // All others + return select( selector.replace( rtrim, "$1" ), context, results, seed ); +} + +/** + * Create key-value caches of limited size + * @returns {function(string, object)} Returns the Object data after storing it on itself with + * property name the (space-suffixed) string and (if the cache is larger than Expr.cacheLength) + * deleting the oldest entry + */ +function createCache() { + var keys = []; + + function cache( key, value ) { + // Use (key + " ") to avoid collision with native prototype properties (see Issue #157) + if ( keys.push( key + " " ) > Expr.cacheLength ) { + // Only keep the most recent entries + delete cache[ keys.shift() ]; + } + return (cache[ key + " " ] = value); + } + return cache; +} + +/** + * Mark a function for special use by Sizzle + * @param {Function} fn The function to mark + */ +function markFunction( fn ) { + fn[ expando ] = true; + return fn; +} + +/** + * Support testing using an element + * @param {Function} fn Passed the created div and expects a boolean result + */ +function assert( fn ) { + var div = document.createElement("div"); + + try { + return !!fn( div ); + } catch (e) { + return false; + } finally { + // Remove from its parent by default + if ( div.parentNode ) { + div.parentNode.removeChild( div ); + } + // release memory in IE + div = null; + } +} + +/** + * Adds the same handler for all of the specified attrs + * @param {String} attrs Pipe-separated list of attributes + * @param {Function} handler The method that will be applied + */ +function addHandle( attrs, handler ) { + var arr = attrs.split("|"), + i = arr.length; + + while ( i-- ) { + Expr.attrHandle[ arr[i] ] = handler; + } +} + +/** + * Checks document order of two siblings + * @param {Element} a + * @param {Element} b + * @returns {Number} Returns less than 0 if a precedes b, greater than 0 if a follows b + */ +function siblingCheck( a, b ) { + var cur = b && a, + diff = cur && a.nodeType === 1 && b.nodeType === 1 && + ( ~b.sourceIndex || MAX_NEGATIVE ) - + ( ~a.sourceIndex || MAX_NEGATIVE ); + + // Use IE sourceIndex if available on both nodes + if ( diff ) { + return diff; + } + + // Check if b follows a + if ( cur ) { + while ( (cur = cur.nextSibling) ) { + if ( cur === b ) { + return -1; + } + } + } + + return a ? 1 : -1; +} + +/** + * Returns a function to use in pseudos for input types + * @param {String} type + */ +function createInputPseudo( type ) { + return function( elem ) { + var name = elem.nodeName.toLowerCase(); + return name === "input" && elem.type === type; + }; +} + +/** + * Returns a function to use in pseudos for buttons + * @param {String} type + */ +function createButtonPseudo( type ) { + return function( elem ) { + var name = elem.nodeName.toLowerCase(); + return (name === "input" || name === "button") && elem.type === type; + }; +} + +/** + * Returns a function to use in pseudos for positionals + * @param {Function} fn + */ +function createPositionalPseudo( fn ) { + return markFunction(function( argument ) { + argument = +argument; + return markFunction(function( seed, matches ) { + var j, + matchIndexes = fn( [], seed.length, argument ), + i = matchIndexes.length; + + // Match elements found at the specified indexes + while ( i-- ) { + if ( seed[ (j = matchIndexes[i]) ] ) { + seed[j] = !(matches[j] = seed[j]); + } + } + }); + }); +} + +/** + * Checks a node for validity as a Sizzle context + * @param {Element|Object=} context + * @returns {Element|Object|Boolean} The input node if acceptable, otherwise a falsy value + */ +function testContext( context ) { + return context && typeof context.getElementsByTagName !== "undefined" && context; +} + +// Expose support vars for convenience +support = Sizzle.support = {}; + +/** + * Detects XML nodes + * @param {Element|Object} elem An element or a document + * @returns {Boolean} True iff elem is a non-HTML XML node + */ +isXML = Sizzle.isXML = function( elem ) { + // documentElement is verified for cases where it doesn't yet exist + // (such as loading iframes in IE - #4833) + var documentElement = elem && (elem.ownerDocument || elem).documentElement; + return documentElement ? documentElement.nodeName !== "HTML" : false; +}; + +/** + * Sets document-related variables once based on the current document + * @param {Element|Object} [doc] An element or document object to use to set the document + * @returns {Object} Returns the current document + */ +setDocument = Sizzle.setDocument = function( node ) { + var hasCompare, parent, + doc = node ? node.ownerDocument || node : preferredDoc; + + // Return early if doc is invalid or already selected + if ( doc === document || doc.nodeType !== 9 || !doc.documentElement ) { + return document; + } + + // Update global variables + document = doc; + docElem = document.documentElement; + documentIsHTML = !isXML( document ); + + // Support: IE 9-11, Edge + // Accessing iframe documents after unload throws "permission denied" errors (jQuery #13936) + if ( (parent = document.defaultView) && parent.top !== parent ) { + // Support: IE 11 + if ( parent.addEventListener ) { + parent.addEventListener( "unload", unloadHandler, false ); + + // Support: IE 9 - 10 only + } else if ( parent.attachEvent ) { + parent.attachEvent( "onunload", unloadHandler ); + } + } + + /* Attributes + ---------------------------------------------------------------------- */ + + // Support: IE<8 + // Verify that getAttribute really returns attributes and not properties + // (excepting IE8 booleans) + support.attributes = assert(function( div ) { + div.className = "i"; + return !div.getAttribute("className"); + }); + + /* getElement(s)By* + ---------------------------------------------------------------------- */ + + // Check if getElementsByTagName("*") returns only elements + support.getElementsByTagName = assert(function( div ) { + div.appendChild( document.createComment("") ); + return !div.getElementsByTagName("*").length; + }); + + // Support: IE<9 + support.getElementsByClassName = rnative.test( document.getElementsByClassName ); + + // Support: IE<10 + // Check if getElementById returns elements by name + // The broken getElementById methods don't pick up programatically-set names, + // so use a roundabout getElementsByName test + support.getById = assert(function( div ) { + docElem.appendChild( div ).id = expando; + return !document.getElementsByName || !document.getElementsByName( expando ).length; + }); + + // ID find and filter + if ( support.getById ) { + Expr.find["ID"] = function( id, context ) { + if ( typeof context.getElementById !== "undefined" && documentIsHTML ) { + var m = context.getElementById( id ); + return m ? [ m ] : []; + } + }; + Expr.filter["ID"] = function( id ) { + var attrId = id.replace( runescape, funescape ); + return function( elem ) { + return elem.getAttribute("id") === attrId; + }; + }; + } else { + // Support: IE6/7 + // getElementById is not reliable as a find shortcut + delete Expr.find["ID"]; + + Expr.filter["ID"] = function( id ) { + var attrId = id.replace( runescape, funescape ); + return function( elem ) { + var node = typeof elem.getAttributeNode !== "undefined" && + elem.getAttributeNode("id"); + return node && node.value === attrId; + }; + }; + } + + // Tag + Expr.find["TAG"] = support.getElementsByTagName ? + function( tag, context ) { + if ( typeof context.getElementsByTagName !== "undefined" ) { + return context.getElementsByTagName( tag ); + + // DocumentFragment nodes don't have gEBTN + } else if ( support.qsa ) { + return context.querySelectorAll( tag ); + } + } : + + function( tag, context ) { + var elem, + tmp = [], + i = 0, + // By happy coincidence, a (broken) gEBTN appears on DocumentFragment nodes too + results = context.getElementsByTagName( tag ); + + // Filter out possible comments + if ( tag === "*" ) { + while ( (elem = results[i++]) ) { + if ( elem.nodeType === 1 ) { + tmp.push( elem ); + } + } + + return tmp; + } + return results; + }; + + // Class + Expr.find["CLASS"] = support.getElementsByClassName && function( className, context ) { + if ( typeof context.getElementsByClassName !== "undefined" && documentIsHTML ) { + return context.getElementsByClassName( className ); + } + }; + + /* QSA/matchesSelector + ---------------------------------------------------------------------- */ + + // QSA and matchesSelector support + + // matchesSelector(:active) reports false when true (IE9/Opera 11.5) + rbuggyMatches = []; + + // qSa(:focus) reports false when true (Chrome 21) + // We allow this because of a bug in IE8/9 that throws an error + // whenever `document.activeElement` is accessed on an iframe + // So, we allow :focus to pass through QSA all the time to avoid the IE error + // See http://bugs.jquery.com/ticket/13378 + rbuggyQSA = []; + + if ( (support.qsa = rnative.test( document.querySelectorAll )) ) { + // Build QSA regex + // Regex strategy adopted from Diego Perini + assert(function( div ) { + // Select is set to empty string on purpose + // This is to test IE's treatment of not explicitly + // setting a boolean content attribute, + // since its presence should be enough + // http://bugs.jquery.com/ticket/12359 + docElem.appendChild( div ).innerHTML = "<a id='" + expando + "'></a>" + + "<select id='" + expando + "-\r\\' msallowcapture=''>" + + "<option selected=''></option></select>"; + + // Support: IE8, Opera 11-12.16 + // Nothing should be selected when empty strings follow ^= or $= or *= + // The test attribute must be unknown in Opera but "safe" for WinRT + // http://msdn.microsoft.com/en-us/library/ie/hh465388.aspx#attribute_section + if ( div.querySelectorAll("[msallowcapture^='']").length ) { + rbuggyQSA.push( "[*^$]=" + whitespace + "*(?:''|\"\")" ); + } + + // Support: IE8 + // Boolean attributes and "value" are not treated correctly + if ( !div.querySelectorAll("[selected]").length ) { + rbuggyQSA.push( "\\[" + whitespace + "*(?:value|" + booleans + ")" ); + } + + // Support: Chrome<29, Android<4.4, Safari<7.0+, iOS<7.0+, PhantomJS<1.9.8+ + if ( !div.querySelectorAll( "[id~=" + expando + "-]" ).length ) { + rbuggyQSA.push("~="); + } + + // Webkit/Opera - :checked should return selected option elements + // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked + // IE8 throws error here and will not see later tests + if ( !div.querySelectorAll(":checked").length ) { + rbuggyQSA.push(":checked"); + } + + // Support: Safari 8+, iOS 8+ + // https://bugs.webkit.org/show_bug.cgi?id=136851 + // In-page `selector#id sibing-combinator selector` fails + if ( !div.querySelectorAll( "a#" + expando + "+*" ).length ) { + rbuggyQSA.push(".#.+[+~]"); + } + }); + + assert(function( div ) { + // Support: Windows 8 Native Apps + // The type and name attributes are restricted during .innerHTML assignment + var input = document.createElement("input"); + input.setAttribute( "type", "hidden" ); + div.appendChild( input ).setAttribute( "name", "D" ); + + // Support: IE8 + // Enforce case-sensitivity of name attribute + if ( div.querySelectorAll("[name=d]").length ) { + rbuggyQSA.push( "name" + whitespace + "*[*^$|!~]?=" ); + } + + // FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled) + // IE8 throws error here and will not see later tests + if ( !div.querySelectorAll(":enabled").length ) { + rbuggyQSA.push( ":enabled", ":disabled" ); + } + + // Opera 10-11 does not throw on post-comma invalid pseudos + div.querySelectorAll("*,:x"); + rbuggyQSA.push(",.*:"); + }); + } + + if ( (support.matchesSelector = rnative.test( (matches = docElem.matches || + docElem.webkitMatchesSelector || + docElem.mozMatchesSelector || + docElem.oMatchesSelector || + docElem.msMatchesSelector) )) ) { + + assert(function( div ) { + // Check to see if it's possible to do matchesSelector + // on a disconnected node (IE 9) + support.disconnectedMatch = matches.call( div, "div" ); + + // This should fail with an exception + // Gecko does not error, returns false instead + matches.call( div, "[s!='']:x" ); + rbuggyMatches.push( "!=", pseudos ); + }); + } + + rbuggyQSA = rbuggyQSA.length && new RegExp( rbuggyQSA.join("|") ); + rbuggyMatches = rbuggyMatches.length && new RegExp( rbuggyMatches.join("|") ); + + /* Contains + ---------------------------------------------------------------------- */ + hasCompare = rnative.test( docElem.compareDocumentPosition ); + + // Element contains another + // Purposefully self-exclusive + // As in, an element does not contain itself + contains = hasCompare || rnative.test( docElem.contains ) ? + function( a, b ) { + var adown = a.nodeType === 9 ? a.documentElement : a, + bup = b && b.parentNode; + return a === bup || !!( bup && bup.nodeType === 1 && ( + adown.contains ? + adown.contains( bup ) : + a.compareDocumentPosition && a.compareDocumentPosition( bup ) & 16 + )); + } : + function( a, b ) { + if ( b ) { + while ( (b = b.parentNode) ) { + if ( b === a ) { + return true; + } + } + } + return false; + }; + + /* Sorting + ---------------------------------------------------------------------- */ + + // Document order sorting + sortOrder = hasCompare ? + function( a, b ) { + + // Flag for duplicate removal + if ( a === b ) { + hasDuplicate = true; + return 0; + } + + // Sort on method existence if only one input has compareDocumentPosition + var compare = !a.compareDocumentPosition - !b.compareDocumentPosition; + if ( compare ) { + return compare; + } + + // Calculate position if both inputs belong to the same document + compare = ( a.ownerDocument || a ) === ( b.ownerDocument || b ) ? + a.compareDocumentPosition( b ) : + + // Otherwise we know they are disconnected + 1; + + // Disconnected nodes + if ( compare & 1 || + (!support.sortDetached && b.compareDocumentPosition( a ) === compare) ) { + + // Choose the first element that is related to our preferred document + if ( a === document || a.ownerDocument === preferredDoc && contains(preferredDoc, a) ) { + return -1; + } + if ( b === document || b.ownerDocument === preferredDoc && contains(preferredDoc, b) ) { + return 1; + } + + // Maintain original order + return sortInput ? + ( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) : + 0; + } + + return compare & 4 ? -1 : 1; + } : + function( a, b ) { + // Exit early if the nodes are identical + if ( a === b ) { + hasDuplicate = true; + return 0; + } + + var cur, + i = 0, + aup = a.parentNode, + bup = b.parentNode, + ap = [ a ], + bp = [ b ]; + + // Parentless nodes are either documents or disconnected + if ( !aup || !bup ) { + return a === document ? -1 : + b === document ? 1 : + aup ? -1 : + bup ? 1 : + sortInput ? + ( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) : + 0; + + // If the nodes are siblings, we can do a quick check + } else if ( aup === bup ) { + return siblingCheck( a, b ); + } + + // Otherwise we need full lists of their ancestors for comparison + cur = a; + while ( (cur = cur.parentNode) ) { + ap.unshift( cur ); + } + cur = b; + while ( (cur = cur.parentNode) ) { + bp.unshift( cur ); + } + + // Walk down the tree looking for a discrepancy + while ( ap[i] === bp[i] ) { + i++; + } + + return i ? + // Do a sibling check if the nodes have a common ancestor + siblingCheck( ap[i], bp[i] ) : + + // Otherwise nodes in our document sort first + ap[i] === preferredDoc ? -1 : + bp[i] === preferredDoc ? 1 : + 0; + }; + + return document; +}; + +Sizzle.matches = function( expr, elements ) { + return Sizzle( expr, null, null, elements ); +}; + +Sizzle.matchesSelector = function( elem, expr ) { + // Set document vars if needed + if ( ( elem.ownerDocument || elem ) !== document ) { + setDocument( elem ); + } + + // Make sure that attribute selectors are quoted + expr = expr.replace( rattributeQuotes, "='$1']" ); + + if ( support.matchesSelector && documentIsHTML && + !compilerCache[ expr + " " ] && + ( !rbuggyMatches || !rbuggyMatches.test( expr ) ) && + ( !rbuggyQSA || !rbuggyQSA.test( expr ) ) ) { + + try { + var ret = matches.call( elem, expr ); + + // IE 9's matchesSelector returns false on disconnected nodes + if ( ret || support.disconnectedMatch || + // As well, disconnected nodes are said to be in a document + // fragment in IE 9 + elem.document && elem.document.nodeType !== 11 ) { + return ret; + } + } catch (e) {} + } + + return Sizzle( expr, document, null, [ elem ] ).length > 0; +}; + +Sizzle.contains = function( context, elem ) { + // Set document vars if needed + if ( ( context.ownerDocument || context ) !== document ) { + setDocument( context ); + } + return contains( context, elem ); +}; + +Sizzle.attr = function( elem, name ) { + // Set document vars if needed + if ( ( elem.ownerDocument || elem ) !== document ) { + setDocument( elem ); + } + + var fn = Expr.attrHandle[ name.toLowerCase() ], + // Don't get fooled by Object.prototype properties (jQuery #13807) + val = fn && hasOwn.call( Expr.attrHandle, name.toLowerCase() ) ? + fn( elem, name, !documentIsHTML ) : + undefined; + + return val !== undefined ? + val : + support.attributes || !documentIsHTML ? + elem.getAttribute( name ) : + (val = elem.getAttributeNode(name)) && val.specified ? + val.value : + null; +}; + +Sizzle.error = function( msg ) { + throw new Error( "Syntax error, unrecognized expression: " + msg ); +}; + +/** + * Document sorting and removing duplicates + * @param {ArrayLike} results + */ +Sizzle.uniqueSort = function( results ) { + var elem, + duplicates = [], + j = 0, + i = 0; + + // Unless we *know* we can detect duplicates, assume their presence + hasDuplicate = !support.detectDuplicates; + sortInput = !support.sortStable && results.slice( 0 ); + results.sort( sortOrder ); + + if ( hasDuplicate ) { + while ( (elem = results[i++]) ) { + if ( elem === results[ i ] ) { + j = duplicates.push( i ); + } + } + while ( j-- ) { + results.splice( duplicates[ j ], 1 ); + } + } + + // Clear input after sorting to release objects + // See https://github.com/jquery/sizzle/pull/225 + sortInput = null; + + return results; +}; + +/** + * Utility function for retrieving the text value of an array of DOM nodes + * @param {Array|Element} elem + */ +getText = Sizzle.getText = function( elem ) { + var node, + ret = "", + i = 0, + nodeType = elem.nodeType; + + if ( !nodeType ) { + // If no nodeType, this is expected to be an array + while ( (node = elem[i++]) ) { + // Do not traverse comment nodes + ret += getText( node ); + } + } else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) { + // Use textContent for elements + // innerText usage removed for consistency of new lines (jQuery #11153) + if ( typeof elem.textContent === "string" ) { + return elem.textContent; + } else { + // Traverse its children + for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { + ret += getText( elem ); + } + } + } else if ( nodeType === 3 || nodeType === 4 ) { + return elem.nodeValue; + } + // Do not include comment or processing instruction nodes + + return ret; +}; + +Expr = Sizzle.selectors = { + + // Can be adjusted by the user + cacheLength: 50, + + createPseudo: markFunction, + + match: matchExpr, + + attrHandle: {}, + + find: {}, + + relative: { + ">": { dir: "parentNode", first: true }, + " ": { dir: "parentNode" }, + "+": { dir: "previousSibling", first: true }, + "~": { dir: "previousSibling" } + }, + + preFilter: { + "ATTR": function( match ) { + match[1] = match[1].replace( runescape, funescape ); + + // Move the given value to match[3] whether quoted or unquoted + match[3] = ( match[3] || match[4] || match[5] || "" ).replace( runescape, funescape ); + + if ( match[2] === "~=" ) { + match[3] = " " + match[3] + " "; + } + + return match.slice( 0, 4 ); + }, + + "CHILD": function( match ) { + /* matches from matchExpr["CHILD"] + 1 type (only|nth|...) + 2 what (child|of-type) + 3 argument (even|odd|\d*|\d*n([+-]\d+)?|...) + 4 xn-component of xn+y argument ([+-]?\d*n|) + 5 sign of xn-component + 6 x of xn-component + 7 sign of y-component + 8 y of y-component + */ + match[1] = match[1].toLowerCase(); + + if ( match[1].slice( 0, 3 ) === "nth" ) { + // nth-* requires argument + if ( !match[3] ) { + Sizzle.error( match[0] ); + } + + // numeric x and y parameters for Expr.filter.CHILD + // remember that false/true cast respectively to 0/1 + match[4] = +( match[4] ? match[5] + (match[6] || 1) : 2 * ( match[3] === "even" || match[3] === "odd" ) ); + match[5] = +( ( match[7] + match[8] ) || match[3] === "odd" ); + + // other types prohibit arguments + } else if ( match[3] ) { + Sizzle.error( match[0] ); + } + + return match; + }, + + "PSEUDO": function( match ) { + var excess, + unquoted = !match[6] && match[2]; + + if ( matchExpr["CHILD"].test( match[0] ) ) { + return null; + } + + // Accept quoted arguments as-is + if ( match[3] ) { + match[2] = match[4] || match[5] || ""; + + // Strip excess characters from unquoted arguments + } else if ( unquoted && rpseudo.test( unquoted ) && + // Get excess from tokenize (recursively) + (excess = tokenize( unquoted, true )) && + // advance to the next closing parenthesis + (excess = unquoted.indexOf( ")", unquoted.length - excess ) - unquoted.length) ) { + + // excess is a negative index + match[0] = match[0].slice( 0, excess ); + match[2] = unquoted.slice( 0, excess ); + } + + // Return only captures needed by the pseudo filter method (type and argument) + return match.slice( 0, 3 ); + } + }, + + filter: { + + "TAG": function( nodeNameSelector ) { + var nodeName = nodeNameSelector.replace( runescape, funescape ).toLowerCase(); + return nodeNameSelector === "*" ? + function() { return true; } : + function( elem ) { + return elem.nodeName && elem.nodeName.toLowerCase() === nodeName; + }; + }, + + "CLASS": function( className ) { + var pattern = classCache[ className + " " ]; + + return pattern || + (pattern = new RegExp( "(^|" + whitespace + ")" + className + "(" + whitespace + "|$)" )) && + classCache( className, function( elem ) { + return pattern.test( typeof elem.className === "string" && elem.className || typeof elem.getAttribute !== "undefined" && elem.getAttribute("class") || "" ); + }); + }, + + "ATTR": function( name, operator, check ) { + return function( elem ) { + var result = Sizzle.attr( elem, name ); + + if ( result == null ) { + return operator === "!="; + } + if ( !operator ) { + return true; + } + + result += ""; + + return operator === "=" ? result === check : + operator === "!=" ? result !== check : + operator === "^=" ? check && result.indexOf( check ) === 0 : + operator === "*=" ? check && result.indexOf( check ) > -1 : + operator === "$=" ? check && result.slice( -check.length ) === check : + operator === "~=" ? ( " " + result.replace( rwhitespace, " " ) + " " ).indexOf( check ) > -1 : + operator === "|=" ? result === check || result.slice( 0, check.length + 1 ) === check + "-" : + false; + }; + }, + + "CHILD": function( type, what, argument, first, last ) { + var simple = type.slice( 0, 3 ) !== "nth", + forward = type.slice( -4 ) !== "last", + ofType = what === "of-type"; + + return first === 1 && last === 0 ? + + // Shortcut for :nth-*(n) + function( elem ) { + return !!elem.parentNode; + } : + + function( elem, context, xml ) { + var cache, uniqueCache, outerCache, node, nodeIndex, start, + dir = simple !== forward ? "nextSibling" : "previousSibling", + parent = elem.parentNode, + name = ofType && elem.nodeName.toLowerCase(), + useCache = !xml && !ofType, + diff = false; + + if ( parent ) { + + // :(first|last|only)-(child|of-type) + if ( simple ) { + while ( dir ) { + node = elem; + while ( (node = node[ dir ]) ) { + if ( ofType ? + node.nodeName.toLowerCase() === name : + node.nodeType === 1 ) { + + return false; + } + } + // Reverse direction for :only-* (if we haven't yet done so) + start = dir = type === "only" && !start && "nextSibling"; + } + return true; + } + + start = [ forward ? parent.firstChild : parent.lastChild ]; + + // non-xml :nth-child(...) stores cache data on `parent` + if ( forward && useCache ) { + + // Seek `elem` from a previously-cached index + + // ...in a gzip-friendly way + node = parent; + outerCache = node[ expando ] || (node[ expando ] = {}); + + // Support: IE <9 only + // Defend against cloned attroperties (jQuery gh-1709) + uniqueCache = outerCache[ node.uniqueID ] || + (outerCache[ node.uniqueID ] = {}); + + cache = uniqueCache[ type ] || []; + nodeIndex = cache[ 0 ] === dirruns && cache[ 1 ]; + diff = nodeIndex && cache[ 2 ]; + node = nodeIndex && parent.childNodes[ nodeIndex ]; + + while ( (node = ++nodeIndex && node && node[ dir ] || + + // Fallback to seeking `elem` from the start + (diff = nodeIndex = 0) || start.pop()) ) { + + // When found, cache indexes on `parent` and break + if ( node.nodeType === 1 && ++diff && node === elem ) { + uniqueCache[ type ] = [ dirruns, nodeIndex, diff ]; + break; + } + } + + } else { + // Use previously-cached element index if available + if ( useCache ) { + // ...in a gzip-friendly way + node = elem; + outerCache = node[ expando ] || (node[ expando ] = {}); + + // Support: IE <9 only + // Defend against cloned attroperties (jQuery gh-1709) + uniqueCache = outerCache[ node.uniqueID ] || + (outerCache[ node.uniqueID ] = {}); + + cache = uniqueCache[ type ] || []; + nodeIndex = cache[ 0 ] === dirruns && cache[ 1 ]; + diff = nodeIndex; + } + + // xml :nth-child(...) + // or :nth-last-child(...) or :nth(-last)?-of-type(...) + if ( diff === false ) { + // Use the same loop as above to seek `elem` from the start + while ( (node = ++nodeIndex && node && node[ dir ] || + (diff = nodeIndex = 0) || start.pop()) ) { + + if ( ( ofType ? + node.nodeName.toLowerCase() === name : + node.nodeType === 1 ) && + ++diff ) { + + // Cache the index of each encountered element + if ( useCache ) { + outerCache = node[ expando ] || (node[ expando ] = {}); + + // Support: IE <9 only + // Defend against cloned attroperties (jQuery gh-1709) + uniqueCache = outerCache[ node.uniqueID ] || + (outerCache[ node.uniqueID ] = {}); + + uniqueCache[ type ] = [ dirruns, diff ]; + } + + if ( node === elem ) { + break; + } + } + } + } + } + + // Incorporate the offset, then check against cycle size + diff -= last; + return diff === first || ( diff % first === 0 && diff / first >= 0 ); + } + }; + }, + + "PSEUDO": function( pseudo, argument ) { + // pseudo-class names are case-insensitive + // http://www.w3.org/TR/selectors/#pseudo-classes + // Prioritize by case sensitivity in case custom pseudos are added with uppercase letters + // Remember that setFilters inherits from pseudos + var args, + fn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] || + Sizzle.error( "unsupported pseudo: " + pseudo ); + + // The user may use createPseudo to indicate that + // arguments are needed to create the filter function + // just as Sizzle does + if ( fn[ expando ] ) { + return fn( argument ); + } + + // But maintain support for old signatures + if ( fn.length > 1 ) { + args = [ pseudo, pseudo, "", argument ]; + return Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ? + markFunction(function( seed, matches ) { + var idx, + matched = fn( seed, argument ), + i = matched.length; + while ( i-- ) { + idx = indexOf( seed, matched[i] ); + seed[ idx ] = !( matches[ idx ] = matched[i] ); + } + }) : + function( elem ) { + return fn( elem, 0, args ); + }; + } + + return fn; + } + }, + + pseudos: { + // Potentially complex pseudos + "not": markFunction(function( selector ) { + // Trim the selector passed to compile + // to avoid treating leading and trailing + // spaces as combinators + var input = [], + results = [], + matcher = compile( selector.replace( rtrim, "$1" ) ); + + return matcher[ expando ] ? + markFunction(function( seed, matches, context, xml ) { + var elem, + unmatched = matcher( seed, null, xml, [] ), + i = seed.length; + + // Match elements unmatched by `matcher` + while ( i-- ) { + if ( (elem = unmatched[i]) ) { + seed[i] = !(matches[i] = elem); + } + } + }) : + function( elem, context, xml ) { + input[0] = elem; + matcher( input, null, xml, results ); + // Don't keep the element (issue #299) + input[0] = null; + return !results.pop(); + }; + }), + + "has": markFunction(function( selector ) { + return function( elem ) { + return Sizzle( selector, elem ).length > 0; + }; + }), + + "contains": markFunction(function( text ) { + text = text.replace( runescape, funescape ); + return function( elem ) { + return ( elem.textContent || elem.innerText || getText( elem ) ).indexOf( text ) > -1; + }; + }), + + // "Whether an element is represented by a :lang() selector + // is based solely on the element's language value + // being equal to the identifier C, + // or beginning with the identifier C immediately followed by "-". + // The matching of C against the element's language value is performed case-insensitively. + // The identifier C does not have to be a valid language name." + // http://www.w3.org/TR/selectors/#lang-pseudo + "lang": markFunction( function( lang ) { + // lang value must be a valid identifier + if ( !ridentifier.test(lang || "") ) { + Sizzle.error( "unsupported lang: " + lang ); + } + lang = lang.replace( runescape, funescape ).toLowerCase(); + return function( elem ) { + var elemLang; + do { + if ( (elemLang = documentIsHTML ? + elem.lang : + elem.getAttribute("xml:lang") || elem.getAttribute("lang")) ) { + + elemLang = elemLang.toLowerCase(); + return elemLang === lang || elemLang.indexOf( lang + "-" ) === 0; + } + } while ( (elem = elem.parentNode) && elem.nodeType === 1 ); + return false; + }; + }), + + // Miscellaneous + "target": function( elem ) { + var hash = window.location && window.location.hash; + return hash && hash.slice( 1 ) === elem.id; + }, + + "root": function( elem ) { + return elem === docElem; + }, + + "focus": function( elem ) { + return elem === document.activeElement && (!document.hasFocus || document.hasFocus()) && !!(elem.type || elem.href || ~elem.tabIndex); + }, + + // Boolean properties + "enabled": function( elem ) { + return elem.disabled === false; + }, + + "disabled": function( elem ) { + return elem.disabled === true; + }, + + "checked": function( elem ) { + // In CSS3, :checked should return both checked and selected elements + // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked + var nodeName = elem.nodeName.toLowerCase(); + return (nodeName === "input" && !!elem.checked) || (nodeName === "option" && !!elem.selected); + }, + + "selected": function( elem ) { + // Accessing this property makes selected-by-default + // options in Safari work properly + if ( elem.parentNode ) { + elem.parentNode.selectedIndex; + } + + return elem.selected === true; + }, + + // Contents + "empty": function( elem ) { + // http://www.w3.org/TR/selectors/#empty-pseudo + // :empty is negated by element (1) or content nodes (text: 3; cdata: 4; entity ref: 5), + // but not by others (comment: 8; processing instruction: 7; etc.) + // nodeType < 6 works because attributes (2) do not appear as children + for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { + if ( elem.nodeType < 6 ) { + return false; + } + } + return true; + }, + + "parent": function( elem ) { + return !Expr.pseudos["empty"]( elem ); + }, + + // Element/input types + "header": function( elem ) { + return rheader.test( elem.nodeName ); + }, + + "input": function( elem ) { + return rinputs.test( elem.nodeName ); + }, + + "button": function( elem ) { + var name = elem.nodeName.toLowerCase(); + return name === "input" && elem.type === "button" || name === "button"; + }, + + "text": function( elem ) { + var attr; + return elem.nodeName.toLowerCase() === "input" && + elem.type === "text" && + + // Support: IE<8 + // New HTML5 attribute values (e.g., "search") appear with elem.type === "text" + ( (attr = elem.getAttribute("type")) == null || attr.toLowerCase() === "text" ); + }, + + // Position-in-collection + "first": createPositionalPseudo(function() { + return [ 0 ]; + }), + + "last": createPositionalPseudo(function( matchIndexes, length ) { + return [ length - 1 ]; + }), + + "eq": createPositionalPseudo(function( matchIndexes, length, argument ) { + return [ argument < 0 ? argument + length : argument ]; + }), + + "even": createPositionalPseudo(function( matchIndexes, length ) { + var i = 0; + for ( ; i < length; i += 2 ) { + matchIndexes.push( i ); + } + return matchIndexes; + }), + + "odd": createPositionalPseudo(function( matchIndexes, length ) { + var i = 1; + for ( ; i < length; i += 2 ) { + matchIndexes.push( i ); + } + return matchIndexes; + }), + + "lt": createPositionalPseudo(function( matchIndexes, length, argument ) { + var i = argument < 0 ? argument + length : argument; + for ( ; --i >= 0; ) { + matchIndexes.push( i ); + } + return matchIndexes; + }), + + "gt": createPositionalPseudo(function( matchIndexes, length, argument ) { + var i = argument < 0 ? argument + length : argument; + for ( ; ++i < length; ) { + matchIndexes.push( i ); + } + return matchIndexes; + }) + } +}; + +Expr.pseudos["nth"] = Expr.pseudos["eq"]; + +// Add button/input type pseudos +for ( i in { radio: true, checkbox: true, file: true, password: true, image: true } ) { + Expr.pseudos[ i ] = createInputPseudo( i ); +} +for ( i in { submit: true, reset: true } ) { + Expr.pseudos[ i ] = createButtonPseudo( i ); +} + +// Easy API for creating new setFilters +function setFilters() {} +setFilters.prototype = Expr.filters = Expr.pseudos; +Expr.setFilters = new setFilters(); + +tokenize = Sizzle.tokenize = function( selector, parseOnly ) { + var matched, match, tokens, type, + soFar, groups, preFilters, + cached = tokenCache[ selector + " " ]; + + if ( cached ) { + return parseOnly ? 0 : cached.slice( 0 ); + } + + soFar = selector; + groups = []; + preFilters = Expr.preFilter; + + while ( soFar ) { + + // Comma and first run + if ( !matched || (match = rcomma.exec( soFar )) ) { + if ( match ) { + // Don't consume trailing commas as valid + soFar = soFar.slice( match[0].length ) || soFar; + } + groups.push( (tokens = []) ); + } + + matched = false; + + // Combinators + if ( (match = rcombinators.exec( soFar )) ) { + matched = match.shift(); + tokens.push({ + value: matched, + // Cast descendant combinators to space + type: match[0].replace( rtrim, " " ) + }); + soFar = soFar.slice( matched.length ); + } + + // Filters + for ( type in Expr.filter ) { + if ( (match = matchExpr[ type ].exec( soFar )) && (!preFilters[ type ] || + (match = preFilters[ type ]( match ))) ) { + matched = match.shift(); + tokens.push({ + value: matched, + type: type, + matches: match + }); + soFar = soFar.slice( matched.length ); + } + } + + if ( !matched ) { + break; + } + } + + // Return the length of the invalid excess + // if we're just parsing + // Otherwise, throw an error or return tokens + return parseOnly ? + soFar.length : + soFar ? + Sizzle.error( selector ) : + // Cache the tokens + tokenCache( selector, groups ).slice( 0 ); +}; + +function toSelector( tokens ) { + var i = 0, + len = tokens.length, + selector = ""; + for ( ; i < len; i++ ) { + selector += tokens[i].value; + } + return selector; +} + +function addCombinator( matcher, combinator, base ) { + var dir = combinator.dir, + checkNonElements = base && dir === "parentNode", + doneName = done++; + + return combinator.first ? + // Check against closest ancestor/preceding element + function( elem, context, xml ) { + while ( (elem = elem[ dir ]) ) { + if ( elem.nodeType === 1 || checkNonElements ) { + return matcher( elem, context, xml ); + } + } + } : + + // Check against all ancestor/preceding elements + function( elem, context, xml ) { + var oldCache, uniqueCache, outerCache, + newCache = [ dirruns, doneName ]; + + // We can't set arbitrary data on XML nodes, so they don't benefit from combinator caching + if ( xml ) { + while ( (elem = elem[ dir ]) ) { + if ( elem.nodeType === 1 || checkNonElements ) { + if ( matcher( elem, context, xml ) ) { + return true; + } + } + } + } else { + while ( (elem = elem[ dir ]) ) { + if ( elem.nodeType === 1 || checkNonElements ) { + outerCache = elem[ expando ] || (elem[ expando ] = {}); + + // Support: IE <9 only + // Defend against cloned attroperties (jQuery gh-1709) + uniqueCache = outerCache[ elem.uniqueID ] || (outerCache[ elem.uniqueID ] = {}); + + if ( (oldCache = uniqueCache[ dir ]) && + oldCache[ 0 ] === dirruns && oldCache[ 1 ] === doneName ) { + + // Assign to newCache so results back-propagate to previous elements + return (newCache[ 2 ] = oldCache[ 2 ]); + } else { + // Reuse newcache so results back-propagate to previous elements + uniqueCache[ dir ] = newCache; + + // A match means we're done; a fail means we have to keep checking + if ( (newCache[ 2 ] = matcher( elem, context, xml )) ) { + return true; + } + } + } + } + } + }; +} + +function elementMatcher( matchers ) { + return matchers.length > 1 ? + function( elem, context, xml ) { + var i = matchers.length; + while ( i-- ) { + if ( !matchers[i]( elem, context, xml ) ) { + return false; + } + } + return true; + } : + matchers[0]; +} + +function multipleContexts( selector, contexts, results ) { + var i = 0, + len = contexts.length; + for ( ; i < len; i++ ) { + Sizzle( selector, contexts[i], results ); + } + return results; +} + +function condense( unmatched, map, filter, context, xml ) { + var elem, + newUnmatched = [], + i = 0, + len = unmatched.length, + mapped = map != null; + + for ( ; i < len; i++ ) { + if ( (elem = unmatched[i]) ) { + if ( !filter || filter( elem, context, xml ) ) { + newUnmatched.push( elem ); + if ( mapped ) { + map.push( i ); + } + } + } + } + + return newUnmatched; +} + +function setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) { + if ( postFilter && !postFilter[ expando ] ) { + postFilter = setMatcher( postFilter ); + } + if ( postFinder && !postFinder[ expando ] ) { + postFinder = setMatcher( postFinder, postSelector ); + } + return markFunction(function( seed, results, context, xml ) { + var temp, i, elem, + preMap = [], + postMap = [], + preexisting = results.length, + + // Get initial elements from seed or context + elems = seed || multipleContexts( selector || "*", context.nodeType ? [ context ] : context, [] ), + + // Prefilter to get matcher input, preserving a map for seed-results synchronization + matcherIn = preFilter && ( seed || !selector ) ? + condense( elems, preMap, preFilter, context, xml ) : + elems, + + matcherOut = matcher ? + // If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results, + postFinder || ( seed ? preFilter : preexisting || postFilter ) ? + + // ...intermediate processing is necessary + [] : + + // ...otherwise use results directly + results : + matcherIn; + + // Find primary matches + if ( matcher ) { + matcher( matcherIn, matcherOut, context, xml ); + } + + // Apply postFilter + if ( postFilter ) { + temp = condense( matcherOut, postMap ); + postFilter( temp, [], context, xml ); + + // Un-match failing elements by moving them back to matcherIn + i = temp.length; + while ( i-- ) { + if ( (elem = temp[i]) ) { + matcherOut[ postMap[i] ] = !(matcherIn[ postMap[i] ] = elem); + } + } + } + + if ( seed ) { + if ( postFinder || preFilter ) { + if ( postFinder ) { + // Get the final matcherOut by condensing this intermediate into postFinder contexts + temp = []; + i = matcherOut.length; + while ( i-- ) { + if ( (elem = matcherOut[i]) ) { + // Restore matcherIn since elem is not yet a final match + temp.push( (matcherIn[i] = elem) ); + } + } + postFinder( null, (matcherOut = []), temp, xml ); + } + + // Move matched elements from seed to results to keep them synchronized + i = matcherOut.length; + while ( i-- ) { + if ( (elem = matcherOut[i]) && + (temp = postFinder ? indexOf( seed, elem ) : preMap[i]) > -1 ) { + + seed[temp] = !(results[temp] = elem); + } + } + } + + // Add elements to results, through postFinder if defined + } else { + matcherOut = condense( + matcherOut === results ? + matcherOut.splice( preexisting, matcherOut.length ) : + matcherOut + ); + if ( postFinder ) { + postFinder( null, results, matcherOut, xml ); + } else { + push.apply( results, matcherOut ); + } + } + }); +} + +function matcherFromTokens( tokens ) { + var checkContext, matcher, j, + len = tokens.length, + leadingRelative = Expr.relative[ tokens[0].type ], + implicitRelative = leadingRelative || Expr.relative[" "], + i = leadingRelative ? 1 : 0, + + // The foundational matcher ensures that elements are reachable from top-level context(s) + matchContext = addCombinator( function( elem ) { + return elem === checkContext; + }, implicitRelative, true ), + matchAnyContext = addCombinator( function( elem ) { + return indexOf( checkContext, elem ) > -1; + }, implicitRelative, true ), + matchers = [ function( elem, context, xml ) { + var ret = ( !leadingRelative && ( xml || context !== outermostContext ) ) || ( + (checkContext = context).nodeType ? + matchContext( elem, context, xml ) : + matchAnyContext( elem, context, xml ) ); + // Avoid hanging onto element (issue #299) + checkContext = null; + return ret; + } ]; + + for ( ; i < len; i++ ) { + if ( (matcher = Expr.relative[ tokens[i].type ]) ) { + matchers = [ addCombinator(elementMatcher( matchers ), matcher) ]; + } else { + matcher = Expr.filter[ tokens[i].type ].apply( null, tokens[i].matches ); + + // Return special upon seeing a positional matcher + if ( matcher[ expando ] ) { + // Find the next relative operator (if any) for proper handling + j = ++i; + for ( ; j < len; j++ ) { + if ( Expr.relative[ tokens[j].type ] ) { + break; + } + } + return setMatcher( + i > 1 && elementMatcher( matchers ), + i > 1 && toSelector( + // If the preceding token was a descendant combinator, insert an implicit any-element `*` + tokens.slice( 0, i - 1 ).concat({ value: tokens[ i - 2 ].type === " " ? "*" : "" }) + ).replace( rtrim, "$1" ), + matcher, + i < j && matcherFromTokens( tokens.slice( i, j ) ), + j < len && matcherFromTokens( (tokens = tokens.slice( j )) ), + j < len && toSelector( tokens ) + ); + } + matchers.push( matcher ); + } + } + + return elementMatcher( matchers ); +} + +function matcherFromGroupMatchers( elementMatchers, setMatchers ) { + var bySet = setMatchers.length > 0, + byElement = elementMatchers.length > 0, + superMatcher = function( seed, context, xml, results, outermost ) { + var elem, j, matcher, + matchedCount = 0, + i = "0", + unmatched = seed && [], + setMatched = [], + contextBackup = outermostContext, + // We must always have either seed elements or outermost context + elems = seed || byElement && Expr.find["TAG"]( "*", outermost ), + // Use integer dirruns iff this is the outermost matcher + dirrunsUnique = (dirruns += contextBackup == null ? 1 : Math.random() || 0.1), + len = elems.length; + + if ( outermost ) { + outermostContext = context === document || context || outermost; + } + + // Add elements passing elementMatchers directly to results + // Support: IE<9, Safari + // Tolerate NodeList properties (IE: "length"; Safari: <number>) matching elements by id + for ( ; i !== len && (elem = elems[i]) != null; i++ ) { + if ( byElement && elem ) { + j = 0; + if ( !context && elem.ownerDocument !== document ) { + setDocument( elem ); + xml = !documentIsHTML; + } + while ( (matcher = elementMatchers[j++]) ) { + if ( matcher( elem, context || document, xml) ) { + results.push( elem ); + break; + } + } + if ( outermost ) { + dirruns = dirrunsUnique; + } + } + + // Track unmatched elements for set filters + if ( bySet ) { + // They will have gone through all possible matchers + if ( (elem = !matcher && elem) ) { + matchedCount--; + } + + // Lengthen the array for every element, matched or not + if ( seed ) { + unmatched.push( elem ); + } + } + } + + // `i` is now the count of elements visited above, and adding it to `matchedCount` + // makes the latter nonnegative. + matchedCount += i; + + // Apply set filters to unmatched elements + // NOTE: This can be skipped if there are no unmatched elements (i.e., `matchedCount` + // equals `i`), unless we didn't visit _any_ elements in the above loop because we have + // no element matchers and no seed. + // Incrementing an initially-string "0" `i` allows `i` to remain a string only in that + // case, which will result in a "00" `matchedCount` that differs from `i` but is also + // numerically zero. + if ( bySet && i !== matchedCount ) { + j = 0; + while ( (matcher = setMatchers[j++]) ) { + matcher( unmatched, setMatched, context, xml ); + } + + if ( seed ) { + // Reintegrate element matches to eliminate the need for sorting + if ( matchedCount > 0 ) { + while ( i-- ) { + if ( !(unmatched[i] || setMatched[i]) ) { + setMatched[i] = pop.call( results ); + } + } + } + + // Discard index placeholder values to get only actual matches + setMatched = condense( setMatched ); + } + + // Add matches to results + push.apply( results, setMatched ); + + // Seedless set matches succeeding multiple successful matchers stipulate sorting + if ( outermost && !seed && setMatched.length > 0 && + ( matchedCount + setMatchers.length ) > 1 ) { + + Sizzle.uniqueSort( results ); + } + } + + // Override manipulation of globals by nested matchers + if ( outermost ) { + dirruns = dirrunsUnique; + outermostContext = contextBackup; + } + + return unmatched; + }; + + return bySet ? + markFunction( superMatcher ) : + superMatcher; +} + +compile = Sizzle.compile = function( selector, match /* Internal Use Only */ ) { + var i, + setMatchers = [], + elementMatchers = [], + cached = compilerCache[ selector + " " ]; + + if ( !cached ) { + // Generate a function of recursive functions that can be used to check each element + if ( !match ) { + match = tokenize( selector ); + } + i = match.length; + while ( i-- ) { + cached = matcherFromTokens( match[i] ); + if ( cached[ expando ] ) { + setMatchers.push( cached ); + } else { + elementMatchers.push( cached ); + } + } + + // Cache the compiled function + cached = compilerCache( selector, matcherFromGroupMatchers( elementMatchers, setMatchers ) ); + + // Save selector and tokenization + cached.selector = selector; + } + return cached; +}; + +/** + * A low-level selection function that works with Sizzle's compiled + * selector functions + * @param {String|Function} selector A selector or a pre-compiled + * selector function built with Sizzle.compile + * @param {Element} context + * @param {Array} [results] + * @param {Array} [seed] A set of elements to match against + */ +select = Sizzle.select = function( selector, context, results, seed ) { + var i, tokens, token, type, find, + compiled = typeof selector === "function" && selector, + match = !seed && tokenize( (selector = compiled.selector || selector) ); + + results = results || []; + + // Try to minimize operations if there is only one selector in the list and no seed + // (the latter of which guarantees us context) + if ( match.length === 1 ) { + + // Reduce context if the leading compound selector is an ID + tokens = match[0] = match[0].slice( 0 ); + if ( tokens.length > 2 && (token = tokens[0]).type === "ID" && + support.getById && context.nodeType === 9 && documentIsHTML && + Expr.relative[ tokens[1].type ] ) { + + context = ( Expr.find["ID"]( token.matches[0].replace(runescape, funescape), context ) || [] )[0]; + if ( !context ) { + return results; + + // Precompiled matchers will still verify ancestry, so step up a level + } else if ( compiled ) { + context = context.parentNode; + } + + selector = selector.slice( tokens.shift().value.length ); + } + + // Fetch a seed set for right-to-left matching + i = matchExpr["needsContext"].test( selector ) ? 0 : tokens.length; + while ( i-- ) { + token = tokens[i]; + + // Abort if we hit a combinator + if ( Expr.relative[ (type = token.type) ] ) { + break; + } + if ( (find = Expr.find[ type ]) ) { + // Search, expanding context for leading sibling combinators + if ( (seed = find( + token.matches[0].replace( runescape, funescape ), + rsibling.test( tokens[0].type ) && testContext( context.parentNode ) || context + )) ) { + + // If seed is empty or no tokens remain, we can return early + tokens.splice( i, 1 ); + selector = seed.length && toSelector( tokens ); + if ( !selector ) { + push.apply( results, seed ); + return results; + } + + break; + } + } + } + } + + // Compile and execute a filtering function if one is not provided + // Provide `match` to avoid retokenization if we modified the selector above + ( compiled || compile( selector, match ) )( + seed, + context, + !documentIsHTML, + results, + !context || rsibling.test( selector ) && testContext( context.parentNode ) || context + ); + return results; +}; + +// One-time assignments + +// Sort stability +support.sortStable = expando.split("").sort( sortOrder ).join("") === expando; + +// Support: Chrome 14-35+ +// Always assume duplicates if they aren't passed to the comparison function +support.detectDuplicates = !!hasDuplicate; + +// Initialize against the default document +setDocument(); + +// Support: Webkit<537.32 - Safari 6.0.3/Chrome 25 (fixed in Chrome 27) +// Detached nodes confoundingly follow *each other* +support.sortDetached = assert(function( div1 ) { + // Should return 1, but returns 4 (following) + return div1.compareDocumentPosition( document.createElement("div") ) & 1; +}); + +// Support: IE<8 +// Prevent attribute/property "interpolation" +// http://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx +if ( !assert(function( div ) { + div.innerHTML = "<a href='#'></a>"; + return div.firstChild.getAttribute("href") === "#" ; +}) ) { + addHandle( "type|href|height|width", function( elem, name, isXML ) { + if ( !isXML ) { + return elem.getAttribute( name, name.toLowerCase() === "type" ? 1 : 2 ); + } + }); +} + +// Support: IE<9 +// Use defaultValue in place of getAttribute("value") +if ( !support.attributes || !assert(function( div ) { + div.innerHTML = "<input/>"; + div.firstChild.setAttribute( "value", "" ); + return div.firstChild.getAttribute( "value" ) === ""; +}) ) { + addHandle( "value", function( elem, name, isXML ) { + if ( !isXML && elem.nodeName.toLowerCase() === "input" ) { + return elem.defaultValue; + } + }); +} + +// Support: IE<9 +// Use getAttributeNode to fetch booleans when getAttribute lies +if ( !assert(function( div ) { + return div.getAttribute("disabled") == null; +}) ) { + addHandle( booleans, function( elem, name, isXML ) { + var val; + if ( !isXML ) { + return elem[ name ] === true ? name.toLowerCase() : + (val = elem.getAttributeNode( name )) && val.specified ? + val.value : + null; + } + }); +} + +return Sizzle; + +})( window ); + + + +jQuery.find = Sizzle; +jQuery.expr = Sizzle.selectors; +jQuery.expr[ ":" ] = jQuery.expr.pseudos; +jQuery.uniqueSort = jQuery.unique = Sizzle.uniqueSort; +jQuery.text = Sizzle.getText; +jQuery.isXMLDoc = Sizzle.isXML; +jQuery.contains = Sizzle.contains; + + + +var dir = function( elem, dir, until ) { + var matched = [], + truncate = until !== undefined; + + while ( ( elem = elem[ dir ] ) && elem.nodeType !== 9 ) { + if ( elem.nodeType === 1 ) { + if ( truncate && jQuery( elem ).is( until ) ) { + break; + } + matched.push( elem ); + } + } + return matched; +}; + + +var siblings = function( n, elem ) { + var matched = []; + + for ( ; n; n = n.nextSibling ) { + if ( n.nodeType === 1 && n !== elem ) { + matched.push( n ); + } + } + + return matched; +}; + + +var rneedsContext = jQuery.expr.match.needsContext; + +var rsingleTag = ( /^<([\w-]+)\s*\/?>(?:<\/\1>|)$/ ); + + + +var risSimple = /^.[^:#\[\.,]*$/; + +// Implement the identical functionality for filter and not +function winnow( elements, qualifier, not ) { + if ( jQuery.isFunction( qualifier ) ) { + return jQuery.grep( elements, function( elem, i ) { + /* jshint -W018 */ + return !!qualifier.call( elem, i, elem ) !== not; + } ); + + } + + if ( qualifier.nodeType ) { + return jQuery.grep( elements, function( elem ) { + return ( elem === qualifier ) !== not; + } ); + + } + + if ( typeof qualifier === "string" ) { + if ( risSimple.test( qualifier ) ) { + return jQuery.filter( qualifier, elements, not ); + } + + qualifier = jQuery.filter( qualifier, elements ); + } + + return jQuery.grep( elements, function( elem ) { + return ( indexOf.call( qualifier, elem ) > -1 ) !== not; + } ); +} + +jQuery.filter = function( expr, elems, not ) { + var elem = elems[ 0 ]; + + if ( not ) { + expr = ":not(" + expr + ")"; + } + + return elems.length === 1 && elem.nodeType === 1 ? + jQuery.find.matchesSelector( elem, expr ) ? [ elem ] : [] : + jQuery.find.matches( expr, jQuery.grep( elems, function( elem ) { + return elem.nodeType === 1; + } ) ); +}; + +jQuery.fn.extend( { + find: function( selector ) { + var i, + len = this.length, + ret = [], + self = this; + + if ( typeof selector !== "string" ) { + return this.pushStack( jQuery( selector ).filter( function() { + for ( i = 0; i < len; i++ ) { + if ( jQuery.contains( self[ i ], this ) ) { + return true; + } + } + } ) ); + } + + for ( i = 0; i < len; i++ ) { + jQuery.find( selector, self[ i ], ret ); + } + + // Needed because $( selector, context ) becomes $( context ).find( selector ) + ret = this.pushStack( len > 1 ? jQuery.unique( ret ) : ret ); + ret.selector = this.selector ? this.selector + " " + selector : selector; + return ret; + }, + filter: function( selector ) { + return this.pushStack( winnow( this, selector || [], false ) ); + }, + not: function( selector ) { + return this.pushStack( winnow( this, selector || [], true ) ); + }, + is: function( selector ) { + return !!winnow( + this, + + // If this is a positional/relative selector, check membership in the returned set + // so $("p:first").is("p:last") won't return true for a doc with two "p". + typeof selector === "string" && rneedsContext.test( selector ) ? + jQuery( selector ) : + selector || [], + false + ).length; + } +} ); + + +// Initialize a jQuery object + + +// A central reference to the root jQuery(document) +var rootjQuery, + + // A simple way to check for HTML strings + // Prioritize #id over <tag> to avoid XSS via location.hash (#9521) + // Strict HTML recognition (#11290: must start with <) + rquickExpr = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/, + + init = jQuery.fn.init = function( selector, context, root ) { + var match, elem; + + // HANDLE: $(""), $(null), $(undefined), $(false) + if ( !selector ) { + return this; + } + + // Method init() accepts an alternate rootjQuery + // so migrate can support jQuery.sub (gh-2101) + root = root || rootjQuery; + + // Handle HTML strings + if ( typeof selector === "string" ) { + if ( selector[ 0 ] === "<" && + selector[ selector.length - 1 ] === ">" && + selector.length >= 3 ) { + + // Assume that strings that start and end with <> are HTML and skip the regex check + match = [ null, selector, null ]; + + } else { + match = rquickExpr.exec( selector ); + } + + // Match html or make sure no context is specified for #id + if ( match && ( match[ 1 ] || !context ) ) { + + // HANDLE: $(html) -> $(array) + if ( match[ 1 ] ) { + context = context instanceof jQuery ? context[ 0 ] : context; + + // Option to run scripts is true for back-compat + // Intentionally let the error be thrown if parseHTML is not present + jQuery.merge( this, jQuery.parseHTML( + match[ 1 ], + context && context.nodeType ? context.ownerDocument || context : document, + true + ) ); + + // HANDLE: $(html, props) + if ( rsingleTag.test( match[ 1 ] ) && jQuery.isPlainObject( context ) ) { + for ( match in context ) { + + // Properties of context are called as methods if possible + if ( jQuery.isFunction( this[ match ] ) ) { + this[ match ]( context[ match ] ); + + // ...and otherwise set as attributes + } else { + this.attr( match, context[ match ] ); + } + } + } + + return this; + + // HANDLE: $(#id) + } else { + elem = document.getElementById( match[ 2 ] ); + + // Support: Blackberry 4.6 + // gEBID returns nodes no longer in the document (#6963) + if ( elem && elem.parentNode ) { + + // Inject the element directly into the jQuery object + this.length = 1; + this[ 0 ] = elem; + } + + this.context = document; + this.selector = selector; + return this; + } + + // HANDLE: $(expr, $(...)) + } else if ( !context || context.jquery ) { + return ( context || root ).find( selector ); + + // HANDLE: $(expr, context) + // (which is just equivalent to: $(context).find(expr) + } else { + return this.constructor( context ).find( selector ); + } + + // HANDLE: $(DOMElement) + } else if ( selector.nodeType ) { + this.context = this[ 0 ] = selector; + this.length = 1; + return this; + + // HANDLE: $(function) + // Shortcut for document ready + } else if ( jQuery.isFunction( selector ) ) { + return root.ready !== undefined ? + root.ready( selector ) : + + // Execute immediately if ready is not present + selector( jQuery ); + } + + if ( selector.selector !== undefined ) { + this.selector = selector.selector; + this.context = selector.context; + } + + return jQuery.makeArray( selector, this ); + }; + +// Give the init function the jQuery prototype for later instantiation +init.prototype = jQuery.fn; + +// Initialize central reference +rootjQuery = jQuery( document ); + + +var rparentsprev = /^(?:parents|prev(?:Until|All))/, + + // Methods guaranteed to produce a unique set when starting from a unique set + guaranteedUnique = { + children: true, + contents: true, + next: true, + prev: true + }; + +jQuery.fn.extend( { + has: function( target ) { + var targets = jQuery( target, this ), + l = targets.length; + + return this.filter( function() { + var i = 0; + for ( ; i < l; i++ ) { + if ( jQuery.contains( this, targets[ i ] ) ) { + return true; + } + } + } ); + }, + + closest: function( selectors, context ) { + var cur, + i = 0, + l = this.length, + matched = [], + pos = rneedsContext.test( selectors ) || typeof selectors !== "string" ? + jQuery( selectors, context || this.context ) : + 0; + + for ( ; i < l; i++ ) { + for ( cur = this[ i ]; cur && cur !== context; cur = cur.parentNode ) { + + // Always skip document fragments + if ( cur.nodeType < 11 && ( pos ? + pos.index( cur ) > -1 : + + // Don't pass non-elements to Sizzle + cur.nodeType === 1 && + jQuery.find.matchesSelector( cur, selectors ) ) ) { + + matched.push( cur ); + break; + } + } + } + + return this.pushStack( matched.length > 1 ? jQuery.uniqueSort( matched ) : matched ); + }, + + // Determine the position of an element within the set + index: function( elem ) { + + // No argument, return index in parent + if ( !elem ) { + return ( this[ 0 ] && this[ 0 ].parentNode ) ? this.first().prevAll().length : -1; + } + + // Index in selector + if ( typeof elem === "string" ) { + return indexOf.call( jQuery( elem ), this[ 0 ] ); + } + + // Locate the position of the desired element + return indexOf.call( this, + + // If it receives a jQuery object, the first element is used + elem.jquery ? elem[ 0 ] : elem + ); + }, + + add: function( selector, context ) { + return this.pushStack( + jQuery.uniqueSort( + jQuery.merge( this.get(), jQuery( selector, context ) ) + ) + ); + }, + + addBack: function( selector ) { + return this.add( selector == null ? + this.prevObject : this.prevObject.filter( selector ) + ); + } +} ); + +function sibling( cur, dir ) { + while ( ( cur = cur[ dir ] ) && cur.nodeType !== 1 ) {} + return cur; +} + +jQuery.each( { + parent: function( elem ) { + var parent = elem.parentNode; + return parent && parent.nodeType !== 11 ? parent : null; + }, + parents: function( elem ) { + return dir( elem, "parentNode" ); + }, + parentsUntil: function( elem, i, until ) { + return dir( elem, "parentNode", until ); + }, + next: function( elem ) { + return sibling( elem, "nextSibling" ); + }, + prev: function( elem ) { + return sibling( elem, "previousSibling" ); + }, + nextAll: function( elem ) { + return dir( elem, "nextSibling" ); + }, + prevAll: function( elem ) { + return dir( elem, "previousSibling" ); + }, + nextUntil: function( elem, i, until ) { + return dir( elem, "nextSibling", until ); + }, + prevUntil: function( elem, i, until ) { + return dir( elem, "previousSibling", until ); + }, + siblings: function( elem ) { + return siblings( ( elem.parentNode || {} ).firstChild, elem ); + }, + children: function( elem ) { + return siblings( elem.firstChild ); + }, + contents: function( elem ) { + return elem.contentDocument || jQuery.merge( [], elem.childNodes ); + } +}, function( name, fn ) { + jQuery.fn[ name ] = function( until, selector ) { + var matched = jQuery.map( this, fn, until ); + + if ( name.slice( -5 ) !== "Until" ) { + selector = until; + } + + if ( selector && typeof selector === "string" ) { + matched = jQuery.filter( selector, matched ); + } + + if ( this.length > 1 ) { + + // Remove duplicates + if ( !guaranteedUnique[ name ] ) { + jQuery.uniqueSort( matched ); + } + + // Reverse order for parents* and prev-derivatives + if ( rparentsprev.test( name ) ) { + matched.reverse(); + } + } + + return this.pushStack( matched ); + }; +} ); +var rnotwhite = ( /\S+/g ); + + + +// Convert String-formatted options into Object-formatted ones +function createOptions( options ) { + var object = {}; + jQuery.each( options.match( rnotwhite ) || [], function( _, flag ) { + object[ flag ] = true; + } ); + return object; +} + +/* + * Create a callback list using the following parameters: + * + * options: an optional list of space-separated options that will change how + * the callback list behaves or a more traditional option object + * + * By default a callback list will act like an event callback list and can be + * "fired" multiple times. + * + * Possible options: + * + * once: will ensure the callback list can only be fired once (like a Deferred) + * + * memory: will keep track of previous values and will call any callback added + * after the list has been fired right away with the latest "memorized" + * values (like a Deferred) + * + * unique: will ensure a callback can only be added once (no duplicate in the list) + * + * stopOnFalse: interrupt callings when a callback returns false + * + */ +jQuery.Callbacks = function( options ) { + + // Convert options from String-formatted to Object-formatted if needed + // (we check in cache first) + options = typeof options === "string" ? + createOptions( options ) : + jQuery.extend( {}, options ); + + var // Flag to know if list is currently firing + firing, + + // Last fire value for non-forgettable lists + memory, + + // Flag to know if list was already fired + fired, + + // Flag to prevent firing + locked, + + // Actual callback list + list = [], + + // Queue of execution data for repeatable lists + queue = [], + + // Index of currently firing callback (modified by add/remove as needed) + firingIndex = -1, + + // Fire callbacks + fire = function() { + + // Enforce single-firing + locked = options.once; + + // Execute callbacks for all pending executions, + // respecting firingIndex overrides and runtime changes + fired = firing = true; + for ( ; queue.length; firingIndex = -1 ) { + memory = queue.shift(); + while ( ++firingIndex < list.length ) { + + // Run callback and check for early termination + if ( list[ firingIndex ].apply( memory[ 0 ], memory[ 1 ] ) === false && + options.stopOnFalse ) { + + // Jump to end and forget the data so .add doesn't re-fire + firingIndex = list.length; + memory = false; + } + } + } + + // Forget the data if we're done with it + if ( !options.memory ) { + memory = false; + } + + firing = false; + + // Clean up if we're done firing for good + if ( locked ) { + + // Keep an empty list if we have data for future add calls + if ( memory ) { + list = []; + + // Otherwise, this object is spent + } else { + list = ""; + } + } + }, + + // Actual Callbacks object + self = { + + // Add a callback or a collection of callbacks to the list + add: function() { + if ( list ) { + + // If we have memory from a past run, we should fire after adding + if ( memory && !firing ) { + firingIndex = list.length - 1; + queue.push( memory ); + } + + ( function add( args ) { + jQuery.each( args, function( _, arg ) { + if ( jQuery.isFunction( arg ) ) { + if ( !options.unique || !self.has( arg ) ) { + list.push( arg ); + } + } else if ( arg && arg.length && jQuery.type( arg ) !== "string" ) { + + // Inspect recursively + add( arg ); + } + } ); + } )( arguments ); + + if ( memory && !firing ) { + fire(); + } + } + return this; + }, + + // Remove a callback from the list + remove: function() { + jQuery.each( arguments, function( _, arg ) { + var index; + while ( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) { + list.splice( index, 1 ); + + // Handle firing indexes + if ( index <= firingIndex ) { + firingIndex--; + } + } + } ); + return this; + }, + + // Check if a given callback is in the list. + // If no argument is given, return whether or not list has callbacks attached. + has: function( fn ) { + return fn ? + jQuery.inArray( fn, list ) > -1 : + list.length > 0; + }, + + // Remove all callbacks from the list + empty: function() { + if ( list ) { + list = []; + } + return this; + }, + + // Disable .fire and .add + // Abort any current/pending executions + // Clear all callbacks and values + disable: function() { + locked = queue = []; + list = memory = ""; + return this; + }, + disabled: function() { + return !list; + }, + + // Disable .fire + // Also disable .add unless we have memory (since it would have no effect) + // Abort any pending executions + lock: function() { + locked = queue = []; + if ( !memory ) { + list = memory = ""; + } + return this; + }, + locked: function() { + return !!locked; + }, + + // Call all callbacks with the given context and arguments + fireWith: function( context, args ) { + if ( !locked ) { + args = args || []; + args = [ context, args.slice ? args.slice() : args ]; + queue.push( args ); + if ( !firing ) { + fire(); + } + } + return this; + }, + + // Call all the callbacks with the given arguments + fire: function() { + self.fireWith( this, arguments ); + return this; + }, + + // To know if the callbacks have already been called at least once + fired: function() { + return !!fired; + } + }; + + return self; +}; + + +jQuery.extend( { + + Deferred: function( func ) { + var tuples = [ + + // action, add listener, listener list, final state + [ "resolve", "done", jQuery.Callbacks( "once memory" ), "resolved" ], + [ "reject", "fail", jQuery.Callbacks( "once memory" ), "rejected" ], + [ "notify", "progress", jQuery.Callbacks( "memory" ) ] + ], + state = "pending", + promise = { + state: function() { + return state; + }, + always: function() { + deferred.done( arguments ).fail( arguments ); + return this; + }, + then: function( /* fnDone, fnFail, fnProgress */ ) { + var fns = arguments; + return jQuery.Deferred( function( newDefer ) { + jQuery.each( tuples, function( i, tuple ) { + var fn = jQuery.isFunction( fns[ i ] ) && fns[ i ]; + + // deferred[ done | fail | progress ] for forwarding actions to newDefer + deferred[ tuple[ 1 ] ]( function() { + var returned = fn && fn.apply( this, arguments ); + if ( returned && jQuery.isFunction( returned.promise ) ) { + returned.promise() + .progress( newDefer.notify ) + .done( newDefer.resolve ) + .fail( newDefer.reject ); + } else { + newDefer[ tuple[ 0 ] + "With" ]( + this === promise ? newDefer.promise() : this, + fn ? [ returned ] : arguments + ); + } + } ); + } ); + fns = null; + } ).promise(); + }, + + // Get a promise for this deferred + // If obj is provided, the promise aspect is added to the object + promise: function( obj ) { + return obj != null ? jQuery.extend( obj, promise ) : promise; + } + }, + deferred = {}; + + // Keep pipe for back-compat + promise.pipe = promise.then; + + // Add list-specific methods + jQuery.each( tuples, function( i, tuple ) { + var list = tuple[ 2 ], + stateString = tuple[ 3 ]; + + // promise[ done | fail | progress ] = list.add + promise[ tuple[ 1 ] ] = list.add; + + // Handle state + if ( stateString ) { + list.add( function() { + + // state = [ resolved | rejected ] + state = stateString; + + // [ reject_list | resolve_list ].disable; progress_list.lock + }, tuples[ i ^ 1 ][ 2 ].disable, tuples[ 2 ][ 2 ].lock ); + } + + // deferred[ resolve | reject | notify ] + deferred[ tuple[ 0 ] ] = function() { + deferred[ tuple[ 0 ] + "With" ]( this === deferred ? promise : this, arguments ); + return this; + }; + deferred[ tuple[ 0 ] + "With" ] = list.fireWith; + } ); + + // Make the deferred a promise + promise.promise( deferred ); + + // Call given func if any + if ( func ) { + func.call( deferred, deferred ); + } + + // All done! + return deferred; + }, + + // Deferred helper + when: function( subordinate /* , ..., subordinateN */ ) { + var i = 0, + resolveValues = slice.call( arguments ), + length = resolveValues.length, + + // the count of uncompleted subordinates + remaining = length !== 1 || + ( subordinate && jQuery.isFunction( subordinate.promise ) ) ? length : 0, + + // the master Deferred. + // If resolveValues consist of only a single Deferred, just use that. + deferred = remaining === 1 ? subordinate : jQuery.Deferred(), + + // Update function for both resolve and progress values + updateFunc = function( i, contexts, values ) { + return function( value ) { + contexts[ i ] = this; + values[ i ] = arguments.length > 1 ? slice.call( arguments ) : value; + if ( values === progressValues ) { + deferred.notifyWith( contexts, values ); + } else if ( !( --remaining ) ) { + deferred.resolveWith( contexts, values ); + } + }; + }, + + progressValues, progressContexts, resolveContexts; + + // Add listeners to Deferred subordinates; treat others as resolved + if ( length > 1 ) { + progressValues = new Array( length ); + progressContexts = new Array( length ); + resolveContexts = new Array( length ); + for ( ; i < length; i++ ) { + if ( resolveValues[ i ] && jQuery.isFunction( resolveValues[ i ].promise ) ) { + resolveValues[ i ].promise() + .progress( updateFunc( i, progressContexts, progressValues ) ) + .done( updateFunc( i, resolveContexts, resolveValues ) ) + .fail( deferred.reject ); + } else { + --remaining; + } + } + } + + // If we're not waiting on anything, resolve the master + if ( !remaining ) { + deferred.resolveWith( resolveContexts, resolveValues ); + } + + return deferred.promise(); + } +} ); + + +// The deferred used on DOM ready +var readyList; + +jQuery.fn.ready = function( fn ) { + + // Add the callback + jQuery.ready.promise().done( fn ); + + return this; +}; + +jQuery.extend( { + + // Is the DOM ready to be used? Set to true once it occurs. + isReady: false, + + // A counter to track how many items to wait for before + // the ready event fires. See #6781 + readyWait: 1, + + // Hold (or release) the ready event + holdReady: function( hold ) { + if ( hold ) { + jQuery.readyWait++; + } else { + jQuery.ready( true ); + } + }, + + // Handle when the DOM is ready + ready: function( wait ) { + + // Abort if there are pending holds or we're already ready + if ( wait === true ? --jQuery.readyWait : jQuery.isReady ) { + return; + } + + // Remember that the DOM is ready + jQuery.isReady = true; + + // If a normal DOM Ready event fired, decrement, and wait if need be + if ( wait !== true && --jQuery.readyWait > 0 ) { + return; + } + + // If there are functions bound, to execute + readyList.resolveWith( document, [ jQuery ] ); + + // Trigger any bound ready events + if ( jQuery.fn.triggerHandler ) { + jQuery( document ).triggerHandler( "ready" ); + jQuery( document ).off( "ready" ); + } + } +} ); + +/** + * The ready event handler and self cleanup method + */ +function completed() { + document.removeEventListener( "DOMContentLoaded", completed ); + window.removeEventListener( "load", completed ); + jQuery.ready(); +} + +jQuery.ready.promise = function( obj ) { + if ( !readyList ) { + + readyList = jQuery.Deferred(); + + // Catch cases where $(document).ready() is called + // after the browser event has already occurred. + // Support: IE9-10 only + // Older IE sometimes signals "interactive" too soon + if ( document.readyState === "complete" || + ( document.readyState !== "loading" && !document.documentElement.doScroll ) ) { + + // Handle it asynchronously to allow scripts the opportunity to delay ready + window.setTimeout( jQuery.ready ); + + } else { + + // Use the handy event callback + document.addEventListener( "DOMContentLoaded", completed ); + + // A fallback to window.onload, that will always work + window.addEventListener( "load", completed ); + } + } + return readyList.promise( obj ); +}; + +// Kick off the DOM ready check even if the user does not +jQuery.ready.promise(); + + + + +// Multifunctional method to get and set values of a collection +// The value/s can optionally be executed if it's a function +var access = function( elems, fn, key, value, chainable, emptyGet, raw ) { + var i = 0, + len = elems.length, + bulk = key == null; + + // Sets many values + if ( jQuery.type( key ) === "object" ) { + chainable = true; + for ( i in key ) { + access( elems, fn, i, key[ i ], true, emptyGet, raw ); + } + + // Sets one value + } else if ( value !== undefined ) { + chainable = true; + + if ( !jQuery.isFunction( value ) ) { + raw = true; + } + + if ( bulk ) { + + // Bulk operations run against the entire set + if ( raw ) { + fn.call( elems, value ); + fn = null; + + // ...except when executing function values + } else { + bulk = fn; + fn = function( elem, key, value ) { + return bulk.call( jQuery( elem ), value ); + }; + } + } + + if ( fn ) { + for ( ; i < len; i++ ) { + fn( + elems[ i ], key, raw ? + value : + value.call( elems[ i ], i, fn( elems[ i ], key ) ) + ); + } + } + } + + return chainable ? + elems : + + // Gets + bulk ? + fn.call( elems ) : + len ? fn( elems[ 0 ], key ) : emptyGet; +}; +var acceptData = function( owner ) { + + // Accepts only: + // - Node + // - Node.ELEMENT_NODE + // - Node.DOCUMENT_NODE + // - Object + // - Any + /* jshint -W018 */ + return owner.nodeType === 1 || owner.nodeType === 9 || !( +owner.nodeType ); +}; + + + + +function Data() { + this.expando = jQuery.expando + Data.uid++; +} + +Data.uid = 1; + +Data.prototype = { + + register: function( owner, initial ) { + var value = initial || {}; + + // If it is a node unlikely to be stringify-ed or looped over + // use plain assignment + if ( owner.nodeType ) { + owner[ this.expando ] = value; + + // Otherwise secure it in a non-enumerable, non-writable property + // configurability must be true to allow the property to be + // deleted with the delete operator + } else { + Object.defineProperty( owner, this.expando, { + value: value, + writable: true, + configurable: true + } ); + } + return owner[ this.expando ]; + }, + cache: function( owner ) { + + // We can accept data for non-element nodes in modern browsers, + // but we should not, see #8335. + // Always return an empty object. + if ( !acceptData( owner ) ) { + return {}; + } + + // Check if the owner object already has a cache + var value = owner[ this.expando ]; + + // If not, create one + if ( !value ) { + value = {}; + + // We can accept data for non-element nodes in modern browsers, + // but we should not, see #8335. + // Always return an empty object. + if ( acceptData( owner ) ) { + + // If it is a node unlikely to be stringify-ed or looped over + // use plain assignment + if ( owner.nodeType ) { + owner[ this.expando ] = value; + + // Otherwise secure it in a non-enumerable property + // configurable must be true to allow the property to be + // deleted when data is removed + } else { + Object.defineProperty( owner, this.expando, { + value: value, + configurable: true + } ); + } + } + } + + return value; + }, + set: function( owner, data, value ) { + var prop, + cache = this.cache( owner ); + + // Handle: [ owner, key, value ] args + if ( typeof data === "string" ) { + cache[ data ] = value; + + // Handle: [ owner, { properties } ] args + } else { + + // Copy the properties one-by-one to the cache object + for ( prop in data ) { + cache[ prop ] = data[ prop ]; + } + } + return cache; + }, + get: function( owner, key ) { + return key === undefined ? + this.cache( owner ) : + owner[ this.expando ] && owner[ this.expando ][ key ]; + }, + access: function( owner, key, value ) { + var stored; + + // In cases where either: + // + // 1. No key was specified + // 2. A string key was specified, but no value provided + // + // Take the "read" path and allow the get method to determine + // which value to return, respectively either: + // + // 1. The entire cache object + // 2. The data stored at the key + // + if ( key === undefined || + ( ( key && typeof key === "string" ) && value === undefined ) ) { + + stored = this.get( owner, key ); + + return stored !== undefined ? + stored : this.get( owner, jQuery.camelCase( key ) ); + } + + // When the key is not a string, or both a key and value + // are specified, set or extend (existing objects) with either: + // + // 1. An object of properties + // 2. A key and value + // + this.set( owner, key, value ); + + // Since the "set" path can have two possible entry points + // return the expected data based on which path was taken[*] + return value !== undefined ? value : key; + }, + remove: function( owner, key ) { + var i, name, camel, + cache = owner[ this.expando ]; + + if ( cache === undefined ) { + return; + } + + if ( key === undefined ) { + this.register( owner ); + + } else { + + // Support array or space separated string of keys + if ( jQuery.isArray( key ) ) { + + // If "name" is an array of keys... + // When data is initially created, via ("key", "val") signature, + // keys will be converted to camelCase. + // Since there is no way to tell _how_ a key was added, remove + // both plain key and camelCase key. #12786 + // This will only penalize the array argument path. + name = key.concat( key.map( jQuery.camelCase ) ); + } else { + camel = jQuery.camelCase( key ); + + // Try the string as a key before any manipulation + if ( key in cache ) { + name = [ key, camel ]; + } else { + + // If a key with the spaces exists, use it. + // Otherwise, create an array by matching non-whitespace + name = camel; + name = name in cache ? + [ name ] : ( name.match( rnotwhite ) || [] ); + } + } + + i = name.length; + + while ( i-- ) { + delete cache[ name[ i ] ]; + } + } + + // Remove the expando if there's no more data + if ( key === undefined || jQuery.isEmptyObject( cache ) ) { + + // Support: Chrome <= 35-45+ + // Webkit & Blink performance suffers when deleting properties + // from DOM nodes, so set to undefined instead + // https://code.google.com/p/chromium/issues/detail?id=378607 + if ( owner.nodeType ) { + owner[ this.expando ] = undefined; + } else { + delete owner[ this.expando ]; + } + } + }, + hasData: function( owner ) { + var cache = owner[ this.expando ]; + return cache !== undefined && !jQuery.isEmptyObject( cache ); + } +}; +var dataPriv = new Data(); + +var dataUser = new Data(); + + + +// Implementation Summary +// +// 1. Enforce API surface and semantic compatibility with 1.9.x branch +// 2. Improve the module's maintainability by reducing the storage +// paths to a single mechanism. +// 3. Use the same single mechanism to support "private" and "user" data. +// 4. _Never_ expose "private" data to user code (TODO: Drop _data, _removeData) +// 5. Avoid exposing implementation details on user objects (eg. expando properties) +// 6. Provide a clear path for implementation upgrade to WeakMap in 2014 + +var rbrace = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/, + rmultiDash = /[A-Z]/g; + +function dataAttr( elem, key, data ) { + var name; + + // If nothing was found internally, try to fetch any + // data from the HTML5 data-* attribute + if ( data === undefined && elem.nodeType === 1 ) { + name = "data-" + key.replace( rmultiDash, "-$&" ).toLowerCase(); + data = elem.getAttribute( name ); + + if ( typeof data === "string" ) { + try { + data = data === "true" ? true : + data === "false" ? false : + data === "null" ? null : + + // Only convert to a number if it doesn't change the string + +data + "" === data ? +data : + rbrace.test( data ) ? jQuery.parseJSON( data ) : + data; + } catch ( e ) {} + + // Make sure we set the data so it isn't changed later + dataUser.set( elem, key, data ); + } else { + data = undefined; + } + } + return data; +} + +jQuery.extend( { + hasData: function( elem ) { + return dataUser.hasData( elem ) || dataPriv.hasData( elem ); + }, + + data: function( elem, name, data ) { + return dataUser.access( elem, name, data ); + }, + + removeData: function( elem, name ) { + dataUser.remove( elem, name ); + }, + + // TODO: Now that all calls to _data and _removeData have been replaced + // with direct calls to dataPriv methods, these can be deprecated. + _data: function( elem, name, data ) { + return dataPriv.access( elem, name, data ); + }, + + _removeData: function( elem, name ) { + dataPriv.remove( elem, name ); + } +} ); + +jQuery.fn.extend( { + data: function( key, value ) { + var i, name, data, + elem = this[ 0 ], + attrs = elem && elem.attributes; + + // Gets all values + if ( key === undefined ) { + if ( this.length ) { + data = dataUser.get( elem ); + + if ( elem.nodeType === 1 && !dataPriv.get( elem, "hasDataAttrs" ) ) { + i = attrs.length; + while ( i-- ) { + + // Support: IE11+ + // The attrs elements can be null (#14894) + if ( attrs[ i ] ) { + name = attrs[ i ].name; + if ( name.indexOf( "data-" ) === 0 ) { + name = jQuery.camelCase( name.slice( 5 ) ); + dataAttr( elem, name, data[ name ] ); + } + } + } + dataPriv.set( elem, "hasDataAttrs", true ); + } + } + + return data; + } + + // Sets multiple values + if ( typeof key === "object" ) { + return this.each( function() { + dataUser.set( this, key ); + } ); + } + + return access( this, function( value ) { + var data, camelKey; + + // The calling jQuery object (element matches) is not empty + // (and therefore has an element appears at this[ 0 ]) and the + // `value` parameter was not undefined. An empty jQuery object + // will result in `undefined` for elem = this[ 0 ] which will + // throw an exception if an attempt to read a data cache is made. + if ( elem && value === undefined ) { + + // Attempt to get data from the cache + // with the key as-is + data = dataUser.get( elem, key ) || + + // Try to find dashed key if it exists (gh-2779) + // This is for 2.2.x only + dataUser.get( elem, key.replace( rmultiDash, "-$&" ).toLowerCase() ); + + if ( data !== undefined ) { + return data; + } + + camelKey = jQuery.camelCase( key ); + + // Attempt to get data from the cache + // with the key camelized + data = dataUser.get( elem, camelKey ); + if ( data !== undefined ) { + return data; + } + + // Attempt to "discover" the data in + // HTML5 custom data-* attrs + data = dataAttr( elem, camelKey, undefined ); + if ( data !== undefined ) { + return data; + } + + // We tried really hard, but the data doesn't exist. + return; + } + + // Set the data... + camelKey = jQuery.camelCase( key ); + this.each( function() { + + // First, attempt to store a copy or reference of any + // data that might've been store with a camelCased key. + var data = dataUser.get( this, camelKey ); + + // For HTML5 data-* attribute interop, we have to + // store property names with dashes in a camelCase form. + // This might not apply to all properties...* + dataUser.set( this, camelKey, value ); + + // *... In the case of properties that might _actually_ + // have dashes, we need to also store a copy of that + // unchanged property. + if ( key.indexOf( "-" ) > -1 && data !== undefined ) { + dataUser.set( this, key, value ); + } + } ); + }, null, value, arguments.length > 1, null, true ); + }, + + removeData: function( key ) { + return this.each( function() { + dataUser.remove( this, key ); + } ); + } +} ); + + +jQuery.extend( { + queue: function( elem, type, data ) { + var queue; + + if ( elem ) { + type = ( type || "fx" ) + "queue"; + queue = dataPriv.get( elem, type ); + + // Speed up dequeue by getting out quickly if this is just a lookup + if ( data ) { + if ( !queue || jQuery.isArray( data ) ) { + queue = dataPriv.access( elem, type, jQuery.makeArray( data ) ); + } else { + queue.push( data ); + } + } + return queue || []; + } + }, + + dequeue: function( elem, type ) { + type = type || "fx"; + + var queue = jQuery.queue( elem, type ), + startLength = queue.length, + fn = queue.shift(), + hooks = jQuery._queueHooks( elem, type ), + next = function() { + jQuery.dequeue( elem, type ); + }; + + // If the fx queue is dequeued, always remove the progress sentinel + if ( fn === "inprogress" ) { + fn = queue.shift(); + startLength--; + } + + if ( fn ) { + + // Add a progress sentinel to prevent the fx queue from being + // automatically dequeued + if ( type === "fx" ) { + queue.unshift( "inprogress" ); + } + + // Clear up the last queue stop function + delete hooks.stop; + fn.call( elem, next, hooks ); + } + + if ( !startLength && hooks ) { + hooks.empty.fire(); + } + }, + + // Not public - generate a queueHooks object, or return the current one + _queueHooks: function( elem, type ) { + var key = type + "queueHooks"; + return dataPriv.get( elem, key ) || dataPriv.access( elem, key, { + empty: jQuery.Callbacks( "once memory" ).add( function() { + dataPriv.remove( elem, [ type + "queue", key ] ); + } ) + } ); + } +} ); + +jQuery.fn.extend( { + queue: function( type, data ) { + var setter = 2; + + if ( typeof type !== "string" ) { + data = type; + type = "fx"; + setter--; + } + + if ( arguments.length < setter ) { + return jQuery.queue( this[ 0 ], type ); + } + + return data === undefined ? + this : + this.each( function() { + var queue = jQuery.queue( this, type, data ); + + // Ensure a hooks for this queue + jQuery._queueHooks( this, type ); + + if ( type === "fx" && queue[ 0 ] !== "inprogress" ) { + jQuery.dequeue( this, type ); + } + } ); + }, + dequeue: function( type ) { + return this.each( function() { + jQuery.dequeue( this, type ); + } ); + }, + clearQueue: function( type ) { + return this.queue( type || "fx", [] ); + }, + + // Get a promise resolved when queues of a certain type + // are emptied (fx is the type by default) + promise: function( type, obj ) { + var tmp, + count = 1, + defer = jQuery.Deferred(), + elements = this, + i = this.length, + resolve = function() { + if ( !( --count ) ) { + defer.resolveWith( elements, [ elements ] ); + } + }; + + if ( typeof type !== "string" ) { + obj = type; + type = undefined; + } + type = type || "fx"; + + while ( i-- ) { + tmp = dataPriv.get( elements[ i ], type + "queueHooks" ); + if ( tmp && tmp.empty ) { + count++; + tmp.empty.add( resolve ); + } + } + resolve(); + return defer.promise( obj ); + } +} ); +var pnum = ( /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/ ).source; + +var rcssNum = new RegExp( "^(?:([+-])=|)(" + pnum + ")([a-z%]*)$", "i" ); + + +var cssExpand = [ "Top", "Right", "Bottom", "Left" ]; + +var isHidden = function( elem, el ) { + + // isHidden might be called from jQuery#filter function; + // in that case, element will be second argument + elem = el || elem; + return jQuery.css( elem, "display" ) === "none" || + !jQuery.contains( elem.ownerDocument, elem ); + }; + + + +function adjustCSS( elem, prop, valueParts, tween ) { + var adjusted, + scale = 1, + maxIterations = 20, + currentValue = tween ? + function() { return tween.cur(); } : + function() { return jQuery.css( elem, prop, "" ); }, + initial = currentValue(), + unit = valueParts && valueParts[ 3 ] || ( jQuery.cssNumber[ prop ] ? "" : "px" ), + + // Starting value computation is required for potential unit mismatches + initialInUnit = ( jQuery.cssNumber[ prop ] || unit !== "px" && +initial ) && + rcssNum.exec( jQuery.css( elem, prop ) ); + + if ( initialInUnit && initialInUnit[ 3 ] !== unit ) { + + // Trust units reported by jQuery.css + unit = unit || initialInUnit[ 3 ]; + + // Make sure we update the tween properties later on + valueParts = valueParts || []; + + // Iteratively approximate from a nonzero starting point + initialInUnit = +initial || 1; + + do { + + // If previous iteration zeroed out, double until we get *something*. + // Use string for doubling so we don't accidentally see scale as unchanged below + scale = scale || ".5"; + + // Adjust and apply + initialInUnit = initialInUnit / scale; + jQuery.style( elem, prop, initialInUnit + unit ); + + // Update scale, tolerating zero or NaN from tween.cur() + // Break the loop if scale is unchanged or perfect, or if we've just had enough. + } while ( + scale !== ( scale = currentValue() / initial ) && scale !== 1 && --maxIterations + ); + } + + if ( valueParts ) { + initialInUnit = +initialInUnit || +initial || 0; + + // Apply relative offset (+=/-=) if specified + adjusted = valueParts[ 1 ] ? + initialInUnit + ( valueParts[ 1 ] + 1 ) * valueParts[ 2 ] : + +valueParts[ 2 ]; + if ( tween ) { + tween.unit = unit; + tween.start = initialInUnit; + tween.end = adjusted; + } + } + return adjusted; +} +var rcheckableType = ( /^(?:checkbox|radio)$/i ); + +var rtagName = ( /<([\w:-]+)/ ); + +var rscriptType = ( /^$|\/(?:java|ecma)script/i ); + + + +// We have to close these tags to support XHTML (#13200) +var wrapMap = { + + // Support: IE9 + option: [ 1, "<select multiple='multiple'>", "</select>" ], + + // XHTML parsers do not magically insert elements in the + // same way that tag soup parsers do. So we cannot shorten + // this by omitting <tbody> or other required elements. + thead: [ 1, "<table>", "</table>" ], + col: [ 2, "<table><colgroup>", "</colgroup></table>" ], + tr: [ 2, "<table><tbody>", "</tbody></table>" ], + td: [ 3, "<table><tbody><tr>", "</tr></tbody></table>" ], + + _default: [ 0, "", "" ] +}; + +// Support: IE9 +wrapMap.optgroup = wrapMap.option; + +wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead; +wrapMap.th = wrapMap.td; + + +function getAll( context, tag ) { + + // Support: IE9-11+ + // Use typeof to avoid zero-argument method invocation on host objects (#15151) + var ret = typeof context.getElementsByTagName !== "undefined" ? + context.getElementsByTagName( tag || "*" ) : + typeof context.querySelectorAll !== "undefined" ? + context.querySelectorAll( tag || "*" ) : + []; + + return tag === undefined || tag && jQuery.nodeName( context, tag ) ? + jQuery.merge( [ context ], ret ) : + ret; +} + + +// Mark scripts as having already been evaluated +function setGlobalEval( elems, refElements ) { + var i = 0, + l = elems.length; + + for ( ; i < l; i++ ) { + dataPriv.set( + elems[ i ], + "globalEval", + !refElements || dataPriv.get( refElements[ i ], "globalEval" ) + ); + } +} + + +var rhtml = /<|&#?\w+;/; + +function buildFragment( elems, context, scripts, selection, ignored ) { + var elem, tmp, tag, wrap, contains, j, + fragment = context.createDocumentFragment(), + nodes = [], + i = 0, + l = elems.length; + + for ( ; i < l; i++ ) { + elem = elems[ i ]; + + if ( elem || elem === 0 ) { + + // Add nodes directly + if ( jQuery.type( elem ) === "object" ) { + + // Support: Android<4.1, PhantomJS<2 + // push.apply(_, arraylike) throws on ancient WebKit + jQuery.merge( nodes, elem.nodeType ? [ elem ] : elem ); + + // Convert non-html into a text node + } else if ( !rhtml.test( elem ) ) { + nodes.push( context.createTextNode( elem ) ); + + // Convert html into DOM nodes + } else { + tmp = tmp || fragment.appendChild( context.createElement( "div" ) ); + + // Deserialize a standard representation + tag = ( rtagName.exec( elem ) || [ "", "" ] )[ 1 ].toLowerCase(); + wrap = wrapMap[ tag ] || wrapMap._default; + tmp.innerHTML = wrap[ 1 ] + jQuery.htmlPrefilter( elem ) + wrap[ 2 ]; + + // Descend through wrappers to the right content + j = wrap[ 0 ]; + while ( j-- ) { + tmp = tmp.lastChild; + } + + // Support: Android<4.1, PhantomJS<2 + // push.apply(_, arraylike) throws on ancient WebKit + jQuery.merge( nodes, tmp.childNodes ); + + // Remember the top-level container + tmp = fragment.firstChild; + + // Ensure the created nodes are orphaned (#12392) + tmp.textContent = ""; + } + } + } + + // Remove wrapper from fragment + fragment.textContent = ""; + + i = 0; + while ( ( elem = nodes[ i++ ] ) ) { + + // Skip elements already in the context collection (trac-4087) + if ( selection && jQuery.inArray( elem, selection ) > -1 ) { + if ( ignored ) { + ignored.push( elem ); + } + continue; + } + + contains = jQuery.contains( elem.ownerDocument, elem ); + + // Append to fragment + tmp = getAll( fragment.appendChild( elem ), "script" ); + + // Preserve script evaluation history + if ( contains ) { + setGlobalEval( tmp ); + } + + // Capture executables + if ( scripts ) { + j = 0; + while ( ( elem = tmp[ j++ ] ) ) { + if ( rscriptType.test( elem.type || "" ) ) { + scripts.push( elem ); + } + } + } + } + + return fragment; +} + + +( function() { + var fragment = document.createDocumentFragment(), + div = fragment.appendChild( document.createElement( "div" ) ), + input = document.createElement( "input" ); + + // Support: Android 4.0-4.3, Safari<=5.1 + // Check state lost if the name is set (#11217) + // Support: Windows Web Apps (WWA) + // `name` and `type` must use .setAttribute for WWA (#14901) + input.setAttribute( "type", "radio" ); + input.setAttribute( "checked", "checked" ); + input.setAttribute( "name", "t" ); + + div.appendChild( input ); + + // Support: Safari<=5.1, Android<4.2 + // Older WebKit doesn't clone checked state correctly in fragments + support.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked; + + // Support: IE<=11+ + // Make sure textarea (and checkbox) defaultValue is properly cloned + div.innerHTML = "<textarea>x</textarea>"; + support.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue; +} )(); + + +var + rkeyEvent = /^key/, + rmouseEvent = /^(?:mouse|pointer|contextmenu|drag|drop)|click/, + rtypenamespace = /^([^.]*)(?:\.(.+)|)/; + +function returnTrue() { + return true; +} + +function returnFalse() { + return false; +} + +// Support: IE9 +// See #13393 for more info +function safeActiveElement() { + try { + return document.activeElement; + } catch ( err ) { } +} + +function on( elem, types, selector, data, fn, one ) { + var origFn, type; + + // Types can be a map of types/handlers + if ( typeof types === "object" ) { + + // ( types-Object, selector, data ) + if ( typeof selector !== "string" ) { + + // ( types-Object, data ) + data = data || selector; + selector = undefined; + } + for ( type in types ) { + on( elem, type, selector, data, types[ type ], one ); + } + return elem; + } + + if ( data == null && fn == null ) { + + // ( types, fn ) + fn = selector; + data = selector = undefined; + } else if ( fn == null ) { + if ( typeof selector === "string" ) { + + // ( types, selector, fn ) + fn = data; + data = undefined; + } else { + + // ( types, data, fn ) + fn = data; + data = selector; + selector = undefined; + } + } + if ( fn === false ) { + fn = returnFalse; + } else if ( !fn ) { + return elem; + } + + if ( one === 1 ) { + origFn = fn; + fn = function( event ) { + + // Can use an empty set, since event contains the info + jQuery().off( event ); + return origFn.apply( this, arguments ); + }; + + // Use same guid so caller can remove using origFn + fn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ ); + } + return elem.each( function() { + jQuery.event.add( this, types, fn, data, selector ); + } ); +} + +/* + * Helper functions for managing events -- not part of the public interface. + * Props to Dean Edwards' addEvent library for many of the ideas. + */ +jQuery.event = { + + global: {}, + + add: function( elem, types, handler, data, selector ) { + + var handleObjIn, eventHandle, tmp, + events, t, handleObj, + special, handlers, type, namespaces, origType, + elemData = dataPriv.get( elem ); + + // Don't attach events to noData or text/comment nodes (but allow plain objects) + if ( !elemData ) { + return; + } + + // Caller can pass in an object of custom data in lieu of the handler + if ( handler.handler ) { + handleObjIn = handler; + handler = handleObjIn.handler; + selector = handleObjIn.selector; + } + + // Make sure that the handler has a unique ID, used to find/remove it later + if ( !handler.guid ) { + handler.guid = jQuery.guid++; + } + + // Init the element's event structure and main handler, if this is the first + if ( !( events = elemData.events ) ) { + events = elemData.events = {}; + } + if ( !( eventHandle = elemData.handle ) ) { + eventHandle = elemData.handle = function( e ) { + + // Discard the second event of a jQuery.event.trigger() and + // when an event is called after a page has unloaded + return typeof jQuery !== "undefined" && jQuery.event.triggered !== e.type ? + jQuery.event.dispatch.apply( elem, arguments ) : undefined; + }; + } + + // Handle multiple events separated by a space + types = ( types || "" ).match( rnotwhite ) || [ "" ]; + t = types.length; + while ( t-- ) { + tmp = rtypenamespace.exec( types[ t ] ) || []; + type = origType = tmp[ 1 ]; + namespaces = ( tmp[ 2 ] || "" ).split( "." ).sort(); + + // There *must* be a type, no attaching namespace-only handlers + if ( !type ) { + continue; + } + + // If event changes its type, use the special event handlers for the changed type + special = jQuery.event.special[ type ] || {}; + + // If selector defined, determine special event api type, otherwise given type + type = ( selector ? special.delegateType : special.bindType ) || type; + + // Update special based on newly reset type + special = jQuery.event.special[ type ] || {}; + + // handleObj is passed to all event handlers + handleObj = jQuery.extend( { + type: type, + origType: origType, + data: data, + handler: handler, + guid: handler.guid, + selector: selector, + needsContext: selector && jQuery.expr.match.needsContext.test( selector ), + namespace: namespaces.join( "." ) + }, handleObjIn ); + + // Init the event handler queue if we're the first + if ( !( handlers = events[ type ] ) ) { + handlers = events[ type ] = []; + handlers.delegateCount = 0; + + // Only use addEventListener if the special events handler returns false + if ( !special.setup || + special.setup.call( elem, data, namespaces, eventHandle ) === false ) { + + if ( elem.addEventListener ) { + elem.addEventListener( type, eventHandle ); + } + } + } + + if ( special.add ) { + special.add.call( elem, handleObj ); + + if ( !handleObj.handler.guid ) { + handleObj.handler.guid = handler.guid; + } + } + + // Add to the element's handler list, delegates in front + if ( selector ) { + handlers.splice( handlers.delegateCount++, 0, handleObj ); + } else { + handlers.push( handleObj ); + } + + // Keep track of which events have ever been used, for event optimization + jQuery.event.global[ type ] = true; + } + + }, + + // Detach an event or set of events from an element + remove: function( elem, types, handler, selector, mappedTypes ) { + + var j, origCount, tmp, + events, t, handleObj, + special, handlers, type, namespaces, origType, + elemData = dataPriv.hasData( elem ) && dataPriv.get( elem ); + + if ( !elemData || !( events = elemData.events ) ) { + return; + } + + // Once for each type.namespace in types; type may be omitted + types = ( types || "" ).match( rnotwhite ) || [ "" ]; + t = types.length; + while ( t-- ) { + tmp = rtypenamespace.exec( types[ t ] ) || []; + type = origType = tmp[ 1 ]; + namespaces = ( tmp[ 2 ] || "" ).split( "." ).sort(); + + // Unbind all events (on this namespace, if provided) for the element + if ( !type ) { + for ( type in events ) { + jQuery.event.remove( elem, type + types[ t ], handler, selector, true ); + } + continue; + } + + special = jQuery.event.special[ type ] || {}; + type = ( selector ? special.delegateType : special.bindType ) || type; + handlers = events[ type ] || []; + tmp = tmp[ 2 ] && + new RegExp( "(^|\\.)" + namespaces.join( "\\.(?:.*\\.|)" ) + "(\\.|$)" ); + + // Remove matching events + origCount = j = handlers.length; + while ( j-- ) { + handleObj = handlers[ j ]; + + if ( ( mappedTypes || origType === handleObj.origType ) && + ( !handler || handler.guid === handleObj.guid ) && + ( !tmp || tmp.test( handleObj.namespace ) ) && + ( !selector || selector === handleObj.selector || + selector === "**" && handleObj.selector ) ) { + handlers.splice( j, 1 ); + + if ( handleObj.selector ) { + handlers.delegateCount--; + } + if ( special.remove ) { + special.remove.call( elem, handleObj ); + } + } + } + + // Remove generic event handler if we removed something and no more handlers exist + // (avoids potential for endless recursion during removal of special event handlers) + if ( origCount && !handlers.length ) { + if ( !special.teardown || + special.teardown.call( elem, namespaces, elemData.handle ) === false ) { + + jQuery.removeEvent( elem, type, elemData.handle ); + } + + delete events[ type ]; + } + } + + // Remove data and the expando if it's no longer used + if ( jQuery.isEmptyObject( events ) ) { + dataPriv.remove( elem, "handle events" ); + } + }, + + dispatch: function( event ) { + + // Make a writable jQuery.Event from the native event object + event = jQuery.event.fix( event ); + + var i, j, ret, matched, handleObj, + handlerQueue = [], + args = slice.call( arguments ), + handlers = ( dataPriv.get( this, "events" ) || {} )[ event.type ] || [], + special = jQuery.event.special[ event.type ] || {}; + + // Use the fix-ed jQuery.Event rather than the (read-only) native event + args[ 0 ] = event; + event.delegateTarget = this; + + // Call the preDispatch hook for the mapped type, and let it bail if desired + if ( special.preDispatch && special.preDispatch.call( this, event ) === false ) { + return; + } + + // Determine handlers + handlerQueue = jQuery.event.handlers.call( this, event, handlers ); + + // Run delegates first; they may want to stop propagation beneath us + i = 0; + while ( ( matched = handlerQueue[ i++ ] ) && !event.isPropagationStopped() ) { + event.currentTarget = matched.elem; + + j = 0; + while ( ( handleObj = matched.handlers[ j++ ] ) && + !event.isImmediatePropagationStopped() ) { + + // Triggered event must either 1) have no namespace, or 2) have namespace(s) + // a subset or equal to those in the bound event (both can have no namespace). + if ( !event.rnamespace || event.rnamespace.test( handleObj.namespace ) ) { + + event.handleObj = handleObj; + event.data = handleObj.data; + + ret = ( ( jQuery.event.special[ handleObj.origType ] || {} ).handle || + handleObj.handler ).apply( matched.elem, args ); + + if ( ret !== undefined ) { + if ( ( event.result = ret ) === false ) { + event.preventDefault(); + event.stopPropagation(); + } + } + } + } + } + + // Call the postDispatch hook for the mapped type + if ( special.postDispatch ) { + special.postDispatch.call( this, event ); + } + + return event.result; + }, + + handlers: function( event, handlers ) { + var i, matches, sel, handleObj, + handlerQueue = [], + delegateCount = handlers.delegateCount, + cur = event.target; + + // Support (at least): Chrome, IE9 + // Find delegate handlers + // Black-hole SVG <use> instance trees (#13180) + // + // Support: Firefox<=42+ + // Avoid non-left-click in FF but don't block IE radio events (#3861, gh-2343) + if ( delegateCount && cur.nodeType && + ( event.type !== "click" || isNaN( event.button ) || event.button < 1 ) ) { + + for ( ; cur !== this; cur = cur.parentNode || this ) { + + // Don't check non-elements (#13208) + // Don't process clicks on disabled elements (#6911, #8165, #11382, #11764) + if ( cur.nodeType === 1 && ( cur.disabled !== true || event.type !== "click" ) ) { + matches = []; + for ( i = 0; i < delegateCount; i++ ) { + handleObj = handlers[ i ]; + + // Don't conflict with Object.prototype properties (#13203) + sel = handleObj.selector + " "; + + if ( matches[ sel ] === undefined ) { + matches[ sel ] = handleObj.needsContext ? + jQuery( sel, this ).index( cur ) > -1 : + jQuery.find( sel, this, null, [ cur ] ).length; + } + if ( matches[ sel ] ) { + matches.push( handleObj ); + } + } + if ( matches.length ) { + handlerQueue.push( { elem: cur, handlers: matches } ); + } + } + } + } + + // Add the remaining (directly-bound) handlers + if ( delegateCount < handlers.length ) { + handlerQueue.push( { elem: this, handlers: handlers.slice( delegateCount ) } ); + } + + return handlerQueue; + }, + + // Includes some event props shared by KeyEvent and MouseEvent + props: ( "altKey bubbles cancelable ctrlKey currentTarget detail eventPhase " + + "metaKey relatedTarget shiftKey target timeStamp view which" ).split( " " ), + + fixHooks: {}, + + keyHooks: { + props: "char charCode key keyCode".split( " " ), + filter: function( event, original ) { + + // Add which for key events + if ( event.which == null ) { + event.which = original.charCode != null ? original.charCode : original.keyCode; + } + + return event; + } + }, + + mouseHooks: { + props: ( "button buttons clientX clientY offsetX offsetY pageX pageY " + + "screenX screenY toElement" ).split( " " ), + filter: function( event, original ) { + var eventDoc, doc, body, + button = original.button; + + // Calculate pageX/Y if missing and clientX/Y available + if ( event.pageX == null && original.clientX != null ) { + eventDoc = event.target.ownerDocument || document; + doc = eventDoc.documentElement; + body = eventDoc.body; + + event.pageX = original.clientX + + ( doc && doc.scrollLeft || body && body.scrollLeft || 0 ) - + ( doc && doc.clientLeft || body && body.clientLeft || 0 ); + event.pageY = original.clientY + + ( doc && doc.scrollTop || body && body.scrollTop || 0 ) - + ( doc && doc.clientTop || body && body.clientTop || 0 ); + } + + // Add which for click: 1 === left; 2 === middle; 3 === right + // Note: button is not normalized, so don't use it + if ( !event.which && button !== undefined ) { + event.which = ( button & 1 ? 1 : ( button & 2 ? 3 : ( button & 4 ? 2 : 0 ) ) ); + } + + return event; + } + }, + + fix: function( event ) { + if ( event[ jQuery.expando ] ) { + return event; + } + + // Create a writable copy of the event object and normalize some properties + var i, prop, copy, + type = event.type, + originalEvent = event, + fixHook = this.fixHooks[ type ]; + + if ( !fixHook ) { + this.fixHooks[ type ] = fixHook = + rmouseEvent.test( type ) ? this.mouseHooks : + rkeyEvent.test( type ) ? this.keyHooks : + {}; + } + copy = fixHook.props ? this.props.concat( fixHook.props ) : this.props; + + event = new jQuery.Event( originalEvent ); + + i = copy.length; + while ( i-- ) { + prop = copy[ i ]; + event[ prop ] = originalEvent[ prop ]; + } + + // Support: Cordova 2.5 (WebKit) (#13255) + // All events should have a target; Cordova deviceready doesn't + if ( !event.target ) { + event.target = document; + } + + // Support: Safari 6.0+, Chrome<28 + // Target should not be a text node (#504, #13143) + if ( event.target.nodeType === 3 ) { + event.target = event.target.parentNode; + } + + return fixHook.filter ? fixHook.filter( event, originalEvent ) : event; + }, + + special: { + load: { + + // Prevent triggered image.load events from bubbling to window.load + noBubble: true + }, + focus: { + + // Fire native event if possible so blur/focus sequence is correct + trigger: function() { + if ( this !== safeActiveElement() && this.focus ) { + this.focus(); + return false; + } + }, + delegateType: "focusin" + }, + blur: { + trigger: function() { + if ( this === safeActiveElement() && this.blur ) { + this.blur(); + return false; + } + }, + delegateType: "focusout" + }, + click: { + + // For checkbox, fire native event so checked state will be right + trigger: function() { + if ( this.type === "checkbox" && this.click && jQuery.nodeName( this, "input" ) ) { + this.click(); + return false; + } + }, + + // For cross-browser consistency, don't fire native .click() on links + _default: function( event ) { + return jQuery.nodeName( event.target, "a" ); + } + }, + + beforeunload: { + postDispatch: function( event ) { + + // Support: Firefox 20+ + // Firefox doesn't alert if the returnValue field is not set. + if ( event.result !== undefined && event.originalEvent ) { + event.originalEvent.returnValue = event.result; + } + } + } + } +}; + +jQuery.removeEvent = function( elem, type, handle ) { + + // This "if" is needed for plain objects + if ( elem.removeEventListener ) { + elem.removeEventListener( type, handle ); + } +}; + +jQuery.Event = function( src, props ) { + + // Allow instantiation without the 'new' keyword + if ( !( this instanceof jQuery.Event ) ) { + return new jQuery.Event( src, props ); + } + + // Event object + if ( src && src.type ) { + this.originalEvent = src; + this.type = src.type; + + // Events bubbling up the document may have been marked as prevented + // by a handler lower down the tree; reflect the correct value. + this.isDefaultPrevented = src.defaultPrevented || + src.defaultPrevented === undefined && + + // Support: Android<4.0 + src.returnValue === false ? + returnTrue : + returnFalse; + + // Event type + } else { + this.type = src; + } + + // Put explicitly provided properties onto the event object + if ( props ) { + jQuery.extend( this, props ); + } + + // Create a timestamp if incoming event doesn't have one + this.timeStamp = src && src.timeStamp || jQuery.now(); + + // Mark it as fixed + this[ jQuery.expando ] = true; +}; + +// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding +// http://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html +jQuery.Event.prototype = { + constructor: jQuery.Event, + isDefaultPrevented: returnFalse, + isPropagationStopped: returnFalse, + isImmediatePropagationStopped: returnFalse, + + preventDefault: function() { + var e = this.originalEvent; + + this.isDefaultPrevented = returnTrue; + + if ( e ) { + e.preventDefault(); + } + }, + stopPropagation: function() { + var e = this.originalEvent; + + this.isPropagationStopped = returnTrue; + + if ( e ) { + e.stopPropagation(); + } + }, + stopImmediatePropagation: function() { + var e = this.originalEvent; + + this.isImmediatePropagationStopped = returnTrue; + + if ( e ) { + e.stopImmediatePropagation(); + } + + this.stopPropagation(); + } +}; + +// Create mouseenter/leave events using mouseover/out and event-time checks +// so that event delegation works in jQuery. +// Do the same for pointerenter/pointerleave and pointerover/pointerout +// +// Support: Safari 7 only +// Safari sends mouseenter too often; see: +// https://code.google.com/p/chromium/issues/detail?id=470258 +// for the description of the bug (it existed in older Chrome versions as well). +jQuery.each( { + mouseenter: "mouseover", + mouseleave: "mouseout", + pointerenter: "pointerover", + pointerleave: "pointerout" +}, function( orig, fix ) { + jQuery.event.special[ orig ] = { + delegateType: fix, + bindType: fix, + + handle: function( event ) { + var ret, + target = this, + related = event.relatedTarget, + handleObj = event.handleObj; + + // For mouseenter/leave call the handler if related is outside the target. + // NB: No relatedTarget if the mouse left/entered the browser window + if ( !related || ( related !== target && !jQuery.contains( target, related ) ) ) { + event.type = handleObj.origType; + ret = handleObj.handler.apply( this, arguments ); + event.type = fix; + } + return ret; + } + }; +} ); + +jQuery.fn.extend( { + on: function( types, selector, data, fn ) { + return on( this, types, selector, data, fn ); + }, + one: function( types, selector, data, fn ) { + return on( this, types, selector, data, fn, 1 ); + }, + off: function( types, selector, fn ) { + var handleObj, type; + if ( types && types.preventDefault && types.handleObj ) { + + // ( event ) dispatched jQuery.Event + handleObj = types.handleObj; + jQuery( types.delegateTarget ).off( + handleObj.namespace ? + handleObj.origType + "." + handleObj.namespace : + handleObj.origType, + handleObj.selector, + handleObj.handler + ); + return this; + } + if ( typeof types === "object" ) { + + // ( types-object [, selector] ) + for ( type in types ) { + this.off( type, selector, types[ type ] ); + } + return this; + } + if ( selector === false || typeof selector === "function" ) { + + // ( types [, fn] ) + fn = selector; + selector = undefined; + } + if ( fn === false ) { + fn = returnFalse; + } + return this.each( function() { + jQuery.event.remove( this, types, fn, selector ); + } ); + } +} ); + + +var + rxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:-]+)[^>]*)\/>/gi, + + // Support: IE 10-11, Edge 10240+ + // In IE/Edge using regex groups here causes severe slowdowns. + // See https://connect.microsoft.com/IE/feedback/details/1736512/ + rnoInnerhtml = /<script|<style|<link/i, + + // checked="checked" or checked + rchecked = /checked\s*(?:[^=]|=\s*.checked.)/i, + rscriptTypeMasked = /^true\/(.*)/, + rcleanScript = /^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g; + +// Manipulating tables requires a tbody +function manipulationTarget( elem, content ) { + return jQuery.nodeName( elem, "table" ) && + jQuery.nodeName( content.nodeType !== 11 ? content : content.firstChild, "tr" ) ? + + elem.getElementsByTagName( "tbody" )[ 0 ] || + elem.appendChild( elem.ownerDocument.createElement( "tbody" ) ) : + elem; +} + +// Replace/restore the type attribute of script elements for safe DOM manipulation +function disableScript( elem ) { + elem.type = ( elem.getAttribute( "type" ) !== null ) + "/" + elem.type; + return elem; +} +function restoreScript( elem ) { + var match = rscriptTypeMasked.exec( elem.type ); + + if ( match ) { + elem.type = match[ 1 ]; + } else { + elem.removeAttribute( "type" ); + } + + return elem; +} + +function cloneCopyEvent( src, dest ) { + var i, l, type, pdataOld, pdataCur, udataOld, udataCur, events; + + if ( dest.nodeType !== 1 ) { + return; + } + + // 1. Copy private data: events, handlers, etc. + if ( dataPriv.hasData( src ) ) { + pdataOld = dataPriv.access( src ); + pdataCur = dataPriv.set( dest, pdataOld ); + events = pdataOld.events; + + if ( events ) { + delete pdataCur.handle; + pdataCur.events = {}; + + for ( type in events ) { + for ( i = 0, l = events[ type ].length; i < l; i++ ) { + jQuery.event.add( dest, type, events[ type ][ i ] ); + } + } + } + } + + // 2. Copy user data + if ( dataUser.hasData( src ) ) { + udataOld = dataUser.access( src ); + udataCur = jQuery.extend( {}, udataOld ); + + dataUser.set( dest, udataCur ); + } +} + +// Fix IE bugs, see support tests +function fixInput( src, dest ) { + var nodeName = dest.nodeName.toLowerCase(); + + // Fails to persist the checked state of a cloned checkbox or radio button. + if ( nodeName === "input" && rcheckableType.test( src.type ) ) { + dest.checked = src.checked; + + // Fails to return the selected option to the default selected state when cloning options + } else if ( nodeName === "input" || nodeName === "textarea" ) { + dest.defaultValue = src.defaultValue; + } +} + +function domManip( collection, args, callback, ignored ) { + + // Flatten any nested arrays + args = concat.apply( [], args ); + + var fragment, first, scripts, hasScripts, node, doc, + i = 0, + l = collection.length, + iNoClone = l - 1, + value = args[ 0 ], + isFunction = jQuery.isFunction( value ); + + // We can't cloneNode fragments that contain checked, in WebKit + if ( isFunction || + ( l > 1 && typeof value === "string" && + !support.checkClone && rchecked.test( value ) ) ) { + return collection.each( function( index ) { + var self = collection.eq( index ); + if ( isFunction ) { + args[ 0 ] = value.call( this, index, self.html() ); + } + domManip( self, args, callback, ignored ); + } ); + } + + if ( l ) { + fragment = buildFragment( args, collection[ 0 ].ownerDocument, false, collection, ignored ); + first = fragment.firstChild; + + if ( fragment.childNodes.length === 1 ) { + fragment = first; + } + + // Require either new content or an interest in ignored elements to invoke the callback + if ( first || ignored ) { + scripts = jQuery.map( getAll( fragment, "script" ), disableScript ); + hasScripts = scripts.length; + + // Use the original fragment for the last item + // instead of the first because it can end up + // being emptied incorrectly in certain situations (#8070). + for ( ; i < l; i++ ) { + node = fragment; + + if ( i !== iNoClone ) { + node = jQuery.clone( node, true, true ); + + // Keep references to cloned scripts for later restoration + if ( hasScripts ) { + + // Support: Android<4.1, PhantomJS<2 + // push.apply(_, arraylike) throws on ancient WebKit + jQuery.merge( scripts, getAll( node, "script" ) ); + } + } + + callback.call( collection[ i ], node, i ); + } + + if ( hasScripts ) { + doc = scripts[ scripts.length - 1 ].ownerDocument; + + // Reenable scripts + jQuery.map( scripts, restoreScript ); + + // Evaluate executable scripts on first document insertion + for ( i = 0; i < hasScripts; i++ ) { + node = scripts[ i ]; + if ( rscriptType.test( node.type || "" ) && + !dataPriv.access( node, "globalEval" ) && + jQuery.contains( doc, node ) ) { + + if ( node.src ) { + + // Optional AJAX dependency, but won't run scripts if not present + if ( jQuery._evalUrl ) { + jQuery._evalUrl( node.src ); + } + } else { + jQuery.globalEval( node.textContent.replace( rcleanScript, "" ) ); + } + } + } + } + } + } + + return collection; +} + +function remove( elem, selector, keepData ) { + var node, + nodes = selector ? jQuery.filter( selector, elem ) : elem, + i = 0; + + for ( ; ( node = nodes[ i ] ) != null; i++ ) { + if ( !keepData && node.nodeType === 1 ) { + jQuery.cleanData( getAll( node ) ); + } + + if ( node.parentNode ) { + if ( keepData && jQuery.contains( node.ownerDocument, node ) ) { + setGlobalEval( getAll( node, "script" ) ); + } + node.parentNode.removeChild( node ); + } + } + + return elem; +} + +jQuery.extend( { + htmlPrefilter: function( html ) { + return html.replace( rxhtmlTag, "<$1></$2>" ); + }, + + clone: function( elem, dataAndEvents, deepDataAndEvents ) { + var i, l, srcElements, destElements, + clone = elem.cloneNode( true ), + inPage = jQuery.contains( elem.ownerDocument, elem ); + + // Fix IE cloning issues + if ( !support.noCloneChecked && ( elem.nodeType === 1 || elem.nodeType === 11 ) && + !jQuery.isXMLDoc( elem ) ) { + + // We eschew Sizzle here for performance reasons: http://jsperf.com/getall-vs-sizzle/2 + destElements = getAll( clone ); + srcElements = getAll( elem ); + + for ( i = 0, l = srcElements.length; i < l; i++ ) { + fixInput( srcElements[ i ], destElements[ i ] ); + } + } + + // Copy the events from the original to the clone + if ( dataAndEvents ) { + if ( deepDataAndEvents ) { + srcElements = srcElements || getAll( elem ); + destElements = destElements || getAll( clone ); + + for ( i = 0, l = srcElements.length; i < l; i++ ) { + cloneCopyEvent( srcElements[ i ], destElements[ i ] ); + } + } else { + cloneCopyEvent( elem, clone ); + } + } + + // Preserve script evaluation history + destElements = getAll( clone, "script" ); + if ( destElements.length > 0 ) { + setGlobalEval( destElements, !inPage && getAll( elem, "script" ) ); + } + + // Return the cloned set + return clone; + }, + + cleanData: function( elems ) { + var data, elem, type, + special = jQuery.event.special, + i = 0; + + for ( ; ( elem = elems[ i ] ) !== undefined; i++ ) { + if ( acceptData( elem ) ) { + if ( ( data = elem[ dataPriv.expando ] ) ) { + if ( data.events ) { + for ( type in data.events ) { + if ( special[ type ] ) { + jQuery.event.remove( elem, type ); + + // This is a shortcut to avoid jQuery.event.remove's overhead + } else { + jQuery.removeEvent( elem, type, data.handle ); + } + } + } + + // Support: Chrome <= 35-45+ + // Assign undefined instead of using delete, see Data#remove + elem[ dataPriv.expando ] = undefined; + } + if ( elem[ dataUser.expando ] ) { + + // Support: Chrome <= 35-45+ + // Assign undefined instead of using delete, see Data#remove + elem[ dataUser.expando ] = undefined; + } + } + } + } +} ); + +jQuery.fn.extend( { + + // Keep domManip exposed until 3.0 (gh-2225) + domManip: domManip, + + detach: function( selector ) { + return remove( this, selector, true ); + }, + + remove: function( selector ) { + return remove( this, selector ); + }, + + text: function( value ) { + return access( this, function( value ) { + return value === undefined ? + jQuery.text( this ) : + this.empty().each( function() { + if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { + this.textContent = value; + } + } ); + }, null, value, arguments.length ); + }, + + append: function() { + return domManip( this, arguments, function( elem ) { + if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { + var target = manipulationTarget( this, elem ); + target.appendChild( elem ); + } + } ); + }, + + prepend: function() { + return domManip( this, arguments, function( elem ) { + if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { + var target = manipulationTarget( this, elem ); + target.insertBefore( elem, target.firstChild ); + } + } ); + }, + + before: function() { + return domManip( this, arguments, function( elem ) { + if ( this.parentNode ) { + this.parentNode.insertBefore( elem, this ); + } + } ); + }, + + after: function() { + return domManip( this, arguments, function( elem ) { + if ( this.parentNode ) { + this.parentNode.insertBefore( elem, this.nextSibling ); + } + } ); + }, + + empty: function() { + var elem, + i = 0; + + for ( ; ( elem = this[ i ] ) != null; i++ ) { + if ( elem.nodeType === 1 ) { + + // Prevent memory leaks + jQuery.cleanData( getAll( elem, false ) ); + + // Remove any remaining nodes + elem.textContent = ""; + } + } + + return this; + }, + + clone: function( dataAndEvents, deepDataAndEvents ) { + dataAndEvents = dataAndEvents == null ? false : dataAndEvents; + deepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents; + + return this.map( function() { + return jQuery.clone( this, dataAndEvents, deepDataAndEvents ); + } ); + }, + + html: function( value ) { + return access( this, function( value ) { + var elem = this[ 0 ] || {}, + i = 0, + l = this.length; + + if ( value === undefined && elem.nodeType === 1 ) { + return elem.innerHTML; + } + + // See if we can take a shortcut and just use innerHTML + if ( typeof value === "string" && !rnoInnerhtml.test( value ) && + !wrapMap[ ( rtagName.exec( value ) || [ "", "" ] )[ 1 ].toLowerCase() ] ) { + + value = jQuery.htmlPrefilter( value ); + + try { + for ( ; i < l; i++ ) { + elem = this[ i ] || {}; + + // Remove element nodes and prevent memory leaks + if ( elem.nodeType === 1 ) { + jQuery.cleanData( getAll( elem, false ) ); + elem.innerHTML = value; + } + } + + elem = 0; + + // If using innerHTML throws an exception, use the fallback method + } catch ( e ) {} + } + + if ( elem ) { + this.empty().append( value ); + } + }, null, value, arguments.length ); + }, + + replaceWith: function() { + var ignored = []; + + // Make the changes, replacing each non-ignored context element with the new content + return domManip( this, arguments, function( elem ) { + var parent = this.parentNode; + + if ( jQuery.inArray( this, ignored ) < 0 ) { + jQuery.cleanData( getAll( this ) ); + if ( parent ) { + parent.replaceChild( elem, this ); + } + } + + // Force callback invocation + }, ignored ); + } +} ); + +jQuery.each( { + appendTo: "append", + prependTo: "prepend", + insertBefore: "before", + insertAfter: "after", + replaceAll: "replaceWith" +}, function( name, original ) { + jQuery.fn[ name ] = function( selector ) { + var elems, + ret = [], + insert = jQuery( selector ), + last = insert.length - 1, + i = 0; + + for ( ; i <= last; i++ ) { + elems = i === last ? this : this.clone( true ); + jQuery( insert[ i ] )[ original ]( elems ); + + // Support: QtWebKit + // .get() because push.apply(_, arraylike) throws + push.apply( ret, elems.get() ); + } + + return this.pushStack( ret ); + }; +} ); + + +var iframe, + elemdisplay = { + + // Support: Firefox + // We have to pre-define these values for FF (#10227) + HTML: "block", + BODY: "block" + }; + +/** + * Retrieve the actual display of a element + * @param {String} name nodeName of the element + * @param {Object} doc Document object + */ + +// Called only from within defaultDisplay +function actualDisplay( name, doc ) { + var elem = jQuery( doc.createElement( name ) ).appendTo( doc.body ), + + display = jQuery.css( elem[ 0 ], "display" ); + + // We don't have any data stored on the element, + // so use "detach" method as fast way to get rid of the element + elem.detach(); + + return display; +} + +/** + * Try to determine the default display value of an element + * @param {String} nodeName + */ +function defaultDisplay( nodeName ) { + var doc = document, + display = elemdisplay[ nodeName ]; + + if ( !display ) { + display = actualDisplay( nodeName, doc ); + + // If the simple way fails, read from inside an iframe + if ( display === "none" || !display ) { + + // Use the already-created iframe if possible + iframe = ( iframe || jQuery( "<iframe frameborder='0' width='0' height='0'/>" ) ) + .appendTo( doc.documentElement ); + + // Always write a new HTML skeleton so Webkit and Firefox don't choke on reuse + doc = iframe[ 0 ].contentDocument; + + // Support: IE + doc.write(); + doc.close(); + + display = actualDisplay( nodeName, doc ); + iframe.detach(); + } + + // Store the correct default display + elemdisplay[ nodeName ] = display; + } + + return display; +} +var rmargin = ( /^margin/ ); + +var rnumnonpx = new RegExp( "^(" + pnum + ")(?!px)[a-z%]+$", "i" ); + +var getStyles = function( elem ) { + + // Support: IE<=11+, Firefox<=30+ (#15098, #14150) + // IE throws on elements created in popups + // FF meanwhile throws on frame elements through "defaultView.getComputedStyle" + var view = elem.ownerDocument.defaultView; + + if ( !view || !view.opener ) { + view = window; + } + + return view.getComputedStyle( elem ); + }; + +var swap = function( elem, options, callback, args ) { + var ret, name, + old = {}; + + // Remember the old values, and insert the new ones + for ( name in options ) { + old[ name ] = elem.style[ name ]; + elem.style[ name ] = options[ name ]; + } + + ret = callback.apply( elem, args || [] ); + + // Revert the old values + for ( name in options ) { + elem.style[ name ] = old[ name ]; + } + + return ret; +}; + + +var documentElement = document.documentElement; + + + +( function() { + var pixelPositionVal, boxSizingReliableVal, pixelMarginRightVal, reliableMarginLeftVal, + container = document.createElement( "div" ), + div = document.createElement( "div" ); + + // Finish early in limited (non-browser) environments + if ( !div.style ) { + return; + } + + // Support: IE9-11+ + // Style of cloned element affects source element cloned (#8908) + div.style.backgroundClip = "content-box"; + div.cloneNode( true ).style.backgroundClip = ""; + support.clearCloneStyle = div.style.backgroundClip === "content-box"; + + container.style.cssText = "border:0;width:8px;height:0;top:0;left:-9999px;" + + "padding:0;margin-top:1px;position:absolute"; + container.appendChild( div ); + + // Executing both pixelPosition & boxSizingReliable tests require only one layout + // so they're executed at the same time to save the second computation. + function computeStyleTests() { + div.style.cssText = + + // Support: Firefox<29, Android 2.3 + // Vendor-prefix box-sizing + "-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;" + + "position:relative;display:block;" + + "margin:auto;border:1px;padding:1px;" + + "top:1%;width:50%"; + div.innerHTML = ""; + documentElement.appendChild( container ); + + var divStyle = window.getComputedStyle( div ); + pixelPositionVal = divStyle.top !== "1%"; + reliableMarginLeftVal = divStyle.marginLeft === "2px"; + boxSizingReliableVal = divStyle.width === "4px"; + + // Support: Android 4.0 - 4.3 only + // Some styles come back with percentage values, even though they shouldn't + div.style.marginRight = "50%"; + pixelMarginRightVal = divStyle.marginRight === "4px"; + + documentElement.removeChild( container ); + } + + jQuery.extend( support, { + pixelPosition: function() { + + // This test is executed only once but we still do memoizing + // since we can use the boxSizingReliable pre-computing. + // No need to check if the test was already performed, though. + computeStyleTests(); + return pixelPositionVal; + }, + boxSizingReliable: function() { + if ( boxSizingReliableVal == null ) { + computeStyleTests(); + } + return boxSizingReliableVal; + }, + pixelMarginRight: function() { + + // Support: Android 4.0-4.3 + // We're checking for boxSizingReliableVal here instead of pixelMarginRightVal + // since that compresses better and they're computed together anyway. + if ( boxSizingReliableVal == null ) { + computeStyleTests(); + } + return pixelMarginRightVal; + }, + reliableMarginLeft: function() { + + // Support: IE <=8 only, Android 4.0 - 4.3 only, Firefox <=3 - 37 + if ( boxSizingReliableVal == null ) { + computeStyleTests(); + } + return reliableMarginLeftVal; + }, + reliableMarginRight: function() { + + // Support: Android 2.3 + // Check if div with explicit width and no margin-right incorrectly + // gets computed margin-right based on width of container. (#3333) + // WebKit Bug 13343 - getComputedStyle returns wrong value for margin-right + // This support function is only executed once so no memoizing is needed. + var ret, + marginDiv = div.appendChild( document.createElement( "div" ) ); + + // Reset CSS: box-sizing; display; margin; border; padding + marginDiv.style.cssText = div.style.cssText = + + // Support: Android 2.3 + // Vendor-prefix box-sizing + "-webkit-box-sizing:content-box;box-sizing:content-box;" + + "display:block;margin:0;border:0;padding:0"; + marginDiv.style.marginRight = marginDiv.style.width = "0"; + div.style.width = "1px"; + documentElement.appendChild( container ); + + ret = !parseFloat( window.getComputedStyle( marginDiv ).marginRight ); + + documentElement.removeChild( container ); + div.removeChild( marginDiv ); + + return ret; + } + } ); +} )(); + + +function curCSS( elem, name, computed ) { + var width, minWidth, maxWidth, ret, + style = elem.style; + + computed = computed || getStyles( elem ); + ret = computed ? computed.getPropertyValue( name ) || computed[ name ] : undefined; + + // Support: Opera 12.1x only + // Fall back to style even without computed + // computed is undefined for elems on document fragments + if ( ( ret === "" || ret === undefined ) && !jQuery.contains( elem.ownerDocument, elem ) ) { + ret = jQuery.style( elem, name ); + } + + // Support: IE9 + // getPropertyValue is only needed for .css('filter') (#12537) + if ( computed ) { + + // A tribute to the "awesome hack by Dean Edwards" + // Android Browser returns percentage for some values, + // but width seems to be reliably pixels. + // This is against the CSSOM draft spec: + // http://dev.w3.org/csswg/cssom/#resolved-values + if ( !support.pixelMarginRight() && rnumnonpx.test( ret ) && rmargin.test( name ) ) { + + // Remember the original values + width = style.width; + minWidth = style.minWidth; + maxWidth = style.maxWidth; + + // Put in the new values to get a computed value out + style.minWidth = style.maxWidth = style.width = ret; + ret = computed.width; + + // Revert the changed values + style.width = width; + style.minWidth = minWidth; + style.maxWidth = maxWidth; + } + } + + return ret !== undefined ? + + // Support: IE9-11+ + // IE returns zIndex value as an integer. + ret + "" : + ret; +} + + +function addGetHookIf( conditionFn, hookFn ) { + + // Define the hook, we'll check on the first run if it's really needed. + return { + get: function() { + if ( conditionFn() ) { + + // Hook not needed (or it's not possible to use it due + // to missing dependency), remove it. + delete this.get; + return; + } + + // Hook needed; redefine it so that the support test is not executed again. + return ( this.get = hookFn ).apply( this, arguments ); + } + }; +} + + +var + + // Swappable if display is none or starts with table + // except "table", "table-cell", or "table-caption" + // See here for display values: https://developer.mozilla.org/en-US/docs/CSS/display + rdisplayswap = /^(none|table(?!-c[ea]).+)/, + + cssShow = { position: "absolute", visibility: "hidden", display: "block" }, + cssNormalTransform = { + letterSpacing: "0", + fontWeight: "400" + }, + + cssPrefixes = [ "Webkit", "O", "Moz", "ms" ], + emptyStyle = document.createElement( "div" ).style; + +// Return a css property mapped to a potentially vendor prefixed property +function vendorPropName( name ) { + + // Shortcut for names that are not vendor prefixed + if ( name in emptyStyle ) { + return name; + } + + // Check for vendor prefixed names + var capName = name[ 0 ].toUpperCase() + name.slice( 1 ), + i = cssPrefixes.length; + + while ( i-- ) { + name = cssPrefixes[ i ] + capName; + if ( name in emptyStyle ) { + return name; + } + } +} + +function setPositiveNumber( elem, value, subtract ) { + + // Any relative (+/-) values have already been + // normalized at this point + var matches = rcssNum.exec( value ); + return matches ? + + // Guard against undefined "subtract", e.g., when used as in cssHooks + Math.max( 0, matches[ 2 ] - ( subtract || 0 ) ) + ( matches[ 3 ] || "px" ) : + value; +} + +function augmentWidthOrHeight( elem, name, extra, isBorderBox, styles ) { + var i = extra === ( isBorderBox ? "border" : "content" ) ? + + // If we already have the right measurement, avoid augmentation + 4 : + + // Otherwise initialize for horizontal or vertical properties + name === "width" ? 1 : 0, + + val = 0; + + for ( ; i < 4; i += 2 ) { + + // Both box models exclude margin, so add it if we want it + if ( extra === "margin" ) { + val += jQuery.css( elem, extra + cssExpand[ i ], true, styles ); + } + + if ( isBorderBox ) { + + // border-box includes padding, so remove it if we want content + if ( extra === "content" ) { + val -= jQuery.css( elem, "padding" + cssExpand[ i ], true, styles ); + } + + // At this point, extra isn't border nor margin, so remove border + if ( extra !== "margin" ) { + val -= jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); + } + } else { + + // At this point, extra isn't content, so add padding + val += jQuery.css( elem, "padding" + cssExpand[ i ], true, styles ); + + // At this point, extra isn't content nor padding, so add border + if ( extra !== "padding" ) { + val += jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); + } + } + } + + return val; +} + +function getWidthOrHeight( elem, name, extra ) { + + // Start with offset property, which is equivalent to the border-box value + var valueIsBorderBox = true, + val = name === "width" ? elem.offsetWidth : elem.offsetHeight, + styles = getStyles( elem ), + isBorderBox = jQuery.css( elem, "boxSizing", false, styles ) === "border-box"; + + // Support: IE11 only + // In IE 11 fullscreen elements inside of an iframe have + // 100x too small dimensions (gh-1764). + if ( document.msFullscreenElement && window.top !== window ) { + + // Support: IE11 only + // Running getBoundingClientRect on a disconnected node + // in IE throws an error. + if ( elem.getClientRects().length ) { + val = Math.round( elem.getBoundingClientRect()[ name ] * 100 ); + } + } + + // Some non-html elements return undefined for offsetWidth, so check for null/undefined + // svg - https://bugzilla.mozilla.org/show_bug.cgi?id=649285 + // MathML - https://bugzilla.mozilla.org/show_bug.cgi?id=491668 + if ( val <= 0 || val == null ) { + + // Fall back to computed then uncomputed css if necessary + val = curCSS( elem, name, styles ); + if ( val < 0 || val == null ) { + val = elem.style[ name ]; + } + + // Computed unit is not pixels. Stop here and return. + if ( rnumnonpx.test( val ) ) { + return val; + } + + // Check for style in case a browser which returns unreliable values + // for getComputedStyle silently falls back to the reliable elem.style + valueIsBorderBox = isBorderBox && + ( support.boxSizingReliable() || val === elem.style[ name ] ); + + // Normalize "", auto, and prepare for extra + val = parseFloat( val ) || 0; + } + + // Use the active box-sizing model to add/subtract irrelevant styles + return ( val + + augmentWidthOrHeight( + elem, + name, + extra || ( isBorderBox ? "border" : "content" ), + valueIsBorderBox, + styles + ) + ) + "px"; +} + +function showHide( elements, show ) { + var display, elem, hidden, + values = [], + index = 0, + length = elements.length; + + for ( ; index < length; index++ ) { + elem = elements[ index ]; + if ( !elem.style ) { + continue; + } + + values[ index ] = dataPriv.get( elem, "olddisplay" ); + display = elem.style.display; + if ( show ) { + + // Reset the inline display of this element to learn if it is + // being hidden by cascaded rules or not + if ( !values[ index ] && display === "none" ) { + elem.style.display = ""; + } + + // Set elements which have been overridden with display: none + // in a stylesheet to whatever the default browser style is + // for such an element + if ( elem.style.display === "" && isHidden( elem ) ) { + values[ index ] = dataPriv.access( + elem, + "olddisplay", + defaultDisplay( elem.nodeName ) + ); + } + } else { + hidden = isHidden( elem ); + + if ( display !== "none" || !hidden ) { + dataPriv.set( + elem, + "olddisplay", + hidden ? display : jQuery.css( elem, "display" ) + ); + } + } + } + + // Set the display of most of the elements in a second loop + // to avoid the constant reflow + for ( index = 0; index < length; index++ ) { + elem = elements[ index ]; + if ( !elem.style ) { + continue; + } + if ( !show || elem.style.display === "none" || elem.style.display === "" ) { + elem.style.display = show ? values[ index ] || "" : "none"; + } + } + + return elements; +} + +jQuery.extend( { + + // Add in style property hooks for overriding the default + // behavior of getting and setting a style property + cssHooks: { + opacity: { + get: function( elem, computed ) { + if ( computed ) { + + // We should always get a number back from opacity + var ret = curCSS( elem, "opacity" ); + return ret === "" ? "1" : ret; + } + } + } + }, + + // Don't automatically add "px" to these possibly-unitless properties + cssNumber: { + "animationIterationCount": true, + "columnCount": true, + "fillOpacity": true, + "flexGrow": true, + "flexShrink": true, + "fontWeight": true, + "lineHeight": true, + "opacity": true, + "order": true, + "orphans": true, + "widows": true, + "zIndex": true, + "zoom": true + }, + + // Add in properties whose names you wish to fix before + // setting or getting the value + cssProps: { + "float": "cssFloat" + }, + + // Get and set the style property on a DOM Node + style: function( elem, name, value, extra ) { + + // Don't set styles on text and comment nodes + if ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) { + return; + } + + // Make sure that we're working with the right name + var ret, type, hooks, + origName = jQuery.camelCase( name ), + style = elem.style; + + name = jQuery.cssProps[ origName ] || + ( jQuery.cssProps[ origName ] = vendorPropName( origName ) || origName ); + + // Gets hook for the prefixed version, then unprefixed version + hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ]; + + // Check if we're setting a value + if ( value !== undefined ) { + type = typeof value; + + // Convert "+=" or "-=" to relative numbers (#7345) + if ( type === "string" && ( ret = rcssNum.exec( value ) ) && ret[ 1 ] ) { + value = adjustCSS( elem, name, ret ); + + // Fixes bug #9237 + type = "number"; + } + + // Make sure that null and NaN values aren't set (#7116) + if ( value == null || value !== value ) { + return; + } + + // If a number was passed in, add the unit (except for certain CSS properties) + if ( type === "number" ) { + value += ret && ret[ 3 ] || ( jQuery.cssNumber[ origName ] ? "" : "px" ); + } + + // Support: IE9-11+ + // background-* props affect original clone's values + if ( !support.clearCloneStyle && value === "" && name.indexOf( "background" ) === 0 ) { + style[ name ] = "inherit"; + } + + // If a hook was provided, use that value, otherwise just set the specified value + if ( !hooks || !( "set" in hooks ) || + ( value = hooks.set( elem, value, extra ) ) !== undefined ) { + + style[ name ] = value; + } + + } else { + + // If a hook was provided get the non-computed value from there + if ( hooks && "get" in hooks && + ( ret = hooks.get( elem, false, extra ) ) !== undefined ) { + + return ret; + } + + // Otherwise just get the value from the style object + return style[ name ]; + } + }, + + css: function( elem, name, extra, styles ) { + var val, num, hooks, + origName = jQuery.camelCase( name ); + + // Make sure that we're working with the right name + name = jQuery.cssProps[ origName ] || + ( jQuery.cssProps[ origName ] = vendorPropName( origName ) || origName ); + + // Try prefixed name followed by the unprefixed name + hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ]; + + // If a hook was provided get the computed value from there + if ( hooks && "get" in hooks ) { + val = hooks.get( elem, true, extra ); + } + + // Otherwise, if a way to get the computed value exists, use that + if ( val === undefined ) { + val = curCSS( elem, name, styles ); + } + + // Convert "normal" to computed value + if ( val === "normal" && name in cssNormalTransform ) { + val = cssNormalTransform[ name ]; + } + + // Make numeric if forced or a qualifier was provided and val looks numeric + if ( extra === "" || extra ) { + num = parseFloat( val ); + return extra === true || isFinite( num ) ? num || 0 : val; + } + return val; + } +} ); + +jQuery.each( [ "height", "width" ], function( i, name ) { + jQuery.cssHooks[ name ] = { + get: function( elem, computed, extra ) { + if ( computed ) { + + // Certain elements can have dimension info if we invisibly show them + // but it must have a current display style that would benefit + return rdisplayswap.test( jQuery.css( elem, "display" ) ) && + elem.offsetWidth === 0 ? + swap( elem, cssShow, function() { + return getWidthOrHeight( elem, name, extra ); + } ) : + getWidthOrHeight( elem, name, extra ); + } + }, + + set: function( elem, value, extra ) { + var matches, + styles = extra && getStyles( elem ), + subtract = extra && augmentWidthOrHeight( + elem, + name, + extra, + jQuery.css( elem, "boxSizing", false, styles ) === "border-box", + styles + ); + + // Convert to pixels if value adjustment is needed + if ( subtract && ( matches = rcssNum.exec( value ) ) && + ( matches[ 3 ] || "px" ) !== "px" ) { + + elem.style[ name ] = value; + value = jQuery.css( elem, name ); + } + + return setPositiveNumber( elem, value, subtract ); + } + }; +} ); + +jQuery.cssHooks.marginLeft = addGetHookIf( support.reliableMarginLeft, + function( elem, computed ) { + if ( computed ) { + return ( parseFloat( curCSS( elem, "marginLeft" ) ) || + elem.getBoundingClientRect().left - + swap( elem, { marginLeft: 0 }, function() { + return elem.getBoundingClientRect().left; + } ) + ) + "px"; + } + } +); + +// Support: Android 2.3 +jQuery.cssHooks.marginRight = addGetHookIf( support.reliableMarginRight, + function( elem, computed ) { + if ( computed ) { + return swap( elem, { "display": "inline-block" }, + curCSS, [ elem, "marginRight" ] ); + } + } +); + +// These hooks are used by animate to expand properties +jQuery.each( { + margin: "", + padding: "", + border: "Width" +}, function( prefix, suffix ) { + jQuery.cssHooks[ prefix + suffix ] = { + expand: function( value ) { + var i = 0, + expanded = {}, + + // Assumes a single number if not a string + parts = typeof value === "string" ? value.split( " " ) : [ value ]; + + for ( ; i < 4; i++ ) { + expanded[ prefix + cssExpand[ i ] + suffix ] = + parts[ i ] || parts[ i - 2 ] || parts[ 0 ]; + } + + return expanded; + } + }; + + if ( !rmargin.test( prefix ) ) { + jQuery.cssHooks[ prefix + suffix ].set = setPositiveNumber; + } +} ); + +jQuery.fn.extend( { + css: function( name, value ) { + return access( this, function( elem, name, value ) { + var styles, len, + map = {}, + i = 0; + + if ( jQuery.isArray( name ) ) { + styles = getStyles( elem ); + len = name.length; + + for ( ; i < len; i++ ) { + map[ name[ i ] ] = jQuery.css( elem, name[ i ], false, styles ); + } + + return map; + } + + return value !== undefined ? + jQuery.style( elem, name, value ) : + jQuery.css( elem, name ); + }, name, value, arguments.length > 1 ); + }, + show: function() { + return showHide( this, true ); + }, + hide: function() { + return showHide( this ); + }, + toggle: function( state ) { + if ( typeof state === "boolean" ) { + return state ? this.show() : this.hide(); + } + + return this.each( function() { + if ( isHidden( this ) ) { + jQuery( this ).show(); + } else { + jQuery( this ).hide(); + } + } ); + } +} ); + + +function Tween( elem, options, prop, end, easing ) { + return new Tween.prototype.init( elem, options, prop, end, easing ); +} +jQuery.Tween = Tween; + +Tween.prototype = { + constructor: Tween, + init: function( elem, options, prop, end, easing, unit ) { + this.elem = elem; + this.prop = prop; + this.easing = easing || jQuery.easing._default; + this.options = options; + this.start = this.now = this.cur(); + this.end = end; + this.unit = unit || ( jQuery.cssNumber[ prop ] ? "" : "px" ); + }, + cur: function() { + var hooks = Tween.propHooks[ this.prop ]; + + return hooks && hooks.get ? + hooks.get( this ) : + Tween.propHooks._default.get( this ); + }, + run: function( percent ) { + var eased, + hooks = Tween.propHooks[ this.prop ]; + + if ( this.options.duration ) { + this.pos = eased = jQuery.easing[ this.easing ]( + percent, this.options.duration * percent, 0, 1, this.options.duration + ); + } else { + this.pos = eased = percent; + } + this.now = ( this.end - this.start ) * eased + this.start; + + if ( this.options.step ) { + this.options.step.call( this.elem, this.now, this ); + } + + if ( hooks && hooks.set ) { + hooks.set( this ); + } else { + Tween.propHooks._default.set( this ); + } + return this; + } +}; + +Tween.prototype.init.prototype = Tween.prototype; + +Tween.propHooks = { + _default: { + get: function( tween ) { + var result; + + // Use a property on the element directly when it is not a DOM element, + // or when there is no matching style property that exists. + if ( tween.elem.nodeType !== 1 || + tween.elem[ tween.prop ] != null && tween.elem.style[ tween.prop ] == null ) { + return tween.elem[ tween.prop ]; + } + + // Passing an empty string as a 3rd parameter to .css will automatically + // attempt a parseFloat and fallback to a string if the parse fails. + // Simple values such as "10px" are parsed to Float; + // complex values such as "rotate(1rad)" are returned as-is. + result = jQuery.css( tween.elem, tween.prop, "" ); + + // Empty strings, null, undefined and "auto" are converted to 0. + return !result || result === "auto" ? 0 : result; + }, + set: function( tween ) { + + // Use step hook for back compat. + // Use cssHook if its there. + // Use .style if available and use plain properties where available. + if ( jQuery.fx.step[ tween.prop ] ) { + jQuery.fx.step[ tween.prop ]( tween ); + } else if ( tween.elem.nodeType === 1 && + ( tween.elem.style[ jQuery.cssProps[ tween.prop ] ] != null || + jQuery.cssHooks[ tween.prop ] ) ) { + jQuery.style( tween.elem, tween.prop, tween.now + tween.unit ); + } else { + tween.elem[ tween.prop ] = tween.now; + } + } + } +}; + +// Support: IE9 +// Panic based approach to setting things on disconnected nodes +Tween.propHooks.scrollTop = Tween.propHooks.scrollLeft = { + set: function( tween ) { + if ( tween.elem.nodeType && tween.elem.parentNode ) { + tween.elem[ tween.prop ] = tween.now; + } + } +}; + +jQuery.easing = { + linear: function( p ) { + return p; + }, + swing: function( p ) { + return 0.5 - Math.cos( p * Math.PI ) / 2; + }, + _default: "swing" +}; + +jQuery.fx = Tween.prototype.init; + +// Back Compat <1.8 extension point +jQuery.fx.step = {}; + + + + +var + fxNow, timerId, + rfxtypes = /^(?:toggle|show|hide)$/, + rrun = /queueHooks$/; + +// Animations created synchronously will run synchronously +function createFxNow() { + window.setTimeout( function() { + fxNow = undefined; + } ); + return ( fxNow = jQuery.now() ); +} + +// Generate parameters to create a standard animation +function genFx( type, includeWidth ) { + var which, + i = 0, + attrs = { height: type }; + + // If we include width, step value is 1 to do all cssExpand values, + // otherwise step value is 2 to skip over Left and Right + includeWidth = includeWidth ? 1 : 0; + for ( ; i < 4 ; i += 2 - includeWidth ) { + which = cssExpand[ i ]; + attrs[ "margin" + which ] = attrs[ "padding" + which ] = type; + } + + if ( includeWidth ) { + attrs.opacity = attrs.width = type; + } + + return attrs; +} + +function createTween( value, prop, animation ) { + var tween, + collection = ( Animation.tweeners[ prop ] || [] ).concat( Animation.tweeners[ "*" ] ), + index = 0, + length = collection.length; + for ( ; index < length; index++ ) { + if ( ( tween = collection[ index ].call( animation, prop, value ) ) ) { + + // We're done with this property + return tween; + } + } +} + +function defaultPrefilter( elem, props, opts ) { + /* jshint validthis: true */ + var prop, value, toggle, tween, hooks, oldfire, display, checkDisplay, + anim = this, + orig = {}, + style = elem.style, + hidden = elem.nodeType && isHidden( elem ), + dataShow = dataPriv.get( elem, "fxshow" ); + + // Handle queue: false promises + if ( !opts.queue ) { + hooks = jQuery._queueHooks( elem, "fx" ); + if ( hooks.unqueued == null ) { + hooks.unqueued = 0; + oldfire = hooks.empty.fire; + hooks.empty.fire = function() { + if ( !hooks.unqueued ) { + oldfire(); + } + }; + } + hooks.unqueued++; + + anim.always( function() { + + // Ensure the complete handler is called before this completes + anim.always( function() { + hooks.unqueued--; + if ( !jQuery.queue( elem, "fx" ).length ) { + hooks.empty.fire(); + } + } ); + } ); + } + + // Height/width overflow pass + if ( elem.nodeType === 1 && ( "height" in props || "width" in props ) ) { + + // Make sure that nothing sneaks out + // Record all 3 overflow attributes because IE9-10 do not + // change the overflow attribute when overflowX and + // overflowY are set to the same value + opts.overflow = [ style.overflow, style.overflowX, style.overflowY ]; + + // Set display property to inline-block for height/width + // animations on inline elements that are having width/height animated + display = jQuery.css( elem, "display" ); + + // Test default display if display is currently "none" + checkDisplay = display === "none" ? + dataPriv.get( elem, "olddisplay" ) || defaultDisplay( elem.nodeName ) : display; + + if ( checkDisplay === "inline" && jQuery.css( elem, "float" ) === "none" ) { + style.display = "inline-block"; + } + } + + if ( opts.overflow ) { + style.overflow = "hidden"; + anim.always( function() { + style.overflow = opts.overflow[ 0 ]; + style.overflowX = opts.overflow[ 1 ]; + style.overflowY = opts.overflow[ 2 ]; + } ); + } + + // show/hide pass + for ( prop in props ) { + value = props[ prop ]; + if ( rfxtypes.exec( value ) ) { + delete props[ prop ]; + toggle = toggle || value === "toggle"; + if ( value === ( hidden ? "hide" : "show" ) ) { + + // If there is dataShow left over from a stopped hide or show + // and we are going to proceed with show, we should pretend to be hidden + if ( value === "show" && dataShow && dataShow[ prop ] !== undefined ) { + hidden = true; + } else { + continue; + } + } + orig[ prop ] = dataShow && dataShow[ prop ] || jQuery.style( elem, prop ); + + // Any non-fx value stops us from restoring the original display value + } else { + display = undefined; + } + } + + if ( !jQuery.isEmptyObject( orig ) ) { + if ( dataShow ) { + if ( "hidden" in dataShow ) { + hidden = dataShow.hidden; + } + } else { + dataShow = dataPriv.access( elem, "fxshow", {} ); + } + + // Store state if its toggle - enables .stop().toggle() to "reverse" + if ( toggle ) { + dataShow.hidden = !hidden; + } + if ( hidden ) { + jQuery( elem ).show(); + } else { + anim.done( function() { + jQuery( elem ).hide(); + } ); + } + anim.done( function() { + var prop; + + dataPriv.remove( elem, "fxshow" ); + for ( prop in orig ) { + jQuery.style( elem, prop, orig[ prop ] ); + } + } ); + for ( prop in orig ) { + tween = createTween( hidden ? dataShow[ prop ] : 0, prop, anim ); + + if ( !( prop in dataShow ) ) { + dataShow[ prop ] = tween.start; + if ( hidden ) { + tween.end = tween.start; + tween.start = prop === "width" || prop === "height" ? 1 : 0; + } + } + } + + // If this is a noop like .hide().hide(), restore an overwritten display value + } else if ( ( display === "none" ? defaultDisplay( elem.nodeName ) : display ) === "inline" ) { + style.display = display; + } +} + +function propFilter( props, specialEasing ) { + var index, name, easing, value, hooks; + + // camelCase, specialEasing and expand cssHook pass + for ( index in props ) { + name = jQuery.camelCase( index ); + easing = specialEasing[ name ]; + value = props[ index ]; + if ( jQuery.isArray( value ) ) { + easing = value[ 1 ]; + value = props[ index ] = value[ 0 ]; + } + + if ( index !== name ) { + props[ name ] = value; + delete props[ index ]; + } + + hooks = jQuery.cssHooks[ name ]; + if ( hooks && "expand" in hooks ) { + value = hooks.expand( value ); + delete props[ name ]; + + // Not quite $.extend, this won't overwrite existing keys. + // Reusing 'index' because we have the correct "name" + for ( index in value ) { + if ( !( index in props ) ) { + props[ index ] = value[ index ]; + specialEasing[ index ] = easing; + } + } + } else { + specialEasing[ name ] = easing; + } + } +} + +function Animation( elem, properties, options ) { + var result, + stopped, + index = 0, + length = Animation.prefilters.length, + deferred = jQuery.Deferred().always( function() { + + // Don't match elem in the :animated selector + delete tick.elem; + } ), + tick = function() { + if ( stopped ) { + return false; + } + var currentTime = fxNow || createFxNow(), + remaining = Math.max( 0, animation.startTime + animation.duration - currentTime ), + + // Support: Android 2.3 + // Archaic crash bug won't allow us to use `1 - ( 0.5 || 0 )` (#12497) + temp = remaining / animation.duration || 0, + percent = 1 - temp, + index = 0, + length = animation.tweens.length; + + for ( ; index < length ; index++ ) { + animation.tweens[ index ].run( percent ); + } + + deferred.notifyWith( elem, [ animation, percent, remaining ] ); + + if ( percent < 1 && length ) { + return remaining; + } else { + deferred.resolveWith( elem, [ animation ] ); + return false; + } + }, + animation = deferred.promise( { + elem: elem, + props: jQuery.extend( {}, properties ), + opts: jQuery.extend( true, { + specialEasing: {}, + easing: jQuery.easing._default + }, options ), + originalProperties: properties, + originalOptions: options, + startTime: fxNow || createFxNow(), + duration: options.duration, + tweens: [], + createTween: function( prop, end ) { + var tween = jQuery.Tween( elem, animation.opts, prop, end, + animation.opts.specialEasing[ prop ] || animation.opts.easing ); + animation.tweens.push( tween ); + return tween; + }, + stop: function( gotoEnd ) { + var index = 0, + + // If we are going to the end, we want to run all the tweens + // otherwise we skip this part + length = gotoEnd ? animation.tweens.length : 0; + if ( stopped ) { + return this; + } + stopped = true; + for ( ; index < length ; index++ ) { + animation.tweens[ index ].run( 1 ); + } + + // Resolve when we played the last frame; otherwise, reject + if ( gotoEnd ) { + deferred.notifyWith( elem, [ animation, 1, 0 ] ); + deferred.resolveWith( elem, [ animation, gotoEnd ] ); + } else { + deferred.rejectWith( elem, [ animation, gotoEnd ] ); + } + return this; + } + } ), + props = animation.props; + + propFilter( props, animation.opts.specialEasing ); + + for ( ; index < length ; index++ ) { + result = Animation.prefilters[ index ].call( animation, elem, props, animation.opts ); + if ( result ) { + if ( jQuery.isFunction( result.stop ) ) { + jQuery._queueHooks( animation.elem, animation.opts.queue ).stop = + jQuery.proxy( result.stop, result ); + } + return result; + } + } + + jQuery.map( props, createTween, animation ); + + if ( jQuery.isFunction( animation.opts.start ) ) { + animation.opts.start.call( elem, animation ); + } + + jQuery.fx.timer( + jQuery.extend( tick, { + elem: elem, + anim: animation, + queue: animation.opts.queue + } ) + ); + + // attach callbacks from options + return animation.progress( animation.opts.progress ) + .done( animation.opts.done, animation.opts.complete ) + .fail( animation.opts.fail ) + .always( animation.opts.always ); +} + +jQuery.Animation = jQuery.extend( Animation, { + tweeners: { + "*": [ function( prop, value ) { + var tween = this.createTween( prop, value ); + adjustCSS( tween.elem, prop, rcssNum.exec( value ), tween ); + return tween; + } ] + }, + + tweener: function( props, callback ) { + if ( jQuery.isFunction( props ) ) { + callback = props; + props = [ "*" ]; + } else { + props = props.match( rnotwhite ); + } + + var prop, + index = 0, + length = props.length; + + for ( ; index < length ; index++ ) { + prop = props[ index ]; + Animation.tweeners[ prop ] = Animation.tweeners[ prop ] || []; + Animation.tweeners[ prop ].unshift( callback ); + } + }, + + prefilters: [ defaultPrefilter ], + + prefilter: function( callback, prepend ) { + if ( prepend ) { + Animation.prefilters.unshift( callback ); + } else { + Animation.prefilters.push( callback ); + } + } +} ); + +jQuery.speed = function( speed, easing, fn ) { + var opt = speed && typeof speed === "object" ? jQuery.extend( {}, speed ) : { + complete: fn || !fn && easing || + jQuery.isFunction( speed ) && speed, + duration: speed, + easing: fn && easing || easing && !jQuery.isFunction( easing ) && easing + }; + + opt.duration = jQuery.fx.off ? 0 : typeof opt.duration === "number" ? + opt.duration : opt.duration in jQuery.fx.speeds ? + jQuery.fx.speeds[ opt.duration ] : jQuery.fx.speeds._default; + + // Normalize opt.queue - true/undefined/null -> "fx" + if ( opt.queue == null || opt.queue === true ) { + opt.queue = "fx"; + } + + // Queueing + opt.old = opt.complete; + + opt.complete = function() { + if ( jQuery.isFunction( opt.old ) ) { + opt.old.call( this ); + } + + if ( opt.queue ) { + jQuery.dequeue( this, opt.queue ); + } + }; + + return opt; +}; + +jQuery.fn.extend( { + fadeTo: function( speed, to, easing, callback ) { + + // Show any hidden elements after setting opacity to 0 + return this.filter( isHidden ).css( "opacity", 0 ).show() + + // Animate to the value specified + .end().animate( { opacity: to }, speed, easing, callback ); + }, + animate: function( prop, speed, easing, callback ) { + var empty = jQuery.isEmptyObject( prop ), + optall = jQuery.speed( speed, easing, callback ), + doAnimation = function() { + + // Operate on a copy of prop so per-property easing won't be lost + var anim = Animation( this, jQuery.extend( {}, prop ), optall ); + + // Empty animations, or finishing resolves immediately + if ( empty || dataPriv.get( this, "finish" ) ) { + anim.stop( true ); + } + }; + doAnimation.finish = doAnimation; + + return empty || optall.queue === false ? + this.each( doAnimation ) : + this.queue( optall.queue, doAnimation ); + }, + stop: function( type, clearQueue, gotoEnd ) { + var stopQueue = function( hooks ) { + var stop = hooks.stop; + delete hooks.stop; + stop( gotoEnd ); + }; + + if ( typeof type !== "string" ) { + gotoEnd = clearQueue; + clearQueue = type; + type = undefined; + } + if ( clearQueue && type !== false ) { + this.queue( type || "fx", [] ); + } + + return this.each( function() { + var dequeue = true, + index = type != null && type + "queueHooks", + timers = jQuery.timers, + data = dataPriv.get( this ); + + if ( index ) { + if ( data[ index ] && data[ index ].stop ) { + stopQueue( data[ index ] ); + } + } else { + for ( index in data ) { + if ( data[ index ] && data[ index ].stop && rrun.test( index ) ) { + stopQueue( data[ index ] ); + } + } + } + + for ( index = timers.length; index--; ) { + if ( timers[ index ].elem === this && + ( type == null || timers[ index ].queue === type ) ) { + + timers[ index ].anim.stop( gotoEnd ); + dequeue = false; + timers.splice( index, 1 ); + } + } + + // Start the next in the queue if the last step wasn't forced. + // Timers currently will call their complete callbacks, which + // will dequeue but only if they were gotoEnd. + if ( dequeue || !gotoEnd ) { + jQuery.dequeue( this, type ); + } + } ); + }, + finish: function( type ) { + if ( type !== false ) { + type = type || "fx"; + } + return this.each( function() { + var index, + data = dataPriv.get( this ), + queue = data[ type + "queue" ], + hooks = data[ type + "queueHooks" ], + timers = jQuery.timers, + length = queue ? queue.length : 0; + + // Enable finishing flag on private data + data.finish = true; + + // Empty the queue first + jQuery.queue( this, type, [] ); + + if ( hooks && hooks.stop ) { + hooks.stop.call( this, true ); + } + + // Look for any active animations, and finish them + for ( index = timers.length; index--; ) { + if ( timers[ index ].elem === this && timers[ index ].queue === type ) { + timers[ index ].anim.stop( true ); + timers.splice( index, 1 ); + } + } + + // Look for any animations in the old queue and finish them + for ( index = 0; index < length; index++ ) { + if ( queue[ index ] && queue[ index ].finish ) { + queue[ index ].finish.call( this ); + } + } + + // Turn off finishing flag + delete data.finish; + } ); + } +} ); + +jQuery.each( [ "toggle", "show", "hide" ], function( i, name ) { + var cssFn = jQuery.fn[ name ]; + jQuery.fn[ name ] = function( speed, easing, callback ) { + return speed == null || typeof speed === "boolean" ? + cssFn.apply( this, arguments ) : + this.animate( genFx( name, true ), speed, easing, callback ); + }; +} ); + +// Generate shortcuts for custom animations +jQuery.each( { + slideDown: genFx( "show" ), + slideUp: genFx( "hide" ), + slideToggle: genFx( "toggle" ), + fadeIn: { opacity: "show" }, + fadeOut: { opacity: "hide" }, + fadeToggle: { opacity: "toggle" } +}, function( name, props ) { + jQuery.fn[ name ] = function( speed, easing, callback ) { + return this.animate( props, speed, easing, callback ); + }; +} ); + +jQuery.timers = []; +jQuery.fx.tick = function() { + var timer, + i = 0, + timers = jQuery.timers; + + fxNow = jQuery.now(); + + for ( ; i < timers.length; i++ ) { + timer = timers[ i ]; + + // Checks the timer has not already been removed + if ( !timer() && timers[ i ] === timer ) { + timers.splice( i--, 1 ); + } + } + + if ( !timers.length ) { + jQuery.fx.stop(); + } + fxNow = undefined; +}; + +jQuery.fx.timer = function( timer ) { + jQuery.timers.push( timer ); + if ( timer() ) { + jQuery.fx.start(); + } else { + jQuery.timers.pop(); + } +}; + +jQuery.fx.interval = 13; +jQuery.fx.start = function() { + if ( !timerId ) { + timerId = window.setInterval( jQuery.fx.tick, jQuery.fx.interval ); + } +}; + +jQuery.fx.stop = function() { + window.clearInterval( timerId ); + + timerId = null; +}; + +jQuery.fx.speeds = { + slow: 600, + fast: 200, + + // Default speed + _default: 400 +}; + + +// Based off of the plugin by Clint Helfers, with permission. +// http://web.archive.org/web/20100324014747/http://blindsignals.com/index.php/2009/07/jquery-delay/ +jQuery.fn.delay = function( time, type ) { + time = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time; + type = type || "fx"; + + return this.queue( type, function( next, hooks ) { + var timeout = window.setTimeout( next, time ); + hooks.stop = function() { + window.clearTimeout( timeout ); + }; + } ); +}; + + +( function() { + var input = document.createElement( "input" ), + select = document.createElement( "select" ), + opt = select.appendChild( document.createElement( "option" ) ); + + input.type = "checkbox"; + + // Support: iOS<=5.1, Android<=4.2+ + // Default value for a checkbox should be "on" + support.checkOn = input.value !== ""; + + // Support: IE<=11+ + // Must access selectedIndex to make default options select + support.optSelected = opt.selected; + + // Support: Android<=2.3 + // Options inside disabled selects are incorrectly marked as disabled + select.disabled = true; + support.optDisabled = !opt.disabled; + + // Support: IE<=11+ + // An input loses its value after becoming a radio + input = document.createElement( "input" ); + input.value = "t"; + input.type = "radio"; + support.radioValue = input.value === "t"; +} )(); + + +var boolHook, + attrHandle = jQuery.expr.attrHandle; + +jQuery.fn.extend( { + attr: function( name, value ) { + return access( this, jQuery.attr, name, value, arguments.length > 1 ); + }, + + removeAttr: function( name ) { + return this.each( function() { + jQuery.removeAttr( this, name ); + } ); + } +} ); + +jQuery.extend( { + attr: function( elem, name, value ) { + var ret, hooks, + nType = elem.nodeType; + + // Don't get/set attributes on text, comment and attribute nodes + if ( nType === 3 || nType === 8 || nType === 2 ) { + return; + } + + // Fallback to prop when attributes are not supported + if ( typeof elem.getAttribute === "undefined" ) { + return jQuery.prop( elem, name, value ); + } + + // All attributes are lowercase + // Grab necessary hook if one is defined + if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) { + name = name.toLowerCase(); + hooks = jQuery.attrHooks[ name ] || + ( jQuery.expr.match.bool.test( name ) ? boolHook : undefined ); + } + + if ( value !== undefined ) { + if ( value === null ) { + jQuery.removeAttr( elem, name ); + return; + } + + if ( hooks && "set" in hooks && + ( ret = hooks.set( elem, value, name ) ) !== undefined ) { + return ret; + } + + elem.setAttribute( name, value + "" ); + return value; + } + + if ( hooks && "get" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) { + return ret; + } + + ret = jQuery.find.attr( elem, name ); + + // Non-existent attributes return null, we normalize to undefined + return ret == null ? undefined : ret; + }, + + attrHooks: { + type: { + set: function( elem, value ) { + if ( !support.radioValue && value === "radio" && + jQuery.nodeName( elem, "input" ) ) { + var val = elem.value; + elem.setAttribute( "type", value ); + if ( val ) { + elem.value = val; + } + return value; + } + } + } + }, + + removeAttr: function( elem, value ) { + var name, propName, + i = 0, + attrNames = value && value.match( rnotwhite ); + + if ( attrNames && elem.nodeType === 1 ) { + while ( ( name = attrNames[ i++ ] ) ) { + propName = jQuery.propFix[ name ] || name; + + // Boolean attributes get special treatment (#10870) + if ( jQuery.expr.match.bool.test( name ) ) { + + // Set corresponding property to false + elem[ propName ] = false; + } + + elem.removeAttribute( name ); + } + } + } +} ); + +// Hooks for boolean attributes +boolHook = { + set: function( elem, value, name ) { + if ( value === false ) { + + // Remove boolean attributes when set to false + jQuery.removeAttr( elem, name ); + } else { + elem.setAttribute( name, name ); + } + return name; + } +}; +jQuery.each( jQuery.expr.match.bool.source.match( /\w+/g ), function( i, name ) { + var getter = attrHandle[ name ] || jQuery.find.attr; + + attrHandle[ name ] = function( elem, name, isXML ) { + var ret, handle; + if ( !isXML ) { + + // Avoid an infinite loop by temporarily removing this function from the getter + handle = attrHandle[ name ]; + attrHandle[ name ] = ret; + ret = getter( elem, name, isXML ) != null ? + name.toLowerCase() : + null; + attrHandle[ name ] = handle; + } + return ret; + }; +} ); + + + + +var rfocusable = /^(?:input|select|textarea|button)$/i, + rclickable = /^(?:a|area)$/i; + +jQuery.fn.extend( { + prop: function( name, value ) { + return access( this, jQuery.prop, name, value, arguments.length > 1 ); + }, + + removeProp: function( name ) { + return this.each( function() { + delete this[ jQuery.propFix[ name ] || name ]; + } ); + } +} ); + +jQuery.extend( { + prop: function( elem, name, value ) { + var ret, hooks, + nType = elem.nodeType; + + // Don't get/set properties on text, comment and attribute nodes + if ( nType === 3 || nType === 8 || nType === 2 ) { + return; + } + + if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) { + + // Fix name and attach hooks + name = jQuery.propFix[ name ] || name; + hooks = jQuery.propHooks[ name ]; + } + + if ( value !== undefined ) { + if ( hooks && "set" in hooks && + ( ret = hooks.set( elem, value, name ) ) !== undefined ) { + return ret; + } + + return ( elem[ name ] = value ); + } + + if ( hooks && "get" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) { + return ret; + } + + return elem[ name ]; + }, + + propHooks: { + tabIndex: { + get: function( elem ) { + + // elem.tabIndex doesn't always return the + // correct value when it hasn't been explicitly set + // http://fluidproject.org/blog/2008/01/09/getting-setting-and-removing-tabindex-values-with-javascript/ + // Use proper attribute retrieval(#12072) + var tabindex = jQuery.find.attr( elem, "tabindex" ); + + return tabindex ? + parseInt( tabindex, 10 ) : + rfocusable.test( elem.nodeName ) || + rclickable.test( elem.nodeName ) && elem.href ? + 0 : + -1; + } + } + }, + + propFix: { + "for": "htmlFor", + "class": "className" + } +} ); + +// Support: IE <=11 only +// Accessing the selectedIndex property +// forces the browser to respect setting selected +// on the option +// The getter ensures a default option is selected +// when in an optgroup +if ( !support.optSelected ) { + jQuery.propHooks.selected = { + get: function( elem ) { + var parent = elem.parentNode; + if ( parent && parent.parentNode ) { + parent.parentNode.selectedIndex; + } + return null; + }, + set: function( elem ) { + var parent = elem.parentNode; + if ( parent ) { + parent.selectedIndex; + + if ( parent.parentNode ) { + parent.parentNode.selectedIndex; + } + } + } + }; +} + +jQuery.each( [ + "tabIndex", + "readOnly", + "maxLength", + "cellSpacing", + "cellPadding", + "rowSpan", + "colSpan", + "useMap", + "frameBorder", + "contentEditable" +], function() { + jQuery.propFix[ this.toLowerCase() ] = this; +} ); + + + + +var rclass = /[\t\r\n\f]/g; + +function getClass( elem ) { + return elem.getAttribute && elem.getAttribute( "class" ) || ""; +} + +jQuery.fn.extend( { + addClass: function( value ) { + var classes, elem, cur, curValue, clazz, j, finalValue, + i = 0; + + if ( jQuery.isFunction( value ) ) { + return this.each( function( j ) { + jQuery( this ).addClass( value.call( this, j, getClass( this ) ) ); + } ); + } + + if ( typeof value === "string" && value ) { + classes = value.match( rnotwhite ) || []; + + while ( ( elem = this[ i++ ] ) ) { + curValue = getClass( elem ); + cur = elem.nodeType === 1 && + ( " " + curValue + " " ).replace( rclass, " " ); + + if ( cur ) { + j = 0; + while ( ( clazz = classes[ j++ ] ) ) { + if ( cur.indexOf( " " + clazz + " " ) < 0 ) { + cur += clazz + " "; + } + } + + // Only assign if different to avoid unneeded rendering. + finalValue = jQuery.trim( cur ); + if ( curValue !== finalValue ) { + elem.setAttribute( "class", finalValue ); + } + } + } + } + + return this; + }, + + removeClass: function( value ) { + var classes, elem, cur, curValue, clazz, j, finalValue, + i = 0; + + if ( jQuery.isFunction( value ) ) { + return this.each( function( j ) { + jQuery( this ).removeClass( value.call( this, j, getClass( this ) ) ); + } ); + } + + if ( !arguments.length ) { + return this.attr( "class", "" ); + } + + if ( typeof value === "string" && value ) { + classes = value.match( rnotwhite ) || []; + + while ( ( elem = this[ i++ ] ) ) { + curValue = getClass( elem ); + + // This expression is here for better compressibility (see addClass) + cur = elem.nodeType === 1 && + ( " " + curValue + " " ).replace( rclass, " " ); + + if ( cur ) { + j = 0; + while ( ( clazz = classes[ j++ ] ) ) { + + // Remove *all* instances + while ( cur.indexOf( " " + clazz + " " ) > -1 ) { + cur = cur.replace( " " + clazz + " ", " " ); + } + } + + // Only assign if different to avoid unneeded rendering. + finalValue = jQuery.trim( cur ); + if ( curValue !== finalValue ) { + elem.setAttribute( "class", finalValue ); + } + } + } + } + + return this; + }, + + toggleClass: function( value, stateVal ) { + var type = typeof value; + + if ( typeof stateVal === "boolean" && type === "string" ) { + return stateVal ? this.addClass( value ) : this.removeClass( value ); + } + + if ( jQuery.isFunction( value ) ) { + return this.each( function( i ) { + jQuery( this ).toggleClass( + value.call( this, i, getClass( this ), stateVal ), + stateVal + ); + } ); + } + + return this.each( function() { + var className, i, self, classNames; + + if ( type === "string" ) { + + // Toggle individual class names + i = 0; + self = jQuery( this ); + classNames = value.match( rnotwhite ) || []; + + while ( ( className = classNames[ i++ ] ) ) { + + // Check each className given, space separated list + if ( self.hasClass( className ) ) { + self.removeClass( className ); + } else { + self.addClass( className ); + } + } + + // Toggle whole class name + } else if ( value === undefined || type === "boolean" ) { + className = getClass( this ); + if ( className ) { + + // Store className if set + dataPriv.set( this, "__className__", className ); + } + + // If the element has a class name or if we're passed `false`, + // then remove the whole classname (if there was one, the above saved it). + // Otherwise bring back whatever was previously saved (if anything), + // falling back to the empty string if nothing was stored. + if ( this.setAttribute ) { + this.setAttribute( "class", + className || value === false ? + "" : + dataPriv.get( this, "__className__" ) || "" + ); + } + } + } ); + }, + + hasClass: function( selector ) { + var className, elem, + i = 0; + + className = " " + selector + " "; + while ( ( elem = this[ i++ ] ) ) { + if ( elem.nodeType === 1 && + ( " " + getClass( elem ) + " " ).replace( rclass, " " ) + .indexOf( className ) > -1 + ) { + return true; + } + } + + return false; + } +} ); + + + + +var rreturn = /\r/g, + rspaces = /[\x20\t\r\n\f]+/g; + +jQuery.fn.extend( { + val: function( value ) { + var hooks, ret, isFunction, + elem = this[ 0 ]; + + if ( !arguments.length ) { + if ( elem ) { + hooks = jQuery.valHooks[ elem.type ] || + jQuery.valHooks[ elem.nodeName.toLowerCase() ]; + + if ( hooks && + "get" in hooks && + ( ret = hooks.get( elem, "value" ) ) !== undefined + ) { + return ret; + } + + ret = elem.value; + + return typeof ret === "string" ? + + // Handle most common string cases + ret.replace( rreturn, "" ) : + + // Handle cases where value is null/undef or number + ret == null ? "" : ret; + } + + return; + } + + isFunction = jQuery.isFunction( value ); + + return this.each( function( i ) { + var val; + + if ( this.nodeType !== 1 ) { + return; + } + + if ( isFunction ) { + val = value.call( this, i, jQuery( this ).val() ); + } else { + val = value; + } + + // Treat null/undefined as ""; convert numbers to string + if ( val == null ) { + val = ""; + + } else if ( typeof val === "number" ) { + val += ""; + + } else if ( jQuery.isArray( val ) ) { + val = jQuery.map( val, function( value ) { + return value == null ? "" : value + ""; + } ); + } + + hooks = jQuery.valHooks[ this.type ] || jQuery.valHooks[ this.nodeName.toLowerCase() ]; + + // If set returns undefined, fall back to normal setting + if ( !hooks || !( "set" in hooks ) || hooks.set( this, val, "value" ) === undefined ) { + this.value = val; + } + } ); + } +} ); + +jQuery.extend( { + valHooks: { + option: { + get: function( elem ) { + + var val = jQuery.find.attr( elem, "value" ); + return val != null ? + val : + + // Support: IE10-11+ + // option.text throws exceptions (#14686, #14858) + // Strip and collapse whitespace + // https://html.spec.whatwg.org/#strip-and-collapse-whitespace + jQuery.trim( jQuery.text( elem ) ).replace( rspaces, " " ); + } + }, + select: { + get: function( elem ) { + var value, option, + options = elem.options, + index = elem.selectedIndex, + one = elem.type === "select-one" || index < 0, + values = one ? null : [], + max = one ? index + 1 : options.length, + i = index < 0 ? + max : + one ? index : 0; + + // Loop through all the selected options + for ( ; i < max; i++ ) { + option = options[ i ]; + + // IE8-9 doesn't update selected after form reset (#2551) + if ( ( option.selected || i === index ) && + + // Don't return options that are disabled or in a disabled optgroup + ( support.optDisabled ? + !option.disabled : option.getAttribute( "disabled" ) === null ) && + ( !option.parentNode.disabled || + !jQuery.nodeName( option.parentNode, "optgroup" ) ) ) { + + // Get the specific value for the option + value = jQuery( option ).val(); + + // We don't need an array for one selects + if ( one ) { + return value; + } + + // Multi-Selects return an array + values.push( value ); + } + } + + return values; + }, + + set: function( elem, value ) { + var optionSet, option, + options = elem.options, + values = jQuery.makeArray( value ), + i = options.length; + + while ( i-- ) { + option = options[ i ]; + if ( option.selected = + jQuery.inArray( jQuery.valHooks.option.get( option ), values ) > -1 + ) { + optionSet = true; + } + } + + // Force browsers to behave consistently when non-matching value is set + if ( !optionSet ) { + elem.selectedIndex = -1; + } + return values; + } + } + } +} ); + +// Radios and checkboxes getter/setter +jQuery.each( [ "radio", "checkbox" ], function() { + jQuery.valHooks[ this ] = { + set: function( elem, value ) { + if ( jQuery.isArray( value ) ) { + return ( elem.checked = jQuery.inArray( jQuery( elem ).val(), value ) > -1 ); + } + } + }; + if ( !support.checkOn ) { + jQuery.valHooks[ this ].get = function( elem ) { + return elem.getAttribute( "value" ) === null ? "on" : elem.value; + }; + } +} ); + + + + +// Return jQuery for attributes-only inclusion + + +var rfocusMorph = /^(?:focusinfocus|focusoutblur)$/; + +jQuery.extend( jQuery.event, { + + trigger: function( event, data, elem, onlyHandlers ) { + + var i, cur, tmp, bubbleType, ontype, handle, special, + eventPath = [ elem || document ], + type = hasOwn.call( event, "type" ) ? event.type : event, + namespaces = hasOwn.call( event, "namespace" ) ? event.namespace.split( "." ) : []; + + cur = tmp = elem = elem || document; + + // Don't do events on text and comment nodes + if ( elem.nodeType === 3 || elem.nodeType === 8 ) { + return; + } + + // focus/blur morphs to focusin/out; ensure we're not firing them right now + if ( rfocusMorph.test( type + jQuery.event.triggered ) ) { + return; + } + + if ( type.indexOf( "." ) > -1 ) { + + // Namespaced trigger; create a regexp to match event type in handle() + namespaces = type.split( "." ); + type = namespaces.shift(); + namespaces.sort(); + } + ontype = type.indexOf( ":" ) < 0 && "on" + type; + + // Caller can pass in a jQuery.Event object, Object, or just an event type string + event = event[ jQuery.expando ] ? + event : + new jQuery.Event( type, typeof event === "object" && event ); + + // Trigger bitmask: & 1 for native handlers; & 2 for jQuery (always true) + event.isTrigger = onlyHandlers ? 2 : 3; + event.namespace = namespaces.join( "." ); + event.rnamespace = event.namespace ? + new RegExp( "(^|\\.)" + namespaces.join( "\\.(?:.*\\.|)" ) + "(\\.|$)" ) : + null; + + // Clean up the event in case it is being reused + event.result = undefined; + if ( !event.target ) { + event.target = elem; + } + + // Clone any incoming data and prepend the event, creating the handler arg list + data = data == null ? + [ event ] : + jQuery.makeArray( data, [ event ] ); + + // Allow special events to draw outside the lines + special = jQuery.event.special[ type ] || {}; + if ( !onlyHandlers && special.trigger && special.trigger.apply( elem, data ) === false ) { + return; + } + + // Determine event propagation path in advance, per W3C events spec (#9951) + // Bubble up to document, then to window; watch for a global ownerDocument var (#9724) + if ( !onlyHandlers && !special.noBubble && !jQuery.isWindow( elem ) ) { + + bubbleType = special.delegateType || type; + if ( !rfocusMorph.test( bubbleType + type ) ) { + cur = cur.parentNode; + } + for ( ; cur; cur = cur.parentNode ) { + eventPath.push( cur ); + tmp = cur; + } + + // Only add window if we got to document (e.g., not plain obj or detached DOM) + if ( tmp === ( elem.ownerDocument || document ) ) { + eventPath.push( tmp.defaultView || tmp.parentWindow || window ); + } + } + + // Fire handlers on the event path + i = 0; + while ( ( cur = eventPath[ i++ ] ) && !event.isPropagationStopped() ) { + + event.type = i > 1 ? + bubbleType : + special.bindType || type; + + // jQuery handler + handle = ( dataPriv.get( cur, "events" ) || {} )[ event.type ] && + dataPriv.get( cur, "handle" ); + if ( handle ) { + handle.apply( cur, data ); + } + + // Native handler + handle = ontype && cur[ ontype ]; + if ( handle && handle.apply && acceptData( cur ) ) { + event.result = handle.apply( cur, data ); + if ( event.result === false ) { + event.preventDefault(); + } + } + } + event.type = type; + + // If nobody prevented the default action, do it now + if ( !onlyHandlers && !event.isDefaultPrevented() ) { + + if ( ( !special._default || + special._default.apply( eventPath.pop(), data ) === false ) && + acceptData( elem ) ) { + + // Call a native DOM method on the target with the same name name as the event. + // Don't do default actions on window, that's where global variables be (#6170) + if ( ontype && jQuery.isFunction( elem[ type ] ) && !jQuery.isWindow( elem ) ) { + + // Don't re-trigger an onFOO event when we call its FOO() method + tmp = elem[ ontype ]; + + if ( tmp ) { + elem[ ontype ] = null; + } + + // Prevent re-triggering of the same event, since we already bubbled it above + jQuery.event.triggered = type; + elem[ type ](); + jQuery.event.triggered = undefined; + + if ( tmp ) { + elem[ ontype ] = tmp; + } + } + } + } + + return event.result; + }, + + // Piggyback on a donor event to simulate a different one + simulate: function( type, elem, event ) { + var e = jQuery.extend( + new jQuery.Event(), + event, + { + type: type, + isSimulated: true + + // Previously, `originalEvent: {}` was set here, so stopPropagation call + // would not be triggered on donor event, since in our own + // jQuery.event.stopPropagation function we had a check for existence of + // originalEvent.stopPropagation method, so, consequently it would be a noop. + // + // But now, this "simulate" function is used only for events + // for which stopPropagation() is noop, so there is no need for that anymore. + // + // For the 1.x branch though, guard for "click" and "submit" + // events is still used, but was moved to jQuery.event.stopPropagation function + // because `originalEvent` should point to the original event for the constancy + // with other events and for more focused logic + } + ); + + jQuery.event.trigger( e, null, elem ); + + if ( e.isDefaultPrevented() ) { + event.preventDefault(); + } + } + +} ); + +jQuery.fn.extend( { + + trigger: function( type, data ) { + return this.each( function() { + jQuery.event.trigger( type, data, this ); + } ); + }, + triggerHandler: function( type, data ) { + var elem = this[ 0 ]; + if ( elem ) { + return jQuery.event.trigger( type, data, elem, true ); + } + } +} ); + + +jQuery.each( ( "blur focus focusin focusout load resize scroll unload click dblclick " + + "mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave " + + "change select submit keydown keypress keyup error contextmenu" ).split( " " ), + function( i, name ) { + + // Handle event binding + jQuery.fn[ name ] = function( data, fn ) { + return arguments.length > 0 ? + this.on( name, null, data, fn ) : + this.trigger( name ); + }; +} ); + +jQuery.fn.extend( { + hover: function( fnOver, fnOut ) { + return this.mouseenter( fnOver ).mouseleave( fnOut || fnOver ); + } +} ); + + + + +support.focusin = "onfocusin" in window; + + +// Support: Firefox +// Firefox doesn't have focus(in | out) events +// Related ticket - https://bugzilla.mozilla.org/show_bug.cgi?id=687787 +// +// Support: Chrome, Safari +// focus(in | out) events fire after focus & blur events, +// which is spec violation - http://www.w3.org/TR/DOM-Level-3-Events/#events-focusevent-event-order +// Related ticket - https://code.google.com/p/chromium/issues/detail?id=449857 +if ( !support.focusin ) { + jQuery.each( { focus: "focusin", blur: "focusout" }, function( orig, fix ) { + + // Attach a single capturing handler on the document while someone wants focusin/focusout + var handler = function( event ) { + jQuery.event.simulate( fix, event.target, jQuery.event.fix( event ) ); + }; + + jQuery.event.special[ fix ] = { + setup: function() { + var doc = this.ownerDocument || this, + attaches = dataPriv.access( doc, fix ); + + if ( !attaches ) { + doc.addEventListener( orig, handler, true ); + } + dataPriv.access( doc, fix, ( attaches || 0 ) + 1 ); + }, + teardown: function() { + var doc = this.ownerDocument || this, + attaches = dataPriv.access( doc, fix ) - 1; + + if ( !attaches ) { + doc.removeEventListener( orig, handler, true ); + dataPriv.remove( doc, fix ); + + } else { + dataPriv.access( doc, fix, attaches ); + } + } + }; + } ); +} +var location = window.location; + +var nonce = jQuery.now(); + +var rquery = ( /\?/ ); + + + +// Support: Android 2.3 +// Workaround failure to string-cast null input +jQuery.parseJSON = function( data ) { + return JSON.parse( data + "" ); +}; + + +// Cross-browser xml parsing +jQuery.parseXML = function( data ) { + var xml; + if ( !data || typeof data !== "string" ) { + return null; + } + + // Support: IE9 + try { + xml = ( new window.DOMParser() ).parseFromString( data, "text/xml" ); + } catch ( e ) { + xml = undefined; + } + + if ( !xml || xml.getElementsByTagName( "parsererror" ).length ) { + jQuery.error( "Invalid XML: " + data ); + } + return xml; +}; + + +var + rhash = /#.*$/, + rts = /([?&])_=[^&]*/, + rheaders = /^(.*?):[ \t]*([^\r\n]*)$/mg, + + // #7653, #8125, #8152: local protocol detection + rlocalProtocol = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/, + rnoContent = /^(?:GET|HEAD)$/, + rprotocol = /^\/\//, + + /* Prefilters + * 1) They are useful to introduce custom dataTypes (see ajax/jsonp.js for an example) + * 2) These are called: + * - BEFORE asking for a transport + * - AFTER param serialization (s.data is a string if s.processData is true) + * 3) key is the dataType + * 4) the catchall symbol "*" can be used + * 5) execution will start with transport dataType and THEN continue down to "*" if needed + */ + prefilters = {}, + + /* Transports bindings + * 1) key is the dataType + * 2) the catchall symbol "*" can be used + * 3) selection will start with transport dataType and THEN go to "*" if needed + */ + transports = {}, + + // Avoid comment-prolog char sequence (#10098); must appease lint and evade compression + allTypes = "*/".concat( "*" ), + + // Anchor tag for parsing the document origin + originAnchor = document.createElement( "a" ); + originAnchor.href = location.href; + +// Base "constructor" for jQuery.ajaxPrefilter and jQuery.ajaxTransport +function addToPrefiltersOrTransports( structure ) { + + // dataTypeExpression is optional and defaults to "*" + return function( dataTypeExpression, func ) { + + if ( typeof dataTypeExpression !== "string" ) { + func = dataTypeExpression; + dataTypeExpression = "*"; + } + + var dataType, + i = 0, + dataTypes = dataTypeExpression.toLowerCase().match( rnotwhite ) || []; + + if ( jQuery.isFunction( func ) ) { + + // For each dataType in the dataTypeExpression + while ( ( dataType = dataTypes[ i++ ] ) ) { + + // Prepend if requested + if ( dataType[ 0 ] === "+" ) { + dataType = dataType.slice( 1 ) || "*"; + ( structure[ dataType ] = structure[ dataType ] || [] ).unshift( func ); + + // Otherwise append + } else { + ( structure[ dataType ] = structure[ dataType ] || [] ).push( func ); + } + } + } + }; +} + +// Base inspection function for prefilters and transports +function inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR ) { + + var inspected = {}, + seekingTransport = ( structure === transports ); + + function inspect( dataType ) { + var selected; + inspected[ dataType ] = true; + jQuery.each( structure[ dataType ] || [], function( _, prefilterOrFactory ) { + var dataTypeOrTransport = prefilterOrFactory( options, originalOptions, jqXHR ); + if ( typeof dataTypeOrTransport === "string" && + !seekingTransport && !inspected[ dataTypeOrTransport ] ) { + + options.dataTypes.unshift( dataTypeOrTransport ); + inspect( dataTypeOrTransport ); + return false; + } else if ( seekingTransport ) { + return !( selected = dataTypeOrTransport ); + } + } ); + return selected; + } + + return inspect( options.dataTypes[ 0 ] ) || !inspected[ "*" ] && inspect( "*" ); +} + +// A special extend for ajax options +// that takes "flat" options (not to be deep extended) +// Fixes #9887 +function ajaxExtend( target, src ) { + var key, deep, + flatOptions = jQuery.ajaxSettings.flatOptions || {}; + + for ( key in src ) { + if ( src[ key ] !== undefined ) { + ( flatOptions[ key ] ? target : ( deep || ( deep = {} ) ) )[ key ] = src[ key ]; + } + } + if ( deep ) { + jQuery.extend( true, target, deep ); + } + + return target; +} + +/* Handles responses to an ajax request: + * - finds the right dataType (mediates between content-type and expected dataType) + * - returns the corresponding response + */ +function ajaxHandleResponses( s, jqXHR, responses ) { + + var ct, type, finalDataType, firstDataType, + contents = s.contents, + dataTypes = s.dataTypes; + + // Remove auto dataType and get content-type in the process + while ( dataTypes[ 0 ] === "*" ) { + dataTypes.shift(); + if ( ct === undefined ) { + ct = s.mimeType || jqXHR.getResponseHeader( "Content-Type" ); + } + } + + // Check if we're dealing with a known content-type + if ( ct ) { + for ( type in contents ) { + if ( contents[ type ] && contents[ type ].test( ct ) ) { + dataTypes.unshift( type ); + break; + } + } + } + + // Check to see if we have a response for the expected dataType + if ( dataTypes[ 0 ] in responses ) { + finalDataType = dataTypes[ 0 ]; + } else { + + // Try convertible dataTypes + for ( type in responses ) { + if ( !dataTypes[ 0 ] || s.converters[ type + " " + dataTypes[ 0 ] ] ) { + finalDataType = type; + break; + } + if ( !firstDataType ) { + firstDataType = type; + } + } + + // Or just use first one + finalDataType = finalDataType || firstDataType; + } + + // If we found a dataType + // We add the dataType to the list if needed + // and return the corresponding response + if ( finalDataType ) { + if ( finalDataType !== dataTypes[ 0 ] ) { + dataTypes.unshift( finalDataType ); + } + return responses[ finalDataType ]; + } +} + +/* Chain conversions given the request and the original response + * Also sets the responseXXX fields on the jqXHR instance + */ +function ajaxConvert( s, response, jqXHR, isSuccess ) { + var conv2, current, conv, tmp, prev, + converters = {}, + + // Work with a copy of dataTypes in case we need to modify it for conversion + dataTypes = s.dataTypes.slice(); + + // Create converters map with lowercased keys + if ( dataTypes[ 1 ] ) { + for ( conv in s.converters ) { + converters[ conv.toLowerCase() ] = s.converters[ conv ]; + } + } + + current = dataTypes.shift(); + + // Convert to each sequential dataType + while ( current ) { + + if ( s.responseFields[ current ] ) { + jqXHR[ s.responseFields[ current ] ] = response; + } + + // Apply the dataFilter if provided + if ( !prev && isSuccess && s.dataFilter ) { + response = s.dataFilter( response, s.dataType ); + } + + prev = current; + current = dataTypes.shift(); + + if ( current ) { + + // There's only work to do if current dataType is non-auto + if ( current === "*" ) { + + current = prev; + + // Convert response if prev dataType is non-auto and differs from current + } else if ( prev !== "*" && prev !== current ) { + + // Seek a direct converter + conv = converters[ prev + " " + current ] || converters[ "* " + current ]; + + // If none found, seek a pair + if ( !conv ) { + for ( conv2 in converters ) { + + // If conv2 outputs current + tmp = conv2.split( " " ); + if ( tmp[ 1 ] === current ) { + + // If prev can be converted to accepted input + conv = converters[ prev + " " + tmp[ 0 ] ] || + converters[ "* " + tmp[ 0 ] ]; + if ( conv ) { + + // Condense equivalence converters + if ( conv === true ) { + conv = converters[ conv2 ]; + + // Otherwise, insert the intermediate dataType + } else if ( converters[ conv2 ] !== true ) { + current = tmp[ 0 ]; + dataTypes.unshift( tmp[ 1 ] ); + } + break; + } + } + } + } + + // Apply converter (if not an equivalence) + if ( conv !== true ) { + + // Unless errors are allowed to bubble, catch and return them + if ( conv && s.throws ) { + response = conv( response ); + } else { + try { + response = conv( response ); + } catch ( e ) { + return { + state: "parsererror", + error: conv ? e : "No conversion from " + prev + " to " + current + }; + } + } + } + } + } + } + + return { state: "success", data: response }; +} + +jQuery.extend( { + + // Counter for holding the number of active queries + active: 0, + + // Last-Modified header cache for next request + lastModified: {}, + etag: {}, + + ajaxSettings: { + url: location.href, + type: "GET", + isLocal: rlocalProtocol.test( location.protocol ), + global: true, + processData: true, + async: true, + contentType: "application/x-www-form-urlencoded; charset=UTF-8", + /* + timeout: 0, + data: null, + dataType: null, + username: null, + password: null, + cache: null, + throws: false, + traditional: false, + headers: {}, + */ + + accepts: { + "*": allTypes, + text: "text/plain", + html: "text/html", + xml: "application/xml, text/xml", + json: "application/json, text/javascript" + }, + + contents: { + xml: /\bxml\b/, + html: /\bhtml/, + json: /\bjson\b/ + }, + + responseFields: { + xml: "responseXML", + text: "responseText", + json: "responseJSON" + }, + + // Data converters + // Keys separate source (or catchall "*") and destination types with a single space + converters: { + + // Convert anything to text + "* text": String, + + // Text to html (true = no transformation) + "text html": true, + + // Evaluate text as a json expression + "text json": jQuery.parseJSON, + + // Parse text as xml + "text xml": jQuery.parseXML + }, + + // For options that shouldn't be deep extended: + // you can add your own custom options here if + // and when you create one that shouldn't be + // deep extended (see ajaxExtend) + flatOptions: { + url: true, + context: true + } + }, + + // Creates a full fledged settings object into target + // with both ajaxSettings and settings fields. + // If target is omitted, writes into ajaxSettings. + ajaxSetup: function( target, settings ) { + return settings ? + + // Building a settings object + ajaxExtend( ajaxExtend( target, jQuery.ajaxSettings ), settings ) : + + // Extending ajaxSettings + ajaxExtend( jQuery.ajaxSettings, target ); + }, + + ajaxPrefilter: addToPrefiltersOrTransports( prefilters ), + ajaxTransport: addToPrefiltersOrTransports( transports ), + + // Main method + ajax: function( url, options ) { + + // If url is an object, simulate pre-1.5 signature + if ( typeof url === "object" ) { + options = url; + url = undefined; + } + + // Force options to be an object + options = options || {}; + + var transport, + + // URL without anti-cache param + cacheURL, + + // Response headers + responseHeadersString, + responseHeaders, + + // timeout handle + timeoutTimer, + + // Url cleanup var + urlAnchor, + + // To know if global events are to be dispatched + fireGlobals, + + // Loop variable + i, + + // Create the final options object + s = jQuery.ajaxSetup( {}, options ), + + // Callbacks context + callbackContext = s.context || s, + + // Context for global events is callbackContext if it is a DOM node or jQuery collection + globalEventContext = s.context && + ( callbackContext.nodeType || callbackContext.jquery ) ? + jQuery( callbackContext ) : + jQuery.event, + + // Deferreds + deferred = jQuery.Deferred(), + completeDeferred = jQuery.Callbacks( "once memory" ), + + // Status-dependent callbacks + statusCode = s.statusCode || {}, + + // Headers (they are sent all at once) + requestHeaders = {}, + requestHeadersNames = {}, + + // The jqXHR state + state = 0, + + // Default abort message + strAbort = "canceled", + + // Fake xhr + jqXHR = { + readyState: 0, + + // Builds headers hashtable if needed + getResponseHeader: function( key ) { + var match; + if ( state === 2 ) { + if ( !responseHeaders ) { + responseHeaders = {}; + while ( ( match = rheaders.exec( responseHeadersString ) ) ) { + responseHeaders[ match[ 1 ].toLowerCase() ] = match[ 2 ]; + } + } + match = responseHeaders[ key.toLowerCase() ]; + } + return match == null ? null : match; + }, + + // Raw string + getAllResponseHeaders: function() { + return state === 2 ? responseHeadersString : null; + }, + + // Caches the header + setRequestHeader: function( name, value ) { + var lname = name.toLowerCase(); + if ( !state ) { + name = requestHeadersNames[ lname ] = requestHeadersNames[ lname ] || name; + requestHeaders[ name ] = value; + } + return this; + }, + + // Overrides response content-type header + overrideMimeType: function( type ) { + if ( !state ) { + s.mimeType = type; + } + return this; + }, + + // Status-dependent callbacks + statusCode: function( map ) { + var code; + if ( map ) { + if ( state < 2 ) { + for ( code in map ) { + + // Lazy-add the new callback in a way that preserves old ones + statusCode[ code ] = [ statusCode[ code ], map[ code ] ]; + } + } else { + + // Execute the appropriate callbacks + jqXHR.always( map[ jqXHR.status ] ); + } + } + return this; + }, + + // Cancel the request + abort: function( statusText ) { + var finalText = statusText || strAbort; + if ( transport ) { + transport.abort( finalText ); + } + done( 0, finalText ); + return this; + } + }; + + // Attach deferreds + deferred.promise( jqXHR ).complete = completeDeferred.add; + jqXHR.success = jqXHR.done; + jqXHR.error = jqXHR.fail; + + // Remove hash character (#7531: and string promotion) + // Add protocol if not provided (prefilters might expect it) + // Handle falsy url in the settings object (#10093: consistency with old signature) + // We also use the url parameter if available + s.url = ( ( url || s.url || location.href ) + "" ).replace( rhash, "" ) + .replace( rprotocol, location.protocol + "//" ); + + // Alias method option to type as per ticket #12004 + s.type = options.method || options.type || s.method || s.type; + + // Extract dataTypes list + s.dataTypes = jQuery.trim( s.dataType || "*" ).toLowerCase().match( rnotwhite ) || [ "" ]; + + // A cross-domain request is in order when the origin doesn't match the current origin. + if ( s.crossDomain == null ) { + urlAnchor = document.createElement( "a" ); + + // Support: IE8-11+ + // IE throws exception if url is malformed, e.g. http://example.com:80x/ + try { + urlAnchor.href = s.url; + + // Support: IE8-11+ + // Anchor's host property isn't correctly set when s.url is relative + urlAnchor.href = urlAnchor.href; + s.crossDomain = originAnchor.protocol + "//" + originAnchor.host !== + urlAnchor.protocol + "//" + urlAnchor.host; + } catch ( e ) { + + // If there is an error parsing the URL, assume it is crossDomain, + // it can be rejected by the transport if it is invalid + s.crossDomain = true; + } + } + + // Convert data if not already a string + if ( s.data && s.processData && typeof s.data !== "string" ) { + s.data = jQuery.param( s.data, s.traditional ); + } + + // Apply prefilters + inspectPrefiltersOrTransports( prefilters, s, options, jqXHR ); + + // If request was aborted inside a prefilter, stop there + if ( state === 2 ) { + return jqXHR; + } + + // We can fire global events as of now if asked to + // Don't fire events if jQuery.event is undefined in an AMD-usage scenario (#15118) + fireGlobals = jQuery.event && s.global; + + // Watch for a new set of requests + if ( fireGlobals && jQuery.active++ === 0 ) { + jQuery.event.trigger( "ajaxStart" ); + } + + // Uppercase the type + s.type = s.type.toUpperCase(); + + // Determine if request has content + s.hasContent = !rnoContent.test( s.type ); + + // Save the URL in case we're toying with the If-Modified-Since + // and/or If-None-Match header later on + cacheURL = s.url; + + // More options handling for requests with no content + if ( !s.hasContent ) { + + // If data is available, append data to url + if ( s.data ) { + cacheURL = ( s.url += ( rquery.test( cacheURL ) ? "&" : "?" ) + s.data ); + + // #9682: remove data so that it's not used in an eventual retry + delete s.data; + } + + // Add anti-cache in url if needed + if ( s.cache === false ) { + s.url = rts.test( cacheURL ) ? + + // If there is already a '_' parameter, set its value + cacheURL.replace( rts, "$1_=" + nonce++ ) : + + // Otherwise add one to the end + cacheURL + ( rquery.test( cacheURL ) ? "&" : "?" ) + "_=" + nonce++; + } + } + + // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode. + if ( s.ifModified ) { + if ( jQuery.lastModified[ cacheURL ] ) { + jqXHR.setRequestHeader( "If-Modified-Since", jQuery.lastModified[ cacheURL ] ); + } + if ( jQuery.etag[ cacheURL ] ) { + jqXHR.setRequestHeader( "If-None-Match", jQuery.etag[ cacheURL ] ); + } + } + + // Set the correct header, if data is being sent + if ( s.data && s.hasContent && s.contentType !== false || options.contentType ) { + jqXHR.setRequestHeader( "Content-Type", s.contentType ); + } + + // Set the Accepts header for the server, depending on the dataType + jqXHR.setRequestHeader( + "Accept", + s.dataTypes[ 0 ] && s.accepts[ s.dataTypes[ 0 ] ] ? + s.accepts[ s.dataTypes[ 0 ] ] + + ( s.dataTypes[ 0 ] !== "*" ? ", " + allTypes + "; q=0.01" : "" ) : + s.accepts[ "*" ] + ); + + // Check for headers option + for ( i in s.headers ) { + jqXHR.setRequestHeader( i, s.headers[ i ] ); + } + + // Allow custom headers/mimetypes and early abort + if ( s.beforeSend && + ( s.beforeSend.call( callbackContext, jqXHR, s ) === false || state === 2 ) ) { + + // Abort if not done already and return + return jqXHR.abort(); + } + + // Aborting is no longer a cancellation + strAbort = "abort"; + + // Install callbacks on deferreds + for ( i in { success: 1, error: 1, complete: 1 } ) { + jqXHR[ i ]( s[ i ] ); + } + + // Get transport + transport = inspectPrefiltersOrTransports( transports, s, options, jqXHR ); + + // If no transport, we auto-abort + if ( !transport ) { + done( -1, "No Transport" ); + } else { + jqXHR.readyState = 1; + + // Send global event + if ( fireGlobals ) { + globalEventContext.trigger( "ajaxSend", [ jqXHR, s ] ); + } + + // If request was aborted inside ajaxSend, stop there + if ( state === 2 ) { + return jqXHR; + } + + // Timeout + if ( s.async && s.timeout > 0 ) { + timeoutTimer = window.setTimeout( function() { + jqXHR.abort( "timeout" ); + }, s.timeout ); + } + + try { + state = 1; + transport.send( requestHeaders, done ); + } catch ( e ) { + + // Propagate exception as error if not done + if ( state < 2 ) { + done( -1, e ); + + // Simply rethrow otherwise + } else { + throw e; + } + } + } + + // Callback for when everything is done + function done( status, nativeStatusText, responses, headers ) { + var isSuccess, success, error, response, modified, + statusText = nativeStatusText; + + // Called once + if ( state === 2 ) { + return; + } + + // State is "done" now + state = 2; + + // Clear timeout if it exists + if ( timeoutTimer ) { + window.clearTimeout( timeoutTimer ); + } + + // Dereference transport for early garbage collection + // (no matter how long the jqXHR object will be used) + transport = undefined; + + // Cache response headers + responseHeadersString = headers || ""; + + // Set readyState + jqXHR.readyState = status > 0 ? 4 : 0; + + // Determine if successful + isSuccess = status >= 200 && status < 300 || status === 304; + + // Get response data + if ( responses ) { + response = ajaxHandleResponses( s, jqXHR, responses ); + } + + // Convert no matter what (that way responseXXX fields are always set) + response = ajaxConvert( s, response, jqXHR, isSuccess ); + + // If successful, handle type chaining + if ( isSuccess ) { + + // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode. + if ( s.ifModified ) { + modified = jqXHR.getResponseHeader( "Last-Modified" ); + if ( modified ) { + jQuery.lastModified[ cacheURL ] = modified; + } + modified = jqXHR.getResponseHeader( "etag" ); + if ( modified ) { + jQuery.etag[ cacheURL ] = modified; + } + } + + // if no content + if ( status === 204 || s.type === "HEAD" ) { + statusText = "nocontent"; + + // if not modified + } else if ( status === 304 ) { + statusText = "notmodified"; + + // If we have data, let's convert it + } else { + statusText = response.state; + success = response.data; + error = response.error; + isSuccess = !error; + } + } else { + + // Extract error from statusText and normalize for non-aborts + error = statusText; + if ( status || !statusText ) { + statusText = "error"; + if ( status < 0 ) { + status = 0; + } + } + } + + // Set data for the fake xhr object + jqXHR.status = status; + jqXHR.statusText = ( nativeStatusText || statusText ) + ""; + + // Success/Error + if ( isSuccess ) { + deferred.resolveWith( callbackContext, [ success, statusText, jqXHR ] ); + } else { + deferred.rejectWith( callbackContext, [ jqXHR, statusText, error ] ); + } + + // Status-dependent callbacks + jqXHR.statusCode( statusCode ); + statusCode = undefined; + + if ( fireGlobals ) { + globalEventContext.trigger( isSuccess ? "ajaxSuccess" : "ajaxError", + [ jqXHR, s, isSuccess ? success : error ] ); + } + + // Complete + completeDeferred.fireWith( callbackContext, [ jqXHR, statusText ] ); + + if ( fireGlobals ) { + globalEventContext.trigger( "ajaxComplete", [ jqXHR, s ] ); + + // Handle the global AJAX counter + if ( !( --jQuery.active ) ) { + jQuery.event.trigger( "ajaxStop" ); + } + } + } + + return jqXHR; + }, + + getJSON: function( url, data, callback ) { + return jQuery.get( url, data, callback, "json" ); + }, + + getScript: function( url, callback ) { + return jQuery.get( url, undefined, callback, "script" ); + } +} ); + +jQuery.each( [ "get", "post" ], function( i, method ) { + jQuery[ method ] = function( url, data, callback, type ) { + + // Shift arguments if data argument was omitted + if ( jQuery.isFunction( data ) ) { + type = type || callback; + callback = data; + data = undefined; + } + + // The url can be an options object (which then must have .url) + return jQuery.ajax( jQuery.extend( { + url: url, + type: method, + dataType: type, + data: data, + success: callback + }, jQuery.isPlainObject( url ) && url ) ); + }; +} ); + + +jQuery._evalUrl = function( url ) { + return jQuery.ajax( { + url: url, + + // Make this explicit, since user can override this through ajaxSetup (#11264) + type: "GET", + dataType: "script", + async: false, + global: false, + "throws": true + } ); +}; + + +jQuery.fn.extend( { + wrapAll: function( html ) { + var wrap; + + if ( jQuery.isFunction( html ) ) { + return this.each( function( i ) { + jQuery( this ).wrapAll( html.call( this, i ) ); + } ); + } + + if ( this[ 0 ] ) { + + // The elements to wrap the target around + wrap = jQuery( html, this[ 0 ].ownerDocument ).eq( 0 ).clone( true ); + + if ( this[ 0 ].parentNode ) { + wrap.insertBefore( this[ 0 ] ); + } + + wrap.map( function() { + var elem = this; + + while ( elem.firstElementChild ) { + elem = elem.firstElementChild; + } + + return elem; + } ).append( this ); + } + + return this; + }, + + wrapInner: function( html ) { + if ( jQuery.isFunction( html ) ) { + return this.each( function( i ) { + jQuery( this ).wrapInner( html.call( this, i ) ); + } ); + } + + return this.each( function() { + var self = jQuery( this ), + contents = self.contents(); + + if ( contents.length ) { + contents.wrapAll( html ); + + } else { + self.append( html ); + } + } ); + }, + + wrap: function( html ) { + var isFunction = jQuery.isFunction( html ); + + return this.each( function( i ) { + jQuery( this ).wrapAll( isFunction ? html.call( this, i ) : html ); + } ); + }, + + unwrap: function() { + return this.parent().each( function() { + if ( !jQuery.nodeName( this, "body" ) ) { + jQuery( this ).replaceWith( this.childNodes ); + } + } ).end(); + } +} ); + + +jQuery.expr.filters.hidden = function( elem ) { + return !jQuery.expr.filters.visible( elem ); +}; +jQuery.expr.filters.visible = function( elem ) { + + // Support: Opera <= 12.12 + // Opera reports offsetWidths and offsetHeights less than zero on some elements + // Use OR instead of AND as the element is not visible if either is true + // See tickets #10406 and #13132 + return elem.offsetWidth > 0 || elem.offsetHeight > 0 || elem.getClientRects().length > 0; +}; + + + + +var r20 = /%20/g, + rbracket = /\[\]$/, + rCRLF = /\r?\n/g, + rsubmitterTypes = /^(?:submit|button|image|reset|file)$/i, + rsubmittable = /^(?:input|select|textarea|keygen)/i; + +function buildParams( prefix, obj, traditional, add ) { + var name; + + if ( jQuery.isArray( obj ) ) { + + // Serialize array item. + jQuery.each( obj, function( i, v ) { + if ( traditional || rbracket.test( prefix ) ) { + + // Treat each array item as a scalar. + add( prefix, v ); + + } else { + + // Item is non-scalar (array or object), encode its numeric index. + buildParams( + prefix + "[" + ( typeof v === "object" && v != null ? i : "" ) + "]", + v, + traditional, + add + ); + } + } ); + + } else if ( !traditional && jQuery.type( obj ) === "object" ) { + + // Serialize object item. + for ( name in obj ) { + buildParams( prefix + "[" + name + "]", obj[ name ], traditional, add ); + } + + } else { + + // Serialize scalar item. + add( prefix, obj ); + } +} + +// Serialize an array of form elements or a set of +// key/values into a query string +jQuery.param = function( a, traditional ) { + var prefix, + s = [], + add = function( key, value ) { + + // If value is a function, invoke it and return its value + value = jQuery.isFunction( value ) ? value() : ( value == null ? "" : value ); + s[ s.length ] = encodeURIComponent( key ) + "=" + encodeURIComponent( value ); + }; + + // Set traditional to true for jQuery <= 1.3.2 behavior. + if ( traditional === undefined ) { + traditional = jQuery.ajaxSettings && jQuery.ajaxSettings.traditional; + } + + // If an array was passed in, assume that it is an array of form elements. + if ( jQuery.isArray( a ) || ( a.jquery && !jQuery.isPlainObject( a ) ) ) { + + // Serialize the form elements + jQuery.each( a, function() { + add( this.name, this.value ); + } ); + + } else { + + // If traditional, encode the "old" way (the way 1.3.2 or older + // did it), otherwise encode params recursively. + for ( prefix in a ) { + buildParams( prefix, a[ prefix ], traditional, add ); + } + } + + // Return the resulting serialization + return s.join( "&" ).replace( r20, "+" ); +}; + +jQuery.fn.extend( { + serialize: function() { + return jQuery.param( this.serializeArray() ); + }, + serializeArray: function() { + return this.map( function() { + + // Can add propHook for "elements" to filter or add form elements + var elements = jQuery.prop( this, "elements" ); + return elements ? jQuery.makeArray( elements ) : this; + } ) + .filter( function() { + var type = this.type; + + // Use .is( ":disabled" ) so that fieldset[disabled] works + return this.name && !jQuery( this ).is( ":disabled" ) && + rsubmittable.test( this.nodeName ) && !rsubmitterTypes.test( type ) && + ( this.checked || !rcheckableType.test( type ) ); + } ) + .map( function( i, elem ) { + var val = jQuery( this ).val(); + + return val == null ? + null : + jQuery.isArray( val ) ? + jQuery.map( val, function( val ) { + return { name: elem.name, value: val.replace( rCRLF, "\r\n" ) }; + } ) : + { name: elem.name, value: val.replace( rCRLF, "\r\n" ) }; + } ).get(); + } +} ); + + +jQuery.ajaxSettings.xhr = function() { + try { + return new window.XMLHttpRequest(); + } catch ( e ) {} +}; + +var xhrSuccessStatus = { + + // File protocol always yields status code 0, assume 200 + 0: 200, + + // Support: IE9 + // #1450: sometimes IE returns 1223 when it should be 204 + 1223: 204 + }, + xhrSupported = jQuery.ajaxSettings.xhr(); + +support.cors = !!xhrSupported && ( "withCredentials" in xhrSupported ); +support.ajax = xhrSupported = !!xhrSupported; + +jQuery.ajaxTransport( function( options ) { + var callback, errorCallback; + + // Cross domain only allowed if supported through XMLHttpRequest + if ( support.cors || xhrSupported && !options.crossDomain ) { + return { + send: function( headers, complete ) { + var i, + xhr = options.xhr(); + + xhr.open( + options.type, + options.url, + options.async, + options.username, + options.password + ); + + // Apply custom fields if provided + if ( options.xhrFields ) { + for ( i in options.xhrFields ) { + xhr[ i ] = options.xhrFields[ i ]; + } + } + + // Override mime type if needed + if ( options.mimeType && xhr.overrideMimeType ) { + xhr.overrideMimeType( options.mimeType ); + } + + // X-Requested-With header + // For cross-domain requests, seeing as conditions for a preflight are + // akin to a jigsaw puzzle, we simply never set it to be sure. + // (it can always be set on a per-request basis or even using ajaxSetup) + // For same-domain requests, won't change header if already provided. + if ( !options.crossDomain && !headers[ "X-Requested-With" ] ) { + headers[ "X-Requested-With" ] = "XMLHttpRequest"; + } + + // Set headers + for ( i in headers ) { + xhr.setRequestHeader( i, headers[ i ] ); + } + + // Callback + callback = function( type ) { + return function() { + if ( callback ) { + callback = errorCallback = xhr.onload = + xhr.onerror = xhr.onabort = xhr.onreadystatechange = null; + + if ( type === "abort" ) { + xhr.abort(); + } else if ( type === "error" ) { + + // Support: IE9 + // On a manual native abort, IE9 throws + // errors on any property access that is not readyState + if ( typeof xhr.status !== "number" ) { + complete( 0, "error" ); + } else { + complete( + + // File: protocol always yields status 0; see #8605, #14207 + xhr.status, + xhr.statusText + ); + } + } else { + complete( + xhrSuccessStatus[ xhr.status ] || xhr.status, + xhr.statusText, + + // Support: IE9 only + // IE9 has no XHR2 but throws on binary (trac-11426) + // For XHR2 non-text, let the caller handle it (gh-2498) + ( xhr.responseType || "text" ) !== "text" || + typeof xhr.responseText !== "string" ? + { binary: xhr.response } : + { text: xhr.responseText }, + xhr.getAllResponseHeaders() + ); + } + } + }; + }; + + // Listen to events + xhr.onload = callback(); + errorCallback = xhr.onerror = callback( "error" ); + + // Support: IE9 + // Use onreadystatechange to replace onabort + // to handle uncaught aborts + if ( xhr.onabort !== undefined ) { + xhr.onabort = errorCallback; + } else { + xhr.onreadystatechange = function() { + + // Check readyState before timeout as it changes + if ( xhr.readyState === 4 ) { + + // Allow onerror to be called first, + // but that will not handle a native abort + // Also, save errorCallback to a variable + // as xhr.onerror cannot be accessed + window.setTimeout( function() { + if ( callback ) { + errorCallback(); + } + } ); + } + }; + } + + // Create the abort callback + callback = callback( "abort" ); + + try { + + // Do send the request (this may raise an exception) + xhr.send( options.hasContent && options.data || null ); + } catch ( e ) { + + // #14683: Only rethrow if this hasn't been notified as an error yet + if ( callback ) { + throw e; + } + } + }, + + abort: function() { + if ( callback ) { + callback(); + } + } + }; + } +} ); + + + + +// Install script dataType +jQuery.ajaxSetup( { + accepts: { + script: "text/javascript, application/javascript, " + + "application/ecmascript, application/x-ecmascript" + }, + contents: { + script: /\b(?:java|ecma)script\b/ + }, + converters: { + "text script": function( text ) { + jQuery.globalEval( text ); + return text; + } + } +} ); + +// Handle cache's special case and crossDomain +jQuery.ajaxPrefilter( "script", function( s ) { + if ( s.cache === undefined ) { + s.cache = false; + } + if ( s.crossDomain ) { + s.type = "GET"; + } +} ); + +// Bind script tag hack transport +jQuery.ajaxTransport( "script", function( s ) { + + // This transport only deals with cross domain requests + if ( s.crossDomain ) { + var script, callback; + return { + send: function( _, complete ) { + script = jQuery( "<script>" ).prop( { + charset: s.scriptCharset, + src: s.url + } ).on( + "load error", + callback = function( evt ) { + script.remove(); + callback = null; + if ( evt ) { + complete( evt.type === "error" ? 404 : 200, evt.type ); + } + } + ); + + // Use native DOM manipulation to avoid our domManip AJAX trickery + document.head.appendChild( script[ 0 ] ); + }, + abort: function() { + if ( callback ) { + callback(); + } + } + }; + } +} ); + + + + +var oldCallbacks = [], + rjsonp = /(=)\?(?=&|$)|\?\?/; + +// Default jsonp settings +jQuery.ajaxSetup( { + jsonp: "callback", + jsonpCallback: function() { + var callback = oldCallbacks.pop() || ( jQuery.expando + "_" + ( nonce++ ) ); + this[ callback ] = true; + return callback; + } +} ); + +// Detect, normalize options and install callbacks for jsonp requests +jQuery.ajaxPrefilter( "json jsonp", function( s, originalSettings, jqXHR ) { + + var callbackName, overwritten, responseContainer, + jsonProp = s.jsonp !== false && ( rjsonp.test( s.url ) ? + "url" : + typeof s.data === "string" && + ( s.contentType || "" ) + .indexOf( "application/x-www-form-urlencoded" ) === 0 && + rjsonp.test( s.data ) && "data" + ); + + // Handle iff the expected data type is "jsonp" or we have a parameter to set + if ( jsonProp || s.dataTypes[ 0 ] === "jsonp" ) { + + // Get callback name, remembering preexisting value associated with it + callbackName = s.jsonpCallback = jQuery.isFunction( s.jsonpCallback ) ? + s.jsonpCallback() : + s.jsonpCallback; + + // Insert callback into url or form data + if ( jsonProp ) { + s[ jsonProp ] = s[ jsonProp ].replace( rjsonp, "$1" + callbackName ); + } else if ( s.jsonp !== false ) { + s.url += ( rquery.test( s.url ) ? "&" : "?" ) + s.jsonp + "=" + callbackName; + } + + // Use data converter to retrieve json after script execution + s.converters[ "script json" ] = function() { + if ( !responseContainer ) { + jQuery.error( callbackName + " was not called" ); + } + return responseContainer[ 0 ]; + }; + + // Force json dataType + s.dataTypes[ 0 ] = "json"; + + // Install callback + overwritten = window[ callbackName ]; + window[ callbackName ] = function() { + responseContainer = arguments; + }; + + // Clean-up function (fires after converters) + jqXHR.always( function() { + + // If previous value didn't exist - remove it + if ( overwritten === undefined ) { + jQuery( window ).removeProp( callbackName ); + + // Otherwise restore preexisting value + } else { + window[ callbackName ] = overwritten; + } + + // Save back as free + if ( s[ callbackName ] ) { + + // Make sure that re-using the options doesn't screw things around + s.jsonpCallback = originalSettings.jsonpCallback; + + // Save the callback name for future use + oldCallbacks.push( callbackName ); + } + + // Call if it was a function and we have a response + if ( responseContainer && jQuery.isFunction( overwritten ) ) { + overwritten( responseContainer[ 0 ] ); + } + + responseContainer = overwritten = undefined; + } ); + + // Delegate to script + return "script"; + } +} ); + + + + +// Argument "data" should be string of html +// context (optional): If specified, the fragment will be created in this context, +// defaults to document +// keepScripts (optional): If true, will include scripts passed in the html string +jQuery.parseHTML = function( data, context, keepScripts ) { + if ( !data || typeof data !== "string" ) { + return null; + } + if ( typeof context === "boolean" ) { + keepScripts = context; + context = false; + } + context = context || document; + + var parsed = rsingleTag.exec( data ), + scripts = !keepScripts && []; + + // Single tag + if ( parsed ) { + return [ context.createElement( parsed[ 1 ] ) ]; + } + + parsed = buildFragment( [ data ], context, scripts ); + + if ( scripts && scripts.length ) { + jQuery( scripts ).remove(); + } + + return jQuery.merge( [], parsed.childNodes ); +}; + + +// Keep a copy of the old load method +var _load = jQuery.fn.load; + +/** + * Load a url into a page + */ +jQuery.fn.load = function( url, params, callback ) { + if ( typeof url !== "string" && _load ) { + return _load.apply( this, arguments ); + } + + var selector, type, response, + self = this, + off = url.indexOf( " " ); + + if ( off > -1 ) { + selector = jQuery.trim( url.slice( off ) ); + url = url.slice( 0, off ); + } + + // If it's a function + if ( jQuery.isFunction( params ) ) { + + // We assume that it's the callback + callback = params; + params = undefined; + + // Otherwise, build a param string + } else if ( params && typeof params === "object" ) { + type = "POST"; + } + + // If we have elements to modify, make the request + if ( self.length > 0 ) { + jQuery.ajax( { + url: url, + + // If "type" variable is undefined, then "GET" method will be used. + // Make value of this field explicit since + // user can override it through ajaxSetup method + type: type || "GET", + dataType: "html", + data: params + } ).done( function( responseText ) { + + // Save response for use in complete callback + response = arguments; + + self.html( selector ? + + // If a selector was specified, locate the right elements in a dummy div + // Exclude scripts to avoid IE 'Permission Denied' errors + jQuery( "<div>" ).append( jQuery.parseHTML( responseText ) ).find( selector ) : + + // Otherwise use the full result + responseText ); + + // If the request succeeds, this function gets "data", "status", "jqXHR" + // but they are ignored because response was set above. + // If it fails, this function gets "jqXHR", "status", "error" + } ).always( callback && function( jqXHR, status ) { + self.each( function() { + callback.apply( this, response || [ jqXHR.responseText, status, jqXHR ] ); + } ); + } ); + } + + return this; +}; + + + + +// Attach a bunch of functions for handling common AJAX events +jQuery.each( [ + "ajaxStart", + "ajaxStop", + "ajaxComplete", + "ajaxError", + "ajaxSuccess", + "ajaxSend" +], function( i, type ) { + jQuery.fn[ type ] = function( fn ) { + return this.on( type, fn ); + }; +} ); + + + + +jQuery.expr.filters.animated = function( elem ) { + return jQuery.grep( jQuery.timers, function( fn ) { + return elem === fn.elem; + } ).length; +}; + + + + +/** + * Gets a window from an element + */ +function getWindow( elem ) { + return jQuery.isWindow( elem ) ? elem : elem.nodeType === 9 && elem.defaultView; +} + +jQuery.offset = { + setOffset: function( elem, options, i ) { + var curPosition, curLeft, curCSSTop, curTop, curOffset, curCSSLeft, calculatePosition, + position = jQuery.css( elem, "position" ), + curElem = jQuery( elem ), + props = {}; + + // Set position first, in-case top/left are set even on static elem + if ( position === "static" ) { + elem.style.position = "relative"; + } + + curOffset = curElem.offset(); + curCSSTop = jQuery.css( elem, "top" ); + curCSSLeft = jQuery.css( elem, "left" ); + calculatePosition = ( position === "absolute" || position === "fixed" ) && + ( curCSSTop + curCSSLeft ).indexOf( "auto" ) > -1; + + // Need to be able to calculate position if either + // top or left is auto and position is either absolute or fixed + if ( calculatePosition ) { + curPosition = curElem.position(); + curTop = curPosition.top; + curLeft = curPosition.left; + + } else { + curTop = parseFloat( curCSSTop ) || 0; + curLeft = parseFloat( curCSSLeft ) || 0; + } + + if ( jQuery.isFunction( options ) ) { + + // Use jQuery.extend here to allow modification of coordinates argument (gh-1848) + options = options.call( elem, i, jQuery.extend( {}, curOffset ) ); + } + + if ( options.top != null ) { + props.top = ( options.top - curOffset.top ) + curTop; + } + if ( options.left != null ) { + props.left = ( options.left - curOffset.left ) + curLeft; + } + + if ( "using" in options ) { + options.using.call( elem, props ); + + } else { + curElem.css( props ); + } + } +}; + +jQuery.fn.extend( { + offset: function( options ) { + if ( arguments.length ) { + return options === undefined ? + this : + this.each( function( i ) { + jQuery.offset.setOffset( this, options, i ); + } ); + } + + var docElem, win, + elem = this[ 0 ], + box = { top: 0, left: 0 }, + doc = elem && elem.ownerDocument; + + if ( !doc ) { + return; + } + + docElem = doc.documentElement; + + // Make sure it's not a disconnected DOM node + if ( !jQuery.contains( docElem, elem ) ) { + return box; + } + + box = elem.getBoundingClientRect(); + win = getWindow( doc ); + return { + top: box.top + win.pageYOffset - docElem.clientTop, + left: box.left + win.pageXOffset - docElem.clientLeft + }; + }, + + position: function() { + if ( !this[ 0 ] ) { + return; + } + + var offsetParent, offset, + elem = this[ 0 ], + parentOffset = { top: 0, left: 0 }; + + // Fixed elements are offset from window (parentOffset = {top:0, left: 0}, + // because it is its only offset parent + if ( jQuery.css( elem, "position" ) === "fixed" ) { + + // Assume getBoundingClientRect is there when computed position is fixed + offset = elem.getBoundingClientRect(); + + } else { + + // Get *real* offsetParent + offsetParent = this.offsetParent(); + + // Get correct offsets + offset = this.offset(); + if ( !jQuery.nodeName( offsetParent[ 0 ], "html" ) ) { + parentOffset = offsetParent.offset(); + } + + // Add offsetParent borders + parentOffset.top += jQuery.css( offsetParent[ 0 ], "borderTopWidth", true ); + parentOffset.left += jQuery.css( offsetParent[ 0 ], "borderLeftWidth", true ); + } + + // Subtract parent offsets and element margins + return { + top: offset.top - parentOffset.top - jQuery.css( elem, "marginTop", true ), + left: offset.left - parentOffset.left - jQuery.css( elem, "marginLeft", true ) + }; + }, + + // This method will return documentElement in the following cases: + // 1) For the element inside the iframe without offsetParent, this method will return + // documentElement of the parent window + // 2) For the hidden or detached element + // 3) For body or html element, i.e. in case of the html node - it will return itself + // + // but those exceptions were never presented as a real life use-cases + // and might be considered as more preferable results. + // + // This logic, however, is not guaranteed and can change at any point in the future + offsetParent: function() { + return this.map( function() { + var offsetParent = this.offsetParent; + + while ( offsetParent && jQuery.css( offsetParent, "position" ) === "static" ) { + offsetParent = offsetParent.offsetParent; + } + + return offsetParent || documentElement; + } ); + } +} ); + +// Create scrollLeft and scrollTop methods +jQuery.each( { scrollLeft: "pageXOffset", scrollTop: "pageYOffset" }, function( method, prop ) { + var top = "pageYOffset" === prop; + + jQuery.fn[ method ] = function( val ) { + return access( this, function( elem, method, val ) { + var win = getWindow( elem ); + + if ( val === undefined ) { + return win ? win[ prop ] : elem[ method ]; + } + + if ( win ) { + win.scrollTo( + !top ? val : win.pageXOffset, + top ? val : win.pageYOffset + ); + + } else { + elem[ method ] = val; + } + }, method, val, arguments.length ); + }; +} ); + +// Support: Safari<7-8+, Chrome<37-44+ +// Add the top/left cssHooks using jQuery.fn.position +// Webkit bug: https://bugs.webkit.org/show_bug.cgi?id=29084 +// Blink bug: https://code.google.com/p/chromium/issues/detail?id=229280 +// getComputedStyle returns percent when specified for top/left/bottom/right; +// rather than make the css module depend on the offset module, just check for it here +jQuery.each( [ "top", "left" ], function( i, prop ) { + jQuery.cssHooks[ prop ] = addGetHookIf( support.pixelPosition, + function( elem, computed ) { + if ( computed ) { + computed = curCSS( elem, prop ); + + // If curCSS returns percentage, fallback to offset + return rnumnonpx.test( computed ) ? + jQuery( elem ).position()[ prop ] + "px" : + computed; + } + } + ); +} ); + + +// Create innerHeight, innerWidth, height, width, outerHeight and outerWidth methods +jQuery.each( { Height: "height", Width: "width" }, function( name, type ) { + jQuery.each( { padding: "inner" + name, content: type, "": "outer" + name }, + function( defaultExtra, funcName ) { + + // Margin is only for outerHeight, outerWidth + jQuery.fn[ funcName ] = function( margin, value ) { + var chainable = arguments.length && ( defaultExtra || typeof margin !== "boolean" ), + extra = defaultExtra || ( margin === true || value === true ? "margin" : "border" ); + + return access( this, function( elem, type, value ) { + var doc; + + if ( jQuery.isWindow( elem ) ) { + + // As of 5/8/2012 this will yield incorrect results for Mobile Safari, but there + // isn't a whole lot we can do. See pull request at this URL for discussion: + // https://github.com/jquery/jquery/pull/764 + return elem.document.documentElement[ "client" + name ]; + } + + // Get document width or height + if ( elem.nodeType === 9 ) { + doc = elem.documentElement; + + // Either scroll[Width/Height] or offset[Width/Height] or client[Width/Height], + // whichever is greatest + return Math.max( + elem.body[ "scroll" + name ], doc[ "scroll" + name ], + elem.body[ "offset" + name ], doc[ "offset" + name ], + doc[ "client" + name ] + ); + } + + return value === undefined ? + + // Get width or height on the element, requesting but not forcing parseFloat + jQuery.css( elem, type, extra ) : + + // Set width or height on the element + jQuery.style( elem, type, value, extra ); + }, type, chainable ? margin : undefined, chainable, null ); + }; + } ); +} ); + + +jQuery.fn.extend( { + + bind: function( types, data, fn ) { + return this.on( types, null, data, fn ); + }, + unbind: function( types, fn ) { + return this.off( types, null, fn ); + }, + + delegate: function( selector, types, data, fn ) { + return this.on( types, selector, data, fn ); + }, + undelegate: function( selector, types, fn ) { + + // ( namespace ) or ( selector, types [, fn] ) + return arguments.length === 1 ? + this.off( selector, "**" ) : + this.off( types, selector || "**", fn ); + }, + size: function() { + return this.length; + } +} ); + +jQuery.fn.andSelf = jQuery.fn.addBack; + + + + +// Register as a named AMD module, since jQuery can be concatenated with other +// files that may use define, but not via a proper concatenation script that +// understands anonymous AMD modules. A named AMD is safest and most robust +// way to register. Lowercase jquery is used because AMD module names are +// derived from file names, and jQuery is normally delivered in a lowercase +// file name. Do this after creating the global so that if an AMD module wants +// to call noConflict to hide this version of jQuery, it will work. + +// Note that for maximum portability, libraries that are not jQuery should +// declare themselves as anonymous modules, and avoid setting a global if an +// AMD loader is present. jQuery is a special case. For more information, see +// https://github.com/jrburke/requirejs/wiki/Updating-existing-libraries#wiki-anon + +if ( typeof define === "function" && define.amd ) { + define( "jquery", [], function() { + return jQuery; + } ); +} + + + +var + + // Map over jQuery in case of overwrite + _jQuery = window.jQuery, + + // Map over the $ in case of overwrite + _$ = window.$; + +jQuery.noConflict = function( deep ) { + if ( window.$ === jQuery ) { + window.$ = _$; + } + + if ( deep && window.jQuery === jQuery ) { + window.jQuery = _jQuery; + } + + return jQuery; +}; + +// Expose jQuery and $ identifiers, even in AMD +// (#7102#comment:10, https://github.com/jquery/jquery/pull/557) +// and CommonJS for browser emulators (#13566) +if ( !noGlobal ) { + window.jQuery = window.$ = jQuery; +} + +return jQuery; +})); diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/jquery.min.js b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/jquery.min.js new file mode 100644 index 0000000..b8c4187 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/jquery.min.js @@ -0,0 +1,4 @@ +/*! jQuery v2.2.3 | (c) jQuery Foundation | jquery.org/license */ +!function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){var c=[],d=a.document,e=c.slice,f=c.concat,g=c.push,h=c.indexOf,i={},j=i.toString,k=i.hasOwnProperty,l={},m="2.2.3",n=function(a,b){return new n.fn.init(a,b)},o=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,p=/^-ms-/,q=/-([\da-z])/gi,r=function(a,b){return b.toUpperCase()};n.fn=n.prototype={jquery:m,constructor:n,selector:"",length:0,toArray:function(){return e.call(this)},get:function(a){return null!=a?0>a?this[a+this.length]:this[a]:e.call(this)},pushStack:function(a){var b=n.merge(this.constructor(),a);return b.prevObject=this,b.context=this.context,b},each:function(a){return n.each(this,a)},map:function(a){return this.pushStack(n.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(e.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(0>a?b:0);return this.pushStack(c>=0&&b>c?[this[c]]:[])},end:function(){return this.prevObject||this.constructor()},push:g,sort:c.sort,splice:c.splice},n.extend=n.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof g&&(j=g,g=arguments[h]||{},h++),"object"==typeof g||n.isFunction(g)||(g={}),h===i&&(g=this,h--);i>h;h++)if(null!=(a=arguments[h]))for(b in a)c=g[b],d=a[b],g!==d&&(j&&d&&(n.isPlainObject(d)||(e=n.isArray(d)))?(e?(e=!1,f=c&&n.isArray(c)?c:[]):f=c&&n.isPlainObject(c)?c:{},g[b]=n.extend(j,f,d)):void 0!==d&&(g[b]=d));return g},n.extend({expando:"jQuery"+(m+Math.random()).replace(/\D/g,""),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return"function"===n.type(a)},isArray:Array.isArray,isWindow:function(a){return null!=a&&a===a.window},isNumeric:function(a){var b=a&&a.toString();return!n.isArray(a)&&b-parseFloat(b)+1>=0},isPlainObject:function(a){var b;if("object"!==n.type(a)||a.nodeType||n.isWindow(a))return!1;if(a.constructor&&!k.call(a,"constructor")&&!k.call(a.constructor.prototype||{},"isPrototypeOf"))return!1;for(b in a);return void 0===b||k.call(a,b)},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},type:function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?i[j.call(a)]||"object":typeof a},globalEval:function(a){var b,c=eval;a=n.trim(a),a&&(1===a.indexOf("use strict")?(b=d.createElement("script"),b.text=a,d.head.appendChild(b).parentNode.removeChild(b)):c(a))},camelCase:function(a){return a.replace(p,"ms-").replace(q,r)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()},each:function(a,b){var c,d=0;if(s(a)){for(c=a.length;c>d;d++)if(b.call(a[d],d,a[d])===!1)break}else for(d in a)if(b.call(a[d],d,a[d])===!1)break;return a},trim:function(a){return null==a?"":(a+"").replace(o,"")},makeArray:function(a,b){var c=b||[];return null!=a&&(s(Object(a))?n.merge(c,"string"==typeof a?[a]:a):g.call(c,a)),c},inArray:function(a,b,c){return null==b?-1:h.call(b,a,c)},merge:function(a,b){for(var c=+b.length,d=0,e=a.length;c>d;d++)a[e++]=b[d];return a.length=e,a},grep:function(a,b,c){for(var d,e=[],f=0,g=a.length,h=!c;g>f;f++)d=!b(a[f],f),d!==h&&e.push(a[f]);return e},map:function(a,b,c){var d,e,g=0,h=[];if(s(a))for(d=a.length;d>g;g++)e=b(a[g],g,c),null!=e&&h.push(e);else for(g in a)e=b(a[g],g,c),null!=e&&h.push(e);return f.apply([],h)},guid:1,proxy:function(a,b){var c,d,f;return"string"==typeof b&&(c=a[b],b=a,a=c),n.isFunction(a)?(d=e.call(arguments,2),f=function(){return a.apply(b||this,d.concat(e.call(arguments)))},f.guid=a.guid=a.guid||n.guid++,f):void 0},now:Date.now,support:l}),"function"==typeof Symbol&&(n.fn[Symbol.iterator]=c[Symbol.iterator]),n.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(a,b){i["[object "+b+"]"]=b.toLowerCase()});function s(a){var b=!!a&&"length"in a&&a.length,c=n.type(a);return"function"===c||n.isWindow(a)?!1:"array"===c||0===b||"number"==typeof b&&b>0&&b-1 in a}var t=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u="sizzle"+1*new Date,v=a.document,w=0,x=0,y=ga(),z=ga(),A=ga(),B=function(a,b){return a===b&&(l=!0),0},C=1<<31,D={}.hasOwnProperty,E=[],F=E.pop,G=E.push,H=E.push,I=E.slice,J=function(a,b){for(var c=0,d=a.length;d>c;c++)if(a[c]===b)return c;return-1},K="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",L="[\\x20\\t\\r\\n\\f]",M="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",N="\\["+L+"*("+M+")(?:"+L+"*([*^$|!~]?=)"+L+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+M+"))|)"+L+"*\\]",O=":("+M+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+N+")*)|.*)\\)|)",P=new RegExp(L+"+","g"),Q=new RegExp("^"+L+"+|((?:^|[^\\\\])(?:\\\\.)*)"+L+"+$","g"),R=new RegExp("^"+L+"*,"+L+"*"),S=new RegExp("^"+L+"*([>+~]|"+L+")"+L+"*"),T=new RegExp("="+L+"*([^\\]'\"]*?)"+L+"*\\]","g"),U=new RegExp(O),V=new RegExp("^"+M+"$"),W={ID:new RegExp("^#("+M+")"),CLASS:new RegExp("^\\.("+M+")"),TAG:new RegExp("^("+M+"|[*])"),ATTR:new RegExp("^"+N),PSEUDO:new RegExp("^"+O),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+L+"*(even|odd|(([+-]|)(\\d*)n|)"+L+"*(?:([+-]|)"+L+"*(\\d+)|))"+L+"*\\)|)","i"),bool:new RegExp("^(?:"+K+")$","i"),needsContext:new RegExp("^"+L+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+L+"*((?:-\\d)?\\d*)"+L+"*\\)|)(?=[^-]|$)","i")},X=/^(?:input|select|textarea|button)$/i,Y=/^h\d$/i,Z=/^[^{]+\{\s*\[native \w/,$=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,_=/[+~]/,aa=/'|\\/g,ba=new RegExp("\\\\([\\da-f]{1,6}"+L+"?|("+L+")|.)","ig"),ca=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:0>d?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)},da=function(){m()};try{H.apply(E=I.call(v.childNodes),v.childNodes),E[v.childNodes.length].nodeType}catch(ea){H={apply:E.length?function(a,b){G.apply(a,I.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function fa(a,b,d,e){var f,h,j,k,l,o,r,s,w=b&&b.ownerDocument,x=b?b.nodeType:9;if(d=d||[],"string"!=typeof a||!a||1!==x&&9!==x&&11!==x)return d;if(!e&&((b?b.ownerDocument||b:v)!==n&&m(b),b=b||n,p)){if(11!==x&&(o=$.exec(a)))if(f=o[1]){if(9===x){if(!(j=b.getElementById(f)))return d;if(j.id===f)return d.push(j),d}else if(w&&(j=w.getElementById(f))&&t(b,j)&&j.id===f)return d.push(j),d}else{if(o[2])return H.apply(d,b.getElementsByTagName(a)),d;if((f=o[3])&&c.getElementsByClassName&&b.getElementsByClassName)return H.apply(d,b.getElementsByClassName(f)),d}if(c.qsa&&!A[a+" "]&&(!q||!q.test(a))){if(1!==x)w=b,s=a;else if("object"!==b.nodeName.toLowerCase()){(k=b.getAttribute("id"))?k=k.replace(aa,"\\$&"):b.setAttribute("id",k=u),r=g(a),h=r.length,l=V.test(k)?"#"+k:"[id='"+k+"']";while(h--)r[h]=l+" "+qa(r[h]);s=r.join(","),w=_.test(a)&&oa(b.parentNode)||b}if(s)try{return H.apply(d,w.querySelectorAll(s)),d}catch(y){}finally{k===u&&b.removeAttribute("id")}}}return i(a.replace(Q,"$1"),b,d,e)}function ga(){var a=[];function b(c,e){return a.push(c+" ")>d.cacheLength&&delete b[a.shift()],b[c+" "]=e}return b}function ha(a){return a[u]=!0,a}function ia(a){var b=n.createElement("div");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function ja(a,b){var c=a.split("|"),e=c.length;while(e--)d.attrHandle[c[e]]=b}function ka(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&(~b.sourceIndex||C)-(~a.sourceIndex||C);if(d)return d;if(c)while(c=c.nextSibling)if(c===b)return-1;return a?1:-1}function la(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function ma(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function na(a){return ha(function(b){return b=+b,ha(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function oa(a){return a&&"undefined"!=typeof a.getElementsByTagName&&a}c=fa.support={},f=fa.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return b?"HTML"!==b.nodeName:!1},m=fa.setDocument=function(a){var b,e,g=a?a.ownerDocument||a:v;return g!==n&&9===g.nodeType&&g.documentElement?(n=g,o=n.documentElement,p=!f(n),(e=n.defaultView)&&e.top!==e&&(e.addEventListener?e.addEventListener("unload",da,!1):e.attachEvent&&e.attachEvent("onunload",da)),c.attributes=ia(function(a){return a.className="i",!a.getAttribute("className")}),c.getElementsByTagName=ia(function(a){return a.appendChild(n.createComment("")),!a.getElementsByTagName("*").length}),c.getElementsByClassName=Z.test(n.getElementsByClassName),c.getById=ia(function(a){return o.appendChild(a).id=u,!n.getElementsByName||!n.getElementsByName(u).length}),c.getById?(d.find.ID=function(a,b){if("undefined"!=typeof b.getElementById&&p){var c=b.getElementById(a);return c?[c]:[]}},d.filter.ID=function(a){var b=a.replace(ba,ca);return function(a){return a.getAttribute("id")===b}}):(delete d.find.ID,d.filter.ID=function(a){var b=a.replace(ba,ca);return function(a){var c="undefined"!=typeof a.getAttributeNode&&a.getAttributeNode("id");return c&&c.value===b}}),d.find.TAG=c.getElementsByTagName?function(a,b){return"undefined"!=typeof b.getElementsByTagName?b.getElementsByTagName(a):c.qsa?b.querySelectorAll(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){while(c=f[e++])1===c.nodeType&&d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&&function(a,b){return"undefined"!=typeof b.getElementsByClassName&&p?b.getElementsByClassName(a):void 0},r=[],q=[],(c.qsa=Z.test(n.querySelectorAll))&&(ia(function(a){o.appendChild(a).innerHTML="<a id='"+u+"'></a><select id='"+u+"-\r\\' msallowcapture=''><option selected=''></option></select>",a.querySelectorAll("[msallowcapture^='']").length&&q.push("[*^$]="+L+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||q.push("\\["+L+"*(?:value|"+K+")"),a.querySelectorAll("[id~="+u+"-]").length||q.push("~="),a.querySelectorAll(":checked").length||q.push(":checked"),a.querySelectorAll("a#"+u+"+*").length||q.push(".#.+[+~]")}),ia(function(a){var b=n.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&q.push("name"+L+"*[*^$|!~]?="),a.querySelectorAll(":enabled").length||q.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),q.push(",.*:")})),(c.matchesSelector=Z.test(s=o.matches||o.webkitMatchesSelector||o.mozMatchesSelector||o.oMatchesSelector||o.msMatchesSelector))&&ia(function(a){c.disconnectedMatch=s.call(a,"div"),s.call(a,"[s!='']:x"),r.push("!=",O)}),q=q.length&&new RegExp(q.join("|")),r=r.length&&new RegExp(r.join("|")),b=Z.test(o.compareDocumentPosition),t=b||Z.test(o.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)while(b=b.parentNode)if(b===a)return!0;return!1},B=b?function(a,b){if(a===b)return l=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!c.sortDetached&&b.compareDocumentPosition(a)===d?a===n||a.ownerDocument===v&&t(v,a)?-1:b===n||b.ownerDocument===v&&t(v,b)?1:k?J(k,a)-J(k,b):0:4&d?-1:1)}:function(a,b){if(a===b)return l=!0,0;var c,d=0,e=a.parentNode,f=b.parentNode,g=[a],h=[b];if(!e||!f)return a===n?-1:b===n?1:e?-1:f?1:k?J(k,a)-J(k,b):0;if(e===f)return ka(a,b);c=a;while(c=c.parentNode)g.unshift(c);c=b;while(c=c.parentNode)h.unshift(c);while(g[d]===h[d])d++;return d?ka(g[d],h[d]):g[d]===v?-1:h[d]===v?1:0},n):n},fa.matches=function(a,b){return fa(a,null,null,b)},fa.matchesSelector=function(a,b){if((a.ownerDocument||a)!==n&&m(a),b=b.replace(T,"='$1']"),c.matchesSelector&&p&&!A[b+" "]&&(!r||!r.test(b))&&(!q||!q.test(b)))try{var d=s.call(a,b);if(d||c.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return fa(b,n,null,[a]).length>0},fa.contains=function(a,b){return(a.ownerDocument||a)!==n&&m(a),t(a,b)},fa.attr=function(a,b){(a.ownerDocument||a)!==n&&m(a);var e=d.attrHandle[b.toLowerCase()],f=e&&D.call(d.attrHandle,b.toLowerCase())?e(a,b,!p):void 0;return void 0!==f?f:c.attributes||!p?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},fa.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},fa.uniqueSort=function(a){var b,d=[],e=0,f=0;if(l=!c.detectDuplicates,k=!c.sortStable&&a.slice(0),a.sort(B),l){while(b=a[f++])b===a[f]&&(e=d.push(f));while(e--)a.splice(d[e],1)}return k=null,a},e=fa.getText=function(a){var b,c="",d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else while(b=a[d++])c+=e(b);return c},d=fa.selectors={cacheLength:50,createPseudo:ha,match:W,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(ba,ca),a[3]=(a[3]||a[4]||a[5]||"").replace(ba,ca),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),"nth"===a[1].slice(0,3)?(a[3]||fa.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&fa.error(a[0]),a},PSEUDO:function(a){var b,c=!a[6]&&a[2];return W.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||"":c&&U.test(c)&&(b=g(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(ba,ca).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=y[a+" "];return b||(b=new RegExp("(^|"+L+")"+a+"("+L+"|$)"))&&y(a,function(a){return b.test("string"==typeof a.className&&a.className||"undefined"!=typeof a.getAttribute&&a.getAttribute("class")||"")})},ATTR:function(a,b,c){return function(d){var e=fa.attr(d,a);return null==e?"!="===b:b?(e+="","="===b?e===c:"!="===b?e!==c:"^="===b?c&&0===e.indexOf(c):"*="===b?c&&e.indexOf(c)>-1:"$="===b?c&&e.slice(-c.length)===c:"~="===b?(" "+e.replace(P," ")+" ").indexOf(c)>-1:"|="===b?e===c||e.slice(0,c.length+1)===c+"-":!1):!0}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),s=!i&&!h,t=!1;if(q){if(f){while(p){m=b;while(m=m[p])if(h?m.nodeName.toLowerCase()===r:1===m.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&s){m=q,l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),j=k[a]||[],n=j[0]===w&&j[1],t=n&&j[2],m=n&&q.childNodes[n];while(m=++n&&m&&m[p]||(t=n=0)||o.pop())if(1===m.nodeType&&++t&&m===b){k[a]=[w,n,t];break}}else if(s&&(m=b,l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),j=k[a]||[],n=j[0]===w&&j[1],t=n),t===!1)while(m=++n&&m&&m[p]||(t=n=0)||o.pop())if((h?m.nodeName.toLowerCase()===r:1===m.nodeType)&&++t&&(s&&(l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),k[a]=[w,t]),m===b))break;return t-=e,t===d||t%d===0&&t/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||fa.error("unsupported pseudo: "+a);return e[u]?e(b):e.length>1?(c=[a,a,"",b],d.setFilters.hasOwnProperty(a.toLowerCase())?ha(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=J(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:ha(function(a){var b=[],c=[],d=h(a.replace(Q,"$1"));return d[u]?ha(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),b[0]=null,!c.pop()}}),has:ha(function(a){return function(b){return fa(a,b).length>0}}),contains:ha(function(a){return a=a.replace(ba,ca),function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:ha(function(a){return V.test(a||"")||fa.error("unsupported lang: "+a),a=a.replace(ba,ca).toLowerCase(),function(b){var c;do if(c=p?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===o},focus:function(a){return a===n.activeElement&&(!n.hasFocus||n.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:function(a){return a.disabled===!1},disabled:function(a){return a.disabled===!0},checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return Y.test(a.nodeName)},input:function(a){return X.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:na(function(){return[0]}),last:na(function(a,b){return[b-1]}),eq:na(function(a,b,c){return[0>c?c+b:c]}),even:na(function(a,b){for(var c=0;b>c;c+=2)a.push(c);return a}),odd:na(function(a,b){for(var c=1;b>c;c+=2)a.push(c);return a}),lt:na(function(a,b,c){for(var d=0>c?c+b:c;--d>=0;)a.push(d);return a}),gt:na(function(a,b,c){for(var d=0>c?c+b:c;++d<b;)a.push(d);return a})}},d.pseudos.nth=d.pseudos.eq;for(b in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})d.pseudos[b]=la(b);for(b in{submit:!0,reset:!0})d.pseudos[b]=ma(b);function pa(){}pa.prototype=d.filters=d.pseudos,d.setFilters=new pa,g=fa.tokenize=function(a,b){var c,e,f,g,h,i,j,k=z[a+" "];if(k)return b?0:k.slice(0);h=a,i=[],j=d.preFilter;while(h){c&&!(e=R.exec(h))||(e&&(h=h.slice(e[0].length)||h),i.push(f=[])),c=!1,(e=S.exec(h))&&(c=e.shift(),f.push({value:c,type:e[0].replace(Q," ")}),h=h.slice(c.length));for(g in d.filter)!(e=W[g].exec(h))||j[g]&&!(e=j[g](e))||(c=e.shift(),f.push({value:c,type:g,matches:e}),h=h.slice(c.length));if(!c)break}return b?h.length:h?fa.error(a):z(a,i).slice(0)};function qa(a){for(var b=0,c=a.length,d="";c>b;b++)d+=a[b].value;return d}function ra(a,b,c){var d=b.dir,e=c&&"parentNode"===d,f=x++;return b.first?function(b,c,f){while(b=b[d])if(1===b.nodeType||e)return a(b,c,f)}:function(b,c,g){var h,i,j,k=[w,f];if(g){while(b=b[d])if((1===b.nodeType||e)&&a(b,c,g))return!0}else while(b=b[d])if(1===b.nodeType||e){if(j=b[u]||(b[u]={}),i=j[b.uniqueID]||(j[b.uniqueID]={}),(h=i[d])&&h[0]===w&&h[1]===f)return k[2]=h[2];if(i[d]=k,k[2]=a(b,c,g))return!0}}}function sa(a){return a.length>1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function ta(a,b,c){for(var d=0,e=b.length;e>d;d++)fa(a,b[d],c);return c}function ua(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;i>h;h++)(f=a[h])&&(c&&!c(f,d,e)||(g.push(f),j&&b.push(h)));return g}function va(a,b,c,d,e,f){return d&&!d[u]&&(d=va(d)),e&&!e[u]&&(e=va(e,f)),ha(function(f,g,h,i){var j,k,l,m=[],n=[],o=g.length,p=f||ta(b||"*",h.nodeType?[h]:h,[]),q=!a||!f&&b?p:ua(p,m,a,h,i),r=c?e||(f?a:o||d)?[]:g:q;if(c&&c(q,r,h,i),d){j=ua(r,n),d(j,[],h,i),k=j.length;while(k--)(l=j[k])&&(r[n[k]]=!(q[n[k]]=l))}if(f){if(e||a){if(e){j=[],k=r.length;while(k--)(l=r[k])&&j.push(q[k]=l);e(null,r=[],j,i)}k=r.length;while(k--)(l=r[k])&&(j=e?J(f,l):m[k])>-1&&(f[j]=!(g[j]=l))}}else r=ua(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):H.apply(g,r)})}function wa(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],h=g||d.relative[" "],i=g?1:0,k=ra(function(a){return a===b},h,!0),l=ra(function(a){return J(b,a)>-1},h,!0),m=[function(a,c,d){var e=!g&&(d||c!==j)||((b=c).nodeType?k(a,c,d):l(a,c,d));return b=null,e}];f>i;i++)if(c=d.relative[a[i].type])m=[ra(sa(m),c)];else{if(c=d.filter[a[i].type].apply(null,a[i].matches),c[u]){for(e=++i;f>e;e++)if(d.relative[a[e].type])break;return va(i>1&&sa(m),i>1&&qa(a.slice(0,i-1).concat({value:" "===a[i-2].type?"*":""})).replace(Q,"$1"),c,e>i&&wa(a.slice(i,e)),f>e&&wa(a=a.slice(e)),f>e&&qa(a))}m.push(c)}return sa(m)}function xa(a,b){var c=b.length>0,e=a.length>0,f=function(f,g,h,i,k){var l,o,q,r=0,s="0",t=f&&[],u=[],v=j,x=f||e&&d.find.TAG("*",k),y=w+=null==v?1:Math.random()||.1,z=x.length;for(k&&(j=g===n||g||k);s!==z&&null!=(l=x[s]);s++){if(e&&l){o=0,g||l.ownerDocument===n||(m(l),h=!p);while(q=a[o++])if(q(l,g||n,h)){i.push(l);break}k&&(w=y)}c&&((l=!q&&l)&&r--,f&&t.push(l))}if(r+=s,c&&s!==r){o=0;while(q=b[o++])q(t,u,g,h);if(f){if(r>0)while(s--)t[s]||u[s]||(u[s]=F.call(i));u=ua(u)}H.apply(i,u),k&&!f&&u.length>0&&r+b.length>1&&fa.uniqueSort(i)}return k&&(w=y,j=v),t};return c?ha(f):f}return h=fa.compile=function(a,b){var c,d=[],e=[],f=A[a+" "];if(!f){b||(b=g(a)),c=b.length;while(c--)f=wa(b[c]),f[u]?d.push(f):e.push(f);f=A(a,xa(e,d)),f.selector=a}return f},i=fa.select=function(a,b,e,f){var i,j,k,l,m,n="function"==typeof a&&a,o=!f&&g(a=n.selector||a);if(e=e||[],1===o.length){if(j=o[0]=o[0].slice(0),j.length>2&&"ID"===(k=j[0]).type&&c.getById&&9===b.nodeType&&p&&d.relative[j[1].type]){if(b=(d.find.ID(k.matches[0].replace(ba,ca),b)||[])[0],!b)return e;n&&(b=b.parentNode),a=a.slice(j.shift().value.length)}i=W.needsContext.test(a)?0:j.length;while(i--){if(k=j[i],d.relative[l=k.type])break;if((m=d.find[l])&&(f=m(k.matches[0].replace(ba,ca),_.test(j[0].type)&&oa(b.parentNode)||b))){if(j.splice(i,1),a=f.length&&qa(j),!a)return H.apply(e,f),e;break}}}return(n||h(a,o))(f,b,!p,e,!b||_.test(a)&&oa(b.parentNode)||b),e},c.sortStable=u.split("").sort(B).join("")===u,c.detectDuplicates=!!l,m(),c.sortDetached=ia(function(a){return 1&a.compareDocumentPosition(n.createElement("div"))}),ia(function(a){return a.innerHTML="<a href='#'></a>","#"===a.firstChild.getAttribute("href")})||ja("type|href|height|width",function(a,b,c){return c?void 0:a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),c.attributes&&ia(function(a){return a.innerHTML="<input/>",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||ja("value",function(a,b,c){return c||"input"!==a.nodeName.toLowerCase()?void 0:a.defaultValue}),ia(function(a){return null==a.getAttribute("disabled")})||ja(K,function(a,b,c){var d;return c?void 0:a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),fa}(a);n.find=t,n.expr=t.selectors,n.expr[":"]=n.expr.pseudos,n.uniqueSort=n.unique=t.uniqueSort,n.text=t.getText,n.isXMLDoc=t.isXML,n.contains=t.contains;var u=function(a,b,c){var d=[],e=void 0!==c;while((a=a[b])&&9!==a.nodeType)if(1===a.nodeType){if(e&&n(a).is(c))break;d.push(a)}return d},v=function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c},w=n.expr.match.needsContext,x=/^<([\w-]+)\s*\/?>(?:<\/\1>|)$/,y=/^.[^:#\[\.,]*$/;function z(a,b,c){if(n.isFunction(b))return n.grep(a,function(a,d){return!!b.call(a,d,a)!==c});if(b.nodeType)return n.grep(a,function(a){return a===b!==c});if("string"==typeof b){if(y.test(b))return n.filter(b,a,c);b=n.filter(b,a)}return n.grep(a,function(a){return h.call(b,a)>-1!==c})}n.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?n.find.matchesSelector(d,a)?[d]:[]:n.find.matches(a,n.grep(b,function(a){return 1===a.nodeType}))},n.fn.extend({find:function(a){var b,c=this.length,d=[],e=this;if("string"!=typeof a)return this.pushStack(n(a).filter(function(){for(b=0;c>b;b++)if(n.contains(e[b],this))return!0}));for(b=0;c>b;b++)n.find(a,e[b],d);return d=this.pushStack(c>1?n.unique(d):d),d.selector=this.selector?this.selector+" "+a:a,d},filter:function(a){return this.pushStack(z(this,a||[],!1))},not:function(a){return this.pushStack(z(this,a||[],!0))},is:function(a){return!!z(this,"string"==typeof a&&w.test(a)?n(a):a||[],!1).length}});var A,B=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,C=n.fn.init=function(a,b,c){var e,f;if(!a)return this;if(c=c||A,"string"==typeof a){if(e="<"===a[0]&&">"===a[a.length-1]&&a.length>=3?[null,a,null]:B.exec(a),!e||!e[1]&&b)return!b||b.jquery?(b||c).find(a):this.constructor(b).find(a);if(e[1]){if(b=b instanceof n?b[0]:b,n.merge(this,n.parseHTML(e[1],b&&b.nodeType?b.ownerDocument||b:d,!0)),x.test(e[1])&&n.isPlainObject(b))for(e in b)n.isFunction(this[e])?this[e](b[e]):this.attr(e,b[e]);return this}return f=d.getElementById(e[2]),f&&f.parentNode&&(this.length=1,this[0]=f),this.context=d,this.selector=a,this}return a.nodeType?(this.context=this[0]=a,this.length=1,this):n.isFunction(a)?void 0!==c.ready?c.ready(a):a(n):(void 0!==a.selector&&(this.selector=a.selector,this.context=a.context),n.makeArray(a,this))};C.prototype=n.fn,A=n(d);var D=/^(?:parents|prev(?:Until|All))/,E={children:!0,contents:!0,next:!0,prev:!0};n.fn.extend({has:function(a){var b=n(a,this),c=b.length;return this.filter(function(){for(var a=0;c>a;a++)if(n.contains(this,b[a]))return!0})},closest:function(a,b){for(var c,d=0,e=this.length,f=[],g=w.test(a)||"string"!=typeof a?n(a,b||this.context):0;e>d;d++)for(c=this[d];c&&c!==b;c=c.parentNode)if(c.nodeType<11&&(g?g.index(c)>-1:1===c.nodeType&&n.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?n.uniqueSort(f):f)},index:function(a){return a?"string"==typeof a?h.call(n(a),this[0]):h.call(this,a.jquery?a[0]:a):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(n.uniqueSort(n.merge(this.get(),n(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}});function F(a,b){while((a=a[b])&&1!==a.nodeType);return a}n.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return u(a,"parentNode")},parentsUntil:function(a,b,c){return u(a,"parentNode",c)},next:function(a){return F(a,"nextSibling")},prev:function(a){return F(a,"previousSibling")},nextAll:function(a){return u(a,"nextSibling")},prevAll:function(a){return u(a,"previousSibling")},nextUntil:function(a,b,c){return u(a,"nextSibling",c)},prevUntil:function(a,b,c){return u(a,"previousSibling",c)},siblings:function(a){return v((a.parentNode||{}).firstChild,a)},children:function(a){return v(a.firstChild)},contents:function(a){return a.contentDocument||n.merge([],a.childNodes)}},function(a,b){n.fn[a]=function(c,d){var e=n.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=n.filter(d,e)),this.length>1&&(E[a]||n.uniqueSort(e),D.test(a)&&e.reverse()),this.pushStack(e)}});var G=/\S+/g;function H(a){var b={};return n.each(a.match(G)||[],function(a,c){b[c]=!0}),b}n.Callbacks=function(a){a="string"==typeof a?H(a):n.extend({},a);var b,c,d,e,f=[],g=[],h=-1,i=function(){for(e=a.once,d=b=!0;g.length;h=-1){c=g.shift();while(++h<f.length)f[h].apply(c[0],c[1])===!1&&a.stopOnFalse&&(h=f.length,c=!1)}a.memory||(c=!1),b=!1,e&&(f=c?[]:"")},j={add:function(){return f&&(c&&!b&&(h=f.length-1,g.push(c)),function d(b){n.each(b,function(b,c){n.isFunction(c)?a.unique&&j.has(c)||f.push(c):c&&c.length&&"string"!==n.type(c)&&d(c)})}(arguments),c&&!b&&i()),this},remove:function(){return n.each(arguments,function(a,b){var c;while((c=n.inArray(b,f,c))>-1)f.splice(c,1),h>=c&&h--}),this},has:function(a){return a?n.inArray(a,f)>-1:f.length>0},empty:function(){return f&&(f=[]),this},disable:function(){return e=g=[],f=c="",this},disabled:function(){return!f},lock:function(){return e=g=[],c||(f=c=""),this},locked:function(){return!!e},fireWith:function(a,c){return e||(c=c||[],c=[a,c.slice?c.slice():c],g.push(c),b||i()),this},fire:function(){return j.fireWith(this,arguments),this},fired:function(){return!!d}};return j},n.extend({Deferred:function(a){var b=[["resolve","done",n.Callbacks("once memory"),"resolved"],["reject","fail",n.Callbacks("once memory"),"rejected"],["notify","progress",n.Callbacks("memory")]],c="pending",d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return n.Deferred(function(c){n.each(b,function(b,f){var g=n.isFunction(a[b])&&a[b];e[f[1]](function(){var a=g&&g.apply(this,arguments);a&&n.isFunction(a.promise)?a.promise().progress(c.notify).done(c.resolve).fail(c.reject):c[f[0]+"With"](this===d?c.promise():this,g?[a]:arguments)})}),a=null}).promise()},promise:function(a){return null!=a?n.extend(a,d):d}},e={};return d.pipe=d.then,n.each(b,function(a,f){var g=f[2],h=f[3];d[f[1]]=g.add,h&&g.add(function(){c=h},b[1^a][2].disable,b[2][2].lock),e[f[0]]=function(){return e[f[0]+"With"](this===e?d:this,arguments),this},e[f[0]+"With"]=g.fireWith}),d.promise(e),a&&a.call(e,e),e},when:function(a){var b=0,c=e.call(arguments),d=c.length,f=1!==d||a&&n.isFunction(a.promise)?d:0,g=1===f?a:n.Deferred(),h=function(a,b,c){return function(d){b[a]=this,c[a]=arguments.length>1?e.call(arguments):d,c===i?g.notifyWith(b,c):--f||g.resolveWith(b,c)}},i,j,k;if(d>1)for(i=new Array(d),j=new Array(d),k=new Array(d);d>b;b++)c[b]&&n.isFunction(c[b].promise)?c[b].promise().progress(h(b,j,i)).done(h(b,k,c)).fail(g.reject):--f;return f||g.resolveWith(k,c),g.promise()}});var I;n.fn.ready=function(a){return n.ready.promise().done(a),this},n.extend({isReady:!1,readyWait:1,holdReady:function(a){a?n.readyWait++:n.ready(!0)},ready:function(a){(a===!0?--n.readyWait:n.isReady)||(n.isReady=!0,a!==!0&&--n.readyWait>0||(I.resolveWith(d,[n]),n.fn.triggerHandler&&(n(d).triggerHandler("ready"),n(d).off("ready"))))}});function J(){d.removeEventListener("DOMContentLoaded",J),a.removeEventListener("load",J),n.ready()}n.ready.promise=function(b){return I||(I=n.Deferred(),"complete"===d.readyState||"loading"!==d.readyState&&!d.documentElement.doScroll?a.setTimeout(n.ready):(d.addEventListener("DOMContentLoaded",J),a.addEventListener("load",J))),I.promise(b)},n.ready.promise();var K=function(a,b,c,d,e,f,g){var h=0,i=a.length,j=null==c;if("object"===n.type(c)){e=!0;for(h in c)K(a,b,h,c[h],!0,f,g)}else if(void 0!==d&&(e=!0,n.isFunction(d)||(g=!0),j&&(g?(b.call(a,d),b=null):(j=b,b=function(a,b,c){return j.call(n(a),c)})),b))for(;i>h;h++)b(a[h],c,g?d:d.call(a[h],h,b(a[h],c)));return e?a:j?b.call(a):i?b(a[0],c):f},L=function(a){return 1===a.nodeType||9===a.nodeType||!+a.nodeType};function M(){this.expando=n.expando+M.uid++}M.uid=1,M.prototype={register:function(a,b){var c=b||{};return a.nodeType?a[this.expando]=c:Object.defineProperty(a,this.expando,{value:c,writable:!0,configurable:!0}),a[this.expando]},cache:function(a){if(!L(a))return{};var b=a[this.expando];return b||(b={},L(a)&&(a.nodeType?a[this.expando]=b:Object.defineProperty(a,this.expando,{value:b,configurable:!0}))),b},set:function(a,b,c){var d,e=this.cache(a);if("string"==typeof b)e[b]=c;else for(d in b)e[d]=b[d];return e},get:function(a,b){return void 0===b?this.cache(a):a[this.expando]&&a[this.expando][b]},access:function(a,b,c){var d;return void 0===b||b&&"string"==typeof b&&void 0===c?(d=this.get(a,b),void 0!==d?d:this.get(a,n.camelCase(b))):(this.set(a,b,c),void 0!==c?c:b)},remove:function(a,b){var c,d,e,f=a[this.expando];if(void 0!==f){if(void 0===b)this.register(a);else{n.isArray(b)?d=b.concat(b.map(n.camelCase)):(e=n.camelCase(b),b in f?d=[b,e]:(d=e,d=d in f?[d]:d.match(G)||[])),c=d.length;while(c--)delete f[d[c]]}(void 0===b||n.isEmptyObject(f))&&(a.nodeType?a[this.expando]=void 0:delete a[this.expando])}},hasData:function(a){var b=a[this.expando];return void 0!==b&&!n.isEmptyObject(b)}};var N=new M,O=new M,P=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,Q=/[A-Z]/g;function R(a,b,c){var d;if(void 0===c&&1===a.nodeType)if(d="data-"+b.replace(Q,"-$&").toLowerCase(),c=a.getAttribute(d),"string"==typeof c){try{c="true"===c?!0:"false"===c?!1:"null"===c?null:+c+""===c?+c:P.test(c)?n.parseJSON(c):c; +}catch(e){}O.set(a,b,c)}else c=void 0;return c}n.extend({hasData:function(a){return O.hasData(a)||N.hasData(a)},data:function(a,b,c){return O.access(a,b,c)},removeData:function(a,b){O.remove(a,b)},_data:function(a,b,c){return N.access(a,b,c)},_removeData:function(a,b){N.remove(a,b)}}),n.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&&f.attributes;if(void 0===a){if(this.length&&(e=O.get(f),1===f.nodeType&&!N.get(f,"hasDataAttrs"))){c=g.length;while(c--)g[c]&&(d=g[c].name,0===d.indexOf("data-")&&(d=n.camelCase(d.slice(5)),R(f,d,e[d])));N.set(f,"hasDataAttrs",!0)}return e}return"object"==typeof a?this.each(function(){O.set(this,a)}):K(this,function(b){var c,d;if(f&&void 0===b){if(c=O.get(f,a)||O.get(f,a.replace(Q,"-$&").toLowerCase()),void 0!==c)return c;if(d=n.camelCase(a),c=O.get(f,d),void 0!==c)return c;if(c=R(f,d,void 0),void 0!==c)return c}else d=n.camelCase(a),this.each(function(){var c=O.get(this,d);O.set(this,d,b),a.indexOf("-")>-1&&void 0!==c&&O.set(this,a,b)})},null,b,arguments.length>1,null,!0)},removeData:function(a){return this.each(function(){O.remove(this,a)})}}),n.extend({queue:function(a,b,c){var d;return a?(b=(b||"fx")+"queue",d=N.get(a,b),c&&(!d||n.isArray(c)?d=N.access(a,b,n.makeArray(c)):d.push(c)),d||[]):void 0},dequeue:function(a,b){b=b||"fx";var c=n.queue(a,b),d=c.length,e=c.shift(),f=n._queueHooks(a,b),g=function(){n.dequeue(a,b)};"inprogress"===e&&(e=c.shift(),d--),e&&("fx"===b&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return N.get(a,c)||N.access(a,c,{empty:n.Callbacks("once memory").add(function(){N.remove(a,[b+"queue",c])})})}}),n.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.length<c?n.queue(this[0],a):void 0===b?this:this.each(function(){var c=n.queue(this,a,b);n._queueHooks(this,a),"fx"===a&&"inprogress"!==c[0]&&n.dequeue(this,a)})},dequeue:function(a){return this.each(function(){n.dequeue(this,a)})},clearQueue:function(a){return this.queue(a||"fx",[])},promise:function(a,b){var c,d=1,e=n.Deferred(),f=this,g=this.length,h=function(){--d||e.resolveWith(f,[f])};"string"!=typeof a&&(b=a,a=void 0),a=a||"fx";while(g--)c=N.get(f[g],a+"queueHooks"),c&&c.empty&&(d++,c.empty.add(h));return h(),e.promise(b)}});var S=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,T=new RegExp("^(?:([+-])=|)("+S+")([a-z%]*)$","i"),U=["Top","Right","Bottom","Left"],V=function(a,b){return a=b||a,"none"===n.css(a,"display")||!n.contains(a.ownerDocument,a)};function W(a,b,c,d){var e,f=1,g=20,h=d?function(){return d.cur()}:function(){return n.css(a,b,"")},i=h(),j=c&&c[3]||(n.cssNumber[b]?"":"px"),k=(n.cssNumber[b]||"px"!==j&&+i)&&T.exec(n.css(a,b));if(k&&k[3]!==j){j=j||k[3],c=c||[],k=+i||1;do f=f||".5",k/=f,n.style(a,b,k+j);while(f!==(f=h()/i)&&1!==f&&--g)}return c&&(k=+k||+i||0,e=c[1]?k+(c[1]+1)*c[2]:+c[2],d&&(d.unit=j,d.start=k,d.end=e)),e}var X=/^(?:checkbox|radio)$/i,Y=/<([\w:-]+)/,Z=/^$|\/(?:java|ecma)script/i,$={option:[1,"<select multiple='multiple'>","</select>"],thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};$.optgroup=$.option,$.tbody=$.tfoot=$.colgroup=$.caption=$.thead,$.th=$.td;function _(a,b){var c="undefined"!=typeof a.getElementsByTagName?a.getElementsByTagName(b||"*"):"undefined"!=typeof a.querySelectorAll?a.querySelectorAll(b||"*"):[];return void 0===b||b&&n.nodeName(a,b)?n.merge([a],c):c}function aa(a,b){for(var c=0,d=a.length;d>c;c++)N.set(a[c],"globalEval",!b||N.get(b[c],"globalEval"))}var ba=/<|&#?\w+;/;function ca(a,b,c,d,e){for(var f,g,h,i,j,k,l=b.createDocumentFragment(),m=[],o=0,p=a.length;p>o;o++)if(f=a[o],f||0===f)if("object"===n.type(f))n.merge(m,f.nodeType?[f]:f);else if(ba.test(f)){g=g||l.appendChild(b.createElement("div")),h=(Y.exec(f)||["",""])[1].toLowerCase(),i=$[h]||$._default,g.innerHTML=i[1]+n.htmlPrefilter(f)+i[2],k=i[0];while(k--)g=g.lastChild;n.merge(m,g.childNodes),g=l.firstChild,g.textContent=""}else m.push(b.createTextNode(f));l.textContent="",o=0;while(f=m[o++])if(d&&n.inArray(f,d)>-1)e&&e.push(f);else if(j=n.contains(f.ownerDocument,f),g=_(l.appendChild(f),"script"),j&&aa(g),c){k=0;while(f=g[k++])Z.test(f.type||"")&&c.push(f)}return l}!function(){var a=d.createDocumentFragment(),b=a.appendChild(d.createElement("div")),c=d.createElement("input");c.setAttribute("type","radio"),c.setAttribute("checked","checked"),c.setAttribute("name","t"),b.appendChild(c),l.checkClone=b.cloneNode(!0).cloneNode(!0).lastChild.checked,b.innerHTML="<textarea>x</textarea>",l.noCloneChecked=!!b.cloneNode(!0).lastChild.defaultValue}();var da=/^key/,ea=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,fa=/^([^.]*)(?:\.(.+)|)/;function ga(){return!0}function ha(){return!1}function ia(){try{return d.activeElement}catch(a){}}function ja(a,b,c,d,e,f){var g,h;if("object"==typeof b){"string"!=typeof c&&(d=d||c,c=void 0);for(h in b)ja(a,h,c,d,b[h],f);return a}if(null==d&&null==e?(e=c,d=c=void 0):null==e&&("string"==typeof c?(e=d,d=void 0):(e=d,d=c,c=void 0)),e===!1)e=ha;else if(!e)return a;return 1===f&&(g=e,e=function(a){return n().off(a),g.apply(this,arguments)},e.guid=g.guid||(g.guid=n.guid++)),a.each(function(){n.event.add(this,b,e,d,c)})}n.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=N.get(a);if(r){c.handler&&(f=c,c=f.handler,e=f.selector),c.guid||(c.guid=n.guid++),(i=r.events)||(i=r.events={}),(g=r.handle)||(g=r.handle=function(b){return"undefined"!=typeof n&&n.event.triggered!==b.type?n.event.dispatch.apply(a,arguments):void 0}),b=(b||"").match(G)||[""],j=b.length;while(j--)h=fa.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o&&(l=n.event.special[o]||{},o=(e?l.delegateType:l.bindType)||o,l=n.event.special[o]||{},k=n.extend({type:o,origType:q,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&n.expr.match.needsContext.test(e),namespace:p.join(".")},f),(m=i[o])||(m=i[o]=[],m.delegateCount=0,l.setup&&l.setup.call(a,d,p,g)!==!1||a.addEventListener&&a.addEventListener(o,g)),l.add&&(l.add.call(a,k),k.handler.guid||(k.handler.guid=c.guid)),e?m.splice(m.delegateCount++,0,k):m.push(k),n.event.global[o]=!0)}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=N.hasData(a)&&N.get(a);if(r&&(i=r.events)){b=(b||"").match(G)||[""],j=b.length;while(j--)if(h=fa.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o){l=n.event.special[o]||{},o=(d?l.delegateType:l.bindType)||o,m=i[o]||[],h=h[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),g=f=m.length;while(f--)k=m[f],!e&&q!==k.origType||c&&c.guid!==k.guid||h&&!h.test(k.namespace)||d&&d!==k.selector&&("**"!==d||!k.selector)||(m.splice(f,1),k.selector&&m.delegateCount--,l.remove&&l.remove.call(a,k));g&&!m.length&&(l.teardown&&l.teardown.call(a,p,r.handle)!==!1||n.removeEvent(a,o,r.handle),delete i[o])}else for(o in i)n.event.remove(a,o+b[j],c,d,!0);n.isEmptyObject(i)&&N.remove(a,"handle events")}},dispatch:function(a){a=n.event.fix(a);var b,c,d,f,g,h=[],i=e.call(arguments),j=(N.get(this,"events")||{})[a.type]||[],k=n.event.special[a.type]||{};if(i[0]=a,a.delegateTarget=this,!k.preDispatch||k.preDispatch.call(this,a)!==!1){h=n.event.handlers.call(this,a,j),b=0;while((f=h[b++])&&!a.isPropagationStopped()){a.currentTarget=f.elem,c=0;while((g=f.handlers[c++])&&!a.isImmediatePropagationStopped())a.rnamespace&&!a.rnamespace.test(g.namespace)||(a.handleObj=g,a.data=g.data,d=((n.event.special[g.origType]||{}).handle||g.handler).apply(f.elem,i),void 0!==d&&(a.result=d)===!1&&(a.preventDefault(),a.stopPropagation()))}return k.postDispatch&&k.postDispatch.call(this,a),a.result}},handlers:function(a,b){var c,d,e,f,g=[],h=b.delegateCount,i=a.target;if(h&&i.nodeType&&("click"!==a.type||isNaN(a.button)||a.button<1))for(;i!==this;i=i.parentNode||this)if(1===i.nodeType&&(i.disabled!==!0||"click"!==a.type)){for(d=[],c=0;h>c;c++)f=b[c],e=f.selector+" ",void 0===d[e]&&(d[e]=f.needsContext?n(e,this).index(i)>-1:n.find(e,this,null,[i]).length),d[e]&&d.push(f);d.length&&g.push({elem:i,handlers:d})}return h<b.length&&g.push({elem:this,handlers:b.slice(h)}),g},props:"altKey bubbles cancelable ctrlKey currentTarget detail eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(a,b){return null==a.which&&(a.which=null!=b.charCode?b.charCode:b.keyCode),a}},mouseHooks:{props:"button buttons clientX clientY offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(a,b){var c,e,f,g=b.button;return null==a.pageX&&null!=b.clientX&&(c=a.target.ownerDocument||d,e=c.documentElement,f=c.body,a.pageX=b.clientX+(e&&e.scrollLeft||f&&f.scrollLeft||0)-(e&&e.clientLeft||f&&f.clientLeft||0),a.pageY=b.clientY+(e&&e.scrollTop||f&&f.scrollTop||0)-(e&&e.clientTop||f&&f.clientTop||0)),a.which||void 0===g||(a.which=1&g?1:2&g?3:4&g?2:0),a}},fix:function(a){if(a[n.expando])return a;var b,c,e,f=a.type,g=a,h=this.fixHooks[f];h||(this.fixHooks[f]=h=ea.test(f)?this.mouseHooks:da.test(f)?this.keyHooks:{}),e=h.props?this.props.concat(h.props):this.props,a=new n.Event(g),b=e.length;while(b--)c=e[b],a[c]=g[c];return a.target||(a.target=d),3===a.target.nodeType&&(a.target=a.target.parentNode),h.filter?h.filter(a,g):a},special:{load:{noBubble:!0},focus:{trigger:function(){return this!==ia()&&this.focus?(this.focus(),!1):void 0},delegateType:"focusin"},blur:{trigger:function(){return this===ia()&&this.blur?(this.blur(),!1):void 0},delegateType:"focusout"},click:{trigger:function(){return"checkbox"===this.type&&this.click&&n.nodeName(this,"input")?(this.click(),!1):void 0},_default:function(a){return n.nodeName(a.target,"a")}},beforeunload:{postDispatch:function(a){void 0!==a.result&&a.originalEvent&&(a.originalEvent.returnValue=a.result)}}}},n.removeEvent=function(a,b,c){a.removeEventListener&&a.removeEventListener(b,c)},n.Event=function(a,b){return this instanceof n.Event?(a&&a.type?(this.originalEvent=a,this.type=a.type,this.isDefaultPrevented=a.defaultPrevented||void 0===a.defaultPrevented&&a.returnValue===!1?ga:ha):this.type=a,b&&n.extend(this,b),this.timeStamp=a&&a.timeStamp||n.now(),void(this[n.expando]=!0)):new n.Event(a,b)},n.Event.prototype={constructor:n.Event,isDefaultPrevented:ha,isPropagationStopped:ha,isImmediatePropagationStopped:ha,preventDefault:function(){var a=this.originalEvent;this.isDefaultPrevented=ga,a&&a.preventDefault()},stopPropagation:function(){var a=this.originalEvent;this.isPropagationStopped=ga,a&&a.stopPropagation()},stopImmediatePropagation:function(){var a=this.originalEvent;this.isImmediatePropagationStopped=ga,a&&a.stopImmediatePropagation(),this.stopPropagation()}},n.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(a,b){n.event.special[a]={delegateType:b,bindType:b,handle:function(a){var c,d=this,e=a.relatedTarget,f=a.handleObj;return e&&(e===d||n.contains(d,e))||(a.type=f.origType,c=f.handler.apply(this,arguments),a.type=b),c}}}),n.fn.extend({on:function(a,b,c,d){return ja(this,a,b,c,d)},one:function(a,b,c,d){return ja(this,a,b,c,d,1)},off:function(a,b,c){var d,e;if(a&&a.preventDefault&&a.handleObj)return d=a.handleObj,n(a.delegateTarget).off(d.namespace?d.origType+"."+d.namespace:d.origType,d.selector,d.handler),this;if("object"==typeof a){for(e in a)this.off(e,b,a[e]);return this}return b!==!1&&"function"!=typeof b||(c=b,b=void 0),c===!1&&(c=ha),this.each(function(){n.event.remove(this,a,c,b)})}});var ka=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:-]+)[^>]*)\/>/gi,la=/<script|<style|<link/i,ma=/checked\s*(?:[^=]|=\s*.checked.)/i,na=/^true\/(.*)/,oa=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;function pa(a,b){return n.nodeName(a,"table")&&n.nodeName(11!==b.nodeType?b:b.firstChild,"tr")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function qa(a){return a.type=(null!==a.getAttribute("type"))+"/"+a.type,a}function ra(a){var b=na.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function sa(a,b){var c,d,e,f,g,h,i,j;if(1===b.nodeType){if(N.hasData(a)&&(f=N.access(a),g=N.set(b,f),j=f.events)){delete g.handle,g.events={};for(e in j)for(c=0,d=j[e].length;d>c;c++)n.event.add(b,e,j[e][c])}O.hasData(a)&&(h=O.access(a),i=n.extend({},h),O.set(b,i))}}function ta(a,b){var c=b.nodeName.toLowerCase();"input"===c&&X.test(a.type)?b.checked=a.checked:"input"!==c&&"textarea"!==c||(b.defaultValue=a.defaultValue)}function ua(a,b,c,d){b=f.apply([],b);var e,g,h,i,j,k,m=0,o=a.length,p=o-1,q=b[0],r=n.isFunction(q);if(r||o>1&&"string"==typeof q&&!l.checkClone&&ma.test(q))return a.each(function(e){var f=a.eq(e);r&&(b[0]=q.call(this,e,f.html())),ua(f,b,c,d)});if(o&&(e=ca(b,a[0].ownerDocument,!1,a,d),g=e.firstChild,1===e.childNodes.length&&(e=g),g||d)){for(h=n.map(_(e,"script"),qa),i=h.length;o>m;m++)j=e,m!==p&&(j=n.clone(j,!0,!0),i&&n.merge(h,_(j,"script"))),c.call(a[m],j,m);if(i)for(k=h[h.length-1].ownerDocument,n.map(h,ra),m=0;i>m;m++)j=h[m],Z.test(j.type||"")&&!N.access(j,"globalEval")&&n.contains(k,j)&&(j.src?n._evalUrl&&n._evalUrl(j.src):n.globalEval(j.textContent.replace(oa,"")))}return a}function va(a,b,c){for(var d,e=b?n.filter(b,a):a,f=0;null!=(d=e[f]);f++)c||1!==d.nodeType||n.cleanData(_(d)),d.parentNode&&(c&&n.contains(d.ownerDocument,d)&&aa(_(d,"script")),d.parentNode.removeChild(d));return a}n.extend({htmlPrefilter:function(a){return a.replace(ka,"<$1></$2>")},clone:function(a,b,c){var d,e,f,g,h=a.cloneNode(!0),i=n.contains(a.ownerDocument,a);if(!(l.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||n.isXMLDoc(a)))for(g=_(h),f=_(a),d=0,e=f.length;e>d;d++)ta(f[d],g[d]);if(b)if(c)for(f=f||_(a),g=g||_(h),d=0,e=f.length;e>d;d++)sa(f[d],g[d]);else sa(a,h);return g=_(h,"script"),g.length>0&&aa(g,!i&&_(a,"script")),h},cleanData:function(a){for(var b,c,d,e=n.event.special,f=0;void 0!==(c=a[f]);f++)if(L(c)){if(b=c[N.expando]){if(b.events)for(d in b.events)e[d]?n.event.remove(c,d):n.removeEvent(c,d,b.handle);c[N.expando]=void 0}c[O.expando]&&(c[O.expando]=void 0)}}}),n.fn.extend({domManip:ua,detach:function(a){return va(this,a,!0)},remove:function(a){return va(this,a)},text:function(a){return K(this,function(a){return void 0===a?n.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=a)})},null,a,arguments.length)},append:function(){return ua(this,arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=pa(this,a);b.appendChild(a)}})},prepend:function(){return ua(this,arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=pa(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return ua(this,arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return ua(this,arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},empty:function(){for(var a,b=0;null!=(a=this[b]);b++)1===a.nodeType&&(n.cleanData(_(a,!1)),a.textContent="");return this},clone:function(a,b){return a=null==a?!1:a,b=null==b?a:b,this.map(function(){return n.clone(this,a,b)})},html:function(a){return K(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a&&1===b.nodeType)return b.innerHTML;if("string"==typeof a&&!la.test(a)&&!$[(Y.exec(a)||["",""])[1].toLowerCase()]){a=n.htmlPrefilter(a);try{for(;d>c;c++)b=this[c]||{},1===b.nodeType&&(n.cleanData(_(b,!1)),b.innerHTML=a);b=0}catch(e){}}b&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(){var a=[];return ua(this,arguments,function(b){var c=this.parentNode;n.inArray(this,a)<0&&(n.cleanData(_(this)),c&&c.replaceChild(b,this))},a)}}),n.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){n.fn[a]=function(a){for(var c,d=[],e=n(a),f=e.length-1,h=0;f>=h;h++)c=h===f?this:this.clone(!0),n(e[h])[b](c),g.apply(d,c.get());return this.pushStack(d)}});var wa,xa={HTML:"block",BODY:"block"};function ya(a,b){var c=n(b.createElement(a)).appendTo(b.body),d=n.css(c[0],"display");return c.detach(),d}function za(a){var b=d,c=xa[a];return c||(c=ya(a,b),"none"!==c&&c||(wa=(wa||n("<iframe frameborder='0' width='0' height='0'/>")).appendTo(b.documentElement),b=wa[0].contentDocument,b.write(),b.close(),c=ya(a,b),wa.detach()),xa[a]=c),c}var Aa=/^margin/,Ba=new RegExp("^("+S+")(?!px)[a-z%]+$","i"),Ca=function(b){var c=b.ownerDocument.defaultView;return c&&c.opener||(c=a),c.getComputedStyle(b)},Da=function(a,b,c,d){var e,f,g={};for(f in b)g[f]=a.style[f],a.style[f]=b[f];e=c.apply(a,d||[]);for(f in b)a.style[f]=g[f];return e},Ea=d.documentElement;!function(){var b,c,e,f,g=d.createElement("div"),h=d.createElement("div");if(h.style){h.style.backgroundClip="content-box",h.cloneNode(!0).style.backgroundClip="",l.clearCloneStyle="content-box"===h.style.backgroundClip,g.style.cssText="border:0;width:8px;height:0;top:0;left:-9999px;padding:0;margin-top:1px;position:absolute",g.appendChild(h);function i(){h.style.cssText="-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;margin:auto;border:1px;padding:1px;top:1%;width:50%",h.innerHTML="",Ea.appendChild(g);var d=a.getComputedStyle(h);b="1%"!==d.top,f="2px"===d.marginLeft,c="4px"===d.width,h.style.marginRight="50%",e="4px"===d.marginRight,Ea.removeChild(g)}n.extend(l,{pixelPosition:function(){return i(),b},boxSizingReliable:function(){return null==c&&i(),c},pixelMarginRight:function(){return null==c&&i(),e},reliableMarginLeft:function(){return null==c&&i(),f},reliableMarginRight:function(){var b,c=h.appendChild(d.createElement("div"));return c.style.cssText=h.style.cssText="-webkit-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:0",c.style.marginRight=c.style.width="0",h.style.width="1px",Ea.appendChild(g),b=!parseFloat(a.getComputedStyle(c).marginRight),Ea.removeChild(g),h.removeChild(c),b}})}}();function Fa(a,b,c){var d,e,f,g,h=a.style;return c=c||Ca(a),g=c?c.getPropertyValue(b)||c[b]:void 0,""!==g&&void 0!==g||n.contains(a.ownerDocument,a)||(g=n.style(a,b)),c&&!l.pixelMarginRight()&&Ba.test(g)&&Aa.test(b)&&(d=h.width,e=h.minWidth,f=h.maxWidth,h.minWidth=h.maxWidth=h.width=g,g=c.width,h.width=d,h.minWidth=e,h.maxWidth=f),void 0!==g?g+"":g}function Ga(a,b){return{get:function(){return a()?void delete this.get:(this.get=b).apply(this,arguments)}}}var Ha=/^(none|table(?!-c[ea]).+)/,Ia={position:"absolute",visibility:"hidden",display:"block"},Ja={letterSpacing:"0",fontWeight:"400"},Ka=["Webkit","O","Moz","ms"],La=d.createElement("div").style;function Ma(a){if(a in La)return a;var b=a[0].toUpperCase()+a.slice(1),c=Ka.length;while(c--)if(a=Ka[c]+b,a in La)return a}function Na(a,b,c){var d=T.exec(b);return d?Math.max(0,d[2]-(c||0))+(d[3]||"px"):b}function Oa(a,b,c,d,e){for(var f=c===(d?"border":"content")?4:"width"===b?1:0,g=0;4>f;f+=2)"margin"===c&&(g+=n.css(a,c+U[f],!0,e)),d?("content"===c&&(g-=n.css(a,"padding"+U[f],!0,e)),"margin"!==c&&(g-=n.css(a,"border"+U[f]+"Width",!0,e))):(g+=n.css(a,"padding"+U[f],!0,e),"padding"!==c&&(g+=n.css(a,"border"+U[f]+"Width",!0,e)));return g}function Pa(b,c,e){var f=!0,g="width"===c?b.offsetWidth:b.offsetHeight,h=Ca(b),i="border-box"===n.css(b,"boxSizing",!1,h);if(d.msFullscreenElement&&a.top!==a&&b.getClientRects().length&&(g=Math.round(100*b.getBoundingClientRect()[c])),0>=g||null==g){if(g=Fa(b,c,h),(0>g||null==g)&&(g=b.style[c]),Ba.test(g))return g;f=i&&(l.boxSizingReliable()||g===b.style[c]),g=parseFloat(g)||0}return g+Oa(b,c,e||(i?"border":"content"),f,h)+"px"}function Qa(a,b){for(var c,d,e,f=[],g=0,h=a.length;h>g;g++)d=a[g],d.style&&(f[g]=N.get(d,"olddisplay"),c=d.style.display,b?(f[g]||"none"!==c||(d.style.display=""),""===d.style.display&&V(d)&&(f[g]=N.access(d,"olddisplay",za(d.nodeName)))):(e=V(d),"none"===c&&e||N.set(d,"olddisplay",e?c:n.css(d,"display"))));for(g=0;h>g;g++)d=a[g],d.style&&(b&&"none"!==d.style.display&&""!==d.style.display||(d.style.display=b?f[g]||"":"none"));return a}n.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=Fa(a,"opacity");return""===c?"1":c}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":"cssFloat"},style:function(a,b,c,d){if(a&&3!==a.nodeType&&8!==a.nodeType&&a.style){var e,f,g,h=n.camelCase(b),i=a.style;return b=n.cssProps[h]||(n.cssProps[h]=Ma(h)||h),g=n.cssHooks[b]||n.cssHooks[h],void 0===c?g&&"get"in g&&void 0!==(e=g.get(a,!1,d))?e:i[b]:(f=typeof c,"string"===f&&(e=T.exec(c))&&e[1]&&(c=W(a,b,e),f="number"),null!=c&&c===c&&("number"===f&&(c+=e&&e[3]||(n.cssNumber[h]?"":"px")),l.clearCloneStyle||""!==c||0!==b.indexOf("background")||(i[b]="inherit"),g&&"set"in g&&void 0===(c=g.set(a,c,d))||(i[b]=c)),void 0)}},css:function(a,b,c,d){var e,f,g,h=n.camelCase(b);return b=n.cssProps[h]||(n.cssProps[h]=Ma(h)||h),g=n.cssHooks[b]||n.cssHooks[h],g&&"get"in g&&(e=g.get(a,!0,c)),void 0===e&&(e=Fa(a,b,d)),"normal"===e&&b in Ja&&(e=Ja[b]),""===c||c?(f=parseFloat(e),c===!0||isFinite(f)?f||0:e):e}}),n.each(["height","width"],function(a,b){n.cssHooks[b]={get:function(a,c,d){return c?Ha.test(n.css(a,"display"))&&0===a.offsetWidth?Da(a,Ia,function(){return Pa(a,b,d)}):Pa(a,b,d):void 0},set:function(a,c,d){var e,f=d&&Ca(a),g=d&&Oa(a,b,d,"border-box"===n.css(a,"boxSizing",!1,f),f);return g&&(e=T.exec(c))&&"px"!==(e[3]||"px")&&(a.style[b]=c,c=n.css(a,b)),Na(a,c,g)}}}),n.cssHooks.marginLeft=Ga(l.reliableMarginLeft,function(a,b){return b?(parseFloat(Fa(a,"marginLeft"))||a.getBoundingClientRect().left-Da(a,{marginLeft:0},function(){return a.getBoundingClientRect().left}))+"px":void 0}),n.cssHooks.marginRight=Ga(l.reliableMarginRight,function(a,b){return b?Da(a,{display:"inline-block"},Fa,[a,"marginRight"]):void 0}),n.each({margin:"",padding:"",border:"Width"},function(a,b){n.cssHooks[a+b]={expand:function(c){for(var d=0,e={},f="string"==typeof c?c.split(" "):[c];4>d;d++)e[a+U[d]+b]=f[d]||f[d-2]||f[0];return e}},Aa.test(a)||(n.cssHooks[a+b].set=Na)}),n.fn.extend({css:function(a,b){return K(this,function(a,b,c){var d,e,f={},g=0;if(n.isArray(b)){for(d=Ca(a),e=b.length;e>g;g++)f[b[g]]=n.css(a,b[g],!1,d);return f}return void 0!==c?n.style(a,b,c):n.css(a,b)},a,b,arguments.length>1)},show:function(){return Qa(this,!0)},hide:function(){return Qa(this)},toggle:function(a){return"boolean"==typeof a?a?this.show():this.hide():this.each(function(){V(this)?n(this).show():n(this).hide()})}});function Ra(a,b,c,d,e){return new Ra.prototype.init(a,b,c,d,e)}n.Tween=Ra,Ra.prototype={constructor:Ra,init:function(a,b,c,d,e,f){this.elem=a,this.prop=c,this.easing=e||n.easing._default,this.options=b,this.start=this.now=this.cur(),this.end=d,this.unit=f||(n.cssNumber[c]?"":"px")},cur:function(){var a=Ra.propHooks[this.prop];return a&&a.get?a.get(this):Ra.propHooks._default.get(this)},run:function(a){var b,c=Ra.propHooks[this.prop];return this.options.duration?this.pos=b=n.easing[this.easing](a,this.options.duration*a,0,1,this.options.duration):this.pos=b=a,this.now=(this.end-this.start)*b+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),c&&c.set?c.set(this):Ra.propHooks._default.set(this),this}},Ra.prototype.init.prototype=Ra.prototype,Ra.propHooks={_default:{get:function(a){var b;return 1!==a.elem.nodeType||null!=a.elem[a.prop]&&null==a.elem.style[a.prop]?a.elem[a.prop]:(b=n.css(a.elem,a.prop,""),b&&"auto"!==b?b:0)},set:function(a){n.fx.step[a.prop]?n.fx.step[a.prop](a):1!==a.elem.nodeType||null==a.elem.style[n.cssProps[a.prop]]&&!n.cssHooks[a.prop]?a.elem[a.prop]=a.now:n.style(a.elem,a.prop,a.now+a.unit)}}},Ra.propHooks.scrollTop=Ra.propHooks.scrollLeft={set:function(a){a.elem.nodeType&&a.elem.parentNode&&(a.elem[a.prop]=a.now)}},n.easing={linear:function(a){return a},swing:function(a){return.5-Math.cos(a*Math.PI)/2},_default:"swing"},n.fx=Ra.prototype.init,n.fx.step={};var Sa,Ta,Ua=/^(?:toggle|show|hide)$/,Va=/queueHooks$/;function Wa(){return a.setTimeout(function(){Sa=void 0}),Sa=n.now()}function Xa(a,b){var c,d=0,e={height:a};for(b=b?1:0;4>d;d+=2-b)c=U[d],e["margin"+c]=e["padding"+c]=a;return b&&(e.opacity=e.width=a),e}function Ya(a,b,c){for(var d,e=(_a.tweeners[b]||[]).concat(_a.tweeners["*"]),f=0,g=e.length;g>f;f++)if(d=e[f].call(c,b,a))return d}function Za(a,b,c){var d,e,f,g,h,i,j,k,l=this,m={},o=a.style,p=a.nodeType&&V(a),q=N.get(a,"fxshow");c.queue||(h=n._queueHooks(a,"fx"),null==h.unqueued&&(h.unqueued=0,i=h.empty.fire,h.empty.fire=function(){h.unqueued||i()}),h.unqueued++,l.always(function(){l.always(function(){h.unqueued--,n.queue(a,"fx").length||h.empty.fire()})})),1===a.nodeType&&("height"in b||"width"in b)&&(c.overflow=[o.overflow,o.overflowX,o.overflowY],j=n.css(a,"display"),k="none"===j?N.get(a,"olddisplay")||za(a.nodeName):j,"inline"===k&&"none"===n.css(a,"float")&&(o.display="inline-block")),c.overflow&&(o.overflow="hidden",l.always(function(){o.overflow=c.overflow[0],o.overflowX=c.overflow[1],o.overflowY=c.overflow[2]}));for(d in b)if(e=b[d],Ua.exec(e)){if(delete b[d],f=f||"toggle"===e,e===(p?"hide":"show")){if("show"!==e||!q||void 0===q[d])continue;p=!0}m[d]=q&&q[d]||n.style(a,d)}else j=void 0;if(n.isEmptyObject(m))"inline"===("none"===j?za(a.nodeName):j)&&(o.display=j);else{q?"hidden"in q&&(p=q.hidden):q=N.access(a,"fxshow",{}),f&&(q.hidden=!p),p?n(a).show():l.done(function(){n(a).hide()}),l.done(function(){var b;N.remove(a,"fxshow");for(b in m)n.style(a,b,m[b])});for(d in m)g=Ya(p?q[d]:0,d,l),d in q||(q[d]=g.start,p&&(g.end=g.start,g.start="width"===d||"height"===d?1:0))}}function $a(a,b){var c,d,e,f,g;for(c in a)if(d=n.camelCase(c),e=b[d],f=a[c],n.isArray(f)&&(e=f[1],f=a[c]=f[0]),c!==d&&(a[d]=f,delete a[c]),g=n.cssHooks[d],g&&"expand"in g){f=g.expand(f),delete a[d];for(c in f)c in a||(a[c]=f[c],b[c]=e)}else b[d]=e}function _a(a,b,c){var d,e,f=0,g=_a.prefilters.length,h=n.Deferred().always(function(){delete i.elem}),i=function(){if(e)return!1;for(var b=Sa||Wa(),c=Math.max(0,j.startTime+j.duration-b),d=c/j.duration||0,f=1-d,g=0,i=j.tweens.length;i>g;g++)j.tweens[g].run(f);return h.notifyWith(a,[j,f,c]),1>f&&i?c:(h.resolveWith(a,[j]),!1)},j=h.promise({elem:a,props:n.extend({},b),opts:n.extend(!0,{specialEasing:{},easing:n.easing._default},c),originalProperties:b,originalOptions:c,startTime:Sa||Wa(),duration:c.duration,tweens:[],createTween:function(b,c){var d=n.Tween(a,j.opts,b,c,j.opts.specialEasing[b]||j.opts.easing);return j.tweens.push(d),d},stop:function(b){var c=0,d=b?j.tweens.length:0;if(e)return this;for(e=!0;d>c;c++)j.tweens[c].run(1);return b?(h.notifyWith(a,[j,1,0]),h.resolveWith(a,[j,b])):h.rejectWith(a,[j,b]),this}}),k=j.props;for($a(k,j.opts.specialEasing);g>f;f++)if(d=_a.prefilters[f].call(j,a,k,j.opts))return n.isFunction(d.stop)&&(n._queueHooks(j.elem,j.opts.queue).stop=n.proxy(d.stop,d)),d;return n.map(k,Ya,j),n.isFunction(j.opts.start)&&j.opts.start.call(a,j),n.fx.timer(n.extend(i,{elem:a,anim:j,queue:j.opts.queue})),j.progress(j.opts.progress).done(j.opts.done,j.opts.complete).fail(j.opts.fail).always(j.opts.always)}n.Animation=n.extend(_a,{tweeners:{"*":[function(a,b){var c=this.createTween(a,b);return W(c.elem,a,T.exec(b),c),c}]},tweener:function(a,b){n.isFunction(a)?(b=a,a=["*"]):a=a.match(G);for(var c,d=0,e=a.length;e>d;d++)c=a[d],_a.tweeners[c]=_a.tweeners[c]||[],_a.tweeners[c].unshift(b)},prefilters:[Za],prefilter:function(a,b){b?_a.prefilters.unshift(a):_a.prefilters.push(a)}}),n.speed=function(a,b,c){var d=a&&"object"==typeof a?n.extend({},a):{complete:c||!c&&b||n.isFunction(a)&&a,duration:a,easing:c&&b||b&&!n.isFunction(b)&&b};return d.duration=n.fx.off?0:"number"==typeof d.duration?d.duration:d.duration in n.fx.speeds?n.fx.speeds[d.duration]:n.fx.speeds._default,null!=d.queue&&d.queue!==!0||(d.queue="fx"),d.old=d.complete,d.complete=function(){n.isFunction(d.old)&&d.old.call(this),d.queue&&n.dequeue(this,d.queue)},d},n.fn.extend({fadeTo:function(a,b,c,d){return this.filter(V).css("opacity",0).show().end().animate({opacity:b},a,c,d)},animate:function(a,b,c,d){var e=n.isEmptyObject(a),f=n.speed(b,c,d),g=function(){var b=_a(this,n.extend({},a),f);(e||N.get(this,"finish"))&&b.stop(!0)};return g.finish=g,e||f.queue===!1?this.each(g):this.queue(f.queue,g)},stop:function(a,b,c){var d=function(a){var b=a.stop;delete a.stop,b(c)};return"string"!=typeof a&&(c=b,b=a,a=void 0),b&&a!==!1&&this.queue(a||"fx",[]),this.each(function(){var b=!0,e=null!=a&&a+"queueHooks",f=n.timers,g=N.get(this);if(e)g[e]&&g[e].stop&&d(g[e]);else for(e in g)g[e]&&g[e].stop&&Va.test(e)&&d(g[e]);for(e=f.length;e--;)f[e].elem!==this||null!=a&&f[e].queue!==a||(f[e].anim.stop(c),b=!1,f.splice(e,1));!b&&c||n.dequeue(this,a)})},finish:function(a){return a!==!1&&(a=a||"fx"),this.each(function(){var b,c=N.get(this),d=c[a+"queue"],e=c[a+"queueHooks"],f=n.timers,g=d?d.length:0;for(c.finish=!0,n.queue(this,a,[]),e&&e.stop&&e.stop.call(this,!0),b=f.length;b--;)f[b].elem===this&&f[b].queue===a&&(f[b].anim.stop(!0),f.splice(b,1));for(b=0;g>b;b++)d[b]&&d[b].finish&&d[b].finish.call(this);delete c.finish})}}),n.each(["toggle","show","hide"],function(a,b){var c=n.fn[b];n.fn[b]=function(a,d,e){return null==a||"boolean"==typeof a?c.apply(this,arguments):this.animate(Xa(b,!0),a,d,e)}}),n.each({slideDown:Xa("show"),slideUp:Xa("hide"),slideToggle:Xa("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(a,b){n.fn[a]=function(a,c,d){return this.animate(b,a,c,d)}}),n.timers=[],n.fx.tick=function(){var a,b=0,c=n.timers;for(Sa=n.now();b<c.length;b++)a=c[b],a()||c[b]!==a||c.splice(b--,1);c.length||n.fx.stop(),Sa=void 0},n.fx.timer=function(a){n.timers.push(a),a()?n.fx.start():n.timers.pop()},n.fx.interval=13,n.fx.start=function(){Ta||(Ta=a.setInterval(n.fx.tick,n.fx.interval))},n.fx.stop=function(){a.clearInterval(Ta),Ta=null},n.fx.speeds={slow:600,fast:200,_default:400},n.fn.delay=function(b,c){return b=n.fx?n.fx.speeds[b]||b:b,c=c||"fx",this.queue(c,function(c,d){var e=a.setTimeout(c,b);d.stop=function(){a.clearTimeout(e)}})},function(){var a=d.createElement("input"),b=d.createElement("select"),c=b.appendChild(d.createElement("option"));a.type="checkbox",l.checkOn=""!==a.value,l.optSelected=c.selected,b.disabled=!0,l.optDisabled=!c.disabled,a=d.createElement("input"),a.value="t",a.type="radio",l.radioValue="t"===a.value}();var ab,bb=n.expr.attrHandle;n.fn.extend({attr:function(a,b){return K(this,n.attr,a,b,arguments.length>1)},removeAttr:function(a){return this.each(function(){n.removeAttr(this,a)})}}),n.extend({attr:function(a,b,c){var d,e,f=a.nodeType;if(3!==f&&8!==f&&2!==f)return"undefined"==typeof a.getAttribute?n.prop(a,b,c):(1===f&&n.isXMLDoc(a)||(b=b.toLowerCase(),e=n.attrHooks[b]||(n.expr.match.bool.test(b)?ab:void 0)),void 0!==c?null===c?void n.removeAttr(a,b):e&&"set"in e&&void 0!==(d=e.set(a,c,b))?d:(a.setAttribute(b,c+""),c):e&&"get"in e&&null!==(d=e.get(a,b))?d:(d=n.find.attr(a,b),null==d?void 0:d))},attrHooks:{type:{set:function(a,b){if(!l.radioValue&&"radio"===b&&n.nodeName(a,"input")){var c=a.value;return a.setAttribute("type",b),c&&(a.value=c),b}}}},removeAttr:function(a,b){var c,d,e=0,f=b&&b.match(G);if(f&&1===a.nodeType)while(c=f[e++])d=n.propFix[c]||c,n.expr.match.bool.test(c)&&(a[d]=!1),a.removeAttribute(c)}}),ab={set:function(a,b,c){return b===!1?n.removeAttr(a,c):a.setAttribute(c,c),c}},n.each(n.expr.match.bool.source.match(/\w+/g),function(a,b){var c=bb[b]||n.find.attr;bb[b]=function(a,b,d){var e,f;return d||(f=bb[b],bb[b]=e,e=null!=c(a,b,d)?b.toLowerCase():null,bb[b]=f),e}});var cb=/^(?:input|select|textarea|button)$/i,db=/^(?:a|area)$/i;n.fn.extend({prop:function(a,b){return K(this,n.prop,a,b,arguments.length>1)},removeProp:function(a){return this.each(function(){delete this[n.propFix[a]||a]})}}),n.extend({prop:function(a,b,c){var d,e,f=a.nodeType;if(3!==f&&8!==f&&2!==f)return 1===f&&n.isXMLDoc(a)||(b=n.propFix[b]||b, +e=n.propHooks[b]),void 0!==c?e&&"set"in e&&void 0!==(d=e.set(a,c,b))?d:a[b]=c:e&&"get"in e&&null!==(d=e.get(a,b))?d:a[b]},propHooks:{tabIndex:{get:function(a){var b=n.find.attr(a,"tabindex");return b?parseInt(b,10):cb.test(a.nodeName)||db.test(a.nodeName)&&a.href?0:-1}}},propFix:{"for":"htmlFor","class":"className"}}),l.optSelected||(n.propHooks.selected={get:function(a){var b=a.parentNode;return b&&b.parentNode&&b.parentNode.selectedIndex,null},set:function(a){var b=a.parentNode;b&&(b.selectedIndex,b.parentNode&&b.parentNode.selectedIndex)}}),n.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){n.propFix[this.toLowerCase()]=this});var eb=/[\t\r\n\f]/g;function fb(a){return a.getAttribute&&a.getAttribute("class")||""}n.fn.extend({addClass:function(a){var b,c,d,e,f,g,h,i=0;if(n.isFunction(a))return this.each(function(b){n(this).addClass(a.call(this,b,fb(this)))});if("string"==typeof a&&a){b=a.match(G)||[];while(c=this[i++])if(e=fb(c),d=1===c.nodeType&&(" "+e+" ").replace(eb," ")){g=0;while(f=b[g++])d.indexOf(" "+f+" ")<0&&(d+=f+" ");h=n.trim(d),e!==h&&c.setAttribute("class",h)}}return this},removeClass:function(a){var b,c,d,e,f,g,h,i=0;if(n.isFunction(a))return this.each(function(b){n(this).removeClass(a.call(this,b,fb(this)))});if(!arguments.length)return this.attr("class","");if("string"==typeof a&&a){b=a.match(G)||[];while(c=this[i++])if(e=fb(c),d=1===c.nodeType&&(" "+e+" ").replace(eb," ")){g=0;while(f=b[g++])while(d.indexOf(" "+f+" ")>-1)d=d.replace(" "+f+" "," ");h=n.trim(d),e!==h&&c.setAttribute("class",h)}}return this},toggleClass:function(a,b){var c=typeof a;return"boolean"==typeof b&&"string"===c?b?this.addClass(a):this.removeClass(a):n.isFunction(a)?this.each(function(c){n(this).toggleClass(a.call(this,c,fb(this),b),b)}):this.each(function(){var b,d,e,f;if("string"===c){d=0,e=n(this),f=a.match(G)||[];while(b=f[d++])e.hasClass(b)?e.removeClass(b):e.addClass(b)}else void 0!==a&&"boolean"!==c||(b=fb(this),b&&N.set(this,"__className__",b),this.setAttribute&&this.setAttribute("class",b||a===!1?"":N.get(this,"__className__")||""))})},hasClass:function(a){var b,c,d=0;b=" "+a+" ";while(c=this[d++])if(1===c.nodeType&&(" "+fb(c)+" ").replace(eb," ").indexOf(b)>-1)return!0;return!1}});var gb=/\r/g,hb=/[\x20\t\r\n\f]+/g;n.fn.extend({val:function(a){var b,c,d,e=this[0];{if(arguments.length)return d=n.isFunction(a),this.each(function(c){var e;1===this.nodeType&&(e=d?a.call(this,c,n(this).val()):a,null==e?e="":"number"==typeof e?e+="":n.isArray(e)&&(e=n.map(e,function(a){return null==a?"":a+""})),b=n.valHooks[this.type]||n.valHooks[this.nodeName.toLowerCase()],b&&"set"in b&&void 0!==b.set(this,e,"value")||(this.value=e))});if(e)return b=n.valHooks[e.type]||n.valHooks[e.nodeName.toLowerCase()],b&&"get"in b&&void 0!==(c=b.get(e,"value"))?c:(c=e.value,"string"==typeof c?c.replace(gb,""):null==c?"":c)}}}),n.extend({valHooks:{option:{get:function(a){var b=n.find.attr(a,"value");return null!=b?b:n.trim(n.text(a)).replace(hb," ")}},select:{get:function(a){for(var b,c,d=a.options,e=a.selectedIndex,f="select-one"===a.type||0>e,g=f?null:[],h=f?e+1:d.length,i=0>e?h:f?e:0;h>i;i++)if(c=d[i],(c.selected||i===e)&&(l.optDisabled?!c.disabled:null===c.getAttribute("disabled"))&&(!c.parentNode.disabled||!n.nodeName(c.parentNode,"optgroup"))){if(b=n(c).val(),f)return b;g.push(b)}return g},set:function(a,b){var c,d,e=a.options,f=n.makeArray(b),g=e.length;while(g--)d=e[g],(d.selected=n.inArray(n.valHooks.option.get(d),f)>-1)&&(c=!0);return c||(a.selectedIndex=-1),f}}}}),n.each(["radio","checkbox"],function(){n.valHooks[this]={set:function(a,b){return n.isArray(b)?a.checked=n.inArray(n(a).val(),b)>-1:void 0}},l.checkOn||(n.valHooks[this].get=function(a){return null===a.getAttribute("value")?"on":a.value})});var ib=/^(?:focusinfocus|focusoutblur)$/;n.extend(n.event,{trigger:function(b,c,e,f){var g,h,i,j,l,m,o,p=[e||d],q=k.call(b,"type")?b.type:b,r=k.call(b,"namespace")?b.namespace.split("."):[];if(h=i=e=e||d,3!==e.nodeType&&8!==e.nodeType&&!ib.test(q+n.event.triggered)&&(q.indexOf(".")>-1&&(r=q.split("."),q=r.shift(),r.sort()),l=q.indexOf(":")<0&&"on"+q,b=b[n.expando]?b:new n.Event(q,"object"==typeof b&&b),b.isTrigger=f?2:3,b.namespace=r.join("."),b.rnamespace=b.namespace?new RegExp("(^|\\.)"+r.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=e),c=null==c?[b]:n.makeArray(c,[b]),o=n.event.special[q]||{},f||!o.trigger||o.trigger.apply(e,c)!==!1)){if(!f&&!o.noBubble&&!n.isWindow(e)){for(j=o.delegateType||q,ib.test(j+q)||(h=h.parentNode);h;h=h.parentNode)p.push(h),i=h;i===(e.ownerDocument||d)&&p.push(i.defaultView||i.parentWindow||a)}g=0;while((h=p[g++])&&!b.isPropagationStopped())b.type=g>1?j:o.bindType||q,m=(N.get(h,"events")||{})[b.type]&&N.get(h,"handle"),m&&m.apply(h,c),m=l&&h[l],m&&m.apply&&L(h)&&(b.result=m.apply(h,c),b.result===!1&&b.preventDefault());return b.type=q,f||b.isDefaultPrevented()||o._default&&o._default.apply(p.pop(),c)!==!1||!L(e)||l&&n.isFunction(e[q])&&!n.isWindow(e)&&(i=e[l],i&&(e[l]=null),n.event.triggered=q,e[q](),n.event.triggered=void 0,i&&(e[l]=i)),b.result}},simulate:function(a,b,c){var d=n.extend(new n.Event,c,{type:a,isSimulated:!0});n.event.trigger(d,null,b),d.isDefaultPrevented()&&c.preventDefault()}}),n.fn.extend({trigger:function(a,b){return this.each(function(){n.event.trigger(a,b,this)})},triggerHandler:function(a,b){var c=this[0];return c?n.event.trigger(a,b,c,!0):void 0}}),n.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "),function(a,b){n.fn[b]=function(a,c){return arguments.length>0?this.on(b,null,a,c):this.trigger(b)}}),n.fn.extend({hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}}),l.focusin="onfocusin"in a,l.focusin||n.each({focus:"focusin",blur:"focusout"},function(a,b){var c=function(a){n.event.simulate(b,a.target,n.event.fix(a))};n.event.special[b]={setup:function(){var d=this.ownerDocument||this,e=N.access(d,b);e||d.addEventListener(a,c,!0),N.access(d,b,(e||0)+1)},teardown:function(){var d=this.ownerDocument||this,e=N.access(d,b)-1;e?N.access(d,b,e):(d.removeEventListener(a,c,!0),N.remove(d,b))}}});var jb=a.location,kb=n.now(),lb=/\?/;n.parseJSON=function(a){return JSON.parse(a+"")},n.parseXML=function(b){var c;if(!b||"string"!=typeof b)return null;try{c=(new a.DOMParser).parseFromString(b,"text/xml")}catch(d){c=void 0}return c&&!c.getElementsByTagName("parsererror").length||n.error("Invalid XML: "+b),c};var mb=/#.*$/,nb=/([?&])_=[^&]*/,ob=/^(.*?):[ \t]*([^\r\n]*)$/gm,pb=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,qb=/^(?:GET|HEAD)$/,rb=/^\/\//,sb={},tb={},ub="*/".concat("*"),vb=d.createElement("a");vb.href=jb.href;function wb(a){return function(b,c){"string"!=typeof b&&(c=b,b="*");var d,e=0,f=b.toLowerCase().match(G)||[];if(n.isFunction(c))while(d=f[e++])"+"===d[0]?(d=d.slice(1)||"*",(a[d]=a[d]||[]).unshift(c)):(a[d]=a[d]||[]).push(c)}}function xb(a,b,c,d){var e={},f=a===tb;function g(h){var i;return e[h]=!0,n.each(a[h]||[],function(a,h){var j=h(b,c,d);return"string"!=typeof j||f||e[j]?f?!(i=j):void 0:(b.dataTypes.unshift(j),g(j),!1)}),i}return g(b.dataTypes[0])||!e["*"]&&g("*")}function yb(a,b){var c,d,e=n.ajaxSettings.flatOptions||{};for(c in b)void 0!==b[c]&&((e[c]?a:d||(d={}))[c]=b[c]);return d&&n.extend(!0,a,d),a}function zb(a,b,c){var d,e,f,g,h=a.contents,i=a.dataTypes;while("*"===i[0])i.shift(),void 0===d&&(d=a.mimeType||b.getResponseHeader("Content-Type"));if(d)for(e in h)if(h[e]&&h[e].test(d)){i.unshift(e);break}if(i[0]in c)f=i[0];else{for(e in c){if(!i[0]||a.converters[e+" "+i[0]]){f=e;break}g||(g=e)}f=f||g}return f?(f!==i[0]&&i.unshift(f),c[f]):void 0}function Ab(a,b,c,d){var e,f,g,h,i,j={},k=a.dataTypes.slice();if(k[1])for(g in a.converters)j[g.toLowerCase()]=a.converters[g];f=k.shift();while(f)if(a.responseFields[f]&&(c[a.responseFields[f]]=b),!i&&d&&a.dataFilter&&(b=a.dataFilter(b,a.dataType)),i=f,f=k.shift())if("*"===f)f=i;else if("*"!==i&&i!==f){if(g=j[i+" "+f]||j["* "+f],!g)for(e in j)if(h=e.split(" "),h[1]===f&&(g=j[i+" "+h[0]]||j["* "+h[0]])){g===!0?g=j[e]:j[e]!==!0&&(f=h[0],k.unshift(h[1]));break}if(g!==!0)if(g&&a["throws"])b=g(b);else try{b=g(b)}catch(l){return{state:"parsererror",error:g?l:"No conversion from "+i+" to "+f}}}return{state:"success",data:b}}n.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:jb.href,type:"GET",isLocal:pb.test(jb.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":ub,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":n.parseJSON,"text xml":n.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(a,b){return b?yb(yb(a,n.ajaxSettings),b):yb(n.ajaxSettings,a)},ajaxPrefilter:wb(sb),ajaxTransport:wb(tb),ajax:function(b,c){"object"==typeof b&&(c=b,b=void 0),c=c||{};var e,f,g,h,i,j,k,l,m=n.ajaxSetup({},c),o=m.context||m,p=m.context&&(o.nodeType||o.jquery)?n(o):n.event,q=n.Deferred(),r=n.Callbacks("once memory"),s=m.statusCode||{},t={},u={},v=0,w="canceled",x={readyState:0,getResponseHeader:function(a){var b;if(2===v){if(!h){h={};while(b=ob.exec(g))h[b[1].toLowerCase()]=b[2]}b=h[a.toLowerCase()]}return null==b?null:b},getAllResponseHeaders:function(){return 2===v?g:null},setRequestHeader:function(a,b){var c=a.toLowerCase();return v||(a=u[c]=u[c]||a,t[a]=b),this},overrideMimeType:function(a){return v||(m.mimeType=a),this},statusCode:function(a){var b;if(a)if(2>v)for(b in a)s[b]=[s[b],a[b]];else x.always(a[x.status]);return this},abort:function(a){var b=a||w;return e&&e.abort(b),z(0,b),this}};if(q.promise(x).complete=r.add,x.success=x.done,x.error=x.fail,m.url=((b||m.url||jb.href)+"").replace(mb,"").replace(rb,jb.protocol+"//"),m.type=c.method||c.type||m.method||m.type,m.dataTypes=n.trim(m.dataType||"*").toLowerCase().match(G)||[""],null==m.crossDomain){j=d.createElement("a");try{j.href=m.url,j.href=j.href,m.crossDomain=vb.protocol+"//"+vb.host!=j.protocol+"//"+j.host}catch(y){m.crossDomain=!0}}if(m.data&&m.processData&&"string"!=typeof m.data&&(m.data=n.param(m.data,m.traditional)),xb(sb,m,c,x),2===v)return x;k=n.event&&m.global,k&&0===n.active++&&n.event.trigger("ajaxStart"),m.type=m.type.toUpperCase(),m.hasContent=!qb.test(m.type),f=m.url,m.hasContent||(m.data&&(f=m.url+=(lb.test(f)?"&":"?")+m.data,delete m.data),m.cache===!1&&(m.url=nb.test(f)?f.replace(nb,"$1_="+kb++):f+(lb.test(f)?"&":"?")+"_="+kb++)),m.ifModified&&(n.lastModified[f]&&x.setRequestHeader("If-Modified-Since",n.lastModified[f]),n.etag[f]&&x.setRequestHeader("If-None-Match",n.etag[f])),(m.data&&m.hasContent&&m.contentType!==!1||c.contentType)&&x.setRequestHeader("Content-Type",m.contentType),x.setRequestHeader("Accept",m.dataTypes[0]&&m.accepts[m.dataTypes[0]]?m.accepts[m.dataTypes[0]]+("*"!==m.dataTypes[0]?", "+ub+"; q=0.01":""):m.accepts["*"]);for(l in m.headers)x.setRequestHeader(l,m.headers[l]);if(m.beforeSend&&(m.beforeSend.call(o,x,m)===!1||2===v))return x.abort();w="abort";for(l in{success:1,error:1,complete:1})x[l](m[l]);if(e=xb(tb,m,c,x)){if(x.readyState=1,k&&p.trigger("ajaxSend",[x,m]),2===v)return x;m.async&&m.timeout>0&&(i=a.setTimeout(function(){x.abort("timeout")},m.timeout));try{v=1,e.send(t,z)}catch(y){if(!(2>v))throw y;z(-1,y)}}else z(-1,"No Transport");function z(b,c,d,h){var j,l,t,u,w,y=c;2!==v&&(v=2,i&&a.clearTimeout(i),e=void 0,g=h||"",x.readyState=b>0?4:0,j=b>=200&&300>b||304===b,d&&(u=zb(m,x,d)),u=Ab(m,u,x,j),j?(m.ifModified&&(w=x.getResponseHeader("Last-Modified"),w&&(n.lastModified[f]=w),w=x.getResponseHeader("etag"),w&&(n.etag[f]=w)),204===b||"HEAD"===m.type?y="nocontent":304===b?y="notmodified":(y=u.state,l=u.data,t=u.error,j=!t)):(t=y,!b&&y||(y="error",0>b&&(b=0))),x.status=b,x.statusText=(c||y)+"",j?q.resolveWith(o,[l,y,x]):q.rejectWith(o,[x,y,t]),x.statusCode(s),s=void 0,k&&p.trigger(j?"ajaxSuccess":"ajaxError",[x,m,j?l:t]),r.fireWith(o,[x,y]),k&&(p.trigger("ajaxComplete",[x,m]),--n.active||n.event.trigger("ajaxStop")))}return x},getJSON:function(a,b,c){return n.get(a,b,c,"json")},getScript:function(a,b){return n.get(a,void 0,b,"script")}}),n.each(["get","post"],function(a,b){n[b]=function(a,c,d,e){return n.isFunction(c)&&(e=e||d,d=c,c=void 0),n.ajax(n.extend({url:a,type:b,dataType:e,data:c,success:d},n.isPlainObject(a)&&a))}}),n._evalUrl=function(a){return n.ajax({url:a,type:"GET",dataType:"script",async:!1,global:!1,"throws":!0})},n.fn.extend({wrapAll:function(a){var b;return n.isFunction(a)?this.each(function(b){n(this).wrapAll(a.call(this,b))}):(this[0]&&(b=n(a,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstElementChild)a=a.firstElementChild;return a}).append(this)),this)},wrapInner:function(a){return n.isFunction(a)?this.each(function(b){n(this).wrapInner(a.call(this,b))}):this.each(function(){var b=n(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=n.isFunction(a);return this.each(function(c){n(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(){return this.parent().each(function(){n.nodeName(this,"body")||n(this).replaceWith(this.childNodes)}).end()}}),n.expr.filters.hidden=function(a){return!n.expr.filters.visible(a)},n.expr.filters.visible=function(a){return a.offsetWidth>0||a.offsetHeight>0||a.getClientRects().length>0};var Bb=/%20/g,Cb=/\[\]$/,Db=/\r?\n/g,Eb=/^(?:submit|button|image|reset|file)$/i,Fb=/^(?:input|select|textarea|keygen)/i;function Gb(a,b,c,d){var e;if(n.isArray(b))n.each(b,function(b,e){c||Cb.test(a)?d(a,e):Gb(a+"["+("object"==typeof e&&null!=e?b:"")+"]",e,c,d)});else if(c||"object"!==n.type(b))d(a,b);else for(e in b)Gb(a+"["+e+"]",b[e],c,d)}n.param=function(a,b){var c,d=[],e=function(a,b){b=n.isFunction(b)?b():null==b?"":b,d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};if(void 0===b&&(b=n.ajaxSettings&&n.ajaxSettings.traditional),n.isArray(a)||a.jquery&&!n.isPlainObject(a))n.each(a,function(){e(this.name,this.value)});else for(c in a)Gb(c,a[c],b,e);return d.join("&").replace(Bb,"+")},n.fn.extend({serialize:function(){return n.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var a=n.prop(this,"elements");return a?n.makeArray(a):this}).filter(function(){var a=this.type;return this.name&&!n(this).is(":disabled")&&Fb.test(this.nodeName)&&!Eb.test(a)&&(this.checked||!X.test(a))}).map(function(a,b){var c=n(this).val();return null==c?null:n.isArray(c)?n.map(c,function(a){return{name:b.name,value:a.replace(Db,"\r\n")}}):{name:b.name,value:c.replace(Db,"\r\n")}}).get()}}),n.ajaxSettings.xhr=function(){try{return new a.XMLHttpRequest}catch(b){}};var Hb={0:200,1223:204},Ib=n.ajaxSettings.xhr();l.cors=!!Ib&&"withCredentials"in Ib,l.ajax=Ib=!!Ib,n.ajaxTransport(function(b){var c,d;return l.cors||Ib&&!b.crossDomain?{send:function(e,f){var g,h=b.xhr();if(h.open(b.type,b.url,b.async,b.username,b.password),b.xhrFields)for(g in b.xhrFields)h[g]=b.xhrFields[g];b.mimeType&&h.overrideMimeType&&h.overrideMimeType(b.mimeType),b.crossDomain||e["X-Requested-With"]||(e["X-Requested-With"]="XMLHttpRequest");for(g in e)h.setRequestHeader(g,e[g]);c=function(a){return function(){c&&(c=d=h.onload=h.onerror=h.onabort=h.onreadystatechange=null,"abort"===a?h.abort():"error"===a?"number"!=typeof h.status?f(0,"error"):f(h.status,h.statusText):f(Hb[h.status]||h.status,h.statusText,"text"!==(h.responseType||"text")||"string"!=typeof h.responseText?{binary:h.response}:{text:h.responseText},h.getAllResponseHeaders()))}},h.onload=c(),d=h.onerror=c("error"),void 0!==h.onabort?h.onabort=d:h.onreadystatechange=function(){4===h.readyState&&a.setTimeout(function(){c&&d()})},c=c("abort");try{h.send(b.hasContent&&b.data||null)}catch(i){if(c)throw i}},abort:function(){c&&c()}}:void 0}),n.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(a){return n.globalEval(a),a}}}),n.ajaxPrefilter("script",function(a){void 0===a.cache&&(a.cache=!1),a.crossDomain&&(a.type="GET")}),n.ajaxTransport("script",function(a){if(a.crossDomain){var b,c;return{send:function(e,f){b=n("<script>").prop({charset:a.scriptCharset,src:a.url}).on("load error",c=function(a){b.remove(),c=null,a&&f("error"===a.type?404:200,a.type)}),d.head.appendChild(b[0])},abort:function(){c&&c()}}}});var Jb=[],Kb=/(=)\?(?=&|$)|\?\?/;n.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var a=Jb.pop()||n.expando+"_"+kb++;return this[a]=!0,a}}),n.ajaxPrefilter("json jsonp",function(b,c,d){var e,f,g,h=b.jsonp!==!1&&(Kb.test(b.url)?"url":"string"==typeof b.data&&0===(b.contentType||"").indexOf("application/x-www-form-urlencoded")&&Kb.test(b.data)&&"data");return h||"jsonp"===b.dataTypes[0]?(e=b.jsonpCallback=n.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,h?b[h]=b[h].replace(Kb,"$1"+e):b.jsonp!==!1&&(b.url+=(lb.test(b.url)?"&":"?")+b.jsonp+"="+e),b.converters["script json"]=function(){return g||n.error(e+" was not called"),g[0]},b.dataTypes[0]="json",f=a[e],a[e]=function(){g=arguments},d.always(function(){void 0===f?n(a).removeProp(e):a[e]=f,b[e]&&(b.jsonpCallback=c.jsonpCallback,Jb.push(e)),g&&n.isFunction(f)&&f(g[0]),g=f=void 0}),"script"):void 0}),n.parseHTML=function(a,b,c){if(!a||"string"!=typeof a)return null;"boolean"==typeof b&&(c=b,b=!1),b=b||d;var e=x.exec(a),f=!c&&[];return e?[b.createElement(e[1])]:(e=ca([a],b,f),f&&f.length&&n(f).remove(),n.merge([],e.childNodes))};var Lb=n.fn.load;n.fn.load=function(a,b,c){if("string"!=typeof a&&Lb)return Lb.apply(this,arguments);var d,e,f,g=this,h=a.indexOf(" ");return h>-1&&(d=n.trim(a.slice(h)),a=a.slice(0,h)),n.isFunction(b)?(c=b,b=void 0):b&&"object"==typeof b&&(e="POST"),g.length>0&&n.ajax({url:a,type:e||"GET",dataType:"html",data:b}).done(function(a){f=arguments,g.html(d?n("<div>").append(n.parseHTML(a)).find(d):a)}).always(c&&function(a,b){g.each(function(){c.apply(this,f||[a.responseText,b,a])})}),this},n.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(a,b){n.fn[b]=function(a){return this.on(b,a)}}),n.expr.filters.animated=function(a){return n.grep(n.timers,function(b){return a===b.elem}).length};function Mb(a){return n.isWindow(a)?a:9===a.nodeType&&a.defaultView}n.offset={setOffset:function(a,b,c){var d,e,f,g,h,i,j,k=n.css(a,"position"),l=n(a),m={};"static"===k&&(a.style.position="relative"),h=l.offset(),f=n.css(a,"top"),i=n.css(a,"left"),j=("absolute"===k||"fixed"===k)&&(f+i).indexOf("auto")>-1,j?(d=l.position(),g=d.top,e=d.left):(g=parseFloat(f)||0,e=parseFloat(i)||0),n.isFunction(b)&&(b=b.call(a,c,n.extend({},h))),null!=b.top&&(m.top=b.top-h.top+g),null!=b.left&&(m.left=b.left-h.left+e),"using"in b?b.using.call(a,m):l.css(m)}},n.fn.extend({offset:function(a){if(arguments.length)return void 0===a?this:this.each(function(b){n.offset.setOffset(this,a,b)});var b,c,d=this[0],e={top:0,left:0},f=d&&d.ownerDocument;if(f)return b=f.documentElement,n.contains(b,d)?(e=d.getBoundingClientRect(),c=Mb(f),{top:e.top+c.pageYOffset-b.clientTop,left:e.left+c.pageXOffset-b.clientLeft}):e},position:function(){if(this[0]){var a,b,c=this[0],d={top:0,left:0};return"fixed"===n.css(c,"position")?b=c.getBoundingClientRect():(a=this.offsetParent(),b=this.offset(),n.nodeName(a[0],"html")||(d=a.offset()),d.top+=n.css(a[0],"borderTopWidth",!0),d.left+=n.css(a[0],"borderLeftWidth",!0)),{top:b.top-d.top-n.css(c,"marginTop",!0),left:b.left-d.left-n.css(c,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var a=this.offsetParent;while(a&&"static"===n.css(a,"position"))a=a.offsetParent;return a||Ea})}}),n.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(a,b){var c="pageYOffset"===b;n.fn[a]=function(d){return K(this,function(a,d,e){var f=Mb(a);return void 0===e?f?f[b]:a[d]:void(f?f.scrollTo(c?f.pageXOffset:e,c?e:f.pageYOffset):a[d]=e)},a,d,arguments.length)}}),n.each(["top","left"],function(a,b){n.cssHooks[b]=Ga(l.pixelPosition,function(a,c){return c?(c=Fa(a,b),Ba.test(c)?n(a).position()[b]+"px":c):void 0})}),n.each({Height:"height",Width:"width"},function(a,b){n.each({padding:"inner"+a,content:b,"":"outer"+a},function(c,d){n.fn[d]=function(d,e){var f=arguments.length&&(c||"boolean"!=typeof d),g=c||(d===!0||e===!0?"margin":"border");return K(this,function(b,c,d){var e;return n.isWindow(b)?b.document.documentElement["client"+a]:9===b.nodeType?(e=b.documentElement,Math.max(b.body["scroll"+a],e["scroll"+a],b.body["offset"+a],e["offset"+a],e["client"+a])):void 0===d?n.css(b,c,g):n.style(b,c,d,g)},b,f?d:void 0,f,null)}})}),n.fn.extend({bind:function(a,b,c){return this.on(a,null,b,c)},unbind:function(a,b){return this.off(a,null,b)},delegate:function(a,b,c,d){return this.on(b,a,c,d)},undelegate:function(a,b,c){return 1===arguments.length?this.off(a,"**"):this.off(b,a||"**",c)},size:function(){return this.length}}),n.fn.andSelf=n.fn.addBack,"function"==typeof define&&define.amd&&define("jquery",[],function(){return n});var Nb=a.jQuery,Ob=a.$;return n.noConflict=function(b){return a.$===n&&(a.$=Ob),b&&a.jQuery===n&&(a.jQuery=Nb),n},b||(a.jQuery=a.$=n),n}); diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/LICENSE-XREGEXP.txt b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/LICENSE-XREGEXP.txt new file mode 100644 index 0000000..341652a --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/LICENSE-XREGEXP.txt @@ -0,0 +1,21 @@ +The MIT License + +Copyright (c) 2007-2012 Steven Levithan <http://xregexp.com/> + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.js b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.js new file mode 100755 index 0000000..7a4454e --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.js @@ -0,0 +1,2308 @@ + +/***** xregexp.js *****/ + +/*! + * XRegExp v2.0.0 + * (c) 2007-2012 Steven Levithan <http://xregexp.com/> + * MIT License + */ + +/** + * XRegExp provides augmented, extensible JavaScript regular expressions. You get new syntax, + * flags, and methods beyond what browsers support natively. XRegExp is also a regex utility belt + * with tools to make your client-side grepping simpler and more powerful, while freeing you from + * worrying about pesky cross-browser inconsistencies and the dubious `lastIndex` property. See + * XRegExp's documentation (http://xregexp.com/) for more details. + * @module xregexp + * @requires N/A + */ +var XRegExp; + +// Avoid running twice; that would reset tokens and could break references to native globals +XRegExp = XRegExp || (function (undef) { + "use strict"; + +/*-------------------------------------- + * Private variables + *------------------------------------*/ + + var self, + addToken, + add, + +// Optional features; can be installed and uninstalled + features = { + natives: false, + extensibility: false + }, + +// Store native methods to use and restore ("native" is an ES3 reserved keyword) + nativ = { + exec: RegExp.prototype.exec, + test: RegExp.prototype.test, + match: String.prototype.match, + replace: String.prototype.replace, + split: String.prototype.split + }, + +// Storage for fixed/extended native methods + fixed = {}, + +// Storage for cached regexes + cache = {}, + +// Storage for addon tokens + tokens = [], + +// Token scopes + defaultScope = "default", + classScope = "class", + +// Regexes that match native regex syntax + nativeTokens = { + // Any native multicharacter token in default scope (includes octals, excludes character classes) + "default": /^(?:\\(?:0(?:[0-3][0-7]{0,2}|[4-7][0-7]?)?|[1-9]\d*|x[\dA-Fa-f]{2}|u[\dA-Fa-f]{4}|c[A-Za-z]|[\s\S])|\(\?[:=!]|[?*+]\?|{\d+(?:,\d*)?}\??)/, + // Any native multicharacter token in character class scope (includes octals) + "class": /^(?:\\(?:[0-3][0-7]{0,2}|[4-7][0-7]?|x[\dA-Fa-f]{2}|u[\dA-Fa-f]{4}|c[A-Za-z]|[\s\S]))/ + }, + +// Any backreference in replacement strings + replacementToken = /\$(?:{([\w$]+)}|(\d\d?|[\s\S]))/g, + +// Any character with a later instance in the string + duplicateFlags = /([\s\S])(?=[\s\S]*\1)/g, + +// Any greedy/lazy quantifier + quantifier = /^(?:[?*+]|{\d+(?:,\d*)?})\??/, + +// Check for correct `exec` handling of nonparticipating capturing groups + compliantExecNpcg = nativ.exec.call(/()??/, "")[1] === undef, + +// Check for flag y support (Firefox 3+) + hasNativeY = RegExp.prototype.sticky !== undef, + +// Used to kill infinite recursion during XRegExp construction + isInsideConstructor = false, + +// Storage for known flags, including addon flags + registeredFlags = "gim" + (hasNativeY ? "y" : ""); + +/*-------------------------------------- + * Private helper functions + *------------------------------------*/ + +/** + * Attaches XRegExp.prototype properties and named capture supporting data to a regex object. + * @private + * @param {RegExp} regex Regex to augment. + * @param {Array} captureNames Array with capture names, or null. + * @param {Boolean} [isNative] Whether the regex was created by `RegExp` rather than `XRegExp`. + * @returns {RegExp} Augmented regex. + */ + function augment(regex, captureNames, isNative) { + var p; + // Can't auto-inherit these since the XRegExp constructor returns a nonprimitive value + for (p in self.prototype) { + if (self.prototype.hasOwnProperty(p)) { + regex[p] = self.prototype[p]; + } + } + regex.xregexp = {captureNames: captureNames, isNative: !!isNative}; + return regex; + } + +/** + * Returns native `RegExp` flags used by a regex object. + * @private + * @param {RegExp} regex Regex to check. + * @returns {String} Native flags in use. + */ + function getNativeFlags(regex) { + //return nativ.exec.call(/\/([a-z]*)$/i, String(regex))[1]; + return (regex.global ? "g" : "") + + (regex.ignoreCase ? "i" : "") + + (regex.multiline ? "m" : "") + + (regex.extended ? "x" : "") + // Proposed for ES6, included in AS3 + (regex.sticky ? "y" : ""); // Proposed for ES6, included in Firefox 3+ + } + +/** + * Copies a regex object while preserving special properties for named capture and augmenting with + * `XRegExp.prototype` methods. The copy has a fresh `lastIndex` property (set to zero). Allows + * adding and removing flags while copying the regex. + * @private + * @param {RegExp} regex Regex to copy. + * @param {String} [addFlags] Flags to be added while copying the regex. + * @param {String} [removeFlags] Flags to be removed while copying the regex. + * @returns {RegExp} Copy of the provided regex, possibly with modified flags. + */ + function copy(regex, addFlags, removeFlags) { + if (!self.isRegExp(regex)) { + throw new TypeError("type RegExp expected"); + } + var flags = nativ.replace.call(getNativeFlags(regex) + (addFlags || ""), duplicateFlags, ""); + if (removeFlags) { + // Would need to escape `removeFlags` if this was public + flags = nativ.replace.call(flags, new RegExp("[" + removeFlags + "]+", "g"), ""); + } + if (regex.xregexp && !regex.xregexp.isNative) { + // Compiling the current (rather than precompilation) source preserves the effects of nonnative source flags + regex = augment(self(regex.source, flags), + regex.xregexp.captureNames ? regex.xregexp.captureNames.slice(0) : null); + } else { + // Augment with `XRegExp.prototype` methods, but use native `RegExp` (avoid searching for special tokens) + regex = augment(new RegExp(regex.source, flags), null, true); + } + return regex; + } + +/* + * Returns the last index at which a given value can be found in an array, or `-1` if it's not + * present. The array is searched backwards. + * @private + * @param {Array} array Array to search. + * @param {*} value Value to locate in the array. + * @returns {Number} Last zero-based index at which the item is found, or -1. + */ + function lastIndexOf(array, value) { + var i = array.length; + if (Array.prototype.lastIndexOf) { + return array.lastIndexOf(value); // Use the native method if available + } + while (i--) { + if (array[i] === value) { + return i; + } + } + return -1; + } + +/** + * Determines whether an object is of the specified type. + * @private + * @param {*} value Object to check. + * @param {String} type Type to check for, in lowercase. + * @returns {Boolean} Whether the object matches the type. + */ + function isType(value, type) { + return Object.prototype.toString.call(value).toLowerCase() === "[object " + type + "]"; + } + +/** + * Prepares an options object from the given value. + * @private + * @param {String|Object} value Value to convert to an options object. + * @returns {Object} Options object. + */ + function prepareOptions(value) { + value = value || {}; + if (value === "all" || value.all) { + value = {natives: true, extensibility: true}; + } else if (isType(value, "string")) { + value = self.forEach(value, /[^\s,]+/, function (m) { + this[m] = true; + }, {}); + } + return value; + } + +/** + * Runs built-in/custom tokens in reverse insertion order, until a match is found. + * @private + * @param {String} pattern Original pattern from which an XRegExp object is being built. + * @param {Number} pos Position to search for tokens within `pattern`. + * @param {Number} scope Current regex scope. + * @param {Object} context Context object assigned to token handler functions. + * @returns {Object} Object with properties `output` (the substitution string returned by the + * successful token handler) and `match` (the token's match array), or null. + */ + function runTokens(pattern, pos, scope, context) { + var i = tokens.length, + result = null, + match, + t; + // Protect against constructing XRegExps within token handler and trigger functions + isInsideConstructor = true; + // Must reset `isInsideConstructor`, even if a `trigger` or `handler` throws + try { + while (i--) { // Run in reverse order + t = tokens[i]; + if ((t.scope === "all" || t.scope === scope) && (!t.trigger || t.trigger.call(context))) { + t.pattern.lastIndex = pos; + match = fixed.exec.call(t.pattern, pattern); // Fixed `exec` here allows use of named backreferences, etc. + if (match && match.index === pos) { + result = { + output: t.handler.call(context, match, scope), + match: match + }; + break; + } + } + } + } catch (err) { + throw err; + } finally { + isInsideConstructor = false; + } + return result; + } + +/** + * Enables or disables XRegExp syntax and flag extensibility. + * @private + * @param {Boolean} on `true` to enable; `false` to disable. + */ + function setExtensibility(on) { + self.addToken = addToken[on ? "on" : "off"]; + features.extensibility = on; + } + +/** + * Enables or disables native method overrides. + * @private + * @param {Boolean} on `true` to enable; `false` to disable. + */ + function setNatives(on) { + RegExp.prototype.exec = (on ? fixed : nativ).exec; + RegExp.prototype.test = (on ? fixed : nativ).test; + String.prototype.match = (on ? fixed : nativ).match; + String.prototype.replace = (on ? fixed : nativ).replace; + String.prototype.split = (on ? fixed : nativ).split; + features.natives = on; + } + +/*-------------------------------------- + * Constructor + *------------------------------------*/ + +/** + * Creates an extended regular expression object for matching text with a pattern. Differs from a + * native regular expression in that additional syntax and flags are supported. The returned object + * is in fact a native `RegExp` and works with all native methods. + * @class XRegExp + * @constructor + * @param {String|RegExp} pattern Regex pattern string, or an existing `RegExp` object to copy. + * @param {String} [flags] Any combination of flags: + * <li>`g` - global + * <li>`i` - ignore case + * <li>`m` - multiline anchors + * <li>`n` - explicit capture + * <li>`s` - dot matches all (aka singleline) + * <li>`x` - free-spacing and line comments (aka extended) + * <li>`y` - sticky (Firefox 3+ only) + * Flags cannot be provided when constructing one `RegExp` from another. + * @returns {RegExp} Extended regular expression object. + * @example + * + * // With named capture and flag x + * date = XRegExp('(?<year> [0-9]{4}) -? # year \n\ + * (?<month> [0-9]{2}) -? # month \n\ + * (?<day> [0-9]{2}) # day ', 'x'); + * + * // Passing a regex object to copy it. The copy maintains special properties for named capture, + * // is augmented with `XRegExp.prototype` methods, and has a fresh `lastIndex` property (set to + * // zero). Native regexes are not recompiled using XRegExp syntax. + * XRegExp(/regex/); + */ + self = function (pattern, flags) { + if (self.isRegExp(pattern)) { + if (flags !== undef) { + throw new TypeError("can't supply flags when constructing one RegExp from another"); + } + return copy(pattern); + } + // Tokens become part of the regex construction process, so protect against infinite recursion + // when an XRegExp is constructed within a token handler function + if (isInsideConstructor) { + throw new Error("can't call the XRegExp constructor within token definition functions"); + } + + var output = [], + scope = defaultScope, + tokenContext = { + hasNamedCapture: false, + captureNames: [], + hasFlag: function (flag) { + return flags.indexOf(flag) > -1; + } + }, + pos = 0, + tokenResult, + match, + chr; + pattern = pattern === undef ? "" : String(pattern); + flags = flags === undef ? "" : String(flags); + + if (nativ.match.call(flags, duplicateFlags)) { // Don't use test/exec because they would update lastIndex + throw new SyntaxError("invalid duplicate regular expression flag"); + } + // Strip/apply leading mode modifier with any combination of flags except g or y: (?imnsx) + pattern = nativ.replace.call(pattern, /^\(\?([\w$]+)\)/, function ($0, $1) { + if (nativ.test.call(/[gy]/, $1)) { + throw new SyntaxError("can't use flag g or y in mode modifier"); + } + flags = nativ.replace.call(flags + $1, duplicateFlags, ""); + return ""; + }); + self.forEach(flags, /[\s\S]/, function (m) { + if (registeredFlags.indexOf(m[0]) < 0) { + throw new SyntaxError("invalid regular expression flag " + m[0]); + } + }); + + while (pos < pattern.length) { + // Check for custom tokens at the current position + tokenResult = runTokens(pattern, pos, scope, tokenContext); + if (tokenResult) { + output.push(tokenResult.output); + pos += (tokenResult.match[0].length || 1); + } else { + // Check for native tokens (except character classes) at the current position + match = nativ.exec.call(nativeTokens[scope], pattern.slice(pos)); + if (match) { + output.push(match[0]); + pos += match[0].length; + } else { + chr = pattern.charAt(pos); + if (chr === "[") { + scope = classScope; + } else if (chr === "]") { + scope = defaultScope; + } + // Advance position by one character + output.push(chr); + ++pos; + } + } + } + + return augment(new RegExp(output.join(""), nativ.replace.call(flags, /[^gimy]+/g, "")), + tokenContext.hasNamedCapture ? tokenContext.captureNames : null); + }; + +/*-------------------------------------- + * Public methods/properties + *------------------------------------*/ + +// Installed and uninstalled states for `XRegExp.addToken` + addToken = { + on: function (regex, handler, options) { + options = options || {}; + if (regex) { + tokens.push({ + pattern: copy(regex, "g" + (hasNativeY ? "y" : "")), + handler: handler, + scope: options.scope || defaultScope, + trigger: options.trigger || null + }); + } + // Providing `customFlags` with null `regex` and `handler` allows adding flags that do + // nothing, but don't throw an error + if (options.customFlags) { + registeredFlags = nativ.replace.call(registeredFlags + options.customFlags, duplicateFlags, ""); + } + }, + off: function () { + throw new Error("extensibility must be installed before using addToken"); + } + }; + +/** + * Extends or changes XRegExp syntax and allows custom flags. This is used internally and can be + * used to create XRegExp addons. `XRegExp.install('extensibility')` must be run before calling + * this function, or an error is thrown. If more than one token can match the same string, the last + * added wins. + * @memberOf XRegExp + * @param {RegExp} regex Regex object that matches the new token. + * @param {Function} handler Function that returns a new pattern string (using native regex syntax) + * to replace the matched token within all future XRegExp regexes. Has access to persistent + * properties of the regex being built, through `this`. Invoked with two arguments: + * <li>The match array, with named backreference properties. + * <li>The regex scope where the match was found. + * @param {Object} [options] Options object with optional properties: + * <li>`scope` {String} Scopes where the token applies: 'default', 'class', or 'all'. + * <li>`trigger` {Function} Function that returns `true` when the token should be applied; e.g., + * if a flag is set. If `false` is returned, the matched string can be matched by other tokens. + * Has access to persistent properties of the regex being built, through `this` (including + * function `this.hasFlag`). + * <li>`customFlags` {String} Nonnative flags used by the token's handler or trigger functions. + * Prevents XRegExp from throwing an invalid flag error when the specified flags are used. + * @example + * + * // Basic usage: Adds \a for ALERT character + * XRegExp.addToken( + * /\\a/, + * function () {return '\\x07';}, + * {scope: 'all'} + * ); + * XRegExp('\\a[\\a-\\n]+').test('\x07\n\x07'); // -> true + */ + self.addToken = addToken.off; + +/** + * Caches and returns the result of calling `XRegExp(pattern, flags)`. On any subsequent call with + * the same pattern and flag combination, the cached copy is returned. + * @memberOf XRegExp + * @param {String} pattern Regex pattern string. + * @param {String} [flags] Any combination of XRegExp flags. + * @returns {RegExp} Cached XRegExp object. + * @example + * + * while (match = XRegExp.cache('.', 'gs').exec(str)) { + * // The regex is compiled once only + * } + */ + self.cache = function (pattern, flags) { + var key = pattern + "/" + (flags || ""); + return cache[key] || (cache[key] = self(pattern, flags)); + }; + +/** + * Escapes any regular expression metacharacters, for use when matching literal strings. The result + * can safely be used at any point within a regex that uses any flags. + * @memberOf XRegExp + * @param {String} str String to escape. + * @returns {String} String with regex metacharacters escaped. + * @example + * + * XRegExp.escape('Escaped? <.>'); + * // -> 'Escaped\?\ <\.>' + */ + self.escape = function (str) { + return nativ.replace.call(str, /[-[\]{}()*+?.,\\^$|#\s]/g, "\\$&"); + }; + +/** + * Executes a regex search in a specified string. Returns a match array or `null`. If the provided + * regex uses named capture, named backreference properties are included on the match array. + * Optional `pos` and `sticky` arguments specify the search start position, and whether the match + * must start at the specified position only. The `lastIndex` property of the provided regex is not + * used, but is updated for compatibility. Also fixes browser bugs compared to the native + * `RegExp.prototype.exec` and can be used reliably cross-browser. + * @memberOf XRegExp + * @param {String} str String to search. + * @param {RegExp} regex Regex to search with. + * @param {Number} [pos=0] Zero-based index at which to start the search. + * @param {Boolean|String} [sticky=false] Whether the match must start at the specified position + * only. The string `'sticky'` is accepted as an alternative to `true`. + * @returns {Array} Match array with named backreference properties, or null. + * @example + * + * // Basic use, with named backreference + * var match = XRegExp.exec('U+2620', XRegExp('U\\+(?<hex>[0-9A-F]{4})')); + * match.hex; // -> '2620' + * + * // With pos and sticky, in a loop + * var pos = 2, result = [], match; + * while (match = XRegExp.exec('<1><2><3><4>5<6>', /<(\d)>/, pos, 'sticky')) { + * result.push(match[1]); + * pos = match.index + match[0].length; + * } + * // result -> ['2', '3', '4'] + */ + self.exec = function (str, regex, pos, sticky) { + var r2 = copy(regex, "g" + (sticky && hasNativeY ? "y" : ""), (sticky === false ? "y" : "")), + match; + r2.lastIndex = pos = pos || 0; + match = fixed.exec.call(r2, str); // Fixed `exec` required for `lastIndex` fix, etc. + if (sticky && match && match.index !== pos) { + match = null; + } + if (regex.global) { + regex.lastIndex = match ? r2.lastIndex : 0; + } + return match; + }; + +/** + * Executes a provided function once per regex match. + * @memberOf XRegExp + * @param {String} str String to search. + * @param {RegExp} regex Regex to search with. + * @param {Function} callback Function to execute for each match. Invoked with four arguments: + * <li>The match array, with named backreference properties. + * <li>The zero-based match index. + * <li>The string being traversed. + * <li>The regex object being used to traverse the string. + * @param {*} [context] Object to use as `this` when executing `callback`. + * @returns {*} Provided `context` object. + * @example + * + * // Extracts every other digit from a string + * XRegExp.forEach('1a2345', /\d/, function (match, i) { + * if (i % 2) this.push(+match[0]); + * }, []); + * // -> [2, 4] + */ + self.forEach = function (str, regex, callback, context) { + var pos = 0, + i = -1, + match; + while ((match = self.exec(str, regex, pos))) { + callback.call(context, match, ++i, str, regex); + pos = match.index + (match[0].length || 1); + } + return context; + }; + +/** + * Copies a regex object and adds flag `g`. The copy maintains special properties for named + * capture, is augmented with `XRegExp.prototype` methods, and has a fresh `lastIndex` property + * (set to zero). Native regexes are not recompiled using XRegExp syntax. + * @memberOf XRegExp + * @param {RegExp} regex Regex to globalize. + * @returns {RegExp} Copy of the provided regex with flag `g` added. + * @example + * + * var globalCopy = XRegExp.globalize(/regex/); + * globalCopy.global; // -> true + */ + self.globalize = function (regex) { + return copy(regex, "g"); + }; + +/** + * Installs optional features according to the specified options. + * @memberOf XRegExp + * @param {Object|String} options Options object or string. + * @example + * + * // With an options object + * XRegExp.install({ + * // Overrides native regex methods with fixed/extended versions that support named + * // backreferences and fix numerous cross-browser bugs + * natives: true, + * + * // Enables extensibility of XRegExp syntax and flags + * extensibility: true + * }); + * + * // With an options string + * XRegExp.install('natives extensibility'); + * + * // Using a shortcut to install all optional features + * XRegExp.install('all'); + */ + self.install = function (options) { + options = prepareOptions(options); + if (!features.natives && options.natives) { + setNatives(true); + } + if (!features.extensibility && options.extensibility) { + setExtensibility(true); + } + }; + +/** + * Checks whether an individual optional feature is installed. + * @memberOf XRegExp + * @param {String} feature Name of the feature to check. One of: + * <li>`natives` + * <li>`extensibility` + * @returns {Boolean} Whether the feature is installed. + * @example + * + * XRegExp.isInstalled('natives'); + */ + self.isInstalled = function (feature) { + return !!(features[feature]); + }; + +/** + * Returns `true` if an object is a regex; `false` if it isn't. This works correctly for regexes + * created in another frame, when `instanceof` and `constructor` checks would fail. + * @memberOf XRegExp + * @param {*} value Object to check. + * @returns {Boolean} Whether the object is a `RegExp` object. + * @example + * + * XRegExp.isRegExp('string'); // -> false + * XRegExp.isRegExp(/regex/i); // -> true + * XRegExp.isRegExp(RegExp('^', 'm')); // -> true + * XRegExp.isRegExp(XRegExp('(?s).')); // -> true + */ + self.isRegExp = function (value) { + return isType(value, "regexp"); + }; + +/** + * Retrieves the matches from searching a string using a chain of regexes that successively search + * within previous matches. The provided `chain` array can contain regexes and objects with `regex` + * and `backref` properties. When a backreference is specified, the named or numbered backreference + * is passed forward to the next regex or returned. + * @memberOf XRegExp + * @param {String} str String to search. + * @param {Array} chain Regexes that each search for matches within preceding results. + * @returns {Array} Matches by the last regex in the chain, or an empty array. + * @example + * + * // Basic usage; matches numbers within <b> tags + * XRegExp.matchChain('1 <b>2</b> 3 <b>4 a 56</b>', [ + * XRegExp('(?is)<b>.*?</b>'), + * /\d+/ + * ]); + * // -> ['2', '4', '56'] + * + * // Passing forward and returning specific backreferences + * html = '<a href="http://xregexp.com/api/">XRegExp</a>\ + * <a href="http://www.google.com/">Google</a>'; + * XRegExp.matchChain(html, [ + * {regex: /<a href="([^"]+)">/i, backref: 1}, + * {regex: XRegExp('(?i)^https?://(?<domain>[^/?#]+)'), backref: 'domain'} + * ]); + * // -> ['xregexp.com', 'www.google.com'] + */ + self.matchChain = function (str, chain) { + return (function recurseChain(values, level) { + var item = chain[level].regex ? chain[level] : {regex: chain[level]}, + matches = [], + addMatch = function (match) { + matches.push(item.backref ? (match[item.backref] || "") : match[0]); + }, + i; + for (i = 0; i < values.length; ++i) { + self.forEach(values[i], item.regex, addMatch); + } + return ((level === chain.length - 1) || !matches.length) ? + matches : + recurseChain(matches, level + 1); + }([str], 0)); + }; + +/** + * Returns a new string with one or all matches of a pattern replaced. The pattern can be a string + * or regex, and the replacement can be a string or a function to be called for each match. To + * perform a global search and replace, use the optional `scope` argument or include flag `g` if + * using a regex. Replacement strings can use `${n}` for named and numbered backreferences. + * Replacement functions can use named backreferences via `arguments[0].name`. Also fixes browser + * bugs compared to the native `String.prototype.replace` and can be used reliably cross-browser. + * @memberOf XRegExp + * @param {String} str String to search. + * @param {RegExp|String} search Search pattern to be replaced. + * @param {String|Function} replacement Replacement string or a function invoked to create it. + * Replacement strings can include special replacement syntax: + * <li>$$ - Inserts a literal '$'. + * <li>$&, $0 - Inserts the matched substring. + * <li>$` - Inserts the string that precedes the matched substring (left context). + * <li>$' - Inserts the string that follows the matched substring (right context). + * <li>$n, $nn - Where n/nn are digits referencing an existent capturing group, inserts + * backreference n/nn. + * <li>${n} - Where n is a name or any number of digits that reference an existent capturing + * group, inserts backreference n. + * Replacement functions are invoked with three or more arguments: + * <li>The matched substring (corresponds to $& above). Named backreferences are accessible as + * properties of this first argument. + * <li>0..n arguments, one for each backreference (corresponding to $1, $2, etc. above). + * <li>The zero-based index of the match within the total search string. + * <li>The total string being searched. + * @param {String} [scope='one'] Use 'one' to replace the first match only, or 'all'. If not + * explicitly specified and using a regex with flag `g`, `scope` is 'all'. + * @returns {String} New string with one or all matches replaced. + * @example + * + * // Regex search, using named backreferences in replacement string + * var name = XRegExp('(?<first>\\w+) (?<last>\\w+)'); + * XRegExp.replace('John Smith', name, '${last}, ${first}'); + * // -> 'Smith, John' + * + * // Regex search, using named backreferences in replacement function + * XRegExp.replace('John Smith', name, function (match) { + * return match.last + ', ' + match.first; + * }); + * // -> 'Smith, John' + * + * // Global string search/replacement + * XRegExp.replace('RegExp builds RegExps', 'RegExp', 'XRegExp', 'all'); + * // -> 'XRegExp builds XRegExps' + */ + self.replace = function (str, search, replacement, scope) { + var isRegex = self.isRegExp(search), + search2 = search, + result; + if (isRegex) { + if (scope === undef && search.global) { + scope = "all"; // Follow flag g when `scope` isn't explicit + } + // Note that since a copy is used, `search`'s `lastIndex` isn't updated *during* replacement iterations + search2 = copy(search, scope === "all" ? "g" : "", scope === "all" ? "" : "g"); + } else if (scope === "all") { + search2 = new RegExp(self.escape(String(search)), "g"); + } + result = fixed.replace.call(String(str), search2, replacement); // Fixed `replace` required for named backreferences, etc. + if (isRegex && search.global) { + search.lastIndex = 0; // Fixes IE, Safari bug (last tested IE 9, Safari 5.1) + } + return result; + }; + +/** + * Splits a string into an array of strings using a regex or string separator. Matches of the + * separator are not included in the result array. However, if `separator` is a regex that contains + * capturing groups, backreferences are spliced into the result each time `separator` is matched. + * Fixes browser bugs compared to the native `String.prototype.split` and can be used reliably + * cross-browser. + * @memberOf XRegExp + * @param {String} str String to split. + * @param {RegExp|String} separator Regex or string to use for separating the string. + * @param {Number} [limit] Maximum number of items to include in the result array. + * @returns {Array} Array of substrings. + * @example + * + * // Basic use + * XRegExp.split('a b c', ' '); + * // -> ['a', 'b', 'c'] + * + * // With limit + * XRegExp.split('a b c', ' ', 2); + * // -> ['a', 'b'] + * + * // Backreferences in result array + * XRegExp.split('..word1..', /([a-z]+)(\d+)/i); + * // -> ['..', 'word', '1', '..'] + */ + self.split = function (str, separator, limit) { + return fixed.split.call(str, separator, limit); + }; + +/** + * Executes a regex search in a specified string. Returns `true` or `false`. Optional `pos` and + * `sticky` arguments specify the search start position, and whether the match must start at the + * specified position only. The `lastIndex` property of the provided regex is not used, but is + * updated for compatibility. Also fixes browser bugs compared to the native + * `RegExp.prototype.test` and can be used reliably cross-browser. + * @memberOf XRegExp + * @param {String} str String to search. + * @param {RegExp} regex Regex to search with. + * @param {Number} [pos=0] Zero-based index at which to start the search. + * @param {Boolean|String} [sticky=false] Whether the match must start at the specified position + * only. The string `'sticky'` is accepted as an alternative to `true`. + * @returns {Boolean} Whether the regex matched the provided value. + * @example + * + * // Basic use + * XRegExp.test('abc', /c/); // -> true + * + * // With pos and sticky + * XRegExp.test('abc', /c/, 0, 'sticky'); // -> false + */ + self.test = function (str, regex, pos, sticky) { + // Do this the easy way :-) + return !!self.exec(str, regex, pos, sticky); + }; + +/** + * Uninstalls optional features according to the specified options. + * @memberOf XRegExp + * @param {Object|String} options Options object or string. + * @example + * + * // With an options object + * XRegExp.uninstall({ + * // Restores native regex methods + * natives: true, + * + * // Disables additional syntax and flag extensions + * extensibility: true + * }); + * + * // With an options string + * XRegExp.uninstall('natives extensibility'); + * + * // Using a shortcut to uninstall all optional features + * XRegExp.uninstall('all'); + */ + self.uninstall = function (options) { + options = prepareOptions(options); + if (features.natives && options.natives) { + setNatives(false); + } + if (features.extensibility && options.extensibility) { + setExtensibility(false); + } + }; + +/** + * Returns an XRegExp object that is the union of the given patterns. Patterns can be provided as + * regex objects or strings. Metacharacters are escaped in patterns provided as strings. + * Backreferences in provided regex objects are automatically renumbered to work correctly. Native + * flags used by provided regexes are ignored in favor of the `flags` argument. + * @memberOf XRegExp + * @param {Array} patterns Regexes and strings to combine. + * @param {String} [flags] Any combination of XRegExp flags. + * @returns {RegExp} Union of the provided regexes and strings. + * @example + * + * XRegExp.union(['a+b*c', /(dogs)\1/, /(cats)\1/], 'i'); + * // -> /a\+b\*c|(dogs)\1|(cats)\2/i + * + * XRegExp.union([XRegExp('(?<pet>dogs)\\k<pet>'), XRegExp('(?<pet>cats)\\k<pet>')]); + * // -> XRegExp('(?<pet>dogs)\\k<pet>|(?<pet>cats)\\k<pet>') + */ + self.union = function (patterns, flags) { + var parts = /(\()(?!\?)|\\([1-9]\d*)|\\[\s\S]|\[(?:[^\\\]]|\\[\s\S])*]/g, + numCaptures = 0, + numPriorCaptures, + captureNames, + rewrite = function (match, paren, backref) { + var name = captureNames[numCaptures - numPriorCaptures]; + if (paren) { // Capturing group + ++numCaptures; + if (name) { // If the current capture has a name + return "(?<" + name + ">"; + } + } else if (backref) { // Backreference + return "\\" + (+backref + numPriorCaptures); + } + return match; + }, + output = [], + pattern, + i; + if (!(isType(patterns, "array") && patterns.length)) { + throw new TypeError("patterns must be a nonempty array"); + } + for (i = 0; i < patterns.length; ++i) { + pattern = patterns[i]; + if (self.isRegExp(pattern)) { + numPriorCaptures = numCaptures; + captureNames = (pattern.xregexp && pattern.xregexp.captureNames) || []; + // Rewrite backreferences. Passing to XRegExp dies on octals and ensures patterns + // are independently valid; helps keep this simple. Named captures are put back + output.push(self(pattern.source).source.replace(parts, rewrite)); + } else { + output.push(self.escape(pattern)); + } + } + return self(output.join("|"), flags); + }; + +/** + * The XRegExp version number. + * @static + * @memberOf XRegExp + * @type String + */ + self.version = "2.0.0"; + +/*-------------------------------------- + * Fixed/extended native methods + *------------------------------------*/ + +/** + * Adds named capture support (with backreferences returned as `result.name`), and fixes browser + * bugs in the native `RegExp.prototype.exec`. Calling `XRegExp.install('natives')` uses this to + * override the native method. Use via `XRegExp.exec` without overriding natives. + * @private + * @param {String} str String to search. + * @returns {Array} Match array with named backreference properties, or null. + */ + fixed.exec = function (str) { + var match, name, r2, origLastIndex, i; + if (!this.global) { + origLastIndex = this.lastIndex; + } + match = nativ.exec.apply(this, arguments); + if (match) { + // Fix browsers whose `exec` methods don't consistently return `undefined` for + // nonparticipating capturing groups + if (!compliantExecNpcg && match.length > 1 && lastIndexOf(match, "") > -1) { + r2 = new RegExp(this.source, nativ.replace.call(getNativeFlags(this), "g", "")); + // Using `str.slice(match.index)` rather than `match[0]` in case lookahead allowed + // matching due to characters outside the match + nativ.replace.call(String(str).slice(match.index), r2, function () { + var i; + for (i = 1; i < arguments.length - 2; ++i) { + if (arguments[i] === undef) { + match[i] = undef; + } + } + }); + } + // Attach named capture properties + if (this.xregexp && this.xregexp.captureNames) { + for (i = 1; i < match.length; ++i) { + name = this.xregexp.captureNames[i - 1]; + if (name) { + match[name] = match[i]; + } + } + } + // Fix browsers that increment `lastIndex` after zero-length matches + if (this.global && !match[0].length && (this.lastIndex > match.index)) { + this.lastIndex = match.index; + } + } + if (!this.global) { + this.lastIndex = origLastIndex; // Fixes IE, Opera bug (last tested IE 9, Opera 11.6) + } + return match; + }; + +/** + * Fixes browser bugs in the native `RegExp.prototype.test`. Calling `XRegExp.install('natives')` + * uses this to override the native method. + * @private + * @param {String} str String to search. + * @returns {Boolean} Whether the regex matched the provided value. + */ + fixed.test = function (str) { + // Do this the easy way :-) + return !!fixed.exec.call(this, str); + }; + +/** + * Adds named capture support (with backreferences returned as `result.name`), and fixes browser + * bugs in the native `String.prototype.match`. Calling `XRegExp.install('natives')` uses this to + * override the native method. + * @private + * @param {RegExp} regex Regex to search with. + * @returns {Array} If `regex` uses flag g, an array of match strings or null. Without flag g, the + * result of calling `regex.exec(this)`. + */ + fixed.match = function (regex) { + if (!self.isRegExp(regex)) { + regex = new RegExp(regex); // Use native `RegExp` + } else if (regex.global) { + var result = nativ.match.apply(this, arguments); + regex.lastIndex = 0; // Fixes IE bug + return result; + } + return fixed.exec.call(regex, this); + }; + +/** + * Adds support for `${n}` tokens for named and numbered backreferences in replacement text, and + * provides named backreferences to replacement functions as `arguments[0].name`. Also fixes + * browser bugs in replacement text syntax when performing a replacement using a nonregex search + * value, and the value of a replacement regex's `lastIndex` property during replacement iterations + * and upon completion. Note that this doesn't support SpiderMonkey's proprietary third (`flags`) + * argument. Calling `XRegExp.install('natives')` uses this to override the native method. Use via + * `XRegExp.replace` without overriding natives. + * @private + * @param {RegExp|String} search Search pattern to be replaced. + * @param {String|Function} replacement Replacement string or a function invoked to create it. + * @returns {String} New string with one or all matches replaced. + */ + fixed.replace = function (search, replacement) { + var isRegex = self.isRegExp(search), captureNames, result, str, origLastIndex; + if (isRegex) { + if (search.xregexp) { + captureNames = search.xregexp.captureNames; + } + if (!search.global) { + origLastIndex = search.lastIndex; + } + } else { + search += ""; + } + if (isType(replacement, "function")) { + result = nativ.replace.call(String(this), search, function () { + var args = arguments, i; + if (captureNames) { + // Change the `arguments[0]` string primitive to a `String` object that can store properties + args[0] = new String(args[0]); + // Store named backreferences on the first argument + for (i = 0; i < captureNames.length; ++i) { + if (captureNames[i]) { + args[0][captureNames[i]] = args[i + 1]; + } + } + } + // Update `lastIndex` before calling `replacement`. + // Fixes IE, Chrome, Firefox, Safari bug (last tested IE 9, Chrome 17, Firefox 11, Safari 5.1) + if (isRegex && search.global) { + search.lastIndex = args[args.length - 2] + args[0].length; + } + return replacement.apply(null, args); + }); + } else { + str = String(this); // Ensure `args[args.length - 1]` will be a string when given nonstring `this` + result = nativ.replace.call(str, search, function () { + var args = arguments; // Keep this function's `arguments` available through closure + return nativ.replace.call(String(replacement), replacementToken, function ($0, $1, $2) { + var n; + // Named or numbered backreference with curly brackets + if ($1) { + /* XRegExp behavior for `${n}`: + * 1. Backreference to numbered capture, where `n` is 1+ digits. `0`, `00`, etc. is the entire match. + * 2. Backreference to named capture `n`, if it exists and is not a number overridden by numbered capture. + * 3. Otherwise, it's an error. + */ + n = +$1; // Type-convert; drop leading zeros + if (n <= args.length - 3) { + return args[n] || ""; + } + n = captureNames ? lastIndexOf(captureNames, $1) : -1; + if (n < 0) { + throw new SyntaxError("backreference to undefined group " + $0); + } + return args[n + 1] || ""; + } + // Else, special variable or numbered backreference (without curly brackets) + if ($2 === "$") return "$"; + if ($2 === "&" || +$2 === 0) return args[0]; // $&, $0 (not followed by 1-9), $00 + if ($2 === "`") return args[args.length - 1].slice(0, args[args.length - 2]); + if ($2 === "'") return args[args.length - 1].slice(args[args.length - 2] + args[0].length); + // Else, numbered backreference (without curly brackets) + $2 = +$2; // Type-convert; drop leading zero + /* XRegExp behavior: + * - Backreferences without curly brackets end after 1 or 2 digits. Use `${..}` for more digits. + * - `$1` is an error if there are no capturing groups. + * - `$10` is an error if there are less than 10 capturing groups. Use `${1}0` instead. + * - `$01` is equivalent to `$1` if a capturing group exists, otherwise it's an error. + * - `$0` (not followed by 1-9), `$00`, and `$&` are the entire match. + * Native behavior, for comparison: + * - Backreferences end after 1 or 2 digits. Cannot use backreference to capturing group 100+. + * - `$1` is a literal `$1` if there are no capturing groups. + * - `$10` is `$1` followed by a literal `0` if there are less than 10 capturing groups. + * - `$01` is equivalent to `$1` if a capturing group exists, otherwise it's a literal `$01`. + * - `$0` is a literal `$0`. `$&` is the entire match. + */ + if (!isNaN($2)) { + if ($2 > args.length - 3) { + throw new SyntaxError("backreference to undefined group " + $0); + } + return args[$2] || ""; + } + throw new SyntaxError("invalid token " + $0); + }); + }); + } + if (isRegex) { + if (search.global) { + search.lastIndex = 0; // Fixes IE, Safari bug (last tested IE 9, Safari 5.1) + } else { + search.lastIndex = origLastIndex; // Fixes IE, Opera bug (last tested IE 9, Opera 11.6) + } + } + return result; + }; + +/** + * Fixes browser bugs in the native `String.prototype.split`. Calling `XRegExp.install('natives')` + * uses this to override the native method. Use via `XRegExp.split` without overriding natives. + * @private + * @param {RegExp|String} separator Regex or string to use for separating the string. + * @param {Number} [limit] Maximum number of items to include in the result array. + * @returns {Array} Array of substrings. + */ + fixed.split = function (separator, limit) { + if (!self.isRegExp(separator)) { + return nativ.split.apply(this, arguments); // use faster native method + } + var str = String(this), + origLastIndex = separator.lastIndex, + output = [], + lastLastIndex = 0, + lastLength; + /* Values for `limit`, per the spec: + * If undefined: pow(2,32) - 1 + * If 0, Infinity, or NaN: 0 + * If positive number: limit = floor(limit); if (limit >= pow(2,32)) limit -= pow(2,32); + * If negative number: pow(2,32) - floor(abs(limit)) + * If other: Type-convert, then use the above rules + */ + limit = (limit === undef ? -1 : limit) >>> 0; + self.forEach(str, separator, function (match) { + if ((match.index + match[0].length) > lastLastIndex) { // != `if (match[0].length)` + output.push(str.slice(lastLastIndex, match.index)); + if (match.length > 1 && match.index < str.length) { + Array.prototype.push.apply(output, match.slice(1)); + } + lastLength = match[0].length; + lastLastIndex = match.index + lastLength; + } + }); + if (lastLastIndex === str.length) { + if (!nativ.test.call(separator, "") || lastLength) { + output.push(""); + } + } else { + output.push(str.slice(lastLastIndex)); + } + separator.lastIndex = origLastIndex; + return output.length > limit ? output.slice(0, limit) : output; + }; + +/*-------------------------------------- + * Built-in tokens + *------------------------------------*/ + +// Shortcut + add = addToken.on; + +/* Letter identity escapes that natively match literal characters: \p, \P, etc. + * Should be SyntaxErrors but are allowed in web reality. XRegExp makes them errors for cross- + * browser consistency and to reserve their syntax, but lets them be superseded by XRegExp addons. + */ + add(/\\([ABCE-RTUVXYZaeg-mopqyz]|c(?![A-Za-z])|u(?![\dA-Fa-f]{4})|x(?![\dA-Fa-f]{2}))/, + function (match, scope) { + // \B is allowed in default scope only + if (match[1] === "B" && scope === defaultScope) { + return match[0]; + } + throw new SyntaxError("invalid escape " + match[0]); + }, + {scope: "all"}); + +/* Empty character class: [] or [^] + * Fixes a critical cross-browser syntax inconsistency. Unless this is standardized (per the spec), + * regex syntax can't be accurately parsed because character class endings can't be determined. + */ + add(/\[(\^?)]/, + function (match) { + // For cross-browser compatibility with ES3, convert [] to \b\B and [^] to [\s\S]. + // (?!) should work like \b\B, but is unreliable in Firefox + return match[1] ? "[\\s\\S]" : "\\b\\B"; + }); + +/* Comment pattern: (?# ) + * Inline comments are an alternative to the line comments allowed in free-spacing mode (flag x). + */ + add(/(?:\(\?#[^)]*\))+/, + function (match) { + // Keep tokens separated unless the following token is a quantifier + return nativ.test.call(quantifier, match.input.slice(match.index + match[0].length)) ? "" : "(?:)"; + }); + +/* Named backreference: \k<name> + * Backreference names can use the characters A-Z, a-z, 0-9, _, and $ only. + */ + add(/\\k<([\w$]+)>/, + function (match) { + var index = isNaN(match[1]) ? (lastIndexOf(this.captureNames, match[1]) + 1) : +match[1], + endIndex = match.index + match[0].length; + if (!index || index > this.captureNames.length) { + throw new SyntaxError("backreference to undefined group " + match[0]); + } + // Keep backreferences separate from subsequent literal numbers + return "\\" + index + ( + endIndex === match.input.length || isNaN(match.input.charAt(endIndex)) ? "" : "(?:)" + ); + }); + +/* Whitespace and line comments, in free-spacing mode (aka extended mode, flag x) only. + */ + add(/(?:\s+|#.*)+/, + function (match) { + // Keep tokens separated unless the following token is a quantifier + return nativ.test.call(quantifier, match.input.slice(match.index + match[0].length)) ? "" : "(?:)"; + }, + { + trigger: function () { + return this.hasFlag("x"); + }, + customFlags: "x" + }); + +/* Dot, in dotall mode (aka singleline mode, flag s) only. + */ + add(/\./, + function () { + return "[\\s\\S]"; + }, + { + trigger: function () { + return this.hasFlag("s"); + }, + customFlags: "s" + }); + +/* Named capturing group; match the opening delimiter only: (?<name> + * Capture names can use the characters A-Z, a-z, 0-9, _, and $ only. Names can't be integers. + * Supports Python-style (?P<name> as an alternate syntax to avoid issues in recent Opera (which + * natively supports the Python-style syntax). Otherwise, XRegExp might treat numbered + * backreferences to Python-style named capture as octals. + */ + add(/\(\?P?<([\w$]+)>/, + function (match) { + if (!isNaN(match[1])) { + // Avoid incorrect lookups, since named backreferences are added to match arrays + throw new SyntaxError("can't use integer as capture name " + match[0]); + } + this.captureNames.push(match[1]); + this.hasNamedCapture = true; + return "("; + }); + +/* Numbered backreference or octal, plus any following digits: \0, \11, etc. + * Octals except \0 not followed by 0-9 and backreferences to unopened capture groups throw an + * error. Other matches are returned unaltered. IE <= 8 doesn't support backreferences greater than + * \99 in regex syntax. + */ + add(/\\(\d+)/, + function (match, scope) { + if (!(scope === defaultScope && /^[1-9]/.test(match[1]) && +match[1] <= this.captureNames.length) && + match[1] !== "0") { + throw new SyntaxError("can't use octal escape or backreference to undefined group " + match[0]); + } + return match[0]; + }, + {scope: "all"}); + +/* Capturing group; match the opening parenthesis only. + * Required for support of named capturing groups. Also adds explicit capture mode (flag n). + */ + add(/\((?!\?)/, + function () { + if (this.hasFlag("n")) { + return "(?:"; + } + this.captureNames.push(null); + return "("; + }, + {customFlags: "n"}); + +/*-------------------------------------- + * Expose XRegExp + *------------------------------------*/ + +// For CommonJS enviroments + if (typeof exports !== "undefined") { + exports.XRegExp = self; + } + + return self; + +}()); + + +/***** unicode-base.js *****/ + +/*! + * XRegExp Unicode Base v1.0.0 + * (c) 2008-2012 Steven Levithan <http://xregexp.com/> + * MIT License + * Uses Unicode 6.1 <http://unicode.org/> + */ + +/** + * Adds support for the `\p{L}` or `\p{Letter}` Unicode category. Addon packages for other Unicode + * categories, scripts, blocks, and properties are available separately. All Unicode tokens can be + * inverted using `\P{..}` or `\p{^..}`. Token names are case insensitive, and any spaces, hyphens, + * and underscores are ignored. + * @requires XRegExp + */ +(function (XRegExp) { + "use strict"; + + var unicode = {}; + +/*-------------------------------------- + * Private helper functions + *------------------------------------*/ + +// Generates a standardized token name (lowercase, with hyphens, spaces, and underscores removed) + function slug(name) { + return name.replace(/[- _]+/g, "").toLowerCase(); + } + +// Expands a list of Unicode code points and ranges to be usable in a regex character class + function expand(str) { + return str.replace(/\w{4}/g, "\\u$&"); + } + +// Adds leading zeros if shorter than four characters + function pad4(str) { + while (str.length < 4) { + str = "0" + str; + } + return str; + } + +// Converts a hexadecimal number to decimal + function dec(hex) { + return parseInt(hex, 16); + } + +// Converts a decimal number to hexadecimal + function hex(dec) { + return parseInt(dec, 10).toString(16); + } + +// Inverts a list of Unicode code points and ranges + function invert(range) { + var output = [], + lastEnd = -1, + start; + XRegExp.forEach(range, /\\u(\w{4})(?:-\\u(\w{4}))?/, function (m) { + start = dec(m[1]); + if (start > (lastEnd + 1)) { + output.push("\\u" + pad4(hex(lastEnd + 1))); + if (start > (lastEnd + 2)) { + output.push("-\\u" + pad4(hex(start - 1))); + } + } + lastEnd = dec(m[2] || m[1]); + }); + if (lastEnd < 0xFFFF) { + output.push("\\u" + pad4(hex(lastEnd + 1))); + if (lastEnd < 0xFFFE) { + output.push("-\\uFFFF"); + } + } + return output.join(""); + } + +// Generates an inverted token on first use + function cacheInversion(item) { + return unicode["^" + item] || (unicode["^" + item] = invert(unicode[item])); + } + +/*-------------------------------------- + * Core functionality + *------------------------------------*/ + + XRegExp.install("extensibility"); + +/** + * Adds to the list of Unicode properties that XRegExp regexes can match via \p{..} or \P{..}. + * @memberOf XRegExp + * @param {Object} pack Named sets of Unicode code points and ranges. + * @param {Object} [aliases] Aliases for the primary token names. + * @example + * + * XRegExp.addUnicodePackage({ + * XDigit: '0030-00390041-00460061-0066' // 0-9A-Fa-f + * }, { + * XDigit: 'Hexadecimal' + * }); + */ + XRegExp.addUnicodePackage = function (pack, aliases) { + var p; + if (!XRegExp.isInstalled("extensibility")) { + throw new Error("extensibility must be installed before adding Unicode packages"); + } + if (pack) { + for (p in pack) { + if (pack.hasOwnProperty(p)) { + unicode[slug(p)] = expand(pack[p]); + } + } + } + if (aliases) { + for (p in aliases) { + if (aliases.hasOwnProperty(p)) { + unicode[slug(aliases[p])] = unicode[slug(p)]; + } + } + } + }; + +/* Adds data for the Unicode `Letter` category. Addon packages include other categories, scripts, + * blocks, and properties. + */ + XRegExp.addUnicodePackage({ + L: "0041-005A0061-007A00AA00B500BA00C0-00D600D8-00F600F8-02C102C6-02D102E0-02E402EC02EE0370-037403760377037A-037D03860388-038A038C038E-03A103A3-03F503F7-0481048A-05270531-055605590561-058705D0-05EA05F0-05F20620-064A066E066F0671-06D306D506E506E606EE06EF06FA-06FC06FF07100712-072F074D-07A507B107CA-07EA07F407F507FA0800-0815081A082408280840-085808A008A2-08AC0904-0939093D09500958-09610971-09770979-097F0985-098C098F09900993-09A809AA-09B009B209B6-09B909BD09CE09DC09DD09DF-09E109F009F10A05-0A0A0A0F0A100A13-0A280A2A-0A300A320A330A350A360A380A390A59-0A5C0A5E0A72-0A740A85-0A8D0A8F-0A910A93-0AA80AAA-0AB00AB20AB30AB5-0AB90ABD0AD00AE00AE10B05-0B0C0B0F0B100B13-0B280B2A-0B300B320B330B35-0B390B3D0B5C0B5D0B5F-0B610B710B830B85-0B8A0B8E-0B900B92-0B950B990B9A0B9C0B9E0B9F0BA30BA40BA8-0BAA0BAE-0BB90BD00C05-0C0C0C0E-0C100C12-0C280C2A-0C330C35-0C390C3D0C580C590C600C610C85-0C8C0C8E-0C900C92-0CA80CAA-0CB30CB5-0CB90CBD0CDE0CE00CE10CF10CF20D05-0D0C0D0E-0D100D12-0D3A0D3D0D4E0D600D610D7A-0D7F0D85-0D960D9A-0DB10DB3-0DBB0DBD0DC0-0DC60E01-0E300E320E330E40-0E460E810E820E840E870E880E8A0E8D0E94-0E970E99-0E9F0EA1-0EA30EA50EA70EAA0EAB0EAD-0EB00EB20EB30EBD0EC0-0EC40EC60EDC-0EDF0F000F40-0F470F49-0F6C0F88-0F8C1000-102A103F1050-1055105A-105D106110651066106E-10701075-1081108E10A0-10C510C710CD10D0-10FA10FC-1248124A-124D1250-12561258125A-125D1260-1288128A-128D1290-12B012B2-12B512B8-12BE12C012C2-12C512C8-12D612D8-13101312-13151318-135A1380-138F13A0-13F41401-166C166F-167F1681-169A16A0-16EA1700-170C170E-17111720-17311740-17511760-176C176E-17701780-17B317D717DC1820-18771880-18A818AA18B0-18F51900-191C1950-196D1970-19741980-19AB19C1-19C71A00-1A161A20-1A541AA71B05-1B331B45-1B4B1B83-1BA01BAE1BAF1BBA-1BE51C00-1C231C4D-1C4F1C5A-1C7D1CE9-1CEC1CEE-1CF11CF51CF61D00-1DBF1E00-1F151F18-1F1D1F20-1F451F48-1F4D1F50-1F571F591F5B1F5D1F5F-1F7D1F80-1FB41FB6-1FBC1FBE1FC2-1FC41FC6-1FCC1FD0-1FD31FD6-1FDB1FE0-1FEC1FF2-1FF41FF6-1FFC2071207F2090-209C21022107210A-211321152119-211D212421262128212A-212D212F-2139213C-213F2145-2149214E218321842C00-2C2E2C30-2C5E2C60-2CE42CEB-2CEE2CF22CF32D00-2D252D272D2D2D30-2D672D6F2D80-2D962DA0-2DA62DA8-2DAE2DB0-2DB62DB8-2DBE2DC0-2DC62DC8-2DCE2DD0-2DD62DD8-2DDE2E2F300530063031-3035303B303C3041-3096309D-309F30A1-30FA30FC-30FF3105-312D3131-318E31A0-31BA31F0-31FF3400-4DB54E00-9FCCA000-A48CA4D0-A4FDA500-A60CA610-A61FA62AA62BA640-A66EA67F-A697A6A0-A6E5A717-A71FA722-A788A78B-A78EA790-A793A7A0-A7AAA7F8-A801A803-A805A807-A80AA80C-A822A840-A873A882-A8B3A8F2-A8F7A8FBA90A-A925A930-A946A960-A97CA984-A9B2A9CFAA00-AA28AA40-AA42AA44-AA4BAA60-AA76AA7AAA80-AAAFAAB1AAB5AAB6AAB9-AABDAAC0AAC2AADB-AADDAAE0-AAEAAAF2-AAF4AB01-AB06AB09-AB0EAB11-AB16AB20-AB26AB28-AB2EABC0-ABE2AC00-D7A3D7B0-D7C6D7CB-D7FBF900-FA6DFA70-FAD9FB00-FB06FB13-FB17FB1DFB1F-FB28FB2A-FB36FB38-FB3CFB3EFB40FB41FB43FB44FB46-FBB1FBD3-FD3DFD50-FD8FFD92-FDC7FDF0-FDFBFE70-FE74FE76-FEFCFF21-FF3AFF41-FF5AFF66-FFBEFFC2-FFC7FFCA-FFCFFFD2-FFD7FFDA-FFDC" + }, { + L: "Letter" + }); + +/* Adds Unicode property syntax to XRegExp: \p{..}, \P{..}, \p{^..} + */ + XRegExp.addToken( + /\\([pP]){(\^?)([^}]*)}/, + function (match, scope) { + var inv = (match[1] === "P" || match[2]) ? "^" : "", + item = slug(match[3]); + // The double negative \P{^..} is invalid + if (match[1] === "P" && match[2]) { + throw new SyntaxError("invalid double negation \\P{^"); + } + if (!unicode.hasOwnProperty(item)) { + throw new SyntaxError("invalid or unknown Unicode property " + match[0]); + } + return scope === "class" ? + (inv ? cacheInversion(item) : unicode[item]) : + "[" + inv + unicode[item] + "]"; + }, + {scope: "all"} + ); + +}(XRegExp)); + + +/***** unicode-categories.js *****/ + +/*! + * XRegExp Unicode Categories v1.2.0 + * (c) 2010-2012 Steven Levithan <http://xregexp.com/> + * MIT License + * Uses Unicode 6.1 <http://unicode.org/> + */ + +/** + * Adds support for all Unicode categories (aka properties) E.g., `\p{Lu}` or + * `\p{Uppercase Letter}`. Token names are case insensitive, and any spaces, hyphens, and + * underscores are ignored. + * @requires XRegExp, XRegExp Unicode Base + */ +(function (XRegExp) { + "use strict"; + + if (!XRegExp.addUnicodePackage) { + throw new ReferenceError("Unicode Base must be loaded before Unicode Categories"); + } + + XRegExp.install("extensibility"); + + XRegExp.addUnicodePackage({ + //L: "", // Included in the Unicode Base addon + Ll: "0061-007A00B500DF-00F600F8-00FF01010103010501070109010B010D010F01110113011501170119011B011D011F01210123012501270129012B012D012F01310133013501370138013A013C013E014001420144014601480149014B014D014F01510153015501570159015B015D015F01610163016501670169016B016D016F0171017301750177017A017C017E-0180018301850188018C018D019201950199-019B019E01A101A301A501A801AA01AB01AD01B001B401B601B901BA01BD-01BF01C601C901CC01CE01D001D201D401D601D801DA01DC01DD01DF01E101E301E501E701E901EB01ED01EF01F001F301F501F901FB01FD01FF02010203020502070209020B020D020F02110213021502170219021B021D021F02210223022502270229022B022D022F02310233-0239023C023F0240024202470249024B024D024F-02930295-02AF037103730377037B-037D039003AC-03CE03D003D103D5-03D703D903DB03DD03DF03E103E303E503E703E903EB03ED03EF-03F303F503F803FB03FC0430-045F04610463046504670469046B046D046F04710473047504770479047B047D047F0481048B048D048F04910493049504970499049B049D049F04A104A304A504A704A904AB04AD04AF04B104B304B504B704B904BB04BD04BF04C204C404C604C804CA04CC04CE04CF04D104D304D504D704D904DB04DD04DF04E104E304E504E704E904EB04ED04EF04F104F304F504F704F904FB04FD04FF05010503050505070509050B050D050F05110513051505170519051B051D051F05210523052505270561-05871D00-1D2B1D6B-1D771D79-1D9A1E011E031E051E071E091E0B1E0D1E0F1E111E131E151E171E191E1B1E1D1E1F1E211E231E251E271E291E2B1E2D1E2F1E311E331E351E371E391E3B1E3D1E3F1E411E431E451E471E491E4B1E4D1E4F1E511E531E551E571E591E5B1E5D1E5F1E611E631E651E671E691E6B1E6D1E6F1E711E731E751E771E791E7B1E7D1E7F1E811E831E851E871E891E8B1E8D1E8F1E911E931E95-1E9D1E9F1EA11EA31EA51EA71EA91EAB1EAD1EAF1EB11EB31EB51EB71EB91EBB1EBD1EBF1EC11EC31EC51EC71EC91ECB1ECD1ECF1ED11ED31ED51ED71ED91EDB1EDD1EDF1EE11EE31EE51EE71EE91EEB1EED1EEF1EF11EF31EF51EF71EF91EFB1EFD1EFF-1F071F10-1F151F20-1F271F30-1F371F40-1F451F50-1F571F60-1F671F70-1F7D1F80-1F871F90-1F971FA0-1FA71FB0-1FB41FB61FB71FBE1FC2-1FC41FC61FC71FD0-1FD31FD61FD71FE0-1FE71FF2-1FF41FF61FF7210A210E210F2113212F21342139213C213D2146-2149214E21842C30-2C5E2C612C652C662C682C6A2C6C2C712C732C742C76-2C7B2C812C832C852C872C892C8B2C8D2C8F2C912C932C952C972C992C9B2C9D2C9F2CA12CA32CA52CA72CA92CAB2CAD2CAF2CB12CB32CB52CB72CB92CBB2CBD2CBF2CC12CC32CC52CC72CC92CCB2CCD2CCF2CD12CD32CD52CD72CD92CDB2CDD2CDF2CE12CE32CE42CEC2CEE2CF32D00-2D252D272D2DA641A643A645A647A649A64BA64DA64FA651A653A655A657A659A65BA65DA65FA661A663A665A667A669A66BA66DA681A683A685A687A689A68BA68DA68FA691A693A695A697A723A725A727A729A72BA72DA72F-A731A733A735A737A739A73BA73DA73FA741A743A745A747A749A74BA74DA74FA751A753A755A757A759A75BA75DA75FA761A763A765A767A769A76BA76DA76FA771-A778A77AA77CA77FA781A783A785A787A78CA78EA791A793A7A1A7A3A7A5A7A7A7A9A7FAFB00-FB06FB13-FB17FF41-FF5A", + Lu: "0041-005A00C0-00D600D8-00DE01000102010401060108010A010C010E01100112011401160118011A011C011E01200122012401260128012A012C012E01300132013401360139013B013D013F0141014301450147014A014C014E01500152015401560158015A015C015E01600162016401660168016A016C016E017001720174017601780179017B017D018101820184018601870189-018B018E-0191019301940196-0198019C019D019F01A001A201A401A601A701A901AC01AE01AF01B1-01B301B501B701B801BC01C401C701CA01CD01CF01D101D301D501D701D901DB01DE01E001E201E401E601E801EA01EC01EE01F101F401F6-01F801FA01FC01FE02000202020402060208020A020C020E02100212021402160218021A021C021E02200222022402260228022A022C022E02300232023A023B023D023E02410243-02460248024A024C024E03700372037603860388-038A038C038E038F0391-03A103A3-03AB03CF03D2-03D403D803DA03DC03DE03E003E203E403E603E803EA03EC03EE03F403F703F903FA03FD-042F04600462046404660468046A046C046E04700472047404760478047A047C047E0480048A048C048E04900492049404960498049A049C049E04A004A204A404A604A804AA04AC04AE04B004B204B404B604B804BA04BC04BE04C004C104C304C504C704C904CB04CD04D004D204D404D604D804DA04DC04DE04E004E204E404E604E804EA04EC04EE04F004F204F404F604F804FA04FC04FE05000502050405060508050A050C050E05100512051405160518051A051C051E05200522052405260531-055610A0-10C510C710CD1E001E021E041E061E081E0A1E0C1E0E1E101E121E141E161E181E1A1E1C1E1E1E201E221E241E261E281E2A1E2C1E2E1E301E321E341E361E381E3A1E3C1E3E1E401E421E441E461E481E4A1E4C1E4E1E501E521E541E561E581E5A1E5C1E5E1E601E621E641E661E681E6A1E6C1E6E1E701E721E741E761E781E7A1E7C1E7E1E801E821E841E861E881E8A1E8C1E8E1E901E921E941E9E1EA01EA21EA41EA61EA81EAA1EAC1EAE1EB01EB21EB41EB61EB81EBA1EBC1EBE1EC01EC21EC41EC61EC81ECA1ECC1ECE1ED01ED21ED41ED61ED81EDA1EDC1EDE1EE01EE21EE41EE61EE81EEA1EEC1EEE1EF01EF21EF41EF61EF81EFA1EFC1EFE1F08-1F0F1F18-1F1D1F28-1F2F1F38-1F3F1F48-1F4D1F591F5B1F5D1F5F1F68-1F6F1FB8-1FBB1FC8-1FCB1FD8-1FDB1FE8-1FEC1FF8-1FFB21022107210B-210D2110-211221152119-211D212421262128212A-212D2130-2133213E213F214521832C00-2C2E2C602C62-2C642C672C692C6B2C6D-2C702C722C752C7E-2C802C822C842C862C882C8A2C8C2C8E2C902C922C942C962C982C9A2C9C2C9E2CA02CA22CA42CA62CA82CAA2CAC2CAE2CB02CB22CB42CB62CB82CBA2CBC2CBE2CC02CC22CC42CC62CC82CCA2CCC2CCE2CD02CD22CD42CD62CD82CDA2CDC2CDE2CE02CE22CEB2CED2CF2A640A642A644A646A648A64AA64CA64EA650A652A654A656A658A65AA65CA65EA660A662A664A666A668A66AA66CA680A682A684A686A688A68AA68CA68EA690A692A694A696A722A724A726A728A72AA72CA72EA732A734A736A738A73AA73CA73EA740A742A744A746A748A74AA74CA74EA750A752A754A756A758A75AA75CA75EA760A762A764A766A768A76AA76CA76EA779A77BA77DA77EA780A782A784A786A78BA78DA790A792A7A0A7A2A7A4A7A6A7A8A7AAFF21-FF3A", + Lt: "01C501C801CB01F21F88-1F8F1F98-1F9F1FA8-1FAF1FBC1FCC1FFC", + Lm: "02B0-02C102C6-02D102E0-02E402EC02EE0374037A0559064006E506E607F407F507FA081A0824082809710E460EC610FC17D718431AA71C78-1C7D1D2C-1D6A1D781D9B-1DBF2071207F2090-209C2C7C2C7D2D6F2E2F30053031-3035303B309D309E30FC-30FEA015A4F8-A4FDA60CA67FA717-A71FA770A788A7F8A7F9A9CFAA70AADDAAF3AAF4FF70FF9EFF9F", + Lo: "00AA00BA01BB01C0-01C3029405D0-05EA05F0-05F20620-063F0641-064A066E066F0671-06D306D506EE06EF06FA-06FC06FF07100712-072F074D-07A507B107CA-07EA0800-08150840-085808A008A2-08AC0904-0939093D09500958-09610972-09770979-097F0985-098C098F09900993-09A809AA-09B009B209B6-09B909BD09CE09DC09DD09DF-09E109F009F10A05-0A0A0A0F0A100A13-0A280A2A-0A300A320A330A350A360A380A390A59-0A5C0A5E0A72-0A740A85-0A8D0A8F-0A910A93-0AA80AAA-0AB00AB20AB30AB5-0AB90ABD0AD00AE00AE10B05-0B0C0B0F0B100B13-0B280B2A-0B300B320B330B35-0B390B3D0B5C0B5D0B5F-0B610B710B830B85-0B8A0B8E-0B900B92-0B950B990B9A0B9C0B9E0B9F0BA30BA40BA8-0BAA0BAE-0BB90BD00C05-0C0C0C0E-0C100C12-0C280C2A-0C330C35-0C390C3D0C580C590C600C610C85-0C8C0C8E-0C900C92-0CA80CAA-0CB30CB5-0CB90CBD0CDE0CE00CE10CF10CF20D05-0D0C0D0E-0D100D12-0D3A0D3D0D4E0D600D610D7A-0D7F0D85-0D960D9A-0DB10DB3-0DBB0DBD0DC0-0DC60E01-0E300E320E330E40-0E450E810E820E840E870E880E8A0E8D0E94-0E970E99-0E9F0EA1-0EA30EA50EA70EAA0EAB0EAD-0EB00EB20EB30EBD0EC0-0EC40EDC-0EDF0F000F40-0F470F49-0F6C0F88-0F8C1000-102A103F1050-1055105A-105D106110651066106E-10701075-1081108E10D0-10FA10FD-1248124A-124D1250-12561258125A-125D1260-1288128A-128D1290-12B012B2-12B512B8-12BE12C012C2-12C512C8-12D612D8-13101312-13151318-135A1380-138F13A0-13F41401-166C166F-167F1681-169A16A0-16EA1700-170C170E-17111720-17311740-17511760-176C176E-17701780-17B317DC1820-18421844-18771880-18A818AA18B0-18F51900-191C1950-196D1970-19741980-19AB19C1-19C71A00-1A161A20-1A541B05-1B331B45-1B4B1B83-1BA01BAE1BAF1BBA-1BE51C00-1C231C4D-1C4F1C5A-1C771CE9-1CEC1CEE-1CF11CF51CF62135-21382D30-2D672D80-2D962DA0-2DA62DA8-2DAE2DB0-2DB62DB8-2DBE2DC0-2DC62DC8-2DCE2DD0-2DD62DD8-2DDE3006303C3041-3096309F30A1-30FA30FF3105-312D3131-318E31A0-31BA31F0-31FF3400-4DB54E00-9FCCA000-A014A016-A48CA4D0-A4F7A500-A60BA610-A61FA62AA62BA66EA6A0-A6E5A7FB-A801A803-A805A807-A80AA80C-A822A840-A873A882-A8B3A8F2-A8F7A8FBA90A-A925A930-A946A960-A97CA984-A9B2AA00-AA28AA40-AA42AA44-AA4BAA60-AA6FAA71-AA76AA7AAA80-AAAFAAB1AAB5AAB6AAB9-AABDAAC0AAC2AADBAADCAAE0-AAEAAAF2AB01-AB06AB09-AB0EAB11-AB16AB20-AB26AB28-AB2EABC0-ABE2AC00-D7A3D7B0-D7C6D7CB-D7FBF900-FA6DFA70-FAD9FB1DFB1F-FB28FB2A-FB36FB38-FB3CFB3EFB40FB41FB43FB44FB46-FBB1FBD3-FD3DFD50-FD8FFD92-FDC7FDF0-FDFBFE70-FE74FE76-FEFCFF66-FF6FFF71-FF9DFFA0-FFBEFFC2-FFC7FFCA-FFCFFFD2-FFD7FFDA-FFDC", + M: "0300-036F0483-04890591-05BD05BF05C105C205C405C505C70610-061A064B-065F067006D6-06DC06DF-06E406E706E806EA-06ED07110730-074A07A6-07B007EB-07F30816-0819081B-08230825-08270829-082D0859-085B08E4-08FE0900-0903093A-093C093E-094F0951-0957096209630981-098309BC09BE-09C409C709C809CB-09CD09D709E209E30A01-0A030A3C0A3E-0A420A470A480A4B-0A4D0A510A700A710A750A81-0A830ABC0ABE-0AC50AC7-0AC90ACB-0ACD0AE20AE30B01-0B030B3C0B3E-0B440B470B480B4B-0B4D0B560B570B620B630B820BBE-0BC20BC6-0BC80BCA-0BCD0BD70C01-0C030C3E-0C440C46-0C480C4A-0C4D0C550C560C620C630C820C830CBC0CBE-0CC40CC6-0CC80CCA-0CCD0CD50CD60CE20CE30D020D030D3E-0D440D46-0D480D4A-0D4D0D570D620D630D820D830DCA0DCF-0DD40DD60DD8-0DDF0DF20DF30E310E34-0E3A0E47-0E4E0EB10EB4-0EB90EBB0EBC0EC8-0ECD0F180F190F350F370F390F3E0F3F0F71-0F840F860F870F8D-0F970F99-0FBC0FC6102B-103E1056-1059105E-10601062-10641067-106D1071-10741082-108D108F109A-109D135D-135F1712-17141732-1734175217531772177317B4-17D317DD180B-180D18A91920-192B1930-193B19B0-19C019C819C91A17-1A1B1A55-1A5E1A60-1A7C1A7F1B00-1B041B34-1B441B6B-1B731B80-1B821BA1-1BAD1BE6-1BF31C24-1C371CD0-1CD21CD4-1CE81CED1CF2-1CF41DC0-1DE61DFC-1DFF20D0-20F02CEF-2CF12D7F2DE0-2DFF302A-302F3099309AA66F-A672A674-A67DA69FA6F0A6F1A802A806A80BA823-A827A880A881A8B4-A8C4A8E0-A8F1A926-A92DA947-A953A980-A983A9B3-A9C0AA29-AA36AA43AA4CAA4DAA7BAAB0AAB2-AAB4AAB7AAB8AABEAABFAAC1AAEB-AAEFAAF5AAF6ABE3-ABEAABECABEDFB1EFE00-FE0FFE20-FE26", + Mn: "0300-036F0483-04870591-05BD05BF05C105C205C405C505C70610-061A064B-065F067006D6-06DC06DF-06E406E706E806EA-06ED07110730-074A07A6-07B007EB-07F30816-0819081B-08230825-08270829-082D0859-085B08E4-08FE0900-0902093A093C0941-0948094D0951-095709620963098109BC09C1-09C409CD09E209E30A010A020A3C0A410A420A470A480A4B-0A4D0A510A700A710A750A810A820ABC0AC1-0AC50AC70AC80ACD0AE20AE30B010B3C0B3F0B41-0B440B4D0B560B620B630B820BC00BCD0C3E-0C400C46-0C480C4A-0C4D0C550C560C620C630CBC0CBF0CC60CCC0CCD0CE20CE30D41-0D440D4D0D620D630DCA0DD2-0DD40DD60E310E34-0E3A0E47-0E4E0EB10EB4-0EB90EBB0EBC0EC8-0ECD0F180F190F350F370F390F71-0F7E0F80-0F840F860F870F8D-0F970F99-0FBC0FC6102D-10301032-10371039103A103D103E10581059105E-10601071-1074108210851086108D109D135D-135F1712-17141732-1734175217531772177317B417B517B7-17BD17C617C9-17D317DD180B-180D18A91920-19221927192819321939-193B1A171A181A561A58-1A5E1A601A621A65-1A6C1A73-1A7C1A7F1B00-1B031B341B36-1B3A1B3C1B421B6B-1B731B801B811BA2-1BA51BA81BA91BAB1BE61BE81BE91BED1BEF-1BF11C2C-1C331C361C371CD0-1CD21CD4-1CE01CE2-1CE81CED1CF41DC0-1DE61DFC-1DFF20D0-20DC20E120E5-20F02CEF-2CF12D7F2DE0-2DFF302A-302D3099309AA66FA674-A67DA69FA6F0A6F1A802A806A80BA825A826A8C4A8E0-A8F1A926-A92DA947-A951A980-A982A9B3A9B6-A9B9A9BCAA29-AA2EAA31AA32AA35AA36AA43AA4CAAB0AAB2-AAB4AAB7AAB8AABEAABFAAC1AAECAAEDAAF6ABE5ABE8ABEDFB1EFE00-FE0FFE20-FE26", + Mc: "0903093B093E-09400949-094C094E094F0982098309BE-09C009C709C809CB09CC09D70A030A3E-0A400A830ABE-0AC00AC90ACB0ACC0B020B030B3E0B400B470B480B4B0B4C0B570BBE0BBF0BC10BC20BC6-0BC80BCA-0BCC0BD70C01-0C030C41-0C440C820C830CBE0CC0-0CC40CC70CC80CCA0CCB0CD50CD60D020D030D3E-0D400D46-0D480D4A-0D4C0D570D820D830DCF-0DD10DD8-0DDF0DF20DF30F3E0F3F0F7F102B102C10311038103B103C105610571062-10641067-106D108310841087-108C108F109A-109C17B617BE-17C517C717C81923-19261929-192B193019311933-193819B0-19C019C819C91A19-1A1B1A551A571A611A631A641A6D-1A721B041B351B3B1B3D-1B411B431B441B821BA11BA61BA71BAA1BAC1BAD1BE71BEA-1BEC1BEE1BF21BF31C24-1C2B1C341C351CE11CF21CF3302E302FA823A824A827A880A881A8B4-A8C3A952A953A983A9B4A9B5A9BAA9BBA9BD-A9C0AA2FAA30AA33AA34AA4DAA7BAAEBAAEEAAEFAAF5ABE3ABE4ABE6ABE7ABE9ABEAABEC", + Me: "0488048920DD-20E020E2-20E4A670-A672", + N: "0030-003900B200B300B900BC-00BE0660-066906F0-06F907C0-07C90966-096F09E6-09EF09F4-09F90A66-0A6F0AE6-0AEF0B66-0B6F0B72-0B770BE6-0BF20C66-0C6F0C78-0C7E0CE6-0CEF0D66-0D750E50-0E590ED0-0ED90F20-0F331040-10491090-10991369-137C16EE-16F017E0-17E917F0-17F91810-18191946-194F19D0-19DA1A80-1A891A90-1A991B50-1B591BB0-1BB91C40-1C491C50-1C5920702074-20792080-20892150-21822185-21892460-249B24EA-24FF2776-27932CFD30073021-30293038-303A3192-31953220-32293248-324F3251-325F3280-328932B1-32BFA620-A629A6E6-A6EFA830-A835A8D0-A8D9A900-A909A9D0-A9D9AA50-AA59ABF0-ABF9FF10-FF19", + Nd: "0030-00390660-066906F0-06F907C0-07C90966-096F09E6-09EF0A66-0A6F0AE6-0AEF0B66-0B6F0BE6-0BEF0C66-0C6F0CE6-0CEF0D66-0D6F0E50-0E590ED0-0ED90F20-0F291040-10491090-109917E0-17E91810-18191946-194F19D0-19D91A80-1A891A90-1A991B50-1B591BB0-1BB91C40-1C491C50-1C59A620-A629A8D0-A8D9A900-A909A9D0-A9D9AA50-AA59ABF0-ABF9FF10-FF19", + Nl: "16EE-16F02160-21822185-218830073021-30293038-303AA6E6-A6EF", + No: "00B200B300B900BC-00BE09F4-09F90B72-0B770BF0-0BF20C78-0C7E0D70-0D750F2A-0F331369-137C17F0-17F919DA20702074-20792080-20892150-215F21892460-249B24EA-24FF2776-27932CFD3192-31953220-32293248-324F3251-325F3280-328932B1-32BFA830-A835", + P: "0021-00230025-002A002C-002F003A003B003F0040005B-005D005F007B007D00A100A700AB00B600B700BB00BF037E0387055A-055F0589058A05BE05C005C305C605F305F40609060A060C060D061B061E061F066A-066D06D40700-070D07F7-07F90830-083E085E0964096509700AF00DF40E4F0E5A0E5B0F04-0F120F140F3A-0F3D0F850FD0-0FD40FD90FDA104A-104F10FB1360-13681400166D166E169B169C16EB-16ED1735173617D4-17D617D8-17DA1800-180A194419451A1E1A1F1AA0-1AA61AA8-1AAD1B5A-1B601BFC-1BFF1C3B-1C3F1C7E1C7F1CC0-1CC71CD32010-20272030-20432045-20512053-205E207D207E208D208E2329232A2768-277527C527C627E6-27EF2983-299829D8-29DB29FC29FD2CF9-2CFC2CFE2CFF2D702E00-2E2E2E30-2E3B3001-30033008-30113014-301F3030303D30A030FBA4FEA4FFA60D-A60FA673A67EA6F2-A6F7A874-A877A8CEA8CFA8F8-A8FAA92EA92FA95FA9C1-A9CDA9DEA9DFAA5C-AA5FAADEAADFAAF0AAF1ABEBFD3EFD3FFE10-FE19FE30-FE52FE54-FE61FE63FE68FE6AFE6BFF01-FF03FF05-FF0AFF0C-FF0FFF1AFF1BFF1FFF20FF3B-FF3DFF3FFF5BFF5DFF5F-FF65", + Pd: "002D058A05BE140018062010-20152E172E1A2E3A2E3B301C303030A0FE31FE32FE58FE63FF0D", + Ps: "0028005B007B0F3A0F3C169B201A201E2045207D208D23292768276A276C276E27702772277427C527E627E827EA27EC27EE2983298529872989298B298D298F299129932995299729D829DA29FC2E222E242E262E283008300A300C300E3010301430163018301A301DFD3EFE17FE35FE37FE39FE3BFE3DFE3FFE41FE43FE47FE59FE5BFE5DFF08FF3BFF5BFF5FFF62", + Pe: "0029005D007D0F3B0F3D169C2046207E208E232A2769276B276D276F27712773277527C627E727E927EB27ED27EF298429862988298A298C298E2990299229942996299829D929DB29FD2E232E252E272E293009300B300D300F3011301530173019301B301E301FFD3FFE18FE36FE38FE3AFE3CFE3EFE40FE42FE44FE48FE5AFE5CFE5EFF09FF3DFF5DFF60FF63", + Pi: "00AB2018201B201C201F20392E022E042E092E0C2E1C2E20", + Pf: "00BB2019201D203A2E032E052E0A2E0D2E1D2E21", + Pc: "005F203F20402054FE33FE34FE4D-FE4FFF3F", + Po: "0021-00230025-0027002A002C002E002F003A003B003F0040005C00A100A700B600B700BF037E0387055A-055F058905C005C305C605F305F40609060A060C060D061B061E061F066A-066D06D40700-070D07F7-07F90830-083E085E0964096509700AF00DF40E4F0E5A0E5B0F04-0F120F140F850FD0-0FD40FD90FDA104A-104F10FB1360-1368166D166E16EB-16ED1735173617D4-17D617D8-17DA1800-18051807-180A194419451A1E1A1F1AA0-1AA61AA8-1AAD1B5A-1B601BFC-1BFF1C3B-1C3F1C7E1C7F1CC0-1CC71CD3201620172020-20272030-2038203B-203E2041-20432047-205120532055-205E2CF9-2CFC2CFE2CFF2D702E002E012E06-2E082E0B2E0E-2E162E182E192E1B2E1E2E1F2E2A-2E2E2E30-2E393001-3003303D30FBA4FEA4FFA60D-A60FA673A67EA6F2-A6F7A874-A877A8CEA8CFA8F8-A8FAA92EA92FA95FA9C1-A9CDA9DEA9DFAA5C-AA5FAADEAADFAAF0AAF1ABEBFE10-FE16FE19FE30FE45FE46FE49-FE4CFE50-FE52FE54-FE57FE5F-FE61FE68FE6AFE6BFF01-FF03FF05-FF07FF0AFF0CFF0EFF0FFF1AFF1BFF1FFF20FF3CFF61FF64FF65", + S: "0024002B003C-003E005E0060007C007E00A2-00A600A800A900AC00AE-00B100B400B800D700F702C2-02C502D2-02DF02E5-02EB02ED02EF-02FF03750384038503F60482058F0606-0608060B060E060F06DE06E906FD06FE07F609F209F309FA09FB0AF10B700BF3-0BFA0C7F0D790E3F0F01-0F030F130F15-0F170F1A-0F1F0F340F360F380FBE-0FC50FC7-0FCC0FCE0FCF0FD5-0FD8109E109F1390-139917DB194019DE-19FF1B61-1B6A1B74-1B7C1FBD1FBF-1FC11FCD-1FCF1FDD-1FDF1FED-1FEF1FFD1FFE20442052207A-207C208A-208C20A0-20B9210021012103-21062108210921142116-2118211E-2123212521272129212E213A213B2140-2144214A-214D214F2190-2328232B-23F32400-24262440-244A249C-24E92500-26FF2701-27672794-27C427C7-27E527F0-29822999-29D729DC-29FB29FE-2B4C2B50-2B592CE5-2CEA2E80-2E992E9B-2EF32F00-2FD52FF0-2FFB300430123013302030363037303E303F309B309C319031913196-319F31C0-31E33200-321E322A-324732503260-327F328A-32B032C0-32FE3300-33FF4DC0-4DFFA490-A4C6A700-A716A720A721A789A78AA828-A82BA836-A839AA77-AA79FB29FBB2-FBC1FDFCFDFDFE62FE64-FE66FE69FF04FF0BFF1C-FF1EFF3EFF40FF5CFF5EFFE0-FFE6FFE8-FFEEFFFCFFFD", + Sm: "002B003C-003E007C007E00AC00B100D700F703F60606-060820442052207A-207C208A-208C21182140-2144214B2190-2194219A219B21A021A321A621AE21CE21CF21D221D421F4-22FF2308-230B23202321237C239B-23B323DC-23E125B725C125F8-25FF266F27C0-27C427C7-27E527F0-27FF2900-29822999-29D729DC-29FB29FE-2AFF2B30-2B442B47-2B4CFB29FE62FE64-FE66FF0BFF1C-FF1EFF5CFF5EFFE2FFE9-FFEC", + Sc: "002400A2-00A5058F060B09F209F309FB0AF10BF90E3F17DB20A0-20B9A838FDFCFE69FF04FFE0FFE1FFE5FFE6", + Sk: "005E006000A800AF00B400B802C2-02C502D2-02DF02E5-02EB02ED02EF-02FF0375038403851FBD1FBF-1FC11FCD-1FCF1FDD-1FDF1FED-1FEF1FFD1FFE309B309CA700-A716A720A721A789A78AFBB2-FBC1FF3EFF40FFE3", + So: "00A600A900AE00B00482060E060F06DE06E906FD06FE07F609FA0B700BF3-0BF80BFA0C7F0D790F01-0F030F130F15-0F170F1A-0F1F0F340F360F380FBE-0FC50FC7-0FCC0FCE0FCF0FD5-0FD8109E109F1390-1399194019DE-19FF1B61-1B6A1B74-1B7C210021012103-210621082109211421162117211E-2123212521272129212E213A213B214A214C214D214F2195-2199219C-219F21A121A221A421A521A7-21AD21AF-21CD21D021D121D321D5-21F32300-2307230C-231F2322-2328232B-237B237D-239A23B4-23DB23E2-23F32400-24262440-244A249C-24E92500-25B625B8-25C025C2-25F72600-266E2670-26FF2701-27672794-27BF2800-28FF2B00-2B2F2B452B462B50-2B592CE5-2CEA2E80-2E992E9B-2EF32F00-2FD52FF0-2FFB300430123013302030363037303E303F319031913196-319F31C0-31E33200-321E322A-324732503260-327F328A-32B032C0-32FE3300-33FF4DC0-4DFFA490-A4C6A828-A82BA836A837A839AA77-AA79FDFDFFE4FFE8FFEDFFEEFFFCFFFD", + Z: "002000A01680180E2000-200A20282029202F205F3000", + Zs: "002000A01680180E2000-200A202F205F3000", + Zl: "2028", + Zp: "2029", + C: "0000-001F007F-009F00AD03780379037F-0383038B038D03A20528-05300557055805600588058B-058E059005C8-05CF05EB-05EF05F5-0605061C061D06DD070E070F074B074C07B2-07BF07FB-07FF082E082F083F085C085D085F-089F08A108AD-08E308FF097809800984098D098E0991099209A909B109B3-09B509BA09BB09C509C609C909CA09CF-09D609D8-09DB09DE09E409E509FC-0A000A040A0B-0A0E0A110A120A290A310A340A370A3A0A3B0A3D0A43-0A460A490A4A0A4E-0A500A52-0A580A5D0A5F-0A650A76-0A800A840A8E0A920AA90AB10AB40ABA0ABB0AC60ACA0ACE0ACF0AD1-0ADF0AE40AE50AF2-0B000B040B0D0B0E0B110B120B290B310B340B3A0B3B0B450B460B490B4A0B4E-0B550B58-0B5B0B5E0B640B650B78-0B810B840B8B-0B8D0B910B96-0B980B9B0B9D0BA0-0BA20BA5-0BA70BAB-0BAD0BBA-0BBD0BC3-0BC50BC90BCE0BCF0BD1-0BD60BD8-0BE50BFB-0C000C040C0D0C110C290C340C3A-0C3C0C450C490C4E-0C540C570C5A-0C5F0C640C650C70-0C770C800C810C840C8D0C910CA90CB40CBA0CBB0CC50CC90CCE-0CD40CD7-0CDD0CDF0CE40CE50CF00CF3-0D010D040D0D0D110D3B0D3C0D450D490D4F-0D560D58-0D5F0D640D650D76-0D780D800D810D840D97-0D990DB20DBC0DBE0DBF0DC7-0DC90DCB-0DCE0DD50DD70DE0-0DF10DF5-0E000E3B-0E3E0E5C-0E800E830E850E860E890E8B0E8C0E8E-0E930E980EA00EA40EA60EA80EA90EAC0EBA0EBE0EBF0EC50EC70ECE0ECF0EDA0EDB0EE0-0EFF0F480F6D-0F700F980FBD0FCD0FDB-0FFF10C610C8-10CC10CE10CF1249124E124F12571259125E125F1289128E128F12B112B612B712BF12C112C612C712D7131113161317135B135C137D-137F139A-139F13F5-13FF169D-169F16F1-16FF170D1715-171F1737-173F1754-175F176D17711774-177F17DE17DF17EA-17EF17FA-17FF180F181A-181F1878-187F18AB-18AF18F6-18FF191D-191F192C-192F193C-193F1941-1943196E196F1975-197F19AC-19AF19CA-19CF19DB-19DD1A1C1A1D1A5F1A7D1A7E1A8A-1A8F1A9A-1A9F1AAE-1AFF1B4C-1B4F1B7D-1B7F1BF4-1BFB1C38-1C3A1C4A-1C4C1C80-1CBF1CC8-1CCF1CF7-1CFF1DE7-1DFB1F161F171F1E1F1F1F461F471F4E1F4F1F581F5A1F5C1F5E1F7E1F7F1FB51FC51FD41FD51FDC1FF01FF11FF51FFF200B-200F202A-202E2060-206F20722073208F209D-209F20BA-20CF20F1-20FF218A-218F23F4-23FF2427-243F244B-245F27002B4D-2B4F2B5A-2BFF2C2F2C5F2CF4-2CF82D262D28-2D2C2D2E2D2F2D68-2D6E2D71-2D7E2D97-2D9F2DA72DAF2DB72DBF2DC72DCF2DD72DDF2E3C-2E7F2E9A2EF4-2EFF2FD6-2FEF2FFC-2FFF3040309730983100-3104312E-3130318F31BB-31BF31E4-31EF321F32FF4DB6-4DBF9FCD-9FFFA48D-A48FA4C7-A4CFA62C-A63FA698-A69EA6F8-A6FFA78FA794-A79FA7AB-A7F7A82C-A82FA83A-A83FA878-A87FA8C5-A8CDA8DA-A8DFA8FC-A8FFA954-A95EA97D-A97FA9CEA9DA-A9DDA9E0-A9FFAA37-AA3FAA4EAA4FAA5AAA5BAA7C-AA7FAAC3-AADAAAF7-AB00AB07AB08AB0FAB10AB17-AB1FAB27AB2F-ABBFABEEABEFABFA-ABFFD7A4-D7AFD7C7-D7CAD7FC-F8FFFA6EFA6FFADA-FAFFFB07-FB12FB18-FB1CFB37FB3DFB3FFB42FB45FBC2-FBD2FD40-FD4FFD90FD91FDC8-FDEFFDFEFDFFFE1A-FE1FFE27-FE2FFE53FE67FE6C-FE6FFE75FEFD-FF00FFBF-FFC1FFC8FFC9FFD0FFD1FFD8FFD9FFDD-FFDFFFE7FFEF-FFFBFFFEFFFF", + Cc: "0000-001F007F-009F", + Cf: "00AD0600-060406DD070F200B-200F202A-202E2060-2064206A-206FFEFFFFF9-FFFB", + Co: "E000-F8FF", + Cs: "D800-DFFF", + Cn: "03780379037F-0383038B038D03A20528-05300557055805600588058B-058E059005C8-05CF05EB-05EF05F5-05FF0605061C061D070E074B074C07B2-07BF07FB-07FF082E082F083F085C085D085F-089F08A108AD-08E308FF097809800984098D098E0991099209A909B109B3-09B509BA09BB09C509C609C909CA09CF-09D609D8-09DB09DE09E409E509FC-0A000A040A0B-0A0E0A110A120A290A310A340A370A3A0A3B0A3D0A43-0A460A490A4A0A4E-0A500A52-0A580A5D0A5F-0A650A76-0A800A840A8E0A920AA90AB10AB40ABA0ABB0AC60ACA0ACE0ACF0AD1-0ADF0AE40AE50AF2-0B000B040B0D0B0E0B110B120B290B310B340B3A0B3B0B450B460B490B4A0B4E-0B550B58-0B5B0B5E0B640B650B78-0B810B840B8B-0B8D0B910B96-0B980B9B0B9D0BA0-0BA20BA5-0BA70BAB-0BAD0BBA-0BBD0BC3-0BC50BC90BCE0BCF0BD1-0BD60BD8-0BE50BFB-0C000C040C0D0C110C290C340C3A-0C3C0C450C490C4E-0C540C570C5A-0C5F0C640C650C70-0C770C800C810C840C8D0C910CA90CB40CBA0CBB0CC50CC90CCE-0CD40CD7-0CDD0CDF0CE40CE50CF00CF3-0D010D040D0D0D110D3B0D3C0D450D490D4F-0D560D58-0D5F0D640D650D76-0D780D800D810D840D97-0D990DB20DBC0DBE0DBF0DC7-0DC90DCB-0DCE0DD50DD70DE0-0DF10DF5-0E000E3B-0E3E0E5C-0E800E830E850E860E890E8B0E8C0E8E-0E930E980EA00EA40EA60EA80EA90EAC0EBA0EBE0EBF0EC50EC70ECE0ECF0EDA0EDB0EE0-0EFF0F480F6D-0F700F980FBD0FCD0FDB-0FFF10C610C8-10CC10CE10CF1249124E124F12571259125E125F1289128E128F12B112B612B712BF12C112C612C712D7131113161317135B135C137D-137F139A-139F13F5-13FF169D-169F16F1-16FF170D1715-171F1737-173F1754-175F176D17711774-177F17DE17DF17EA-17EF17FA-17FF180F181A-181F1878-187F18AB-18AF18F6-18FF191D-191F192C-192F193C-193F1941-1943196E196F1975-197F19AC-19AF19CA-19CF19DB-19DD1A1C1A1D1A5F1A7D1A7E1A8A-1A8F1A9A-1A9F1AAE-1AFF1B4C-1B4F1B7D-1B7F1BF4-1BFB1C38-1C3A1C4A-1C4C1C80-1CBF1CC8-1CCF1CF7-1CFF1DE7-1DFB1F161F171F1E1F1F1F461F471F4E1F4F1F581F5A1F5C1F5E1F7E1F7F1FB51FC51FD41FD51FDC1FF01FF11FF51FFF2065-206920722073208F209D-209F20BA-20CF20F1-20FF218A-218F23F4-23FF2427-243F244B-245F27002B4D-2B4F2B5A-2BFF2C2F2C5F2CF4-2CF82D262D28-2D2C2D2E2D2F2D68-2D6E2D71-2D7E2D97-2D9F2DA72DAF2DB72DBF2DC72DCF2DD72DDF2E3C-2E7F2E9A2EF4-2EFF2FD6-2FEF2FFC-2FFF3040309730983100-3104312E-3130318F31BB-31BF31E4-31EF321F32FF4DB6-4DBF9FCD-9FFFA48D-A48FA4C7-A4CFA62C-A63FA698-A69EA6F8-A6FFA78FA794-A79FA7AB-A7F7A82C-A82FA83A-A83FA878-A87FA8C5-A8CDA8DA-A8DFA8FC-A8FFA954-A95EA97D-A97FA9CEA9DA-A9DDA9E0-A9FFAA37-AA3FAA4EAA4FAA5AAA5BAA7C-AA7FAAC3-AADAAAF7-AB00AB07AB08AB0FAB10AB17-AB1FAB27AB2F-ABBFABEEABEFABFA-ABFFD7A4-D7AFD7C7-D7CAD7FC-D7FFFA6EFA6FFADA-FAFFFB07-FB12FB18-FB1CFB37FB3DFB3FFB42FB45FBC2-FBD2FD40-FD4FFD90FD91FDC8-FDEFFDFEFDFFFE1A-FE1FFE27-FE2FFE53FE67FE6C-FE6FFE75FEFDFEFEFF00FFBF-FFC1FFC8FFC9FFD0FFD1FFD8FFD9FFDD-FFDFFFE7FFEF-FFF8FFFEFFFF" + }, { + //L: "Letter", // Included in the Unicode Base addon + Ll: "Lowercase_Letter", + Lu: "Uppercase_Letter", + Lt: "Titlecase_Letter", + Lm: "Modifier_Letter", + Lo: "Other_Letter", + M: "Mark", + Mn: "Nonspacing_Mark", + Mc: "Spacing_Mark", + Me: "Enclosing_Mark", + N: "Number", + Nd: "Decimal_Number", + Nl: "Letter_Number", + No: "Other_Number", + P: "Punctuation", + Pd: "Dash_Punctuation", + Ps: "Open_Punctuation", + Pe: "Close_Punctuation", + Pi: "Initial_Punctuation", + Pf: "Final_Punctuation", + Pc: "Connector_Punctuation", + Po: "Other_Punctuation", + S: "Symbol", + Sm: "Math_Symbol", + Sc: "Currency_Symbol", + Sk: "Modifier_Symbol", + So: "Other_Symbol", + Z: "Separator", + Zs: "Space_Separator", + Zl: "Line_Separator", + Zp: "Paragraph_Separator", + C: "Other", + Cc: "Control", + Cf: "Format", + Co: "Private_Use", + Cs: "Surrogate", + Cn: "Unassigned" + }); + +}(XRegExp)); + + +/***** unicode-scripts.js *****/ + +/*! + * XRegExp Unicode Scripts v1.2.0 + * (c) 2010-2012 Steven Levithan <http://xregexp.com/> + * MIT License + * Uses Unicode 6.1 <http://unicode.org/> + */ + +/** + * Adds support for all Unicode scripts in the Basic Multilingual Plane (U+0000-U+FFFF). + * E.g., `\p{Latin}`. Token names are case insensitive, and any spaces, hyphens, and underscores + * are ignored. + * @requires XRegExp, XRegExp Unicode Base + */ +(function (XRegExp) { + "use strict"; + + if (!XRegExp.addUnicodePackage) { + throw new ReferenceError("Unicode Base must be loaded before Unicode Scripts"); + } + + XRegExp.install("extensibility"); + + XRegExp.addUnicodePackage({ + Arabic: "0600-06040606-060B060D-061A061E0620-063F0641-064A0656-065E066A-066F0671-06DC06DE-06FF0750-077F08A008A2-08AC08E4-08FEFB50-FBC1FBD3-FD3DFD50-FD8FFD92-FDC7FDF0-FDFCFE70-FE74FE76-FEFC", + Armenian: "0531-05560559-055F0561-0587058A058FFB13-FB17", + Balinese: "1B00-1B4B1B50-1B7C", + Bamum: "A6A0-A6F7", + Batak: "1BC0-1BF31BFC-1BFF", + Bengali: "0981-09830985-098C098F09900993-09A809AA-09B009B209B6-09B909BC-09C409C709C809CB-09CE09D709DC09DD09DF-09E309E6-09FB", + Bopomofo: "02EA02EB3105-312D31A0-31BA", + Braille: "2800-28FF", + Buginese: "1A00-1A1B1A1E1A1F", + Buhid: "1740-1753", + Canadian_Aboriginal: "1400-167F18B0-18F5", + Cham: "AA00-AA36AA40-AA4DAA50-AA59AA5C-AA5F", + Cherokee: "13A0-13F4", + Common: "0000-0040005B-0060007B-00A900AB-00B900BB-00BF00D700F702B9-02DF02E5-02E902EC-02FF0374037E038503870589060C061B061F06400660-066906DD096409650E3F0FD5-0FD810FB16EB-16ED173517361802180318051CD31CE11CE9-1CEC1CEE-1CF31CF51CF62000-200B200E-2064206A-20702074-207E2080-208E20A0-20B92100-21252127-2129212C-21312133-214D214F-215F21892190-23F32400-24262440-244A2460-26FF2701-27FF2900-2B4C2B50-2B592E00-2E3B2FF0-2FFB3000-300430063008-30203030-3037303C-303F309B309C30A030FB30FC3190-319F31C0-31E33220-325F327F-32CF3358-33FF4DC0-4DFFA700-A721A788-A78AA830-A839FD3EFD3FFDFDFE10-FE19FE30-FE52FE54-FE66FE68-FE6BFEFFFF01-FF20FF3B-FF40FF5B-FF65FF70FF9EFF9FFFE0-FFE6FFE8-FFEEFFF9-FFFD", + Coptic: "03E2-03EF2C80-2CF32CF9-2CFF", + Cyrillic: "0400-04840487-05271D2B1D782DE0-2DFFA640-A697A69F", + Devanagari: "0900-09500953-09630966-09770979-097FA8E0-A8FB", + Ethiopic: "1200-1248124A-124D1250-12561258125A-125D1260-1288128A-128D1290-12B012B2-12B512B8-12BE12C012C2-12C512C8-12D612D8-13101312-13151318-135A135D-137C1380-13992D80-2D962DA0-2DA62DA8-2DAE2DB0-2DB62DB8-2DBE2DC0-2DC62DC8-2DCE2DD0-2DD62DD8-2DDEAB01-AB06AB09-AB0EAB11-AB16AB20-AB26AB28-AB2E", + Georgian: "10A0-10C510C710CD10D0-10FA10FC-10FF2D00-2D252D272D2D", + Glagolitic: "2C00-2C2E2C30-2C5E", + Greek: "0370-03730375-0377037A-037D038403860388-038A038C038E-03A103A3-03E103F0-03FF1D26-1D2A1D5D-1D611D66-1D6A1DBF1F00-1F151F18-1F1D1F20-1F451F48-1F4D1F50-1F571F591F5B1F5D1F5F-1F7D1F80-1FB41FB6-1FC41FC6-1FD31FD6-1FDB1FDD-1FEF1FF2-1FF41FF6-1FFE2126", + Gujarati: "0A81-0A830A85-0A8D0A8F-0A910A93-0AA80AAA-0AB00AB20AB30AB5-0AB90ABC-0AC50AC7-0AC90ACB-0ACD0AD00AE0-0AE30AE6-0AF1", + Gurmukhi: "0A01-0A030A05-0A0A0A0F0A100A13-0A280A2A-0A300A320A330A350A360A380A390A3C0A3E-0A420A470A480A4B-0A4D0A510A59-0A5C0A5E0A66-0A75", + Han: "2E80-2E992E9B-2EF32F00-2FD5300530073021-30293038-303B3400-4DB54E00-9FCCF900-FA6DFA70-FAD9", + Hangul: "1100-11FF302E302F3131-318E3200-321E3260-327EA960-A97CAC00-D7A3D7B0-D7C6D7CB-D7FBFFA0-FFBEFFC2-FFC7FFCA-FFCFFFD2-FFD7FFDA-FFDC", + Hanunoo: "1720-1734", + Hebrew: "0591-05C705D0-05EA05F0-05F4FB1D-FB36FB38-FB3CFB3EFB40FB41FB43FB44FB46-FB4F", + Hiragana: "3041-3096309D-309F", + Inherited: "0300-036F04850486064B-0655065F0670095109521CD0-1CD21CD4-1CE01CE2-1CE81CED1CF41DC0-1DE61DFC-1DFF200C200D20D0-20F0302A-302D3099309AFE00-FE0FFE20-FE26", + Javanese: "A980-A9CDA9CF-A9D9A9DEA9DF", + Kannada: "0C820C830C85-0C8C0C8E-0C900C92-0CA80CAA-0CB30CB5-0CB90CBC-0CC40CC6-0CC80CCA-0CCD0CD50CD60CDE0CE0-0CE30CE6-0CEF0CF10CF2", + Katakana: "30A1-30FA30FD-30FF31F0-31FF32D0-32FE3300-3357FF66-FF6FFF71-FF9D", + Kayah_Li: "A900-A92F", + Khmer: "1780-17DD17E0-17E917F0-17F919E0-19FF", + Lao: "0E810E820E840E870E880E8A0E8D0E94-0E970E99-0E9F0EA1-0EA30EA50EA70EAA0EAB0EAD-0EB90EBB-0EBD0EC0-0EC40EC60EC8-0ECD0ED0-0ED90EDC-0EDF", + Latin: "0041-005A0061-007A00AA00BA00C0-00D600D8-00F600F8-02B802E0-02E41D00-1D251D2C-1D5C1D62-1D651D6B-1D771D79-1DBE1E00-1EFF2071207F2090-209C212A212B2132214E2160-21882C60-2C7FA722-A787A78B-A78EA790-A793A7A0-A7AAA7F8-A7FFFB00-FB06FF21-FF3AFF41-FF5A", + Lepcha: "1C00-1C371C3B-1C491C4D-1C4F", + Limbu: "1900-191C1920-192B1930-193B19401944-194F", + Lisu: "A4D0-A4FF", + Malayalam: "0D020D030D05-0D0C0D0E-0D100D12-0D3A0D3D-0D440D46-0D480D4A-0D4E0D570D60-0D630D66-0D750D79-0D7F", + Mandaic: "0840-085B085E", + Meetei_Mayek: "AAE0-AAF6ABC0-ABEDABF0-ABF9", + Mongolian: "1800180118041806-180E1810-18191820-18771880-18AA", + Myanmar: "1000-109FAA60-AA7B", + New_Tai_Lue: "1980-19AB19B0-19C919D0-19DA19DE19DF", + Nko: "07C0-07FA", + Ogham: "1680-169C", + Ol_Chiki: "1C50-1C7F", + Oriya: "0B01-0B030B05-0B0C0B0F0B100B13-0B280B2A-0B300B320B330B35-0B390B3C-0B440B470B480B4B-0B4D0B560B570B5C0B5D0B5F-0B630B66-0B77", + Phags_Pa: "A840-A877", + Rejang: "A930-A953A95F", + Runic: "16A0-16EA16EE-16F0", + Samaritan: "0800-082D0830-083E", + Saurashtra: "A880-A8C4A8CE-A8D9", + Sinhala: "0D820D830D85-0D960D9A-0DB10DB3-0DBB0DBD0DC0-0DC60DCA0DCF-0DD40DD60DD8-0DDF0DF2-0DF4", + Sundanese: "1B80-1BBF1CC0-1CC7", + Syloti_Nagri: "A800-A82B", + Syriac: "0700-070D070F-074A074D-074F", + Tagalog: "1700-170C170E-1714", + Tagbanwa: "1760-176C176E-177017721773", + Tai_Le: "1950-196D1970-1974", + Tai_Tham: "1A20-1A5E1A60-1A7C1A7F-1A891A90-1A991AA0-1AAD", + Tai_Viet: "AA80-AAC2AADB-AADF", + Tamil: "0B820B830B85-0B8A0B8E-0B900B92-0B950B990B9A0B9C0B9E0B9F0BA30BA40BA8-0BAA0BAE-0BB90BBE-0BC20BC6-0BC80BCA-0BCD0BD00BD70BE6-0BFA", + Telugu: "0C01-0C030C05-0C0C0C0E-0C100C12-0C280C2A-0C330C35-0C390C3D-0C440C46-0C480C4A-0C4D0C550C560C580C590C60-0C630C66-0C6F0C78-0C7F", + Thaana: "0780-07B1", + Thai: "0E01-0E3A0E40-0E5B", + Tibetan: "0F00-0F470F49-0F6C0F71-0F970F99-0FBC0FBE-0FCC0FCE-0FD40FD90FDA", + Tifinagh: "2D30-2D672D6F2D702D7F", + Vai: "A500-A62B", + Yi: "A000-A48CA490-A4C6" + }); + +}(XRegExp)); + + +/***** unicode-blocks.js *****/ + +/*! + * XRegExp Unicode Blocks v1.2.0 + * (c) 2010-2012 Steven Levithan <http://xregexp.com/> + * MIT License + * Uses Unicode 6.1 <http://unicode.org/> + */ + +/** + * Adds support for all Unicode blocks in the Basic Multilingual Plane (U+0000-U+FFFF). Unicode + * blocks use the prefix "In". E.g., `\p{InBasicLatin}`. Token names are case insensitive, and any + * spaces, hyphens, and underscores are ignored. + * @requires XRegExp, XRegExp Unicode Base + */ +(function (XRegExp) { + "use strict"; + + if (!XRegExp.addUnicodePackage) { + throw new ReferenceError("Unicode Base must be loaded before Unicode Blocks"); + } + + XRegExp.install("extensibility"); + + XRegExp.addUnicodePackage({ + InBasic_Latin: "0000-007F", + InLatin_1_Supplement: "0080-00FF", + InLatin_Extended_A: "0100-017F", + InLatin_Extended_B: "0180-024F", + InIPA_Extensions: "0250-02AF", + InSpacing_Modifier_Letters: "02B0-02FF", + InCombining_Diacritical_Marks: "0300-036F", + InGreek_and_Coptic: "0370-03FF", + InCyrillic: "0400-04FF", + InCyrillic_Supplement: "0500-052F", + InArmenian: "0530-058F", + InHebrew: "0590-05FF", + InArabic: "0600-06FF", + InSyriac: "0700-074F", + InArabic_Supplement: "0750-077F", + InThaana: "0780-07BF", + InNKo: "07C0-07FF", + InSamaritan: "0800-083F", + InMandaic: "0840-085F", + InArabic_Extended_A: "08A0-08FF", + InDevanagari: "0900-097F", + InBengali: "0980-09FF", + InGurmukhi: "0A00-0A7F", + InGujarati: "0A80-0AFF", + InOriya: "0B00-0B7F", + InTamil: "0B80-0BFF", + InTelugu: "0C00-0C7F", + InKannada: "0C80-0CFF", + InMalayalam: "0D00-0D7F", + InSinhala: "0D80-0DFF", + InThai: "0E00-0E7F", + InLao: "0E80-0EFF", + InTibetan: "0F00-0FFF", + InMyanmar: "1000-109F", + InGeorgian: "10A0-10FF", + InHangul_Jamo: "1100-11FF", + InEthiopic: "1200-137F", + InEthiopic_Supplement: "1380-139F", + InCherokee: "13A0-13FF", + InUnified_Canadian_Aboriginal_Syllabics: "1400-167F", + InOgham: "1680-169F", + InRunic: "16A0-16FF", + InTagalog: "1700-171F", + InHanunoo: "1720-173F", + InBuhid: "1740-175F", + InTagbanwa: "1760-177F", + InKhmer: "1780-17FF", + InMongolian: "1800-18AF", + InUnified_Canadian_Aboriginal_Syllabics_Extended: "18B0-18FF", + InLimbu: "1900-194F", + InTai_Le: "1950-197F", + InNew_Tai_Lue: "1980-19DF", + InKhmer_Symbols: "19E0-19FF", + InBuginese: "1A00-1A1F", + InTai_Tham: "1A20-1AAF", + InBalinese: "1B00-1B7F", + InSundanese: "1B80-1BBF", + InBatak: "1BC0-1BFF", + InLepcha: "1C00-1C4F", + InOl_Chiki: "1C50-1C7F", + InSundanese_Supplement: "1CC0-1CCF", + InVedic_Extensions: "1CD0-1CFF", + InPhonetic_Extensions: "1D00-1D7F", + InPhonetic_Extensions_Supplement: "1D80-1DBF", + InCombining_Diacritical_Marks_Supplement: "1DC0-1DFF", + InLatin_Extended_Additional: "1E00-1EFF", + InGreek_Extended: "1F00-1FFF", + InGeneral_Punctuation: "2000-206F", + InSuperscripts_and_Subscripts: "2070-209F", + InCurrency_Symbols: "20A0-20CF", + InCombining_Diacritical_Marks_for_Symbols: "20D0-20FF", + InLetterlike_Symbols: "2100-214F", + InNumber_Forms: "2150-218F", + InArrows: "2190-21FF", + InMathematical_Operators: "2200-22FF", + InMiscellaneous_Technical: "2300-23FF", + InControl_Pictures: "2400-243F", + InOptical_Character_Recognition: "2440-245F", + InEnclosed_Alphanumerics: "2460-24FF", + InBox_Drawing: "2500-257F", + InBlock_Elements: "2580-259F", + InGeometric_Shapes: "25A0-25FF", + InMiscellaneous_Symbols: "2600-26FF", + InDingbats: "2700-27BF", + InMiscellaneous_Mathematical_Symbols_A: "27C0-27EF", + InSupplemental_Arrows_A: "27F0-27FF", + InBraille_Patterns: "2800-28FF", + InSupplemental_Arrows_B: "2900-297F", + InMiscellaneous_Mathematical_Symbols_B: "2980-29FF", + InSupplemental_Mathematical_Operators: "2A00-2AFF", + InMiscellaneous_Symbols_and_Arrows: "2B00-2BFF", + InGlagolitic: "2C00-2C5F", + InLatin_Extended_C: "2C60-2C7F", + InCoptic: "2C80-2CFF", + InGeorgian_Supplement: "2D00-2D2F", + InTifinagh: "2D30-2D7F", + InEthiopic_Extended: "2D80-2DDF", + InCyrillic_Extended_A: "2DE0-2DFF", + InSupplemental_Punctuation: "2E00-2E7F", + InCJK_Radicals_Supplement: "2E80-2EFF", + InKangxi_Radicals: "2F00-2FDF", + InIdeographic_Description_Characters: "2FF0-2FFF", + InCJK_Symbols_and_Punctuation: "3000-303F", + InHiragana: "3040-309F", + InKatakana: "30A0-30FF", + InBopomofo: "3100-312F", + InHangul_Compatibility_Jamo: "3130-318F", + InKanbun: "3190-319F", + InBopomofo_Extended: "31A0-31BF", + InCJK_Strokes: "31C0-31EF", + InKatakana_Phonetic_Extensions: "31F0-31FF", + InEnclosed_CJK_Letters_and_Months: "3200-32FF", + InCJK_Compatibility: "3300-33FF", + InCJK_Unified_Ideographs_Extension_A: "3400-4DBF", + InYijing_Hexagram_Symbols: "4DC0-4DFF", + InCJK_Unified_Ideographs: "4E00-9FFF", + InYi_Syllables: "A000-A48F", + InYi_Radicals: "A490-A4CF", + InLisu: "A4D0-A4FF", + InVai: "A500-A63F", + InCyrillic_Extended_B: "A640-A69F", + InBamum: "A6A0-A6FF", + InModifier_Tone_Letters: "A700-A71F", + InLatin_Extended_D: "A720-A7FF", + InSyloti_Nagri: "A800-A82F", + InCommon_Indic_Number_Forms: "A830-A83F", + InPhags_pa: "A840-A87F", + InSaurashtra: "A880-A8DF", + InDevanagari_Extended: "A8E0-A8FF", + InKayah_Li: "A900-A92F", + InRejang: "A930-A95F", + InHangul_Jamo_Extended_A: "A960-A97F", + InJavanese: "A980-A9DF", + InCham: "AA00-AA5F", + InMyanmar_Extended_A: "AA60-AA7F", + InTai_Viet: "AA80-AADF", + InMeetei_Mayek_Extensions: "AAE0-AAFF", + InEthiopic_Extended_A: "AB00-AB2F", + InMeetei_Mayek: "ABC0-ABFF", + InHangul_Syllables: "AC00-D7AF", + InHangul_Jamo_Extended_B: "D7B0-D7FF", + InHigh_Surrogates: "D800-DB7F", + InHigh_Private_Use_Surrogates: "DB80-DBFF", + InLow_Surrogates: "DC00-DFFF", + InPrivate_Use_Area: "E000-F8FF", + InCJK_Compatibility_Ideographs: "F900-FAFF", + InAlphabetic_Presentation_Forms: "FB00-FB4F", + InArabic_Presentation_Forms_A: "FB50-FDFF", + InVariation_Selectors: "FE00-FE0F", + InVertical_Forms: "FE10-FE1F", + InCombining_Half_Marks: "FE20-FE2F", + InCJK_Compatibility_Forms: "FE30-FE4F", + InSmall_Form_Variants: "FE50-FE6F", + InArabic_Presentation_Forms_B: "FE70-FEFF", + InHalfwidth_and_Fullwidth_Forms: "FF00-FFEF", + InSpecials: "FFF0-FFFF" + }); + +}(XRegExp)); + + +/***** unicode-properties.js *****/ + +/*! + * XRegExp Unicode Properties v1.0.0 + * (c) 2012 Steven Levithan <http://xregexp.com/> + * MIT License + * Uses Unicode 6.1 <http://unicode.org/> + */ + +/** + * Adds Unicode properties necessary to meet Level 1 Unicode support (detailed in UTS#18 RL1.2). + * Includes code points from the Basic Multilingual Plane (U+0000-U+FFFF) only. Token names are + * case insensitive, and any spaces, hyphens, and underscores are ignored. + * @requires XRegExp, XRegExp Unicode Base + */ +(function (XRegExp) { + "use strict"; + + if (!XRegExp.addUnicodePackage) { + throw new ReferenceError("Unicode Base must be loaded before Unicode Properties"); + } + + XRegExp.install("extensibility"); + + XRegExp.addUnicodePackage({ + Alphabetic: "0041-005A0061-007A00AA00B500BA00C0-00D600D8-00F600F8-02C102C6-02D102E0-02E402EC02EE03450370-037403760377037A-037D03860388-038A038C038E-03A103A3-03F503F7-0481048A-05270531-055605590561-058705B0-05BD05BF05C105C205C405C505C705D0-05EA05F0-05F20610-061A0620-06570659-065F066E-06D306D5-06DC06E1-06E806ED-06EF06FA-06FC06FF0710-073F074D-07B107CA-07EA07F407F507FA0800-0817081A-082C0840-085808A008A2-08AC08E4-08E908F0-08FE0900-093B093D-094C094E-09500955-09630971-09770979-097F0981-09830985-098C098F09900993-09A809AA-09B009B209B6-09B909BD-09C409C709C809CB09CC09CE09D709DC09DD09DF-09E309F009F10A01-0A030A05-0A0A0A0F0A100A13-0A280A2A-0A300A320A330A350A360A380A390A3E-0A420A470A480A4B0A4C0A510A59-0A5C0A5E0A70-0A750A81-0A830A85-0A8D0A8F-0A910A93-0AA80AAA-0AB00AB20AB30AB5-0AB90ABD-0AC50AC7-0AC90ACB0ACC0AD00AE0-0AE30B01-0B030B05-0B0C0B0F0B100B13-0B280B2A-0B300B320B330B35-0B390B3D-0B440B470B480B4B0B4C0B560B570B5C0B5D0B5F-0B630B710B820B830B85-0B8A0B8E-0B900B92-0B950B990B9A0B9C0B9E0B9F0BA30BA40BA8-0BAA0BAE-0BB90BBE-0BC20BC6-0BC80BCA-0BCC0BD00BD70C01-0C030C05-0C0C0C0E-0C100C12-0C280C2A-0C330C35-0C390C3D-0C440C46-0C480C4A-0C4C0C550C560C580C590C60-0C630C820C830C85-0C8C0C8E-0C900C92-0CA80CAA-0CB30CB5-0CB90CBD-0CC40CC6-0CC80CCA-0CCC0CD50CD60CDE0CE0-0CE30CF10CF20D020D030D05-0D0C0D0E-0D100D12-0D3A0D3D-0D440D46-0D480D4A-0D4C0D4E0D570D60-0D630D7A-0D7F0D820D830D85-0D960D9A-0DB10DB3-0DBB0DBD0DC0-0DC60DCF-0DD40DD60DD8-0DDF0DF20DF30E01-0E3A0E40-0E460E4D0E810E820E840E870E880E8A0E8D0E94-0E970E99-0E9F0EA1-0EA30EA50EA70EAA0EAB0EAD-0EB90EBB-0EBD0EC0-0EC40EC60ECD0EDC-0EDF0F000F40-0F470F49-0F6C0F71-0F810F88-0F970F99-0FBC1000-10361038103B-103F1050-10621065-1068106E-1086108E109C109D10A0-10C510C710CD10D0-10FA10FC-1248124A-124D1250-12561258125A-125D1260-1288128A-128D1290-12B012B2-12B512B8-12BE12C012C2-12C512C8-12D612D8-13101312-13151318-135A135F1380-138F13A0-13F41401-166C166F-167F1681-169A16A0-16EA16EE-16F01700-170C170E-17131720-17331740-17531760-176C176E-1770177217731780-17B317B6-17C817D717DC1820-18771880-18AA18B0-18F51900-191C1920-192B1930-19381950-196D1970-19741980-19AB19B0-19C91A00-1A1B1A20-1A5E1A61-1A741AA71B00-1B331B35-1B431B45-1B4B1B80-1BA91BAC-1BAF1BBA-1BE51BE7-1BF11C00-1C351C4D-1C4F1C5A-1C7D1CE9-1CEC1CEE-1CF31CF51CF61D00-1DBF1E00-1F151F18-1F1D1F20-1F451F48-1F4D1F50-1F571F591F5B1F5D1F5F-1F7D1F80-1FB41FB6-1FBC1FBE1FC2-1FC41FC6-1FCC1FD0-1FD31FD6-1FDB1FE0-1FEC1FF2-1FF41FF6-1FFC2071207F2090-209C21022107210A-211321152119-211D212421262128212A-212D212F-2139213C-213F2145-2149214E2160-218824B6-24E92C00-2C2E2C30-2C5E2C60-2CE42CEB-2CEE2CF22CF32D00-2D252D272D2D2D30-2D672D6F2D80-2D962DA0-2DA62DA8-2DAE2DB0-2DB62DB8-2DBE2DC0-2DC62DC8-2DCE2DD0-2DD62DD8-2DDE2DE0-2DFF2E2F3005-30073021-30293031-30353038-303C3041-3096309D-309F30A1-30FA30FC-30FF3105-312D3131-318E31A0-31BA31F0-31FF3400-4DB54E00-9FCCA000-A48CA4D0-A4FDA500-A60CA610-A61FA62AA62BA640-A66EA674-A67BA67F-A697A69F-A6EFA717-A71FA722-A788A78B-A78EA790-A793A7A0-A7AAA7F8-A801A803-A805A807-A80AA80C-A827A840-A873A880-A8C3A8F2-A8F7A8FBA90A-A92AA930-A952A960-A97CA980-A9B2A9B4-A9BFA9CFAA00-AA36AA40-AA4DAA60-AA76AA7AAA80-AABEAAC0AAC2AADB-AADDAAE0-AAEFAAF2-AAF5AB01-AB06AB09-AB0EAB11-AB16AB20-AB26AB28-AB2EABC0-ABEAAC00-D7A3D7B0-D7C6D7CB-D7FBF900-FA6DFA70-FAD9FB00-FB06FB13-FB17FB1D-FB28FB2A-FB36FB38-FB3CFB3EFB40FB41FB43FB44FB46-FBB1FBD3-FD3DFD50-FD8FFD92-FDC7FDF0-FDFBFE70-FE74FE76-FEFCFF21-FF3AFF41-FF5AFF66-FFBEFFC2-FFC7FFCA-FFCFFFD2-FFD7FFDA-FFDC", + Uppercase: "0041-005A00C0-00D600D8-00DE01000102010401060108010A010C010E01100112011401160118011A011C011E01200122012401260128012A012C012E01300132013401360139013B013D013F0141014301450147014A014C014E01500152015401560158015A015C015E01600162016401660168016A016C016E017001720174017601780179017B017D018101820184018601870189-018B018E-0191019301940196-0198019C019D019F01A001A201A401A601A701A901AC01AE01AF01B1-01B301B501B701B801BC01C401C701CA01CD01CF01D101D301D501D701D901DB01DE01E001E201E401E601E801EA01EC01EE01F101F401F6-01F801FA01FC01FE02000202020402060208020A020C020E02100212021402160218021A021C021E02200222022402260228022A022C022E02300232023A023B023D023E02410243-02460248024A024C024E03700372037603860388-038A038C038E038F0391-03A103A3-03AB03CF03D2-03D403D803DA03DC03DE03E003E203E403E603E803EA03EC03EE03F403F703F903FA03FD-042F04600462046404660468046A046C046E04700472047404760478047A047C047E0480048A048C048E04900492049404960498049A049C049E04A004A204A404A604A804AA04AC04AE04B004B204B404B604B804BA04BC04BE04C004C104C304C504C704C904CB04CD04D004D204D404D604D804DA04DC04DE04E004E204E404E604E804EA04EC04EE04F004F204F404F604F804FA04FC04FE05000502050405060508050A050C050E05100512051405160518051A051C051E05200522052405260531-055610A0-10C510C710CD1E001E021E041E061E081E0A1E0C1E0E1E101E121E141E161E181E1A1E1C1E1E1E201E221E241E261E281E2A1E2C1E2E1E301E321E341E361E381E3A1E3C1E3E1E401E421E441E461E481E4A1E4C1E4E1E501E521E541E561E581E5A1E5C1E5E1E601E621E641E661E681E6A1E6C1E6E1E701E721E741E761E781E7A1E7C1E7E1E801E821E841E861E881E8A1E8C1E8E1E901E921E941E9E1EA01EA21EA41EA61EA81EAA1EAC1EAE1EB01EB21EB41EB61EB81EBA1EBC1EBE1EC01EC21EC41EC61EC81ECA1ECC1ECE1ED01ED21ED41ED61ED81EDA1EDC1EDE1EE01EE21EE41EE61EE81EEA1EEC1EEE1EF01EF21EF41EF61EF81EFA1EFC1EFE1F08-1F0F1F18-1F1D1F28-1F2F1F38-1F3F1F48-1F4D1F591F5B1F5D1F5F1F68-1F6F1FB8-1FBB1FC8-1FCB1FD8-1FDB1FE8-1FEC1FF8-1FFB21022107210B-210D2110-211221152119-211D212421262128212A-212D2130-2133213E213F21452160-216F218324B6-24CF2C00-2C2E2C602C62-2C642C672C692C6B2C6D-2C702C722C752C7E-2C802C822C842C862C882C8A2C8C2C8E2C902C922C942C962C982C9A2C9C2C9E2CA02CA22CA42CA62CA82CAA2CAC2CAE2CB02CB22CB42CB62CB82CBA2CBC2CBE2CC02CC22CC42CC62CC82CCA2CCC2CCE2CD02CD22CD42CD62CD82CDA2CDC2CDE2CE02CE22CEB2CED2CF2A640A642A644A646A648A64AA64CA64EA650A652A654A656A658A65AA65CA65EA660A662A664A666A668A66AA66CA680A682A684A686A688A68AA68CA68EA690A692A694A696A722A724A726A728A72AA72CA72EA732A734A736A738A73AA73CA73EA740A742A744A746A748A74AA74CA74EA750A752A754A756A758A75AA75CA75EA760A762A764A766A768A76AA76CA76EA779A77BA77DA77EA780A782A784A786A78BA78DA790A792A7A0A7A2A7A4A7A6A7A8A7AAFF21-FF3A", + Lowercase: "0061-007A00AA00B500BA00DF-00F600F8-00FF01010103010501070109010B010D010F01110113011501170119011B011D011F01210123012501270129012B012D012F01310133013501370138013A013C013E014001420144014601480149014B014D014F01510153015501570159015B015D015F01610163016501670169016B016D016F0171017301750177017A017C017E-0180018301850188018C018D019201950199-019B019E01A101A301A501A801AA01AB01AD01B001B401B601B901BA01BD-01BF01C601C901CC01CE01D001D201D401D601D801DA01DC01DD01DF01E101E301E501E701E901EB01ED01EF01F001F301F501F901FB01FD01FF02010203020502070209020B020D020F02110213021502170219021B021D021F02210223022502270229022B022D022F02310233-0239023C023F0240024202470249024B024D024F-02930295-02B802C002C102E0-02E40345037103730377037A-037D039003AC-03CE03D003D103D5-03D703D903DB03DD03DF03E103E303E503E703E903EB03ED03EF-03F303F503F803FB03FC0430-045F04610463046504670469046B046D046F04710473047504770479047B047D047F0481048B048D048F04910493049504970499049B049D049F04A104A304A504A704A904AB04AD04AF04B104B304B504B704B904BB04BD04BF04C204C404C604C804CA04CC04CE04CF04D104D304D504D704D904DB04DD04DF04E104E304E504E704E904EB04ED04EF04F104F304F504F704F904FB04FD04FF05010503050505070509050B050D050F05110513051505170519051B051D051F05210523052505270561-05871D00-1DBF1E011E031E051E071E091E0B1E0D1E0F1E111E131E151E171E191E1B1E1D1E1F1E211E231E251E271E291E2B1E2D1E2F1E311E331E351E371E391E3B1E3D1E3F1E411E431E451E471E491E4B1E4D1E4F1E511E531E551E571E591E5B1E5D1E5F1E611E631E651E671E691E6B1E6D1E6F1E711E731E751E771E791E7B1E7D1E7F1E811E831E851E871E891E8B1E8D1E8F1E911E931E95-1E9D1E9F1EA11EA31EA51EA71EA91EAB1EAD1EAF1EB11EB31EB51EB71EB91EBB1EBD1EBF1EC11EC31EC51EC71EC91ECB1ECD1ECF1ED11ED31ED51ED71ED91EDB1EDD1EDF1EE11EE31EE51EE71EE91EEB1EED1EEF1EF11EF31EF51EF71EF91EFB1EFD1EFF-1F071F10-1F151F20-1F271F30-1F371F40-1F451F50-1F571F60-1F671F70-1F7D1F80-1F871F90-1F971FA0-1FA71FB0-1FB41FB61FB71FBE1FC2-1FC41FC61FC71FD0-1FD31FD61FD71FE0-1FE71FF2-1FF41FF61FF72071207F2090-209C210A210E210F2113212F21342139213C213D2146-2149214E2170-217F218424D0-24E92C30-2C5E2C612C652C662C682C6A2C6C2C712C732C742C76-2C7D2C812C832C852C872C892C8B2C8D2C8F2C912C932C952C972C992C9B2C9D2C9F2CA12CA32CA52CA72CA92CAB2CAD2CAF2CB12CB32CB52CB72CB92CBB2CBD2CBF2CC12CC32CC52CC72CC92CCB2CCD2CCF2CD12CD32CD52CD72CD92CDB2CDD2CDF2CE12CE32CE42CEC2CEE2CF32D00-2D252D272D2DA641A643A645A647A649A64BA64DA64FA651A653A655A657A659A65BA65DA65FA661A663A665A667A669A66BA66DA681A683A685A687A689A68BA68DA68FA691A693A695A697A723A725A727A729A72BA72DA72F-A731A733A735A737A739A73BA73DA73FA741A743A745A747A749A74BA74DA74FA751A753A755A757A759A75BA75DA75FA761A763A765A767A769A76BA76DA76F-A778A77AA77CA77FA781A783A785A787A78CA78EA791A793A7A1A7A3A7A5A7A7A7A9A7F8-A7FAFB00-FB06FB13-FB17FF41-FF5A", + White_Space: "0009-000D0020008500A01680180E2000-200A20282029202F205F3000", + Noncharacter_Code_Point: "FDD0-FDEFFFFEFFFF", + Default_Ignorable_Code_Point: "00AD034F115F116017B417B5180B-180D200B-200F202A-202E2060-206F3164FE00-FE0FFEFFFFA0FFF0-FFF8", + // \p{Any} matches a code unit. To match any code point via surrogate pairs, use (?:[\0-\uD7FF\uDC00-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF]) + Any: "0000-FFFF", // \p{^Any} compiles to [^\u0000-\uFFFF]; [\p{^Any}] to [] + Ascii: "0000-007F", + // \p{Assigned} is equivalent to \p{^Cn} + //Assigned: XRegExp("[\\p{^Cn}]").source.replace(/[[\]]|\\u/g, "") // Negation inside a character class triggers inversion + Assigned: "0000-0377037A-037E0384-038A038C038E-03A103A3-05270531-05560559-055F0561-05870589058A058F0591-05C705D0-05EA05F0-05F40600-06040606-061B061E-070D070F-074A074D-07B107C0-07FA0800-082D0830-083E0840-085B085E08A008A2-08AC08E4-08FE0900-09770979-097F0981-09830985-098C098F09900993-09A809AA-09B009B209B6-09B909BC-09C409C709C809CB-09CE09D709DC09DD09DF-09E309E6-09FB0A01-0A030A05-0A0A0A0F0A100A13-0A280A2A-0A300A320A330A350A360A380A390A3C0A3E-0A420A470A480A4B-0A4D0A510A59-0A5C0A5E0A66-0A750A81-0A830A85-0A8D0A8F-0A910A93-0AA80AAA-0AB00AB20AB30AB5-0AB90ABC-0AC50AC7-0AC90ACB-0ACD0AD00AE0-0AE30AE6-0AF10B01-0B030B05-0B0C0B0F0B100B13-0B280B2A-0B300B320B330B35-0B390B3C-0B440B470B480B4B-0B4D0B560B570B5C0B5D0B5F-0B630B66-0B770B820B830B85-0B8A0B8E-0B900B92-0B950B990B9A0B9C0B9E0B9F0BA30BA40BA8-0BAA0BAE-0BB90BBE-0BC20BC6-0BC80BCA-0BCD0BD00BD70BE6-0BFA0C01-0C030C05-0C0C0C0E-0C100C12-0C280C2A-0C330C35-0C390C3D-0C440C46-0C480C4A-0C4D0C550C560C580C590C60-0C630C66-0C6F0C78-0C7F0C820C830C85-0C8C0C8E-0C900C92-0CA80CAA-0CB30CB5-0CB90CBC-0CC40CC6-0CC80CCA-0CCD0CD50CD60CDE0CE0-0CE30CE6-0CEF0CF10CF20D020D030D05-0D0C0D0E-0D100D12-0D3A0D3D-0D440D46-0D480D4A-0D4E0D570D60-0D630D66-0D750D79-0D7F0D820D830D85-0D960D9A-0DB10DB3-0DBB0DBD0DC0-0DC60DCA0DCF-0DD40DD60DD8-0DDF0DF2-0DF40E01-0E3A0E3F-0E5B0E810E820E840E870E880E8A0E8D0E94-0E970E99-0E9F0EA1-0EA30EA50EA70EAA0EAB0EAD-0EB90EBB-0EBD0EC0-0EC40EC60EC8-0ECD0ED0-0ED90EDC-0EDF0F00-0F470F49-0F6C0F71-0F970F99-0FBC0FBE-0FCC0FCE-0FDA1000-10C510C710CD10D0-1248124A-124D1250-12561258125A-125D1260-1288128A-128D1290-12B012B2-12B512B8-12BE12C012C2-12C512C8-12D612D8-13101312-13151318-135A135D-137C1380-139913A0-13F41400-169C16A0-16F01700-170C170E-17141720-17361740-17531760-176C176E-1770177217731780-17DD17E0-17E917F0-17F91800-180E1810-18191820-18771880-18AA18B0-18F51900-191C1920-192B1930-193B19401944-196D1970-19741980-19AB19B0-19C919D0-19DA19DE-1A1B1A1E-1A5E1A60-1A7C1A7F-1A891A90-1A991AA0-1AAD1B00-1B4B1B50-1B7C1B80-1BF31BFC-1C371C3B-1C491C4D-1C7F1CC0-1CC71CD0-1CF61D00-1DE61DFC-1F151F18-1F1D1F20-1F451F48-1F4D1F50-1F571F591F5B1F5D1F5F-1F7D1F80-1FB41FB6-1FC41FC6-1FD31FD6-1FDB1FDD-1FEF1FF2-1FF41FF6-1FFE2000-2064206A-20712074-208E2090-209C20A0-20B920D0-20F02100-21892190-23F32400-24262440-244A2460-26FF2701-2B4C2B50-2B592C00-2C2E2C30-2C5E2C60-2CF32CF9-2D252D272D2D2D30-2D672D6F2D702D7F-2D962DA0-2DA62DA8-2DAE2DB0-2DB62DB8-2DBE2DC0-2DC62DC8-2DCE2DD0-2DD62DD8-2DDE2DE0-2E3B2E80-2E992E9B-2EF32F00-2FD52FF0-2FFB3000-303F3041-30963099-30FF3105-312D3131-318E3190-31BA31C0-31E331F0-321E3220-32FE3300-4DB54DC0-9FCCA000-A48CA490-A4C6A4D0-A62BA640-A697A69F-A6F7A700-A78EA790-A793A7A0-A7AAA7F8-A82BA830-A839A840-A877A880-A8C4A8CE-A8D9A8E0-A8FBA900-A953A95F-A97CA980-A9CDA9CF-A9D9A9DEA9DFAA00-AA36AA40-AA4DAA50-AA59AA5C-AA7BAA80-AAC2AADB-AAF6AB01-AB06AB09-AB0EAB11-AB16AB20-AB26AB28-AB2EABC0-ABEDABF0-ABF9AC00-D7A3D7B0-D7C6D7CB-D7FBD800-FA6DFA70-FAD9FB00-FB06FB13-FB17FB1D-FB36FB38-FB3CFB3EFB40FB41FB43FB44FB46-FBC1FBD3-FD3FFD50-FD8FFD92-FDC7FDF0-FDFDFE00-FE19FE20-FE26FE30-FE52FE54-FE66FE68-FE6BFE70-FE74FE76-FEFCFEFFFF01-FFBEFFC2-FFC7FFCA-FFCFFFD2-FFD7FFDA-FFDCFFE0-FFE6FFE8-FFEEFFF9-FFFD" + }); + +}(XRegExp)); + + +/***** matchrecursive.js *****/ + +/*! + * XRegExp.matchRecursive v0.2.0 + * (c) 2009-2012 Steven Levithan <http://xregexp.com/> + * MIT License + */ + +(function (XRegExp) { + "use strict"; + +/** + * Returns a match detail object composed of the provided values. + * @private + */ + function row(value, name, start, end) { + return {value:value, name:name, start:start, end:end}; + } + +/** + * Returns an array of match strings between outermost left and right delimiters, or an array of + * objects with detailed match parts and position data. An error is thrown if delimiters are + * unbalanced within the data. + * @memberOf XRegExp + * @param {String} str String to search. + * @param {String} left Left delimiter as an XRegExp pattern. + * @param {String} right Right delimiter as an XRegExp pattern. + * @param {String} [flags] Flags for the left and right delimiters. Use any of: `gimnsxy`. + * @param {Object} [options] Lets you specify `valueNames` and `escapeChar` options. + * @returns {Array} Array of matches, or an empty array. + * @example + * + * // Basic usage + * var str = '(t((e))s)t()(ing)'; + * XRegExp.matchRecursive(str, '\\(', '\\)', 'g'); + * // -> ['t((e))s', '', 'ing'] + * + * // Extended information mode with valueNames + * str = 'Here is <div> <div>an</div></div> example'; + * XRegExp.matchRecursive(str, '<div\\s*>', '</div>', 'gi', { + * valueNames: ['between', 'left', 'match', 'right'] + * }); + * // -> [ + * // {name: 'between', value: 'Here is ', start: 0, end: 8}, + * // {name: 'left', value: '<div>', start: 8, end: 13}, + * // {name: 'match', value: ' <div>an</div>', start: 13, end: 27}, + * // {name: 'right', value: '</div>', start: 27, end: 33}, + * // {name: 'between', value: ' example', start: 33, end: 41} + * // ] + * + * // Omitting unneeded parts with null valueNames, and using escapeChar + * str = '...{1}\\{{function(x,y){return y+x;}}'; + * XRegExp.matchRecursive(str, '{', '}', 'g', { + * valueNames: ['literal', null, 'value', null], + * escapeChar: '\\' + * }); + * // -> [ + * // {name: 'literal', value: '...', start: 0, end: 3}, + * // {name: 'value', value: '1', start: 4, end: 5}, + * // {name: 'literal', value: '\\{', start: 6, end: 8}, + * // {name: 'value', value: 'function(x,y){return y+x;}', start: 9, end: 35} + * // ] + * + * // Sticky mode via flag y + * str = '<1><<<2>>><3>4<5>'; + * XRegExp.matchRecursive(str, '<', '>', 'gy'); + * // -> ['1', '<<2>>', '3'] + */ + XRegExp.matchRecursive = function (str, left, right, flags, options) { + flags = flags || ""; + options = options || {}; + var global = flags.indexOf("g") > -1, + sticky = flags.indexOf("y") > -1, + basicFlags = flags.replace(/y/g, ""), // Flag y controlled internally + escapeChar = options.escapeChar, + vN = options.valueNames, + output = [], + openTokens = 0, + delimStart = 0, + delimEnd = 0, + lastOuterEnd = 0, + outerStart, + innerStart, + leftMatch, + rightMatch, + esc; + left = XRegExp(left, basicFlags); + right = XRegExp(right, basicFlags); + + if (escapeChar) { + if (escapeChar.length > 1) { + throw new SyntaxError("can't use more than one escape character"); + } + escapeChar = XRegExp.escape(escapeChar); + // Using XRegExp.union safely rewrites backreferences in `left` and `right` + esc = new RegExp( + "(?:" + escapeChar + "[\\S\\s]|(?:(?!" + XRegExp.union([left, right]).source + ")[^" + escapeChar + "])+)+", + flags.replace(/[^im]+/g, "") // Flags gy not needed here; flags nsx handled by XRegExp + ); + } + + while (true) { + // If using an escape character, advance to the delimiter's next starting position, + // skipping any escaped characters in between + if (escapeChar) { + delimEnd += (XRegExp.exec(str, esc, delimEnd, "sticky") || [""])[0].length; + } + leftMatch = XRegExp.exec(str, left, delimEnd); + rightMatch = XRegExp.exec(str, right, delimEnd); + // Keep the leftmost match only + if (leftMatch && rightMatch) { + if (leftMatch.index <= rightMatch.index) { + rightMatch = null; + } else { + leftMatch = null; + } + } + /* Paths (LM:leftMatch, RM:rightMatch, OT:openTokens): + LM | RM | OT | Result + 1 | 0 | 1 | loop + 1 | 0 | 0 | loop + 0 | 1 | 1 | loop + 0 | 1 | 0 | throw + 0 | 0 | 1 | throw + 0 | 0 | 0 | break + * Doesn't include the sticky mode special case + * Loop ends after the first completed match if `!global` */ + if (leftMatch || rightMatch) { + delimStart = (leftMatch || rightMatch).index; + delimEnd = delimStart + (leftMatch || rightMatch)[0].length; + } else if (!openTokens) { + break; + } + if (sticky && !openTokens && delimStart > lastOuterEnd) { + break; + } + if (leftMatch) { + if (!openTokens) { + outerStart = delimStart; + innerStart = delimEnd; + } + ++openTokens; + } else if (rightMatch && openTokens) { + if (!--openTokens) { + if (vN) { + if (vN[0] && outerStart > lastOuterEnd) { + output.push(row(vN[0], str.slice(lastOuterEnd, outerStart), lastOuterEnd, outerStart)); + } + if (vN[1]) { + output.push(row(vN[1], str.slice(outerStart, innerStart), outerStart, innerStart)); + } + if (vN[2]) { + output.push(row(vN[2], str.slice(innerStart, delimStart), innerStart, delimStart)); + } + if (vN[3]) { + output.push(row(vN[3], str.slice(delimStart, delimEnd), delimStart, delimEnd)); + } + } else { + output.push(str.slice(innerStart, delimStart)); + } + lastOuterEnd = delimEnd; + if (!global) { + break; + } + } + } else { + throw new Error("string contains unbalanced delimiters"); + } + // If the delimiter matched an empty string, avoid an infinite loop + if (delimStart === delimEnd) { + ++delimEnd; + } + } + + if (global && !sticky && vN && vN[0] && str.length > lastOuterEnd) { + output.push(row(vN[0], str.slice(lastOuterEnd), lastOuterEnd, str.length)); + } + + return output; + }; + +}(XRegExp)); + + +/***** build.js *****/ + +/*! + * XRegExp.build v0.1.0 + * (c) 2012 Steven Levithan <http://xregexp.com/> + * MIT License + * Inspired by RegExp.create by Lea Verou <http://lea.verou.me/> + */ + +(function (XRegExp) { + "use strict"; + + var subparts = /(\()(?!\?)|\\([1-9]\d*)|\\[\s\S]|\[(?:[^\\\]]|\\[\s\S])*]/g, + parts = XRegExp.union([/\({{([\w$]+)}}\)|{{([\w$]+)}}/, subparts], "g"); + +/** + * Strips a leading `^` and trailing unescaped `$`, if both are present. + * @private + * @param {String} pattern Pattern to process. + * @returns {String} Pattern with edge anchors removed. + */ + function deanchor(pattern) { + var startAnchor = /^(?:\(\?:\))?\^/, // Leading `^` or `(?:)^` (handles /x cruft) + endAnchor = /\$(?:\(\?:\))?$/; // Trailing `$` or `$(?:)` (handles /x cruft) + if (endAnchor.test(pattern.replace(/\\[\s\S]/g, ""))) { // Ensure trailing `$` isn't escaped + return pattern.replace(startAnchor, "").replace(endAnchor, ""); + } + return pattern; + } + +/** + * Converts the provided value to an XRegExp. + * @private + * @param {String|RegExp} value Value to convert. + * @returns {RegExp} XRegExp object with XRegExp syntax applied. + */ + function asXRegExp(value) { + return XRegExp.isRegExp(value) ? + (value.xregexp && !value.xregexp.isNative ? value : XRegExp(value.source)) : + XRegExp(value); + } + +/** + * Builds regexes using named subpatterns, for readability and pattern reuse. Backreferences in the + * outer pattern and provided subpatterns are automatically renumbered to work correctly. Native + * flags used by provided subpatterns are ignored in favor of the `flags` argument. + * @memberOf XRegExp + * @param {String} pattern XRegExp pattern using `{{name}}` for embedded subpatterns. Allows + * `({{name}})` as shorthand for `(?<name>{{name}})`. Patterns cannot be embedded within + * character classes. + * @param {Object} subs Lookup object for named subpatterns. Values can be strings or regexes. A + * leading `^` and trailing unescaped `$` are stripped from subpatterns, if both are present. + * @param {String} [flags] Any combination of XRegExp flags. + * @returns {RegExp} Regex with interpolated subpatterns. + * @example + * + * var time = XRegExp.build('(?x)^ {{hours}} ({{minutes}}) $', { + * hours: XRegExp.build('{{h12}} : | {{h24}}', { + * h12: /1[0-2]|0?[1-9]/, + * h24: /2[0-3]|[01][0-9]/ + * }, 'x'), + * minutes: /^[0-5][0-9]$/ + * }); + * time.test('10:59'); // -> true + * XRegExp.exec('10:59', time).minutes; // -> '59' + */ + XRegExp.build = function (pattern, subs, flags) { + var inlineFlags = /^\(\?([\w$]+)\)/.exec(pattern), + data = {}, + numCaps = 0, // Caps is short for captures + numPriorCaps, + numOuterCaps = 0, + outerCapsMap = [0], + outerCapNames, + sub, + p; + + // Add flags within a leading mode modifier to the overall pattern's flags + if (inlineFlags) { + flags = flags || ""; + inlineFlags[1].replace(/./g, function (flag) { + flags += (flags.indexOf(flag) > -1 ? "" : flag); // Don't add duplicates + }); + } + + for (p in subs) { + if (subs.hasOwnProperty(p)) { + // Passing to XRegExp enables entended syntax for subpatterns provided as strings + // and ensures independent validity, lest an unescaped `(`, `)`, `[`, or trailing + // `\` breaks the `(?:)` wrapper. For subpatterns provided as regexes, it dies on + // octals and adds the `xregexp` property, for simplicity + sub = asXRegExp(subs[p]); + // Deanchoring allows embedding independently useful anchored regexes. If you + // really need to keep your anchors, double them (i.e., `^^...$$`) + data[p] = {pattern: deanchor(sub.source), names: sub.xregexp.captureNames || []}; + } + } + + // Passing to XRegExp dies on octals and ensures the outer pattern is independently valid; + // helps keep this simple. Named captures will be put back + pattern = asXRegExp(pattern); + outerCapNames = pattern.xregexp.captureNames || []; + pattern = pattern.source.replace(parts, function ($0, $1, $2, $3, $4) { + var subName = $1 || $2, capName, intro; + if (subName) { // Named subpattern + if (!data.hasOwnProperty(subName)) { + throw new ReferenceError("undefined property " + $0); + } + if ($1) { // Named subpattern was wrapped in a capturing group + capName = outerCapNames[numOuterCaps]; + outerCapsMap[++numOuterCaps] = ++numCaps; + // If it's a named group, preserve the name. Otherwise, use the subpattern name + // as the capture name + intro = "(?<" + (capName || subName) + ">"; + } else { + intro = "(?:"; + } + numPriorCaps = numCaps; + return intro + data[subName].pattern.replace(subparts, function (match, paren, backref) { + if (paren) { // Capturing group + capName = data[subName].names[numCaps - numPriorCaps]; + ++numCaps; + if (capName) { // If the current capture has a name, preserve the name + return "(?<" + capName + ">"; + } + } else if (backref) { // Backreference + return "\\" + (+backref + numPriorCaps); // Rewrite the backreference + } + return match; + }) + ")"; + } + if ($3) { // Capturing group + capName = outerCapNames[numOuterCaps]; + outerCapsMap[++numOuterCaps] = ++numCaps; + if (capName) { // If the current capture has a name, preserve the name + return "(?<" + capName + ">"; + } + } else if ($4) { // Backreference + return "\\" + outerCapsMap[+$4]; // Rewrite the backreference + } + return $0; + }); + + return XRegExp(pattern, flags); + }; + +}(XRegExp)); + + +/***** prototypes.js *****/ + +/*! + * XRegExp Prototype Methods v1.0.0 + * (c) 2012 Steven Levithan <http://xregexp.com/> + * MIT License + */ + +/** + * Adds a collection of methods to `XRegExp.prototype`. RegExp objects copied by XRegExp are also + * augmented with any `XRegExp.prototype` methods. Hence, the following work equivalently: + * + * XRegExp('[a-z]', 'ig').xexec('abc'); + * XRegExp(/[a-z]/ig).xexec('abc'); + * XRegExp.globalize(/[a-z]/i).xexec('abc'); + */ +(function (XRegExp) { + "use strict"; + +/** + * Copy properties of `b` to `a`. + * @private + * @param {Object} a Object that will receive new properties. + * @param {Object} b Object whose properties will be copied. + */ + function extend(a, b) { + for (var p in b) { + if (b.hasOwnProperty(p)) { + a[p] = b[p]; + } + } + //return a; + } + + extend(XRegExp.prototype, { + +/** + * Implicitly calls the regex's `test` method with the first value in the provided arguments array. + * @memberOf XRegExp.prototype + * @param {*} context Ignored. Accepted only for congruity with `Function.prototype.apply`. + * @param {Array} args Array with the string to search as its first value. + * @returns {Boolean} Whether the regex matched the provided value. + * @example + * + * XRegExp('[a-z]').apply(null, ['abc']); // -> true + */ + apply: function (context, args) { + return this.test(args[0]); + }, + +/** + * Implicitly calls the regex's `test` method with the provided string. + * @memberOf XRegExp.prototype + * @param {*} context Ignored. Accepted only for congruity with `Function.prototype.call`. + * @param {String} str String to search. + * @returns {Boolean} Whether the regex matched the provided value. + * @example + * + * XRegExp('[a-z]').call(null, 'abc'); // -> true + */ + call: function (context, str) { + return this.test(str); + }, + +/** + * Implicitly calls {@link #XRegExp.forEach}. + * @memberOf XRegExp.prototype + * @example + * + * XRegExp('\\d').forEach('1a2345', function (match, i) { + * if (i % 2) this.push(+match[0]); + * }, []); + * // -> [2, 4] + */ + forEach: function (str, callback, context) { + return XRegExp.forEach(str, this, callback, context); + }, + +/** + * Implicitly calls {@link #XRegExp.globalize}. + * @memberOf XRegExp.prototype + * @example + * + * var globalCopy = XRegExp('regex').globalize(); + * globalCopy.global; // -> true + */ + globalize: function () { + return XRegExp.globalize(this); + }, + +/** + * Implicitly calls {@link #XRegExp.exec}. + * @memberOf XRegExp.prototype + * @example + * + * var match = XRegExp('U\\+(?<hex>[0-9A-F]{4})').xexec('U+2620'); + * match.hex; // -> '2620' + */ + xexec: function (str, pos, sticky) { + return XRegExp.exec(str, this, pos, sticky); + }, + +/** + * Implicitly calls {@link #XRegExp.test}. + * @memberOf XRegExp.prototype + * @example + * + * XRegExp('c').xtest('abc'); // -> true + */ + xtest: function (str, pos, sticky) { + return XRegExp.test(str, this, pos, sticky); + } + + }); + +}(XRegExp)); + diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.min.js b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.min.js new file mode 100644 index 0000000..a190558 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.min.js @@ -0,0 +1,18 @@ +//XRegExp 2.0.0 <xregexp.com> MIT License +var XRegExp;XRegExp=XRegExp||function(n){"use strict";function v(n,i,r){var u;for(u in t.prototype)t.prototype.hasOwnProperty(u)&&(n[u]=t.prototype[u]);return n.xregexp={captureNames:i,isNative:!!r},n}function g(n){return(n.global?"g":"")+(n.ignoreCase?"i":"")+(n.multiline?"m":"")+(n.extended?"x":"")+(n.sticky?"y":"")}function o(n,r,u){if(!t.isRegExp(n))throw new TypeError("type RegExp expected");var f=i.replace.call(g(n)+(r||""),h,"");return u&&(f=i.replace.call(f,new RegExp("["+u+"]+","g"),"")),n=n.xregexp&&!n.xregexp.isNative?v(t(n.source,f),n.xregexp.captureNames?n.xregexp.captureNames.slice(0):null):v(new RegExp(n.source,f),null,!0)}function a(n,t){var i=n.length;if(Array.prototype.lastIndexOf)return n.lastIndexOf(t);while(i--)if(n[i]===t)return i;return-1}function s(n,t){return Object.prototype.toString.call(n).toLowerCase()==="[object "+t+"]"}function d(n){return n=n||{},n==="all"||n.all?n={natives:!0,extensibility:!0}:s(n,"string")&&(n=t.forEach(n,/[^\s,]+/,function(n){this[n]=!0},{})),n}function ut(n,t,i,u){var o=p.length,s=null,e,f;y=!0;try{while(o--)if(f=p[o],(f.scope==="all"||f.scope===i)&&(!f.trigger||f.trigger.call(u))&&(f.pattern.lastIndex=t,e=r.exec.call(f.pattern,n),e&&e.index===t)){s={output:f.handler.call(u,e,i),match:e};break}}catch(h){throw h;}finally{y=!1}return s}function b(n){t.addToken=c[n?"on":"off"],f.extensibility=n}function tt(n){RegExp.prototype.exec=(n?r:i).exec,RegExp.prototype.test=(n?r:i).test,String.prototype.match=(n?r:i).match,String.prototype.replace=(n?r:i).replace,String.prototype.split=(n?r:i).split,f.natives=n}var t,c,u,f={natives:!1,extensibility:!1},i={exec:RegExp.prototype.exec,test:RegExp.prototype.test,match:String.prototype.match,replace:String.prototype.replace,split:String.prototype.split},r={},k={},p=[],e="default",rt="class",it={"default":/^(?:\\(?:0(?:[0-3][0-7]{0,2}|[4-7][0-7]?)?|[1-9]\d*|x[\dA-Fa-f]{2}|u[\dA-Fa-f]{4}|c[A-Za-z]|[\s\S])|\(\?[:=!]|[?*+]\?|{\d+(?:,\d*)?}\??)/,"class":/^(?:\\(?:[0-3][0-7]{0,2}|[4-7][0-7]?|x[\dA-Fa-f]{2}|u[\dA-Fa-f]{4}|c[A-Za-z]|[\s\S]))/},et=/\$(?:{([\w$]+)}|(\d\d?|[\s\S]))/g,h=/([\s\S])(?=[\s\S]*\1)/g,nt=/^(?:[?*+]|{\d+(?:,\d*)?})\??/,ft=i.exec.call(/()??/,"")[1]===n,l=RegExp.prototype.sticky!==n,y=!1,w="gim"+(l?"y":"");return t=function(r,u){if(t.isRegExp(r)){if(u!==n)throw new TypeError("can't supply flags when constructing one RegExp from another");return o(r)}if(y)throw new Error("can't call the XRegExp constructor within token definition functions");var l=[],a=e,b={hasNamedCapture:!1,captureNames:[],hasFlag:function(n){return u.indexOf(n)>-1}},f=0,c,s,p;if(r=r===n?"":String(r),u=u===n?"":String(u),i.match.call(u,h))throw new SyntaxError("invalid duplicate regular expression flag");for(r=i.replace.call(r,/^\(\?([\w$]+)\)/,function(n,t){if(i.test.call(/[gy]/,t))throw new SyntaxError("can't use flag g or y in mode modifier");return u=i.replace.call(u+t,h,""),""}),t.forEach(u,/[\s\S]/,function(n){if(w.indexOf(n[0])<0)throw new SyntaxError("invalid regular expression flag "+n[0]);});f<r.length;)c=ut(r,f,a,b),c?(l.push(c.output),f+=c.match[0].length||1):(s=i.exec.call(it[a],r.slice(f)),s?(l.push(s[0]),f+=s[0].length):(p=r.charAt(f),p==="["?a=rt:p==="]"&&(a=e),l.push(p),++f));return v(new RegExp(l.join(""),i.replace.call(u,/[^gimy]+/g,"")),b.hasNamedCapture?b.captureNames:null)},c={on:function(n,t,r){r=r||{},n&&p.push({pattern:o(n,"g"+(l?"y":"")),handler:t,scope:r.scope||e,trigger:r.trigger||null}),r.customFlags&&(w=i.replace.call(w+r.customFlags,h,""))},off:function(){throw new Error("extensibility must be installed before using addToken");}},t.addToken=c.off,t.cache=function(n,i){var r=n+"/"+(i||"");return k[r]||(k[r]=t(n,i))},t.escape=function(n){return i.replace.call(n,/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&")},t.exec=function(n,t,i,u){var e=o(t,"g"+(u&&l?"y":""),u===!1?"y":""),f;return e.lastIndex=i=i||0,f=r.exec.call(e,n),u&&f&&f.index!==i&&(f=null),t.global&&(t.lastIndex=f?e.lastIndex:0),f},t.forEach=function(n,i,r,u){for(var e=0,o=-1,f;f=t.exec(n,i,e);)r.call(u,f,++o,n,i),e=f.index+(f[0].length||1);return u},t.globalize=function(n){return o(n,"g")},t.install=function(n){n=d(n),!f.natives&&n.natives&&tt(!0),!f.extensibility&&n.extensibility&&b(!0)},t.isInstalled=function(n){return!!f[n]},t.isRegExp=function(n){return s(n,"regexp")},t.matchChain=function(n,i){return function r(n,u){for(var o=i[u].regex?i[u]:{regex:i[u]},f=[],s=function(n){f.push(o.backref?n[o.backref]||"":n[0])},e=0;e<n.length;++e)t.forEach(n[e],o.regex,s);return u===i.length-1||!f.length?f:r(f,u+1)}([n],0)},t.replace=function(i,u,f,e){var c=t.isRegExp(u),s=u,h;return c?(e===n&&u.global&&(e="all"),s=o(u,e==="all"?"g":"",e==="all"?"":"g")):e==="all"&&(s=new RegExp(t.escape(String(u)),"g")),h=r.replace.call(String(i),s,f),c&&u.global&&(u.lastIndex=0),h},t.split=function(n,t,i){return r.split.call(n,t,i)},t.test=function(n,i,r,u){return!!t.exec(n,i,r,u)},t.uninstall=function(n){n=d(n),f.natives&&n.natives&&tt(!1),f.extensibility&&n.extensibility&&b(!1)},t.union=function(n,i){var l=/(\()(?!\?)|\\([1-9]\d*)|\\[\s\S]|\[(?:[^\\\]]|\\[\s\S])*]/g,o=0,f,h,c=function(n,t,i){var r=h[o-f];if(t){if(++o,r)return"(?<"+r+">"}else if(i)return"\\"+(+i+f);return n},e=[],r,u;if(!(s(n,"array")&&n.length))throw new TypeError("patterns must be a nonempty array");for(u=0;u<n.length;++u)r=n[u],t.isRegExp(r)?(f=o,h=r.xregexp&&r.xregexp.captureNames||[],e.push(t(r.source).source.replace(l,c))):e.push(t.escape(r));return t(e.join("|"),i)},t.version="2.0.0",r.exec=function(t){var r,f,e,o,u;if(this.global||(o=this.lastIndex),r=i.exec.apply(this,arguments),r){if(!ft&&r.length>1&&a(r,"")>-1&&(e=new RegExp(this.source,i.replace.call(g(this),"g","")),i.replace.call(String(t).slice(r.index),e,function(){for(var t=1;t<arguments.length-2;++t)arguments[t]===n&&(r[t]=n)})),this.xregexp&&this.xregexp.captureNames)for(u=1;u<r.length;++u)f=this.xregexp.captureNames[u-1],f&&(r[f]=r[u]);this.global&&!r[0].length&&this.lastIndex>r.index&&(this.lastIndex=r.index)}return this.global||(this.lastIndex=o),r},r.test=function(n){return!!r.exec.call(this,n)},r.match=function(n){if(t.isRegExp(n)){if(n.global){var u=i.match.apply(this,arguments);return n.lastIndex=0,u}}else n=new RegExp(n);return r.exec.call(n,this)},r.replace=function(n,r){var e=t.isRegExp(n),u,f,h,o;return e?(n.xregexp&&(u=n.xregexp.captureNames),n.global||(o=n.lastIndex)):n+="",s(r,"function")?f=i.replace.call(String(this),n,function(){var t=arguments,i;if(u)for(t[0]=new String(t[0]),i=0;i<u.length;++i)u[i]&&(t[0][u[i]]=t[i+1]);return e&&n.global&&(n.lastIndex=t[t.length-2]+t[0].length),r.apply(null,t)}):(h=String(this),f=i.replace.call(h,n,function(){var n=arguments;return i.replace.call(String(r),et,function(t,i,r){var f;if(i){if(f=+i,f<=n.length-3)return n[f]||"";if(f=u?a(u,i):-1,f<0)throw new SyntaxError("backreference to undefined group "+t);return n[f+1]||""}if(r==="$")return"$";if(r==="&"||+r==0)return n[0];if(r==="`")return n[n.length-1].slice(0,n[n.length-2]);if(r==="'")return n[n.length-1].slice(n[n.length-2]+n[0].length);if(r=+r,!isNaN(r)){if(r>n.length-3)throw new SyntaxError("backreference to undefined group "+t);return n[r]||""}throw new SyntaxError("invalid token "+t);})})),e&&(n.lastIndex=n.global?0:o),f},r.split=function(r,u){if(!t.isRegExp(r))return i.split.apply(this,arguments);var e=String(this),h=r.lastIndex,f=[],o=0,s;return u=(u===n?-1:u)>>>0,t.forEach(e,r,function(n){n.index+n[0].length>o&&(f.push(e.slice(o,n.index)),n.length>1&&n.index<e.length&&Array.prototype.push.apply(f,n.slice(1)),s=n[0].length,o=n.index+s)}),o===e.length?(!i.test.call(r,"")||s)&&f.push(""):f.push(e.slice(o)),r.lastIndex=h,f.length>u?f.slice(0,u):f},u=c.on,u(/\\([ABCE-RTUVXYZaeg-mopqyz]|c(?![A-Za-z])|u(?![\dA-Fa-f]{4})|x(?![\dA-Fa-f]{2}))/,function(n,t){if(n[1]==="B"&&t===e)return n[0];throw new SyntaxError("invalid escape "+n[0]);},{scope:"all"}),u(/\[(\^?)]/,function(n){return n[1]?"[\\s\\S]":"\\b\\B"}),u(/(?:\(\?#[^)]*\))+/,function(n){return i.test.call(nt,n.input.slice(n.index+n[0].length))?"":"(?:)"}),u(/\\k<([\w$]+)>/,function(n){var t=isNaN(n[1])?a(this.captureNames,n[1])+1:+n[1],i=n.index+n[0].length;if(!t||t>this.captureNames.length)throw new SyntaxError("backreference to undefined group "+n[0]);return"\\"+t+(i===n.input.length||isNaN(n.input.charAt(i))?"":"(?:)")}),u(/(?:\s+|#.*)+/,function(n){return i.test.call(nt,n.input.slice(n.index+n[0].length))?"":"(?:)"},{trigger:function(){return this.hasFlag("x")},customFlags:"x"}),u(/\./,function(){return"[\\s\\S]"},{trigger:function(){return this.hasFlag("s")},customFlags:"s"}),u(/\(\?P?<([\w$]+)>/,function(n){if(!isNaN(n[1]))throw new SyntaxError("can't use integer as capture name "+n[0]);return this.captureNames.push(n[1]),this.hasNamedCapture=!0,"("}),u(/\\(\d+)/,function(n,t){if(!(t===e&&/^[1-9]/.test(n[1])&&+n[1]<=this.captureNames.length)&&n[1]!=="0")throw new SyntaxError("can't use octal escape or backreference to undefined group "+n[0]);return n[0]},{scope:"all"}),u(/\((?!\?)/,function(){return this.hasFlag("n")?"(?:":(this.captureNames.push(null),"(")},{customFlags:"n"}),typeof exports!="undefined"&&(exports.XRegExp=t),t}(); +//XRegExp Unicode Base 1.0.0 +(function(n){"use strict";function i(n){return n.replace(/[- _]+/g,"").toLowerCase()}function s(n){return n.replace(/\w{4}/g,"\\u$&")}function u(n){while(n.length<4)n="0"+n;return n}function f(n){return parseInt(n,16)}function r(n){return parseInt(n,10).toString(16)}function o(t){var e=[],i=-1,o;return n.forEach(t,/\\u(\w{4})(?:-\\u(\w{4}))?/,function(n){o=f(n[1]),o>i+1&&(e.push("\\u"+u(r(i+1))),o>i+2&&e.push("-\\u"+u(r(o-1)))),i=f(n[2]||n[1])}),i<65535&&(e.push("\\u"+u(r(i+1))),i<65534&&e.push("-\\uFFFF")),e.join("")}function e(n){return t["^"+n]||(t["^"+n]=o(t[n]))}var t={};n.install("extensibility"),n.addUnicodePackage=function(r,u){var f;if(!n.isInstalled("extensibility"))throw new Error("extensibility must be installed before adding Unicode packages");if(r)for(f in r)r.hasOwnProperty(f)&&(t[i(f)]=s(r[f]));if(u)for(f in u)u.hasOwnProperty(f)&&(t[i(u[f])]=t[i(f)])},n.addUnicodePackage({L:"0041-005A0061-007A00AA00B500BA00C0-00D600D8-00F600F8-02C102C6-02D102E0-02E402EC02EE0370-037403760377037A-037D03860388-038A038C038E-03A103A3-03F503F7-0481048A-05270531-055605590561-058705D0-05EA05F0-05F20620-064A066E066F0671-06D306D506E506E606EE06EF06FA-06FC06FF07100712-072F074D-07A507B107CA-07EA07F407F507FA0800-0815081A082408280840-085808A008A2-08AC0904-0939093D09500958-09610971-09770979-097F0985-098C098F09900993-09A809AA-09B009B209B6-09B909BD09CE09DC09DD09DF-09E109F009F10A05-0A0A0A0F0A100A13-0A280A2A-0A300A320A330A350A360A380A390A59-0A5C0A5E0A72-0A740A85-0A8D0A8F-0A910A93-0AA80AAA-0AB00AB20AB30AB5-0AB90ABD0AD00AE00AE10B05-0B0C0B0F0B100B13-0B280B2A-0B300B320B330B35-0B390B3D0B5C0B5D0B5F-0B610B710B830B85-0B8A0B8E-0B900B92-0B950B990B9A0B9C0B9E0B9F0BA30BA40BA8-0BAA0BAE-0BB90BD00C05-0C0C0C0E-0C100C12-0C280C2A-0C330C35-0C390C3D0C580C590C600C610C85-0C8C0C8E-0C900C92-0CA80CAA-0CB30CB5-0CB90CBD0CDE0CE00CE10CF10CF20D05-0D0C0D0E-0D100D12-0D3A0D3D0D4E0D600D610D7A-0D7F0D85-0D960D9A-0DB10DB3-0DBB0DBD0DC0-0DC60E01-0E300E320E330E40-0E460E810E820E840E870E880E8A0E8D0E94-0E970E99-0E9F0EA1-0EA30EA50EA70EAA0EAB0EAD-0EB00EB20EB30EBD0EC0-0EC40EC60EDC-0EDF0F000F40-0F470F49-0F6C0F88-0F8C1000-102A103F1050-1055105A-105D106110651066106E-10701075-1081108E10A0-10C510C710CD10D0-10FA10FC-1248124A-124D1250-12561258125A-125D1260-1288128A-128D1290-12B012B2-12B512B8-12BE12C012C2-12C512C8-12D612D8-13101312-13151318-135A1380-138F13A0-13F41401-166C166F-167F1681-169A16A0-16EA1700-170C170E-17111720-17311740-17511760-176C176E-17701780-17B317D717DC1820-18771880-18A818AA18B0-18F51900-191C1950-196D1970-19741980-19AB19C1-19C71A00-1A161A20-1A541AA71B05-1B331B45-1B4B1B83-1BA01BAE1BAF1BBA-1BE51C00-1C231C4D-1C4F1C5A-1C7D1CE9-1CEC1CEE-1CF11CF51CF61D00-1DBF1E00-1F151F18-1F1D1F20-1F451F48-1F4D1F50-1F571F591F5B1F5D1F5F-1F7D1F80-1FB41FB6-1FBC1FBE1FC2-1FC41FC6-1FCC1FD0-1FD31FD6-1FDB1FE0-1FEC1FF2-1FF41FF6-1FFC2071207F2090-209C21022107210A-211321152119-211D212421262128212A-212D212F-2139213C-213F2145-2149214E218321842C00-2C2E2C30-2C5E2C60-2CE42CEB-2CEE2CF22CF32D00-2D252D272D2D2D30-2D672D6F2D80-2D962DA0-2DA62DA8-2DAE2DB0-2DB62DB8-2DBE2DC0-2DC62DC8-2DCE2DD0-2DD62DD8-2DDE2E2F300530063031-3035303B303C3041-3096309D-309F30A1-30FA30FC-30FF3105-312D3131-318E31A0-31BA31F0-31FF3400-4DB54E00-9FCCA000-A48CA4D0-A4FDA500-A60CA610-A61FA62AA62BA640-A66EA67F-A697A6A0-A6E5A717-A71FA722-A788A78B-A78EA790-A793A7A0-A7AAA7F8-A801A803-A805A807-A80AA80C-A822A840-A873A882-A8B3A8F2-A8F7A8FBA90A-A925A930-A946A960-A97CA984-A9B2A9CFAA00-AA28AA40-AA42AA44-AA4BAA60-AA76AA7AAA80-AAAFAAB1AAB5AAB6AAB9-AABDAAC0AAC2AADB-AADDAAE0-AAEAAAF2-AAF4AB01-AB06AB09-AB0EAB11-AB16AB20-AB26AB28-AB2EABC0-ABE2AC00-D7A3D7B0-D7C6D7CB-D7FBF900-FA6DFA70-FAD9FB00-FB06FB13-FB17FB1DFB1F-FB28FB2A-FB36FB38-FB3CFB3EFB40FB41FB43FB44FB46-FBB1FBD3-FD3DFD50-FD8FFD92-FDC7FDF0-FDFBFE70-FE74FE76-FEFCFF21-FF3AFF41-FF5AFF66-FFBEFFC2-FFC7FFCA-FFCFFFD2-FFD7FFDA-FFDC"},{L:"Letter"}),n.addToken(/\\([pP]){(\^?)([^}]*)}/,function(n,r){var f=n[1]==="P"||n[2]?"^":"",u=i(n[3]);if(n[1]==="P"&&n[2])throw new SyntaxError("invalid double negation \\P{^");if(!t.hasOwnProperty(u))throw new SyntaxError("invalid or unknown Unicode property "+n[0]);return r==="class"?f?e(u):t[u]:"["+f+t[u]+"]"},{scope:"all"})})(XRegExp); +//XRegExp Unicode Categories 1.2.0 +(function(n){"use strict";if(!n.addUnicodePackage)throw new ReferenceError("Unicode Base must be loaded before Unicode Categories");n.install("extensibility"),n.addUnicodePackage({Ll:"0061-007A00B500DF-00F600F8-00FF01010103010501070109010B010D010F01110113011501170119011B011D011F01210123012501270129012B012D012F01310133013501370138013A013C013E014001420144014601480149014B014D014F01510153015501570159015B015D015F01610163016501670169016B016D016F0171017301750177017A017C017E-0180018301850188018C018D019201950199-019B019E01A101A301A501A801AA01AB01AD01B001B401B601B901BA01BD-01BF01C601C901CC01CE01D001D201D401D601D801DA01DC01DD01DF01E101E301E501E701E901EB01ED01EF01F001F301F501F901FB01FD01FF02010203020502070209020B020D020F02110213021502170219021B021D021F02210223022502270229022B022D022F02310233-0239023C023F0240024202470249024B024D024F-02930295-02AF037103730377037B-037D039003AC-03CE03D003D103D5-03D703D903DB03DD03DF03E103E303E503E703E903EB03ED03EF-03F303F503F803FB03FC0430-045F04610463046504670469046B046D046F04710473047504770479047B047D047F0481048B048D048F04910493049504970499049B049D049F04A104A304A504A704A904AB04AD04AF04B104B304B504B704B904BB04BD04BF04C204C404C604C804CA04CC04CE04CF04D104D304D504D704D904DB04DD04DF04E104E304E504E704E904EB04ED04EF04F104F304F504F704F904FB04FD04FF05010503050505070509050B050D050F05110513051505170519051B051D051F05210523052505270561-05871D00-1D2B1D6B-1D771D79-1D9A1E011E031E051E071E091E0B1E0D1E0F1E111E131E151E171E191E1B1E1D1E1F1E211E231E251E271E291E2B1E2D1E2F1E311E331E351E371E391E3B1E3D1E3F1E411E431E451E471E491E4B1E4D1E4F1E511E531E551E571E591E5B1E5D1E5F1E611E631E651E671E691E6B1E6D1E6F1E711E731E751E771E791E7B1E7D1E7F1E811E831E851E871E891E8B1E8D1E8F1E911E931E95-1E9D1E9F1EA11EA31EA51EA71EA91EAB1EAD1EAF1EB11EB31EB51EB71EB91EBB1EBD1EBF1EC11EC31EC51EC71EC91ECB1ECD1ECF1ED11ED31ED51ED71ED91EDB1EDD1EDF1EE11EE31EE51EE71EE91EEB1EED1EEF1EF11EF31EF51EF71EF91EFB1EFD1EFF-1F071F10-1F151F20-1F271F30-1F371F40-1F451F50-1F571F60-1F671F70-1F7D1F80-1F871F90-1F971FA0-1FA71FB0-1FB41FB61FB71FBE1FC2-1FC41FC61FC71FD0-1FD31FD61FD71FE0-1FE71FF2-1FF41FF61FF7210A210E210F2113212F21342139213C213D2146-2149214E21842C30-2C5E2C612C652C662C682C6A2C6C2C712C732C742C76-2C7B2C812C832C852C872C892C8B2C8D2C8F2C912C932C952C972C992C9B2C9D2C9F2CA12CA32CA52CA72CA92CAB2CAD2CAF2CB12CB32CB52CB72CB92CBB2CBD2CBF2CC12CC32CC52CC72CC92CCB2CCD2CCF2CD12CD32CD52CD72CD92CDB2CDD2CDF2CE12CE32CE42CEC2CEE2CF32D00-2D252D272D2DA641A643A645A647A649A64BA64DA64FA651A653A655A657A659A65BA65DA65FA661A663A665A667A669A66BA66DA681A683A685A687A689A68BA68DA68FA691A693A695A697A723A725A727A729A72BA72DA72F-A731A733A735A737A739A73BA73DA73FA741A743A745A747A749A74BA74DA74FA751A753A755A757A759A75BA75DA75FA761A763A765A767A769A76BA76DA76FA771-A778A77AA77CA77FA781A783A785A787A78CA78EA791A793A7A1A7A3A7A5A7A7A7A9A7FAFB00-FB06FB13-FB17FF41-FF5A",Lu:"0041-005A00C0-00D600D8-00DE01000102010401060108010A010C010E01100112011401160118011A011C011E01200122012401260128012A012C012E01300132013401360139013B013D013F0141014301450147014A014C014E01500152015401560158015A015C015E01600162016401660168016A016C016E017001720174017601780179017B017D018101820184018601870189-018B018E-0191019301940196-0198019C019D019F01A001A201A401A601A701A901AC01AE01AF01B1-01B301B501B701B801BC01C401C701CA01CD01CF01D101D301D501D701D901DB01DE01E001E201E401E601E801EA01EC01EE01F101F401F6-01F801FA01FC01FE02000202020402060208020A020C020E02100212021402160218021A021C021E02200222022402260228022A022C022E02300232023A023B023D023E02410243-02460248024A024C024E03700372037603860388-038A038C038E038F0391-03A103A3-03AB03CF03D2-03D403D803DA03DC03DE03E003E203E403E603E803EA03EC03EE03F403F703F903FA03FD-042F04600462046404660468046A046C046E04700472047404760478047A047C047E0480048A048C048E04900492049404960498049A049C049E04A004A204A404A604A804AA04AC04AE04B004B204B404B604B804BA04BC04BE04C004C104C304C504C704C904CB04CD04D004D204D404D604D804DA04DC04DE04E004E204E404E604E804EA04EC04EE04F004F204F404F604F804FA04FC04FE05000502050405060508050A050C050E05100512051405160518051A051C051E05200522052405260531-055610A0-10C510C710CD1E001E021E041E061E081E0A1E0C1E0E1E101E121E141E161E181E1A1E1C1E1E1E201E221E241E261E281E2A1E2C1E2E1E301E321E341E361E381E3A1E3C1E3E1E401E421E441E461E481E4A1E4C1E4E1E501E521E541E561E581E5A1E5C1E5E1E601E621E641E661E681E6A1E6C1E6E1E701E721E741E761E781E7A1E7C1E7E1E801E821E841E861E881E8A1E8C1E8E1E901E921E941E9E1EA01EA21EA41EA61EA81EAA1EAC1EAE1EB01EB21EB41EB61EB81EBA1EBC1EBE1EC01EC21EC41EC61EC81ECA1ECC1ECE1ED01ED21ED41ED61ED81EDA1EDC1EDE1EE01EE21EE41EE61EE81EEA1EEC1EEE1EF01EF21EF41EF61EF81EFA1EFC1EFE1F08-1F0F1F18-1F1D1F28-1F2F1F38-1F3F1F48-1F4D1F591F5B1F5D1F5F1F68-1F6F1FB8-1FBB1FC8-1FCB1FD8-1FDB1FE8-1FEC1FF8-1FFB21022107210B-210D2110-211221152119-211D212421262128212A-212D2130-2133213E213F214521832C00-2C2E2C602C62-2C642C672C692C6B2C6D-2C702C722C752C7E-2C802C822C842C862C882C8A2C8C2C8E2C902C922C942C962C982C9A2C9C2C9E2CA02CA22CA42CA62CA82CAA2CAC2CAE2CB02CB22CB42CB62CB82CBA2CBC2CBE2CC02CC22CC42CC62CC82CCA2CCC2CCE2CD02CD22CD42CD62CD82CDA2CDC2CDE2CE02CE22CEB2CED2CF2A640A642A644A646A648A64AA64CA64EA650A652A654A656A658A65AA65CA65EA660A662A664A666A668A66AA66CA680A682A684A686A688A68AA68CA68EA690A692A694A696A722A724A726A728A72AA72CA72EA732A734A736A738A73AA73CA73EA740A742A744A746A748A74AA74CA74EA750A752A754A756A758A75AA75CA75EA760A762A764A766A768A76AA76CA76EA779A77BA77DA77EA780A782A784A786A78BA78DA790A792A7A0A7A2A7A4A7A6A7A8A7AAFF21-FF3A",Lt:"01C501C801CB01F21F88-1F8F1F98-1F9F1FA8-1FAF1FBC1FCC1FFC",Lm:"02B0-02C102C6-02D102E0-02E402EC02EE0374037A0559064006E506E607F407F507FA081A0824082809710E460EC610FC17D718431AA71C78-1C7D1D2C-1D6A1D781D9B-1DBF2071207F2090-209C2C7C2C7D2D6F2E2F30053031-3035303B309D309E30FC-30FEA015A4F8-A4FDA60CA67FA717-A71FA770A788A7F8A7F9A9CFAA70AADDAAF3AAF4FF70FF9EFF9F",Lo:"00AA00BA01BB01C0-01C3029405D0-05EA05F0-05F20620-063F0641-064A066E066F0671-06D306D506EE06EF06FA-06FC06FF07100712-072F074D-07A507B107CA-07EA0800-08150840-085808A008A2-08AC0904-0939093D09500958-09610972-09770979-097F0985-098C098F09900993-09A809AA-09B009B209B6-09B909BD09CE09DC09DD09DF-09E109F009F10A05-0A0A0A0F0A100A13-0A280A2A-0A300A320A330A350A360A380A390A59-0A5C0A5E0A72-0A740A85-0A8D0A8F-0A910A93-0AA80AAA-0AB00AB20AB30AB5-0AB90ABD0AD00AE00AE10B05-0B0C0B0F0B100B13-0B280B2A-0B300B320B330B35-0B390B3D0B5C0B5D0B5F-0B610B710B830B85-0B8A0B8E-0B900B92-0B950B990B9A0B9C0B9E0B9F0BA30BA40BA8-0BAA0BAE-0BB90BD00C05-0C0C0C0E-0C100C12-0C280C2A-0C330C35-0C390C3D0C580C590C600C610C85-0C8C0C8E-0C900C92-0CA80CAA-0CB30CB5-0CB90CBD0CDE0CE00CE10CF10CF20D05-0D0C0D0E-0D100D12-0D3A0D3D0D4E0D600D610D7A-0D7F0D85-0D960D9A-0DB10DB3-0DBB0DBD0DC0-0DC60E01-0E300E320E330E40-0E450E810E820E840E870E880E8A0E8D0E94-0E970E99-0E9F0EA1-0EA30EA50EA70EAA0EAB0EAD-0EB00EB20EB30EBD0EC0-0EC40EDC-0EDF0F000F40-0F470F49-0F6C0F88-0F8C1000-102A103F1050-1055105A-105D106110651066106E-10701075-1081108E10D0-10FA10FD-1248124A-124D1250-12561258125A-125D1260-1288128A-128D1290-12B012B2-12B512B8-12BE12C012C2-12C512C8-12D612D8-13101312-13151318-135A1380-138F13A0-13F41401-166C166F-167F1681-169A16A0-16EA1700-170C170E-17111720-17311740-17511760-176C176E-17701780-17B317DC1820-18421844-18771880-18A818AA18B0-18F51900-191C1950-196D1970-19741980-19AB19C1-19C71A00-1A161A20-1A541B05-1B331B45-1B4B1B83-1BA01BAE1BAF1BBA-1BE51C00-1C231C4D-1C4F1C5A-1C771CE9-1CEC1CEE-1CF11CF51CF62135-21382D30-2D672D80-2D962DA0-2DA62DA8-2DAE2DB0-2DB62DB8-2DBE2DC0-2DC62DC8-2DCE2DD0-2DD62DD8-2DDE3006303C3041-3096309F30A1-30FA30FF3105-312D3131-318E31A0-31BA31F0-31FF3400-4DB54E00-9FCCA000-A014A016-A48CA4D0-A4F7A500-A60BA610-A61FA62AA62BA66EA6A0-A6E5A7FB-A801A803-A805A807-A80AA80C-A822A840-A873A882-A8B3A8F2-A8F7A8FBA90A-A925A930-A946A960-A97CA984-A9B2AA00-AA28AA40-AA42AA44-AA4BAA60-AA6FAA71-AA76AA7AAA80-AAAFAAB1AAB5AAB6AAB9-AABDAAC0AAC2AADBAADCAAE0-AAEAAAF2AB01-AB06AB09-AB0EAB11-AB16AB20-AB26AB28-AB2EABC0-ABE2AC00-D7A3D7B0-D7C6D7CB-D7FBF900-FA6DFA70-FAD9FB1DFB1F-FB28FB2A-FB36FB38-FB3CFB3EFB40FB41FB43FB44FB46-FBB1FBD3-FD3DFD50-FD8FFD92-FDC7FDF0-FDFBFE70-FE74FE76-FEFCFF66-FF6FFF71-FF9DFFA0-FFBEFFC2-FFC7FFCA-FFCFFFD2-FFD7FFDA-FFDC",M:"0300-036F0483-04890591-05BD05BF05C105C205C405C505C70610-061A064B-065F067006D6-06DC06DF-06E406E706E806EA-06ED07110730-074A07A6-07B007EB-07F30816-0819081B-08230825-08270829-082D0859-085B08E4-08FE0900-0903093A-093C093E-094F0951-0957096209630981-098309BC09BE-09C409C709C809CB-09CD09D709E209E30A01-0A030A3C0A3E-0A420A470A480A4B-0A4D0A510A700A710A750A81-0A830ABC0ABE-0AC50AC7-0AC90ACB-0ACD0AE20AE30B01-0B030B3C0B3E-0B440B470B480B4B-0B4D0B560B570B620B630B820BBE-0BC20BC6-0BC80BCA-0BCD0BD70C01-0C030C3E-0C440C46-0C480C4A-0C4D0C550C560C620C630C820C830CBC0CBE-0CC40CC6-0CC80CCA-0CCD0CD50CD60CE20CE30D020D030D3E-0D440D46-0D480D4A-0D4D0D570D620D630D820D830DCA0DCF-0DD40DD60DD8-0DDF0DF20DF30E310E34-0E3A0E47-0E4E0EB10EB4-0EB90EBB0EBC0EC8-0ECD0F180F190F350F370F390F3E0F3F0F71-0F840F860F870F8D-0F970F99-0FBC0FC6102B-103E1056-1059105E-10601062-10641067-106D1071-10741082-108D108F109A-109D135D-135F1712-17141732-1734175217531772177317B4-17D317DD180B-180D18A91920-192B1930-193B19B0-19C019C819C91A17-1A1B1A55-1A5E1A60-1A7C1A7F1B00-1B041B34-1B441B6B-1B731B80-1B821BA1-1BAD1BE6-1BF31C24-1C371CD0-1CD21CD4-1CE81CED1CF2-1CF41DC0-1DE61DFC-1DFF20D0-20F02CEF-2CF12D7F2DE0-2DFF302A-302F3099309AA66F-A672A674-A67DA69FA6F0A6F1A802A806A80BA823-A827A880A881A8B4-A8C4A8E0-A8F1A926-A92DA947-A953A980-A983A9B3-A9C0AA29-AA36AA43AA4CAA4DAA7BAAB0AAB2-AAB4AAB7AAB8AABEAABFAAC1AAEB-AAEFAAF5AAF6ABE3-ABEAABECABEDFB1EFE00-FE0FFE20-FE26",Mn:"0300-036F0483-04870591-05BD05BF05C105C205C405C505C70610-061A064B-065F067006D6-06DC06DF-06E406E706E806EA-06ED07110730-074A07A6-07B007EB-07F30816-0819081B-08230825-08270829-082D0859-085B08E4-08FE0900-0902093A093C0941-0948094D0951-095709620963098109BC09C1-09C409CD09E209E30A010A020A3C0A410A420A470A480A4B-0A4D0A510A700A710A750A810A820ABC0AC1-0AC50AC70AC80ACD0AE20AE30B010B3C0B3F0B41-0B440B4D0B560B620B630B820BC00BCD0C3E-0C400C46-0C480C4A-0C4D0C550C560C620C630CBC0CBF0CC60CCC0CCD0CE20CE30D41-0D440D4D0D620D630DCA0DD2-0DD40DD60E310E34-0E3A0E47-0E4E0EB10EB4-0EB90EBB0EBC0EC8-0ECD0F180F190F350F370F390F71-0F7E0F80-0F840F860F870F8D-0F970F99-0FBC0FC6102D-10301032-10371039103A103D103E10581059105E-10601071-1074108210851086108D109D135D-135F1712-17141732-1734175217531772177317B417B517B7-17BD17C617C9-17D317DD180B-180D18A91920-19221927192819321939-193B1A171A181A561A58-1A5E1A601A621A65-1A6C1A73-1A7C1A7F1B00-1B031B341B36-1B3A1B3C1B421B6B-1B731B801B811BA2-1BA51BA81BA91BAB1BE61BE81BE91BED1BEF-1BF11C2C-1C331C361C371CD0-1CD21CD4-1CE01CE2-1CE81CED1CF41DC0-1DE61DFC-1DFF20D0-20DC20E120E5-20F02CEF-2CF12D7F2DE0-2DFF302A-302D3099309AA66FA674-A67DA69FA6F0A6F1A802A806A80BA825A826A8C4A8E0-A8F1A926-A92DA947-A951A980-A982A9B3A9B6-A9B9A9BCAA29-AA2EAA31AA32AA35AA36AA43AA4CAAB0AAB2-AAB4AAB7AAB8AABEAABFAAC1AAECAAEDAAF6ABE5ABE8ABEDFB1EFE00-FE0FFE20-FE26",Mc:"0903093B093E-09400949-094C094E094F0982098309BE-09C009C709C809CB09CC09D70A030A3E-0A400A830ABE-0AC00AC90ACB0ACC0B020B030B3E0B400B470B480B4B0B4C0B570BBE0BBF0BC10BC20BC6-0BC80BCA-0BCC0BD70C01-0C030C41-0C440C820C830CBE0CC0-0CC40CC70CC80CCA0CCB0CD50CD60D020D030D3E-0D400D46-0D480D4A-0D4C0D570D820D830DCF-0DD10DD8-0DDF0DF20DF30F3E0F3F0F7F102B102C10311038103B103C105610571062-10641067-106D108310841087-108C108F109A-109C17B617BE-17C517C717C81923-19261929-192B193019311933-193819B0-19C019C819C91A19-1A1B1A551A571A611A631A641A6D-1A721B041B351B3B1B3D-1B411B431B441B821BA11BA61BA71BAA1BAC1BAD1BE71BEA-1BEC1BEE1BF21BF31C24-1C2B1C341C351CE11CF21CF3302E302FA823A824A827A880A881A8B4-A8C3A952A953A983A9B4A9B5A9BAA9BBA9BD-A9C0AA2FAA30AA33AA34AA4DAA7BAAEBAAEEAAEFAAF5ABE3ABE4ABE6ABE7ABE9ABEAABEC",Me:"0488048920DD-20E020E2-20E4A670-A672",N:"0030-003900B200B300B900BC-00BE0660-066906F0-06F907C0-07C90966-096F09E6-09EF09F4-09F90A66-0A6F0AE6-0AEF0B66-0B6F0B72-0B770BE6-0BF20C66-0C6F0C78-0C7E0CE6-0CEF0D66-0D750E50-0E590ED0-0ED90F20-0F331040-10491090-10991369-137C16EE-16F017E0-17E917F0-17F91810-18191946-194F19D0-19DA1A80-1A891A90-1A991B50-1B591BB0-1BB91C40-1C491C50-1C5920702074-20792080-20892150-21822185-21892460-249B24EA-24FF2776-27932CFD30073021-30293038-303A3192-31953220-32293248-324F3251-325F3280-328932B1-32BFA620-A629A6E6-A6EFA830-A835A8D0-A8D9A900-A909A9D0-A9D9AA50-AA59ABF0-ABF9FF10-FF19",Nd:"0030-00390660-066906F0-06F907C0-07C90966-096F09E6-09EF0A66-0A6F0AE6-0AEF0B66-0B6F0BE6-0BEF0C66-0C6F0CE6-0CEF0D66-0D6F0E50-0E590ED0-0ED90F20-0F291040-10491090-109917E0-17E91810-18191946-194F19D0-19D91A80-1A891A90-1A991B50-1B591BB0-1BB91C40-1C491C50-1C59A620-A629A8D0-A8D9A900-A909A9D0-A9D9AA50-AA59ABF0-ABF9FF10-FF19",Nl:"16EE-16F02160-21822185-218830073021-30293038-303AA6E6-A6EF",No:"00B200B300B900BC-00BE09F4-09F90B72-0B770BF0-0BF20C78-0C7E0D70-0D750F2A-0F331369-137C17F0-17F919DA20702074-20792080-20892150-215F21892460-249B24EA-24FF2776-27932CFD3192-31953220-32293248-324F3251-325F3280-328932B1-32BFA830-A835",P:"0021-00230025-002A002C-002F003A003B003F0040005B-005D005F007B007D00A100A700AB00B600B700BB00BF037E0387055A-055F0589058A05BE05C005C305C605F305F40609060A060C060D061B061E061F066A-066D06D40700-070D07F7-07F90830-083E085E0964096509700AF00DF40E4F0E5A0E5B0F04-0F120F140F3A-0F3D0F850FD0-0FD40FD90FDA104A-104F10FB1360-13681400166D166E169B169C16EB-16ED1735173617D4-17D617D8-17DA1800-180A194419451A1E1A1F1AA0-1AA61AA8-1AAD1B5A-1B601BFC-1BFF1C3B-1C3F1C7E1C7F1CC0-1CC71CD32010-20272030-20432045-20512053-205E207D207E208D208E2329232A2768-277527C527C627E6-27EF2983-299829D8-29DB29FC29FD2CF9-2CFC2CFE2CFF2D702E00-2E2E2E30-2E3B3001-30033008-30113014-301F3030303D30A030FBA4FEA4FFA60D-A60FA673A67EA6F2-A6F7A874-A877A8CEA8CFA8F8-A8FAA92EA92FA95FA9C1-A9CDA9DEA9DFAA5C-AA5FAADEAADFAAF0AAF1ABEBFD3EFD3FFE10-FE19FE30-FE52FE54-FE61FE63FE68FE6AFE6BFF01-FF03FF05-FF0AFF0C-FF0FFF1AFF1BFF1FFF20FF3B-FF3DFF3FFF5BFF5DFF5F-FF65",Pd:"002D058A05BE140018062010-20152E172E1A2E3A2E3B301C303030A0FE31FE32FE58FE63FF0D",Ps:"0028005B007B0F3A0F3C169B201A201E2045207D208D23292768276A276C276E27702772277427C527E627E827EA27EC27EE2983298529872989298B298D298F299129932995299729D829DA29FC2E222E242E262E283008300A300C300E3010301430163018301A301DFD3EFE17FE35FE37FE39FE3BFE3DFE3FFE41FE43FE47FE59FE5BFE5DFF08FF3BFF5BFF5FFF62",Pe:"0029005D007D0F3B0F3D169C2046207E208E232A2769276B276D276F27712773277527C627E727E927EB27ED27EF298429862988298A298C298E2990299229942996299829D929DB29FD2E232E252E272E293009300B300D300F3011301530173019301B301E301FFD3FFE18FE36FE38FE3AFE3CFE3EFE40FE42FE44FE48FE5AFE5CFE5EFF09FF3DFF5DFF60FF63",Pi:"00AB2018201B201C201F20392E022E042E092E0C2E1C2E20",Pf:"00BB2019201D203A2E032E052E0A2E0D2E1D2E21",Pc:"005F203F20402054FE33FE34FE4D-FE4FFF3F",Po:"0021-00230025-0027002A002C002E002F003A003B003F0040005C00A100A700B600B700BF037E0387055A-055F058905C005C305C605F305F40609060A060C060D061B061E061F066A-066D06D40700-070D07F7-07F90830-083E085E0964096509700AF00DF40E4F0E5A0E5B0F04-0F120F140F850FD0-0FD40FD90FDA104A-104F10FB1360-1368166D166E16EB-16ED1735173617D4-17D617D8-17DA1800-18051807-180A194419451A1E1A1F1AA0-1AA61AA8-1AAD1B5A-1B601BFC-1BFF1C3B-1C3F1C7E1C7F1CC0-1CC71CD3201620172020-20272030-2038203B-203E2041-20432047-205120532055-205E2CF9-2CFC2CFE2CFF2D702E002E012E06-2E082E0B2E0E-2E162E182E192E1B2E1E2E1F2E2A-2E2E2E30-2E393001-3003303D30FBA4FEA4FFA60D-A60FA673A67EA6F2-A6F7A874-A877A8CEA8CFA8F8-A8FAA92EA92FA95FA9C1-A9CDA9DEA9DFAA5C-AA5FAADEAADFAAF0AAF1ABEBFE10-FE16FE19FE30FE45FE46FE49-FE4CFE50-FE52FE54-FE57FE5F-FE61FE68FE6AFE6BFF01-FF03FF05-FF07FF0AFF0CFF0EFF0FFF1AFF1BFF1FFF20FF3CFF61FF64FF65",S:"0024002B003C-003E005E0060007C007E00A2-00A600A800A900AC00AE-00B100B400B800D700F702C2-02C502D2-02DF02E5-02EB02ED02EF-02FF03750384038503F60482058F0606-0608060B060E060F06DE06E906FD06FE07F609F209F309FA09FB0AF10B700BF3-0BFA0C7F0D790E3F0F01-0F030F130F15-0F170F1A-0F1F0F340F360F380FBE-0FC50FC7-0FCC0FCE0FCF0FD5-0FD8109E109F1390-139917DB194019DE-19FF1B61-1B6A1B74-1B7C1FBD1FBF-1FC11FCD-1FCF1FDD-1FDF1FED-1FEF1FFD1FFE20442052207A-207C208A-208C20A0-20B9210021012103-21062108210921142116-2118211E-2123212521272129212E213A213B2140-2144214A-214D214F2190-2328232B-23F32400-24262440-244A249C-24E92500-26FF2701-27672794-27C427C7-27E527F0-29822999-29D729DC-29FB29FE-2B4C2B50-2B592CE5-2CEA2E80-2E992E9B-2EF32F00-2FD52FF0-2FFB300430123013302030363037303E303F309B309C319031913196-319F31C0-31E33200-321E322A-324732503260-327F328A-32B032C0-32FE3300-33FF4DC0-4DFFA490-A4C6A700-A716A720A721A789A78AA828-A82BA836-A839AA77-AA79FB29FBB2-FBC1FDFCFDFDFE62FE64-FE66FE69FF04FF0BFF1C-FF1EFF3EFF40FF5CFF5EFFE0-FFE6FFE8-FFEEFFFCFFFD",Sm:"002B003C-003E007C007E00AC00B100D700F703F60606-060820442052207A-207C208A-208C21182140-2144214B2190-2194219A219B21A021A321A621AE21CE21CF21D221D421F4-22FF2308-230B23202321237C239B-23B323DC-23E125B725C125F8-25FF266F27C0-27C427C7-27E527F0-27FF2900-29822999-29D729DC-29FB29FE-2AFF2B30-2B442B47-2B4CFB29FE62FE64-FE66FF0BFF1C-FF1EFF5CFF5EFFE2FFE9-FFEC",Sc:"002400A2-00A5058F060B09F209F309FB0AF10BF90E3F17DB20A0-20B9A838FDFCFE69FF04FFE0FFE1FFE5FFE6",Sk:"005E006000A800AF00B400B802C2-02C502D2-02DF02E5-02EB02ED02EF-02FF0375038403851FBD1FBF-1FC11FCD-1FCF1FDD-1FDF1FED-1FEF1FFD1FFE309B309CA700-A716A720A721A789A78AFBB2-FBC1FF3EFF40FFE3",So:"00A600A900AE00B00482060E060F06DE06E906FD06FE07F609FA0B700BF3-0BF80BFA0C7F0D790F01-0F030F130F15-0F170F1A-0F1F0F340F360F380FBE-0FC50FC7-0FCC0FCE0FCF0FD5-0FD8109E109F1390-1399194019DE-19FF1B61-1B6A1B74-1B7C210021012103-210621082109211421162117211E-2123212521272129212E213A213B214A214C214D214F2195-2199219C-219F21A121A221A421A521A7-21AD21AF-21CD21D021D121D321D5-21F32300-2307230C-231F2322-2328232B-237B237D-239A23B4-23DB23E2-23F32400-24262440-244A249C-24E92500-25B625B8-25C025C2-25F72600-266E2670-26FF2701-27672794-27BF2800-28FF2B00-2B2F2B452B462B50-2B592CE5-2CEA2E80-2E992E9B-2EF32F00-2FD52FF0-2FFB300430123013302030363037303E303F319031913196-319F31C0-31E33200-321E322A-324732503260-327F328A-32B032C0-32FE3300-33FF4DC0-4DFFA490-A4C6A828-A82BA836A837A839AA77-AA79FDFDFFE4FFE8FFEDFFEEFFFCFFFD",Z:"002000A01680180E2000-200A20282029202F205F3000",Zs:"002000A01680180E2000-200A202F205F3000",Zl:"2028",Zp:"2029",C:"0000-001F007F-009F00AD03780379037F-0383038B038D03A20528-05300557055805600588058B-058E059005C8-05CF05EB-05EF05F5-0605061C061D06DD070E070F074B074C07B2-07BF07FB-07FF082E082F083F085C085D085F-089F08A108AD-08E308FF097809800984098D098E0991099209A909B109B3-09B509BA09BB09C509C609C909CA09CF-09D609D8-09DB09DE09E409E509FC-0A000A040A0B-0A0E0A110A120A290A310A340A370A3A0A3B0A3D0A43-0A460A490A4A0A4E-0A500A52-0A580A5D0A5F-0A650A76-0A800A840A8E0A920AA90AB10AB40ABA0ABB0AC60ACA0ACE0ACF0AD1-0ADF0AE40AE50AF2-0B000B040B0D0B0E0B110B120B290B310B340B3A0B3B0B450B460B490B4A0B4E-0B550B58-0B5B0B5E0B640B650B78-0B810B840B8B-0B8D0B910B96-0B980B9B0B9D0BA0-0BA20BA5-0BA70BAB-0BAD0BBA-0BBD0BC3-0BC50BC90BCE0BCF0BD1-0BD60BD8-0BE50BFB-0C000C040C0D0C110C290C340C3A-0C3C0C450C490C4E-0C540C570C5A-0C5F0C640C650C70-0C770C800C810C840C8D0C910CA90CB40CBA0CBB0CC50CC90CCE-0CD40CD7-0CDD0CDF0CE40CE50CF00CF3-0D010D040D0D0D110D3B0D3C0D450D490D4F-0D560D58-0D5F0D640D650D76-0D780D800D810D840D97-0D990DB20DBC0DBE0DBF0DC7-0DC90DCB-0DCE0DD50DD70DE0-0DF10DF5-0E000E3B-0E3E0E5C-0E800E830E850E860E890E8B0E8C0E8E-0E930E980EA00EA40EA60EA80EA90EAC0EBA0EBE0EBF0EC50EC70ECE0ECF0EDA0EDB0EE0-0EFF0F480F6D-0F700F980FBD0FCD0FDB-0FFF10C610C8-10CC10CE10CF1249124E124F12571259125E125F1289128E128F12B112B612B712BF12C112C612C712D7131113161317135B135C137D-137F139A-139F13F5-13FF169D-169F16F1-16FF170D1715-171F1737-173F1754-175F176D17711774-177F17DE17DF17EA-17EF17FA-17FF180F181A-181F1878-187F18AB-18AF18F6-18FF191D-191F192C-192F193C-193F1941-1943196E196F1975-197F19AC-19AF19CA-19CF19DB-19DD1A1C1A1D1A5F1A7D1A7E1A8A-1A8F1A9A-1A9F1AAE-1AFF1B4C-1B4F1B7D-1B7F1BF4-1BFB1C38-1C3A1C4A-1C4C1C80-1CBF1CC8-1CCF1CF7-1CFF1DE7-1DFB1F161F171F1E1F1F1F461F471F4E1F4F1F581F5A1F5C1F5E1F7E1F7F1FB51FC51FD41FD51FDC1FF01FF11FF51FFF200B-200F202A-202E2060-206F20722073208F209D-209F20BA-20CF20F1-20FF218A-218F23F4-23FF2427-243F244B-245F27002B4D-2B4F2B5A-2BFF2C2F2C5F2CF4-2CF82D262D28-2D2C2D2E2D2F2D68-2D6E2D71-2D7E2D97-2D9F2DA72DAF2DB72DBF2DC72DCF2DD72DDF2E3C-2E7F2E9A2EF4-2EFF2FD6-2FEF2FFC-2FFF3040309730983100-3104312E-3130318F31BB-31BF31E4-31EF321F32FF4DB6-4DBF9FCD-9FFFA48D-A48FA4C7-A4CFA62C-A63FA698-A69EA6F8-A6FFA78FA794-A79FA7AB-A7F7A82C-A82FA83A-A83FA878-A87FA8C5-A8CDA8DA-A8DFA8FC-A8FFA954-A95EA97D-A97FA9CEA9DA-A9DDA9E0-A9FFAA37-AA3FAA4EAA4FAA5AAA5BAA7C-AA7FAAC3-AADAAAF7-AB00AB07AB08AB0FAB10AB17-AB1FAB27AB2F-ABBFABEEABEFABFA-ABFFD7A4-D7AFD7C7-D7CAD7FC-F8FFFA6EFA6FFADA-FAFFFB07-FB12FB18-FB1CFB37FB3DFB3FFB42FB45FBC2-FBD2FD40-FD4FFD90FD91FDC8-FDEFFDFEFDFFFE1A-FE1FFE27-FE2FFE53FE67FE6C-FE6FFE75FEFD-FF00FFBF-FFC1FFC8FFC9FFD0FFD1FFD8FFD9FFDD-FFDFFFE7FFEF-FFFBFFFEFFFF",Cc:"0000-001F007F-009F",Cf:"00AD0600-060406DD070F200B-200F202A-202E2060-2064206A-206FFEFFFFF9-FFFB",Co:"E000-F8FF",Cs:"D800-DFFF",Cn:"03780379037F-0383038B038D03A20528-05300557055805600588058B-058E059005C8-05CF05EB-05EF05F5-05FF0605061C061D070E074B074C07B2-07BF07FB-07FF082E082F083F085C085D085F-089F08A108AD-08E308FF097809800984098D098E0991099209A909B109B3-09B509BA09BB09C509C609C909CA09CF-09D609D8-09DB09DE09E409E509FC-0A000A040A0B-0A0E0A110A120A290A310A340A370A3A0A3B0A3D0A43-0A460A490A4A0A4E-0A500A52-0A580A5D0A5F-0A650A76-0A800A840A8E0A920AA90AB10AB40ABA0ABB0AC60ACA0ACE0ACF0AD1-0ADF0AE40AE50AF2-0B000B040B0D0B0E0B110B120B290B310B340B3A0B3B0B450B460B490B4A0B4E-0B550B58-0B5B0B5E0B640B650B78-0B810B840B8B-0B8D0B910B96-0B980B9B0B9D0BA0-0BA20BA5-0BA70BAB-0BAD0BBA-0BBD0BC3-0BC50BC90BCE0BCF0BD1-0BD60BD8-0BE50BFB-0C000C040C0D0C110C290C340C3A-0C3C0C450C490C4E-0C540C570C5A-0C5F0C640C650C70-0C770C800C810C840C8D0C910CA90CB40CBA0CBB0CC50CC90CCE-0CD40CD7-0CDD0CDF0CE40CE50CF00CF3-0D010D040D0D0D110D3B0D3C0D450D490D4F-0D560D58-0D5F0D640D650D76-0D780D800D810D840D97-0D990DB20DBC0DBE0DBF0DC7-0DC90DCB-0DCE0DD50DD70DE0-0DF10DF5-0E000E3B-0E3E0E5C-0E800E830E850E860E890E8B0E8C0E8E-0E930E980EA00EA40EA60EA80EA90EAC0EBA0EBE0EBF0EC50EC70ECE0ECF0EDA0EDB0EE0-0EFF0F480F6D-0F700F980FBD0FCD0FDB-0FFF10C610C8-10CC10CE10CF1249124E124F12571259125E125F1289128E128F12B112B612B712BF12C112C612C712D7131113161317135B135C137D-137F139A-139F13F5-13FF169D-169F16F1-16FF170D1715-171F1737-173F1754-175F176D17711774-177F17DE17DF17EA-17EF17FA-17FF180F181A-181F1878-187F18AB-18AF18F6-18FF191D-191F192C-192F193C-193F1941-1943196E196F1975-197F19AC-19AF19CA-19CF19DB-19DD1A1C1A1D1A5F1A7D1A7E1A8A-1A8F1A9A-1A9F1AAE-1AFF1B4C-1B4F1B7D-1B7F1BF4-1BFB1C38-1C3A1C4A-1C4C1C80-1CBF1CC8-1CCF1CF7-1CFF1DE7-1DFB1F161F171F1E1F1F1F461F471F4E1F4F1F581F5A1F5C1F5E1F7E1F7F1FB51FC51FD41FD51FDC1FF01FF11FF51FFF2065-206920722073208F209D-209F20BA-20CF20F1-20FF218A-218F23F4-23FF2427-243F244B-245F27002B4D-2B4F2B5A-2BFF2C2F2C5F2CF4-2CF82D262D28-2D2C2D2E2D2F2D68-2D6E2D71-2D7E2D97-2D9F2DA72DAF2DB72DBF2DC72DCF2DD72DDF2E3C-2E7F2E9A2EF4-2EFF2FD6-2FEF2FFC-2FFF3040309730983100-3104312E-3130318F31BB-31BF31E4-31EF321F32FF4DB6-4DBF9FCD-9FFFA48D-A48FA4C7-A4CFA62C-A63FA698-A69EA6F8-A6FFA78FA794-A79FA7AB-A7F7A82C-A82FA83A-A83FA878-A87FA8C5-A8CDA8DA-A8DFA8FC-A8FFA954-A95EA97D-A97FA9CEA9DA-A9DDA9E0-A9FFAA37-AA3FAA4EAA4FAA5AAA5BAA7C-AA7FAAC3-AADAAAF7-AB00AB07AB08AB0FAB10AB17-AB1FAB27AB2F-ABBFABEEABEFABFA-ABFFD7A4-D7AFD7C7-D7CAD7FC-D7FFFA6EFA6FFADA-FAFFFB07-FB12FB18-FB1CFB37FB3DFB3FFB42FB45FBC2-FBD2FD40-FD4FFD90FD91FDC8-FDEFFDFEFDFFFE1A-FE1FFE27-FE2FFE53FE67FE6C-FE6FFE75FEFDFEFEFF00FFBF-FFC1FFC8FFC9FFD0FFD1FFD8FFD9FFDD-FFDFFFE7FFEF-FFF8FFFEFFFF"},{Ll:"Lowercase_Letter",Lu:"Uppercase_Letter",Lt:"Titlecase_Letter",Lm:"Modifier_Letter",Lo:"Other_Letter",M:"Mark",Mn:"Nonspacing_Mark",Mc:"Spacing_Mark",Me:"Enclosing_Mark",N:"Number",Nd:"Decimal_Number",Nl:"Letter_Number",No:"Other_Number",P:"Punctuation",Pd:"Dash_Punctuation",Ps:"Open_Punctuation",Pe:"Close_Punctuation",Pi:"Initial_Punctuation",Pf:"Final_Punctuation",Pc:"Connector_Punctuation",Po:"Other_Punctuation",S:"Symbol",Sm:"Math_Symbol",Sc:"Currency_Symbol",Sk:"Modifier_Symbol",So:"Other_Symbol",Z:"Separator",Zs:"Space_Separator",Zl:"Line_Separator",Zp:"Paragraph_Separator",C:"Other",Cc:"Control",Cf:"Format",Co:"Private_Use",Cs:"Surrogate",Cn:"Unassigned"})})(XRegExp); +//XRegExp Unicode Scripts 1.2.0 +(function(n){"use strict";if(!n.addUnicodePackage)throw new ReferenceError("Unicode Base must be loaded before Unicode Scripts");n.install("extensibility"),n.addUnicodePackage({Arabic:"0600-06040606-060B060D-061A061E0620-063F0641-064A0656-065E066A-066F0671-06DC06DE-06FF0750-077F08A008A2-08AC08E4-08FEFB50-FBC1FBD3-FD3DFD50-FD8FFD92-FDC7FDF0-FDFCFE70-FE74FE76-FEFC",Armenian:"0531-05560559-055F0561-0587058A058FFB13-FB17",Balinese:"1B00-1B4B1B50-1B7C",Bamum:"A6A0-A6F7",Batak:"1BC0-1BF31BFC-1BFF",Bengali:"0981-09830985-098C098F09900993-09A809AA-09B009B209B6-09B909BC-09C409C709C809CB-09CE09D709DC09DD09DF-09E309E6-09FB",Bopomofo:"02EA02EB3105-312D31A0-31BA",Braille:"2800-28FF",Buginese:"1A00-1A1B1A1E1A1F",Buhid:"1740-1753",Canadian_Aboriginal:"1400-167F18B0-18F5",Cham:"AA00-AA36AA40-AA4DAA50-AA59AA5C-AA5F",Cherokee:"13A0-13F4",Common:"0000-0040005B-0060007B-00A900AB-00B900BB-00BF00D700F702B9-02DF02E5-02E902EC-02FF0374037E038503870589060C061B061F06400660-066906DD096409650E3F0FD5-0FD810FB16EB-16ED173517361802180318051CD31CE11CE9-1CEC1CEE-1CF31CF51CF62000-200B200E-2064206A-20702074-207E2080-208E20A0-20B92100-21252127-2129212C-21312133-214D214F-215F21892190-23F32400-24262440-244A2460-26FF2701-27FF2900-2B4C2B50-2B592E00-2E3B2FF0-2FFB3000-300430063008-30203030-3037303C-303F309B309C30A030FB30FC3190-319F31C0-31E33220-325F327F-32CF3358-33FF4DC0-4DFFA700-A721A788-A78AA830-A839FD3EFD3FFDFDFE10-FE19FE30-FE52FE54-FE66FE68-FE6BFEFFFF01-FF20FF3B-FF40FF5B-FF65FF70FF9EFF9FFFE0-FFE6FFE8-FFEEFFF9-FFFD",Coptic:"03E2-03EF2C80-2CF32CF9-2CFF",Cyrillic:"0400-04840487-05271D2B1D782DE0-2DFFA640-A697A69F",Devanagari:"0900-09500953-09630966-09770979-097FA8E0-A8FB",Ethiopic:"1200-1248124A-124D1250-12561258125A-125D1260-1288128A-128D1290-12B012B2-12B512B8-12BE12C012C2-12C512C8-12D612D8-13101312-13151318-135A135D-137C1380-13992D80-2D962DA0-2DA62DA8-2DAE2DB0-2DB62DB8-2DBE2DC0-2DC62DC8-2DCE2DD0-2DD62DD8-2DDEAB01-AB06AB09-AB0EAB11-AB16AB20-AB26AB28-AB2E",Georgian:"10A0-10C510C710CD10D0-10FA10FC-10FF2D00-2D252D272D2D",Glagolitic:"2C00-2C2E2C30-2C5E",Greek:"0370-03730375-0377037A-037D038403860388-038A038C038E-03A103A3-03E103F0-03FF1D26-1D2A1D5D-1D611D66-1D6A1DBF1F00-1F151F18-1F1D1F20-1F451F48-1F4D1F50-1F571F591F5B1F5D1F5F-1F7D1F80-1FB41FB6-1FC41FC6-1FD31FD6-1FDB1FDD-1FEF1FF2-1FF41FF6-1FFE2126",Gujarati:"0A81-0A830A85-0A8D0A8F-0A910A93-0AA80AAA-0AB00AB20AB30AB5-0AB90ABC-0AC50AC7-0AC90ACB-0ACD0AD00AE0-0AE30AE6-0AF1",Gurmukhi:"0A01-0A030A05-0A0A0A0F0A100A13-0A280A2A-0A300A320A330A350A360A380A390A3C0A3E-0A420A470A480A4B-0A4D0A510A59-0A5C0A5E0A66-0A75",Han:"2E80-2E992E9B-2EF32F00-2FD5300530073021-30293038-303B3400-4DB54E00-9FCCF900-FA6DFA70-FAD9",Hangul:"1100-11FF302E302F3131-318E3200-321E3260-327EA960-A97CAC00-D7A3D7B0-D7C6D7CB-D7FBFFA0-FFBEFFC2-FFC7FFCA-FFCFFFD2-FFD7FFDA-FFDC",Hanunoo:"1720-1734",Hebrew:"0591-05C705D0-05EA05F0-05F4FB1D-FB36FB38-FB3CFB3EFB40FB41FB43FB44FB46-FB4F",Hiragana:"3041-3096309D-309F",Inherited:"0300-036F04850486064B-0655065F0670095109521CD0-1CD21CD4-1CE01CE2-1CE81CED1CF41DC0-1DE61DFC-1DFF200C200D20D0-20F0302A-302D3099309AFE00-FE0FFE20-FE26",Javanese:"A980-A9CDA9CF-A9D9A9DEA9DF",Kannada:"0C820C830C85-0C8C0C8E-0C900C92-0CA80CAA-0CB30CB5-0CB90CBC-0CC40CC6-0CC80CCA-0CCD0CD50CD60CDE0CE0-0CE30CE6-0CEF0CF10CF2",Katakana:"30A1-30FA30FD-30FF31F0-31FF32D0-32FE3300-3357FF66-FF6FFF71-FF9D",Kayah_Li:"A900-A92F",Khmer:"1780-17DD17E0-17E917F0-17F919E0-19FF",Lao:"0E810E820E840E870E880E8A0E8D0E94-0E970E99-0E9F0EA1-0EA30EA50EA70EAA0EAB0EAD-0EB90EBB-0EBD0EC0-0EC40EC60EC8-0ECD0ED0-0ED90EDC-0EDF",Latin:"0041-005A0061-007A00AA00BA00C0-00D600D8-00F600F8-02B802E0-02E41D00-1D251D2C-1D5C1D62-1D651D6B-1D771D79-1DBE1E00-1EFF2071207F2090-209C212A212B2132214E2160-21882C60-2C7FA722-A787A78B-A78EA790-A793A7A0-A7AAA7F8-A7FFFB00-FB06FF21-FF3AFF41-FF5A",Lepcha:"1C00-1C371C3B-1C491C4D-1C4F",Limbu:"1900-191C1920-192B1930-193B19401944-194F",Lisu:"A4D0-A4FF",Malayalam:"0D020D030D05-0D0C0D0E-0D100D12-0D3A0D3D-0D440D46-0D480D4A-0D4E0D570D60-0D630D66-0D750D79-0D7F",Mandaic:"0840-085B085E",Meetei_Mayek:"AAE0-AAF6ABC0-ABEDABF0-ABF9",Mongolian:"1800180118041806-180E1810-18191820-18771880-18AA",Myanmar:"1000-109FAA60-AA7B",New_Tai_Lue:"1980-19AB19B0-19C919D0-19DA19DE19DF",Nko:"07C0-07FA",Ogham:"1680-169C",Ol_Chiki:"1C50-1C7F",Oriya:"0B01-0B030B05-0B0C0B0F0B100B13-0B280B2A-0B300B320B330B35-0B390B3C-0B440B470B480B4B-0B4D0B560B570B5C0B5D0B5F-0B630B66-0B77",Phags_Pa:"A840-A877",Rejang:"A930-A953A95F",Runic:"16A0-16EA16EE-16F0",Samaritan:"0800-082D0830-083E",Saurashtra:"A880-A8C4A8CE-A8D9",Sinhala:"0D820D830D85-0D960D9A-0DB10DB3-0DBB0DBD0DC0-0DC60DCA0DCF-0DD40DD60DD8-0DDF0DF2-0DF4",Sundanese:"1B80-1BBF1CC0-1CC7",Syloti_Nagri:"A800-A82B",Syriac:"0700-070D070F-074A074D-074F",Tagalog:"1700-170C170E-1714",Tagbanwa:"1760-176C176E-177017721773",Tai_Le:"1950-196D1970-1974",Tai_Tham:"1A20-1A5E1A60-1A7C1A7F-1A891A90-1A991AA0-1AAD",Tai_Viet:"AA80-AAC2AADB-AADF",Tamil:"0B820B830B85-0B8A0B8E-0B900B92-0B950B990B9A0B9C0B9E0B9F0BA30BA40BA8-0BAA0BAE-0BB90BBE-0BC20BC6-0BC80BCA-0BCD0BD00BD70BE6-0BFA",Telugu:"0C01-0C030C05-0C0C0C0E-0C100C12-0C280C2A-0C330C35-0C390C3D-0C440C46-0C480C4A-0C4D0C550C560C580C590C60-0C630C66-0C6F0C78-0C7F",Thaana:"0780-07B1",Thai:"0E01-0E3A0E40-0E5B",Tibetan:"0F00-0F470F49-0F6C0F71-0F970F99-0FBC0FBE-0FCC0FCE-0FD40FD90FDA",Tifinagh:"2D30-2D672D6F2D702D7F",Vai:"A500-A62B",Yi:"A000-A48CA490-A4C6"})})(XRegExp); +//XRegExp Unicode Blocks 1.2.0 +(function(n){"use strict";if(!n.addUnicodePackage)throw new ReferenceError("Unicode Base must be loaded before Unicode Blocks");n.install("extensibility"),n.addUnicodePackage({InBasic_Latin:"0000-007F",InLatin_1_Supplement:"0080-00FF",InLatin_Extended_A:"0100-017F",InLatin_Extended_B:"0180-024F",InIPA_Extensions:"0250-02AF",InSpacing_Modifier_Letters:"02B0-02FF",InCombining_Diacritical_Marks:"0300-036F",InGreek_and_Coptic:"0370-03FF",InCyrillic:"0400-04FF",InCyrillic_Supplement:"0500-052F",InArmenian:"0530-058F",InHebrew:"0590-05FF",InArabic:"0600-06FF",InSyriac:"0700-074F",InArabic_Supplement:"0750-077F",InThaana:"0780-07BF",InNKo:"07C0-07FF",InSamaritan:"0800-083F",InMandaic:"0840-085F",InArabic_Extended_A:"08A0-08FF",InDevanagari:"0900-097F",InBengali:"0980-09FF",InGurmukhi:"0A00-0A7F",InGujarati:"0A80-0AFF",InOriya:"0B00-0B7F",InTamil:"0B80-0BFF",InTelugu:"0C00-0C7F",InKannada:"0C80-0CFF",InMalayalam:"0D00-0D7F",InSinhala:"0D80-0DFF",InThai:"0E00-0E7F",InLao:"0E80-0EFF",InTibetan:"0F00-0FFF",InMyanmar:"1000-109F",InGeorgian:"10A0-10FF",InHangul_Jamo:"1100-11FF",InEthiopic:"1200-137F",InEthiopic_Supplement:"1380-139F",InCherokee:"13A0-13FF",InUnified_Canadian_Aboriginal_Syllabics:"1400-167F",InOgham:"1680-169F",InRunic:"16A0-16FF",InTagalog:"1700-171F",InHanunoo:"1720-173F",InBuhid:"1740-175F",InTagbanwa:"1760-177F",InKhmer:"1780-17FF",InMongolian:"1800-18AF",InUnified_Canadian_Aboriginal_Syllabics_Extended:"18B0-18FF",InLimbu:"1900-194F",InTai_Le:"1950-197F",InNew_Tai_Lue:"1980-19DF",InKhmer_Symbols:"19E0-19FF",InBuginese:"1A00-1A1F",InTai_Tham:"1A20-1AAF",InBalinese:"1B00-1B7F",InSundanese:"1B80-1BBF",InBatak:"1BC0-1BFF",InLepcha:"1C00-1C4F",InOl_Chiki:"1C50-1C7F",InSundanese_Supplement:"1CC0-1CCF",InVedic_Extensions:"1CD0-1CFF",InPhonetic_Extensions:"1D00-1D7F",InPhonetic_Extensions_Supplement:"1D80-1DBF",InCombining_Diacritical_Marks_Supplement:"1DC0-1DFF",InLatin_Extended_Additional:"1E00-1EFF",InGreek_Extended:"1F00-1FFF",InGeneral_Punctuation:"2000-206F",InSuperscripts_and_Subscripts:"2070-209F",InCurrency_Symbols:"20A0-20CF",InCombining_Diacritical_Marks_for_Symbols:"20D0-20FF",InLetterlike_Symbols:"2100-214F",InNumber_Forms:"2150-218F",InArrows:"2190-21FF",InMathematical_Operators:"2200-22FF",InMiscellaneous_Technical:"2300-23FF",InControl_Pictures:"2400-243F",InOptical_Character_Recognition:"2440-245F",InEnclosed_Alphanumerics:"2460-24FF",InBox_Drawing:"2500-257F",InBlock_Elements:"2580-259F",InGeometric_Shapes:"25A0-25FF",InMiscellaneous_Symbols:"2600-26FF",InDingbats:"2700-27BF",InMiscellaneous_Mathematical_Symbols_A:"27C0-27EF",InSupplemental_Arrows_A:"27F0-27FF",InBraille_Patterns:"2800-28FF",InSupplemental_Arrows_B:"2900-297F",InMiscellaneous_Mathematical_Symbols_B:"2980-29FF",InSupplemental_Mathematical_Operators:"2A00-2AFF",InMiscellaneous_Symbols_and_Arrows:"2B00-2BFF",InGlagolitic:"2C00-2C5F",InLatin_Extended_C:"2C60-2C7F",InCoptic:"2C80-2CFF",InGeorgian_Supplement:"2D00-2D2F",InTifinagh:"2D30-2D7F",InEthiopic_Extended:"2D80-2DDF",InCyrillic_Extended_A:"2DE0-2DFF",InSupplemental_Punctuation:"2E00-2E7F",InCJK_Radicals_Supplement:"2E80-2EFF",InKangxi_Radicals:"2F00-2FDF",InIdeographic_Description_Characters:"2FF0-2FFF",InCJK_Symbols_and_Punctuation:"3000-303F",InHiragana:"3040-309F",InKatakana:"30A0-30FF",InBopomofo:"3100-312F",InHangul_Compatibility_Jamo:"3130-318F",InKanbun:"3190-319F",InBopomofo_Extended:"31A0-31BF",InCJK_Strokes:"31C0-31EF",InKatakana_Phonetic_Extensions:"31F0-31FF",InEnclosed_CJK_Letters_and_Months:"3200-32FF",InCJK_Compatibility:"3300-33FF",InCJK_Unified_Ideographs_Extension_A:"3400-4DBF",InYijing_Hexagram_Symbols:"4DC0-4DFF",InCJK_Unified_Ideographs:"4E00-9FFF",InYi_Syllables:"A000-A48F",InYi_Radicals:"A490-A4CF",InLisu:"A4D0-A4FF",InVai:"A500-A63F",InCyrillic_Extended_B:"A640-A69F",InBamum:"A6A0-A6FF",InModifier_Tone_Letters:"A700-A71F",InLatin_Extended_D:"A720-A7FF",InSyloti_Nagri:"A800-A82F",InCommon_Indic_Number_Forms:"A830-A83F",InPhags_pa:"A840-A87F",InSaurashtra:"A880-A8DF",InDevanagari_Extended:"A8E0-A8FF",InKayah_Li:"A900-A92F",InRejang:"A930-A95F",InHangul_Jamo_Extended_A:"A960-A97F",InJavanese:"A980-A9DF",InCham:"AA00-AA5F",InMyanmar_Extended_A:"AA60-AA7F",InTai_Viet:"AA80-AADF",InMeetei_Mayek_Extensions:"AAE0-AAFF",InEthiopic_Extended_A:"AB00-AB2F",InMeetei_Mayek:"ABC0-ABFF",InHangul_Syllables:"AC00-D7AF",InHangul_Jamo_Extended_B:"D7B0-D7FF",InHigh_Surrogates:"D800-DB7F",InHigh_Private_Use_Surrogates:"DB80-DBFF",InLow_Surrogates:"DC00-DFFF",InPrivate_Use_Area:"E000-F8FF",InCJK_Compatibility_Ideographs:"F900-FAFF",InAlphabetic_Presentation_Forms:"FB00-FB4F",InArabic_Presentation_Forms_A:"FB50-FDFF",InVariation_Selectors:"FE00-FE0F",InVertical_Forms:"FE10-FE1F",InCombining_Half_Marks:"FE20-FE2F",InCJK_Compatibility_Forms:"FE30-FE4F",InSmall_Form_Variants:"FE50-FE6F",InArabic_Presentation_Forms_B:"FE70-FEFF",InHalfwidth_and_Fullwidth_Forms:"FF00-FFEF",InSpecials:"FFF0-FFFF"})})(XRegExp); +//XRegExp Unicode Properties 1.0.0 +(function(n){"use strict";if(!n.addUnicodePackage)throw new ReferenceError("Unicode Base must be loaded before Unicode Properties");n.install("extensibility"),n.addUnicodePackage({Alphabetic:"0041-005A0061-007A00AA00B500BA00C0-00D600D8-00F600F8-02C102C6-02D102E0-02E402EC02EE03450370-037403760377037A-037D03860388-038A038C038E-03A103A3-03F503F7-0481048A-05270531-055605590561-058705B0-05BD05BF05C105C205C405C505C705D0-05EA05F0-05F20610-061A0620-06570659-065F066E-06D306D5-06DC06E1-06E806ED-06EF06FA-06FC06FF0710-073F074D-07B107CA-07EA07F407F507FA0800-0817081A-082C0840-085808A008A2-08AC08E4-08E908F0-08FE0900-093B093D-094C094E-09500955-09630971-09770979-097F0981-09830985-098C098F09900993-09A809AA-09B009B209B6-09B909BD-09C409C709C809CB09CC09CE09D709DC09DD09DF-09E309F009F10A01-0A030A05-0A0A0A0F0A100A13-0A280A2A-0A300A320A330A350A360A380A390A3E-0A420A470A480A4B0A4C0A510A59-0A5C0A5E0A70-0A750A81-0A830A85-0A8D0A8F-0A910A93-0AA80AAA-0AB00AB20AB30AB5-0AB90ABD-0AC50AC7-0AC90ACB0ACC0AD00AE0-0AE30B01-0B030B05-0B0C0B0F0B100B13-0B280B2A-0B300B320B330B35-0B390B3D-0B440B470B480B4B0B4C0B560B570B5C0B5D0B5F-0B630B710B820B830B85-0B8A0B8E-0B900B92-0B950B990B9A0B9C0B9E0B9F0BA30BA40BA8-0BAA0BAE-0BB90BBE-0BC20BC6-0BC80BCA-0BCC0BD00BD70C01-0C030C05-0C0C0C0E-0C100C12-0C280C2A-0C330C35-0C390C3D-0C440C46-0C480C4A-0C4C0C550C560C580C590C60-0C630C820C830C85-0C8C0C8E-0C900C92-0CA80CAA-0CB30CB5-0CB90CBD-0CC40CC6-0CC80CCA-0CCC0CD50CD60CDE0CE0-0CE30CF10CF20D020D030D05-0D0C0D0E-0D100D12-0D3A0D3D-0D440D46-0D480D4A-0D4C0D4E0D570D60-0D630D7A-0D7F0D820D830D85-0D960D9A-0DB10DB3-0DBB0DBD0DC0-0DC60DCF-0DD40DD60DD8-0DDF0DF20DF30E01-0E3A0E40-0E460E4D0E810E820E840E870E880E8A0E8D0E94-0E970E99-0E9F0EA1-0EA30EA50EA70EAA0EAB0EAD-0EB90EBB-0EBD0EC0-0EC40EC60ECD0EDC-0EDF0F000F40-0F470F49-0F6C0F71-0F810F88-0F970F99-0FBC1000-10361038103B-103F1050-10621065-1068106E-1086108E109C109D10A0-10C510C710CD10D0-10FA10FC-1248124A-124D1250-12561258125A-125D1260-1288128A-128D1290-12B012B2-12B512B8-12BE12C012C2-12C512C8-12D612D8-13101312-13151318-135A135F1380-138F13A0-13F41401-166C166F-167F1681-169A16A0-16EA16EE-16F01700-170C170E-17131720-17331740-17531760-176C176E-1770177217731780-17B317B6-17C817D717DC1820-18771880-18AA18B0-18F51900-191C1920-192B1930-19381950-196D1970-19741980-19AB19B0-19C91A00-1A1B1A20-1A5E1A61-1A741AA71B00-1B331B35-1B431B45-1B4B1B80-1BA91BAC-1BAF1BBA-1BE51BE7-1BF11C00-1C351C4D-1C4F1C5A-1C7D1CE9-1CEC1CEE-1CF31CF51CF61D00-1DBF1E00-1F151F18-1F1D1F20-1F451F48-1F4D1F50-1F571F591F5B1F5D1F5F-1F7D1F80-1FB41FB6-1FBC1FBE1FC2-1FC41FC6-1FCC1FD0-1FD31FD6-1FDB1FE0-1FEC1FF2-1FF41FF6-1FFC2071207F2090-209C21022107210A-211321152119-211D212421262128212A-212D212F-2139213C-213F2145-2149214E2160-218824B6-24E92C00-2C2E2C30-2C5E2C60-2CE42CEB-2CEE2CF22CF32D00-2D252D272D2D2D30-2D672D6F2D80-2D962DA0-2DA62DA8-2DAE2DB0-2DB62DB8-2DBE2DC0-2DC62DC8-2DCE2DD0-2DD62DD8-2DDE2DE0-2DFF2E2F3005-30073021-30293031-30353038-303C3041-3096309D-309F30A1-30FA30FC-30FF3105-312D3131-318E31A0-31BA31F0-31FF3400-4DB54E00-9FCCA000-A48CA4D0-A4FDA500-A60CA610-A61FA62AA62BA640-A66EA674-A67BA67F-A697A69F-A6EFA717-A71FA722-A788A78B-A78EA790-A793A7A0-A7AAA7F8-A801A803-A805A807-A80AA80C-A827A840-A873A880-A8C3A8F2-A8F7A8FBA90A-A92AA930-A952A960-A97CA980-A9B2A9B4-A9BFA9CFAA00-AA36AA40-AA4DAA60-AA76AA7AAA80-AABEAAC0AAC2AADB-AADDAAE0-AAEFAAF2-AAF5AB01-AB06AB09-AB0EAB11-AB16AB20-AB26AB28-AB2EABC0-ABEAAC00-D7A3D7B0-D7C6D7CB-D7FBF900-FA6DFA70-FAD9FB00-FB06FB13-FB17FB1D-FB28FB2A-FB36FB38-FB3CFB3EFB40FB41FB43FB44FB46-FBB1FBD3-FD3DFD50-FD8FFD92-FDC7FDF0-FDFBFE70-FE74FE76-FEFCFF21-FF3AFF41-FF5AFF66-FFBEFFC2-FFC7FFCA-FFCFFFD2-FFD7FFDA-FFDC",Uppercase:"0041-005A00C0-00D600D8-00DE01000102010401060108010A010C010E01100112011401160118011A011C011E01200122012401260128012A012C012E01300132013401360139013B013D013F0141014301450147014A014C014E01500152015401560158015A015C015E01600162016401660168016A016C016E017001720174017601780179017B017D018101820184018601870189-018B018E-0191019301940196-0198019C019D019F01A001A201A401A601A701A901AC01AE01AF01B1-01B301B501B701B801BC01C401C701CA01CD01CF01D101D301D501D701D901DB01DE01E001E201E401E601E801EA01EC01EE01F101F401F6-01F801FA01FC01FE02000202020402060208020A020C020E02100212021402160218021A021C021E02200222022402260228022A022C022E02300232023A023B023D023E02410243-02460248024A024C024E03700372037603860388-038A038C038E038F0391-03A103A3-03AB03CF03D2-03D403D803DA03DC03DE03E003E203E403E603E803EA03EC03EE03F403F703F903FA03FD-042F04600462046404660468046A046C046E04700472047404760478047A047C047E0480048A048C048E04900492049404960498049A049C049E04A004A204A404A604A804AA04AC04AE04B004B204B404B604B804BA04BC04BE04C004C104C304C504C704C904CB04CD04D004D204D404D604D804DA04DC04DE04E004E204E404E604E804EA04EC04EE04F004F204F404F604F804FA04FC04FE05000502050405060508050A050C050E05100512051405160518051A051C051E05200522052405260531-055610A0-10C510C710CD1E001E021E041E061E081E0A1E0C1E0E1E101E121E141E161E181E1A1E1C1E1E1E201E221E241E261E281E2A1E2C1E2E1E301E321E341E361E381E3A1E3C1E3E1E401E421E441E461E481E4A1E4C1E4E1E501E521E541E561E581E5A1E5C1E5E1E601E621E641E661E681E6A1E6C1E6E1E701E721E741E761E781E7A1E7C1E7E1E801E821E841E861E881E8A1E8C1E8E1E901E921E941E9E1EA01EA21EA41EA61EA81EAA1EAC1EAE1EB01EB21EB41EB61EB81EBA1EBC1EBE1EC01EC21EC41EC61EC81ECA1ECC1ECE1ED01ED21ED41ED61ED81EDA1EDC1EDE1EE01EE21EE41EE61EE81EEA1EEC1EEE1EF01EF21EF41EF61EF81EFA1EFC1EFE1F08-1F0F1F18-1F1D1F28-1F2F1F38-1F3F1F48-1F4D1F591F5B1F5D1F5F1F68-1F6F1FB8-1FBB1FC8-1FCB1FD8-1FDB1FE8-1FEC1FF8-1FFB21022107210B-210D2110-211221152119-211D212421262128212A-212D2130-2133213E213F21452160-216F218324B6-24CF2C00-2C2E2C602C62-2C642C672C692C6B2C6D-2C702C722C752C7E-2C802C822C842C862C882C8A2C8C2C8E2C902C922C942C962C982C9A2C9C2C9E2CA02CA22CA42CA62CA82CAA2CAC2CAE2CB02CB22CB42CB62CB82CBA2CBC2CBE2CC02CC22CC42CC62CC82CCA2CCC2CCE2CD02CD22CD42CD62CD82CDA2CDC2CDE2CE02CE22CEB2CED2CF2A640A642A644A646A648A64AA64CA64EA650A652A654A656A658A65AA65CA65EA660A662A664A666A668A66AA66CA680A682A684A686A688A68AA68CA68EA690A692A694A696A722A724A726A728A72AA72CA72EA732A734A736A738A73AA73CA73EA740A742A744A746A748A74AA74CA74EA750A752A754A756A758A75AA75CA75EA760A762A764A766A768A76AA76CA76EA779A77BA77DA77EA780A782A784A786A78BA78DA790A792A7A0A7A2A7A4A7A6A7A8A7AAFF21-FF3A",Lowercase:"0061-007A00AA00B500BA00DF-00F600F8-00FF01010103010501070109010B010D010F01110113011501170119011B011D011F01210123012501270129012B012D012F01310133013501370138013A013C013E014001420144014601480149014B014D014F01510153015501570159015B015D015F01610163016501670169016B016D016F0171017301750177017A017C017E-0180018301850188018C018D019201950199-019B019E01A101A301A501A801AA01AB01AD01B001B401B601B901BA01BD-01BF01C601C901CC01CE01D001D201D401D601D801DA01DC01DD01DF01E101E301E501E701E901EB01ED01EF01F001F301F501F901FB01FD01FF02010203020502070209020B020D020F02110213021502170219021B021D021F02210223022502270229022B022D022F02310233-0239023C023F0240024202470249024B024D024F-02930295-02B802C002C102E0-02E40345037103730377037A-037D039003AC-03CE03D003D103D5-03D703D903DB03DD03DF03E103E303E503E703E903EB03ED03EF-03F303F503F803FB03FC0430-045F04610463046504670469046B046D046F04710473047504770479047B047D047F0481048B048D048F04910493049504970499049B049D049F04A104A304A504A704A904AB04AD04AF04B104B304B504B704B904BB04BD04BF04C204C404C604C804CA04CC04CE04CF04D104D304D504D704D904DB04DD04DF04E104E304E504E704E904EB04ED04EF04F104F304F504F704F904FB04FD04FF05010503050505070509050B050D050F05110513051505170519051B051D051F05210523052505270561-05871D00-1DBF1E011E031E051E071E091E0B1E0D1E0F1E111E131E151E171E191E1B1E1D1E1F1E211E231E251E271E291E2B1E2D1E2F1E311E331E351E371E391E3B1E3D1E3F1E411E431E451E471E491E4B1E4D1E4F1E511E531E551E571E591E5B1E5D1E5F1E611E631E651E671E691E6B1E6D1E6F1E711E731E751E771E791E7B1E7D1E7F1E811E831E851E871E891E8B1E8D1E8F1E911E931E95-1E9D1E9F1EA11EA31EA51EA71EA91EAB1EAD1EAF1EB11EB31EB51EB71EB91EBB1EBD1EBF1EC11EC31EC51EC71EC91ECB1ECD1ECF1ED11ED31ED51ED71ED91EDB1EDD1EDF1EE11EE31EE51EE71EE91EEB1EED1EEF1EF11EF31EF51EF71EF91EFB1EFD1EFF-1F071F10-1F151F20-1F271F30-1F371F40-1F451F50-1F571F60-1F671F70-1F7D1F80-1F871F90-1F971FA0-1FA71FB0-1FB41FB61FB71FBE1FC2-1FC41FC61FC71FD0-1FD31FD61FD71FE0-1FE71FF2-1FF41FF61FF72071207F2090-209C210A210E210F2113212F21342139213C213D2146-2149214E2170-217F218424D0-24E92C30-2C5E2C612C652C662C682C6A2C6C2C712C732C742C76-2C7D2C812C832C852C872C892C8B2C8D2C8F2C912C932C952C972C992C9B2C9D2C9F2CA12CA32CA52CA72CA92CAB2CAD2CAF2CB12CB32CB52CB72CB92CBB2CBD2CBF2CC12CC32CC52CC72CC92CCB2CCD2CCF2CD12CD32CD52CD72CD92CDB2CDD2CDF2CE12CE32CE42CEC2CEE2CF32D00-2D252D272D2DA641A643A645A647A649A64BA64DA64FA651A653A655A657A659A65BA65DA65FA661A663A665A667A669A66BA66DA681A683A685A687A689A68BA68DA68FA691A693A695A697A723A725A727A729A72BA72DA72F-A731A733A735A737A739A73BA73DA73FA741A743A745A747A749A74BA74DA74FA751A753A755A757A759A75BA75DA75FA761A763A765A767A769A76BA76DA76F-A778A77AA77CA77FA781A783A785A787A78CA78EA791A793A7A1A7A3A7A5A7A7A7A9A7F8-A7FAFB00-FB06FB13-FB17FF41-FF5A",White_Space:"0009-000D0020008500A01680180E2000-200A20282029202F205F3000",Noncharacter_Code_Point:"FDD0-FDEFFFFEFFFF",Default_Ignorable_Code_Point:"00AD034F115F116017B417B5180B-180D200B-200F202A-202E2060-206F3164FE00-FE0FFEFFFFA0FFF0-FFF8",Any:"0000-FFFF",Ascii:"0000-007F",Assigned:"0000-0377037A-037E0384-038A038C038E-03A103A3-05270531-05560559-055F0561-05870589058A058F0591-05C705D0-05EA05F0-05F40600-06040606-061B061E-070D070F-074A074D-07B107C0-07FA0800-082D0830-083E0840-085B085E08A008A2-08AC08E4-08FE0900-09770979-097F0981-09830985-098C098F09900993-09A809AA-09B009B209B6-09B909BC-09C409C709C809CB-09CE09D709DC09DD09DF-09E309E6-09FB0A01-0A030A05-0A0A0A0F0A100A13-0A280A2A-0A300A320A330A350A360A380A390A3C0A3E-0A420A470A480A4B-0A4D0A510A59-0A5C0A5E0A66-0A750A81-0A830A85-0A8D0A8F-0A910A93-0AA80AAA-0AB00AB20AB30AB5-0AB90ABC-0AC50AC7-0AC90ACB-0ACD0AD00AE0-0AE30AE6-0AF10B01-0B030B05-0B0C0B0F0B100B13-0B280B2A-0B300B320B330B35-0B390B3C-0B440B470B480B4B-0B4D0B560B570B5C0B5D0B5F-0B630B66-0B770B820B830B85-0B8A0B8E-0B900B92-0B950B990B9A0B9C0B9E0B9F0BA30BA40BA8-0BAA0BAE-0BB90BBE-0BC20BC6-0BC80BCA-0BCD0BD00BD70BE6-0BFA0C01-0C030C05-0C0C0C0E-0C100C12-0C280C2A-0C330C35-0C390C3D-0C440C46-0C480C4A-0C4D0C550C560C580C590C60-0C630C66-0C6F0C78-0C7F0C820C830C85-0C8C0C8E-0C900C92-0CA80CAA-0CB30CB5-0CB90CBC-0CC40CC6-0CC80CCA-0CCD0CD50CD60CDE0CE0-0CE30CE6-0CEF0CF10CF20D020D030D05-0D0C0D0E-0D100D12-0D3A0D3D-0D440D46-0D480D4A-0D4E0D570D60-0D630D66-0D750D79-0D7F0D820D830D85-0D960D9A-0DB10DB3-0DBB0DBD0DC0-0DC60DCA0DCF-0DD40DD60DD8-0DDF0DF2-0DF40E01-0E3A0E3F-0E5B0E810E820E840E870E880E8A0E8D0E94-0E970E99-0E9F0EA1-0EA30EA50EA70EAA0EAB0EAD-0EB90EBB-0EBD0EC0-0EC40EC60EC8-0ECD0ED0-0ED90EDC-0EDF0F00-0F470F49-0F6C0F71-0F970F99-0FBC0FBE-0FCC0FCE-0FDA1000-10C510C710CD10D0-1248124A-124D1250-12561258125A-125D1260-1288128A-128D1290-12B012B2-12B512B8-12BE12C012C2-12C512C8-12D612D8-13101312-13151318-135A135D-137C1380-139913A0-13F41400-169C16A0-16F01700-170C170E-17141720-17361740-17531760-176C176E-1770177217731780-17DD17E0-17E917F0-17F91800-180E1810-18191820-18771880-18AA18B0-18F51900-191C1920-192B1930-193B19401944-196D1970-19741980-19AB19B0-19C919D0-19DA19DE-1A1B1A1E-1A5E1A60-1A7C1A7F-1A891A90-1A991AA0-1AAD1B00-1B4B1B50-1B7C1B80-1BF31BFC-1C371C3B-1C491C4D-1C7F1CC0-1CC71CD0-1CF61D00-1DE61DFC-1F151F18-1F1D1F20-1F451F48-1F4D1F50-1F571F591F5B1F5D1F5F-1F7D1F80-1FB41FB6-1FC41FC6-1FD31FD6-1FDB1FDD-1FEF1FF2-1FF41FF6-1FFE2000-2064206A-20712074-208E2090-209C20A0-20B920D0-20F02100-21892190-23F32400-24262440-244A2460-26FF2701-2B4C2B50-2B592C00-2C2E2C30-2C5E2C60-2CF32CF9-2D252D272D2D2D30-2D672D6F2D702D7F-2D962DA0-2DA62DA8-2DAE2DB0-2DB62DB8-2DBE2DC0-2DC62DC8-2DCE2DD0-2DD62DD8-2DDE2DE0-2E3B2E80-2E992E9B-2EF32F00-2FD52FF0-2FFB3000-303F3041-30963099-30FF3105-312D3131-318E3190-31BA31C0-31E331F0-321E3220-32FE3300-4DB54DC0-9FCCA000-A48CA490-A4C6A4D0-A62BA640-A697A69F-A6F7A700-A78EA790-A793A7A0-A7AAA7F8-A82BA830-A839A840-A877A880-A8C4A8CE-A8D9A8E0-A8FBA900-A953A95F-A97CA980-A9CDA9CF-A9D9A9DEA9DFAA00-AA36AA40-AA4DAA50-AA59AA5C-AA7BAA80-AAC2AADB-AAF6AB01-AB06AB09-AB0EAB11-AB16AB20-AB26AB28-AB2EABC0-ABEDABF0-ABF9AC00-D7A3D7B0-D7C6D7CB-D7FBD800-FA6DFA70-FAD9FB00-FB06FB13-FB17FB1D-FB36FB38-FB3CFB3EFB40FB41FB43FB44FB46-FBC1FBD3-FD3FFD50-FD8FFD92-FDC7FDF0-FDFDFE00-FE19FE20-FE26FE30-FE52FE54-FE66FE68-FE6BFE70-FE74FE76-FEFCFEFFFF01-FFBEFFC2-FFC7FFCA-FFCFFFD2-FFD7FFDA-FFDCFFE0-FFE6FFE8-FFEEFFF9-FFFD"})})(XRegExp); +//XRegExp.matchRecursive 0.2.0 +(function(n){"use strict";function t(n,t,i,r){return{value:n,name:t,start:i,end:r}}n.matchRecursive=function(i,r,u,f,e){f=f||"",e=e||{};var g=f.indexOf("g")>-1,nt=f.indexOf("y")>-1,d=f.replace(/y/g,""),y=e.escapeChar,o=e.valueNames,v=[],b=0,h=0,s=0,c=0,p,w,l,a,k;if(r=n(r,d),u=n(u,d),y){if(y.length>1)throw new SyntaxError("can't use more than one escape character");y=n.escape(y),k=new RegExp("(?:"+y+"[\\S\\s]|(?:(?!"+n.union([r,u]).source+")[^"+y+"])+)+",f.replace(/[^im]+/g,""))}for(;;){if(y&&(s+=(n.exec(i,k,s,"sticky")||[""])[0].length),l=n.exec(i,r,s),a=n.exec(i,u,s),l&&a&&(l.index<=a.index?a=null:l=null),l||a)h=(l||a).index,s=h+(l||a)[0].length;else if(!b)break;if(nt&&!b&&h>c)break;if(l)b||(p=h,w=s),++b;else if(a&&b){if(!--b&&(o?(o[0]&&p>c&&v.push(t(o[0],i.slice(c,p),c,p)),o[1]&&v.push(t(o[1],i.slice(p,w),p,w)),o[2]&&v.push(t(o[2],i.slice(w,h),w,h)),o[3]&&v.push(t(o[3],i.slice(h,s),h,s))):v.push(i.slice(w,h)),c=s,!g))break}else throw new Error("string contains unbalanced delimiters");h===s&&++s}return g&&!nt&&o&&o[0]&&i.length>c&&v.push(t(o[0],i.slice(c),c,i.length)),v}})(XRegExp); +//XRegExp.build 0.1.0 +(function(n){"use strict";function u(n){var i=/^(?:\(\?:\))?\^/,t=/\$(?:\(\?:\))?$/;return t.test(n.replace(/\\[\s\S]/g,""))?n.replace(i,"").replace(t,""):n}function t(t){return n.isRegExp(t)?t.xregexp&&!t.xregexp.isNative?t:n(t.source):n(t)}var i=/(\()(?!\?)|\\([1-9]\d*)|\\[\s\S]|\[(?:[^\\\]]|\\[\s\S])*]/g,r=n.union([/\({{([\w$]+)}}\)|{{([\w$]+)}}/,i],"g");n.build=function(f,e,o){var w=/^\(\?([\w$]+)\)/.exec(f),l={},s=0,v,h=0,p=[0],y,a,c;w&&(o=o||"",w[1].replace(/./g,function(n){o+=o.indexOf(n)>-1?"":n}));for(c in e)e.hasOwnProperty(c)&&(a=t(e[c]),l[c]={pattern:u(a.source),names:a.xregexp.captureNames||[]});return f=t(f),y=f.xregexp.captureNames||[],f=f.source.replace(r,function(n,t,r,u,f){var o=t||r,e,c;if(o){if(!l.hasOwnProperty(o))throw new ReferenceError("undefined property "+n);return t?(e=y[h],p[++h]=++s,c="(?<"+(e||o)+">"):c="(?:",v=s,c+l[o].pattern.replace(i,function(n,t,i){if(t){if(e=l[o].names[s-v],++s,e)return"(?<"+e+">"}else if(i)return"\\"+(+i+v);return n})+")"}if(u){if(e=y[h],p[++h]=++s,e)return"(?<"+e+">"}else if(f)return"\\"+p[+f];return n}),n(f,o)}})(XRegExp); +//XRegExp Prototype Methods 1.0.0 +(function(n){"use strict";function t(n,t){for(var i in t)t.hasOwnProperty(i)&&(n[i]=t[i])}t(n.prototype,{apply:function(n,t){return this.test(t[0])},call:function(n,t){return this.test(t)},forEach:function(t,i,r){return n.forEach(t,this,i,r)},globalize:function(){return n.globalize(this)},xexec:function(t,i,r){return n.exec(t,this,i,r)},xtest:function(t,i,r){return n.test(t,this,i,r)}})})(XRegExp) diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/404.html b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/404.html new file mode 100644 index 0000000..9bf4293 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/404.html @@ -0,0 +1,12 @@ +{% extends "admin/base_site.html" %} +{% load i18n %} + +{% block title %}{% trans 'Page not found' %}{% endblock %} + +{% block content %} + +<h2>{% trans 'Page not found' %}</h2> + +<p>{% trans "We're sorry, but the requested page could not be found." %}</p> + +{% endblock %} diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/500.html b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/500.html new file mode 100644 index 0000000..4842faa --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/500.html @@ -0,0 +1,17 @@ +{% extends "admin/base_site.html" %} +{% load i18n %} + +{% block breadcrumbs %} +<div class="breadcrumbs"> +<a href="{% url 'admin:index' %}">{% trans 'Home' %}</a> +› {% trans 'Server error' %} +</div> +{% endblock %} + +{% block title %}{% trans 'Server error (500)' %}{% endblock %} + +{% block content %} +<h1>{% trans 'Server Error <em>(500)</em>' %}</h1> +<p>{% trans "There's been an error. It's been reported to the site administrators via email and should be fixed shortly. Thanks for your patience." %}</p> + +{% endblock %} diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/actions.html b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/actions.html new file mode 100644 index 0000000..80ffa06 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/actions.html @@ -0,0 +1,15 @@ +{% load i18n %} +<div class="actions"> + {% for field in action_form %}{% if field.label %}<label>{{ field.label }} {% endif %}{{ field }}{% if field.label %}</label>{% endif %}{% endfor %} + <button type="submit" class="button" title="{% trans "Run the selected action" %}" name="index" value="{{ action_index|default:0 }}">{% trans "Go" %}</button> + {% if actions_selection_counter %} + <span class="action-counter" data-actions-icnt="{{ cl.result_list|length }}">{{ selection_note }}</span> + {% if cl.result_count != cl.result_list|length %} + <span class="all">{{ selection_note_all }}</span> + <span class="question"> + <a href="#" title="{% trans "Click here to select the objects across all pages" %}">{% blocktrans with cl.result_count as total_count %}Select all {{ total_count }} {{ module_name }}{% endblocktrans %}</a> + </span> + <span class="clear"><a href="#">{% trans "Clear selection" %}</a></span> + {% endif %} + {% endif %} +</div> diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/app_index.html b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/app_index.html new file mode 100644 index 0000000..6868b49 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/app_index.html @@ -0,0 +1,18 @@ +{% extends "admin/index.html" %} +{% load i18n %} + +{% block bodyclass %}{{ block.super }} app-{{ app_label }}{% endblock %} + +{% if not is_popup %} +{% block breadcrumbs %} +<div class="breadcrumbs"> +<a href="{% url 'admin:index' %}">{% trans 'Home' %}</a> +› +{% for app in app_list %} +{{ app.name }} +{% endfor %} +</div> +{% endblock %} +{% endif %} + +{% block sidebar %}{% endblock %} diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/auth/user/add_form.html b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/auth/user/add_form.html new file mode 100644 index 0000000..5c240d5 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/auth/user/add_form.html @@ -0,0 +1,10 @@ +{% extends "admin/change_form.html" %} +{% load i18n %} + +{% block form_top %} + {% if not is_popup %} + <p>{% trans "First, enter a username and password. Then, you'll be able to edit more user options." %}</p> + {% else %} + <p>{% trans "Enter a username and password." %}</p> + {% endif %} +{% endblock %} diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/auth/user/change_password.html b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/auth/user/change_password.html new file mode 100644 index 0000000..3f13be2 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/auth/user/change_password.html @@ -0,0 +1,59 @@ +{% extends "admin/base_site.html" %} +{% load i18n static %} +{% load admin_urls %} + +{% block extrahead %}{{ block.super }} +<script type="text/javascript" src="{% url 'admin:jsi18n' %}"></script> +{% endblock %} +{% block extrastyle %}{{ block.super }}<link rel="stylesheet" type="text/css" href="{% static "admin/css/forms.css" %}" />{% endblock %} +{% block bodyclass %}{{ block.super }} {{ opts.app_label }}-{{ opts.model_name }} change-form{% endblock %} +{% if not is_popup %} +{% block breadcrumbs %} +<div class="breadcrumbs"> +<a href="{% url 'admin:index' %}">{% trans 'Home' %}</a> +› <a href="{% url 'admin:app_list' app_label=opts.app_label %}">{{ opts.app_config.verbose_name }}</a> +› <a href="{% url opts|admin_urlname:'changelist' %}">{{ opts.verbose_name_plural|capfirst }}</a> +› <a href="{% url opts|admin_urlname:'change' original.pk|admin_urlquote %}">{{ original|truncatewords:"18" }}</a> +› {% trans 'Change password' %} +</div> +{% endblock %} +{% endif %} +{% block content %}<div id="content-main"> +<form action="{{ form_url }}" method="post" id="{{ opts.model_name }}_form">{% csrf_token %}{% block form_top %}{% endblock %} +<div> +{% if is_popup %}<input type="hidden" name="_popup" value="1" />{% endif %} +{% if form.errors %} + <p class="errornote"> + {% if form.errors.items|length == 1 %}{% trans "Please correct the error below." %}{% else %}{% trans "Please correct the errors below." %}{% endif %} + </p> +{% endif %} + +<p>{% blocktrans with username=original %}Enter a new password for the user <strong>{{ username }}</strong>.{% endblocktrans %}</p> + +<fieldset class="module aligned"> + +<div class="form-row"> + {{ form.password1.errors }} + {{ form.password1.label_tag }} {{ form.password1 }} + {% if form.password1.help_text %} + <p class="help">{{ form.password1.help_text|safe }}</p> + {% endif %} +</div> + +<div class="form-row"> + {{ form.password2.errors }} + {{ form.password2.label_tag }} {{ form.password2 }} + {% if form.password2.help_text %} + <p class="help">{{ form.password2.help_text|safe }}</p> + {% endif %} +</div> + +</fieldset> + +<div class="submit-row"> +<input type="submit" value="{% trans 'Change password' %}" class="default" /> +</div> + +</div> +</form></div> +{% endblock %} diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/base.html b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/base.html new file mode 100644 index 0000000..70e137c --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/base.html @@ -0,0 +1,88 @@ +{% load i18n static %}<!DOCTYPE html> +{% get_current_language as LANGUAGE_CODE %}{% get_current_language_bidi as LANGUAGE_BIDI %} +<html lang="{{ LANGUAGE_CODE|default:"en-us" }}" {% if LANGUAGE_BIDI %}dir="rtl"{% endif %}> +<head> +<title>{% block title %}{% endblock %} + +{% block extrastyle %}{% endblock %} +{% if LANGUAGE_BIDI %}{% endif %} +{% block extrahead %}{% endblock %} +{% block blockbots %}{% endblock %} + +{% load i18n %} + + + + +

    + + {% if not is_popup %} + + + + {% block breadcrumbs %} + + {% endblock %} + {% endif %} + + {% block messages %} + {% if messages %} +
      {% for message in messages %} + {{ message|capfirst }} + {% endfor %}
    + {% endif %} + {% endblock messages %} + + +
    + {% block pretitle %}{% endblock %} + {% block content_title %}{% if title %}

    {{ title }}

    {% endif %}{% endblock %} + {% block content %} + {% block object-tools %}{% endblock %} + {{ content }} + {% endblock %} + {% block sidebar %}{% endblock %} +
    +
    + + + {% block footer %}{% endblock %} +
    + + + + diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/base_site.html b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/base_site.html new file mode 100644 index 0000000..cae0a69 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/base_site.html @@ -0,0 +1,9 @@ +{% extends "admin/base.html" %} + +{% block title %}{{ title }} | {{ site_title|default:_('Django site admin') }}{% endblock %} + +{% block branding %} +

    {{ site_header|default:_('Django administration') }}

    +{% endblock %} + +{% block nav-global %}{% endblock %} diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/change_form.html b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/change_form.html new file mode 100644 index 0000000..fd0b130 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/change_form.html @@ -0,0 +1,85 @@ +{% extends "admin/base_site.html" %} +{% load i18n admin_urls static admin_modify %} + +{% block extrahead %}{{ block.super }} + +{{ media }} +{% endblock %} + +{% block extrastyle %}{{ block.super }}{% endblock %} + +{% block coltype %}colM{% endblock %} + +{% block bodyclass %}{{ block.super }} app-{{ opts.app_label }} model-{{ opts.model_name }} change-form{% endblock %} + +{% if not is_popup %} +{% block breadcrumbs %} + +{% endblock %} +{% endif %} + +{% block content %}
    +{% block object-tools %} +{% if change %}{% if not is_popup %} + +{% endif %}{% endif %} +{% endblock %} +
    {% csrf_token %}{% block form_top %}{% endblock %} +
    +{% if is_popup %}{% endif %} +{% if to_field %}{% endif %} +{% if save_on_top %}{% block submit_buttons_top %}{% submit_row %}{% endblock %}{% endif %} +{% if errors %} +

    + {% if errors|length == 1 %}{% trans "Please correct the error below." %}{% else %}{% trans "Please correct the errors below." %}{% endif %} +

    + {{ adminform.form.non_field_errors }} +{% endif %} + +{% block field_sets %} +{% for fieldset in adminform %} + {% include "admin/includes/fieldset.html" %} +{% endfor %} +{% endblock %} + +{% block after_field_sets %}{% endblock %} + +{% block inline_field_sets %} +{% for inline_admin_formset in inline_admin_formsets %} + {% include inline_admin_formset.opts.template %} +{% endfor %} +{% endblock %} + +{% block after_related_objects %}{% endblock %} + +{% block submit_buttons_bottom %}{% submit_row %}{% endblock %} + +{% block admin_change_form_document_ready %} + +{% endblock %} + +{# JavaScript for prepopulated fields #} +{% prepopulated_fields_js %} + +
    +
    +{% endblock %} diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/change_list.html b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/change_list.html new file mode 100644 index 0000000..e0af704 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/change_list.html @@ -0,0 +1,89 @@ +{% extends "admin/base_site.html" %} +{% load i18n admin_urls static admin_list %} + +{% block extrastyle %} + {{ block.super }} + + {% if cl.formset %} + + {% endif %} + {% if cl.formset or action_form %} + + {% endif %} + {{ media.css }} + {% if not actions_on_top and not actions_on_bottom %} + + {% endif %} +{% endblock %} + +{% block extrahead %} +{{ block.super }} +{{ media.js }} +{% endblock %} + +{% block bodyclass %}{{ block.super }} app-{{ opts.app_label }} model-{{ opts.model_name }} change-list{% endblock %} + +{% if not is_popup %} +{% block breadcrumbs %} + +{% endblock %} +{% endif %} + +{% block coltype %}flex{% endblock %} + +{% block content %} +
    + {% block object-tools %} + + {% endblock %} + {% if cl.formset.errors %} +

    + {% if cl.formset.total_error_count == 1 %}{% trans "Please correct the error below." %}{% else %}{% trans "Please correct the errors below." %}{% endif %} +

    + {{ cl.formset.non_form_errors }} + {% endif %} +
    + {% block search %}{% search_form cl %}{% endblock %} + {% block date_hierarchy %}{% date_hierarchy cl %}{% endblock %} + + {% block filters %} + {% if cl.has_filters %} +
    +

    {% trans 'Filter' %}

    + {% for spec in cl.filter_specs %}{% admin_list_filter cl spec %}{% endfor %} +
    + {% endif %} + {% endblock %} + +
    {% csrf_token %} + {% if cl.formset %} +
    {{ cl.formset.management_form }}
    + {% endif %} + + {% block result_list %} + {% if action_form and actions_on_top and cl.show_admin_actions %}{% admin_actions %}{% endif %} + {% result_list cl %} + {% if action_form and actions_on_bottom and cl.show_admin_actions %}{% admin_actions %}{% endif %} + {% endblock %} + {% block pagination %}{% pagination cl %}{% endblock %} +
    +
    +
    +{% endblock %} diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/change_list_results.html b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/change_list_results.html new file mode 100644 index 0000000..b3d7dd0 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/change_list_results.html @@ -0,0 +1,38 @@ +{% load i18n static %} +{% if result_hidden_fields %} +
    {# DIV for HTML validation #} +{% for item in result_hidden_fields %}{{ item }}{% endfor %} +
    +{% endif %} +{% if results %} +
    + + + +{% for header in result_headers %} +{% endfor %} + + + +{% for result in results %} +{% if result.form.non_field_errors %} + +{% endif %} +{% for item in result %}{{ item }}{% endfor %} +{% endfor %} + +
    + {% if header.sortable %} + {% if header.sort_priority > 0 %} +
    + + {% if num_sorted_fields > 1 %}{{ header.sort_priority }}{% endif %} + +
    + {% endif %} + {% endif %} +
    {% if header.sortable %}{{ header.text|capfirst }}{% else %}{{ header.text|capfirst }}{% endif %}
    +
    +
    {{ result.form.non_field_errors }}
    +
    +{% endif %} diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/date_hierarchy.html b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/date_hierarchy.html new file mode 100644 index 0000000..0058510 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/date_hierarchy.html @@ -0,0 +1,10 @@ +{% if show %} +
    +
    +
    +{% endif %} diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/delete_confirmation.html b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/delete_confirmation.html new file mode 100644 index 0000000..414b2a0 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/delete_confirmation.html @@ -0,0 +1,51 @@ +{% extends "admin/base_site.html" %} +{% load i18n admin_urls static %} + +{% block extrahead %} + {{ media }} + +{% endblock %} + +{% block bodyclass %}{{ block.super }} app-{{ opts.app_label }} model-{{ opts.model_name }} delete-confirmation{% endblock %} + +{% block breadcrumbs %} + +{% endblock %} + +{% block content %} +{% if perms_lacking %} +

    {% blocktrans with escaped_object=object %}Deleting the {{ object_name }} '{{ escaped_object }}' would result in deleting related objects, but your account doesn't have permission to delete the following types of objects:{% endblocktrans %}

    +
      + {% for obj in perms_lacking %} +
    • {{ obj }}
    • + {% endfor %} +
    +{% elif protected %} +

    {% blocktrans with escaped_object=object %}Deleting the {{ object_name }} '{{ escaped_object }}' would require deleting the following protected related objects:{% endblocktrans %}

    +
      + {% for obj in protected %} +
    • {{ obj }}
    • + {% endfor %} +
    +{% else %} +

    {% blocktrans with escaped_object=object %}Are you sure you want to delete the {{ object_name }} "{{ escaped_object }}"? All of the following related items will be deleted:{% endblocktrans %}

    + {% include "admin/includes/object_delete_summary.html" %} +

    {% trans "Objects" %}

    +
      {{ deleted_objects|unordered_list }}
    +
    {% csrf_token %} +
    + + {% if is_popup %}{% endif %} + {% if to_field %}{% endif %} + + {% trans "No, take me back" %} +
    +
    +{% endif %} +{% endblock %} diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/delete_selected_confirmation.html b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/delete_selected_confirmation.html new file mode 100644 index 0000000..00ee2e7 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/delete_selected_confirmation.html @@ -0,0 +1,54 @@ +{% extends "admin/base_site.html" %} +{% load i18n l10n admin_urls static %} + +{% block extrahead %} + {{ media }} + +{% endblock %} + +{% block bodyclass %}{{ block.super }} app-{{ opts.app_label }} model-{{ opts.model_name }} delete-confirmation delete-selected-confirmation{% endblock %} + +{% block breadcrumbs %} + +{% endblock %} + +{% block content %} +{% if perms_lacking %} +

    {% blocktrans %}Deleting the selected {{ objects_name }} would result in deleting related objects, but your account doesn't have permission to delete the following types of objects:{% endblocktrans %}

    +
      + {% for obj in perms_lacking %} +
    • {{ obj }}
    • + {% endfor %} +
    +{% elif protected %} +

    {% blocktrans %}Deleting the selected {{ objects_name }} would require deleting the following protected related objects:{% endblocktrans %}

    +
      + {% for obj in protected %} +
    • {{ obj }}
    • + {% endfor %} +
    +{% else %} +

    {% blocktrans %}Are you sure you want to delete the selected {{ objects_name }}? All of the following objects and their related items will be deleted:{% endblocktrans %}

    + {% include "admin/includes/object_delete_summary.html" %} +

    {% trans "Objects" %}

    + {% for deletable_object in deletable_objects %} +
      {{ deletable_object|unordered_list }}
    + {% endfor %} +
    {% csrf_token %} +
    + {% for obj in queryset %} + + {% endfor %} + + + + {% trans "No, take me back" %} +
    +
    +{% endif %} +{% endblock %} diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/edit_inline/stacked.html b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/edit_inline/stacked.html new file mode 100644 index 0000000..65af259 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/edit_inline/stacked.html @@ -0,0 +1,25 @@ +{% load i18n admin_urls static %} +
    +
    +

    {{ inline_admin_formset.opts.verbose_name_plural|capfirst }}

    +{{ inline_admin_formset.formset.management_form }} +{{ inline_admin_formset.formset.non_form_errors }} + +{% for inline_admin_form in inline_admin_formset %}
    +

    {{ inline_admin_formset.opts.verbose_name|capfirst }}: {% if inline_admin_form.original %}{{ inline_admin_form.original }}{% if inline_admin_form.model_admin.show_change_link and inline_admin_form.model_admin.has_registered_model %} {% trans "Change" %}{% endif %} +{% else %}#{{ forloop.counter }}{% endif %} + {% if inline_admin_form.show_url %}{% trans "View on site" %}{% endif %} + {% if inline_admin_formset.formset.can_delete and inline_admin_form.original %}{{ inline_admin_form.deletion_field.field }} {{ inline_admin_form.deletion_field.label_tag }}{% endif %} +

    + {% if inline_admin_form.form.non_field_errors %}{{ inline_admin_form.form.non_field_errors }}{% endif %} + {% for fieldset in inline_admin_form %} + {% include "admin/includes/fieldset.html" %} + {% endfor %} + {% if inline_admin_form.needs_explicit_pk_field %}{{ inline_admin_form.pk_field.field }}{% endif %} + {{ inline_admin_form.fk_field.field }} +
    {% endfor %} +
    +
    diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/edit_inline/tabular.html b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/edit_inline/tabular.html new file mode 100644 index 0000000..f04faad --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/edit_inline/tabular.html @@ -0,0 +1,75 @@ +{% load i18n admin_urls static admin_modify %} +
    + +
    diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/filter.html b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/filter.html new file mode 100644 index 0000000..d4a61a1 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/filter.html @@ -0,0 +1,8 @@ +{% load i18n %} +

    {% blocktrans with filter_title=title %} By {{ filter_title }} {% endblocktrans %}

    + diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/includes/fieldset.html b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/includes/fieldset.html new file mode 100644 index 0000000..c45e731 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/includes/fieldset.html @@ -0,0 +1,29 @@ +
    + {% if fieldset.name %}

    {{ fieldset.name }}

    {% endif %} + {% if fieldset.description %} +
    {{ fieldset.description|safe }}
    + {% endif %} + {% for line in fieldset %} +
    + {% if line.fields|length_is:'1' %}{{ line.errors }}{% endif %} + {% for field in line %} + + {% if not line.fields|length_is:'1' and not field.is_readonly %}{{ field.errors }}{% endif %} + {% if field.is_checkbox %} + {{ field.field }}{{ field.label_tag }} + {% else %} + {{ field.label_tag }} + {% if field.is_readonly %} +

    {{ field.contents }}

    + {% else %} + {{ field.field }} + {% endif %} + {% endif %} + {% if field.field.help_text %} +

    {{ field.field.help_text|safe }}

    + {% endif %} +
    + {% endfor %} + + {% endfor %} +
    diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/includes/object_delete_summary.html b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/includes/object_delete_summary.html new file mode 100644 index 0000000..6a8bf65 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/includes/object_delete_summary.html @@ -0,0 +1,7 @@ +{% load i18n %} +

    {% trans "Summary" %}

    +
      + {% for model_name, object_count in model_count %} +
    • {{ model_name|capfirst }}: {{ object_count }}
    • + {% endfor %} +
    diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/index.html b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/index.html new file mode 100644 index 0000000..5a4b127 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/index.html @@ -0,0 +1,82 @@ +{% extends "admin/base_site.html" %} +{% load i18n static %} + +{% block extrastyle %}{{ block.super }}{% endblock %} + +{% block coltype %}colMS{% endblock %} + +{% block bodyclass %}{{ block.super }} dashboard{% endblock %} + +{% block breadcrumbs %}{% endblock %} + +{% block content %} +
    + +{% if app_list %} + {% for app in app_list %} +
    + + + {% for model in app.models %} + + {% if model.admin_url %} + + {% else %} + + {% endif %} + + {% if model.add_url %} + + {% else %} + + {% endif %} + + {% if model.admin_url %} + + {% else %} + + {% endif %} + + {% endfor %} +
    + {{ app.name }} +
    {{ model.name }}{{ model.name }}{% trans 'Add' %} {% trans 'Change' %} 
    +
    + {% endfor %} +{% else %} +

    {% trans "You don't have permission to edit anything." %}

    +{% endif %} +
    +{% endblock %} + +{% block sidebar %} + +{% endblock %} diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/invalid_setup.html b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/invalid_setup.html new file mode 100644 index 0000000..7c71107 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/invalid_setup.html @@ -0,0 +1,13 @@ +{% extends "admin/base_site.html" %} +{% load i18n %} + +{% block breadcrumbs %} + +{% endblock %} + +{% block content %} +

    {% trans "Something's wrong with your database installation. Make sure the appropriate database tables have been created, and make sure the database is readable by the appropriate user." %}

    +{% endblock %} diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/login.html b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/login.html new file mode 100644 index 0000000..397eadf --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/login.html @@ -0,0 +1,66 @@ +{% extends "admin/base_site.html" %} +{% load i18n static %} + +{% block extrastyle %}{{ block.super }} +{{ form.media }} +{% endblock %} + +{% block bodyclass %}{{ block.super }} login{% endblock %} + +{% block usertools %}{% endblock %} + +{% block nav-global %}{% endblock %} + +{% block content_title %}{% endblock %} + +{% block breadcrumbs %}{% endblock %} + +{% block content %} +{% if form.errors and not form.non_field_errors %} +

    +{% if form.errors.items|length == 1 %}{% trans "Please correct the error below." %}{% else %}{% trans "Please correct the errors below." %}{% endif %} +

    +{% endif %} + +{% if form.non_field_errors %} +{% for error in form.non_field_errors %} +

    + {{ error }} +

    +{% endfor %} +{% endif %} + +
    + +{% if user.is_authenticated %} +

    +{% blocktrans trimmed %} + You are authenticated as {{ username }}, but are not authorized to + access this page. Would you like to login to a different account? +{% endblocktrans %} +

    +{% endif %} + +
    {% csrf_token %} +
    + {{ form.username.errors }} + {{ form.username.label_tag }} {{ form.username }} +
    +
    + {{ form.password.errors }} + {{ form.password.label_tag }} {{ form.password }} + +
    + {% url 'admin_password_reset' as password_reset_url %} + {% if password_reset_url %} + + {% endif %} +
    + +
    +
    + +
    +{% endblock %} diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/object_history.html b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/object_history.html new file mode 100644 index 0000000..f512aa1 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/object_history.html @@ -0,0 +1,42 @@ +{% extends "admin/base_site.html" %} +{% load i18n admin_urls %} + +{% block breadcrumbs %} + +{% endblock %} + +{% block content %} +
    +
    + +{% if action_list %} + + + + + + + + + + {% for action in action_list %} + + + + + + {% endfor %} + +
    {% trans 'Date/time' %}{% trans 'User' %}{% trans 'Action' %}
    {{ action.action_time|date:"DATETIME_FORMAT" }}{{ action.user.get_username }}{% if action.user.get_full_name %} ({{ action.user.get_full_name }}){% endif %}{{ action.get_change_message }}
    +{% else %} +

    {% trans "This object doesn't have a change history. It probably wasn't added via this admin site." %}

    +{% endif %} +
    +
    +{% endblock %} diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/pagination.html b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/pagination.html new file mode 100644 index 0000000..fc1e600 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/pagination.html @@ -0,0 +1,12 @@ +{% load admin_list %} +{% load i18n %} +

    +{% if pagination_required %} +{% for i in page_range %} + {% paginator_number cl i %} +{% endfor %} +{% endif %} +{{ cl.result_count }} {% if cl.result_count == 1 %}{{ cl.opts.verbose_name }}{% else %}{{ cl.opts.verbose_name_plural }}{% endif %} +{% if show_all_url %}  {% trans 'Show all' %}{% endif %} +{% if cl.formset and cl.result_count %}{% endif %} +

    diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/popup_response.html b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/popup_response.html new file mode 100644 index 0000000..6e4fac8 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/popup_response.html @@ -0,0 +1,11 @@ +{% load i18n static %} + + {% trans 'Popup closing...' %} + + + + diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/prepopulated_fields_js.html b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/prepopulated_fields_js.html new file mode 100644 index 0000000..1572339 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/prepopulated_fields_js.html @@ -0,0 +1,6 @@ +{% load l10n static %} + diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/related_widget_wrapper.html b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/related_widget_wrapper.html new file mode 100644 index 0000000..f690d7c --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/related_widget_wrapper.html @@ -0,0 +1,27 @@ +{% load i18n static %} + diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/search_form.html b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/search_form.html new file mode 100644 index 0000000..1417c1f --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/search_form.html @@ -0,0 +1,16 @@ +{% load i18n static %} +{% if cl.search_fields %} +
    +{% endif %} diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/submit_line.html b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/submit_line.html new file mode 100644 index 0000000..d6db711 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/admin/submit_line.html @@ -0,0 +1,11 @@ +{% load i18n admin_urls %} +
    +{% if show_save %}{% endif %} +{% if show_delete_link %} + {% url opts|admin_urlname:'delete' original.pk|admin_urlquote as delete_url %} + +{% endif %} +{% if show_save_as_new %}{% endif %} +{% if show_save_and_add_another %}{% endif %} +{% if show_save_and_continue %}{% endif %} +
    diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/registration/logged_out.html b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/registration/logged_out.html new file mode 100644 index 0000000..6a18186 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/registration/logged_out.html @@ -0,0 +1,12 @@ +{% extends "admin/base_site.html" %} +{% load i18n %} + +{% block breadcrumbs %}{% endblock %} + +{% block content %} + +

    {% trans "Thanks for spending some quality time with the Web site today." %}

    + +

    {% trans 'Log in again' %}

    + +{% endblock %} diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/registration/password_change_done.html b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/registration/password_change_done.html new file mode 100644 index 0000000..3e557eb --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/registration/password_change_done.html @@ -0,0 +1,15 @@ +{% extends "admin/base_site.html" %} +{% load i18n %} +{% block userlinks %}{% url 'django-admindocs-docroot' as docsroot %}{% if docsroot %}{% trans 'Documentation' %} / {% endif %}{% trans 'Change password' %} / {% trans 'Log out' %}{% endblock %} +{% block breadcrumbs %} + +{% endblock %} + +{% block title %}{{ title }}{% endblock %} +{% block content_title %}

    {{ title }}

    {% endblock %} +{% block content %} +

    {% trans 'Your password was changed.' %}

    +{% endblock %} diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/registration/password_change_form.html b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/registration/password_change_form.html new file mode 100644 index 0000000..cbbf67f --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/registration/password_change_form.html @@ -0,0 +1,60 @@ +{% extends "admin/base_site.html" %} +{% load i18n static %} +{% block extrastyle %}{{ block.super }}{% endblock %} +{% block userlinks %}{% url 'django-admindocs-docroot' as docsroot %}{% if docsroot %}{% trans 'Documentation' %} / {% endif %} {% trans 'Change password' %} / {% trans 'Log out' %}{% endblock %} +{% block breadcrumbs %} + +{% endblock %} + +{% block title %}{{ title }}{% endblock %} +{% block content_title %}

    {{ title }}

    {% endblock %} + +{% block content %}
    + +
    {% csrf_token %} +
    +{% if form.errors %} +

    + {% if form.errors.items|length == 1 %}{% trans "Please correct the error below." %}{% else %}{% trans "Please correct the errors below." %}{% endif %} +

    +{% endif %} + + +

    {% trans "Please enter your old password, for security's sake, and then enter your new password twice so we can verify you typed it in correctly." %}

    + +
    + +
    + {{ form.old_password.errors }} + {{ form.old_password.label_tag }} {{ form.old_password }} +
    + +
    + {{ form.new_password1.errors }} + {{ form.new_password1.label_tag }} {{ form.new_password1 }} + {% if form.new_password1.help_text %} +

    {{ form.new_password1.help_text|safe }}

    + {% endif %} +
    + +
    +{{ form.new_password2.errors }} + {{ form.new_password2.label_tag }} {{ form.new_password2 }} + {% if form.new_password2.help_text %} +

    {{ form.new_password2.help_text|safe }}

    + {% endif %} +
    + +
    + +
    + +
    + +
    +
    + +{% endblock %} diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/registration/password_reset_complete.html b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/registration/password_reset_complete.html new file mode 100644 index 0000000..19f87a5 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/registration/password_reset_complete.html @@ -0,0 +1,20 @@ +{% extends "admin/base_site.html" %} +{% load i18n %} + +{% block breadcrumbs %} + +{% endblock %} + +{% block title %}{{ title }}{% endblock %} +{% block content_title %}

    {{ title }}

    {% endblock %} + +{% block content %} + +

    {% trans "Your password has been set. You may go ahead and log in now." %}

    + +

    {% trans 'Log in' %}

    + +{% endblock %} diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/registration/password_reset_confirm.html b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/registration/password_reset_confirm.html new file mode 100644 index 0000000..a1e0150 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/registration/password_reset_confirm.html @@ -0,0 +1,33 @@ +{% extends "admin/base_site.html" %} +{% load i18n %} + +{% block breadcrumbs %} + +{% endblock %} + +{% block title %}{{ title }}{% endblock %} +{% block content_title %}

    {{ title }}

    {% endblock %} +{% block content %} + +{% if validlink %} + +

    {% trans "Please enter your new password twice so we can verify you typed it in correctly." %}

    + +
    {% csrf_token %} +{{ form.new_password1.errors }} +

    {{ form.new_password1 }}

    +{{ form.new_password2.errors }} +

    {{ form.new_password2 }}

    +

    +
    + +{% else %} + +

    {% trans "The password reset link was invalid, possibly because it has already been used. Please request a new password reset." %}

    + +{% endif %} + +{% endblock %} diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/registration/password_reset_done.html b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/registration/password_reset_done.html new file mode 100644 index 0000000..c6fc358 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/registration/password_reset_done.html @@ -0,0 +1,19 @@ +{% extends "admin/base_site.html" %} +{% load i18n %} + +{% block breadcrumbs %} + +{% endblock %} + +{% block title %}{{ title }}{% endblock %} +{% block content_title %}

    {{ title }}

    {% endblock %} +{% block content %} + +

    {% trans "We've emailed you instructions for setting your password, if an account exists with the email you entered. You should receive them shortly." %}

    + +

    {% trans "If you don't receive an email, please make sure you've entered the address you registered with, and check your spam folder." %}

    + +{% endblock %} diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/registration/password_reset_email.html b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/registration/password_reset_email.html new file mode 100644 index 0000000..01b3bcc --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/registration/password_reset_email.html @@ -0,0 +1,14 @@ +{% load i18n %}{% autoescape off %} +{% blocktrans %}You're receiving this email because you requested a password reset for your user account at {{ site_name }}.{% endblocktrans %} + +{% trans "Please go to the following page and choose a new password:" %} +{% block reset_link %} +{{ protocol }}://{{ domain }}{% url 'password_reset_confirm' uidb64=uid token=token %} +{% endblock %} +{% trans "Your username, in case you've forgotten:" %} {{ user.get_username }} + +{% trans "Thanks for using our site!" %} + +{% blocktrans %}The {{ site_name }} team{% endblocktrans %} + +{% endautoescape %} diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/registration/password_reset_form.html b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/registration/password_reset_form.html new file mode 100644 index 0000000..23b68a3 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templates/registration/password_reset_form.html @@ -0,0 +1,22 @@ +{% extends "admin/base_site.html" %} +{% load i18n %} + +{% block breadcrumbs %} + +{% endblock %} + +{% block title %}{{ title }}{% endblock %} +{% block content_title %}

    {{ title }}

    {% endblock %} +{% block content %} + +

    {% trans "Forgotten your password? Enter your email address below, and we'll email instructions for setting a new one." %}

    + +
    {% csrf_token %} +{{ form.email.errors }} +

    {{ form.email }}

    +
    + +{% endblock %} diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templatetags/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templatetags/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templatetags/admin_list.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templatetags/admin_list.py new file mode 100644 index 0000000..c8ebccf --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templatetags/admin_list.py @@ -0,0 +1,450 @@ +from __future__ import unicode_literals + +import datetime +import warnings + +from django.contrib.admin.templatetags.admin_urls import add_preserved_filters +from django.contrib.admin.utils import ( + display_for_field, display_for_value, label_for_field, lookup_field, +) +from django.contrib.admin.views.main import ( + ALL_VAR, ORDER_VAR, PAGE_VAR, SEARCH_VAR, +) +from django.core.exceptions import ObjectDoesNotExist +from django.db import models +from django.template import Library +from django.template.loader import get_template +from django.templatetags.static import static +from django.urls import NoReverseMatch +from django.utils import formats +from django.utils.deprecation import RemovedInDjango20Warning +from django.utils.encoding import force_text +from django.utils.html import format_html +from django.utils.safestring import mark_safe +from django.utils.text import capfirst +from django.utils.translation import ugettext as _ + +register = Library() + +DOT = '.' + + +@register.simple_tag +def paginator_number(cl, i): + """ + Generates an individual page index link in a paginated list. + """ + if i == DOT: + return '... ' + elif i == cl.page_num: + return format_html('{} ', i + 1) + else: + return format_html('{} ', + cl.get_query_string({PAGE_VAR: i}), + mark_safe(' class="end"' if i == cl.paginator.num_pages - 1 else ''), + i + 1) + + +@register.inclusion_tag('admin/pagination.html') +def pagination(cl): + """ + Generates the series of links to the pages in a paginated list. + """ + paginator, page_num = cl.paginator, cl.page_num + + pagination_required = (not cl.show_all or not cl.can_show_all) and cl.multi_page + if not pagination_required: + page_range = [] + else: + ON_EACH_SIDE = 3 + ON_ENDS = 2 + + # If there are 10 or fewer pages, display links to every page. + # Otherwise, do some fancy + if paginator.num_pages <= 10: + page_range = range(paginator.num_pages) + else: + # Insert "smart" pagination links, so that there are always ON_ENDS + # links at either end of the list of pages, and there are always + # ON_EACH_SIDE links at either end of the "current page" link. + page_range = [] + if page_num > (ON_EACH_SIDE + ON_ENDS): + page_range.extend(range(0, ON_ENDS)) + page_range.append(DOT) + page_range.extend(range(page_num - ON_EACH_SIDE, page_num + 1)) + else: + page_range.extend(range(0, page_num + 1)) + if page_num < (paginator.num_pages - ON_EACH_SIDE - ON_ENDS - 1): + page_range.extend(range(page_num + 1, page_num + ON_EACH_SIDE + 1)) + page_range.append(DOT) + page_range.extend(range(paginator.num_pages - ON_ENDS, paginator.num_pages)) + else: + page_range.extend(range(page_num + 1, paginator.num_pages)) + + need_show_all_link = cl.can_show_all and not cl.show_all and cl.multi_page + return { + 'cl': cl, + 'pagination_required': pagination_required, + 'show_all_url': need_show_all_link and cl.get_query_string({ALL_VAR: ''}), + 'page_range': page_range, + 'ALL_VAR': ALL_VAR, + '1': 1, + } + + +def result_headers(cl): + """ + Generates the list column headers. + """ + ordering_field_columns = cl.get_ordering_field_columns() + for i, field_name in enumerate(cl.list_display): + text, attr = label_for_field( + field_name, cl.model, + model_admin=cl.model_admin, + return_attr=True + ) + if attr: + field_name = _coerce_field_name(field_name, i) + # Potentially not sortable + + # if the field is the action checkbox: no sorting and special class + if field_name == 'action_checkbox': + yield { + "text": text, + "class_attrib": mark_safe(' class="action-checkbox-column"'), + "sortable": False, + } + continue + + admin_order_field = getattr(attr, "admin_order_field", None) + if not admin_order_field: + # Not sortable + yield { + "text": text, + "class_attrib": format_html(' class="column-{}"', field_name), + "sortable": False, + } + continue + + # OK, it is sortable if we got this far + th_classes = ['sortable', 'column-{}'.format(field_name)] + order_type = '' + new_order_type = 'asc' + sort_priority = 0 + sorted = False + # Is it currently being sorted on? + if i in ordering_field_columns: + sorted = True + order_type = ordering_field_columns.get(i).lower() + sort_priority = list(ordering_field_columns).index(i) + 1 + th_classes.append('sorted %sending' % order_type) + new_order_type = {'asc': 'desc', 'desc': 'asc'}[order_type] + + # build new ordering param + o_list_primary = [] # URL for making this field the primary sort + o_list_remove = [] # URL for removing this field from sort + o_list_toggle = [] # URL for toggling order type for this field + + def make_qs_param(t, n): + return ('-' if t == 'desc' else '') + str(n) + + for j, ot in ordering_field_columns.items(): + if j == i: # Same column + param = make_qs_param(new_order_type, j) + # We want clicking on this header to bring the ordering to the + # front + o_list_primary.insert(0, param) + o_list_toggle.append(param) + # o_list_remove - omit + else: + param = make_qs_param(ot, j) + o_list_primary.append(param) + o_list_toggle.append(param) + o_list_remove.append(param) + + if i not in ordering_field_columns: + o_list_primary.insert(0, make_qs_param(new_order_type, i)) + + yield { + "text": text, + "sortable": True, + "sorted": sorted, + "ascending": order_type == "asc", + "sort_priority": sort_priority, + "url_primary": cl.get_query_string({ORDER_VAR: '.'.join(o_list_primary)}), + "url_remove": cl.get_query_string({ORDER_VAR: '.'.join(o_list_remove)}), + "url_toggle": cl.get_query_string({ORDER_VAR: '.'.join(o_list_toggle)}), + "class_attrib": format_html(' class="{}"', ' '.join(th_classes)) if th_classes else '', + } + + +def _boolean_icon(field_val): + icon_url = static('admin/img/icon-%s.svg' % + {True: 'yes', False: 'no', None: 'unknown'}[field_val]) + return format_html('{}', icon_url, field_val) + + +def _coerce_field_name(field_name, field_index): + """ + Coerce a field_name (which may be a callable) to a string. + """ + if callable(field_name): + if field_name.__name__ == '': + return 'lambda' + str(field_index) + else: + return field_name.__name__ + return field_name + + +def items_for_result(cl, result, form): + """ + Generates the actual list of data. + """ + + def link_in_col(is_first, field_name, cl): + if cl.list_display_links is None: + return False + if is_first and not cl.list_display_links: + return True + return field_name in cl.list_display_links + + first = True + pk = cl.lookup_opts.pk.attname + for field_index, field_name in enumerate(cl.list_display): + empty_value_display = cl.model_admin.get_empty_value_display() + row_classes = ['field-%s' % _coerce_field_name(field_name, field_index)] + try: + f, attr, value = lookup_field(field_name, result, cl.model_admin) + except ObjectDoesNotExist: + result_repr = empty_value_display + else: + empty_value_display = getattr(attr, 'empty_value_display', empty_value_display) + if f is None or f.auto_created: + if field_name == 'action_checkbox': + row_classes = ['action-checkbox'] + allow_tags = getattr(attr, 'allow_tags', False) + boolean = getattr(attr, 'boolean', False) + result_repr = display_for_value(value, empty_value_display, boolean) + if allow_tags: + warnings.warn( + "Deprecated allow_tags attribute used on field {}. " + "Use django.utils.safestring.format_html(), " + "format_html_join(), or mark_safe() instead.".format(field_name), + RemovedInDjango20Warning + ) + result_repr = mark_safe(result_repr) + if isinstance(value, (datetime.date, datetime.time)): + row_classes.append('nowrap') + else: + if isinstance(f.remote_field, models.ManyToOneRel): + field_val = getattr(result, f.name) + if field_val is None: + result_repr = empty_value_display + else: + result_repr = field_val + else: + result_repr = display_for_field(value, f, empty_value_display) + if isinstance(f, (models.DateField, models.TimeField, models.ForeignKey)): + row_classes.append('nowrap') + if force_text(result_repr) == '': + result_repr = mark_safe(' ') + row_class = mark_safe(' class="%s"' % ' '.join(row_classes)) + # If list_display_links not defined, add the link tag to the first field + if link_in_col(first, field_name, cl): + table_tag = 'th' if first else 'td' + first = False + + # Display link to the result's change_view if the url exists, else + # display just the result's representation. + try: + url = cl.url_for_result(result) + except NoReverseMatch: + link_or_text = result_repr + else: + url = add_preserved_filters({'preserved_filters': cl.preserved_filters, 'opts': cl.opts}, url) + # Convert the pk to something that can be used in Javascript. + # Problem cases are long ints (23L) and non-ASCII strings. + if cl.to_field: + attr = str(cl.to_field) + else: + attr = pk + value = result.serializable_value(attr) + link_or_text = format_html( + '{}', + url, + format_html( + ' data-popup-opener="{}"', value + ) if cl.is_popup else '', + result_repr) + + yield format_html('<{}{}>{}', + table_tag, + row_class, + link_or_text, + table_tag) + else: + # By default the fields come from ModelAdmin.list_editable, but if we pull + # the fields out of the form instead of list_editable custom admins + # can provide fields on a per request basis + if (form and field_name in form.fields and not ( + field_name == cl.model._meta.pk.name and + form[cl.model._meta.pk.name].is_hidden)): + bf = form[field_name] + result_repr = mark_safe(force_text(bf.errors) + force_text(bf)) + yield format_html('{}', row_class, result_repr) + if form and not form[cl.model._meta.pk.name].is_hidden: + yield format_html('{}', force_text(form[cl.model._meta.pk.name])) + + +class ResultList(list): + # Wrapper class used to return items in a list_editable + # changelist, annotated with the form object for error + # reporting purposes. Needed to maintain backwards + # compatibility with existing admin templates. + def __init__(self, form, *items): + self.form = form + super(ResultList, self).__init__(*items) + + +def results(cl): + if cl.formset: + for res, form in zip(cl.result_list, cl.formset.forms): + yield ResultList(form, items_for_result(cl, res, form)) + else: + for res in cl.result_list: + yield ResultList(None, items_for_result(cl, res, None)) + + +def result_hidden_fields(cl): + if cl.formset: + for res, form in zip(cl.result_list, cl.formset.forms): + if form[cl.model._meta.pk.name].is_hidden: + yield mark_safe(force_text(form[cl.model._meta.pk.name])) + + +@register.inclusion_tag("admin/change_list_results.html") +def result_list(cl): + """ + Displays the headers and data list together + """ + headers = list(result_headers(cl)) + num_sorted_fields = 0 + for h in headers: + if h['sortable'] and h['sorted']: + num_sorted_fields += 1 + return {'cl': cl, + 'result_hidden_fields': list(result_hidden_fields(cl)), + 'result_headers': headers, + 'num_sorted_fields': num_sorted_fields, + 'results': list(results(cl))} + + +@register.inclusion_tag('admin/date_hierarchy.html') +def date_hierarchy(cl): + """ + Displays the date hierarchy for date drill-down functionality. + """ + if cl.date_hierarchy: + field_name = cl.date_hierarchy + field = cl.opts.get_field(field_name) + dates_or_datetimes = 'datetimes' if isinstance(field, models.DateTimeField) else 'dates' + year_field = '%s__year' % field_name + month_field = '%s__month' % field_name + day_field = '%s__day' % field_name + field_generic = '%s__' % field_name + year_lookup = cl.params.get(year_field) + month_lookup = cl.params.get(month_field) + day_lookup = cl.params.get(day_field) + + def link(filters): + return cl.get_query_string(filters, [field_generic]) + + if not (year_lookup or month_lookup or day_lookup): + # select appropriate start level + date_range = cl.queryset.aggregate(first=models.Min(field_name), + last=models.Max(field_name)) + if date_range['first'] and date_range['last']: + if date_range['first'].year == date_range['last'].year: + year_lookup = date_range['first'].year + if date_range['first'].month == date_range['last'].month: + month_lookup = date_range['first'].month + + if year_lookup and month_lookup and day_lookup: + day = datetime.date(int(year_lookup), int(month_lookup), int(day_lookup)) + return { + 'show': True, + 'back': { + 'link': link({year_field: year_lookup, month_field: month_lookup}), + 'title': capfirst(formats.date_format(day, 'YEAR_MONTH_FORMAT')) + }, + 'choices': [{'title': capfirst(formats.date_format(day, 'MONTH_DAY_FORMAT'))}] + } + elif year_lookup and month_lookup: + days = cl.queryset.filter(**{year_field: year_lookup, month_field: month_lookup}) + days = getattr(days, dates_or_datetimes)(field_name, 'day') + return { + 'show': True, + 'back': { + 'link': link({year_field: year_lookup}), + 'title': str(year_lookup) + }, + 'choices': [{ + 'link': link({year_field: year_lookup, month_field: month_lookup, day_field: day.day}), + 'title': capfirst(formats.date_format(day, 'MONTH_DAY_FORMAT')) + } for day in days] + } + elif year_lookup: + months = cl.queryset.filter(**{year_field: year_lookup}) + months = getattr(months, dates_or_datetimes)(field_name, 'month') + return { + 'show': True, + 'back': { + 'link': link({}), + 'title': _('All dates') + }, + 'choices': [{ + 'link': link({year_field: year_lookup, month_field: month.month}), + 'title': capfirst(formats.date_format(month, 'YEAR_MONTH_FORMAT')) + } for month in months] + } + else: + years = getattr(cl.queryset, dates_or_datetimes)(field_name, 'year') + return { + 'show': True, + 'choices': [{ + 'link': link({year_field: str(year.year)}), + 'title': str(year.year), + } for year in years] + } + + +@register.inclusion_tag('admin/search_form.html') +def search_form(cl): + """ + Displays a search form for searching the list. + """ + return { + 'cl': cl, + 'show_result_count': cl.result_count != cl.full_result_count, + 'search_var': SEARCH_VAR + } + + +@register.simple_tag +def admin_list_filter(cl, spec): + tpl = get_template(spec.template) + return tpl.render({ + 'title': spec.title, + 'choices': list(spec.choices(cl)), + 'spec': spec, + }) + + +@register.inclusion_tag('admin/actions.html', takes_context=True) +def admin_actions(context): + """ + Track the number of times the action field has been rendered on the page, + so we know which value to use. + """ + context['action_index'] = context.get('action_index', -1) + 1 + return context diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templatetags/admin_modify.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templatetags/admin_modify.py new file mode 100644 index 0000000..32e63f0 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templatetags/admin_modify.py @@ -0,0 +1,81 @@ +import json + +from django import template +from django.template.context import Context + +register = template.Library() + + +@register.inclusion_tag('admin/prepopulated_fields_js.html', takes_context=True) +def prepopulated_fields_js(context): + """ + Creates a list of prepopulated_fields that should render Javascript for + the prepopulated fields for both the admin form and inlines. + """ + prepopulated_fields = [] + if 'adminform' in context: + prepopulated_fields.extend(context['adminform'].prepopulated_fields) + if 'inline_admin_formsets' in context: + for inline_admin_formset in context['inline_admin_formsets']: + for inline_admin_form in inline_admin_formset: + if inline_admin_form.original is None: + prepopulated_fields.extend(inline_admin_form.prepopulated_fields) + + prepopulated_fields_json = [] + for field in prepopulated_fields: + prepopulated_fields_json.append({ + "id": "#%s" % field["field"].auto_id, + "name": field["field"].name, + "dependency_ids": ["#%s" % dependency.auto_id for dependency in field["dependencies"]], + "dependency_list": [dependency.name for dependency in field["dependencies"]], + "maxLength": field["field"].field.max_length or 50, + "allowUnicode": getattr(field["field"].field, "allow_unicode", False) + }) + + context.update({ + 'prepopulated_fields': prepopulated_fields, + 'prepopulated_fields_json': json.dumps(prepopulated_fields_json), + }) + return context + + +@register.inclusion_tag('admin/submit_line.html', takes_context=True) +def submit_row(context): + """ + Displays the row of buttons for delete and save. + """ + change = context['change'] + is_popup = context['is_popup'] + save_as = context['save_as'] + show_save = context.get('show_save', True) + show_save_and_continue = context.get('show_save_and_continue', True) + ctx = Context(context) + ctx.update({ + 'show_delete_link': ( + not is_popup and context['has_delete_permission'] and + change and context.get('show_delete', True) + ), + 'show_save_as_new': not is_popup and change and save_as, + 'show_save_and_add_another': ( + context['has_add_permission'] and not is_popup and + (not save_as or context['add']) + ), + 'show_save_and_continue': not is_popup and context['has_change_permission'] and show_save_and_continue, + 'show_save': show_save, + }) + return ctx + + +@register.filter +def cell_count(inline_admin_form): + """Returns the number of cells used in a tabular inline""" + count = 1 # Hidden cell with hidden 'id' field + for fieldset in inline_admin_form: + # Loop through all the fields (one per cell) + for line in fieldset: + for field in line: + count += 1 + if inline_admin_form.formset.can_delete: + # Delete checkbox + count += 1 + return count diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templatetags/admin_static.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templatetags/admin_static.py new file mode 100644 index 0000000..cfd55c7 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templatetags/admin_static.py @@ -0,0 +1,11 @@ +from django.template import Library +from django.templatetags.static import static as _static + +register = Library() + + +@register.simple_tag +def static(path): + # Backwards compatibility alias for django.templatetags.static.static(). + # Deprecation should start in Django 2.0. + return _static(path) diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templatetags/admin_urls.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templatetags/admin_urls.py new file mode 100644 index 0000000..8e665ec --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templatetags/admin_urls.py @@ -0,0 +1,55 @@ +from django import template +from django.contrib.admin.utils import quote +from django.urls import Resolver404, get_script_prefix, resolve +from django.utils.http import urlencode +from django.utils.six.moves.urllib.parse import parse_qsl, urlparse, urlunparse + +register = template.Library() + + +@register.filter +def admin_urlname(value, arg): + return 'admin:%s_%s_%s' % (value.app_label, value.model_name, arg) + + +@register.filter +def admin_urlquote(value): + return quote(value) + + +@register.simple_tag(takes_context=True) +def add_preserved_filters(context, url, popup=False, to_field=None): + opts = context.get('opts') + preserved_filters = context.get('preserved_filters') + + parsed_url = list(urlparse(url)) + parsed_qs = dict(parse_qsl(parsed_url[4])) + merged_qs = dict() + + if opts and preserved_filters: + preserved_filters = dict(parse_qsl(preserved_filters)) + + match_url = '/%s' % url.partition(get_script_prefix())[2] + try: + match = resolve(match_url) + except Resolver404: + pass + else: + current_url = '%s:%s' % (match.app_name, match.url_name) + changelist_url = 'admin:%s_%s_changelist' % (opts.app_label, opts.model_name) + if changelist_url == current_url and '_changelist_filters' in preserved_filters: + preserved_filters = dict(parse_qsl(preserved_filters['_changelist_filters'])) + + merged_qs.update(preserved_filters) + + if popup: + from django.contrib.admin.options import IS_POPUP_VAR + merged_qs[IS_POPUP_VAR] = 1 + if to_field: + from django.contrib.admin.options import TO_FIELD_VAR + merged_qs[TO_FIELD_VAR] = to_field + + merged_qs.update(parsed_qs) + + parsed_url[4] = urlencode(merged_qs) + return urlunparse(parsed_url) diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templatetags/log.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templatetags/log.py new file mode 100644 index 0000000..427cb95 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/templatetags/log.py @@ -0,0 +1,59 @@ +from django import template +from django.contrib.admin.models import LogEntry + +register = template.Library() + + +class AdminLogNode(template.Node): + def __init__(self, limit, varname, user): + self.limit, self.varname, self.user = limit, varname, user + + def __repr__(self): + return "" + + def render(self, context): + if self.user is None: + entries = LogEntry.objects.all() + else: + user_id = self.user + if not user_id.isdigit(): + user_id = context[self.user].pk + entries = LogEntry.objects.filter(user__pk=user_id) + context[self.varname] = entries.select_related('content_type', 'user')[:int(self.limit)] + return '' + + +@register.tag +def get_admin_log(parser, token): + """ + Populates a template variable with the admin log for the given criteria. + + Usage:: + + {% get_admin_log [limit] as [varname] for_user [context_var_containing_user_obj] %} + + Examples:: + + {% get_admin_log 10 as admin_log for_user 23 %} + {% get_admin_log 10 as admin_log for_user user %} + {% get_admin_log 10 as admin_log %} + + Note that ``context_var_containing_user_obj`` can be a hard-coded integer + (user ID) or the name of a template context variable containing the user + object whose ID you want. + """ + tokens = token.contents.split() + if len(tokens) < 4: + raise template.TemplateSyntaxError( + "'get_admin_log' statements require two arguments") + if not tokens[1].isdigit(): + raise template.TemplateSyntaxError( + "First argument to 'get_admin_log' must be an integer") + if tokens[2] != 'as': + raise template.TemplateSyntaxError( + "Second argument to 'get_admin_log' must be 'as'") + if len(tokens) > 4: + if tokens[4] != 'for_user': + raise template.TemplateSyntaxError( + "Fourth argument to 'get_admin_log' must be 'for_user'") + return AdminLogNode(limit=tokens[1], varname=tokens[3], user=(tokens[5] if len(tokens) > 5 else None)) diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/tests.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/tests.py new file mode 100644 index 0000000..7043ed8 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/tests.py @@ -0,0 +1,185 @@ +from django.contrib.staticfiles.testing import StaticLiveServerTestCase +from django.test import modify_settings +from django.test.selenium import SeleniumTestCase +from django.utils.deprecation import MiddlewareMixin +from django.utils.translation import ugettext as _ + + +class CSPMiddleware(MiddlewareMixin): + """The admin's JavaScript should be compatible with CSP.""" + def process_response(self, request, response): + response['Content-Security-Policy'] = "default-src 'self'" + return response + + +@modify_settings(MIDDLEWARE={'append': 'django.contrib.admin.tests.CSPMiddleware'}) +class AdminSeleniumTestCase(SeleniumTestCase, StaticLiveServerTestCase): + + available_apps = [ + 'django.contrib.admin', + 'django.contrib.auth', + 'django.contrib.contenttypes', + 'django.contrib.sessions', + 'django.contrib.sites', + ] + + def wait_until(self, callback, timeout=10): + """ + Helper function that blocks the execution of the tests until the + specified callback returns a value that is not falsy. This function can + be called, for example, after clicking a link or submitting a form. + See the other public methods that call this function for more details. + """ + from selenium.webdriver.support.wait import WebDriverWait + WebDriverWait(self.selenium, timeout).until(callback) + + def wait_for_popup(self, num_windows=2, timeout=10): + """ + Block until `num_windows` are present (usually 2, but can be + overridden in the case of pop-ups opening other pop-ups). + """ + self.wait_until(lambda d: len(d.window_handles) == num_windows, timeout) + + def wait_for(self, css_selector, timeout=10): + """ + Helper function that blocks until a CSS selector is found on the page. + """ + from selenium.webdriver.common.by import By + from selenium.webdriver.support import expected_conditions as ec + self.wait_until( + ec.presence_of_element_located((By.CSS_SELECTOR, css_selector)), + timeout + ) + + def wait_for_text(self, css_selector, text, timeout=10): + """ + Helper function that blocks until the text is found in the CSS selector. + """ + from selenium.webdriver.common.by import By + from selenium.webdriver.support import expected_conditions as ec + self.wait_until( + ec.text_to_be_present_in_element( + (By.CSS_SELECTOR, css_selector), text), + timeout + ) + + def wait_for_value(self, css_selector, text, timeout=10): + """ + Helper function that blocks until the value is found in the CSS selector. + """ + from selenium.webdriver.common.by import By + from selenium.webdriver.support import expected_conditions as ec + self.wait_until( + ec.text_to_be_present_in_element_value( + (By.CSS_SELECTOR, css_selector), text), + timeout + ) + + def wait_until_visible(self, css_selector, timeout=10): + """ + Block until the element described by the CSS selector is visible. + """ + from selenium.webdriver.common.by import By + from selenium.webdriver.support import expected_conditions as ec + self.wait_until( + ec.visibility_of_element_located((By.CSS_SELECTOR, css_selector)), + timeout + ) + + def wait_until_invisible(self, css_selector, timeout=10): + """ + Block until the element described by the CSS selector is invisible. + """ + from selenium.webdriver.common.by import By + from selenium.webdriver.support import expected_conditions as ec + self.wait_until( + ec.invisibility_of_element_located((By.CSS_SELECTOR, css_selector)), + timeout + ) + + def wait_page_loaded(self): + """ + Block until page has started to load. + """ + from selenium.common.exceptions import TimeoutException + try: + # Wait for the next page to be loaded + self.wait_for('body') + except TimeoutException: + # IE7 occasionally returns an error "Internet Explorer cannot + # display the webpage" and doesn't load the next page. We just + # ignore it. + pass + + def admin_login(self, username, password, login_url='/admin/'): + """ + Helper function to log into the admin. + """ + self.selenium.get('%s%s' % (self.live_server_url, login_url)) + username_input = self.selenium.find_element_by_name('username') + username_input.send_keys(username) + password_input = self.selenium.find_element_by_name('password') + password_input.send_keys(password) + login_text = _('Log in') + self.selenium.find_element_by_xpath( + '//input[@value="%s"]' % login_text).click() + self.wait_page_loaded() + + def get_css_value(self, selector, attribute): + """ + Helper function that returns the value for the CSS attribute of an + DOM element specified by the given selector. Uses the jQuery that ships + with Django. + """ + return self.selenium.execute_script( + 'return django.jQuery("%s").css("%s")' % (selector, attribute)) + + def get_select_option(self, selector, value): + """ + Returns the

    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, 2014 +# bruno.devpod , 2014 +# FilipeCifali , 2016 +# dudanogueira , 2012 +# Elyézer Rezende , 2013 +# Fábio C. Barrionuevo da Luz , 2015 +# Francisco Petry Rauber , 2016 +# Gladson , 2013 +# Guilherme Gondim, 2012-2013 +# Jannis Leidel , 2011 +# Lucas Infante , 2015 +# Marco Rougeth , 2015 +# Raysa Dutra, 2016 +# Sergio Garcia , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-06-28 23:31+0000\n" +"Last-Translator: andrewsmedina \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/django/django/" +"language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Removido %(count)d %(items)s com sucesso." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Não é possível excluir %(name)s " + +msgid "Are you sure?" +msgstr "Tem certeza?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Remover %(verbose_name_plural)s selecionados" + +msgid "Administration" +msgstr "Administração" + +msgid "All" +msgstr "Todos" + +msgid "Yes" +msgstr "Sim" + +msgid "No" +msgstr "Não" + +msgid "Unknown" +msgstr "Desconhecido" + +msgid "Any date" +msgstr "Qualquer data" + +msgid "Today" +msgstr "Hoje" + +msgid "Past 7 days" +msgstr "Últimos 7 dias" + +msgid "This month" +msgstr "Este mês" + +msgid "This year" +msgstr "Este ano" + +msgid "No date" +msgstr "Sem data" + +msgid "Has date" +msgstr "Tem data" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Por favor, insira um %(username)s e senha corretos para uma conta de equipe. " +"Note que ambos campos são sensíveis a maiúsculas e minúsculas." + +msgid "Action:" +msgstr "Ação:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Adicionar outro(a) %(verbose_name)s" + +msgid "Remove" +msgstr "Remover" + +msgid "action time" +msgstr "hora da ação" + +msgid "user" +msgstr "usuário" + +msgid "content type" +msgstr "tipo de conteúdo" + +msgid "object id" +msgstr "id do objeto" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "repr do objeto" + +msgid "action flag" +msgstr "flag de ação" + +msgid "change message" +msgstr "modificar mensagem" + +msgid "log entry" +msgstr "entrada de log" + +msgid "log entries" +msgstr "entradas de log" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "Adicionado \"%(object)s\"." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "Modificado \"%(object)s\" - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "Removido \"%(object)s.\"" + +msgid "LogEntry Object" +msgstr "Objeto LogEntry" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "Adicionado {name} \"{object}\"." + +msgid "Added." +msgstr "Adicionado." + +msgid "and" +msgstr "e" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "Alterado {fields} para {name} \"{object}\"." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "Alterado {fields}." + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "Removido {name} \"{object}\"." + +msgid "No fields changed." +msgstr "Nenhum campo modificado." + +msgid "None" +msgstr "Nenhum" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" +"Mantenha pressionado o \"Control\", ou \"Command\" no Mac, para selecionar " +"mais de uma opção." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" +"O {name} \"{obj}\" foi adicionado com sucesso. Você pode editar ele " +"novamente abaixo." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" +"O {name} \"{obj}\" foi adicionado com sucesso. Você pode adicionar outro " +"{name} abaixo." + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "O {name} \"{obj}\" foi adicionado com sucesso." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" +"O {name} \"{obj}\" foi alterado com sucesso. Você pode modificar ele " +"novamente abaixo." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" +"O {name} \"{obj}\" foi alterado com sucesso. Você pode adicionar outro " +"{name} abaixo." + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "O {name} \"{obj}\" foi alterado com sucesso." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Os itens devem ser selecionados em ordem a fim de executar ações sobre eles. " +"Nenhum item foi modificado." + +msgid "No action selected." +msgstr "Nenhuma ação selecionada." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "%(name)s \"%(obj)s\": excluído com sucesso." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "Objeto %(name)s com chave primária %(key)r não existe. " + +#, python-format +msgid "Add %s" +msgstr "Adicionar %s" + +#, python-format +msgid "Change %s" +msgstr "Modificar %s" + +msgid "Database error" +msgstr "Erro no banco de dados" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s modificado com sucesso." +msgstr[1] "%(count)s %(name)s modificados com sucesso." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s selecionado" +msgstr[1] "Todos %(total_count)s selecionados" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 de %(cnt)s selecionados" + +#, python-format +msgid "Change history: %s" +msgstr "Histórico de modificações: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Excluir o %(class_name)s %(instance)s exigiria excluir os seguintes objetos " +"protegidos relacionados: %(related_objects)s" + +msgid "Django site admin" +msgstr "Site de administração do Django" + +msgid "Django administration" +msgstr "Administração do Django" + +msgid "Site administration" +msgstr "Administração do Site" + +msgid "Log in" +msgstr "Acessar" + +#, python-format +msgid "%(app)s administration" +msgstr "%(app)s administração" + +msgid "Page not found" +msgstr "Página não encontrada" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Desculpe, mas a página requisitada não pode ser encontrada." + +msgid "Home" +msgstr "Início" + +msgid "Server error" +msgstr "Erro no servidor" + +msgid "Server error (500)" +msgstr "Erro no servidor (500)" + +msgid "Server Error (500)" +msgstr "Erro no Servidor (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"Houve um erro, que já foi reportado aos administradores do site por email e " +"deverá ser consertado em breve. Obrigado pela sua paciência." + +msgid "Run the selected action" +msgstr "Executar ação selecionada" + +msgid "Go" +msgstr "Ir" + +msgid "Click here to select the objects across all pages" +msgstr "Clique aqui para selecionar os objetos de todas as páginas" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Selecionar todos %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Limpar seleção" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Primeiro, informe um nome de usuário e senha. Depois você será capaz de " +"editar mais opções do usuário." + +msgid "Enter a username and password." +msgstr "Digite um nome de usuário e senha." + +msgid "Change password" +msgstr "Alterar senha" + +msgid "Please correct the error below." +msgstr "Por favor, corrija o erro abaixo." + +msgid "Please correct the errors below." +msgstr "Por favor, corrija os erros abaixo." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Informe uma nova senha para o usuário %(username)s." + +msgid "Welcome," +msgstr "Bem-vindo(a)," + +msgid "View site" +msgstr "Ver o site" + +msgid "Documentation" +msgstr "Documentação" + +msgid "Log out" +msgstr "Encerrar sessão" + +#, python-format +msgid "Add %(name)s" +msgstr "Adicionar %(name)s" + +msgid "History" +msgstr "Histórico" + +msgid "View on site" +msgstr "Ver no site" + +msgid "Filter" +msgstr "Filtro" + +msgid "Remove from sorting" +msgstr "Remover da ordenação" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Prioridade da ordenação: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Alternar ordenção" + +msgid "Delete" +msgstr "Apagar" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"A remoção de '%(object_name)s' %(escaped_object)s pode resultar na remoção " +"de objetos relacionados, mas sua conta não tem a permissão para remoção dos " +"seguintes tipos de objetos:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Excluir o %(object_name)s ' %(escaped_object)s ' exigiria excluir os " +"seguintes objetos protegidos relacionados:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Você tem certeza que quer remover %(object_name)s \"%(escaped_object)s\"? " +"Todos os seguintes itens relacionados serão removidos:" + +msgid "Objects" +msgstr "Objetos" + +msgid "Yes, I'm sure" +msgstr "Sim, tenho certeza" + +msgid "No, take me back" +msgstr "Não, me leve de volta" + +msgid "Delete multiple objects" +msgstr "Remover múltiplos objetos" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Excluir o %(objects_name)s selecionado pode resultar na remoção de objetos " +"relacionados, mas sua conta não tem permissão para excluir os seguintes " +"tipos de objetos:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Excluir o %(objects_name)s selecionado exigiria excluir os seguintes objetos " +"relacionados protegidos:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Tem certeza de que deseja apagar o %(objects_name)s selecionado? Todos os " +"seguintes objetos e seus itens relacionados serão removidos:" + +msgid "Change" +msgstr "Modificar" + +msgid "Delete?" +msgstr "Apagar?" + +#, python-format +msgid " By %(filter_title)s " +msgstr "Por %(filter_title)s " + +msgid "Summary" +msgstr "Resumo" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modelos na aplicação %(name)s" + +msgid "Add" +msgstr "Adicionar" + +msgid "You don't have permission to edit anything." +msgstr "Você não tem permissão para edição." + +msgid "Recent actions" +msgstr "Ações recentes" + +msgid "My actions" +msgstr "Minhas Ações" + +msgid "None available" +msgstr "Nenhum disponível" + +msgid "Unknown content" +msgstr "Conteúdo desconhecido" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Alguma coisa está errada com a instalação do banco de dados. Certifique-se " +"que as tabelas necessárias foram criadas e que o banco de dados pode ser " +"acessado pelo usuário apropriado." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Você está autenticado como %(username)s, mas não está autorizado a acessar " +"esta página. Você gostaria de realizar login com uma conta diferente?" + +msgid "Forgotten your password or username?" +msgstr "Esqueceu sua senha ou nome de usuário?" + +msgid "Date/time" +msgstr "Data/hora" + +msgid "User" +msgstr "Usuário" + +msgid "Action" +msgstr "Ação" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Este objeto não tem um histórico de alterações. Ele provavelmente não foi " +"adicionado por este site de administração." + +msgid "Show all" +msgstr "Mostrar tudo" + +msgid "Save" +msgstr "Salvar" + +msgid "Popup closing..." +msgstr "Fechando popup..." + +#, python-format +msgid "Change selected %(model)s" +msgstr "Alterar %(model)s selecionado" + +#, python-format +msgid "Add another %(model)s" +msgstr "Adicionar outro %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Excluir %(model)s selecionado" + +msgid "Search" +msgstr "Pesquisar" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s resultado" +msgstr[1] "%(counter)s resultados" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s total" + +msgid "Save as new" +msgstr "Salvar como novo" + +msgid "Save and add another" +msgstr "Salvar e adicionar outro(a)" + +msgid "Save and continue editing" +msgstr "Salvar e continuar editando" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Obrigado por visitar nosso Web site hoje." + +msgid "Log in again" +msgstr "Acessar novamente" + +msgid "Password change" +msgstr "Alterar senha" + +msgid "Your password was changed." +msgstr "Sua senha foi alterada." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Por favor, informe sua senha antiga, por segurança, e então informe sua nova " +"senha duas vezes para que possamos verificar se você digitou corretamente." + +msgid "Change my password" +msgstr "Alterar minha senha" + +msgid "Password reset" +msgstr "Recuperar senha" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "Sua senha foi definida. Você pode prosseguir e se autenticar agora." + +msgid "Password reset confirmation" +msgstr "Confirmação de recuperação de senha" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Por favor, informe sua nova senha duas vezes para que possamos verificar se " +"você a digitou corretamente." + +msgid "New password:" +msgstr "Nova senha:" + +msgid "Confirm password:" +msgstr "Confirme a senha:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"O link para a recuperação de senha era inválido, possivelmente porque já foi " +"utilizado. Por favor, solicite uma nova recuperação de senha." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"Nós te enviamos por e-mail as instruções para redefinição de sua senha, se " +"existir uma conta com o e-mail que você forneceu. Você receberá a mensagem " +"em breve." + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Se você não receber um e-mail, por favor verifique se você digitou o " +"endereço que você usou para se registrar, e verificar a sua pasta de spam." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Você está recebendo este email porque solicitou a redefinição da senha da " +"sua conta em %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Por favor, acesse a seguinte página e escolha uma nova senha:" + +msgid "Your username, in case you've forgotten:" +msgstr "Seu nome de usuário, caso tenha esquecido:" + +msgid "Thanks for using our site!" +msgstr "Obrigado por usar nosso site!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Equipe %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"Esqueceu a senha? Forneça o seu endereço de email abaixo e te enviaremos " +"instruções para definir uma nova." + +msgid "Email address:" +msgstr "Endereço de email:" + +msgid "Reset my password" +msgstr "Reinicializar minha senha" + +msgid "All dates" +msgstr "Todas as datas" + +#, python-format +msgid "Select %s" +msgstr "Selecione %s" + +#, python-format +msgid "Select %s to change" +msgstr "Selecione %s para modificar" + +msgid "Date:" +msgstr "Data:" + +msgid "Time:" +msgstr "Hora:" + +msgid "Lookup" +msgstr "Procurar" + +msgid "Currently:" +msgstr "Atualmente:" + +msgid "Change:" +msgstr "Alterar:" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/pt_BR/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/pt_BR/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..058403b93aa78d102935d0ec7ab9289d53910d81 GIT binary patch literal 4619 zcmbuDO^h5z6@V+)A;|_p5(vK`6b9S7*ggB>;8_TBe^HU{C*Mo{^-W5hhfnO|hqSR@sR!Tyz8C(y;_L8c%D<_~ zzlHCk{QIi>r;2}p@2CE675`arAA={TzYE?5?}eX&hu|T&2ycbmihU^aKMfI~z6EcA z&s62_Rs25WPyLV|S;7@4a;`!d_bPl0z6Klc4und33rhbOirgOLPi^ocdOi(B&u>GK z^8$PUz676#H3lJ4y#Ynu@8C)J2Porir}78z9w_5pg*|wV#t*_@ReTfPL;0<${Ew=9 zD@uHb`upIA;W7AA_Ua-$P5EE9GY34uCQzjopy;y0xQ|U0Ij12is`F6hxm49Z23fi?Q1pl@Iw<{eD0ciB6n(z| zMc%V;6TS$af_I{X)PEC-oM)iOeZJyLkgjSAO23~~^{>P4P<{hG3zu1h%=c#~+3BX|UE!8hS^FuqGE%&h)h@jn%By1T63SMlbGw^Y2X;zt=PX|6=^EBhn~ zQ>q&IBjiKmPm?8mtVE%&?71Y-@i3X`)qUjmkR=@{QP@;IgQ_exmGn8XtoM^rAhE0> ziLFpkO_Gn2kC8t?#$0NOtjU;0&64F_I7pT>L;ei;e)0jbq>q;<{6l;}&XM@AB=IRZ z*OER<7T=ZqQU@n98&750t?7f4t;F+5g>88oUbpSIHnna|9oIdhDbgK}jO&n9L zjn|G@YU=E$J+)oew?#W$%h5aC7HrFQn>JO8wwdN89jL`9_LLutLaQ#Cq^P@?#{+dS zPpn!pX{*EUKrKaK616*CJ>*=%kGFOGxXZOkWwE;B@>H9SHKEuuvuWR^T9#AWyDzHW zcxTss9$R9+M%Z5i6tQBsI#x((J5yLD|?3N49l$);8P^nub*4q(xg zPEG6AEq!EmzwR`{ZC2Y;sqKB<(Wvr*cd1cnqIc5Bg}6tL zUMsvzhi<)G(Vq5HkJ}7i6mjBN9fKc_P9#RtrsX4-94+iOs5&Hvz3!S2hfic5OwzWT z=mZVIs2_#7iJ9BRVOH4YFwWXbU6Ug^(6Muc@z)%lij~h}IPb{*iOl^?nrDml` z#+1sFa>~6;VZ+E5*VD)*7uE`OMckNy3w^JZv>u^ClcV4=UsEpO%X+p;FQyS&wtsQF zZpkH5w=`b2YJ4u6yMJ|8ZC>=;RoCd`X(l}z<2@U>eS77jHcZOuN7YK|p5*!tE`-4& zHqG#rx(=VjCEUbi+jFT8ma=vf250hi7BpO4Ppm9Ag0rbL;#YxO%ym6CGkZLk`Ft?@ zfSx;6pPf50GdD9s$KbN#xUK_fLu78~!DC@ao_>;bkMj_dx>Ri@xF=xE`FgouVWoy5I>{B`LYK)j zwh$PFZZeyaVEk0hO=D71HH^Aymr1l_$ueO!{Dtn@&0YP=n>)RxOF2u_hsyH+lg+nfbC+|UOR0>0qldz1uUDF?CFxXQ%#^7!&1^#V#t^zIK|F5IxHUNv#w;P=;6uge~dDVQ-vUeCOP z$JN9^T84YA&{cCEho+{h>x3onC@3x!8O@B9`n*Yb)!0^)VMV)PTRB&uPFPd9pplJ6 z8e+=bvlb>RWR4q39t*=Qxi@#)Y;|Pm?WuOQL1*HNyOuOAoI677*yEAMn*ncKE&eU2 KOZ->JCG}q)(k6)j literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/pt_BR/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/pt_BR/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..81d0a65 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/pt_BR/LC_MESSAGES/djangojs.po @@ -0,0 +1,221 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Allisson Azevedo , 2014 +# andrewsmedina , 2016 +# Eduardo Cereto Carvalho, 2011 +# Guilherme Gondim, 2012 +# Jannis Leidel , 2011 +# Lucas Infante , 2015 +# Renata Barbosa Almeida , 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-06-28 23:30+0000\n" +"Last-Translator: Tarsis Azevedo \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/django/django/" +"language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#, javascript-format +msgid "Available %s" +msgstr "%s disponíveis" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"Esta é a lista de %s disponíveis. Você pode escolhê-los(as) selecionando-" +"os(as) abaixo e clicando na seta \"Escolher\" entre as duas caixas." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Digite nessa caixa para filtrar a lista de %s disponíveis." + +msgid "Filter" +msgstr "Filtro" + +msgid "Choose all" +msgstr "Escolher todos" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Clique para escolher todos os %s de uma só vez" + +msgid "Choose" +msgstr "Escolher" + +msgid "Remove" +msgstr "Remover" + +#, javascript-format +msgid "Chosen %s" +msgstr "%s escolhido(s)" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"Esta é a lista de %s disponíveis. Você pode removê-los(as) selecionando-" +"os(as) abaixo e clicando na seta \"Remover\" entre as duas caixas." + +msgid "Remove all" +msgstr "Remover todos" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Clique para remover de uma só vez todos os %s escolhidos." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s de %(cnt)s selecionado" +msgstr[1] "%(sel)s de %(cnt)s selecionados" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Você tem alterações não salvas em campos editáveis individuais. Se você " +"executar uma ação suas alterações não salvas serão perdidas." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Você selecionou uma ação, mas você não salvou as alterações de cada campo " +"ainda. Clique em OK para salvar. Você vai precisar executar novamente a ação." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Você selecionou uma ação, e você não fez alterações em campos individuais. " +"Você provavelmente está procurando o botão Ir ao invés do botão Salvar." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Nota: Você está %s hora à frente do horário do servidor." +msgstr[1] "Nota: Você está %s horas à frente do horário do servidor." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Nota: Você está %s hora atrás do tempo do servidor." +msgstr[1] "Nota: Você está %s horas atrás do horário do servidor." + +msgid "Now" +msgstr "Agora" + +msgid "Choose a Time" +msgstr "Escolha um horário" + +msgid "Choose a time" +msgstr "Escolha uma hora" + +msgid "Midnight" +msgstr "Meia-noite" + +msgid "6 a.m." +msgstr "6 da manhã" + +msgid "Noon" +msgstr "Meio-dia" + +msgid "6 p.m." +msgstr "6 da tarde" + +msgid "Cancel" +msgstr "Cancelar" + +msgid "Today" +msgstr "Hoje" + +msgid "Choose a Date" +msgstr "Escolha uma data" + +msgid "Yesterday" +msgstr "Ontem" + +msgid "Tomorrow" +msgstr "Amanhã" + +msgid "January" +msgstr "Janeiro" + +msgid "February" +msgstr "Fevereiro" + +msgid "March" +msgstr "Março" + +msgid "April" +msgstr "Abril" + +msgid "May" +msgstr "Maio" + +msgid "June" +msgstr "Junho" + +msgid "July" +msgstr "Julho" + +msgid "August" +msgstr "Agosto" + +msgid "September" +msgstr "Setembro" + +msgid "October" +msgstr "Outubro" + +msgid "November" +msgstr "Novembro" + +msgid "December" +msgstr "Dezembro" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "D" + +msgctxt "one letter Monday" +msgid "M" +msgstr "S" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "T" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "Q" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "Q" + +msgctxt "one letter Friday" +msgid "F" +msgstr "S" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "S" + +msgid "Show" +msgstr "Mostrar" + +msgid "Hide" +msgstr "Esconder" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ro/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ro/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..938d70c565e29734288cc11316356799b13950e8 GIT binary patch literal 15043 zcmc(ld5m3GeaCNs5O5Zhs{Mz_VWy1n&Yb08fBVfRGYge1W6?GEj6} z2kN~E@FH-p$9I6d5@g^Tz=uH5`y{v?{9XV2B)FODZ-EzrujJo4@b#eRyByT`Tfnox z?V#qp5xf-K3u^oj+z37ZYM!S-t^c#&{or4K_kk^l`~vtna2C7=raTQk1FHY*C60~< zL9O=*P;`6}yaD_y_{-prK+$myFC7Li0^b78g9-S4@MYkCf}-bna5s1s!bdfNw}B6U z2f#bPzXCPhy;7)K4$WXxva2)&{5RnAm04wmH!1sdp zzRBt555POQ{ufa6-HcL5KX3DR2Pl5u3u>MO6rW2_>plUB?ngnr|50!&_-XKQ@VlVa z(SiB0&n_r=-v_=2de3=P?qhJ%<0X_+89p3>*z#oI+=Nm6`xDnKNSA(K&D=0c{ z^3SJ0(R0LO?C%$#=za+N>MuY)C^_!A+{y1=5Y`4c_z3s}xC^}WElz*#0k?7e0Qe5@ z%b?!B1fgi1W1!}}1{A+0KcufGRs z{r?Ci;E%z_z#|MI{rVw@XoG(PMaTIYUH?l#$^UXtdes6YzkQ(k-wSHqWl(%R0c!rw zgOlK&fYQJJ^7k*Glh*qtQ0ut{)ciMqXM;C`TF(Jc@;e4z3H}MZ0Q@^} z8N6+jd*EM#vdc$!>8s%LpyvN`lmrtE{uY$}{4=O^`~*AzzIx30-@8E3^Emjc;0HlO z6kOOqrr@>US>W%3qW6p7H27su@15HWf``G2!Flk*;CbNlpyoSglfyT9yb633_qTzl zdaxTjA8dp2XE`W7RG|3w0Z{AzJy3K!1B#AQ9=`#~k9-%DpLq_H{`?daUoXI@UjvST zm~5~e)Vz0tTJI95_526;2)J*vv!`!^;@>4(9K8)t^IYrk?V!eaCnz~R1ZuuVK};n0 z45)d(4vJ6T0kzKWgP3se9LSWxc~?8V+6i93^*x~UF9FX5kAqs*2f#lBp8`>>;Lf)? z{d*X+@&O?^_#%i1gTDu*N9SMT=)N9&jO+d2Z-d_hHU8qYPM=PI=WzW~P~)Am)$#d4 z@Di@y0Ima@{`z`#wCJI_79M(!?Jf7tJ(|0KUA?QQCurMfze$T}i?oMnI#6kQyoLYLNgao2ze2m8 z)}`rq$U*Ra@Cfa4e=U%%$uC?%o2QM^Zljen9S3QzqaD))$2e`TJ;P^%iV^j32Pe1E z7HAjH8Z;fUFCCa@@KM@&+HsnWm(kvC&)lA39p_imcG7;Gb~o*vw0F^Np&g* zm>ZYOhLPDgDWm*I8J9^kT9{zNNZ9Lf5_Y19>b7AdPKz>3 z+g#{bR;8uA?Vm4(g=x=+>0Hz?Mb&OcMKN0?$x?I8&QTtnxp$N^cpep1Qq}_u-4X>F z{fO&vq^73K$}r)Xrzx8`8nsKa7?<;=m&e^OUoyuc@qquMx#?t4VbZKL(fzDjl-dFM z!xd4&`%x#DOcGu?&BJk%&GNKu`7wBEjLw2dn7@=&h{>NU zhG}Wa%rJRWMh0S_#f@HzpXs8a9rmKmk^Zz3MtouMdSNz8l58$EFBYMr4HoYVsz4)lB~h3gH-@ZpR}#06 z8MFp*W&XaEL!TAxJS*S`-0y{Rh<{g>&c=DSPbbq>c^;)@veXK8hh;bu7LkeaJj-<% zZ7Sn#WY2hP6~lw+Vw7<&iHx7CzQ4u_-HV<+bYjEEureR%B~>0u;a$H8k1IIQT<`8m zwa(y^%wkq09prvr6~h!OOTDsEH+y+jT9fW8h+hN39Px_l6MHb zm5P@zqg{~uNyCHQ5lqv&pTx4;>?N5Sr_U3D=#7iIT!!#Lqd zhe%emf;}mr*@PyI7W;;ZYt5}1R|U_u6QHwnZs&#(UAkbheUrc0><>^sv@WrBMa|$Q z8~cI0D8~#`*xAW1V+>+rPI@w}s*5e7`VX}TqlyTMV5;xWx6hAck!uHsZN42Xgi32=kyjwC{;@(*s zJv*69Cy&}ujP=mNk~L;x>+D$73-&2jDdcgqqB>|Aa!EpyQ||pk zTHFfuXZ(4x`lL5?Z#IsSPCtFrEo316bt5wqwvTZmjqE=YE?_TG#K2Kg1P6(3Hi?@h zCGBwO!mwZ4;2Hyq%2k)9?Si5smsd-(l^kh_QJoaq86lDsQcJX<(P?Azw9kuG9h`~j z^?Imb!(CyWR*6GHl07?HyJ$(xW@I4(CrhkZ)eV=V0Btm_QA8>31tsiL zBCLP;InsfDMZ?9-K~Pe5WBJ&g&&ZNjInP#bFzZ!4(@wGi=g@36gF{g_TZlZE**xpQ zl3cEXd+3N6PUa3(PQUx6=FBRXB4pZsc53Vyv|0S%Cc4F-6^etu)aZK0uuVcH!4&CS zdmhjZLy2VnOe=JDS>IC*w|e(s_X<_g-xN$mInp$Hl)jnmQFrIaHRI!>+c$B>F!q^C z?S?Om?G#MSXNyV{gQ?T~+Xt#z5X+MFWi4Uz^ zpCpAt$TN0dq?FozxEFwgRAR^z<&icGPI(5tQv>v0inSvQJ2ni>ELk-e9$Yb|8B94* zYQL9BE0x&Q=SR}2JELu6Fg3J8t+yt0bo)r9sdn=+N>H1s2oL#EFij9R<^xSHN;_}_ zwZTE%SA_}l7^TaOHzN9uXvWx}UuO7|=J4y46wxRTQ-{lVG~_|S;UX#$q5|dUVsP{B)a9Qm6Wq|7mGS#G5s8{) zGbq%OxTJWFB{QSwLFs)>#LCIfv4q_Q(}=niOiQx-pPM5ssy)cz^jJ!g5qMO9At5S* z!zgEPdrUwi9*YI;!k*m`Z6udsgnY>*=~5uib%?PJ4$Z{zYL_auDAF|p-cw$oWQlHY z1m}I4oXE4wg~l-x6JW@8{5HT=KeSUPzG!NfUuit+z@-a!sa)X1QfEB$#BqAjKuglb z8peXVqC#!V?A^#?Dhz?%4Ow7V@d_@H*bp2D{;7G%2KT& zIG)r-qnQT+3i|=ko1GGNy12Brros@yH;fEft(__#yel)bR)pnZeb7M?xnziW;XJl! z0}abmghs_yzdclc^N-{YwLd`I#PkqbhbCzZX3O~IYa8R&G&XNFTdr;GrdCRs5Tx=34Nx){K`694|D zJliz7Zr|R0dj`wj+#FxG%ejZfG)!%oGP=Lq)JsUdx5-!KD8i1z(>FD)8}!p$Xm?{z z+RhY%TIRZ$xa`x}GI_S{pslJj*p79JmPuWarPy)xHuff}x9k{6ckI|aG2R*(8A&&6 z9v|Pi`TEfZAM_VHc8rf+am7e_88|vRv8A@4KqC-;S~V$@ZyF#1*@(`b4Gcu$nu0yvF`g1~*i& zwtYw=rPD z(ZPXSn;R}5bt<02`*sK+tj3&rlI`^zAt7XL=cDSxY3;K1;k%1E1I(E&ksYP zMAM^oZ9VIgkwC_pq)Y_+u^^Pos)(lrLi~q^srG!_oe`7#iFO}*Rnd;yrttUj*jBge zE{$$XoT6qD4&L(DlmTS7R)@XZ2ijD>50fNgH##Oh{PAK{p?f!ptM)`8ys=eo6UJ?3 zSF}M(>ai(7%Cf|fgv6BHZ-SMT6}*BkWC?uAf_uDeb+wpkGt!%U+l?x}G~ecCT|_!_pG_|muxYqiuX0}YcJ)ywGXmMxPXg$-+$ z#aGO|(xBEXibF)NVvjOR$_lewo18useWmXUVJ%x;bLs{1!3w`{>d9D&GUN(s1!Dd6 zy2s?FWWdUGP^V7SO`~ujBXK|v49?l=ku8+VNisGDSr0nQRC3a|=grnn)C#`#sTcU6 zGq?q_N_Ia#hMj5BzNjqMes+#66iqRuD&r(x4sj|knQMb@nwY68rxR}K@0{FIN?kwb z7uV%k>Bc4%!9@-2ky^oCd`PB+S=+500@-v$C+}efl%oJIQfyx_9)%*x3)Yhi#;|%v zO;)~BFJv`O#EXP=4*kS{)nne1gTwL2}snH9dq=1%MvV(W|eG}q&Cl@hiT zPx{iRk}4*Y>eULD!2Z{IbqaUYie6^og`FnMiuHzKZoO^S#7DEjF4t2=Y7^HRQcsI# zF=;J!gcC}m80P!X!Y+P_`(+)Af>R%lQ_PFBvrx!Ts_d%vB6d)=@3Fqr)$LypBx-(G zl}xLIrLz&TE?p4|gH{G+lLW@_1^lp3_MrIFSfGVmac?NL#{uADrzEq}1ku#XX; zE9Fx-^L(JXN=B=9JA9LDV-4t(>iJDu$d6-F=Fv<=A~=Y7wH~smv@VljI}s&yL|ITW z6oy6B%R{!j)LHfu93fpvinTO0ca&;sh2S?0lZ?WqTZE7|9g5gm4_)tGb$!4_RdcH^ z`3Jkmz9cMH?T@6VNJIsGR;6^xClv>sf;&^9)L#W6Oj~#QA?JF5HnH_Ix1W8g+Z!fz ze>G+nPz(|Ucuopt%_7U&4AzbHUuzA0QXQ%CZv!f7qMVs!^|Knu#Ty-Kb_&_$oDJ$UMLDN>?1loB7z@-$Lr(O36=nrbyNOcv}bd;mxmtSX5%>5$*_u!@z> zBzry`IJM*J0aKHC*KfB;q_T=%tyFe+n=ac42Hz3t%UZ%d^JWE8w!0mf9nKni$kksK ze1c372lZI}XkrmbOTNDzVLu|u9)+)Z&NO*54dVbFSsD03D&@YMaeh;24I$l(Y-O0fI5rkQjE2W%vn7{hk`{v6fxa+Z|r zG6_RWhVfBv;#FnLw>S9tgDtW0>m+HstHk>+9gs(oiwjsQwRAd({t)S$$MCf^ao&bk zY;Q#x>q8jn2a2>p4KziaDy~w3;6{d9h|;(mqg24(n6)9BM8ZGiB>Yy^hN_|Di#n$) zt1i-y^2J1)fepn_Z#0!%lvPCg6~vl^(D+vIM%#m#QeU5eHsFVm;q^a z?~hEDt$RvbPH*=}t-xkoNBhw|knIny2r5Bsy!u)a9;HK1qr(Cy#eM=Q*2&{|^rIEu XWD, 2011 +# Denis Darii , 2011,2014 +# Ionel Cristian Mărieș , 2012 +# Jannis Leidel , 2011 +# Razvan Stefanescu , 2015-2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 09:09+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Romanian (http://www.transifex.com/django/django/language/" +"ro/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ro\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" +"2:1));\n" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "%(count)d %(items)s eliminate cu succes." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Nu se poate șterge %(name)s" + +msgid "Are you sure?" +msgstr "Sigur?" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Elimină %(verbose_name_plural)s selectate" + +msgid "Administration" +msgstr "Administrare" + +msgid "All" +msgstr "Toate" + +msgid "Yes" +msgstr "Da" + +msgid "No" +msgstr "Nu" + +msgid "Unknown" +msgstr "Necunoscut" + +msgid "Any date" +msgstr "Orice dată" + +msgid "Today" +msgstr "Astăzi" + +msgid "Past 7 days" +msgstr "Ultimele 7 zile" + +msgid "This month" +msgstr "Luna aceasta" + +msgid "This year" +msgstr "Anul acesta" + +msgid "No date" +msgstr "" + +msgid "Has date" +msgstr "" + +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Introduceți vă rog un %(username)s și o parolă pentru un cont de membru. De " +"remarcat că ambele țin cont de capitalizare." + +msgid "Action:" +msgstr "Acțiune:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Adăugati încă un/o %(verbose_name)s" + +msgid "Remove" +msgstr "Elimină" + +msgid "action time" +msgstr "timp acțiune" + +msgid "user" +msgstr "utilizator" + +msgid "content type" +msgstr "tip de conținut" + +msgid "object id" +msgstr "id obiect" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/3/library/functions.html#repr) +msgid "object repr" +msgstr "repr obiect" + +msgid "action flag" +msgstr "marcaj acțiune" + +msgid "change message" +msgstr "schimbă mesaj" + +msgid "log entry" +msgstr "intrare jurnal" + +msgid "log entries" +msgstr "intrări jurnal" + +#, python-format +msgid "Added \"%(object)s\"." +msgstr "S-au adăugat \"%(object)s\"." + +#, python-format +msgid "Changed \"%(object)s\" - %(changes)s" +msgstr "S-au schimbat \"%(object)s\" - %(changes)s" + +#, python-format +msgid "Deleted \"%(object)s.\"" +msgstr "S-au șters \"%(object)s.\"" + +msgid "LogEntry Object" +msgstr "Obiect LogEntry" + +#, python-brace-format +msgid "Added {name} \"{object}\"." +msgstr "" + +msgid "Added." +msgstr "Adăugat." + +msgid "and" +msgstr "și" + +msgid "Changed {fields} for {name} \"{object}\"." +msgstr "" + +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#, python-brace-format +msgid "Deleted {name} \"{object}\"." +msgstr "" + +msgid "No fields changed." +msgstr "Niciun câmp modificat." + +msgid "None" +msgstr "Nimic" + +msgid "" +"Hold down \"Control\", or \"Command\" on a Mac, to select more than one." +msgstr "" +"Ține apăsat \"Control\", sau \"Command\" pe un Mac, pentru a selecta mai " +"mult de unul." + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was added successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was added successfully." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may edit it again below." +msgstr "" + +#, python-brace-format +msgid "" +"The {name} \"{obj}\" was changed successfully. You may add another {name} " +"below." +msgstr "" + +#, python-brace-format +msgid "The {name} \"{obj}\" was changed successfully." +msgstr "" + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Itemii trebuie selectați pentru a putea îndeplini sarcini asupra lor. Niciun " +"item nu a fost modificat." + +msgid "No action selected." +msgstr "Nicio acțiune selectată." + +#, python-format +msgid "The %(name)s \"%(obj)s\" was deleted successfully." +msgstr "%(name)s \"%(obj)s\" eliminat(ă) cu succes." + +#, python-format +msgid "%(name)s object with primary key %(key)r does not exist." +msgstr "Obiectul %(name)s ce are cheie primară %(key)r nu există." + +#, python-format +msgid "Add %s" +msgstr "Adaugă %s" + +#, python-format +msgid "Change %s" +msgstr "Schimbă %s" + +msgid "Database error" +msgstr "Eroare de bază de date" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s s-a modificat cu succes." +msgstr[1] "%(count)s %(name)s s-au modificat cu succes." +msgstr[2] "%(count)s de %(name)s s-au modificat cu succes." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s selectat(ă)" +msgstr[1] "Toate %(total_count)s selectate" +msgstr[2] "Toate %(total_count)s selectate" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 din %(cnt)s selectat" + +#, python-format +msgid "Change history: %s" +msgstr "Istoric schimbări: %s" + +#. Translators: Model verbose name and instance representation, +#. suitable to be an item in a list. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#, python-format +msgid "" +"Deleting %(class_name)s %(instance)s would require deleting the following " +"protected related objects: %(related_objects)s" +msgstr "" +"Ștergerea %(class_name)s %(instance)s ar necesita ștergerea următoarelor " +"obiecte asociate protejate: %(related_objects)s" + +msgid "Django site admin" +msgstr "Administrare site Django" + +msgid "Django administration" +msgstr "Administrare Django" + +msgid "Site administration" +msgstr "Administrare site" + +msgid "Log in" +msgstr "Autentificare" + +#, python-format +msgid "%(app)s administration" +msgstr "administrare %(app)s" + +msgid "Page not found" +msgstr "Pagină inexistentă" + +msgid "We're sorry, but the requested page could not be found." +msgstr "Ne pare rău, dar pagina solicitată nu a putut fi găsită." + +msgid "Home" +msgstr "Acasă" + +msgid "Server error" +msgstr "Eroare de server" + +msgid "Server error (500)" +msgstr "Eroare de server (500)" + +msgid "Server Error (500)" +msgstr "Eroare server (500)" + +msgid "" +"There's been an error. It's been reported to the site administrators via " +"email and should be fixed shortly. Thanks for your patience." +msgstr "" +"A apărut o eroare. A fost raportată către administratorii site-ului prin " +"email și ar trebui să fie reparată în scurt timp. Mulțumesc pentru răbdare." + +msgid "Run the selected action" +msgstr "Pornește acțiunea selectată" + +msgid "Go" +msgstr "Start" + +msgid "Click here to select the objects across all pages" +msgstr "Clic aici pentru a selecta obiectele la nivelul tuturor paginilor" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Selectați toate %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Deselectați" + +msgid "" +"First, enter a username and password. Then, you'll be able to edit more user " +"options." +msgstr "" +"Introduceți mai întâi un nume de utilizator și o parolă. Apoi veți putea " +"modifica mai multe opțiuni ale utilizatorului." + +msgid "Enter a username and password." +msgstr "Introduceți un nume de utilizator și o parolă." + +msgid "Change password" +msgstr "Schimbă parola" + +msgid "Please correct the error below." +msgstr "Corectați erorile de mai jos" + +msgid "Please correct the errors below." +msgstr "Corectați erorile de mai jos." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" +"Introduceți o parolă nouă pentru utilizatorul %(username)s." + +msgid "Welcome," +msgstr "Bun venit," + +msgid "View site" +msgstr "Vizualizare site" + +msgid "Documentation" +msgstr "Documentație" + +msgid "Log out" +msgstr "Deautentificare" + +#, python-format +msgid "Add %(name)s" +msgstr "Adaugă %(name)s" + +msgid "History" +msgstr "Istoric" + +msgid "View on site" +msgstr "Vizualizează pe site" + +msgid "Filter" +msgstr "Filtru" + +msgid "Remove from sorting" +msgstr "Elimină din sortare" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Prioritate sortare: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Alternează sortarea" + +msgid "Delete" +msgstr "Șterge" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would result in deleting " +"related objects, but your account doesn't have permission to delete the " +"following types of objects:" +msgstr "" +"Ștergerea %(object_name)s '%(escaped_object)s' va duce și la ștergerea " +"obiectelor asociate, însă contul dumneavoastră nu are permisiunea de a " +"șterge următoarele tipuri de obiecte:" + +#, python-format +msgid "" +"Deleting the %(object_name)s '%(escaped_object)s' would require deleting the " +"following protected related objects:" +msgstr "" +"Ștergerea %(object_name)s '%(escaped_object)s' ar putea necesita și " +"ștergerea următoarelor obiecte protejate asociate:" + +#, python-format +msgid "" +"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " +"All of the following related items will be deleted:" +msgstr "" +"Sigur doriți ștergerea %(object_name)s \"%(escaped_object)s\"? Următoarele " +"itemuri asociate vor fi șterse:" + +msgid "Objects" +msgstr "Obiecte" + +msgid "Yes, I'm sure" +msgstr "Da, cu siguranță" + +msgid "No, take me back" +msgstr "Nu, vreau să mă întorc" + +msgid "Delete multiple objects" +msgstr "Ștergeți obiecte multiple" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would result in deleting related " +"objects, but your account doesn't have permission to delete the following " +"types of objects:" +msgstr "" +"Ștergerea %(objects_name)s conform selecției ar putea duce la ștergerea " +"obiectelor asociate, însă contul dvs. de utilizator nu are permisiunea de a " +"șterge următoarele tipuri de obiecte:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Ştergerea %(objects_name)s conform selecției ar necesita și ștergerea " +"următoarelor obiecte protejate asociate:" + +#, python-format +msgid "" +"Are you sure you want to delete the selected %(objects_name)s? All of the " +"following objects and their related items will be deleted:" +msgstr "" +"Sigur doriţi să ștergeți %(objects_name)s conform selecției? Toate obiectele " +"următoare alături de cele asociate lor vor fi șterse:" + +msgid "Change" +msgstr "Schimbă" + +msgid "Delete?" +msgstr "Elimină?" + +#, python-format +msgid " By %(filter_title)s " +msgstr "După %(filter_title)s " + +msgid "Summary" +msgstr "Sumar" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modele în aplicația %(name)s" + +msgid "Add" +msgstr "Adaugă" + +msgid "You don't have permission to edit anything." +msgstr "Nu nicio permisiune de editare." + +msgid "Recent actions" +msgstr "" + +msgid "My actions" +msgstr "" + +msgid "None available" +msgstr "Niciuna" + +msgid "Unknown content" +msgstr "Conținut necunoscut" + +msgid "" +"Something's wrong with your database installation. Make sure the appropriate " +"database tables have been created, and make sure the database is readable by " +"the appropriate user." +msgstr "" +"Există o problema cu baza de date. Verificați dacă tabelele necesare din " +"baza de date au fost create și verificați dacă baza de date poate fi citită " +"de utilizatorul potrivit." + +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" +"Sunteți autentificat ca %(username)s, dar nu sunteți autorizat să accesați " +"această pagină. Doriți să vă autentificați cu un alt cont?" + +msgid "Forgotten your password or username?" +msgstr "Ați uitat parola sau utilizatorul ?" + +msgid "Date/time" +msgstr "Dată/oră" + +msgid "User" +msgstr "Utilizator" + +msgid "Action" +msgstr "Acțiune" + +msgid "" +"This object doesn't have a change history. It probably wasn't added via this " +"admin site." +msgstr "" +"Acest obiect nu are un istoric al schimbărilor. Probabil nu a fost adăugat " +"prin intermediul acestui sit de administrare." + +msgid "Show all" +msgstr "Arată totul" + +msgid "Save" +msgstr "Salvează" + +msgid "Popup closing..." +msgstr "Fereastra se închide..." + +#, python-format +msgid "Change selected %(model)s" +msgstr "Modifică %(model)s selectat" + +#, python-format +msgid "Add another %(model)s" +msgstr "Adaugă alt %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Șterge %(model)s selectat" + +msgid "Search" +msgstr "Caută" + +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "%(counter)s rezultat" +msgstr[1] "%(counter)s rezultate" +msgstr[2] "%(counter)s de rezultate" + +#, python-format +msgid "%(full_result_count)s total" +msgstr "%(full_result_count)s în total" + +msgid "Save as new" +msgstr "Salvați ca nou" + +msgid "Save and add another" +msgstr "Salvați și mai adăugați" + +msgid "Save and continue editing" +msgstr "Salvați și continuați editarea" + +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Mulţumiri pentru timpul petrecut astăzi pe sit." + +msgid "Log in again" +msgstr "Reautentificare" + +msgid "Password change" +msgstr "Schimbare parolă" + +msgid "Your password was changed." +msgstr "Parola a fost schimbată." + +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Din motive de securitate, introduceți parola veche, apoi de două ori parola " +"nouă, pentru a putea verifica dacă ați scris-o corect. " + +msgid "Change my password" +msgstr "Schimbă-mi parola" + +msgid "Password reset" +msgstr "Resetare parolă" + +msgid "Your password has been set. You may go ahead and log in now." +msgstr "" +"Parola dumneavoastră a fost stabilită. Acum puteți continua să vă " +"autentificați." + +msgid "Password reset confirmation" +msgstr "Confirmare resetare parolă" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Introduceți parola de două ori, pentru a putea verifica dacă ați scris-o " +"corect." + +msgid "New password:" +msgstr "Parolă nouă:" + +msgid "Confirm password:" +msgstr "Confirmare parolă:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Link-ul de resetare a parolei a fost nevalid, probabil din cauză că acesta a " +"fost deja utilizat. Solicitați o nouă resetare a parolei." + +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" +"V-am transmis pe email instrucțiunile pentru setarea unei parole noi, dacă " +"există un cont cu adresa email introdusă. Ar trebui să le primiți în scurt " +"timp." + +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" +"Dacă nu primiți un email, asigurați-vă că ați introdus adresa cu care v-ați " +"înregistrat și verificați directorul spam." + +#, python-format +msgid "" +"You're receiving this email because you requested a password reset for your " +"user account at %(site_name)s." +msgstr "" +"Primiți acest email deoarece ați cerut o resetare a parolei pentru contul de " +"utilizator de la %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Mergeți la următoarea pagină și alegeți o parolă nouă:" + +msgid "Your username, in case you've forgotten:" +msgstr "Numele de utilizator, în caz că l-ați uitat:" + +msgid "Thanks for using our site!" +msgstr "Mulțumiri pentru utilizarea sitului nostru!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Echipa %(site_name)s" + +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" +"Ați uitat parola? Introduceți adresa email mai jos și veți primi " +"instrucțiuni pentru setarea unei noi parole." + +msgid "Email address:" +msgstr "Adresă e-mail:" + +msgid "Reset my password" +msgstr "Resetează-mi parola" + +msgid "All dates" +msgstr "Toate datele" + +#, python-format +msgid "Select %s" +msgstr "Selectează %s" + +#, python-format +msgid "Select %s to change" +msgstr "Selectează %s pentru schimbare" + +msgid "Date:" +msgstr "Dată:" + +msgid "Time:" +msgstr "Oră:" + +msgid "Lookup" +msgstr "Căutare" + +msgid "Currently:" +msgstr "În prezent:" + +msgid "Change:" +msgstr "Schimbă:" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ro/LC_MESSAGES/djangojs.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ro/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..03037a9afe6d9a8302924c46594ea9db7c6ea693 GIT binary patch literal 3952 zcmcguO^h7H6|N*EBm)FONWyP;HmsQy+w-#s17j9vS!^)z!pb`#AVrF5x@%_2>8={8 zt9QH>QVuIca6}?f5|bPZ7bIi}A#ve?vd`;H-QJgQDPl z{%D0Oz#Gv1bcN4X*az0o?t$M1{t9?E@D<=;;9EfU{|WE_@K3;R0smap{{nm-^)G;3 z;0lcJDt-&(ajyf}{~JL3#6|qQ27DLzD)6amguqXHia+-IIq)d(GLZSq!O8D|O(2i^ z7&rp{;#wg-fF_>+e~$XAFy{HbtnhC@Uhm(5_=y@w@I1Ewx&3w^>r}7sLEv?$KMrIb z&j5b}{2A~ta0AHx{{Y04;!WUpfNxjz_kn*zeH-{Xum@+n-hTku-vLa<_BR08&z-;v zzjm|22EH8E<7)nAC@4#3uFzM-*mYPm0R%Kj0ejXx8vcM<@MZz zhs%w4IF`A5uLN-i<6J#g>3mMMPjmIyc)X%P#a<=*_8lSF$Qt4ZjTn|Uq)ufoRWz52 z6=`CXij|?YxvGF9Jt6&6t*f)CnxC$vVQj8UaF*)$m*g$Q!5zsoMKeiH7PB zF~P=cTafwc#?(_oZIZ9#cDCtQoDM6kfEO&*hjuKwL!A?TeyAwbIRxsHoZ6R0SY#$Q zCsO7%Q`Fn6_FJ0)56wuM;G$>Gf^2HXB*7OwhGN#bvZF)g{vLvC4n{rY#|kz)yB}M^ zaFsV^lG@##Jx0~${g;eNVg4N>o5)SkwV7q!qPsa#STX|4vwpm4y!S)6P-4gBie~C5 zUQjuLirsPe3?;&Ea&{mZ$=GXa7J`18m4Ug>QzjF{so{N)W}tBP3>YMOLnnnyF}F&S zJZN(tB68$x4<~DrQfq_weT#5}%1=V%!g~yM5_N9Gq};R4Ov=8-{?uSZ)6{Z|Ot{7E zl7kxmLXI|-Z_rw*WUk7npl5%=y7BmuIgY7O@P$UFB3G2mN=c?j6{ehWwiGJSKHMr3 zO-}X$U3NDmaNv8jr?Ccw9*%;|eM77{dj^+UbTWyaQ!dB8bSOCk`EBjA8d>L~)qJ3n z=<#BZM_t>Y+S;?-XvHbXdl>QE)uF{!`$*J!Fls+Uiw|_#i}$w{TP+wyr`3jLpI6x} zwyE9fwA=T$P->@S?xU`gCQqfeu0u~tV-Rwu6fUKd9t9gzf1HMDLz}*R3}eiokOLKU zmCQPH+Gf&dth_$-e$;6;$K!FsvrFAqXB)B2n&qMh--=;5CByF5GOY;7$q zoJ^w=)@6Bz%qUdzr3a2u`MOj$OH1uztxmmOH*@V)>#_DD^Dn(rRhE`o^M?=D%|YP& z{ISJOdw%|CZ8sNT(yI~`r9*#?jkzL9TXRw-K>+eebHc#y^^RYUFD)8 zEp*6mGY6^v+n}8-o{9>W{ipQ)hhvuGA`{1h{MgsYOSutZ8TT#kc8u%KOX4Je2;dX} z?xo6m@q_E|6fW_i+=Ft%%OtUV0eLl(nz91lCY*L-Bw6XOl?YhwIAe3V^gB&*w6m25 zbL6UgXKR34Nz$QZj-Eq^RYVi6VSKeAVHM0F_`&ze6%?5u!Zv*4fJY8yYZa|Ypz-lx zH+uw&2-SV5$(+9rt{^tiYkzJm*Eua#w=Za;#Cq&>2r{HiC|a!neygLx85yBFy@+X% z#YyE5`W)vadHz6zs}JAMg;7C8gA;e@JQ}FKvlS!pWw^omI^NlGI)q%jeK8vqsO;rC z)+pp(oe~TS4-cACtHrH=47?BqrZ#3>*JZj9ZVCv`)65{UfNR4MGYJM50GW}G06vUmMT;xW}QNxCnS@vCShVMdpXU*RcqRFyn%0+zNV4J=M!SEA^r(@ CSFXbV literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ro/LC_MESSAGES/djangojs.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ro/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..f907561 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ro/LC_MESSAGES/djangojs.po @@ -0,0 +1,227 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Daniel Ursache-Dogariu , 2011 +# Denis Darii , 2011 +# Ionel Cristian Mărieș , 2012 +# Jannis Leidel , 2011 +# Răzvan Ionescu , 2015 +# Razvan Stefanescu , 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-17 23:12+0200\n" +"PO-Revision-Date: 2016-05-21 10:11+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Romanian (http://www.transifex.com/django/django/language/" +"ro/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ro\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" +"2:1));\n" + +#, javascript-format +msgid "Available %s" +msgstr "%s disponibil" + +#, javascript-format +msgid "" +"This is the list of available %s. You may choose some by selecting them in " +"the box below and then clicking the \"Choose\" arrow between the two boxes." +msgstr "" +"Aceasta este o listă cu %s disponibile. Le puteți alege selectând mai multe " +"in chenarul de mai jos și apăsând pe săgeata \"Alege\" dintre cele două " +"chenare." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Scrie în acest chenar pentru a filtra lista de %s disponibile." + +msgid "Filter" +msgstr "Filtru" + +msgid "Choose all" +msgstr "Alege toate" + +#, javascript-format +msgid "Click to choose all %s at once." +msgstr "Click pentru a alege toate %s." + +msgid "Choose" +msgstr "Alege" + +msgid "Remove" +msgstr "Elimină" + +#, javascript-format +msgid "Chosen %s" +msgstr "%s alese" + +#, javascript-format +msgid "" +"This is the list of chosen %s. You may remove some by selecting them in the " +"box below and then clicking the \"Remove\" arrow between the two boxes." +msgstr "" +"Aceasta este lista de %s alese. Puteți elimina din ele selectându-le in " +"chenarul de mai jos și apasand pe săgeata \"Elimină\" dintre cele două " +"chenare." + +msgid "Remove all" +msgstr "Elimină toate" + +#, javascript-format +msgid "Click to remove all chosen %s at once." +msgstr "Click pentru a elimina toate %s alese." + +msgid "%(sel)s of %(cnt)s selected" +msgid_plural "%(sel)s of %(cnt)s selected" +msgstr[0] "%(sel)s din %(cnt)s selectate" +msgstr[1] "%(sel)s din %(cnt)s selectate" +msgstr[2] "de %(sel)s din %(cnt)s selectate" + +msgid "" +"You have unsaved changes on individual editable fields. If you run an " +"action, your unsaved changes will be lost." +msgstr "" +"Aveţi modificări nesalvate în cîmpuri individuale editabile. Dacă executaţi " +"o acțiune, modificările nesalvate vor fi pierdute." + +msgid "" +"You have selected an action, but you haven't saved your changes to " +"individual fields yet. Please click OK to save. You'll need to re-run the " +"action." +msgstr "" +"Aţi selectat o acţiune, dar nu aţi salvat încă modificările la câmpuri " +"individuale. Faceţi clic pe OK pentru a salva. Va trebui să executați " +"acțiunea din nou." + +msgid "" +"You have selected an action, and you haven't made any changes on individual " +"fields. You're probably looking for the Go button rather than the Save " +"button." +msgstr "" +"Ați selectat o acţiune și nu ațţi făcut modificări în cîmpuri individuale. " +"Probabil căutați butonul Go, în loc de Salvează." + +#, javascript-format +msgid "Note: You are %s hour ahead of server time." +msgid_plural "Note: You are %s hours ahead of server time." +msgstr[0] "Notă: Sunteți cu %s ora înaintea orei serverului." +msgstr[1] "Notă: Sunteți cu %s ore înaintea orei serverului." +msgstr[2] "Notă: Sunteți cu %s ore înaintea orei serverului." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Notă: Sunteți cu %s oră în urma orei serverului." +msgstr[1] "Notă: Sunteți cu %s ore în urma orei serverului." +msgstr[2] "Notă: Sunteți cu %s ore în urma orei serverului." + +msgid "Now" +msgstr "Acum" + +msgid "Choose a Time" +msgstr "Alege o oră" + +msgid "Choose a time" +msgstr "Alege o oră" + +msgid "Midnight" +msgstr "Miezul nopții" + +msgid "6 a.m." +msgstr "6 a.m." + +msgid "Noon" +msgstr "Amiază" + +msgid "6 p.m." +msgstr "6 p.m." + +msgid "Cancel" +msgstr "Anulează" + +msgid "Today" +msgstr "Astăzi" + +msgid "Choose a Date" +msgstr "Alege a dată" + +msgid "Yesterday" +msgstr "Ieri" + +msgid "Tomorrow" +msgstr "Mâine" + +msgid "January" +msgstr "" + +msgid "February" +msgstr "" + +msgid "March" +msgstr "" + +msgid "April" +msgstr "" + +msgid "May" +msgstr "" + +msgid "June" +msgstr "" + +msgid "July" +msgstr "" + +msgid "August" +msgstr "" + +msgid "September" +msgstr "" + +msgid "October" +msgstr "" + +msgid "November" +msgstr "" + +msgid "December" +msgstr "" + +msgctxt "one letter Sunday" +msgid "S" +msgstr "" + +msgctxt "one letter Monday" +msgid "M" +msgstr "" + +msgctxt "one letter Tuesday" +msgid "T" +msgstr "" + +msgctxt "one letter Wednesday" +msgid "W" +msgstr "" + +msgctxt "one letter Thursday" +msgid "T" +msgstr "" + +msgctxt "one letter Friday" +msgid "F" +msgstr "" + +msgctxt "one letter Saturday" +msgid "S" +msgstr "" + +msgid "Show" +msgstr "Arată" + +msgid "Hide" +msgstr "Ascunde" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ru/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/contrib/admin/locale/ru/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..61458929de2476387e8580b9d76cb57ae9e10f7c GIT binary patch literal 21076 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

  • jqc8$>Enk?dz+q{hO|Q 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 Qnmerdt}o@JTgfx?KLRKmY5)KL literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ga/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ga/LC_MESSAGES/django.po new file mode 100644 index 0000000..d3daf0a --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ga/LC_MESSAGES/django.po @@ -0,0 +1,1205 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# John Moylan , 2013 +# John Stafford , 2013 +# Seán de Búrca , 2011 +# Michael Thornhill , 2011-2012,2015 +# Séamus Ó Cúile , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Irish (http://www.transifex.com/django/django/language/ga/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ga\n" +"Plural-Forms: nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : " +"4);\n" + +msgid "Afrikaans" +msgstr "Afracáinis" + +msgid "Arabic" +msgstr "Araibis" + +msgid "Asturian" +msgstr "Astúiris" + +msgid "Azerbaijani" +msgstr "Asarbaiseáinis" + +msgid "Bulgarian" +msgstr "Bulgáiris" + +msgid "Belarusian" +msgstr "Bealarúisis" + +msgid "Bengali" +msgstr "Beangáilis" + +msgid "Breton" +msgstr "Briotánach" + +msgid "Bosnian" +msgstr "Boisnis" + +msgid "Catalan" +msgstr "Catalóinis" + +msgid "Czech" +msgstr "Seicis" + +msgid "Welsh" +msgstr "Breatnais" + +msgid "Danish" +msgstr "Danmhairgis " + +msgid "German" +msgstr "Gearmáinis" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "Gréigis" + +msgid "English" +msgstr "Béarla" + +msgid "Australian English" +msgstr "Béarla Astrálach" + +msgid "British English" +msgstr "Béarla na Breataine" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Spáinnis" + +msgid "Argentinian Spanish" +msgstr "Spáinnis na hAirgintíne" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "Spáinnis Mheicsiceo " + +msgid "Nicaraguan Spanish" +msgstr "Spáinnis Nicearagua" + +msgid "Venezuelan Spanish" +msgstr "Spáinnis Veiniséalach" + +msgid "Estonian" +msgstr "Eastóinis" + +msgid "Basque" +msgstr "Bascais" + +msgid "Persian" +msgstr "Peirsis" + +msgid "Finnish" +msgstr "Fionlainnis" + +msgid "French" +msgstr "Fraincis" + +msgid "Frisian" +msgstr "Freaslainnis" + +msgid "Irish" +msgstr "Gaeilge" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "Gailísis" + +msgid "Hebrew" +msgstr "Eabhrais" + +msgid "Hindi" +msgstr "Hiondúis" + +msgid "Croatian" +msgstr "Cróitis" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "Ungáiris" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indinéisis" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Íoslainnis" + +msgid "Italian" +msgstr "Iodáilis" + +msgid "Japanese" +msgstr "Seapáinis" + +msgid "Georgian" +msgstr "Seoirsis" + +msgid "Kazakh" +msgstr "Casaicis" + +msgid "Khmer" +msgstr "Ciméiris" + +msgid "Kannada" +msgstr "Cannadais" + +msgid "Korean" +msgstr "Cóiréis" + +msgid "Luxembourgish" +msgstr "Lucsamburgach" + +msgid "Lithuanian" +msgstr "Liotuáinis" + +msgid "Latvian" +msgstr "Laitvis" + +msgid "Macedonian" +msgstr "Macadóinis" + +msgid "Malayalam" +msgstr "Mailéalaimis" + +msgid "Mongolian" +msgstr "Mongóilis" + +msgid "Marathi" +msgstr "Maraitis" + +msgid "Burmese" +msgstr "Burmais" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "Neipeailis" + +msgid "Dutch" +msgstr "Ollainnis" + +msgid "Norwegian Nynorsk" +msgstr "Ioruais Nynorsk" + +msgid "Ossetic" +msgstr "Oiséitis" + +msgid "Punjabi" +msgstr "Puinseáibis" + +msgid "Polish" +msgstr "Polainnis" + +msgid "Portuguese" +msgstr "Portaingéilis" + +msgid "Brazilian Portuguese" +msgstr "Portaingéilis na Brasaíle" + +msgid "Romanian" +msgstr "Rómáinis" + +msgid "Russian" +msgstr "Rúisis" + +msgid "Slovak" +msgstr "Slóvaicis" + +msgid "Slovenian" +msgstr "Slóivéinis" + +msgid "Albanian" +msgstr "Albáinis" + +msgid "Serbian" +msgstr "Seirbis" + +msgid "Serbian Latin" +msgstr "Seirbis (Laidineach)" + +msgid "Swedish" +msgstr "Sualainnis" + +msgid "Swahili" +msgstr "" + +msgid "Tamil" +msgstr "Tamailis" + +msgid "Telugu" +msgstr "Teileagúis" + +msgid "Thai" +msgstr "Téalainnis" + +msgid "Turkish" +msgstr "Tuircis" + +msgid "Tatar" +msgstr "" + +msgid "Udmurt" +msgstr "" + +msgid "Ukrainian" +msgstr "Úcráinis" + +msgid "Urdu" +msgstr "Urdais" + +msgid "Vietnamese" +msgstr "Vítneamais" + +msgid "Simplified Chinese" +msgstr "Sínis Simplithe" + +msgid "Traditional Chinese" +msgstr "Sínis Traidisiúnta" + +msgid "Messages" +msgstr "Teachtaireachtaí" + +msgid "Site Maps" +msgstr "" + +msgid "Static Files" +msgstr "Comhaid Statach" + +msgid "Syndication" +msgstr "Sindeacáitiú" + +msgid "Enter a valid value." +msgstr "Iontráil luach bailí" + +msgid "Enter a valid URL." +msgstr "Iontráil URL bailí." + +msgid "Enter a valid integer." +msgstr "" + +msgid "Enter a valid email address." +msgstr "" + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Iontráil 'slug' bailí a chuimsíonn litreacha, uimhreacha, fostríoca nó " +"fleiscíní." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "Iontráil seoladh IPv4 bailí." + +msgid "Enter a valid IPv6 address." +msgstr "Cuir seoladh bailí IPv6 isteach." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Cuir seoladh bailí IPv4 nó IPv6 isteach." + +msgid "Enter only digits separated by commas." +msgstr "Ná hiontráil ach digití atá deighilte le camóga." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Cinntigh go bhfuil an luach seo %(limit_value)s (tá sé %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "" +"Cinntigh go bhfuil an luach seo níos lú ná nó cothrom le %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "" +"Cinntigh go bhfuil an luach seo níos mó ná nó cothrom le %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" + +msgid "and" +msgstr "agus" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "Ní cheadaítear luach nialasach sa réimse seo." + +msgid "This field cannot be blank." +msgstr "Ní cheadaítear luach nialasach sa réimse seo." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "Tá %(model_name)s leis an %(field_label)s seo ann cheana." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Réimse de Cineál: %(field_type)s" + +msgid "Integer" +msgstr "Slánuimhir" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "" + +msgid "Big (8 byte) integer" +msgstr "Mór (8 byte) slánuimhi" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "Boole" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Teaghrán (suas go %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Slánuimhireacha camóg-scartha" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "Dáta (gan am)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "Dáta (le am)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "Uimhir deachúlach" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "Fad" + +msgid "Email address" +msgstr "R-phost" + +msgid "File path" +msgstr "Conair comhaid" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "Snámhphointe" + +msgid "IPv4 address" +msgstr "Seoladh IPv4" + +msgid "IP address" +msgstr "Seoladh IP" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "Boole (Fíor, Bréagach nó Dada)" + +msgid "Positive integer" +msgstr "Slánuimhir dearfach" + +msgid "Positive small integer" +msgstr "Slánuimhir beag dearfach" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (suas go %(max_length)s)" + +msgid "Small integer" +msgstr "Slánuimhir beag" + +msgid "Text" +msgstr "Téacs" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "Am" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "" + +msgid "File" +msgstr "Comhaid" + +msgid "Image" +msgstr "Íomhá" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "Eochair Eachtracha (cineál a chinnfear de réir réimse a bhaineann)" + +msgid "One-to-one relationship" +msgstr "Duine-le-duine caidreamh" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "Go leor le go leor caidreamh" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Tá an réimse seo riachtanach." + +msgid "Enter a whole number." +msgstr "Iontráil slánuimhir." + +msgid "Enter a number." +msgstr "Iontráil uimhir." + +msgid "Enter a valid date." +msgstr "Iontráil dáta bailí." + +msgid "Enter a valid time." +msgstr "Iontráil am bailí." + +msgid "Enter a valid date/time." +msgstr "Iontráil dáta/am bailí." + +msgid "Enter a valid duration." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Níor seoladh comhad. Deimhnigh cineál an ionchódaithe ar an bhfoirm." + +msgid "No file was submitted." +msgstr "Níor seoladh aon chomhad." + +msgid "The submitted file is empty." +msgstr "Tá an comhad a seoladh folamh." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Cuir ceachtar isteach comhad nó an ticbhosca soiléir, ní féidir an dá " +"sheiceáil." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Uasluchtaigh íomhá bhailí. Níorbh íomhá é an comhad a d'uasluchtaigh tú, nó " +"b'íomhá thruaillithe é." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Déan rogha bhailí. Ní ceann de na roghanna é %(value)s." + +msgid "Enter a list of values." +msgstr "Cuir liosta de luachanna isteach." + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" + +msgid "Order" +msgstr "Ord" + +msgid "Delete" +msgstr "Scrios" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Le do thoil ceartaigh an sonra dúbail le %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Ceart le do thoil na sonraí a dhúbailt le haghaidh %(field)s, chaithfidh a " +"bheith uathúil." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Ceart le do thoil na sonraí a dhúbailt le haghaidh %(field_name)s ní mór a " +"bheith uaithúil le haghaidh an %(lookup)s i %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Le do thoil ceartaigh na luachanna dúbail thíos." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "" +"Ní raibh an eochair eachtrach comhoiriúnach leis an tuismitheoir ásc príomh-" +"eochair." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Déan rogha bhailí. Ní ceann de na roghanna é do roghasa." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"Ní féidir an %(datetime)s a léirmhíniú i gcrios ama %(current_timezone)s; " +"B'fhéidir go bhfuil sé débhríoch nó nach bhfuil sé ann." + +msgid "Currently" +msgstr "Faoi láthair" + +msgid "Change" +msgstr "Athraigh" + +msgid "Clear" +msgstr "Glan" + +msgid "Unknown" +msgstr "Anaithnid" + +msgid "Yes" +msgstr "Tá" + +msgid "No" +msgstr "Níl" + +msgid "yes,no,maybe" +msgstr "tá, níl, b'fhéidir" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d bheart" +msgstr[1] "%(size)d bheart" +msgstr[2] "%(size)d bheart" +msgstr[3] "%(size)d mbeart" +msgstr[4] "%(size)d beart" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "i.n." + +msgid "a.m." +msgstr "r.n." + +msgid "PM" +msgstr "IN" + +msgid "AM" +msgstr "RN" + +msgid "midnight" +msgstr "meán oíche" + +msgid "noon" +msgstr "nóin" + +msgid "Monday" +msgstr "Dé Luain" + +msgid "Tuesday" +msgstr "Dé Máirt" + +msgid "Wednesday" +msgstr "Dé Céadaoin" + +msgid "Thursday" +msgstr "Déardaoin" + +msgid "Friday" +msgstr "Dé hAoine" + +msgid "Saturday" +msgstr "Dé Sathairn" + +msgid "Sunday" +msgstr "Dé Domhnaigh" + +msgid "Mon" +msgstr "L" + +msgid "Tue" +msgstr "M" + +msgid "Wed" +msgstr "C" + +msgid "Thu" +msgstr "D" + +msgid "Fri" +msgstr "A" + +msgid "Sat" +msgstr "S" + +msgid "Sun" +msgstr "D" + +msgid "January" +msgstr "Eanáir" + +msgid "February" +msgstr "Feabhra" + +msgid "March" +msgstr "Márta" + +msgid "April" +msgstr "Aibreán" + +msgid "May" +msgstr "Bealtaine" + +msgid "June" +msgstr "Meitheamh" + +msgid "July" +msgstr "Iúil" + +msgid "August" +msgstr "Lúnasa" + +msgid "September" +msgstr "Meán Fómhair" + +msgid "October" +msgstr "Deireadh Fómhair" + +msgid "November" +msgstr "Samhain" + +msgid "December" +msgstr "Nollaig" + +msgid "jan" +msgstr "ean" + +msgid "feb" +msgstr "feabh" + +msgid "mar" +msgstr "márta" + +msgid "apr" +msgstr "aib" + +msgid "may" +msgstr "beal" + +msgid "jun" +msgstr "meith" + +msgid "jul" +msgstr "iúil" + +msgid "aug" +msgstr "lún" + +msgid "sep" +msgstr "mfómh" + +msgid "oct" +msgstr "dfómh" + +msgid "nov" +msgstr "samh" + +msgid "dec" +msgstr "noll" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Ean." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feabh." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Márta" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Aib." + +msgctxt "abbrev. month" +msgid "May" +msgstr "Beal." + +msgctxt "abbrev. month" +msgid "June" +msgstr "Meith." + +msgctxt "abbrev. month" +msgid "July" +msgstr "Iúil" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Lún." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "MFómh." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "DFómh." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Samh." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Noll." + +msgctxt "alt. month" +msgid "January" +msgstr "Mí Eanáir" + +msgctxt "alt. month" +msgid "February" +msgstr "Mí Feabhra" + +msgctxt "alt. month" +msgid "March" +msgstr "Mí na Márta" + +msgctxt "alt. month" +msgid "April" +msgstr "Mí Aibreáin" + +msgctxt "alt. month" +msgid "May" +msgstr "Mí na Bealtaine" + +msgctxt "alt. month" +msgid "June" +msgstr "Mí an Mheithimh" + +msgctxt "alt. month" +msgid "July" +msgstr "Mí Iúil" + +msgctxt "alt. month" +msgid "August" +msgstr "Mí Lúnasa" + +msgctxt "alt. month" +msgid "September" +msgstr "Mí Mheán Fómhair" + +msgctxt "alt. month" +msgid "October" +msgstr "Mí Dheireadh Fómhair" + +msgctxt "alt. month" +msgid "November" +msgstr "Mí na Samhna" + +msgctxt "alt. month" +msgid "December" +msgstr "Mí na Nollag" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "nó" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d nóiméad" +msgstr[1] "%d nóiméad" +msgstr[2] "%d nóiméad" +msgstr[3] "%d nóiméad" +msgstr[4] "%d nóiméad" + +msgid "0 minutes" +msgstr "0 nóiméad" + +msgid "Forbidden" +msgstr "Toirmiscthe" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "Tá tuilleadh eolais ar fáil le DEBUG=True." + +msgid "Welcome to Django" +msgstr "Fáilte go Django" + +msgid "It worked!" +msgstr "D'oibrigh sé!" + +msgid "Congratulations on your first Django-powered page." +msgstr "" + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" + +msgid "No year specified" +msgstr "Bliain gan sonrú" + +msgid "No month specified" +msgstr "Mí gan sonrú" + +msgid "No day specified" +msgstr "Lá gan sonrú" + +msgid "No week specified" +msgstr "Seachtain gan sonrú" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Gan %(verbose_name_plural)s ar fáil" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Níl %(verbose_name_plural)s sa todhchaí ar fáil mar tá %(class_name)s." +"allow_future Bréagach." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "" +"Teaghrán dáta neamhbhailí '%(datestr)s' nuair formáid '%(format)s' á húsáid" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Níl bhfuarthas %(verbose_name)s le hadhaigh an iarratas" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "" +"Ní 'deireanach' é an leathanach, agus ní féidir é a thiontú go slánuimhir." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Leathanach neamhbhailí (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Liosta folamh agus tá '%(class_name)s .allow_empty' Bréagach." + +msgid "Directory indexes are not allowed here." +msgstr "Níl innéacsanna chomhadlann cheadaítear anseo." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "Níl %(path)s ann." + +#, python-format +msgid "Index of %(directory)s" +msgstr "Innéacs de %(directory)s" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ga/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ga/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ga/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ga/formats.py new file mode 100644 index 0000000..b3b1974 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ga/formats.py @@ -0,0 +1,24 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'j F Y' +TIME_FORMAT = 'H:i' +# DATETIME_FORMAT = +# YEAR_MONTH_FORMAT = +MONTH_DAY_FORMAT = 'j F' +SHORT_DATE_FORMAT = 'j M Y' +# SHORT_DATETIME_FORMAT = +# FIRST_DAY_OF_WEEK = + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +# DATE_INPUT_FORMATS = +# TIME_INPUT_FORMATS = +# DATETIME_INPUT_FORMATS = +DECIMAL_SEPARATOR = '.' +THOUSAND_SEPARATOR = ',' +# NUMBER_GROUPING = diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/gd/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/gd/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..1d5abef58dc611acb1e6ade2005a02be9f5cdbfb GIT binary patch literal 27404 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 Z8_5f8t5k*k<;4mA&tj(Gcl}!6e*k)scuD{O literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/gd/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/gd/LC_MESSAGES/django.po new file mode 100644 index 0000000..d53e188 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/gd/LC_MESSAGES/django.po @@ -0,0 +1,1274 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Michael Bauer, 2014 +# GunChleoc, 2015-2016 +# GunChleoc, 2015 +# GunChleoc, 2014-2015 +# Michael Bauer, 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-07-03 09:57+0000\n" +"Last-Translator: GunChleoc\n" +"Language-Team: Gaelic, Scottish (http://www.transifex.com/django/django/" +"language/gd/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: gd\n" +"Plural-Forms: nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : " +"(n > 2 && n < 20) ? 2 : 3;\n" + +msgid "Afrikaans" +msgstr "Afraganais" + +msgid "Arabic" +msgstr "Arabais" + +msgid "Asturian" +msgstr "Astùrais" + +msgid "Azerbaijani" +msgstr "Asarbaideànais" + +msgid "Bulgarian" +msgstr "Bulgarais" + +msgid "Belarusian" +msgstr "Bealaruisis" + +msgid "Bengali" +msgstr "Beangailis" + +msgid "Breton" +msgstr "Breatnais" + +msgid "Bosnian" +msgstr "Bosnais" + +msgid "Catalan" +msgstr "Catalanais" + +msgid "Czech" +msgstr "Seacais" + +msgid "Welsh" +msgstr "Cuimris" + +msgid "Danish" +msgstr "Danmhairgis" + +msgid "German" +msgstr "Gearmailtis" + +msgid "Lower Sorbian" +msgstr "Sòrbais Ìochdarach" + +msgid "Greek" +msgstr "Greugais" + +msgid "English" +msgstr "Beurla" + +msgid "Australian English" +msgstr "Beurla Astràilia" + +msgid "British English" +msgstr "Beurla Bhreatainn" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Spàinntis" + +msgid "Argentinian Spanish" +msgstr "Spàinntis na h-Argantaine" + +msgid "Colombian Spanish" +msgstr "Spàinntis Choloimbia" + +msgid "Mexican Spanish" +msgstr "Spàinntis Mheagsagach" + +msgid "Nicaraguan Spanish" +msgstr "Spàinntis Niocaragua" + +msgid "Venezuelan Spanish" +msgstr "Spàinntis na Bheiniseala" + +msgid "Estonian" +msgstr "Eastoinis" + +msgid "Basque" +msgstr "Basgais" + +msgid "Persian" +msgstr "Farsaidh" + +msgid "Finnish" +msgstr "Fionnlannais" + +msgid "French" +msgstr "Fraingis" + +msgid "Frisian" +msgstr "Frìsis" + +msgid "Irish" +msgstr "Gaeilge" + +msgid "Scottish Gaelic" +msgstr "Gàidhlig" + +msgid "Galician" +msgstr "Gailìsis" + +msgid "Hebrew" +msgstr "Eabhra" + +msgid "Hindi" +msgstr "Hindis" + +msgid "Croatian" +msgstr "Cròthaisis" + +msgid "Upper Sorbian" +msgstr "Sòrbais Uachdarach" + +msgid "Hungarian" +msgstr "Ungairis" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Innd-Innsis" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Innis Tìlis" + +msgid "Italian" +msgstr "Eadailtis" + +msgid "Japanese" +msgstr "Seapanais" + +msgid "Georgian" +msgstr "Cairtbheilis" + +msgid "Kazakh" +msgstr "Casachais" + +msgid "Khmer" +msgstr "Cmèar" + +msgid "Kannada" +msgstr "Kannada" + +msgid "Korean" +msgstr "Coirèanais" + +msgid "Luxembourgish" +msgstr "Lugsamburgais" + +msgid "Lithuanian" +msgstr "Liotuainis" + +msgid "Latvian" +msgstr "Laitbheis" + +msgid "Macedonian" +msgstr "Masadonais" + +msgid "Malayalam" +msgstr "Malayalam" + +msgid "Mongolian" +msgstr "Mongolais" + +msgid "Marathi" +msgstr "Marathi" + +msgid "Burmese" +msgstr "Burmais" + +msgid "Norwegian Bokmål" +msgstr "Nirribhis (Bokmål)" + +msgid "Nepali" +msgstr "Neapàlais" + +msgid "Dutch" +msgstr "Duitsis" + +msgid "Norwegian Nynorsk" +msgstr "Nirribhis (Nynorsk)" + +msgid "Ossetic" +msgstr "Ossetic" + +msgid "Punjabi" +msgstr "Panjabi" + +msgid "Polish" +msgstr "Pòlainnis" + +msgid "Portuguese" +msgstr "Portagailis" + +msgid "Brazilian Portuguese" +msgstr "Portagailis Bhraisileach" + +msgid "Romanian" +msgstr "Romàinis" + +msgid "Russian" +msgstr "Ruisis" + +msgid "Slovak" +msgstr "Slòbhacais" + +msgid "Slovenian" +msgstr "Slòbhainis" + +msgid "Albanian" +msgstr "Albàinis" + +msgid "Serbian" +msgstr "Sèirbis" + +msgid "Serbian Latin" +msgstr "Sèirbis (Laideann)" + +msgid "Swedish" +msgstr "Suainis" + +msgid "Swahili" +msgstr "Kiswahili" + +msgid "Tamil" +msgstr "Taimilis" + +msgid "Telugu" +msgstr "Telugu" + +msgid "Thai" +msgstr "Tàidh" + +msgid "Turkish" +msgstr "Turcais" + +msgid "Tatar" +msgstr "Tatarais" + +msgid "Udmurt" +msgstr "Udmurt" + +msgid "Ukrainian" +msgstr "Ucràinis" + +msgid "Urdu" +msgstr "Ùrdu" + +msgid "Vietnamese" +msgstr "Bhiet-Namais" + +msgid "Simplified Chinese" +msgstr "Sìnis Shimplichte" + +msgid "Traditional Chinese" +msgstr "Sìnis Thradaiseanta" + +msgid "Messages" +msgstr "Teachdaireachdan" + +msgid "Site Maps" +msgstr "Mapaichean-làraich" + +msgid "Static Files" +msgstr "Faidhlichean stadastaireachd" + +msgid "Syndication" +msgstr "Siondacaideadh" + +msgid "Enter a valid value." +msgstr "Cuir a-steach luach dligheach." + +msgid "Enter a valid URL." +msgstr "Cuir a-steach URL dligheach." + +msgid "Enter a valid integer." +msgstr "Cuir a-steach àireamh slàin dhligheach." + +msgid "Enter a valid email address." +msgstr "Cuir a-steach seòladh puist-d dligheach." + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Cuir a-steach “sluga” dligheach anns nach eil ach litrichean, àireamhan, fo-" +"loidhnichean is tàthanan." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Cuir a-steach “sluga” dligheach anns nach eil ach litrichean Unicode, " +"àireamhan, fo-loidhnichean is tàthanan." + +msgid "Enter a valid IPv4 address." +msgstr "Cuir a-steach seòladh IPv4 dligheach." + +msgid "Enter a valid IPv6 address." +msgstr "Cuir a-steach seòladh IPv6 dligheach." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Cuir a-steach seòladh IPv4 no IPv6 dligheach." + +msgid "Enter only digits separated by commas." +msgstr "Na cuir a-steach ach àireamhan ’gan sgaradh le cromagan." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Dèan cinnteach gu bheil an luach seo %(limit_value)s (’s e %(show_value)s a " +"th’ ann)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "" +"Dèan cinnteach gu bheil an luach seo nas lugha na no co-ionnan ri " +"%(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "" +"Dèan cinnteach gu bheil an luach seo nas motha na no co-ionnan ri " +"%(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Dèan cinnteach gu bheil %(limit_value)d charactar aig an luach seo air a’ " +"char as lugha (tha %(show_value)d aige an-dràsta)." +msgstr[1] "" +"Dèan cinnteach gu bheil %(limit_value)d charactar aig an luach seo air a’ " +"char as lugha (tha %(show_value)d aige an-dràsta)." +msgstr[2] "" +"Dèan cinnteach gu bheil %(limit_value)d caractaran aig an luach seo air a’ " +"char as lugha (tha %(show_value)d aige an-dràsta)." +msgstr[3] "" +"Dèan cinnteach gu bheil %(limit_value)d caractar aig an luach seo air a’ " +"char as lugha (tha %(show_value)d aige an-dràsta)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Dèan cinnteach gu bheil %(limit_value)d charactar aig an luach seo air a’ " +"char as motha (tha %(show_value)d aige an-dràsta)." +msgstr[1] "" +"Dèan cinnteach gu bheil %(limit_value)d charactar aig an luach seo air a’ " +"char as motha (tha %(show_value)d aige an-dràsta)." +msgstr[2] "" +"Dèan cinnteach gu bheil %(limit_value)d caractaran aig an luach seo air a’ " +"char as motha (tha %(show_value)d aige an-dràsta)." +msgstr[3] "" +"Dèan cinnteach gu bheil %(limit_value)d caractar aig an luach seo air a’ " +"char as motha (tha %(show_value)d aige an-dràsta)." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" +"Dèan cinnteach nach eil barrachd air %(max)s àireamh ann gu h-iomlan." +msgstr[1] "" +"Dèan cinnteach nach eil barrachd air %(max)s àireamh ann gu h-iomlan." +msgstr[2] "" +"Dèan cinnteach nach eil barrachd air %(max)s àireamhan ann gu h-iomlan." +msgstr[3] "" +"Dèan cinnteach nach eil barrachd air %(max)s àireamh ann gu h-iomlan." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Dèan cinnteach nach eil barrachd air %(max)s ionad deicheach ann." +msgstr[1] "Dèan cinnteach nach eil barrachd air %(max)s ionad deicheach ann." +msgstr[2] "Dèan cinnteach nach eil barrachd air %(max)s ionadan deicheach ann." +msgstr[3] "Dèan cinnteach nach eil barrachd air %(max)s ionad deicheach ann." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Dèan cinnteach nach eil barrachd air %(max)s àireamh ann ron phuing " +"dheicheach." +msgstr[1] "" +"Dèan cinnteach nach eil barrachd air %(max)s àireamh ann ron phuing " +"dheicheach." +msgstr[2] "" +"Dèan cinnteach nach eil barrachd air %(max)s àireamhan ann ron phuing " +"dheicheach." +msgstr[3] "" +"Dèan cinnteach nach eil barrachd air %(max)s àireamh ann ron phuing " +"dheicheach." + +msgid "and" +msgstr "agus" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "Tha %(model_name)s lis a’ %(field_labels)s seo ann mar-thà." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Chan eil an luach %(value)r ’na roghainn dhligheach." + +msgid "This field cannot be null." +msgstr "Chan fhaod an raon seo a bhith ’na neoni." + +msgid "This field cannot be blank." +msgstr "Chan fhaod an raon seo a bhith bàn." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "Tha %(model_name)s leis a’ %(field_label)s seo ann mar-thà." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"Chan fhaod %(field_label)s a bhith ann ach aon turas airson " +"%(date_field_label)s %(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Raon dhen t-seòrsa: %(field_type)s" + +msgid "Integer" +msgstr "Àireamh shlàn" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "Feumaidh “%(value)s” a bhith ’na àireamh shlàn." + +msgid "Big (8 byte) integer" +msgstr "Mòr-àireamh shlàn (8 baidht)" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "Feumaidh “%(value)s” a bhith True no False." + +msgid "Boolean (Either True or False)" +msgstr "Booleach (True no False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Sreang (suas ri %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Àireamhan slàna sgaraichte le cromagan" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"Tha fòrmat cinn-là mì-dhligheach aig an luach “%(value)s”. Feumaidh e bhith " +"san fhòrmat BBBB-MM-LL." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"Tha fòrmat mar bu chòir (BBBB-MM-LL) aig an luach “%(value)s” ach tha an " +"ceann-là mì-dligheach." + +msgid "Date (without time)" +msgstr "Ceann-là (gun àm)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"Tha fòrmat mì-dhligheach aig an luach “%(value)s”. Feumaidh e bhith san " +"fhòrmat BBBB-MM-LL HH:MM[:dd[.uuuuuu]][TZ]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"Tha fòrmat mar bu chòir (BBBB-MM-LL HH:MM[:dd[.uuuuuu]][TZ]) aig an luach " +"“%(value)s” ach tha an ceann-là/an t-àm mì-dligheach." + +msgid "Date (with time)" +msgstr "Ceann-là (le àm)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "Feumaidh “%(value)s” a bhith ’na àireamh dheicheach." + +msgid "Decimal number" +msgstr "Àireamh dheicheach" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" +"Tha fòrmat mì-dhligheach aig an luach “%(value)s”. Feumaidh e bhith san " +"fhòrmat [DD] [HH:[MM:]]dd[.uuuuuu]." + +msgid "Duration" +msgstr "Faid" + +msgid "Email address" +msgstr "Seòladh puist-d" + +msgid "File path" +msgstr "Slighe an fhaidhle" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "Feumaidh “%(value)s” a bhith ’na àireamh floid." + +msgid "Floating point number" +msgstr "Àireamh le puing floid." + +msgid "IPv4 address" +msgstr "Seòladh IPv4" + +msgid "IP address" +msgstr "Seòladh IP" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "Feumaidh “%(value)s” a bhith None, True no False." + +msgid "Boolean (Either True, False or None)" +msgstr "Booleach (True, False no None)" + +msgid "Positive integer" +msgstr "Àireamh shlàn dhearbh" + +msgid "Positive small integer" +msgstr "Beag-àireamh shlàn dhearbh" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Sluga (suas ri %(max_length)s)" + +msgid "Small integer" +msgstr "Beag-àireamh slàn" + +msgid "Text" +msgstr "Teacsa" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"Tha fòrmat mì-dhligheach aig an luach “%(value)s”. Feumaidh e bhith san " +"fhòrmat HH:MM[:dd[.uuuuuu]]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"Tha fòrmat mar bu chòir (HH:MM[:dd[.uuuuuu]]) aig an luach “%(value)s” ach " +"tha an t-àm mì-dligheach." + +msgid "Time" +msgstr "Àm" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Dàta bìnearaidh amh" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "Chan eil “%(value)s” ’na UUID dligheach." + +msgid "File" +msgstr "Faidhle" + +msgid "Image" +msgstr "Dealbh" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "Chan eil ionstans dhe %(model)s le %(field)s %(value)r ann." + +msgid "Foreign Key (type determined by related field)" +msgstr "" +" \t\n" +"Iuchair chèin (thèid a sheòrsa a mhìneachadh leis an raon dàimheach)" + +msgid "One-to-one relationship" +msgstr "Dàimh aonan gu aonan" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "Daimh %(from)s-%(to)s" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "Daimhean %(from)s-%(to)s" + +msgid "Many-to-many relationship" +msgstr "Dàimh iomadh rud gu iomadh rud" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Tha an raon seo riatanach." + +msgid "Enter a whole number." +msgstr "Cuir a-steach àireamh shlàn." + +msgid "Enter a number." +msgstr "Cuir a-steach àireamh." + +msgid "Enter a valid date." +msgstr "Cuir a-steach ceann-là dligheach." + +msgid "Enter a valid time." +msgstr "Cuir a-steach àm dligheach." + +msgid "Enter a valid date/time." +msgstr "Cuir a-steach ceann-là ’s àm dligheach." + +msgid "Enter a valid duration." +msgstr "Cuir a-steach faid dhligheach." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" +"Cha deach faidhle a chur a-null. Dearbhaich seòrsa a’ chòdachaidh air an " +"fhoirm." + +msgid "No file was submitted." +msgstr "Cha deach faidhle a chur a-null." + +msgid "The submitted file is empty." +msgstr "Tha am faidhle a chaidh a chur a-null falamh." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Dèan cinnteach nach eil barrachd air %(max)d charactar ann an ainm an " +"fhaidhle (tha %(length)d aige)." +msgstr[1] "" +"Dèan cinnteach nach eil barrachd air %(max)d charactar ann an ainm an " +"fhaidhle (tha %(length)d aige)." +msgstr[2] "" +"Dèan cinnteach nach eil barrachd air %(max)d caractaran ann an ainm an " +"fhaidhle (tha %(length)d aige)." +msgstr[3] "" +"Dèan cinnteach nach eil barrachd air %(max)d caractar ann an ainm an " +"fhaidhle (tha %(length)d aige)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Cuir a-null faidhle no cuir cromag sa bhogsa fhalamh, na dèan an dà chuidh " +"dhiubh." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Luchdaich suas dealbh dligheach. Cha robh am faidhle a luchdaich thu suas " +"’na dhealbh no bha an dealbh coirbte." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Tagh rud dligheach. Chan eil %(value)s ’na roghainn dhut." + +msgid "Enter a list of values." +msgstr "Cuir a-steach liosta de luachan." + +msgid "Enter a complete value." +msgstr "Cuir a-steach luach slàn." + +msgid "Enter a valid UUID." +msgstr "Cuir a-steach UUID dligheach." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Raon falaichte %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "Tha dàta an fhoirm stiùiridh a dhìth no chaidh beantainn ris" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Cuir a-null %d fhoirm no nas lugha dhiubh." +msgstr[1] "Cuir a-null %d fhoirm no nas lugha dhiubh." +msgstr[2] "Cuir a-null %d foirmean no nas lugha dhiubh." +msgstr[3] "Cuir a-null %d foirm no nas lugha dhiubh." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Cuir a-null %d fhoirm no barrachd dhiubh." +msgstr[1] "Cuir a-null %d fhoirm no barrachd dhiubh." +msgstr[2] "Cuir a-null %d foirmean no barrachd dhiubh." +msgstr[3] "Cuir a-null %d foirm no barrachd dhiubh." + +msgid "Order" +msgstr "Òrdugh" + +msgid "Delete" +msgstr "Sguab às" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Ceartaich an dàta dùblaichte airson %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Ceartaich an dàta dùblaichte airson %(field)s, chan fhaod gach nì a bhith " +"ann ach aon turas." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Ceartaich an dàta dùblaichte airson %(field_name)s nach fhaod a bhith ann " +"ach aon turas airson %(lookup)s ann an %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Ceartaich na luachan dùblaichte gu h-ìosal." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "" +"Chan eil an iuchair chèin am broinn na loidhne a’ freagairt ri prìomh-" +"iuchair an ionstans-pàraint." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Tagh rud dligheach. Chan eil an rud seo ’na roghainn dhut." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "Chan e luach dligheach a tha ann an “%(pk)s” airson prìomh-iuchair." + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"Cha chiall dha %(datetime)s san roinn-tìde %(current_timezone)s; dh’fhaoidte " +"gu bheil e dà-sheaghach no nach eil e ann." + +msgid "Currently" +msgstr "An-dràsta" + +msgid "Change" +msgstr "Atharraich" + +msgid "Clear" +msgstr "Falamhaich" + +msgid "Unknown" +msgstr "Chan eil fhios" + +msgid "Yes" +msgstr "Tha" + +msgid "No" +msgstr "Chan eil" + +msgid "yes,no,maybe" +msgstr "yes,no,maybe" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d baidht" +msgstr[1] "%(size)d baidht" +msgstr[2] "%(size)d baidht" +msgstr[3] "%(size)d baidht" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "f" + +msgid "a.m." +msgstr "m" + +msgid "PM" +msgstr "f" + +msgid "AM" +msgstr "m" + +msgid "midnight" +msgstr "meadhan-oidhche" + +msgid "noon" +msgstr "meadhan-latha" + +msgid "Monday" +msgstr "DiLuain" + +msgid "Tuesday" +msgstr "DiMàirt" + +msgid "Wednesday" +msgstr "DiCiadain" + +msgid "Thursday" +msgstr "DiarDaoin" + +msgid "Friday" +msgstr "DihAoine" + +msgid "Saturday" +msgstr "DiSathairne" + +msgid "Sunday" +msgstr "DiDòmhnaich" + +msgid "Mon" +msgstr "DiL" + +msgid "Tue" +msgstr "DiM" + +msgid "Wed" +msgstr "DiC" + +msgid "Thu" +msgstr "Dia" + +msgid "Fri" +msgstr "Dih" + +msgid "Sat" +msgstr "DiS" + +msgid "Sun" +msgstr "DiD" + +msgid "January" +msgstr "Am Faoilleach" + +msgid "February" +msgstr "An Gearran" + +msgid "March" +msgstr "Am Màrt" + +msgid "April" +msgstr "An Giblean" + +msgid "May" +msgstr "An Cèitean" + +msgid "June" +msgstr "An t-Ògmhios" + +msgid "July" +msgstr "An t-Iuchar" + +msgid "August" +msgstr "An Lùnastal" + +msgid "September" +msgstr "An t-Sultain" + +msgid "October" +msgstr "An Dàmhair" + +msgid "November" +msgstr "An t-Samhain" + +msgid "December" +msgstr "An Dùbhlachd" + +msgid "jan" +msgstr "faoi" + +msgid "feb" +msgstr "gearr" + +msgid "mar" +msgstr "màrt" + +msgid "apr" +msgstr "gibl" + +msgid "may" +msgstr "cèit" + +msgid "jun" +msgstr "ògmh" + +msgid "jul" +msgstr "iuch" + +msgid "aug" +msgstr "lùna" + +msgid "sep" +msgstr "sult" + +msgid "oct" +msgstr "dàmh" + +msgid "nov" +msgstr "samh" + +msgid "dec" +msgstr "dùbh" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Faoi" + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Gearr" + +msgctxt "abbrev. month" +msgid "March" +msgstr "Màrt" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Gibl" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Cèit" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Ògmh" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Iuch" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Lùna" + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Sult" + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Dàmh" + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Samh" + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Dùbh" + +msgctxt "alt. month" +msgid "January" +msgstr "Am Faoilleach" + +msgctxt "alt. month" +msgid "February" +msgstr "An Gearran" + +msgctxt "alt. month" +msgid "March" +msgstr "Am Màrt" + +msgctxt "alt. month" +msgid "April" +msgstr "An Giblean" + +msgctxt "alt. month" +msgid "May" +msgstr "An Cèitean" + +msgctxt "alt. month" +msgid "June" +msgstr "An t-Ògmhios" + +msgctxt "alt. month" +msgid "July" +msgstr "An t-Iuchar" + +msgctxt "alt. month" +msgid "August" +msgstr "An Lùnastal" + +msgctxt "alt. month" +msgid "September" +msgstr "An t-Sultain" + +msgctxt "alt. month" +msgid "October" +msgstr "An Dàmhair" + +msgctxt "alt. month" +msgid "November" +msgstr "An t-Samhain" + +msgctxt "alt. month" +msgid "December" +msgstr "An Dùbhlachd" + +msgid "This is not a valid IPv6 address." +msgstr "Chan eil seo ’na sheòladh IPv6 dligheach." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "no" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d bhliadhna" +msgstr[1] "%d bhliadhna" +msgstr[2] "%d bliadhnaichean" +msgstr[3] "%d bliadhna" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d mhìos" +msgstr[1] "%d mhìos" +msgstr[2] "%d mìosan" +msgstr[3] "%d mìos" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d seachdain" +msgstr[1] "%d sheachdain" +msgstr[2] "%d seachdainean" +msgstr[3] "%d seachdain" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d latha" +msgstr[1] "%d latha" +msgstr[2] "%d làithean" +msgstr[3] "%d latha" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d uair" +msgstr[1] "%d uair" +msgstr[2] "%d uairean" +msgstr[3] "%d uair" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d mhionaid" +msgstr[1] "%d mhionaid" +msgstr[2] "%d mionaidean" +msgstr[3] "%d mionaid" + +msgid "0 minutes" +msgstr "0 mionaid" + +msgid "Forbidden" +msgstr "Toirmisgte" + +msgid "CSRF verification failed. Request aborted." +msgstr "Dh’fhàillig le dearbhadh CSRF. chaidh sgur dhen iarrtas." + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Chì thu an teachdaireachd seo air sgàth ’s gu bheil an làrach-lìn HTTPS seo " +"ag iarraidh air a’ bhrabhsair-lìn agad gun cuir e bann-cinn “Referer” thuice " +"ach cha deach gin a chur a-null. Tha feum air a’ bhann-chinn seo a chum " +"tèarainteachd ach nach cleachd treas-phàrtaidh am brabhsair agad gu droch-" +"rùnach." + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" +"Ma rèitich thu am brabhsair agad ach an cuir e bannan-cinn “Referer” à " +"comas, cuir an comas iad a-rithist, co-dhiù airson na làraich seo no airson " +"ceanglaichean HTTPS no airson iarrtasan “same-origin”." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Chì thu an teachdaireachd seo air sgàth ’s gu bheil an làrach-lìn seo ag " +"iarraidh briosgaid CSRF nuair a chuireas tu foirm a-null. Tha feum air a’ " +"bhriosgaid seo a chum tèarainteachd ach nach cleachd treas-phàrtaidh am " +"brabhsair agad gu droch-rùnach." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" +"Ma rèitich thu am brabhsair agad ach an cuir e briosgaidean à comas, cuir an " +"comas iad a-rithist, co-dhiù airson na làraich seo no airson iarrtasan “same-" +"origin”." + +msgid "More information is available with DEBUG=True." +msgstr "Gheibh thu barrachd fiosrachaidh le DEBUG=True." + +msgid "Welcome to Django" +msgstr "Fàilte gu Django" + +msgid "It worked!" +msgstr "Dh’obraich e!" + +msgid "Congratulations on your first Django-powered page." +msgstr "Meal do naidheachd gu bheil a’ chiad duilleag le cumhachd Django agad." + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" +"Gu nàdarra, cha do rinn thu obair dha-rìribh fhathast. Nise, tòisich a’ " +"chiad aplacaid agad ’s tu a’ ruith python manage.py aplacaid_toisich " +"[leubail_aplacaid]." + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" +"Chì thu an teachdaireachd seo air sgàth ’s gu bheil DEBUG = True ann am faidhle nan roghainnean Django agad agus cha do rèitich thu URL " +"sam bith fhathast. Siuthad is rèitich fear!" + +msgid "No year specified" +msgstr "Cha deach bliadhna a shònrachadh" + +msgid "No month specified" +msgstr "Cha deach mìos a shònrachadh" + +msgid "No day specified" +msgstr "Cha deach latha a shònrachadh" + +msgid "No week specified" +msgstr "Cha deach seachdain a shònrachadh" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Chan eil %(verbose_name_plural)s ri fhaighinn" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Chan eil %(verbose_name_plural)s san àm ri teachd ri fhaighinn air sgàth ’s " +"gun deach %(class_name)s.allow_future a shuidheachadh air False." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "" +"Sreang cinn-là “%(datestr)s” mì-dhligheach airson an fhòrmait “%(format)s”" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Cha deach %(verbose_name)s a lorg a fhreagras dhan cheist" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "" +"Chan eil an duilleag ’na “last” is cha ghabh a h-iompachadh gu àireamh shlàn." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Duilleag mhì-dhligheach (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "" +"Tha liosta fhalamh ann agus chaidh “%(class_name)s.allow_empty” a " +"shuidheachadh air False." + +msgid "Directory indexes are not allowed here." +msgstr "Chan eil clàran-amais pasgain falamh ceadaichte an-seo." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "Chan eil “%(path)s” ann" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Clàr-amais dhe %(directory)s" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/gd/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/gd/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/gd/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/gd/formats.py new file mode 100644 index 0000000..0eac972 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/gd/formats.py @@ -0,0 +1,24 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'j F Y' +TIME_FORMAT = 'h:ia' +DATETIME_FORMAT = 'j F Y h:ia' +# YEAR_MONTH_FORMAT = +MONTH_DAY_FORMAT = 'j F' +SHORT_DATE_FORMAT = 'j M Y' +SHORT_DATETIME_FORMAT = 'j M Y h:ia' +FIRST_DAY_OF_WEEK = 1 # Monday + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +# DATE_INPUT_FORMATS = +# TIME_INPUT_FORMATS = +# DATETIME_INPUT_FORMATS = +DECIMAL_SEPARATOR = '.' +THOUSAND_SEPARATOR = ',' +# NUMBER_GROUPING = diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/gl/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/gl/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..192264dcb3c5138a90f73cac5c0e977e4a9c3c3f GIT binary patch literal 14855 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, 2011-2012 +# fonso , 2011,2013 +# fonso , 2013 +# Jannis Leidel , 2011 +# Leandro Regueiro , 2013 +# Oscar Carballal , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Galician (http://www.transifex.com/django/django/language/" +"gl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: gl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "africáner" + +msgid "Arabic" +msgstr "Árabe" + +msgid "Asturian" +msgstr "" + +msgid "Azerbaijani" +msgstr "azerí" + +msgid "Bulgarian" +msgstr "Búlgaro" + +msgid "Belarusian" +msgstr "Bielorruso" + +msgid "Bengali" +msgstr "Bengalí" + +msgid "Breton" +msgstr "Bretón" + +msgid "Bosnian" +msgstr "bosníaco" + +msgid "Catalan" +msgstr "Catalán" + +msgid "Czech" +msgstr "Checo" + +msgid "Welsh" +msgstr "Galés" + +msgid "Danish" +msgstr "dinamarqués" + +msgid "German" +msgstr "Alemán" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "Grego" + +msgid "English" +msgstr "Inglés" + +msgid "Australian English" +msgstr "" + +msgid "British English" +msgstr "inglés británico" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "español" + +msgid "Argentinian Spanish" +msgstr "español da Arxentina" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "español de México" + +msgid "Nicaraguan Spanish" +msgstr "español de Nicaragua" + +msgid "Venezuelan Spanish" +msgstr "español de Venezuela" + +msgid "Estonian" +msgstr "estoniano" + +msgid "Basque" +msgstr "vasco" + +msgid "Persian" +msgstr "Persa" + +msgid "Finnish" +msgstr "finés" + +msgid "French" +msgstr "Francés" + +msgid "Frisian" +msgstr "frisón" + +msgid "Irish" +msgstr "irlandés" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "Galego" + +msgid "Hebrew" +msgstr "Hebreo" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "croata" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "Húngaro" + +msgid "Interlingua" +msgstr "interlingua" + +msgid "Indonesian" +msgstr "indonesio" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "islandés" + +msgid "Italian" +msgstr "italiano" + +msgid "Japanese" +msgstr "xaponés" + +msgid "Georgian" +msgstr "xeorxiano" + +msgid "Kazakh" +msgstr "casaco" + +msgid "Khmer" +msgstr "camboxano" + +msgid "Kannada" +msgstr "canará" + +msgid "Korean" +msgstr "coreano" + +msgid "Luxembourgish" +msgstr "luxemburgués" + +msgid "Lithuanian" +msgstr "lituano" + +msgid "Latvian" +msgstr "letón" + +msgid "Macedonian" +msgstr "macedonio" + +msgid "Malayalam" +msgstr "mala" + +msgid "Mongolian" +msgstr "mongol" + +msgid "Marathi" +msgstr "" + +msgid "Burmese" +msgstr "birmano" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "nepalés" + +msgid "Dutch" +msgstr "holandés" + +msgid "Norwegian Nynorsk" +msgstr "noruegués (nynorsk)" + +msgid "Ossetic" +msgstr "osetio" + +msgid "Punjabi" +msgstr "panxabiano" + +msgid "Polish" +msgstr "polaco" + +msgid "Portuguese" +msgstr "portugués" + +msgid "Brazilian Portuguese" +msgstr "portugués do Brasil" + +msgid "Romanian" +msgstr "romanés" + +msgid "Russian" +msgstr "ruso" + +msgid "Slovak" +msgstr "eslovaco" + +msgid "Slovenian" +msgstr "esloveno" + +msgid "Albanian" +msgstr "albanés" + +msgid "Serbian" +msgstr "serbio" + +msgid "Serbian Latin" +msgstr "serbio (alfabeto latino)" + +msgid "Swedish" +msgstr "sueco" + +msgid "Swahili" +msgstr "suahili" + +msgid "Tamil" +msgstr "támil" + +msgid "Telugu" +msgstr "telugu" + +msgid "Thai" +msgstr "tai" + +msgid "Turkish" +msgstr "turco" + +msgid "Tatar" +msgstr "tártaro" + +msgid "Udmurt" +msgstr "udmurt" + +msgid "Ukrainian" +msgstr "ucraíno" + +msgid "Urdu" +msgstr "urdu" + +msgid "Vietnamese" +msgstr "vietnamita" + +msgid "Simplified Chinese" +msgstr "chinés simplificado" + +msgid "Traditional Chinese" +msgstr "chinés tradicional" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "" + +msgid "Static Files" +msgstr "" + +msgid "Syndication" +msgstr "" + +msgid "Enter a valid value." +msgstr "Insira un valor válido." + +msgid "Enter a valid URL." +msgstr "Insira un URL válido." + +msgid "Enter a valid integer." +msgstr "" + +msgid "Enter a valid email address." +msgstr "Insira un enderezo de correo electrónico válido." + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Insira un 'slug' valido composto por letras, números, guións baixos ou " +"medios." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "Insira unha dirección IPv4 válida." + +msgid "Enter a valid IPv6 address." +msgstr "Insira unha dirección IPv6 válida" + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Insira unha dirección IPv4 ou IPv6 válida" + +msgid "Enter only digits separated by commas." +msgstr "Insira só díxitos separados por comas." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Asegúrese de que este valor é %(limit_value)s (agora é %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Asegure que este valor é menor ou igual a %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Asegure que este valor é maior ou igual a %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +msgstr[1] "" + +msgid "and" +msgstr "e" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "Este campo non pode ser nulo." + +msgid "This field cannot be blank." +msgstr "Este campo non pode estar baleiro." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "" +"Xa existe un modelo %(model_name)s coa etiqueta de campo %(field_label)s." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Campo de tipo: %(field_type)s" + +msgid "Integer" +msgstr "Número enteiro" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "" + +msgid "Big (8 byte) integer" +msgstr "Enteiro grande (8 bytes)" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "Valor booleano (verdadeiro ou falso)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Cadea (máximo %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Números enteiros separados por comas" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "Data (sen a hora)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "Data (coa hora)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "Número decimal" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "Enderezo electrónico" + +msgid "File path" +msgstr "Ruta de ficheiro" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "Número en coma flotante" + +msgid "IPv4 address" +msgstr "Enderezo IPv4" + +msgid "IP address" +msgstr "Enderezo IP" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "Booleano (verdadeiro, falso ou ningún)" + +msgid "Positive integer" +msgstr "Numero enteiro positivo" + +msgid "Positive small integer" +msgstr "Enteiro pequeno positivo" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (ata %(max_length)s)" + +msgid "Small integer" +msgstr "Enteiro pequeno" + +msgid "Text" +msgstr "Texto" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "Hora" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Datos binarios en bruto" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "" + +msgid "File" +msgstr "Ficheiro" + +msgid "Image" +msgstr "Imaxe" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "Clave Estranxeira (tipo determinado por un campo relacionado)" + +msgid "One-to-one relationship" +msgstr "Relación un a un" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "Relación moitos a moitos" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Requírese este campo." + +msgid "Enter a whole number." +msgstr "Insira un número enteiro." + +msgid "Enter a number." +msgstr "Insira un número." + +msgid "Enter a valid date." +msgstr "Insira unha data válida." + +msgid "Enter a valid time." +msgstr "Insira unha hora válida." + +msgid "Enter a valid date/time." +msgstr "Insira unha data/hora válida." + +msgid "Enter a valid duration." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" +"Non se enviou ficheiro ningún. Comprobe o tipo de codificación do formulario." + +msgid "No file was submitted." +msgstr "Non se enviou ficheiro ningún." + +msgid "The submitted file is empty." +msgstr "O ficheiro enviado está baleiro." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +msgstr[1] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Ou ben envíe un ficheiro, ou ben marque a casilla de eliminar, pero non " +"ambas as dúas cousas." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Suba unha imaxe válida. O ficheiro subido non era unha imaxe ou esta estaba " +"corrupta." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Escolla unha opción válida. %(value)s non se atopa entre as opcións " +"dispoñibles." + +msgid "Enter a list of values." +msgstr "Insira unha lista de valores." + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" +msgstr[1] "" + +msgid "Order" +msgstr "Orde" + +msgid "Delete" +msgstr "Eliminar" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Corrixa os datos duplicados no campo %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "Corrixa os datos duplicados no campo %(field)s, que debe ser único." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Corrixa os datos duplicados no campo %(field_name)s, que debe ser único para " +"a busca %(lookup)s no campo %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Corrixa os valores duplicados de abaixo." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "" +"A clave estranxeira en liña non coincide coa clave primaria da instancia nai." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Escolla unha opción válida. Esta opción non se atopa entre as opcións " +"dispoñíbeis" + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s non se puido interpretar na zona hora horaria " +"%(current_timezone)s; pode ser ambiguo ou non existir." + +msgid "Currently" +msgstr "Actualmente" + +msgid "Change" +msgstr "Modificar" + +msgid "Clear" +msgstr "Limpar" + +msgid "Unknown" +msgstr "Descoñecido" + +msgid "Yes" +msgstr "Si" + +msgid "No" +msgstr "Non" + +msgid "yes,no,maybe" +msgstr "si,non,quizais" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d byte" +msgstr[1] "%(size)d bytes" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "medianoite" + +msgid "noon" +msgstr "mediodía" + +msgid "Monday" +msgstr "Luns" + +msgid "Tuesday" +msgstr "Martes" + +msgid "Wednesday" +msgstr "Mércores" + +msgid "Thursday" +msgstr "Xoves" + +msgid "Friday" +msgstr "Venres" + +msgid "Saturday" +msgstr "Sábado" + +msgid "Sunday" +msgstr "Domingo" + +msgid "Mon" +msgstr "lun" + +msgid "Tue" +msgstr "mar" + +msgid "Wed" +msgstr "mér" + +msgid "Thu" +msgstr "xov" + +msgid "Fri" +msgstr "ven" + +msgid "Sat" +msgstr "sáb" + +msgid "Sun" +msgstr "dom" + +msgid "January" +msgstr "xaneiro" + +msgid "February" +msgstr "febreiro" + +msgid "March" +msgstr "marzo" + +msgid "April" +msgstr "abril" + +msgid "May" +msgstr "maio" + +msgid "June" +msgstr "xuño" + +msgid "July" +msgstr "xullo" + +msgid "August" +msgstr "agosto" + +msgid "September" +msgstr "setembro" + +msgid "October" +msgstr "outubro" + +msgid "November" +msgstr "novembro" + +msgid "December" +msgstr "decembro" + +msgid "jan" +msgstr "xan" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "abr" + +msgid "may" +msgstr "mai" + +msgid "jun" +msgstr "xuñ" + +msgid "jul" +msgstr "xul" + +msgid "aug" +msgstr "ago" + +msgid "sep" +msgstr "set" + +msgid "oct" +msgstr "out" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "dec" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "xan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "mar." + +msgctxt "abbrev. month" +msgid "April" +msgstr "abr." + +msgctxt "abbrev. month" +msgid "May" +msgstr "maio" + +msgctxt "abbrev. month" +msgid "June" +msgstr "xuño" + +msgctxt "abbrev. month" +msgid "July" +msgstr "xul." + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "ago." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "set." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "out." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "dec." + +msgctxt "alt. month" +msgid "January" +msgstr "xaneiro" + +msgctxt "alt. month" +msgid "February" +msgstr "febreiro" + +msgctxt "alt. month" +msgid "March" +msgstr "marzo" + +msgctxt "alt. month" +msgid "April" +msgstr "abril" + +msgctxt "alt. month" +msgid "May" +msgstr "maio" + +msgctxt "alt. month" +msgid "June" +msgstr "xuño" + +msgctxt "alt. month" +msgid "July" +msgstr "xullo" + +msgctxt "alt. month" +msgid "August" +msgstr "agosto" + +msgctxt "alt. month" +msgid "September" +msgstr "setembro" + +msgctxt "alt. month" +msgid "October" +msgstr "outubro" + +msgctxt "alt. month" +msgid "November" +msgstr "novembro" + +msgctxt "alt. month" +msgid "December" +msgstr "decembro" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "ou" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d ano" +msgstr[1] "%d anos" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d mes" +msgstr[1] "%d meses" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d semana" +msgstr[1] "%d semanas" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d día" +msgstr[1] "%d días" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d hora" +msgstr[1] "%d horas" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d minuto" +msgstr[1] "%d minutos" + +msgid "0 minutes" +msgstr "0 minutos" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "Welcome to Django" +msgstr "" + +msgid "It worked!" +msgstr "" + +msgid "Congratulations on your first Django-powered page." +msgstr "" + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" + +msgid "No year specified" +msgstr "Non se especificou ningún ano" + +msgid "No month specified" +msgstr "Non se especificou ningún mes" + +msgid "No day specified" +msgstr "Non se especificou ningún día" + +msgid "No week specified" +msgstr "Non se especificou ningunha semana" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Non hai %(verbose_name_plural)s dispoñibles" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Non hai dispoñibles %(verbose_name_plural)s futuros/as porque %(class_name)s." +"allow_futuro é False" + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "A cadea de data '%(datestr)s' non é válida para o formato '%(format)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Non se atopou ningún/ha %(verbose_name)s que coincidise coa consulta" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "A páxina non é 'last' nin se pode converter a int." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Páxina non válida (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "A lista está baleira pero '%(class_name)s.allow_empty' é False." + +msgid "Directory indexes are not allowed here." +msgstr "Os índices de directorio non están permitidos aquí." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" non existe" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Índice de %(directory)s" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/gl/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/gl/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/gl/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/gl/formats.py new file mode 100644 index 0000000..996b8cd --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/gl/formats.py @@ -0,0 +1,24 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = r'j \d\e F \d\e Y' +TIME_FORMAT = 'H:i' +DATETIME_FORMAT = r'j \d\e F \d\e Y \á\s H:i' +YEAR_MONTH_FORMAT = r'F \d\e Y' +MONTH_DAY_FORMAT = r'j \d\e F' +SHORT_DATE_FORMAT = 'd-m-Y' +SHORT_DATETIME_FORMAT = 'd-m-Y, H:i' +FIRST_DAY_OF_WEEK = 1 # Monday + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +# DATE_INPUT_FORMATS = +# TIME_INPUT_FORMATS = +# DATETIME_INPUT_FORMATS = +DECIMAL_SEPARATOR = ',' +THOUSAND_SEPARATOR = '.' +# NUMBER_GROUPING = diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/he/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/he/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..d425cfa2a8bdac8819a595a1c80211559dffbc6e GIT binary patch literal 26216 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, 2011-2012 +# Jannis Leidel , 2011 +# Meir Kriheli , 2011-2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Hebrew (http://www.transifex.com/django/django/language/he/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: he\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "אפריקאנס" + +msgid "Arabic" +msgstr "ערבית" + +msgid "Asturian" +msgstr "אסטורית" + +msgid "Azerbaijani" +msgstr "אזרית" + +msgid "Bulgarian" +msgstr "בולגרית" + +msgid "Belarusian" +msgstr "בֶּלָרוּסִית" + +msgid "Bengali" +msgstr "בנגאלית" + +msgid "Breton" +msgstr "בְּרֶטוֹנִית" + +msgid "Bosnian" +msgstr "בוסנית" + +msgid "Catalan" +msgstr "קאטלונית" + +msgid "Czech" +msgstr "צ'כית" + +msgid "Welsh" +msgstr "וולשית" + +msgid "Danish" +msgstr "דנית" + +msgid "German" +msgstr "גרמנית" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "יוונית" + +msgid "English" +msgstr "אנגלית" + +msgid "Australian English" +msgstr "אנגלית אוסטרלית" + +msgid "British English" +msgstr "אנגלית בריטית" + +msgid "Esperanto" +msgstr "אספרנטו" + +msgid "Spanish" +msgstr "ספרדית" + +msgid "Argentinian Spanish" +msgstr "ספרדית ארגנטינית" + +msgid "Colombian Spanish" +msgstr "ספרדית קולומביאנית" + +msgid "Mexican Spanish" +msgstr "ספרדית מקסיקנית" + +msgid "Nicaraguan Spanish" +msgstr "ספרדית ניקרגואה" + +msgid "Venezuelan Spanish" +msgstr "ספרדית ונצואלית" + +msgid "Estonian" +msgstr "אסטונית" + +msgid "Basque" +msgstr "בסקית" + +msgid "Persian" +msgstr "פרסית" + +msgid "Finnish" +msgstr "פינית" + +msgid "French" +msgstr "צרפתית" + +msgid "Frisian" +msgstr "פריזית" + +msgid "Irish" +msgstr "אירית" + +msgid "Scottish Gaelic" +msgstr "גאלית סקוטית" + +msgid "Galician" +msgstr "גאליציאנית" + +msgid "Hebrew" +msgstr "עברית" + +msgid "Hindi" +msgstr "הינדי" + +msgid "Croatian" +msgstr "קרואטית" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "הונגרית" + +msgid "Interlingua" +msgstr "אינטרלינגואה" + +msgid "Indonesian" +msgstr "אינדונזית" + +msgid "Ido" +msgstr "אידו" + +msgid "Icelandic" +msgstr "איסלנדית" + +msgid "Italian" +msgstr "איטלקית" + +msgid "Japanese" +msgstr "יפנית" + +msgid "Georgian" +msgstr "גיאורגית" + +msgid "Kazakh" +msgstr "קזחית" + +msgid "Khmer" +msgstr "חמר" + +msgid "Kannada" +msgstr "קאנאדה" + +msgid "Korean" +msgstr "קוריאנית" + +msgid "Luxembourgish" +msgstr "לוקסמבורגית" + +msgid "Lithuanian" +msgstr "ליטאית" + +msgid "Latvian" +msgstr "לטבית" + +msgid "Macedonian" +msgstr "מקדונית" + +msgid "Malayalam" +msgstr "מלאיאלאם" + +msgid "Mongolian" +msgstr "מונגולי" + +msgid "Marathi" +msgstr "מראטהי" + +msgid "Burmese" +msgstr "בּוּרְמֶזִית" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "נפאלית" + +msgid "Dutch" +msgstr "הולנדית" + +msgid "Norwegian Nynorsk" +msgstr "נורבגית חדשה" + +msgid "Ossetic" +msgstr "אוסטית" + +msgid "Punjabi" +msgstr "פנג'אבי" + +msgid "Polish" +msgstr "פולנית" + +msgid "Portuguese" +msgstr "פורטוגזית" + +msgid "Brazilian Portuguese" +msgstr "פורטוגזית ברזילאית" + +msgid "Romanian" +msgstr "רומנית" + +msgid "Russian" +msgstr "רוסית" + +msgid "Slovak" +msgstr "סלובקית" + +msgid "Slovenian" +msgstr "סלובנית" + +msgid "Albanian" +msgstr "אלבנית" + +msgid "Serbian" +msgstr "סרבית" + +msgid "Serbian Latin" +msgstr "סרבית לטינית" + +msgid "Swedish" +msgstr "שוודית" + +msgid "Swahili" +msgstr "סווהילי" + +msgid "Tamil" +msgstr "טמילית" + +msgid "Telugu" +msgstr "טלגו" + +msgid "Thai" +msgstr "תאילנדית" + +msgid "Turkish" +msgstr "טורקית" + +msgid "Tatar" +msgstr "טטרית" + +msgid "Udmurt" +msgstr "אודמורטית" + +msgid "Ukrainian" +msgstr "אוקראינית" + +msgid "Urdu" +msgstr "אורדו" + +msgid "Vietnamese" +msgstr "וייטנאמית" + +msgid "Simplified Chinese" +msgstr "סינית פשוטה" + +msgid "Traditional Chinese" +msgstr "סינית מסורתית" + +msgid "Messages" +msgstr "הודעות" + +msgid "Site Maps" +msgstr "מפות אתר" + +msgid "Static Files" +msgstr "קבצים סטטיים" + +msgid "Syndication" +msgstr "הפצת תכנים" + +msgid "Enter a valid value." +msgstr "יש להזין ערך חוקי." + +msgid "Enter a valid URL." +msgstr "יש להזין URL חוקי." + +msgid "Enter a valid integer." +msgstr "יש להזין מספר שלם חוקי." + +msgid "Enter a valid email address." +msgstr "נא להזין כתובת דוא\"ל חוקית" + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "יש להזין ערך המכיל אותיות, ספרות, קווים תחתונים ומקפים בלבד." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"יש להזין 'slug' חוקי המכיל אותיות יוניקוד, ספרות, קווים תחתונים ומקפים בלבד." + +msgid "Enter a valid IPv4 address." +msgstr "יש להזין כתובת IPv4 חוקית." + +msgid "Enter a valid IPv6 address." +msgstr "יש להזין כתובת IPv6 חוקית." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "יש להזין כתובת IPv4 או IPv6 חוקית." + +msgid "Enter only digits separated by commas." +msgstr "יש להזין רק ספרות מופרדות בפסיקים." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "יש לוודא שערך זה הינו %(limit_value)s (כרגע %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "יש לוודא שערך זה פחות מ או שווה ל־%(limit_value)s ." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "יש לוודא שהערך גדול מ או שווה ל־%(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"נא לוודא שערך זה מכיל תו %(limit_value)d לכל הפחות (מכיל %(show_value)d)." +msgstr[1] "" +"נא לוודא שערך זה מכיל %(limit_value)d תווים לכל הפחות (מכיל %(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"נא לוודא שערך זה מכיל תו %(limit_value)d לכל היותר (מכיל %(show_value)d)." +msgstr[1] "" +"נא לוודא שערך זה מכיל %(limit_value)d תווים לכל היותר (מכיל %(show_value)d)." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "נא לוודא שאין יותר מספרה %(max)s בסה\"כ." +msgstr[1] "נא לוודא שאין יותר מ־%(max)s ספרות בסה\"כ." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "נא לוודא שאין יותר מספרה %(max)s אחרי הנקודה." +msgstr[1] "נא לוודא שאין יותר מ־%(max)s ספרות אחרי הנקודה." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "נא לוודא שאין יותר מספרה %(max)s לפני הנקודה העשרונית" +msgstr[1] "נא לוודא שאין יותר מ־%(max)s ספרות לפני הנקודה העשרונית" + +msgid "and" +msgstr "ו" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s·עם·%(field_labels)s·אלו קיימים כבר." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "ערך %(value)r אינו אפשרות חוקית." + +msgid "This field cannot be null." +msgstr "שדה זה אינו יכול להיות ריק." + +msgid "This field cannot be blank." +msgstr "שדה זה אינו יכול להיות ריק." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s·עם·%(field_label)s·זה קיימת כבר." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s חייב להיות ייחודי עבור %(date_field_label)s %(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "שדה מסוג: %(field_type)s" + +msgid "Integer" +msgstr "מספר שלם" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "הערך '%(value)s' חייב להיות מספר שלם." + +msgid "Big (8 byte) integer" +msgstr "מספר שלם גדול (8 בתים)" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "הערך '%(value)s' חייב להיות אמת או שקר." + +msgid "Boolean (Either True or False)" +msgstr "בוליאני (אמת או שקר)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "מחרוזת (עד %(max_length)s תווים)" + +msgid "Comma-separated integers" +msgstr "מספרים שלמים מופרדים בפסיקים" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"הערך '%(value)s' מכיל פורמט תאריך לא חוקי. חייב להיות בפורמט YYYY-MM-DD." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "הערך '%(value)s' בפורמט הנכון (YYYY-MM-DD), אך אינו תאריך חוקי." + +msgid "Date (without time)" +msgstr "תאריך (ללא שעה)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"הערך '%(value)s' מכיל פורמט לא חוקי. הוא חייב להיות בפורמטYYYY-MM-DD HH:MM[:" +"ss[.uuuuuu]][TZ]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"הערך '%(value)s' הוא בפורמט הנכון (YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]) אך " +"אינו מהווה תאריך/שעה חוקיים." + +msgid "Date (with time)" +msgstr "תאריך (כולל שעה)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "הערך '%(value)s' חייב להיות מספר עשרוני." + +msgid "Decimal number" +msgstr "מספר עשרוני" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" +"הערך '%(value)s' מכיל פורמט לא חוקי. הוא חייב להיות בפורמט [DD] [HH:" +"[MM:]]ss[.uuuuuu]." + +msgid "Duration" +msgstr "משך" + +msgid "Email address" +msgstr "כתובת דוא\"ל" + +msgid "File path" +msgstr "נתיב קובץ" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "הערך '%(value)s' חייב להיות מספר עם נקודה צפה." + +msgid "Floating point number" +msgstr "מספר עשרוני" + +msgid "IPv4 address" +msgstr "כתובת IPv4" + +msgid "IP address" +msgstr "כתובת IP" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "הערך '%(value)s' חייב להיות None‏, אמת או שקר." + +msgid "Boolean (Either True, False or None)" +msgstr "בוליאני (אמת, שקר או כלום)" + +msgid "Positive integer" +msgstr "מספר שלם חיובי" + +msgid "Positive small integer" +msgstr "מספר שלם חיובי קטן" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (עד %(max_length)s תווים)" + +msgid "Small integer" +msgstr "מספר שלם קטן" + +msgid "Text" +msgstr "טקסט" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"הערך '%(value)s' מכיל פורמט לא חוקי. חייב להיות בפורמט HH:MM[:ss[.uuuuuu]]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"הערך '%(value)s' בעל פורמט חוקי (HH:MM[:ss[.uuuuuu]]) אך אינו זמן חוקי." + +msgid "Time" +msgstr "זמן" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "מידע בינארי גולמי" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "'%(value)s' אינו UUID חוקי." + +msgid "File" +msgstr "קובץ" + +msgid "Image" +msgstr "תמונה" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "פריט %(model)s עם %(field)s %(value)r אינו קיים." + +msgid "Foreign Key (type determined by related field)" +msgstr "Foreign Key (הסוג נקבע לפי השדה המקושר)" + +msgid "One-to-one relationship" +msgstr "יחס של אחד לאחד" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "יחס של רבים לרבים" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "יש להזין תוכן בשדה זה." + +msgid "Enter a whole number." +msgstr "נא להזין מספר שלם." + +msgid "Enter a number." +msgstr "נא להזין מספר." + +msgid "Enter a valid date." +msgstr "יש להזין תאריך חוקי." + +msgid "Enter a valid time." +msgstr "יש להזין שעה חוקית." + +msgid "Enter a valid date/time." +msgstr "יש להזין תאריך ושעה חוקיים." + +msgid "Enter a valid duration." +msgstr "יש להזין משך חוקי." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "לא נשלח שום קובץ. נא לבדוק את סוג הקידוד של הטופס." + +msgid "No file was submitted." +msgstr "לא נשלח שום קובץ" + +msgid "The submitted file is empty." +msgstr "הקובץ שנשלח ריק." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "נא לוודא ששם קובץ זה מכיל תו %(max)d לכל היותר (מכיל %(length)d)." +msgstr[1] "" +"נא לוודא ששם קובץ זה מכיל %(max)d תווים לכל היותר (מכיל %(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "נא לשים קובץ או סימן את התיבה לניקוי, לא שניהם." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "נא להעלות תמונה חוקית. הקובץ שהעלת אינו תמונה או מכיל תמונה מקולקלת." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "יש לבחור אפשרות חוקית. %(value)s אינו בין האפשרויות הזמינות." + +msgid "Enter a list of values." +msgstr "יש להזין רשימת ערכים" + +msgid "Enter a complete value." +msgstr "יש להזין ערך שלם." + +msgid "Enter a valid UUID." +msgstr "יש להזין UUID חוקי." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(שדה מוסתר %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "מידע ManagementForm חסר או התעסקו איתו." + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "נא לשלוח טופס %d לכל היותר." +msgstr[1] "נא לשלוח %d טפסים לכל היותר." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "נא לשלוח טופס %d או יותר." +msgstr[1] "נא לשלוח %d טפסים או יותר." + +msgid "Order" +msgstr "מיון" + +msgid "Delete" +msgstr "מחיקה" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "נא לתקן את הערכים הכפולים ל%(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "נא לתקן את הערכים הכפולים ל%(field)s, שערכים בו חייבים להיות ייחודיים." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"נא לתקן את הערכים הכפולים %(field_name)s, שחייבים להיות ייחודיים ל%(lookup)s " +"של %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "נא לתקן את הערכים הכפולים למטה." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "המפתח הזר ה־inline לא התאים למפתח הראשי של האב." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "יש לבחור אפשרות חוקית; אפשרות זו אינה אחת מהזמינות." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "\"%(pk)s\" אינו ערך חוקי עבור מפתח ראשי." + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"לא ניתן לפרש את %(datetime)s באזור זמן %(current_timezone)s; הוא עשוי להיות " +"דו-משמעי או לא קיים." + +msgid "Currently" +msgstr "עכשיו" + +msgid "Change" +msgstr "שינוי" + +msgid "Clear" +msgstr "לסלק" + +msgid "Unknown" +msgstr "לא ידוע" + +msgid "Yes" +msgstr "כן" + +msgid "No" +msgstr "לא" + +msgid "yes,no,maybe" +msgstr "כן,לא,אולי" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "בית %(size)d " +msgstr[1] "%(size)d בתים" + +#, python-format +msgid "%s KB" +msgstr "%s ק\"ב" + +#, python-format +msgid "%s MB" +msgstr "%s מ\"ב" + +#, python-format +msgid "%s GB" +msgstr "%s ג\"ב" + +#, python-format +msgid "%s TB" +msgstr "%s ט\"ב" + +#, python-format +msgid "%s PB" +msgstr "%s פ\"ב" + +msgid "p.m." +msgstr "אחר הצהריים" + +msgid "a.m." +msgstr "בבוקר" + +msgid "PM" +msgstr "אחר הצהריים" + +msgid "AM" +msgstr "בבוקר" + +msgid "midnight" +msgstr "חצות" + +msgid "noon" +msgstr "12 בצהריים" + +msgid "Monday" +msgstr "שני" + +msgid "Tuesday" +msgstr "שלישי" + +msgid "Wednesday" +msgstr "רביעי" + +msgid "Thursday" +msgstr "חמישי" + +msgid "Friday" +msgstr "שישי" + +msgid "Saturday" +msgstr "שבת" + +msgid "Sunday" +msgstr "ראשון" + +msgid "Mon" +msgstr "שני" + +msgid "Tue" +msgstr "שלישי" + +msgid "Wed" +msgstr "רביעי" + +msgid "Thu" +msgstr "חמישי" + +msgid "Fri" +msgstr "שישי" + +msgid "Sat" +msgstr "שבת" + +msgid "Sun" +msgstr "ראשון" + +msgid "January" +msgstr "ינואר" + +msgid "February" +msgstr "פברואר" + +msgid "March" +msgstr "מרץ" + +msgid "April" +msgstr "אפריל" + +msgid "May" +msgstr "מאי" + +msgid "June" +msgstr "יוני" + +msgid "July" +msgstr "יולי" + +msgid "August" +msgstr "אוגוסט" + +msgid "September" +msgstr "ספטמבר" + +msgid "October" +msgstr "אוקטובר" + +msgid "November" +msgstr "נובמבר" + +msgid "December" +msgstr "דצמבר" + +msgid "jan" +msgstr "ינו" + +msgid "feb" +msgstr "פבר" + +msgid "mar" +msgstr "מרץ" + +msgid "apr" +msgstr "אפר" + +msgid "may" +msgstr "מאי" + +msgid "jun" +msgstr "יונ" + +msgid "jul" +msgstr "יול" + +msgid "aug" +msgstr "אוג" + +msgid "sep" +msgstr "ספט" + +msgid "oct" +msgstr "אוק" + +msgid "nov" +msgstr "נוב" + +msgid "dec" +msgstr "דצמ" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "יאנ'" + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "פבר'" + +msgctxt "abbrev. month" +msgid "March" +msgstr "מרץ" + +msgctxt "abbrev. month" +msgid "April" +msgstr "אפריל" + +msgctxt "abbrev. month" +msgid "May" +msgstr "מאי" + +msgctxt "abbrev. month" +msgid "June" +msgstr "יוני" + +msgctxt "abbrev. month" +msgid "July" +msgstr "יולי" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "אוג'" + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "ספט'" + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "אוק'" + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "נוב'" + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "דצמ'" + +msgctxt "alt. month" +msgid "January" +msgstr "ינואר" + +msgctxt "alt. month" +msgid "February" +msgstr "פברואר" + +msgctxt "alt. month" +msgid "March" +msgstr "מרץ" + +msgctxt "alt. month" +msgid "April" +msgstr "אפריל" + +msgctxt "alt. month" +msgid "May" +msgstr "מאי" + +msgctxt "alt. month" +msgid "June" +msgstr "יוני" + +msgctxt "alt. month" +msgid "July" +msgstr "יולי" + +msgctxt "alt. month" +msgid "August" +msgstr "אוגוסט" + +msgctxt "alt. month" +msgid "September" +msgstr "ספטמבר" + +msgctxt "alt. month" +msgid "October" +msgstr "אוקטובר" + +msgctxt "alt. month" +msgid "November" +msgstr "נובמבר" + +msgctxt "alt. month" +msgid "December" +msgstr "דצמבר" + +msgid "This is not a valid IPv6 address." +msgstr "זו אינה כתובת IPv6 חוקית." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "או" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "שנה %d" +msgstr[1] "%d שנים" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "חודש %d" +msgstr[1] "%d חודשים" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "שבוע %d" +msgstr[1] "%d שבועות" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "יום %d" +msgstr[1] "%d ימים" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "שעה %d" +msgstr[1] "%d שעות" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "דקה %d" +msgstr[1] "%d דקות" + +msgid "0 minutes" +msgstr "0 דקות" + +msgid "Forbidden" +msgstr "אסור" + +msgid "CSRF verification failed. Request aborted." +msgstr "אימות CSRF נכשל. הבקשה בוטלה." + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"הודעה זו מופיעה מאחר ואתר HTTPS זה דורש שליחת 'Referer header' על ידי הדפדפן " +"שלך, אשר לא נשלח. הדבר נדרש מסיבות אבטחה, כדי לוודא שהדפדפן שלך לא נחטף על " +"ידי אחרים." + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" +"אם הגדרת את הדפדפן שלך לביטול ‎ 'Referer' headers, נא לאפשר אותם, לפחות עבור " +"אתר זה, לחיבורי HTTPS או לבקשות 'same-origin'." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"הודעה זו מופיעה מאחר ואתר זה דורש עוגיית CSRF כאשר שולחים טפסים. עוגיה זו " +"נדרשת מסיבות אבטחה, כדי לוודא שהדפדפן שלך לא נחטף על ידי אחרים." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" +"אם הגדרת את הדפדפן שלך לנטרול עוגיות, נא לאפשר אותם שוב, לפחות עבור אתר זה " +"או לבקשות 'same-origin'." + +msgid "More information is available with DEBUG=True." +msgstr "מידע נוסף זמין עם " + +msgid "Welcome to Django" +msgstr "ברוכים הבאים אל Django" + +msgid "It worked!" +msgstr "זה עבד!" + +msgid "Congratulations on your first Django-powered page." +msgstr "ברכות על העמוד מבוסס Django הראשון שלך." + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" +"ברור שלא עשית עדיין כלום. בשלב הבא יש להתחיל את היישום הראשון שלך ע\"י הרצת " +"python manage.py startapp [app_label]." + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" +"הודעה זו מופיעה בגלל שיש לך DEBUG = True בקובץ הגדרות ה-Django " +"שלך ולא הגדרת URLs. להפשיל שרוולים ולגשת למלאכה." + +msgid "No year specified" +msgstr "לא צויינה שנה" + +msgid "No month specified" +msgstr "לא צויין חודש" + +msgid "No day specified" +msgstr "לא צויין יום" + +msgid "No week specified" +msgstr "לא צויין שבוע" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "לא נמצאו %(verbose_name_plural)s" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"לא נמצאו %(verbose_name_plural)s בזמן עתיד מאחר ש-%(class_name)s." +"allow_future מוגדר False." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "מחרוזת תאריך לא חוקית '%(datestr)s' בהתחשב בתחביר '%(format)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "לא נמצא/ה %(verbose_name)s התואם/ת לשאילתה" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "העמוד אינו 'last', או אינו ניתן להמרה למספר." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "עמוד לא חוקי (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "רשימה ריקה -ו'%(class_name)s.allow_empty' מוגדר False." + +msgid "Directory indexes are not allowed here." +msgstr "אינדקסים על תיקיה אסורים כאן." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" אינו קיים" + +#, python-format +msgid "Index of %(directory)s" +msgstr "אינדקס של %(directory)s" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/he/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/he/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/he/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/he/formats.py new file mode 100644 index 0000000..274996f --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/he/formats.py @@ -0,0 +1,24 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'j בF Y' +TIME_FORMAT = 'H:i' +DATETIME_FORMAT = 'j בF Y H:i' +YEAR_MONTH_FORMAT = 'F Y' +MONTH_DAY_FORMAT = 'j בF' +SHORT_DATE_FORMAT = 'd/m/Y' +SHORT_DATETIME_FORMAT = 'd/m/Y H:i' +# FIRST_DAY_OF_WEEK = + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +# DATE_INPUT_FORMATS = +# TIME_INPUT_FORMATS = +# DATETIME_INPUT_FORMATS = +DECIMAL_SEPARATOR = '.' +THOUSAND_SEPARATOR = ',' +# NUMBER_GROUPING = diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/hi/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/hi/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..b27a42fb82a37e0c0b1a9a40c2eebc74a79ddf2d GIT binary patch literal 19545 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 literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/hi/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/hi/LC_MESSAGES/django.po new file mode 100644 index 0000000..57d1a44 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/hi/LC_MESSAGES/django.po @@ -0,0 +1,1144 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# alkuma , 2013 +# Chandan kumar , 2012 +# Jannis Leidel , 2011 +# Pratik , 2013 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Hindi (http://www.transifex.com/django/django/language/hi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "अफ़्रीकांस" + +msgid "Arabic" +msgstr "अरबी" + +msgid "Asturian" +msgstr "" + +msgid "Azerbaijani" +msgstr "आज़रबाइजानी" + +msgid "Bulgarian" +msgstr "बलगारियन" + +msgid "Belarusian" +msgstr "बेलारूसी" + +msgid "Bengali" +msgstr "बंगाली" + +msgid "Breton" +msgstr "ब्रेटन" + +msgid "Bosnian" +msgstr "बोस्नियन" + +msgid "Catalan" +msgstr "कटलान" + +msgid "Czech" +msgstr "च्चेक" + +msgid "Welsh" +msgstr "वेल्श" + +msgid "Danish" +msgstr "दानिश" + +msgid "German" +msgstr "जर्मन" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "ग्रीक" + +msgid "English" +msgstr "अंग्रेज़ी " + +msgid "Australian English" +msgstr "" + +msgid "British English" +msgstr "ब्रिटिश अंग्रेजी" + +msgid "Esperanto" +msgstr "एस्परेन्तो" + +msgid "Spanish" +msgstr "स्पानिश" + +msgid "Argentinian Spanish" +msgstr "अर्जेंटीना स्पैनिश " + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "मेक्सिकन स्पैनिश" + +msgid "Nicaraguan Spanish" +msgstr "निकारागुआ स्पैनिश" + +msgid "Venezuelan Spanish" +msgstr "वेनेज़ुएलाई स्पेनिश" + +msgid "Estonian" +msgstr "एस्टोनियन" + +msgid "Basque" +msgstr "बास्क" + +msgid "Persian" +msgstr "पारसी" + +msgid "Finnish" +msgstr "फ़िन्निश" + +msgid "French" +msgstr "फ्रेंच" + +msgid "Frisian" +msgstr "फ्रिसियन" + +msgid "Irish" +msgstr "आयरिश" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "गलिशियन" + +msgid "Hebrew" +msgstr "हि‍ब्रू" + +msgid "Hindi" +msgstr "हिंदी" + +msgid "Croatian" +msgstr "क्रोयेशियन" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "हंगेरियन" + +msgid "Interlingua" +msgstr "इंतर्लिंगुआ" + +msgid "Indonesian" +msgstr "इन्डोनेशियन " + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "आयिस्लान्डिक" + +msgid "Italian" +msgstr "इटैलियन" + +msgid "Japanese" +msgstr "जपानी" + +msgid "Georgian" +msgstr "ज्योर्जियन" + +msgid "Kazakh" +msgstr "कज़ाख" + +msgid "Khmer" +msgstr "ख्मेर" + +msgid "Kannada" +msgstr "कन्‍नड़" + +msgid "Korean" +msgstr "कोरियन" + +msgid "Luxembourgish" +msgstr "लक्संबर्गी" + +msgid "Lithuanian" +msgstr "लिथुवेनियन" + +msgid "Latvian" +msgstr "लात्वियन" + +msgid "Macedonian" +msgstr "मेसिडोनियन" + +msgid "Malayalam" +msgstr "मलयालम" + +msgid "Mongolian" +msgstr "मंगोलियन" + +msgid "Marathi" +msgstr "" + +msgid "Burmese" +msgstr "बर्मीज़" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "नेपाली" + +msgid "Dutch" +msgstr "डच" + +msgid "Norwegian Nynorsk" +msgstr "नार्वेजियन नायनॉर्स्क" + +msgid "Ossetic" +msgstr "ओस्सेटिक" + +msgid "Punjabi" +msgstr "पंजाबी" + +msgid "Polish" +msgstr "पोलिश" + +msgid "Portuguese" +msgstr "पुर्तगाली" + +msgid "Brazilian Portuguese" +msgstr "ब्रजिलियन पुर्तगाली" + +msgid "Romanian" +msgstr "रोमानियन" + +msgid "Russian" +msgstr "रूसी" + +msgid "Slovak" +msgstr "स्लोवाक" + +msgid "Slovenian" +msgstr "स्लोवेनियन" + +msgid "Albanian" +msgstr "अल्बेनियन्" + +msgid "Serbian" +msgstr "सर्बियन" + +msgid "Serbian Latin" +msgstr "सर्बियाई लैटिन" + +msgid "Swedish" +msgstr "स्वीडिश" + +msgid "Swahili" +msgstr "स्वाहिली" + +msgid "Tamil" +msgstr "तमिल" + +msgid "Telugu" +msgstr "तेलुगु" + +msgid "Thai" +msgstr "थाई" + +msgid "Turkish" +msgstr "तुर्किश" + +msgid "Tatar" +msgstr "तातार" + +msgid "Udmurt" +msgstr "उद्मर्त" + +msgid "Ukrainian" +msgstr "यूक्रानियन" + +msgid "Urdu" +msgstr "उर्दू" + +msgid "Vietnamese" +msgstr "वियतनामी" + +msgid "Simplified Chinese" +msgstr "सरल चीनी" + +msgid "Traditional Chinese" +msgstr "पारम्परिक चीनी" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "" + +msgid "Static Files" +msgstr "" + +msgid "Syndication" +msgstr "" + +msgid "Enter a valid value." +msgstr "एक मान्य मूल्य दर्ज करें" + +msgid "Enter a valid URL." +msgstr "वैध यू.आर.एल भरें ।" + +msgid "Enter a valid integer." +msgstr "" + +msgid "Enter a valid email address." +msgstr "वैध डाक पता प्रविष्ट करें।" + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "एक वैध 'काउंटर' वर्णों, संख्याओं,रेखांकित चिन्ह ,या हाइफ़न से मिलाकर दर्ज करें ।" + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "वैध आइ.पि वी 4 पता भरें ।" + +msgid "Enter a valid IPv6 address." +msgstr "वैध IPv6 पता दर्ज करें." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "वैध IPv4 या IPv6 पता दर्ज करें." + +msgid "Enter only digits separated by commas." +msgstr "अल्पविराम अंक मात्र ही भरें ।" + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"सुनिश्चित करें कि यह मान %(limit_value)s (यह\n" +" %(show_value)s है) है ।" + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "सुनिश्चित करें कि यह मान %(limit_value)s से कम या बराबर है ।" + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "सुनिश्चित करें यह मान %(limit_value)s से बड़ा या बराबर है ।" + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +msgstr[1] "" + +msgid "and" +msgstr "और" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "यह मूल्य खाली नहीं हो सकता ।" + +msgid "This field cannot be blank." +msgstr "इस फ़ील्ड रिक्त नहीं हो सकता है." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "इस %(field_label)s के साथ एक %(model_name)s पहले से ही उपस्थित है ।" + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "फील्ड के प्रकार: %(field_type)s" + +msgid "Integer" +msgstr "पूर्णांक" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "" + +msgid "Big (8 byte) integer" +msgstr "बड़ा (8 बाइट) पूर्णांक " + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "बूलियन (सही अथ‌वा गलत)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "स्ट्रिंग (अधिकतम लम्बाई %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "अल्पविराम सीमांकित संख्या" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "तिथि (बिना समय)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "तिथि (समय के साथ)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "दशमलव संख्या" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "ईमेल पता" + +msgid "File path" +msgstr "संचिका पथ" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "चल बिन्दु संख्या" + +msgid "IPv4 address" +msgstr "IPv4 पता" + +msgid "IP address" +msgstr "आइ.पि पता" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "बूलियन (सही, गलत या कुछ नहीं)" + +msgid "Positive integer" +msgstr "धनात्मक पूर्णांक" + +msgid "Positive small integer" +msgstr "धनात्मक छोटा पूर्णांक" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "स्लग (%(max_length)s तक)" + +msgid "Small integer" +msgstr "छोटा पूर्णांक" + +msgid "Text" +msgstr "पाठ" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "समय" + +msgid "URL" +msgstr "यू.आर.एल" + +msgid "Raw binary data" +msgstr "" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "" + +msgid "File" +msgstr "फाइल" + +msgid "Image" +msgstr "छवि" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "विदेशी कुंजी (संबंधित क्षेत्र के द्वारा प्रकार निर्धारित)" + +msgid "One-to-one relationship" +msgstr "एक-एक संबंध" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "बहुत से कई संबंध" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr "" + +msgid "This field is required." +msgstr "यह क्षेत्र अपेक्षित हैं" + +msgid "Enter a whole number." +msgstr "एक पूर्ण संख्या दर्ज करें ।" + +msgid "Enter a number." +msgstr "एक संख्या दर्ज करें ।" + +msgid "Enter a valid date." +msgstr "वैध तिथि भरें ।" + +msgid "Enter a valid time." +msgstr "वैध समय भरें ।" + +msgid "Enter a valid date/time." +msgstr "वैध तिथि/समय भरें ।" + +msgid "Enter a valid duration." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "कोई संचिका निवेदित नहीं हुई । कृपया कूटलेखन की जाँच करें ।" + +msgid "No file was submitted." +msgstr "कोई संचिका निवेदित नहीं हुई ।" + +msgid "The submitted file is empty." +msgstr "निवेदित संचिका खाली है ।" + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +msgstr[1] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "कृपया या फ़ाइल प्रस्तुत करे या साफ जांचपेटी की जाँच करे,दोनों नहीं ." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "वैध चित्र निवेदन करें । आप के द्वारा निवेदित संचिका अमान्य अथवा दूषित है ।" + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "मान्य इच्छा चयन करें । %(value)s लभ्य इच्छाओं में उप्लब्ध नहीं हैं ।" + +msgid "Enter a list of values." +msgstr "मूल्य सूची दर्ज करें ।" + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr "" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" +msgstr[1] "" + +msgid "Order" +msgstr "छाटें" + +msgid "Delete" +msgstr "मिटाएँ" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "कृपया %(field)s के लिए डुप्लिकेट डेटा को सही करे." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "कृपया %(field)s के डुप्लिकेट डेटा जो अद्वितीय होना चाहिए को सही करें." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"कृपया %(field_name)s के लिए डुप्लिकेट डेटा को सही करे जो %(date_field)s में " +"%(lookup)s के लिए अद्वितीय होना चाहिए." + +msgid "Please correct the duplicate values below." +msgstr "कृपया डुप्लिकेट मानों को सही करें." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "इनलाइन विदेशी कुंजी पैरेंट आवृत्ति प्राथमिक कुंजी से मेल नहीं खाता है ." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "मान्य विकल्प चयन करें । यह विकल्प उपस्थित विकल्पों में नहीं है ।" + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(current_timezone)s समय क्षेत्र में %(datetime)s का व्याख्या नहीं कर सकता है, यह " +"अस्पष्ट हो सकता है या नहीं मौजूद हो सकते हैं." + +msgid "Currently" +msgstr "फिलहाल" + +msgid "Change" +msgstr "बदलें" + +msgid "Clear" +msgstr "रिक्त करें" + +msgid "Unknown" +msgstr "अनजान" + +msgid "Yes" +msgstr "हाँ" + +msgid "No" +msgstr "नहीं" + +msgid "yes,no,maybe" +msgstr "हाँ, नहीं, शायद" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d बाइट" +msgstr[1] "%(size)d बाइट" + +#, python-format +msgid "%s KB" +msgstr "%s केबी " + +#, python-format +msgid "%s MB" +msgstr "%s मेबी " + +#, python-format +msgid "%s GB" +msgstr "%s जीबी " + +#, python-format +msgid "%s TB" +msgstr "%s टीबी" + +#, python-format +msgid "%s PB" +msgstr "%s पीबी" + +msgid "p.m." +msgstr "बजे" + +msgid "a.m." +msgstr "बजे" + +msgid "PM" +msgstr "बजे" + +msgid "AM" +msgstr "बजे" + +msgid "midnight" +msgstr "मध्यरात्री" + +msgid "noon" +msgstr "दोपहर" + +msgid "Monday" +msgstr "सोम‌वार" + +msgid "Tuesday" +msgstr "मंगलवार" + +msgid "Wednesday" +msgstr "बुधवार" + +msgid "Thursday" +msgstr "गुरूवार" + +msgid "Friday" +msgstr "शुक्रवार" + +msgid "Saturday" +msgstr "शनिवार" + +msgid "Sunday" +msgstr "रविवार" + +msgid "Mon" +msgstr "सोम" + +msgid "Tue" +msgstr "मंगल" + +msgid "Wed" +msgstr "बुध" + +msgid "Thu" +msgstr "गुरू" + +msgid "Fri" +msgstr "शुक्र" + +msgid "Sat" +msgstr "शनि" + +msgid "Sun" +msgstr "रवि" + +msgid "January" +msgstr "जनवरी" + +msgid "February" +msgstr "फ़रवरी" + +msgid "March" +msgstr "मार्च" + +msgid "April" +msgstr "अप्रैल" + +msgid "May" +msgstr "मई" + +msgid "June" +msgstr "जून" + +msgid "July" +msgstr "जुलाई" + +msgid "August" +msgstr "अगस्त" + +msgid "September" +msgstr "सितमबर" + +msgid "October" +msgstr "अक्टूबर" + +msgid "November" +msgstr "नवमबर" + +msgid "December" +msgstr "दिसमबर" + +msgid "jan" +msgstr "जन" + +msgid "feb" +msgstr "फ़र" + +msgid "mar" +msgstr "मा" + +msgid "apr" +msgstr "अप्र" + +msgid "may" +msgstr "मई" + +msgid "jun" +msgstr "जून" + +msgid "jul" +msgstr "जुल" + +msgid "aug" +msgstr "अग" + +msgid "sep" +msgstr "सित" + +msgid "oct" +msgstr "अक्ट" + +msgid "nov" +msgstr "नव" + +msgid "dec" +msgstr "दिस्" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "जनवरी." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "फ़रवरी." + +msgctxt "abbrev. month" +msgid "March" +msgstr "मार्च" + +msgctxt "abbrev. month" +msgid "April" +msgstr "अप्रैल" + +msgctxt "abbrev. month" +msgid "May" +msgstr "मई" + +msgctxt "abbrev. month" +msgid "June" +msgstr "जून" + +msgctxt "abbrev. month" +msgid "July" +msgstr "जुलाई" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "अग." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "सितम्बर." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "अक्टूबर" + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "नवम्बर." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "दिसम्बर" + +msgctxt "alt. month" +msgid "January" +msgstr "जनवरी" + +msgctxt "alt. month" +msgid "February" +msgstr "फरवरी" + +msgctxt "alt. month" +msgid "March" +msgstr "मार्च" + +msgctxt "alt. month" +msgid "April" +msgstr "अप्रैल" + +msgctxt "alt. month" +msgid "May" +msgstr "मई" + +msgctxt "alt. month" +msgid "June" +msgstr "जून" + +msgctxt "alt. month" +msgid "July" +msgstr "जुलाई" + +msgctxt "alt. month" +msgid "August" +msgstr "अगस्त" + +msgctxt "alt. month" +msgid "September" +msgstr "सितंबर" + +msgctxt "alt. month" +msgid "October" +msgstr "अक्टूबर" + +msgctxt "alt. month" +msgid "November" +msgstr "नवंबर" + +msgctxt "alt. month" +msgid "December" +msgstr "दिसंबर" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "अथवा" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" + +msgid "0 minutes" +msgstr "" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "Welcome to Django" +msgstr "" + +msgid "It worked!" +msgstr "" + +msgid "Congratulations on your first Django-powered page." +msgstr "" + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" + +msgid "No year specified" +msgstr "कोई साल निर्दिष्ट नहीं किया गया " + +msgid "No month specified" +msgstr "कोई महीने निर्दिष्ट नहीं किया गया " + +msgid "No day specified" +msgstr "कोई दिन निर्दिष्ट नहीं किया गया " + +msgid "No week specified" +msgstr "कोई सप्ताह निर्दिष्ट नहीं किया गया " + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "%(verbose_name_plural)s उपलब्ध नहीं है" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"भविष्य %(verbose_name_plural)s उपलब्ध नहीं है क्योंकि %(class_name)s.allow_future " +"गलत है." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "तिथि स्ट्रिंग '%(datestr)s' दिया गया प्रारूप '%(format)s' अवैध है " + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr " इस प्रश्न %(verbose_name)s से मेल नहीं खाते है" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "पृष्ठ 'अंतिम' नहीं है और न ही यह एक पूर्णांक के लिए परिवर्तित किया जा सकता है." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "अवैध पन्ना (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "रिक्त सूची और '%(class_name)s.allow_empty' गलत है." + +msgid "Directory indexes are not allowed here." +msgstr "निर्देशिका अनुक्रमित की अनुमति यहाँ नहीं है." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" मौजूद नहीं है" + +#, python-format +msgid "Index of %(directory)s" +msgstr "%(directory)s का अनुक्रमणिका" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/hi/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/hi/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/hi/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/hi/formats.py new file mode 100644 index 0000000..a2ea2e0 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/hi/formats.py @@ -0,0 +1,24 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'j F Y' +TIME_FORMAT = 'g:i A' +# DATETIME_FORMAT = +# YEAR_MONTH_FORMAT = +MONTH_DAY_FORMAT = 'j F' +SHORT_DATE_FORMAT = 'd-m-Y' +# SHORT_DATETIME_FORMAT = +# FIRST_DAY_OF_WEEK = + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +# DATE_INPUT_FORMATS = +# TIME_INPUT_FORMATS = +# DATETIME_INPUT_FORMATS = +DECIMAL_SEPARATOR = '.' +THOUSAND_SEPARATOR = ',' +# NUMBER_GROUPING = diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/hr/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/hr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..79e6323ec939ddfc93a25aa39a7de6f965997e1b GIT binary patch literal 19972 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, 2011,2013 +# berislavlopac , 2013 +# Bojan Mihelač , 2012 +# Jannis Leidel , 2011 +# Mislav Cimperšak , 2015 +# Nino , 2013 +# senko , 2012 +# Ylodi , 2011 +# zmasek , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Croatian (http://www.transifex.com/django/django/language/" +"hr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hr\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +msgid "Afrikaans" +msgstr "Afrikaans" + +msgid "Arabic" +msgstr "Arapski" + +msgid "Asturian" +msgstr "" + +msgid "Azerbaijani" +msgstr "Azarbejdžanac" + +msgid "Bulgarian" +msgstr "Unesite ispravnu IPv4 adresu." + +msgid "Belarusian" +msgstr "Bjeloruski" + +msgid "Bengali" +msgstr "Bengalski" + +msgid "Breton" +msgstr "Bretonski" + +msgid "Bosnian" +msgstr "Bošnjački" + +msgid "Catalan" +msgstr "Katalanski" + +msgid "Czech" +msgstr "Češki" + +msgid "Welsh" +msgstr "Velški" + +msgid "Danish" +msgstr "Danski" + +msgid "German" +msgstr "Njemački" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "Grčki" + +msgid "English" +msgstr "Engleski" + +msgid "Australian English" +msgstr "Australski engleski" + +msgid "British English" +msgstr "Britanski engleski" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Španjolski" + +msgid "Argentinian Spanish" +msgstr "Argentinski španjolski" + +msgid "Colombian Spanish" +msgstr "Kolumbijski španjolski" + +msgid "Mexican Spanish" +msgstr "Meksički španjolski" + +msgid "Nicaraguan Spanish" +msgstr "Nikaragvanski Španjolski" + +msgid "Venezuelan Spanish" +msgstr "Venezuelanski Španjolski" + +msgid "Estonian" +msgstr "Estonski" + +msgid "Basque" +msgstr "Baskijski" + +msgid "Persian" +msgstr "Perzijski" + +msgid "Finnish" +msgstr "Finski" + +msgid "French" +msgstr "Francuski" + +msgid "Frisian" +msgstr "Frizijski" + +msgid "Irish" +msgstr "Irski" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "Galičanski" + +msgid "Hebrew" +msgstr "Hebrejski" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Hrvatski" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "Mađarski" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indonezijski" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Islandski" + +msgid "Italian" +msgstr "Talijanski" + +msgid "Japanese" +msgstr "Japanski" + +msgid "Georgian" +msgstr "Gruzijski" + +msgid "Kazakh" +msgstr "Kazaški" + +msgid "Khmer" +msgstr "Kambođanski" + +msgid "Kannada" +msgstr "Kannada" + +msgid "Korean" +msgstr "Koreanski" + +msgid "Luxembourgish" +msgstr "Luksemburški" + +msgid "Lithuanian" +msgstr "Litvanski" + +msgid "Latvian" +msgstr "Latvijski" + +msgid "Macedonian" +msgstr "Makedonski" + +msgid "Malayalam" +msgstr "Malayalam" + +msgid "Mongolian" +msgstr "Mongolski" + +msgid "Marathi" +msgstr "Marathi" + +msgid "Burmese" +msgstr "Burmanski" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "Nepalski" + +msgid "Dutch" +msgstr "Nizozemski" + +msgid "Norwegian Nynorsk" +msgstr "Norveški Nynorsk" + +msgid "Ossetic" +msgstr "Osetski" + +msgid "Punjabi" +msgstr "Pendžabljanin" + +msgid "Polish" +msgstr "Poljski" + +msgid "Portuguese" +msgstr "Portugalski" + +msgid "Brazilian Portuguese" +msgstr "Brazilski portugalski" + +msgid "Romanian" +msgstr "Rumunjski" + +msgid "Russian" +msgstr "Ruski" + +msgid "Slovak" +msgstr "Slovački" + +msgid "Slovenian" +msgstr "Slovenski" + +msgid "Albanian" +msgstr "Albanski" + +msgid "Serbian" +msgstr "Srpski" + +msgid "Serbian Latin" +msgstr "Latinski srpski" + +msgid "Swedish" +msgstr "Švedski" + +msgid "Swahili" +msgstr "Swahili" + +msgid "Tamil" +msgstr "Tamilski" + +msgid "Telugu" +msgstr "Teluški" + +msgid "Thai" +msgstr "Thai (tajlandski)" + +msgid "Turkish" +msgstr "Turski" + +msgid "Tatar" +msgstr "Tatarski" + +msgid "Udmurt" +msgstr "Udmurtski" + +msgid "Ukrainian" +msgstr "Ukrajinski" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Vietnamese" +msgstr "Vijetnamski" + +msgid "Simplified Chinese" +msgstr "Pojednostavljeni kineski" + +msgid "Traditional Chinese" +msgstr "Tradicionalni kineski" + +msgid "Messages" +msgstr "Poruke" + +msgid "Site Maps" +msgstr "" + +msgid "Static Files" +msgstr "Statične datoteke" + +msgid "Syndication" +msgstr "" + +msgid "Enter a valid value." +msgstr "Unesite ispravnu vrijednost." + +msgid "Enter a valid URL." +msgstr "Unesite ispravan URL." + +msgid "Enter a valid integer." +msgstr "Unesite vrijednost u obliku cijelog broja." + +msgid "Enter a valid email address." +msgstr "Unesite ispravnu e-mail adresu." + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Unesite ispravan 'slug' koji se sastoji samo od slova, brojeva, povlaka ili " +"crtica." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Unesite ispravan 'slug' koji se sastoji samo od Unicode slova, brojeva, " +"povlaka ili crtica." + +msgid "Enter a valid IPv4 address." +msgstr "Unesite ispravnu IPv4 adresu." + +msgid "Enter a valid IPv6 address." +msgstr "Unesite ispravnu IPv6 adresu." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Unesite ispravnu IPv4 ili IPv6 adresu." + +msgid "Enter only digits separated by commas." +msgstr "Unesite samo brojeve razdvojene zarezom." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Osigurajte da ova vrijednost ima %(limit_value)s (trenutno je " +"%(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Osigurajte da je ova vrijednost manja ili jednaka %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Osigurajte da je ova vrijednost veća ili jednaka %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Osigurajte da ova vrijednost ima najmanje %(limit_value)d znak (trenutno ima " +"%(show_value)d)." +msgstr[1] "" +"Osigurajte da ova vrijednost ima najmanje %(limit_value)d znakova (trenutno " +"ima %(show_value)d)." +msgstr[2] "" +"Osigurajte da ova vrijednost ima najmanje %(limit_value)d znakova (trenutno " +"ima %(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Osigurajte da ova vrijednost ima najviše %(limit_value)d znak (trenutno ima " +"%(show_value)d)." +msgstr[1] "" +"Osigurajte da ova vrijednost ima najviše %(limit_value)d znakova (trenutno " +"ima %(show_value)d)." +msgstr[2] "" +"Osigurajte da ova vrijednost ima najviše %(limit_value)d znakova (trenutno " +"ima %(show_value)d)." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Osigurajte da nema više od ukupno %(max)s numeričkog znaka." +msgstr[1] "Osigurajte da nema više od ukupno %(max)s numerička znaka." +msgstr[2] "Osigurajte da nema više od ukupno %(max)s numeričkih znakova." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Osigurajte da nema više od ukupno %(max)s decimalnog mjesta." +msgstr[1] "Osigurajte da nema više od ukupno %(max)s decimalna mjesta." +msgstr[2] "Osigurajte da nema više od ukupno %(max)s decimalnih mjesta." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Osigurajte da nema više od ukupno %(max)s numberičkog znaka prije decimalne " +"točke." +msgstr[1] "" +"Osigurajte da nema više od ukupno %(max)s numberička znaka prije decimalne " +"točke." +msgstr[2] "" +"Osigurajte da nema više od ukupno %(max)s numberičkih znakova prije " +"decimalne točke." + +msgid "and" +msgstr "i" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s sa navedenim %(field_labels)s već postoji." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Vrijednost %(value)r nije jedna od raspoloživih opcija." + +msgid "This field cannot be null." +msgstr "Ovo polje ne može biti null." + +msgid "This field cannot be blank." +msgstr "Ovo polje ne može biti prazno." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s sa navedenim %(field_label)s već postoji." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s mora biti jedinstven pojam za %(date_field_label)s " +"%(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Polje tipa: %(field_type)s" + +msgid "Integer" +msgstr "Cijeli broj" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "'%(value)s' vrijednost mora biti cijeli broj." + +msgid "Big (8 byte) integer" +msgstr "Big (8 byte) integer" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "'%(value)s' vrijednost treba biti ili \"True\" ili \"False\"." + +msgid "Boolean (Either True or False)" +msgstr "Boolean (True ili False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Slova (do %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Cijeli brojevi odvojeni zarezom" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"'%(value)s' vrijednost je neispravno formatiran datum. Treba biti u YYYY-MM-" +"DD formatu." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"'%(value)s' vrijednost ima ispravan format (YYYY-MM-DD) ali je nevaljan " +"datum." + +msgid "Date (without time)" +msgstr "Datum (bez vremena/sati)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "Datum (sa vremenom/satima)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "'%(value)s' vrijednost mora biti decimalni broj." + +msgid "Decimal number" +msgstr "Decimalni broj" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" +"'%(value)s' vrijednost je neispravno formatirana. Treba biti u [DD] [HH:" +"[MM:]]ss[.uuuuuu] formatu." + +msgid "Duration" +msgstr "Trajanje" + +msgid "Email address" +msgstr "E-mail adresa" + +msgid "File path" +msgstr "Put do datoteke" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "'%(value)s' vrijednost mora biti broj s pomičnim zarezom." + +msgid "Floating point number" +msgstr "Broj s pomičnim zarezom (floating point number)" + +msgid "IPv4 address" +msgstr "IPv4 adresa" + +msgid "IP address" +msgstr "IP adresa" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "'%(value)s' vrijednost mora biti \"None\", \"True\" ili \"False\"." + +msgid "Boolean (Either True, False or None)" +msgstr "Boolean (True, False ili None)" + +msgid "Positive integer" +msgstr "Pozitivan cijeli broj" + +msgid "Positive small integer" +msgstr "Pozitivan mali cijeli broj" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "'Slug' (do %(max_length)s)" + +msgid "Small integer" +msgstr "Mali broj" + +msgid "Text" +msgstr "Tekst" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "Vrijeme" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "'%(value)s' nije ispravan UUID." + +msgid "File" +msgstr "Datoteka" + +msgid "Image" +msgstr "Slika" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "Foreign Key (type determined by related field)" + +msgid "One-to-one relationship" +msgstr "One-to-one relationship" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "Many-to-many relationship" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Unos za ovo polje je obavezan." + +msgid "Enter a whole number." +msgstr "Unesite cijeli broj." + +msgid "Enter a number." +msgstr "Unesite broj." + +msgid "Enter a valid date." +msgstr "Unesite ispravan datum." + +msgid "Enter a valid time." +msgstr "Unesite ispravno vrijeme." + +msgid "Enter a valid date/time." +msgstr "Unesite ispravan datum/vrijeme." + +msgid "Enter a valid duration." +msgstr "Unesite ispravno trajanje." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Datoteka nije poslana. Provjerite 'encoding type' forme." + +msgid "No file was submitted." +msgstr "Datoteka nije poslana." + +msgid "The submitted file is empty." +msgstr "Poslana datoteka je prazna." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Molimo Vas da pošaljete ili datoteku ili označite izbor, a ne oboje." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Upload-ajte ispravnu sliku. Datoteka koju ste upload-ali ili nije slika ili " +"je oštečena." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Odaberite iz ponuđenog. %(value)s nije ponuđen kao opcija." + +msgid "Enter a list of values." +msgstr "Unesite listu vrijednosti." + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "Unesite ispravan UUID." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Molimo unesite %d obrazac." +msgstr[1] "Molimo unesite %d ili manje obrazaca." +msgstr[2] "Molimo unesite %d ili manje obrazaca." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Molimo unesite %d ili više obrazaca." +msgstr[1] "Molimo unesite %d ili više obrazaca." +msgstr[2] "Molimo unesite %d ili više obrazaca." + +msgid "Order" +msgstr "Redoslijed:" + +msgid "Delete" +msgstr "Izbriši" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Ispravite duplicirane podatke za %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Molimo ispravite duplicirane podatke za %(field)s, koji moraju biti " +"jedinstveni." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Molimo ispravite duplicirane podatke za %(field_name)s koji moraju biti " +"jedinstveni za %(lookup)s u %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Molimo ispravite duplicirane vrijednosti ispod." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "The inline foreign key did not match the parent instance primary key." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Izaberite ispravnu opciju. Ta opcija nije jedna od dostupnih opcija." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "\"%(pk)s\" nije ispravna vrijednost za primarni ključ." + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s ne može biti interpretirano u vremenskoj zoni " +"%(current_timezone)s; možda je dvosmisleno ili ne postoji." + +msgid "Currently" +msgstr "Trenutno" + +msgid "Change" +msgstr "Promijeni" + +msgid "Clear" +msgstr "Isprazni" + +msgid "Unknown" +msgstr "Nepoznat pojam" + +msgid "Yes" +msgstr "Da" + +msgid "No" +msgstr "Ne" + +msgid "yes,no,maybe" +msgstr "da,ne,možda" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d byte" +msgstr[1] "%(size)d byte-a" +msgstr[2] "%(size)d byte-a" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "popodne" + +msgid "a.m." +msgstr "ujutro" + +msgid "PM" +msgstr "popodne" + +msgid "AM" +msgstr "ujutro" + +msgid "midnight" +msgstr "ponoć" + +msgid "noon" +msgstr "podne" + +msgid "Monday" +msgstr "Ponedjeljak" + +msgid "Tuesday" +msgstr "Utorak" + +msgid "Wednesday" +msgstr "Srijeda" + +msgid "Thursday" +msgstr "Četvrtak" + +msgid "Friday" +msgstr "Petak" + +msgid "Saturday" +msgstr "Subota" + +msgid "Sunday" +msgstr "Nedjelja" + +msgid "Mon" +msgstr "Pon" + +msgid "Tue" +msgstr "Uto" + +msgid "Wed" +msgstr "Sri" + +msgid "Thu" +msgstr "Čet" + +msgid "Fri" +msgstr "Pet" + +msgid "Sat" +msgstr "Sub" + +msgid "Sun" +msgstr "Ned" + +msgid "January" +msgstr "Siječanj" + +msgid "February" +msgstr "Veljača" + +msgid "March" +msgstr "Ožujak" + +msgid "April" +msgstr "Travanj" + +msgid "May" +msgstr "Svibanj" + +msgid "June" +msgstr "Lipanj" + +msgid "July" +msgstr "Srpanj" + +msgid "August" +msgstr "Kolovoz" + +msgid "September" +msgstr "Rujan" + +msgid "October" +msgstr "Listopad" + +msgid "November" +msgstr "Studeni" + +msgid "December" +msgstr "Prosinac" + +msgid "jan" +msgstr "sij." + +msgid "feb" +msgstr "velj." + +msgid "mar" +msgstr "ožu." + +msgid "apr" +msgstr "tra." + +msgid "may" +msgstr "svi." + +msgid "jun" +msgstr "lip." + +msgid "jul" +msgstr "srp." + +msgid "aug" +msgstr "kol." + +msgid "sep" +msgstr "ruj." + +msgid "oct" +msgstr "lis." + +msgid "nov" +msgstr "stu." + +msgid "dec" +msgstr "pro." + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Sij." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Velj." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Ožu." + +msgctxt "abbrev. month" +msgid "April" +msgstr "Tra." + +msgctxt "abbrev. month" +msgid "May" +msgstr "Svi." + +msgctxt "abbrev. month" +msgid "June" +msgstr "Lip." + +msgctxt "abbrev. month" +msgid "July" +msgstr "Srp." + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Kol." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Ruj." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Lis." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Stu." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Pro." + +msgctxt "alt. month" +msgid "January" +msgstr "siječnja" + +msgctxt "alt. month" +msgid "February" +msgstr "veljače" + +msgctxt "alt. month" +msgid "March" +msgstr "ožujka" + +msgctxt "alt. month" +msgid "April" +msgstr "travnja" + +msgctxt "alt. month" +msgid "May" +msgstr "svibnja" + +msgctxt "alt. month" +msgid "June" +msgstr "lipnja" + +msgctxt "alt. month" +msgid "July" +msgstr "srpnja" + +msgctxt "alt. month" +msgid "August" +msgstr "kolovoza" + +msgctxt "alt. month" +msgid "September" +msgstr "rujna" + +msgctxt "alt. month" +msgid "October" +msgstr "listopada" + +msgctxt "alt. month" +msgid "November" +msgstr "studenoga" + +msgctxt "alt. month" +msgid "December" +msgstr "prosinca" + +msgid "This is not a valid IPv6 address." +msgstr "To nije ispravna IPv6 adresa." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "ili" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr "," + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d godina" +msgstr[1] "%d godina" +msgstr[2] "%d godina" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d mjesec" +msgstr[1] "%d mjeseci" +msgstr[2] "%d mjeseci" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d tjedan" +msgstr[1] "%d tjedna" +msgstr[2] "%d tjedana" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d dana" +msgstr[1] "%d dana" +msgstr[2] "%d dana" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d sat" +msgstr[1] "%d sati" +msgstr[2] "%d sati" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d minutu" +msgstr[1] "%d minute" +msgstr[2] "%d minuta" + +msgid "0 minutes" +msgstr "0 minuta" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "Welcome to Django" +msgstr "" + +msgid "It worked!" +msgstr "Radi!" + +msgid "Congratulations on your first Django-powered page." +msgstr "" + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" + +msgid "No year specified" +msgstr "Nije navedena godina" + +msgid "No month specified" +msgstr "Nije naveden mjesec" + +msgid "No day specified" +msgstr "Nije naveden dan" + +msgid "No week specified" +msgstr "Tjedan nije određen" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Nije dostupno: %(verbose_name_plural)s" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"%(verbose_name_plural)s nije dostupno jer je %(class_name)s.allow_future " +"False." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "Neispravan datum '%(datestr)s' za format '%(format)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "%(verbose_name)s - pretragom nisu pronađeni rezultati za upit" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "Stranica nije 'zadnja', niti se može pretvoriti u cijeli broj." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Nevažeća stranica (%(page_number)s):%(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Prazna lista i '%(class_name)s.allow_empty' je False." + +msgid "Directory indexes are not allowed here." +msgstr "Sadržaji direktorija ovdje nisu dozvoljeni." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" ne postoji" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Sadržaj direktorija %(directory)s" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/hr/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/hr/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/hr/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/hr/formats.py new file mode 100644 index 0000000..59bcb86 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/hr/formats.py @@ -0,0 +1,50 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'j. E Y.' +TIME_FORMAT = 'H:i' +DATETIME_FORMAT = 'j. E Y. H:i' +YEAR_MONTH_FORMAT = 'F Y.' +MONTH_DAY_FORMAT = 'j. F' +SHORT_DATE_FORMAT = 'j.m.Y.' +SHORT_DATETIME_FORMAT = 'j.m.Y. H:i' +FIRST_DAY_OF_WEEK = 1 + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +# Kept ISO formats as they are in first position +DATE_INPUT_FORMATS = [ + '%Y-%m-%d', # '2006-10-25' + '%d.%m.%Y.', '%d.%m.%y.', # '25.10.2006.', '25.10.06.' + '%d. %m. %Y.', '%d. %m. %y.', # '25. 10. 2006.', '25. 10. 06.' +] +DATETIME_INPUT_FORMATS = [ + '%Y-%m-%d %H:%M:%S', # '2006-10-25 14:30:59' + '%Y-%m-%d %H:%M:%S.%f', # '2006-10-25 14:30:59.000200' + '%Y-%m-%d %H:%M', # '2006-10-25 14:30' + '%Y-%m-%d', # '2006-10-25' + '%d.%m.%Y. %H:%M:%S', # '25.10.2006. 14:30:59' + '%d.%m.%Y. %H:%M:%S.%f', # '25.10.2006. 14:30:59.000200' + '%d.%m.%Y. %H:%M', # '25.10.2006. 14:30' + '%d.%m.%Y.', # '25.10.2006.' + '%d.%m.%y. %H:%M:%S', # '25.10.06. 14:30:59' + '%d.%m.%y. %H:%M:%S.%f', # '25.10.06. 14:30:59.000200' + '%d.%m.%y. %H:%M', # '25.10.06. 14:30' + '%d.%m.%y.', # '25.10.06.' + '%d. %m. %Y. %H:%M:%S', # '25. 10. 2006. 14:30:59' + '%d. %m. %Y. %H:%M:%S.%f', # '25. 10. 2006. 14:30:59.000200' + '%d. %m. %Y. %H:%M', # '25. 10. 2006. 14:30' + '%d. %m. %Y.', # '25. 10. 2006.' + '%d. %m. %y. %H:%M:%S', # '25. 10. 06. 14:30:59' + '%d. %m. %y. %H:%M:%S.%f', # '25. 10. 06. 14:30:59.000200' + '%d. %m. %y. %H:%M', # '25. 10. 06. 14:30' + '%d. %m. %y.', # '25. 10. 06.' +] + +DECIMAL_SEPARATOR = ',' +THOUSAND_SEPARATOR = '.' +NUMBER_GROUPING = 3 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/hsb/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/hsb/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..515aea267c36eb0c53d8b1c286435c1593605410 GIT binary patch literal 26256 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, 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-07-01 21:52+0000\n" +"Last-Translator: Michael Wolf \n" +"Language-Team: Upper Sorbian (http://www.transifex.com/django/django/" +"language/hsb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hsb\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" +"%100==4 ? 2 : 3);\n" + +msgid "Afrikaans" +msgstr "Afrikaanšćina" + +msgid "Arabic" +msgstr "Arabšćina" + +msgid "Asturian" +msgstr "Asturišćina" + +msgid "Azerbaijani" +msgstr "Azerbajdźanšćina" + +msgid "Bulgarian" +msgstr "Bołharšćina" + +msgid "Belarusian" +msgstr "Běłorušćina" + +msgid "Bengali" +msgstr "Bengalšćina" + +msgid "Breton" +msgstr "Bretonšćina" + +msgid "Bosnian" +msgstr "Bosnišćina" + +msgid "Catalan" +msgstr "Katalanšćina" + +msgid "Czech" +msgstr "Čěšćina" + +msgid "Welsh" +msgstr "Walizišćina" + +msgid "Danish" +msgstr "Danšćina" + +msgid "German" +msgstr "Němčina" + +msgid "Lower Sorbian" +msgstr "Delnjoserbšćina" + +msgid "Greek" +msgstr "Grjekšćina" + +msgid "English" +msgstr "Jendźelšćina" + +msgid "Australian English" +msgstr "Awstralska jendźelšćina" + +msgid "British English" +msgstr "Britiska jendźelšćina" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Španišćina" + +msgid "Argentinian Spanish" +msgstr "Argentinska španišćina" + +msgid "Colombian Spanish" +msgstr "Kolumbiska španišćina" + +msgid "Mexican Spanish" +msgstr "Mexiska španišćina" + +msgid "Nicaraguan Spanish" +msgstr "Nikaraguaska španišćina" + +msgid "Venezuelan Spanish" +msgstr "Venezuelska španišćina" + +msgid "Estonian" +msgstr "Estišćina" + +msgid "Basque" +msgstr "Baskišćina" + +msgid "Persian" +msgstr "Persišćina" + +msgid "Finnish" +msgstr "Finšćina" + +msgid "French" +msgstr "Francošćina" + +msgid "Frisian" +msgstr "Frizišćina" + +msgid "Irish" +msgstr "Irišćina" + +msgid "Scottish Gaelic" +msgstr "Šotiska gaelšćina" + +msgid "Galician" +msgstr "Galicišćina" + +msgid "Hebrew" +msgstr "Hebrejšćina" + +msgid "Hindi" +msgstr "Hindišćina" + +msgid "Croatian" +msgstr "Chorwatšćina" + +msgid "Upper Sorbian" +msgstr "Hornjoserbšćina" + +msgid "Hungarian" +msgstr "Madźaršćina" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indonezišćina" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Islandšćina" + +msgid "Italian" +msgstr "Italšćina" + +msgid "Japanese" +msgstr "Japanšćina" + +msgid "Georgian" +msgstr "Georgišćina" + +msgid "Kazakh" +msgstr "Kazachšćina" + +msgid "Khmer" +msgstr "Khmeršćina" + +msgid "Kannada" +msgstr "Kannadšćina" + +msgid "Korean" +msgstr "Korejšćina" + +msgid "Luxembourgish" +msgstr "Luxemburgšćina" + +msgid "Lithuanian" +msgstr "Litawšćina" + +msgid "Latvian" +msgstr "Letišćina" + +msgid "Macedonian" +msgstr "Makedonšćina" + +msgid "Malayalam" +msgstr "Malajalam" + +msgid "Mongolian" +msgstr "Mongolšćina" + +msgid "Marathi" +msgstr "Marathišćina" + +msgid "Burmese" +msgstr "Myanmaršćina" + +msgid "Norwegian Bokmål" +msgstr "Norwegski bokmål" + +msgid "Nepali" +msgstr "Nepalšćina" + +msgid "Dutch" +msgstr "Nižozemšćina" + +msgid "Norwegian Nynorsk" +msgstr "Norwegski nynorsk" + +msgid "Ossetic" +msgstr "Osetšćina" + +msgid "Punjabi" +msgstr "Pundźabišćina" + +msgid "Polish" +msgstr "Pólšćina" + +msgid "Portuguese" +msgstr "Portugalšćina" + +msgid "Brazilian Portuguese" +msgstr "Brazilska portugalšćina" + +msgid "Romanian" +msgstr "Rumunšćina" + +msgid "Russian" +msgstr "Rušćina" + +msgid "Slovak" +msgstr "Słowakšćina" + +msgid "Slovenian" +msgstr "Słowjenšćina" + +msgid "Albanian" +msgstr "Albanšćina" + +msgid "Serbian" +msgstr "Serbišćina" + +msgid "Serbian Latin" +msgstr "Serbšćina, łaćonska" + +msgid "Swedish" +msgstr "Šwedšćina" + +msgid "Swahili" +msgstr "Suahelšćina" + +msgid "Tamil" +msgstr "Tamilšćina" + +msgid "Telugu" +msgstr "Telugušćina" + +msgid "Thai" +msgstr "Thaišćina" + +msgid "Turkish" +msgstr "Turkowšćina" + +msgid "Tatar" +msgstr "Tataršćina" + +msgid "Udmurt" +msgstr "Udmurtšćina" + +msgid "Ukrainian" +msgstr "Ukrainšćina" + +msgid "Urdu" +msgstr "Urdušćina" + +msgid "Vietnamese" +msgstr "Vietnamšćina" + +msgid "Simplified Chinese" +msgstr "Zjednorjene chinšćina" + +msgid "Traditional Chinese" +msgstr "Tradicionalna chinšćina" + +msgid "Messages" +msgstr "Powěsće" + +msgid "Site Maps" +msgstr "Přehlady sydła" + +msgid "Static Files" +msgstr "Statiske dataje" + +msgid "Syndication" +msgstr "Syndikacija" + +msgid "Enter a valid value." +msgstr "Zapodajće płaćiwu hódnotu." + +msgid "Enter a valid URL." +msgstr "Zapodajće płaćiwy URL." + +msgid "Enter a valid integer." +msgstr "Zapodajće płaćiwu cyłu ličbu." + +msgid "Enter a valid email address." +msgstr "Zapodajće płaćiwu e-mejlowu adresu." + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Zapodajće płaćiwe adresowe mjeno, kotrež jenož pismiki, ličby, podsmužki abo " +"wjazawki wobsahuje." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Zapodajće płaćiwe adresowe mjeno, kotrež jenož unikodowe pismiki, ličby, " +"podsmužki abo wjazawki wobsahuje." + +msgid "Enter a valid IPv4 address." +msgstr "Zapodajće płaćiwu IPv4-adresu." + +msgid "Enter a valid IPv6 address." +msgstr "Zapodajće płaćiwu IPv6-adresu." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Zapodajće płaćiwu IPv4- abo IPv6-adresu." + +msgid "Enter only digits separated by commas." +msgstr "Zapodajće jenož přez komy dźělene cyfry," + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Zawěsćće, zo tuta hódnota je %(limit_value)s (je %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Zawěsćće, zo hódnota je mjeńša hač abo runja %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Zawěsćće, zo tuta hódnota je wjetša hač abo runja %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Zawěsćće, zo tuta hódnota ma znajmjeńša %(limit_value)d znamješko (ma " +"%(show_value)d)." +msgstr[1] "" +"Zawěsćće, zo tuta hódnota ma znajmjeńša %(limit_value)d znamješce (ma " +"%(show_value)d)." +msgstr[2] "" +"Zawěsćće, zo tuta hódnota ma znajmjeńša %(limit_value)d znamješka (ma " +"%(show_value)d)." +msgstr[3] "" +"Zawěsćće, zo tuta hódnota ma znajmjeńša %(limit_value)d znamješkow (ma " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Zawěsćće, zo tuta hódnota ma maksimalnje %(limit_value)d znamješko (ima " +"%(show_value)d)." +msgstr[1] "" +"Zawěsćće, zo tuta hódnota ma maksimalnje %(limit_value)d znamješce (ima " +"%(show_value)d)." +msgstr[2] "" +"Zawěsćće, zo tuta hódnota ma maksimalnje %(limit_value)d znamješka (ima " +"%(show_value)d)." +msgstr[3] "" +"Zawěsćće, zo tuta hódnota ma maksimalnje %(limit_value)d znamješkow (ima " +"%(show_value)d)." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Zawěsćće, zo njeje wjace hač %(max)s cyfry dohromady." +msgstr[1] "Zawěsćće, zo njeje wjace hač %(max)s cyfrow dohromady." +msgstr[2] "Zawěsćće, zo njeje wjace hač %(max)s cyfrow dohromady." +msgstr[3] "Zawěsćće, zo njeje wjace hač %(max)s cyfrow dohromady." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Zawěsćće, zo njeje wjace hač %(max)s decimalneho městna." +msgstr[1] "Zawěsćće, zo njeje wjace hač %(max)s decimalneju městnow." +msgstr[2] "Zawěsćće, zo njeje wjace hač %(max)s decimalnych městnow." +msgstr[3] "Zawěsćće, zo njeje wjace hač %(max)s decimalnych městnow." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "Zawěsćće, zo njeje wjace hač %(max)s cyfry před decimalnej komu." +msgstr[1] "Zawěsćće, zo njeje wjace hač %(max)s cyfrow před decimalnej komu." +msgstr[2] "Zawěsćće, zo njeje wjace hač %(max)s cyfrow před decimalnej komu." +msgstr[3] "Zawěsćće, zo njeje wjace hač %(max)s cyfrow před decimalnej komu." + +msgid "and" +msgstr "a" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s z tutym %(field_labels)s hižo eksistuje." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Hódnota %(value)r płaćiwa wólba njeje." + +msgid "This field cannot be null." +msgstr "Tute polo njesmě nul być." + +msgid "This field cannot be blank." +msgstr "Tute polo njesmě prózdne być." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s z tutym %(field_label)s hižo eksistuje." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s dyrbi za %(date_field_label)s %(lookup_type)s jónkróćne być." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Polo typa: %(field_type)s" + +msgid "Integer" +msgstr "Integer" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "Hódnota '%(value)s' dyrbi integer być." + +msgid "Big (8 byte) integer" +msgstr "Big (8 byte) integer" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "Hódnota '%(value)s' dyrbi pak True pak False być." + +msgid "Boolean (Either True or False)" +msgstr "Boolean (pak True pak False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Znamješkowy rjećazk (hač %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Cyłe ličby dźělene přez komu" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"Hódnota '%(value)s' ma njepłaćiwy datowy format. Dyrbi we formaće w DD.MM." +"YYYY być." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"Hódnota '%(value)s' ma korektny format (DD.MM.YYYY), ale je njepłaćiwy datum." + +msgid "Date (without time)" +msgstr "Datum (bjez časa)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"Hódnota '%(value)s' ma njepłaćiwy format. Dyrbi we formaće w DD.MM.YYYY HH:" +"MM[:ss[.uuuuuu]][TZ] być." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"Hódnota '%(value)s' ma korektny format (DD.MM.YYYY HH:MM[:ss[.uuuuuu]][TZ]), " +"ale je njepłaćiwy datum/čas." + +msgid "Date (with time)" +msgstr "Datum (z časom)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "Hódnota '%(value)s' dyrbi decimalna ličba być." + +msgid "Decimal number" +msgstr "Decimalna ličba" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" +"Hódnota '%(value)s' ma njepłaćiwy format. Dyrbi w formaće [DD] [HH:[MM:]]ss[." +"uuuuuu] być." + +msgid "Duration" +msgstr "Traće" + +msgid "Email address" +msgstr "E-mejlowa adresa" + +msgid "File path" +msgstr "Datajowa šćežka" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "Hódnota '%(value)s' dyrbi typ float měć." + +msgid "Floating point number" +msgstr "Komowa ličba typa float" + +msgid "IPv4 address" +msgstr "IPv4-adresa" + +msgid "IP address" +msgstr "IP-adresa" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "Hódnota '%(value)s' dyrbi pak None, True pak False być." + +msgid "Boolean (Either True, False or None)" +msgstr "Boolean (pak True, False pak None)" + +msgid "Positive integer" +msgstr "Pozitiwna cyła ličba" + +msgid "Positive small integer" +msgstr "Pozitiwna mała cyła ličba" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Adresowe mjeno (hač %(max_length)s)" + +msgid "Small integer" +msgstr "Mała cyła ličba" + +msgid "Text" +msgstr "Tekst" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"Hódnota '%(value)s' ma njepłaćiwy format. Dyrbi we formaće HH:MM[:ss[." +"uuuuuu]] być." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"Hódnota '%(value)s' ma korektny format (HH:MM[:ss[.uuuuuu]]), ale je " +"njepłaćiwy čas." + +msgid "Time" +msgstr "Čas" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Hrube binarne daty" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "'%(value)s' płaćiwy UUID njeje." + +msgid "File" +msgstr "Dataja" + +msgid "Image" +msgstr "Wobraz" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "Instanca %(model)s z %(field)s %(value)r njeeksistuje." + +msgid "Foreign Key (type determined by related field)" +msgstr "Cuzy kluč (typ so přez wotpowědne polo postaja)" + +msgid "One-to-one relationship" +msgstr "Poćah jedyn jedyn" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "Poćah %(from)s-%(to)s" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "Poćahi %(from)s-%(to)s" + +msgid "Many-to-many relationship" +msgstr "Poćah wjele wjele" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Tute polo je trěbne." + +msgid "Enter a whole number." +msgstr "Zapodajće cyłu ličbu." + +msgid "Enter a number." +msgstr "Zapodajće ličbu." + +msgid "Enter a valid date." +msgstr "Zapodajće płaćiwy datum." + +msgid "Enter a valid time." +msgstr "Zapodajće płaćiwy čas." + +msgid "Enter a valid date/time." +msgstr "Zapodajće płaćiwy datum/čas." + +msgid "Enter a valid duration." +msgstr "Zapodajće płaćiwe traće." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Žana dataja je so pósłała. Přepruwujće kodowanski typ we formularje." + +msgid "No file was submitted." +msgstr "Žana dataja je so pósłała." + +msgid "The submitted file is empty." +msgstr "Pósłana dataja je prózdna." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Zawěsćće, zo tute datajowe mjeno ma maksimalnje %(max)d znamješko (ma " +"%(length)d)." +msgstr[1] "" +"Zawěsćće, zo tute datajowe mjeno ma maksimalnje %(max)d znamješce (ma " +"%(length)d)." +msgstr[2] "" +"Zawěsćće, zo tute datajowe mjeno ma maksimalnje %(max)d znamješka (ma " +"%(length)d)." +msgstr[3] "" +"Zawěsćće, zo tute datajowe mjeno ma maksimalnje %(max)d znamješkow (ma " +"%(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Prošu zapodajće dataju abo stajće hóčku do kontrolneho kašćika, nic wobě." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Nahrajće płaćiwy wobraz. Dataja, kotruž sće nahrał, pak njebě wobraz pak bě " +"wobškodźeny wobraz. " + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Wubjerće płaćiwu wolensku móžnosć. %(value)s žana k dispoziciji stejacych " +"wolenskich móžnosćow njeje. " + +msgid "Enter a list of values." +msgstr "Zapodajće lisćinu hódnotow." + +msgid "Enter a complete value." +msgstr "Zapodajće dospołnu hódnotu." + +msgid "Enter a valid UUID." +msgstr "Zapodajće płaćiwy UUID." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Schowane polo field %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "Daty ManagementForm faluja abo su so sfalšowali" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Prošu wotpósćelće %d formular" +msgstr[1] "Prošu wotpósćelće %d formularaj abo mjenje" +msgstr[2] "Prošu wotpósćelće %d formulary abo mjenje" +msgstr[3] "Prošu wotpósćelće %d formularow abo mjenje" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Prošu wotpósćelće %d formular abo wjace" +msgstr[1] "Prošu wotpósćelće %d formularaj abo wjace" +msgstr[2] "Prošu wotpósćelće %d formulary abo wjace" +msgstr[3] "Prošu wotpósćelće %d formularow abo wjace" + +msgid "Order" +msgstr "Porjad" + +msgid "Delete" +msgstr "Zhašeć" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Prošu porjedźće dwójne daty za %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "Prošu porjedźće dwójne daty za %(field)s, kotrež dyrbja jónkróćne być." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Prošu porjedźće dwójne daty za %(field_name)s, kotrež dyrbja za %(lookup)s w " +"%(date_field)s jónkróćne być." + +msgid "Please correct the duplicate values below." +msgstr "Prošu porjedźće slědowace dwójne hódnoty." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "" +"Nutřkowny cuzy kluč primarnemu klučej nadrjadowaneje instancy njewotpowěduje." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Wubjerće płaćiwu wolensku móžnosć. Tuta wolenska móžnosć jedna z k " +"dispoziciji stejacych wolenskich móžnosćow njeje." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "\"%(pk)s\" płaćiwa hódnota za primarny kluč njeje." + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s njeda so w časowym pasmje %(current_timezone)s interpretować; " +"je snano dwuzmyslny abo njeeksistuje." + +msgid "Currently" +msgstr "Tuchwilu" + +msgid "Change" +msgstr "Změnić" + +msgid "Clear" +msgstr "Zhašeć" + +msgid "Unknown" +msgstr "Njeznaty" + +msgid "Yes" +msgstr "Haj" + +msgid "No" +msgstr "Ně" + +msgid "yes,no,maybe" +msgstr "ha,ně,snano" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d bajt" +msgstr[1] "%(size)d bajtaj" +msgstr[2] "%(size)d bajty" +msgstr[3] "%(size)d bajtow" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "popołdnju" + +msgid "a.m." +msgstr "dopołdnja" + +msgid "PM" +msgstr "popołdnju" + +msgid "AM" +msgstr "dopołdnja" + +msgid "midnight" +msgstr "połnoc" + +msgid "noon" +msgstr "připołdnjo" + +msgid "Monday" +msgstr "Póndźela" + +msgid "Tuesday" +msgstr "Wutora" + +msgid "Wednesday" +msgstr "Srjeda" + +msgid "Thursday" +msgstr "Štwórtk" + +msgid "Friday" +msgstr "Pjatk" + +msgid "Saturday" +msgstr "Sobota" + +msgid "Sunday" +msgstr "Njedźela" + +msgid "Mon" +msgstr "Pón" + +msgid "Tue" +msgstr "Wut" + +msgid "Wed" +msgstr "Srj" + +msgid "Thu" +msgstr "Štw" + +msgid "Fri" +msgstr "Pja" + +msgid "Sat" +msgstr "Sob" + +msgid "Sun" +msgstr "Nje" + +msgid "January" +msgstr "Januar" + +msgid "February" +msgstr "Februar" + +msgid "March" +msgstr "Měrc" + +msgid "April" +msgstr "Apryl" + +msgid "May" +msgstr "Meja" + +msgid "June" +msgstr "Junij" + +msgid "July" +msgstr "Julij" + +msgid "August" +msgstr "Awgust" + +msgid "September" +msgstr "September" + +msgid "October" +msgstr "Oktober" + +msgid "November" +msgstr "Nowember" + +msgid "December" +msgstr "December" + +msgid "jan" +msgstr "jan." + +msgid "feb" +msgstr "feb." + +msgid "mar" +msgstr "měr." + +msgid "apr" +msgstr "apr." + +msgid "may" +msgstr "mej." + +msgid "jun" +msgstr "jun." + +msgid "jul" +msgstr "jul." + +msgid "aug" +msgstr "awg." + +msgid "sep" +msgstr "sep." + +msgid "oct" +msgstr "okt." + +msgid "nov" +msgstr "now." + +msgid "dec" +msgstr "dec." + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Jan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Měrc" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Apryl" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Meja" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Junij" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Julij" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Awg." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Sept." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Okt." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Now." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Dec." + +msgctxt "alt. month" +msgid "January" +msgstr "Januar" + +msgctxt "alt. month" +msgid "February" +msgstr "Februar" + +msgctxt "alt. month" +msgid "March" +msgstr "Měrc" + +msgctxt "alt. month" +msgid "April" +msgstr "Apryl" + +msgctxt "alt. month" +msgid "May" +msgstr "Meja" + +msgctxt "alt. month" +msgid "June" +msgstr "Junij" + +msgctxt "alt. month" +msgid "July" +msgstr "Julij" + +msgctxt "alt. month" +msgid "August" +msgstr "Awgust" + +msgctxt "alt. month" +msgid "September" +msgstr "September" + +msgctxt "alt. month" +msgid "October" +msgstr "Oktober" + +msgctxt "alt. month" +msgid "November" +msgstr "Nowember" + +msgctxt "alt. month" +msgid "December" +msgstr "December" + +msgid "This is not a valid IPv6 address." +msgstr "To płaćiwa IPv6-adresa njeje." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "abo" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d lěto" +msgstr[1] "%d lěće" +msgstr[2] "%d lěta" +msgstr[3] "%d lět" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d měsac" +msgstr[1] "%d měsacaj" +msgstr[2] "%d měsacy" +msgstr[3] "%d měsacow" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d tydźeń" +msgstr[1] "%d njedźeli" +msgstr[2] "%d njedźele" +msgstr[3] "%d njedźel" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d dźeń" +msgstr[1] "%d njej" +msgstr[2] "%d dny" +msgstr[3] "%d dnjow" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d hodźina" +msgstr[1] "%d hodźinje" +msgstr[2] "%d hodźiny" +msgstr[3] "%d hodźin" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d mjeńšina" +msgstr[1] "%d mjeńšinje" +msgstr[2] "%d mjeńšiny" +msgstr[3] "%d mjeńšin" + +msgid "0 minutes" +msgstr "0 mjeńšin" + +msgid "Forbidden" +msgstr "Zakazany" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF-přepruwowanje je so nimokuliło. Naprašowanje je so přetorhnyło." + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Widźiće tutu zdźělenku, dokelž HTTPS-sydło 'hłowu Referer' trjeba, zo by so " +"do webwobhladowaka słało, ale njeje so pósłała. Tuta hłowa je z přičinow " +"wěstoty trěbna, zo by so zawěsćiło, zo waš wobhladowak so wot třećich " +"njekapruje." + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" +"Jei sće swój wobhladowak tak konfigurował, zo su hłowy 'Referer' " +"znjemóžnjene, zmóžńće je, znajmjeńša za tute sydło abo za HTTPS-zwiski abo " +"za naprašowanja 'sameorigin'." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Widźiće tutu zdźělenku, dokelž tute sydło CSRF-plack trjeba, hdyž so " +"formulary wotesyłaja. Tutón plack je z přičinow wěstoty trěbny, zo by so waš " +"wobhladowak wot třećich njekapruje." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" +"Jeli sće swój wobhladowak tak konfigurował, zo su placki znjemóžnjene, " +"zmóžńće je zaso, znajmjeńša za tute sydło abo za naprašowanja 'same-origin'." + +msgid "More information is available with DEBUG=True." +msgstr "Z DEBUG=True su dalše informacije k dispoziciji." + +msgid "Welcome to Django" +msgstr "Witajće k Django" + +msgid "It worked!" +msgstr "Je so fungowało!" + +msgid "Congratulations on your first Django-powered page." +msgstr "Zbožopřeće k wašej prěnjej stronje spěchowanej přez Django." + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" +"Njejsće wězo hišće žane dźěło činił. Wuwjedźće tuž jako přichodne " +"python manage.py startapp [app_label], zo byšće swóje prěnje " +"nałoženje startował." + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" +"Widźiće tutu zdźělenku, dokelž maće DEBUG = True w swojej " +"dataji nastajenjow Django a njejsće URL skonfigurował. Dajće do dźěła!" + +msgid "No year specified" +msgstr "Žane lěto podate" + +msgid "No month specified" +msgstr "Žadyn měsac podaty" + +msgid "No day specified" +msgstr "Žadyn dźeń podaty" + +msgid "No week specified" +msgstr "Žadyn tydźeń podaty" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Žadyn %(verbose_name_plural)s k dispoziciji njeje" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Přichodowe %(verbose_name_plural)s k dispoziciji njejsu, dokelž hódnota " +"%(class_name)s.allow_future je False." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "" +"Njepłaćiwy '%(format)s' za datumowy znamješkowy rjaćazk '%(datestr)s' podaty" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Žane %(verbose_name)s namakane, kotrež naprašowanju wotpowěduje" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "Strona 'last' njeje, ani njeda so do int konwertować." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Njepłaćiwa strona (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Prózdna lisćina a '%(class_name)s.allow_empty' je False." + +msgid "Directory indexes are not allowed here." +msgstr "Zapisowe indeksy tu dowolone njejsu." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" njeeksistuje" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Indeks %(directory)s" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/hu/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/hu/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..9717bba5127aaaa9f4f8527d544f60b392e2d7e4 GIT binary patch literal 24906 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 bvV&&T6xCmzav1z%>I96=etNFo?il_znFl0j literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/hu/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/hu/LC_MESSAGES/django.po new file mode 100644 index 0000000..c87ff00 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/hu/LC_MESSAGES/django.po @@ -0,0 +1,1216 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# András Veres-Szentkirályi, 2016 +# Attila Nagy <>, 2012 +# Jannis Leidel , 2011 +# János Péter Ronkay , 2011-2012,2014 +# Máté Őry , 2013 +# Szilveszter Farkas , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-07-19 07:35+0000\n" +"Last-Translator: András Veres-Szentkirályi\n" +"Language-Team: Hungarian (http://www.transifex.com/django/django/language/" +"hu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Afrikaans" + +msgid "Arabic" +msgstr "Arab" + +msgid "Asturian" +msgstr "Asztúriai" + +msgid "Azerbaijani" +msgstr "azerbajdzsáni" + +msgid "Bulgarian" +msgstr "Bolgár" + +msgid "Belarusian" +msgstr "Belarusz" + +msgid "Bengali" +msgstr "Bengáli" + +msgid "Breton" +msgstr "Breton" + +msgid "Bosnian" +msgstr "Bosnyák" + +msgid "Catalan" +msgstr "Katalán" + +msgid "Czech" +msgstr "Cseh" + +msgid "Welsh" +msgstr "Walesi" + +msgid "Danish" +msgstr "Dán" + +msgid "German" +msgstr "Német" + +msgid "Lower Sorbian" +msgstr "Alsószorb" + +msgid "Greek" +msgstr "Görög" + +msgid "English" +msgstr "Angol" + +msgid "Australian English" +msgstr "Ausztráliai angol" + +msgid "British English" +msgstr "Brit angol" + +msgid "Esperanto" +msgstr "Eszperantó" + +msgid "Spanish" +msgstr "Spanyol" + +msgid "Argentinian Spanish" +msgstr "Argentin spanyol" + +msgid "Colombian Spanish" +msgstr "Kolumbiai spanyol" + +msgid "Mexican Spanish" +msgstr "Mexikói spanyol" + +msgid "Nicaraguan Spanish" +msgstr "Nicaraguai spanyol" + +msgid "Venezuelan Spanish" +msgstr "Venezuelai spanyol" + +msgid "Estonian" +msgstr "Észt" + +msgid "Basque" +msgstr "Baszk " + +msgid "Persian" +msgstr "Perzsa" + +msgid "Finnish" +msgstr "Finn" + +msgid "French" +msgstr "Francia" + +msgid "Frisian" +msgstr "Fríz" + +msgid "Irish" +msgstr "Ír" + +msgid "Scottish Gaelic" +msgstr "Skót gael" + +msgid "Galician" +msgstr "Gall" + +msgid "Hebrew" +msgstr "Héber" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Horvát" + +msgid "Upper Sorbian" +msgstr "Felsőszorb" + +msgid "Hungarian" +msgstr "Magyar" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indonéz" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Izlandi" + +msgid "Italian" +msgstr "Olasz" + +msgid "Japanese" +msgstr "Japán" + +msgid "Georgian" +msgstr "Grúz" + +msgid "Kazakh" +msgstr "Kazak" + +msgid "Khmer" +msgstr "Khmer" + +msgid "Kannada" +msgstr "Kannada" + +msgid "Korean" +msgstr "Koreai" + +msgid "Luxembourgish" +msgstr "Luxemburgi" + +msgid "Lithuanian" +msgstr "Litván" + +msgid "Latvian" +msgstr "Lett" + +msgid "Macedonian" +msgstr "Macedón" + +msgid "Malayalam" +msgstr "Malajálam" + +msgid "Mongolian" +msgstr "Mongol" + +msgid "Marathi" +msgstr "Maráthi" + +msgid "Burmese" +msgstr "Burmai" + +msgid "Norwegian Bokmål" +msgstr "Bokmål norvég" + +msgid "Nepali" +msgstr "Nepáli" + +msgid "Dutch" +msgstr "Holland" + +msgid "Norwegian Nynorsk" +msgstr "Nynorsk norvég" + +msgid "Ossetic" +msgstr "Oszét" + +msgid "Punjabi" +msgstr "Punjabi" + +msgid "Polish" +msgstr "Lengyel" + +msgid "Portuguese" +msgstr "Portugál" + +msgid "Brazilian Portuguese" +msgstr "Brazíliai portugál" + +msgid "Romanian" +msgstr "Román" + +msgid "Russian" +msgstr "Orosz" + +msgid "Slovak" +msgstr "Szlovák" + +msgid "Slovenian" +msgstr "Szlovén" + +msgid "Albanian" +msgstr "Albán" + +msgid "Serbian" +msgstr "Szerb" + +msgid "Serbian Latin" +msgstr "Latin betűs szerb" + +msgid "Swedish" +msgstr "Svéd" + +msgid "Swahili" +msgstr "Szuahéli" + +msgid "Tamil" +msgstr "Tamil" + +msgid "Telugu" +msgstr "Telugu" + +msgid "Thai" +msgstr "Thai" + +msgid "Turkish" +msgstr "Török" + +msgid "Tatar" +msgstr "Tatár" + +msgid "Udmurt" +msgstr "Udmurt" + +msgid "Ukrainian" +msgstr "Ukrán" + +msgid "Urdu" +msgstr "urdu" + +msgid "Vietnamese" +msgstr "Vietnámi" + +msgid "Simplified Chinese" +msgstr "Egyszerű kínai" + +msgid "Traditional Chinese" +msgstr "Hagyományos kínai" + +msgid "Messages" +msgstr "Üzenetek" + +msgid "Site Maps" +msgstr "Oldaltérképek" + +msgid "Static Files" +msgstr "Statikus fájlok" + +msgid "Syndication" +msgstr "Szindikáció" + +msgid "Enter a valid value." +msgstr "Adjon meg egy érvényes értéket." + +msgid "Enter a valid URL." +msgstr "Adjon meg egy érvényes URL-t." + +msgid "Enter a valid integer." +msgstr "Adjon meg egy érvényes számot." + +msgid "Enter a valid email address." +msgstr "Írjon be egy érvényes e-mail címet." + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Az URL barát cím csak betűket, számokat, aláhúzásokat és kötőjeleket " +"tartalmazhat." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Az URL barát cím csak Unicode betűket, számokat, aláhúzásokat és kötőjeleket " +"tartalmazhat." + +msgid "Enter a valid IPv4 address." +msgstr "Írjon be egy érvényes IPv4 címet." + +msgid "Enter a valid IPv6 address." +msgstr "Írjon be egy érvényes IPv6 címet." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Írjon be egy érvényes IPv4 vagy IPv6 címet." + +msgid "Enter only digits separated by commas." +msgstr "Csak számokat adjon meg, vesszővel elválasztva." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Bizonyosodjon meg arról, hogy az érték %(limit_value)s (jelenleg: " +"%(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Bizonyosodjon meg arról, hogy az érték %(limit_value)s, vagy kisebb." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Bizonyosodjon meg arról, hogy az érték %(limit_value)s, vagy nagyobb." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Bizonyosodjon meg arról, hogy ez az érték legalább %(limit_value)d karaktert " +"tartalmaz (jelenlegi hossza: %(show_value)d)." +msgstr[1] "" +"Bizonyosodjon meg arról, hogy ez az érték legalább %(limit_value)d karaktert " +"tartalmaz (jelenlegi hossza: %(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Bizonyosodjon meg arról, hogy ez az érték legfeljebb %(limit_value)d " +"karaktert tartalmaz (jelenlegi hossza: %(show_value)d)." +msgstr[1] "" +"Bizonyosodjon meg arról, hogy ez az érték legfeljebb %(limit_value)d " +"karaktert tartalmaz (jelenlegi hossza: %(show_value)d)." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Bizonyosodjon meg arról, hogy legfeljebb %(max)s számjegyből áll." +msgstr[1] "Bizonyosodjon meg arról, hogy legfeljebb %(max)s számjegyből áll." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +"Bizonyosodjon meg arról, hogy legfeljebb %(max)s tizedesjegyből áll." +msgstr[1] "" +"Bizonyosodjon meg arról, hogy legfeljebb %(max)s tizedesjegyből áll." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Bizonyosodjon meg arról, hogy legfeljebb %(max)s számjegy van a " +"tizedesvessző előtt." +msgstr[1] "" +"Bizonyosodjon meg arról, hogy legfeljebb %(max)s számjegy van a " +"tizedesvessző előtt." + +msgid "and" +msgstr "és" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "Már létezik %(model_name)s ilyennel: %(field_labels)s." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "%(value)r érték érvénytelen." + +msgid "This field cannot be null." +msgstr "Ez a mező nem lehet nulla." + +msgid "This field cannot be blank." +msgstr "Ez a mező nem lehet üres." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "Már létezik %(model_name)s ilyennel: %(field_label)s." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s egyedi kell hogy legyen %(lookup_type)s alapján a(z) " +"%(date_field_label)s mezőn." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Mezőtípus: %(field_type)s" + +msgid "Integer" +msgstr "Egész" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "'%(value)s' értéknek egész számnak kell lennie." + +msgid "Big (8 byte) integer" +msgstr "Nagy egész szám (8 bájtos)" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "'%(value)s' érték csak igaz (True) vagy hamis (False) lehet." + +msgid "Boolean (Either True or False)" +msgstr "Logikai (True vagy False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Karakterlánc (%(max_length)s hosszig)" + +msgid "Comma-separated integers" +msgstr "Vesszővel elválasztott egészek" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"'%(value)s' érték érvénytelen dátum formátumban van. A dátumnak YYYY-MM-DD " +"formátumban kell lennie." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"'%(value)s' érték megfelelő formátumban van (YYYY-MM-DD), de a megadott " +"dátum érvénytelen." + +msgid "Date (without time)" +msgstr "Dátum (idő nélkül)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"'%(value)s' érték érvénytelen dátum formátumban van. A dátumnak YYYY-MM-DD " +"HH:MM[:ss[.uuuuuu]][TZ] formátumban kell lennie." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"'%(value)s' érték megfelelő formátumban van (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]), de a megadott dátum/idő érvénytelen." + +msgid "Date (with time)" +msgstr "Dátum (idővel)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "'%(value)s' értéknek decimálisnak kell lennie." + +msgid "Decimal number" +msgstr "Tizes számrendszerű (decimális) szám" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" +"'%(value)s' érték érvénytelen formátumban van. Az értéknek [DD] [HH:" +"[MM:]]ss[.uuuuuu] formátumban kell lennie." + +msgid "Duration" +msgstr "Időtartam" + +msgid "Email address" +msgstr "E-mail cím" + +msgid "File path" +msgstr "Elérési út" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "'%(value)s' értéknek lebegőpontos számnak kell lennie." + +msgid "Floating point number" +msgstr "Lebegőpontos szám" + +msgid "IPv4 address" +msgstr "IPv4 cím" + +msgid "IP address" +msgstr "IP cím" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "" +"'%(value)s' érték csak semmi (None), igaz (True) vagy hamis (False) lehet." + +msgid "Boolean (Either True, False or None)" +msgstr "Logikai (True, False vagy None)" + +msgid "Positive integer" +msgstr "Pozitív egész" + +msgid "Positive small integer" +msgstr "Pozitív kis egész" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "URL-barát cím (%(max_length)s hosszig)" + +msgid "Small integer" +msgstr "Kis egész" + +msgid "Text" +msgstr "Szöveg" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"'%(value)s' érték formátuma érvénytelen. Az időnek HH:MM[:ss[.uuuuuu]] " +"formátumban kell lennie." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"'%(value)s' formátuma megfelelő (HH:MM[:ss[.uuuuuu]]), de a megadott időpont " +"érvénytelen." + +msgid "Time" +msgstr "Idő" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Nyers bináris adat" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "'%(value)s' nem egy érvényes UUID." + +msgid "File" +msgstr "Fájl" + +msgid "Image" +msgstr "Kép" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "%(model)s példány %(value)r %(field)s értékkel nem létezik." + +msgid "Foreign Key (type determined by related field)" +msgstr "Idegen kulcs (típusa a kapcsolódó mezőtől függ)" + +msgid "One-to-one relationship" +msgstr "Egy-egy kapcsolat" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "%(from)s-%(to)s kapcsolat" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "%(from)s-%(to)s kapcsolatok" + +msgid "Many-to-many relationship" +msgstr "Több-több kapcsolat" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Ennek a mezőnek a megadása kötelező." + +msgid "Enter a whole number." +msgstr "Adjon meg egy egész számot." + +msgid "Enter a number." +msgstr "Adj meg egy számot." + +msgid "Enter a valid date." +msgstr "Adjon meg egy érvényes dátumot." + +msgid "Enter a valid time." +msgstr "Adjon meg egy érvényes időt." + +msgid "Enter a valid date/time." +msgstr "Adjon meg egy érvényes dátumot/időt." + +msgid "Enter a valid duration." +msgstr "Adjon meg egy érvényes időtartamot." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Nem küldött el fájlt. Ellenőrizze a kódolás típusát az űrlapon." + +msgid "No file was submitted." +msgstr "Semmilyen fájl sem került feltöltésre." + +msgid "The submitted file is empty." +msgstr "A küldött fájl üres." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Bizonyosodjon meg arról, hogy a fájlnév legfeljebb %(max)d karakterből áll " +"(jelenlegi hossza: %(length)d)." +msgstr[1] "" +"Bizonyosodjon meg arról, hogy a fájlnév legfeljebb %(max)d karakterből áll " +"(jelenlegi hossza: %(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Küldjön egy új fájlt, vagy jelölje be a törlés négyzetet, de ne mindkettőt " +"egyszerre." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Töltsön fel egy érvényes képfájlt. A feltöltött fájl nem kép volt, vagy " +"megsérült." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Válasszon érvényes elemet. '%(value)s' nincs az elérhető lehetőségek között." + +msgid "Enter a list of values." +msgstr "Adja meg értékek egy listáját." + +msgid "Enter a complete value." +msgstr "Adjon meg egy teljes értéket." + +msgid "Enter a valid UUID." +msgstr "Adjon meg egy érvényes UUID-t." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Rejtett mező: %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "ManagementForm adatok hiányoznak vagy belenyúltak" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Legfeljebb %d űrlapot küldjön be." +msgstr[1] "Legfeljebb %d űrlapot küldjön be." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Legalább %d űrlapot küldjön be." +msgstr[1] "Legalább %d űrlapot küldjön be." + +msgid "Order" +msgstr "Sorrend" + +msgid "Delete" +msgstr "Törlés" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Javítsa a mezőhöz tartozó duplikált adatokat: %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Javítsa a mezőhöz tartozó duplikált adatokat: %(field)s (egyedinek kell " +"lenniük)." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Javítsa a mezőhöz tartozó duplikált adatokat: %(field_name)s (egyedinek kell " +"lenniük %(lookup)s alapján a dátum mezőn: %(date_field)s)." + +msgid "Please correct the duplicate values below." +msgstr "Javítsa az alábbi duplikált értékeket." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "" +"A beágyazott idegen kulcs nem egyezik meg a szülő példány elsődleges " +"kulcsával." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Válasszon érvényes elemet. Az Ön választása nincs az elérhető lehetőségek " +"között." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "\"%(pk)s\" egy érvénytelen elsődleges kulcs érték." + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s értelmezhetetlen a megadott %(current_timezone)s időzónában; " +"vagy félreérthető, vagy nem létezik." + +msgid "Currently" +msgstr "Jelenleg" + +msgid "Change" +msgstr "Módosítás" + +msgid "Clear" +msgstr "Törlés" + +msgid "Unknown" +msgstr "Ismeretlen" + +msgid "Yes" +msgstr "Igen" + +msgid "No" +msgstr "Nem" + +msgid "yes,no,maybe" +msgstr "igen,nem,talán" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d bájt" +msgstr[1] "%(size)d bájt" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "du" + +msgid "a.m." +msgstr "de" + +msgid "PM" +msgstr "DU" + +msgid "AM" +msgstr "DE" + +msgid "midnight" +msgstr "éjfél" + +msgid "noon" +msgstr "dél" + +msgid "Monday" +msgstr "hétfő" + +msgid "Tuesday" +msgstr "kedd" + +msgid "Wednesday" +msgstr "szerda" + +msgid "Thursday" +msgstr "csütörtök" + +msgid "Friday" +msgstr "péntek" + +msgid "Saturday" +msgstr "szombat" + +msgid "Sunday" +msgstr "vasárnap" + +msgid "Mon" +msgstr "hét" + +msgid "Tue" +msgstr "kedd" + +msgid "Wed" +msgstr "sze" + +msgid "Thu" +msgstr "csüt" + +msgid "Fri" +msgstr "pén" + +msgid "Sat" +msgstr "szo" + +msgid "Sun" +msgstr "vas" + +msgid "January" +msgstr "január" + +msgid "February" +msgstr "február" + +msgid "March" +msgstr "március" + +msgid "April" +msgstr "április" + +msgid "May" +msgstr "május" + +msgid "June" +msgstr "június" + +msgid "July" +msgstr "július" + +msgid "August" +msgstr "augusztus" + +msgid "September" +msgstr "szeptember" + +msgid "October" +msgstr "október" + +msgid "November" +msgstr "november" + +msgid "December" +msgstr "december" + +msgid "jan" +msgstr "jan" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "már" + +msgid "apr" +msgstr "ápr" + +msgid "may" +msgstr "máj" + +msgid "jun" +msgstr "jún" + +msgid "jul" +msgstr "júl" + +msgid "aug" +msgstr "aug" + +msgid "sep" +msgstr "sze" + +msgid "oct" +msgstr "okt" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "dec" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "jan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "febr." + +msgctxt "abbrev. month" +msgid "March" +msgstr "márc." + +msgctxt "abbrev. month" +msgid "April" +msgstr "ápr." + +msgctxt "abbrev. month" +msgid "May" +msgstr "máj." + +msgctxt "abbrev. month" +msgid "June" +msgstr "jún." + +msgctxt "abbrev. month" +msgid "July" +msgstr "júl." + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "aug." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "szept." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "okt." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "dec." + +msgctxt "alt. month" +msgid "January" +msgstr "január" + +msgctxt "alt. month" +msgid "February" +msgstr "február" + +msgctxt "alt. month" +msgid "March" +msgstr "március" + +msgctxt "alt. month" +msgid "April" +msgstr "április" + +msgctxt "alt. month" +msgid "May" +msgstr "május" + +msgctxt "alt. month" +msgid "June" +msgstr "június" + +msgctxt "alt. month" +msgid "July" +msgstr "július" + +msgctxt "alt. month" +msgid "August" +msgstr "augusztus" + +msgctxt "alt. month" +msgid "September" +msgstr "szeptember" + +msgctxt "alt. month" +msgid "October" +msgstr "október" + +msgctxt "alt. month" +msgid "November" +msgstr "november" + +msgctxt "alt. month" +msgid "December" +msgstr "december" + +msgid "This is not a valid IPv6 address." +msgstr "Ez nem egy érvényes IPv6 cím." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "vagy" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d év" +msgstr[1] "%d év" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d hónap" +msgstr[1] "%d hónap" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d hét" +msgstr[1] "%d hét" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d nap" +msgstr[1] "%d nap" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d óra" +msgstr[1] "%d óra" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d perc" +msgstr[1] "%d perc" + +msgid "0 minutes" +msgstr "0 perc" + +msgid "Forbidden" +msgstr "Hozzáférés megtagadva" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF ellenőrzés sikertelen. Kérést kiszolgálása megszakítva." + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Azért látja ezt az üzenetet, mert ez a HTTPS oldal elvárja a 'Referer " +"fejléc' küldését a böngészőtől, azonban ilyen nem érkezett. Erre a fejlécre " +"biztonsági okból van szükség annak kiszűrésére, hogy harmadik fél eltérítse " +"az ön böngészőjét." + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" +"Ha a böngészőjében le van tiltva a 'Referer' fejléc, kérem engedélyezze " +"azokat, legalább erre a weboldalra, vagy azonos forrásból ('same-origin') " +"származó kérésekre." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Azért látja ezt az üzenetet, mert ez a weboldal elvárja a CSRF cookie " +"elküldését űrlapoknál. Erre a cookie-ra biztonsági okból van szükség annak " +"kiszűrésére, hogy harmadik fél eltérítse az ön böngészőjét." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" +"Ha a böngészője elutasítja a cookie-kat, kérem engedélyezze azokat, legalább " +"erre a weboldalra, vagy azonos forrásból ('same-origin') származó kérésekre." + +msgid "More information is available with DEBUG=True." +msgstr "További információ DEBUG=True beállítással érhető el." + +msgid "Welcome to Django" +msgstr "Üdvözli a Django" + +msgid "It worked!" +msgstr "Működik!" + +msgid "Congratulations on your first Django-powered page." +msgstr "Gratulálunk az első Django alapú oldalhoz!" + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" +"Természetesen még hátra van a munka nagy része. Következő lépésként indítsa " +"el az első appot a python manage.py startapp [app_label] " +"paranccsal." + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" +"Azért jelenik meg ez az üzenet, mert a DEBUG = True szerepel a " +"Django settings fájlban, és még nem került beállításra egy URL sem. Jó " +"munkát!" + +msgid "No year specified" +msgstr "Nincs év megadva" + +msgid "No month specified" +msgstr "Nincs hónap megadva" + +msgid "No day specified" +msgstr "Nincs nap megadva" + +msgid "No week specified" +msgstr "Nincs hét megadva" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Nincsenek elérhető %(verbose_name_plural)s" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Jövőbeli %(verbose_name_plural)s nem elérhetők, mert %(class_name)s." +"allow_future értéke False." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "" +"'%(datestr)s' érvénytelen a meghatározott formátum alapján: '%(format)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Nincs a keresési feltételeknek megfelelő %(verbose_name)s" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "Az oldal nem 'last', vagy nem lehet egésszé alakítani." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Érvénytelen oldal (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Üres lista, és '%(class_name)s.allow_empty' értéke False." + +msgid "Directory indexes are not allowed here." +msgstr "A könyvtárak listázása itt nincs engedélyezve." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" nem létezik" + +#, python-format +msgid "Index of %(directory)s" +msgstr "A %(directory)s könyvtár tartalma" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/hu/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/hu/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/hu/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/hu/formats.py new file mode 100644 index 0000000..e17e8c9 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/hu/formats.py @@ -0,0 +1,34 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'Y. F j.' +TIME_FORMAT = 'G.i' +DATETIME_FORMAT = 'Y. F j. G.i' +YEAR_MONTH_FORMAT = 'Y. F' +MONTH_DAY_FORMAT = 'F j.' +SHORT_DATE_FORMAT = 'Y.m.d.' +SHORT_DATETIME_FORMAT = 'Y.m.d. G.i' +FIRST_DAY_OF_WEEK = 1 # Monday + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + '%Y.%m.%d.', # '2006.10.25.' +] +TIME_INPUT_FORMATS = [ + '%H.%M.%S', # '14.30.59' + '%H.%M', # '14.30' +] +DATETIME_INPUT_FORMATS = [ + '%Y.%m.%d. %H.%M.%S', # '2006.10.25. 14.30.59' + '%Y.%m.%d. %H.%M.%S.%f', # '2006.10.25. 14.30.59.000200' + '%Y.%m.%d. %H.%M', # '2006.10.25. 14.30' + '%Y.%m.%d.', # '2006.10.25.' +] +DECIMAL_SEPARATOR = ',' +THOUSAND_SEPARATOR = ' ' # Non-breaking space +NUMBER_GROUPING = 3 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ia/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ia/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..f1d5ffbbf0981e0412ede988abc7da1c9c76ca01 GIT binary patch literal 16229 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 UY?^cu17Xrofn!2bDS_wz0d0+pLI3~& literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ia/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ia/LC_MESSAGES/django.po new file mode 100644 index 0000000..406dcf0 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ia/LC_MESSAGES/django.po @@ -0,0 +1,1166 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Martijn Dekker , 2012,2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Interlingua (http://www.transifex.com/django/django/language/" +"ia/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ia\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "afrikaans" + +msgid "Arabic" +msgstr "arabe" + +msgid "Asturian" +msgstr "asturiano" + +msgid "Azerbaijani" +msgstr "azeri" + +msgid "Bulgarian" +msgstr "bulgaro" + +msgid "Belarusian" +msgstr "bielorusso" + +msgid "Bengali" +msgstr "bengali" + +msgid "Breton" +msgstr "breton" + +msgid "Bosnian" +msgstr "bosniaco" + +msgid "Catalan" +msgstr "catalano" + +msgid "Czech" +msgstr "tcheco" + +msgid "Welsh" +msgstr "gallese" + +msgid "Danish" +msgstr "danese" + +msgid "German" +msgstr "germano" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "greco" + +msgid "English" +msgstr "anglese" + +msgid "Australian English" +msgstr "anglese australian" + +msgid "British English" +msgstr "anglese britannic" + +msgid "Esperanto" +msgstr "esperanto" + +msgid "Spanish" +msgstr "espaniol" + +msgid "Argentinian Spanish" +msgstr "espaniol argentin" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "espaniol mexican" + +msgid "Nicaraguan Spanish" +msgstr "espaniol nicaraguan" + +msgid "Venezuelan Spanish" +msgstr "espaniol venzuelan" + +msgid "Estonian" +msgstr "estoniano" + +msgid "Basque" +msgstr "basco" + +msgid "Persian" +msgstr "persiano" + +msgid "Finnish" +msgstr "finnese" + +msgid "French" +msgstr "francese" + +msgid "Frisian" +msgstr "frison" + +msgid "Irish" +msgstr "irlandese" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "galiciano" + +msgid "Hebrew" +msgstr "hebreo" + +msgid "Hindi" +msgstr "hindi" + +msgid "Croatian" +msgstr "croato" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "hungaro" + +msgid "Interlingua" +msgstr "interlingua" + +msgid "Indonesian" +msgstr "indonesiano" + +msgid "Ido" +msgstr "ido" + +msgid "Icelandic" +msgstr "islandese" + +msgid "Italian" +msgstr "italiano" + +msgid "Japanese" +msgstr "japonese" + +msgid "Georgian" +msgstr "georgiano" + +msgid "Kazakh" +msgstr "kazakh" + +msgid "Khmer" +msgstr "khmer" + +msgid "Kannada" +msgstr "kannada" + +msgid "Korean" +msgstr "coreano" + +msgid "Luxembourgish" +msgstr "luxemburgese" + +msgid "Lithuanian" +msgstr "lituano" + +msgid "Latvian" +msgstr "letton" + +msgid "Macedonian" +msgstr "macedone" + +msgid "Malayalam" +msgstr "malayalam" + +msgid "Mongolian" +msgstr "mongolico" + +msgid "Marathi" +msgstr "" + +msgid "Burmese" +msgstr "" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "nepali" + +msgid "Dutch" +msgstr "hollandese" + +msgid "Norwegian Nynorsk" +msgstr "norvegiano, nynorsk" + +msgid "Ossetic" +msgstr "" + +msgid "Punjabi" +msgstr "punjabi" + +msgid "Polish" +msgstr "polonese" + +msgid "Portuguese" +msgstr "portugese" + +msgid "Brazilian Portuguese" +msgstr "portugese brasilian" + +msgid "Romanian" +msgstr "romaniano" + +msgid "Russian" +msgstr "russo" + +msgid "Slovak" +msgstr "slovaco" + +msgid "Slovenian" +msgstr "sloveno" + +msgid "Albanian" +msgstr "albanese" + +msgid "Serbian" +msgstr "serbo" + +msgid "Serbian Latin" +msgstr "serbo latin" + +msgid "Swedish" +msgstr "svedese" + +msgid "Swahili" +msgstr "swahili" + +msgid "Tamil" +msgstr "tamil" + +msgid "Telugu" +msgstr "telugu" + +msgid "Thai" +msgstr "thailandese" + +msgid "Turkish" +msgstr "turco" + +msgid "Tatar" +msgstr "tartaro" + +msgid "Udmurt" +msgstr "" + +msgid "Ukrainian" +msgstr "ukrainiano" + +msgid "Urdu" +msgstr "urdu" + +msgid "Vietnamese" +msgstr "vietnamese" + +msgid "Simplified Chinese" +msgstr "chinese simplificate" + +msgid "Traditional Chinese" +msgstr "chinese traditional" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "Mappas de sito" + +msgid "Static Files" +msgstr "Files static" + +msgid "Syndication" +msgstr "Syndication" + +msgid "Enter a valid value." +msgstr "Specifica un valor valide." + +msgid "Enter a valid URL." +msgstr "Specifica un URL valide." + +msgid "Enter a valid integer." +msgstr "Specifica un numero integre valide." + +msgid "Enter a valid email address." +msgstr "Specifica un adresse de e-mail valide." + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Specifica un denotation valide, consistente de litteras, numeros, tractos de " +"sublineamento o tractos de union." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "Specifica un adresse IPv4 valide." + +msgid "Enter a valid IPv6 address." +msgstr "Specifica un adresse IPv6 valide." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Specifica un adresse IPv4 o IPv6 valide." + +msgid "Enter only digits separated by commas." +msgstr "Scribe solmente digitos separate per commas." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Assecura te que iste valor es %(limit_value)s (illo es %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Assecura te que iste valor es inferior o equal a %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Assecura te que iste valor es superior o equal a %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Assecura te que iste valor ha al minus %(limit_value)d character (illo ha " +"%(show_value)d)." +msgstr[1] "" +"Assecura te que iste valor ha al minus %(limit_value)d characteres (illo ha " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Assecura te que iste valor ha al plus %(limit_value)d character (illo ha " +"%(show_value)d)." +msgstr[1] "" +"Assecura te que iste valor ha al plus %(limit_value)d characteres (illo ha " +"%(show_value)d)." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +msgstr[1] "" + +msgid "and" +msgstr "e" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "Jam existe %(model_name)s con iste %(field_labels)s." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Le valor %(value)r non es un option valide." + +msgid "This field cannot be null." +msgstr "Iste campo non pote esser nulle." + +msgid "This field cannot be blank." +msgstr "Iste campo non pote esser vacue." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s con iste %(field_label)s jam existe." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s debe esser unic pro %(lookup_type)s de %(date_field_label)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Campo de typo: %(field_type)s" + +msgid "Integer" +msgstr "Numero integre" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "Le valor '%(value)s' debe esser un numero integre." + +msgid "Big (8 byte) integer" +msgstr "Numero integre grande (8 bytes)" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "Le valor '%(value)s'' debe esser o True/Ver o False." + +msgid "Boolean (Either True or False)" +msgstr "Booleano (ver o false)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Catena (longitude maxime: %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Numeros integre separate per commas" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"Le valor '%(value)s' ha un formato de data invalide. Debe esser in formato " +"AAAA-MM-DD." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"Le valor '%(value)s' ha le formato correcte (AAAA-MM-DD) ma es un data " +"invalide." + +msgid "Date (without time)" +msgstr "Data (sin hora)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "Data (con hora)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "Numero decimal" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "Adresse de e-mail" + +msgid "File path" +msgstr "Cammino de file" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "Numero a comma flottante" + +msgid "IPv4 address" +msgstr "Adresse IPv4" + +msgid "IP address" +msgstr "Adresse IP" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "Booleano (ver, false o nulle)" + +msgid "Positive integer" +msgstr "Numero integre positive" + +msgid "Positive small integer" +msgstr "Parve numero integre positive" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Denotation (longitude maxime: %(max_length)s)" + +msgid "Small integer" +msgstr "Parve numero integre" + +msgid "Text" +msgstr "Texto" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "Hora" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "" + +msgid "File" +msgstr "File" + +msgid "Image" +msgstr "Imagine" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "Clave estranier (typo determinate per le campo associate)" + +msgid "One-to-one relationship" +msgstr "Relation un a un" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "Relation multes a multes" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr "" + +msgid "This field is required." +msgstr "Iste campo es obligatori." + +msgid "Enter a whole number." +msgstr "Specifica un numero integre." + +msgid "Enter a number." +msgstr "Specifica un numero." + +msgid "Enter a valid date." +msgstr "Specifica un data valide." + +msgid "Enter a valid time." +msgstr "Specifica un hora valide." + +msgid "Enter a valid date/time." +msgstr "Specifica un data e hora valide." + +msgid "Enter a valid duration." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" +"Nulle file esseva submittite. Verifica le typo de codification in le " +"formulario." + +msgid "No file was submitted." +msgstr "Nulle file esseva submittite." + +msgid "The submitted file is empty." +msgstr "Le file submittite es vacue." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +msgstr[1] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Per favor o submitte un file o marca le quadrato \"rader\", non ambes." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Per favor incarga un imagine valide. Le file que tu incargava o non esseva " +"un imagine o esseva un imagine corrumpite." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Selige un option valide. %(value)s non es inter le optiones disponibile." + +msgid "Enter a list of values." +msgstr "Scribe un lista de valores." + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr "" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" +msgstr[1] "" + +msgid "Order" +msgstr "Ordine" + +msgid "Delete" +msgstr "Deler" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Per favor corrige le datos duplicate pro %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Per favor corrige le datos duplicate pro %(field)s, que debe esser unic." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Per favor corrige le datos duplicate pro %(field_name)s, que debe esser unic " +"pro le %(lookup)s in %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Per favor corrige le sequente valores duplicate." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "" +"Le clave estranier incorporate non correspondeva al clave primari del " +"instantia genitor." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Per favor selige un option valide. Iste option non es inter le optiones " +"disponibile." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s non poteva esser interpretate in le fuso horari " +"%(current_timezone)s; illo pote esser ambigue o illo pote non exister." + +msgid "Currently" +msgstr "Actualmente" + +msgid "Change" +msgstr "Cambiar" + +msgid "Clear" +msgstr "Rader" + +msgid "Unknown" +msgstr "Incognite" + +msgid "Yes" +msgstr "Si" + +msgid "No" +msgstr "No" + +msgid "yes,no,maybe" +msgstr "si,no,forsan" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d byte" +msgstr[1] "%(size)d bytes" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "pm." + +msgid "a.m." +msgstr "am." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "medienocte" + +msgid "noon" +msgstr "mediedie" + +msgid "Monday" +msgstr "lunedi" + +msgid "Tuesday" +msgstr "martedi" + +msgid "Wednesday" +msgstr "mercuridi" + +msgid "Thursday" +msgstr "jovedi" + +msgid "Friday" +msgstr "venerdi" + +msgid "Saturday" +msgstr "sabbato" + +msgid "Sunday" +msgstr "dominica" + +msgid "Mon" +msgstr "lun" + +msgid "Tue" +msgstr "mar" + +msgid "Wed" +msgstr "mer" + +msgid "Thu" +msgstr "jov" + +msgid "Fri" +msgstr "ven" + +msgid "Sat" +msgstr "sab" + +msgid "Sun" +msgstr "dom" + +msgid "January" +msgstr "januario" + +msgid "February" +msgstr "februario" + +msgid "March" +msgstr "martio" + +msgid "April" +msgstr "april" + +msgid "May" +msgstr "maio" + +msgid "June" +msgstr "junio" + +msgid "July" +msgstr "julio" + +msgid "August" +msgstr "augusto" + +msgid "September" +msgstr "septembre" + +msgid "October" +msgstr "octobre" + +msgid "November" +msgstr "novembre" + +msgid "December" +msgstr "decembre" + +msgid "jan" +msgstr "jan" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "apr" + +msgid "may" +msgstr "mai" + +msgid "jun" +msgstr "jun" + +msgid "jul" +msgstr "jul" + +msgid "aug" +msgstr "aug" + +msgid "sep" +msgstr "sep" + +msgid "oct" +msgstr "oct" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "dec" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Jan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Mar." + +msgctxt "abbrev. month" +msgid "April" +msgstr "April" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Maio" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Junio" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Julio" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Aug." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Sept." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Oct." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Dec." + +msgctxt "alt. month" +msgid "January" +msgstr "Januario" + +msgctxt "alt. month" +msgid "February" +msgstr "Februario" + +msgctxt "alt. month" +msgid "March" +msgstr "Martio" + +msgctxt "alt. month" +msgid "April" +msgstr "April" + +msgctxt "alt. month" +msgid "May" +msgstr "Maio" + +msgctxt "alt. month" +msgid "June" +msgstr "Junio" + +msgctxt "alt. month" +msgid "July" +msgstr "Julio" + +msgctxt "alt. month" +msgid "August" +msgstr "Augusto" + +msgctxt "alt. month" +msgid "September" +msgstr "Septembre" + +msgctxt "alt. month" +msgid "October" +msgstr "Octobre" + +msgctxt "alt. month" +msgid "November" +msgstr "Novembre" + +msgctxt "alt. month" +msgid "December" +msgstr "Decembre" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "o" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" + +msgid "0 minutes" +msgstr "" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "Welcome to Django" +msgstr "" + +msgid "It worked!" +msgstr "" + +msgid "Congratulations on your first Django-powered page." +msgstr "" + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" + +msgid "No year specified" +msgstr "Nulle anno specificate" + +msgid "No month specified" +msgstr "Nulle mense specificate" + +msgid "No day specified" +msgstr "Nulle die specificate" + +msgid "No week specified" +msgstr "Nulle septimana specificate" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Il non ha %(verbose_name_plural)s disponibile" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"In le futuro, %(verbose_name_plural)s non essera disponibile perque " +"%(class_name)s.allow_future es False." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "Le data '%(datestr)s' es invalide secundo le formato '%(format)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Nulle %(verbose_name)s trovate que corresponde al consulta" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "Pagina non es 'last', ni pote esser convertite in un numero integre." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Le lista es vacue e '%(class_name)s.allow_empty' es False." + +msgid "Directory indexes are not allowed here." +msgstr "Le indices de directorio non es permittite hic." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" non existe" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Indice de %(directory)s" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/id/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/id/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..87499dbe608ee28677b4aa4fe43afb3d315d2b0e GIT binary patch literal 22559 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 RH}(^K*l&BQ-+xs#{|^Z~LEZoW literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/id/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/id/LC_MESSAGES/django.po new file mode 100644 index 0000000..878f10d --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/id/LC_MESSAGES/django.po @@ -0,0 +1,1183 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Fery Setiawan , 2015 +# Jannis Leidel , 2011 +# M Asep Indrayana , 2015 +# oon arfiandwi , 2016 +# rodin , 2011 +# rodin , 2013-2015 +# Sutrisno Efendi , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Indonesian (http://www.transifex.com/django/django/language/" +"id/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Afrikaans" +msgstr "Afrikaans" + +msgid "Arabic" +msgstr "Arab" + +msgid "Asturian" +msgstr "Asturia" + +msgid "Azerbaijani" +msgstr "Azerbaijani" + +msgid "Bulgarian" +msgstr "Bulgaria" + +msgid "Belarusian" +msgstr "Belarusia" + +msgid "Bengali" +msgstr "Bengali" + +msgid "Breton" +msgstr "Breton" + +msgid "Bosnian" +msgstr "Bosnia" + +msgid "Catalan" +msgstr "Catalan" + +msgid "Czech" +msgstr "Ceska" + +msgid "Welsh" +msgstr "Wales" + +msgid "Danish" +msgstr "Denmark" + +msgid "German" +msgstr "Jerman" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "Yunani" + +msgid "English" +msgstr "Inggris" + +msgid "Australian English" +msgstr "Australia Inggris" + +msgid "British English" +msgstr "Inggris Britania" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Spanyol" + +msgid "Argentinian Spanish" +msgstr "Spanyol Argentina" + +msgid "Colombian Spanish" +msgstr "Kolombia Spanyol" + +msgid "Mexican Spanish" +msgstr "Spanyol Meksiko" + +msgid "Nicaraguan Spanish" +msgstr "Spanyol Nikaragua" + +msgid "Venezuelan Spanish" +msgstr "Spanyol Venezuela" + +msgid "Estonian" +msgstr "Estonia" + +msgid "Basque" +msgstr "Basque" + +msgid "Persian" +msgstr "Persia" + +msgid "Finnish" +msgstr "Finlandia" + +msgid "French" +msgstr "Perancis" + +msgid "Frisian" +msgstr "Frisia" + +msgid "Irish" +msgstr "Irlandia" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "Galicia" + +msgid "Hebrew" +msgstr "Ibrani" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Kroasia" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "Hungaria" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indonesia" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "Islandia" + +msgid "Italian" +msgstr "Italia" + +msgid "Japanese" +msgstr "Jepang" + +msgid "Georgian" +msgstr "Georgia" + +msgid "Kazakh" +msgstr "Kazakhstan" + +msgid "Khmer" +msgstr "Khmer" + +msgid "Kannada" +msgstr "Kannada" + +msgid "Korean" +msgstr "Korea" + +msgid "Luxembourgish" +msgstr "Luksemburg" + +msgid "Lithuanian" +msgstr "Lithuania" + +msgid "Latvian" +msgstr "Latvia" + +msgid "Macedonian" +msgstr "Makedonia" + +msgid "Malayalam" +msgstr "Malayalam" + +msgid "Mongolian" +msgstr "Mongolia" + +msgid "Marathi" +msgstr "" + +msgid "Burmese" +msgstr "Burma" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "Nepal" + +msgid "Dutch" +msgstr "Belanda" + +msgid "Norwegian Nynorsk" +msgstr "Norwegia Nynorsk" + +msgid "Ossetic" +msgstr "Ossetic" + +msgid "Punjabi" +msgstr "Punjabi" + +msgid "Polish" +msgstr "Polandia" + +msgid "Portuguese" +msgstr "Portugis" + +msgid "Brazilian Portuguese" +msgstr "Portugis Brazil" + +msgid "Romanian" +msgstr "Romania" + +msgid "Russian" +msgstr "Rusia" + +msgid "Slovak" +msgstr "Slovakia" + +msgid "Slovenian" +msgstr "Slovenia" + +msgid "Albanian" +msgstr "Albania" + +msgid "Serbian" +msgstr "Serbia" + +msgid "Serbian Latin" +msgstr "Serbia Latin" + +msgid "Swedish" +msgstr "Swedia" + +msgid "Swahili" +msgstr "Swahili" + +msgid "Tamil" +msgstr "Tamil" + +msgid "Telugu" +msgstr "Telugu" + +msgid "Thai" +msgstr "Thailand" + +msgid "Turkish" +msgstr "Turki" + +msgid "Tatar" +msgstr "Tatar" + +msgid "Udmurt" +msgstr "Udmurt" + +msgid "Ukrainian" +msgstr "Ukrainia" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Vietnamese" +msgstr "Vietnam" + +msgid "Simplified Chinese" +msgstr "Tiongkok Sederhana" + +msgid "Traditional Chinese" +msgstr "Tiongkok Tradisionil" + +msgid "Messages" +msgstr "Pesan" + +msgid "Site Maps" +msgstr "Peta Situs" + +msgid "Static Files" +msgstr "Bidang Tetap" + +msgid "Syndication" +msgstr "Kongsi" + +msgid "Enter a valid value." +msgstr "Masukkan nilai yang valid." + +msgid "Enter a valid URL." +msgstr "Masukkan URL yang valid." + +msgid "Enter a valid integer." +msgstr "Masukan sebuah bilangan bulat yang benar" + +msgid "Enter a valid email address." +msgstr "Masukkan alamat email yang valid." + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Masukkan 'slug' yang terdiri dari huruf, angka, garis bawah, atau tanda " +"minus." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Masukkan 'slug' yang terdiri dari huruf, bilangan, garis bawah, atau tanda " +"minus." + +msgid "Enter a valid IPv4 address." +msgstr "Masukkan alamat IPv4 yang valid." + +msgid "Enter a valid IPv6 address." +msgstr "Masukkan alamat IPv6 yang valid" + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Masukkan alamat IPv4 atau IPv6 yang valid" + +msgid "Enter only digits separated by commas." +msgstr "Hanya masukkan angka yang dipisahkan dengan koma." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Pastikan nilai ini %(limit_value)s (saat ini %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Pastikan nilai ini lebih kecil dari atau sama dengan %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Pastikan nilai ini lebih besar dari atau sama dengan %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Pastikan nilai ini mengandung paling sedikit %(limit_value)d karakter " +"(sekarang %(show_value)d karakter)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Pastikan nilai ini mengandung paling banyak %(limit_value)d karakter " +"(sekarang %(show_value)d karakter)." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Pastikan jumlah angka pada bilangan tidak melebihi %(max)s angka." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Pastikan bilangan tidak memiliki lebih dari %(max)s angka desimal." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Pastikan jumlah angka sebelum desimal pada bilangan tidak memiliki lebih " +"dari %(max)s angka." + +msgid "and" +msgstr "dan" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s dengan %(field_labels)s ini tidak ada." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Nilai %(value)r bukan pilihan yang sah." + +msgid "This field cannot be null." +msgstr "Field ini tidak boleh null." + +msgid "This field cannot be blank." +msgstr "Field ini tidak boleh kosong." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s dengan %(field_label)s telah ada." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s haruslah unik untuk %(date_field_label)s %(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Field dengan tipe: %(field_type)s" + +msgid "Integer" +msgstr "Bilangan Asli" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "%(value)s' nilai harus lah sebuah bilangan bulat" + +msgid "Big (8 byte) integer" +msgstr "Bilangan asli raksasa (8 byte)" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "nilai '%(value)s' haruslah berupa Benar atau Salah" + +msgid "Boolean (Either True or False)" +msgstr "Nilai Boolean (Salah satu dari True atau False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "String (maksimum %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Bilangan asli yang dipisahkan dengan koma" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"nilai '%(value)s' tidak sesuai format penanggalan. Formatnya harus dalam " +"YYYY-MM-DD." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"nilai '%(value)s' memiliki format yang sesuai (YYYY-MM-DD) tetap tanggalnya " +"tidak benar." + +msgid "Date (without time)" +msgstr "Tanggal (tanpa waktu)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "Tanggal (dengan waktu)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "Nilai '%(value)s' haruslah sebuah bilangan desimal" + +msgid "Decimal number" +msgstr "Bilangan desimal" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" +"nilai '%(value)s' tidak sesuai format. Formatnya harus dalam [DD] [HH:" +"[MM:]]ss[.uuuuuu] ." + +msgid "Duration" +msgstr "Durasi" + +msgid "Email address" +msgstr "Alamat email" + +msgid "File path" +msgstr "Lokasi berkas" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "Nilai '%(value)s' harus berupa bilangan float." + +msgid "Floating point number" +msgstr "Bilangan 'floating point'" + +msgid "IPv4 address" +msgstr "Alamat IPv4" + +msgid "IP address" +msgstr "Alamat IP" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "'%(value)s' nilai harus salah satu antara None, True atau False." + +msgid "Boolean (Either True, False or None)" +msgstr "Boolean (Salah satu dari True, False, atau None)" + +msgid "Positive integer" +msgstr "Bilangan asli positif" + +msgid "Positive small integer" +msgstr "Bilangan asli kecil positif" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (hingga %(max_length)s karakter)" + +msgid "Small integer" +msgstr "Bilangan asli kecil" + +msgid "Text" +msgstr "Teks" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"nilai '%(value)s' tidak sesuai format. Formatnya harus dalam HH:MM[:ss[." +"uuuuuu]] ." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"nilai '%(value)s' sesuai dengan format (HH:MM[:ss[.uuuuuu]]) tetapi waktunya " +"tidak benar." + +msgid "Time" +msgstr "Waktu" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Data biner mentah" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "'%(value)s' bukan UUID yang benar" + +msgid "File" +msgstr "Berkas" + +msgid "Image" +msgstr "Gambar" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "%(model)s instan dengan %(field)s %(value)r tidak ditemukan." + +msgid "Foreign Key (type determined by related field)" +msgstr "Kunci Asing (tipe tergantung dari bidang yang berkaitan)" + +msgid "One-to-one relationship" +msgstr "Hubungan satu-ke-satu" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "Hubungan banyak-ke-banyak" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Bidang ini tidak boleh kosong." + +msgid "Enter a whole number." +msgstr "Masukkan keseluruhan angka bilangan." + +msgid "Enter a number." +msgstr "Masukkan sebuah bilangan." + +msgid "Enter a valid date." +msgstr "Masukkan tanggal yang valid." + +msgid "Enter a valid time." +msgstr "Masukkan waktu yang valid." + +msgid "Enter a valid date/time." +msgstr "Masukkan tanggal/waktu yang valid." + +msgid "Enter a valid duration." +msgstr "Masukan sebuah durasi waktu yang benar" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Tidak ada berkas yang dikirimkan. Periksa tipe pengaksaraan formulir." + +msgid "No file was submitted." +msgstr "Tidak ada berkas yang dikirimkan." + +msgid "The submitted file is empty." +msgstr "Berkas yang dikirimkan kosong." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Pastikan nama berkas ini mengandung paling banyak %(max)d karakter (sekarang " +"%(length)d karakter)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Pilih antara mengirimkan berkas atau menghapus tanda centang pada kotak " +"centang" + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Unggah gambar yang valid. Berkas yang Anda unggah bukan merupakan berkas " +"gambar atau gambarnya rusak." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Masukkan pilihan yang valid. %(value)s bukan salah satu dari pilihan yang " +"tersedia." + +msgid "Enter a list of values." +msgstr "Masukkan beberapa nilai." + +msgid "Enter a complete value." +msgstr "Masukan sebuah nilai dengan komplit" + +msgid "Enter a valid UUID." +msgstr "Masukan sebuah UUID yang benar" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Bidang tersembunyi %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Pastikan mengirim %d formulir atau lebih sedikit. " + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Kirimkan %d atau lebih forms." + +msgid "Order" +msgstr "Urutan" + +msgid "Delete" +msgstr "Hapus" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Perbaiki data ganda untuk %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "Perbaiki data ganda untuk %(field)s yang nilainya harus unik." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Perbaiki data ganda untuk %(field_name)s yang nilainya harus unik untuk " +"pencarian %(lookup)s pada %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Perbaiki nilai ganda di bawah ini." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "" +"Kunci asing 'inline' tidak cocok dengan kunci utama 'instance' milik induk." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Masukkan pilihan yang valid. Pilihan tersebut bukan salah satu dari pilihan " +"yang tersedia." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "\"%(pk)s\" bukan nilai yang benar untuk kunci utama." + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s tidak dapat diinterpretasikan pada zona waktu " +"%(current_timezone)s; mungkin nilainya ambigu atau mungkin tidak ada." + +msgid "Currently" +msgstr "Saat ini" + +msgid "Change" +msgstr "Ubah" + +msgid "Clear" +msgstr "Hapus" + +msgid "Unknown" +msgstr "Tidak diketahui" + +msgid "Yes" +msgstr "Ya" + +msgid "No" +msgstr "Tidak" + +msgid "yes,no,maybe" +msgstr "ya,tidak,mungkin" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d bita" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m" + +msgid "a.m." +msgstr "a.m" + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "tengah malam" + +msgid "noon" +msgstr "siang" + +msgid "Monday" +msgstr "Senin" + +msgid "Tuesday" +msgstr "Selasa" + +msgid "Wednesday" +msgstr "Rabu" + +msgid "Thursday" +msgstr "Kamis" + +msgid "Friday" +msgstr "Jumat" + +msgid "Saturday" +msgstr "Sabtu" + +msgid "Sunday" +msgstr "Minggu" + +msgid "Mon" +msgstr "Sen" + +msgid "Tue" +msgstr "Sel" + +msgid "Wed" +msgstr "Rab" + +msgid "Thu" +msgstr "Kam" + +msgid "Fri" +msgstr "Jum" + +msgid "Sat" +msgstr "Sab" + +msgid "Sun" +msgstr "Min" + +msgid "January" +msgstr "Januari" + +msgid "February" +msgstr "Februari" + +msgid "March" +msgstr "Maret" + +msgid "April" +msgstr "April" + +msgid "May" +msgstr "Mei" + +msgid "June" +msgstr "Juni" + +msgid "July" +msgstr "Juli" + +msgid "August" +msgstr "Agustus" + +msgid "September" +msgstr "September" + +msgid "October" +msgstr "Oktober" + +msgid "November" +msgstr "November" + +msgid "December" +msgstr "Desember" + +msgid "jan" +msgstr "jan" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "apr" + +msgid "may" +msgstr "mei" + +msgid "jun" +msgstr "jun" + +msgid "jul" +msgstr "jul" + +msgid "aug" +msgstr "agu" + +msgid "sep" +msgstr "sep" + +msgid "oct" +msgstr "okt" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "des" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Jan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Maret" + +msgctxt "abbrev. month" +msgid "April" +msgstr "April" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Mei" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Juni" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Juli" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Agu" + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Sep." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Okt." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Des." + +msgctxt "alt. month" +msgid "January" +msgstr "Januari" + +msgctxt "alt. month" +msgid "February" +msgstr "Februari" + +msgctxt "alt. month" +msgid "March" +msgstr "Maret" + +msgctxt "alt. month" +msgid "April" +msgstr "April" + +msgctxt "alt. month" +msgid "May" +msgstr "Mei" + +msgctxt "alt. month" +msgid "June" +msgstr "Juni" + +msgctxt "alt. month" +msgid "July" +msgstr "Juli" + +msgctxt "alt. month" +msgid "August" +msgstr "Agustus" + +msgctxt "alt. month" +msgid "September" +msgstr "September" + +msgctxt "alt. month" +msgid "October" +msgstr "Oktober" + +msgctxt "alt. month" +msgid "November" +msgstr "November" + +msgctxt "alt. month" +msgid "December" +msgstr "Desember" + +msgid "This is not a valid IPv6 address." +msgstr "Ini bukan alamat IPv6 yang benar" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "atau" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d tahun" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d bulan" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d minggu" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d hari" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d jam" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d menit" + +msgid "0 minutes" +msgstr "0 menit" + +msgid "Forbidden" +msgstr "Terlarang" + +msgid "CSRF verification failed. Request aborted." +msgstr "verifikasi CSRF gagal, permintann di batalkan" + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Anda melihat pesan ini karena situs HTTP ini membutuhkan 'Referer header' " +"dikirim dari Web browser anda, tapi tidak terkirim. Header tersebut wajib " +"karena alasan keamanan, untuk memastikan bahwa browser anda tidak dibajak " +"oleh pihak ketiga." + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" +"Jika anda menonaktifkan 'Referer' headers pada konfigurasi browser anda, " +"mohon aktfikan kembali, setidaknya untuk situs ini atau untuk koneksi HTTPS, " +"atau untuk 'same-origin' requests." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Kamu melihat pesan ini karena situs ini membutuhkan sebuah CSRF cookie " +"ketika mengirimkan sebuah form. Cookie ini dibutuhkan for alasalan keamanan, " +"untuk memastikan bahwa browser Anda tidak sedang dibajak oleh pihak ketiga." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" +"Jika browser kamu memiliki konfigurasi untuk menyalakan cookies, maka " +"nyalakan kembali, setidak nya untuk website ini." + +msgid "More information is available with DEBUG=True." +msgstr "Informasi lebih lanjut tersedia dengan DEBUG=True" + +msgid "Welcome to Django" +msgstr "Selamat datang di Django" + +msgid "It worked!" +msgstr "Berhasil!" + +msgid "Congratulations on your first Django-powered page." +msgstr "Selamat untuk halaman Django pertama Anda." + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" +"Tentu saja, anda belum menyelesaikan pekerjaan apapun. Selanjutnya, mulai " +"aplikasi pertama anda dengan ekseskusi python manage.py startapp " +"[app_label]." + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" +"Anda dapat meilhat pesan ini karena ada DEBUG = True di berkas " +"konfigurasi Django dan belum dikonfigurasi untuk suatu URL apapun. Get to " +"work!" + +msgid "No year specified" +msgstr "Tidak ada tahun dipilih" + +msgid "No month specified" +msgstr "Tidak ada bulan dipilih" + +msgid "No day specified" +msgstr "Tidak ada hari dipilih" + +msgid "No week specified" +msgstr "Tidak ada minggu dipilih" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Tidak ada %(verbose_name_plural)s tersedia" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"%(verbose_name_plural)s di masa depan tidak tersedia karena %(class_name)s." +"allow_future bernilai False." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "Teks tanggal tidak valid '%(datestr)s' dalam format '%(format)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Tidak ada %(verbose_name)s yang cocok dengan kueri" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "" +"Laman bukan yang 'terakhir' atau juga tidak dapat dikonversikan ke bilangan " +"bulat." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Laman tidak valid (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Daftar kosong dan '%(class_name)s.allow_empty' bernilai False." + +msgid "Directory indexes are not allowed here." +msgstr "Indeks direktori tidak diizinkan di sini." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" tidak ada" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Daftar isi %(directory)s" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/id/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/id/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/id/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/id/formats.py new file mode 100644 index 0000000..dc3dbf9 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/id/formats.py @@ -0,0 +1,52 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'j N Y' +DATETIME_FORMAT = "j N Y, G.i" +TIME_FORMAT = 'G.i' +YEAR_MONTH_FORMAT = 'F Y' +MONTH_DAY_FORMAT = 'j F' +SHORT_DATE_FORMAT = 'd-m-Y' +SHORT_DATETIME_FORMAT = 'd-m-Y G.i' +FIRST_DAY_OF_WEEK = 1 # Monday + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + '%d-%m-%y', '%d/%m/%y', # '25-10-09', 25/10/09' + '%d-%m-%Y', '%d/%m/%Y', # '25-10-2009', 25/10/2009' + '%d %b %Y', # '25 Oct 2006', + '%d %B %Y', # '25 October 2006' +] + +TIME_INPUT_FORMATS = [ + '%H.%M.%S', # '14.30.59' + '%H.%M', # '14.30' +] + +DATETIME_INPUT_FORMATS = [ + '%d-%m-%Y %H.%M.%S', # '25-10-2009 14.30.59' + '%d-%m-%Y %H.%M.%S.%f', # '25-10-2009 14.30.59.000200' + '%d-%m-%Y %H.%M', # '25-10-2009 14.30' + '%d-%m-%Y', # '25-10-2009' + '%d-%m-%y %H.%M.%S', # '25-10-09' 14.30.59' + '%d-%m-%y %H.%M.%S.%f', # '25-10-09' 14.30.59.000200' + '%d-%m-%y %H.%M', # '25-10-09' 14.30' + '%d-%m-%y', # '25-10-09'' + '%m/%d/%y %H.%M.%S', # '10/25/06 14.30.59' + '%m/%d/%y %H.%M.%S.%f', # '10/25/06 14.30.59.000200' + '%m/%d/%y %H.%M', # '10/25/06 14.30' + '%m/%d/%y', # '10/25/06' + '%m/%d/%Y %H.%M.%S', # '25/10/2009 14.30.59' + '%m/%d/%Y %H.%M.%S.%f', # '25/10/2009 14.30.59.000200' + '%m/%d/%Y %H.%M', # '25/10/2009 14.30' + '%m/%d/%Y', # '10/25/2009' +] + +DECIMAL_SEPARATOR = ',' +THOUSAND_SEPARATOR = '.' +NUMBER_GROUPING = 3 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/io/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/io/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..d2d6b480b87e790e89e1682fd4669feabefd6ef1 GIT binary patch literal 15149 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, 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Ido (http://www.transifex.com/django/django/language/io/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: io\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Afrikaans" + +msgid "Arabic" +msgstr "العربية" + +msgid "Asturian" +msgstr "" + +msgid "Azerbaijani" +msgstr "Azərbaycanca" + +msgid "Bulgarian" +msgstr "български" + +msgid "Belarusian" +msgstr "беларуская" + +msgid "Bengali" +msgstr "বাংলা" + +msgid "Breton" +msgstr "Brezhoneg" + +msgid "Bosnian" +msgstr "босански" + +msgid "Catalan" +msgstr "Català" + +msgid "Czech" +msgstr "čeština" + +msgid "Welsh" +msgstr "Cymraeg" + +msgid "Danish" +msgstr "dansk" + +msgid "German" +msgstr "Deutsch" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "Ελληνικά" + +msgid "English" +msgstr "English" + +msgid "Australian English" +msgstr "" + +msgid "British English" +msgstr "British English" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Español" + +msgid "Argentinian Spanish" +msgstr "Español de Argentina" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "Español de México" + +msgid "Nicaraguan Spanish" +msgstr "Español de Nicaragua" + +msgid "Venezuelan Spanish" +msgstr "Español de Venezuela" + +msgid "Estonian" +msgstr "Eesti" + +msgid "Basque" +msgstr "Euskara" + +msgid "Persian" +msgstr "فارسی" + +msgid "Finnish" +msgstr "Suomi" + +msgid "French" +msgstr "Français" + +msgid "Frisian" +msgstr "Frysk" + +msgid "Irish" +msgstr "Gaeilge" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "Galego" + +msgid "Hebrew" +msgstr "עברית" + +msgid "Hindi" +msgstr "हिन्दी" + +msgid "Croatian" +msgstr "hrvatski" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "Magyar" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Bahasa Indonesia" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "Íslenska" + +msgid "Italian" +msgstr "Italiano" + +msgid "Japanese" +msgstr "日本語" + +msgid "Georgian" +msgstr "ქართული" + +msgid "Kazakh" +msgstr "Қазақша" + +msgid "Khmer" +msgstr "Khmer" + +msgid "Kannada" +msgstr "Kannaḍa" + +msgid "Korean" +msgstr "한국어" + +msgid "Luxembourgish" +msgstr "Lëtzebuergesch" + +msgid "Lithuanian" +msgstr "Lietuvių" + +msgid "Latvian" +msgstr "Latviešu" + +msgid "Macedonian" +msgstr "Македонски" + +msgid "Malayalam" +msgstr "മലയാളം" + +msgid "Mongolian" +msgstr "Монгол" + +msgid "Marathi" +msgstr "" + +msgid "Burmese" +msgstr "Burmese" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "नेपाली" + +msgid "Dutch" +msgstr "Nederlands" + +msgid "Norwegian Nynorsk" +msgstr "Norsk nynorsk" + +msgid "Ossetic" +msgstr "Ossetic" + +msgid "Punjabi" +msgstr "ਪੰਜਾਬੀ" + +msgid "Polish" +msgstr "Polski" + +msgid "Portuguese" +msgstr "Português" + +msgid "Brazilian Portuguese" +msgstr "Português do Brasil" + +msgid "Romanian" +msgstr "Română" + +msgid "Russian" +msgstr "Русский" + +msgid "Slovak" +msgstr "Slovenčina" + +msgid "Slovenian" +msgstr "Slovenščina" + +msgid "Albanian" +msgstr "Shqip" + +msgid "Serbian" +msgstr "Српски / srpski" + +msgid "Serbian Latin" +msgstr "Serbian Latin" + +msgid "Swedish" +msgstr "Svenska" + +msgid "Swahili" +msgstr "Kiswahili" + +msgid "Tamil" +msgstr "தமிழ்" + +msgid "Telugu" +msgstr "Telugu" + +msgid "Thai" +msgstr "ไทย" + +msgid "Turkish" +msgstr "Türkçe" + +msgid "Tatar" +msgstr "Tatar" + +msgid "Udmurt" +msgstr "Удмурт" + +msgid "Ukrainian" +msgstr "Українська" + +msgid "Urdu" +msgstr "اُردُو" + +msgid "Vietnamese" +msgstr "Tiếng Việt" + +msgid "Simplified Chinese" +msgstr "简体中文" + +msgid "Traditional Chinese" +msgstr "繁體中文" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "" + +msgid "Static Files" +msgstr "" + +msgid "Syndication" +msgstr "" + +msgid "Enter a valid value." +msgstr "Skribez valida datumo." + +msgid "Enter a valid URL." +msgstr "Skribez valida URL." + +msgid "Enter a valid integer." +msgstr "" + +msgid "Enter a valid email address." +msgstr "Skribez valida e-posto adreso." + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Skribez valida \"slug\" kompozata de literi, numeri, juntostreki o " +"subjuntostreki." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "Skribez valida IPv4 adreso." + +msgid "Enter a valid IPv6 address." +msgstr "Skribez valida IPv6 adreso." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Skribez valida adreso IPv4 od IPv6." + +msgid "Enter only digits separated by commas." +msgstr "Skribez nur cifri separata per komi." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Verifikez ke ica datumo esas %(limit_value)s (olu esas %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Verifikez ke ica datumo esas minora kam od egala a %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Verifikez ke ica datumo esas majora kam od egala a %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Verifikez ke ica datumo havas %(limit_value)d litero adminime (olu havas " +"%(show_value)d)." +msgstr[1] "" +"Verifikez ke ica datumo havas %(limit_value)d literi adminime (olu havas " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Verifikez ke ica datumo havas %(limit_value)d litero admaxime (olu havas " +"%(show_value)d)." +msgstr[1] "" +"Verifikez ke ica datumo havas %(limit_value)d literi admaxime (olu havas " +"%(show_value)d)." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +msgstr[1] "" + +msgid "and" +msgstr "e" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "Ica feldo ne povas esar nula." + +msgid "This field cannot be blank." +msgstr "Ica feldo ne povas esar vakua." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "La %(model_name)s kun ica %(field_label)s ja existas." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Feldo de tipo: %(field_type)s" + +msgid "Integer" +msgstr "Integro" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "" + +msgid "Big (8 byte) integer" +msgstr "Granda (8 byte) integro" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "Booleano (True o False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "String (til %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Integri separata per komi" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "Dato (sen horo)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "Dato (kun horo)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "Decimala numero" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "E-postala adreso" + +msgid "File path" +msgstr "Arkivo voyo" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "Glitkomo numero" + +msgid "IPv4 address" +msgstr "IPv4 adreso" + +msgid "IP address" +msgstr "IP adreso" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "Booleano (True, False o None)" + +msgid "Positive integer" +msgstr "Positiva integro" + +msgid "Positive small integer" +msgstr "Positiva mikra integro" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (til %(max_length)s)" + +msgid "Small integer" +msgstr "Mikra integro" + +msgid "Text" +msgstr "Texto" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "Horo" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Kruda binara datumo" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "" + +msgid "File" +msgstr "Arkivo" + +msgid "Image" +msgstr "Imajo" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "Exterklefo (la tipo esas determinata per la relatata feldo)" + +msgid "One-to-one relationship" +msgstr "Un-ad-un parenteso" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "Multi-a-multi parenteso" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr "" + +msgid "This field is required." +msgstr "Ica feldo esas obligata." + +msgid "Enter a whole number." +msgstr "Skribez kompleta numero" + +msgid "Enter a number." +msgstr "Skribez numero." + +msgid "Enter a valid date." +msgstr "Skribez valida dato." + +msgid "Enter a valid time." +msgstr "Skribez valida horo." + +msgid "Enter a valid date/time." +msgstr "Skribez valida dato/horo." + +msgid "Enter a valid duration." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Nula arkivo sendesis. Verifikez la kodexigo tipo en la formulario." + +msgid "No file was submitted." +msgstr "Nula arkivo sendesis." + +msgid "The submitted file is empty." +msgstr "La sendita arkivo esas vakua." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Verifikez ke ica dosiero nomo havas %(max)d skribsigno admaxime (olu havas " +"%(length)d)." +msgstr[1] "" +"Verifikez ke ica arkivo nomo havas %(max)d skribsigni admaxime (olu havas " +"%(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Sendez arkivo o markizez la vakua markbuxo, ne la du." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Kargez valida imajo. La arkivo qua vu kargis ne esis imajo od esis defektiva." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Selektez valida selekto. %(value)s ne esas un de la disponebla selekti." + +msgid "Enter a list of values." +msgstr "Skribez listo de datumi." + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr "" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Okulta feldo %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" +msgstr[1] "" + +msgid "Order" +msgstr "Ordinar" + +msgid "Delete" +msgstr "Eliminar" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Koretigez duopligata datumi por %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "Korektigez la duopligata datumi por %(field)s, qui mustas esar unika." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Korektigez la duopligata datumi por %(field_name)s qui mustas esar unika por " +"la %(lookup)s en %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Korektigez la duopligata datumi infre." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "" +"La interna exterklefo ne koincidis kun la prima klefo dil patro instanco." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Selektez valida selekto. Ita selekto ne esas un de la disponebla selekti." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"La %(datetime)s ne povis esar interpretata en la horala zono " +"%(current_timezone)s; forsan, olu esas ambigua o ne existas." + +msgid "Currently" +msgstr "Aktuale" + +msgid "Change" +msgstr "Modifikar" + +msgid "Clear" +msgstr "Vakuigar" + +msgid "Unknown" +msgstr "Nekonocata" + +msgid "Yes" +msgstr "Yes" + +msgid "No" +msgstr "No" + +msgid "yes,no,maybe" +msgstr "yes,no,forsan" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d byte" +msgstr[1] "%(size)d bytes" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "noktomezo" + +msgid "noon" +msgstr "dimezo" + +msgid "Monday" +msgstr "Lundio" + +msgid "Tuesday" +msgstr "Mardio" + +msgid "Wednesday" +msgstr "Merkurdio" + +msgid "Thursday" +msgstr "Jovdio" + +msgid "Friday" +msgstr "Venerdio" + +msgid "Saturday" +msgstr "Saturdio" + +msgid "Sunday" +msgstr "Sundio" + +msgid "Mon" +msgstr "Lun" + +msgid "Tue" +msgstr "Mar" + +msgid "Wed" +msgstr "Mer" + +msgid "Thu" +msgstr "Jov" + +msgid "Fri" +msgstr "Ven" + +msgid "Sat" +msgstr "Sat" + +msgid "Sun" +msgstr "Sun" + +msgid "January" +msgstr "Januaro" + +msgid "February" +msgstr "Februaro" + +msgid "March" +msgstr "Marto" + +msgid "April" +msgstr "Aprilo" + +msgid "May" +msgstr "Mayo" + +msgid "June" +msgstr "Junio" + +msgid "July" +msgstr "Julio" + +msgid "August" +msgstr "Agosto" + +msgid "September" +msgstr "Septembro" + +msgid "October" +msgstr "Oktobro" + +msgid "November" +msgstr "Novembro" + +msgid "December" +msgstr "Decembro" + +msgid "jan" +msgstr "jan" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "apr" + +msgid "may" +msgstr "may" + +msgid "jun" +msgstr "jun" + +msgid "jul" +msgstr "jul" + +msgid "aug" +msgstr "ago" + +msgid "sep" +msgstr "sep" + +msgid "oct" +msgstr "okt" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "dec" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Jan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Marto" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Aprilo" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Mayo" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Junio" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Julio" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Ago." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Sept." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Okt." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Dec." + +msgctxt "alt. month" +msgid "January" +msgstr "Januaro" + +msgctxt "alt. month" +msgid "February" +msgstr "Februaro" + +msgctxt "alt. month" +msgid "March" +msgstr "Marto" + +msgctxt "alt. month" +msgid "April" +msgstr "Aprilo" + +msgctxt "alt. month" +msgid "May" +msgstr "Mayo" + +msgctxt "alt. month" +msgid "June" +msgstr "Junio" + +msgctxt "alt. month" +msgid "July" +msgstr "Julio" + +msgctxt "alt. month" +msgid "August" +msgstr "Agosto" + +msgctxt "alt. month" +msgid "September" +msgstr "Septembro" + +msgctxt "alt. month" +msgid "October" +msgstr "Oktobro" + +msgctxt "alt. month" +msgid "November" +msgstr "Novembro" + +msgctxt "alt. month" +msgid "December" +msgstr "Decembro" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "o" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d yaro" +msgstr[1] "%d yari" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d monato" +msgstr[1] "%d monati" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d semano" +msgstr[1] "%d semani" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d dio" +msgstr[1] "%d dii" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d horo" +msgstr[1] "%d hori" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d minuto" +msgstr[1] "%d minuti" + +msgid "0 minutes" +msgstr "0 minuti" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "Welcome to Django" +msgstr "" + +msgid "It worked!" +msgstr "" + +msgid "Congratulations on your first Django-powered page." +msgstr "" + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" + +msgid "No year specified" +msgstr "La yaro ne specizigesis" + +msgid "No month specified" +msgstr "La monato ne specizigesis" + +msgid "No day specified" +msgstr "La dio ne specizigesis" + +msgid "No week specified" +msgstr "La semano ne specizigesis" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Ne esas %(verbose_name_plural)s disponebla" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"La futura %(verbose_name_plural)s ne esas disponebla pro ke %(class_name)s." +"allow_future esas False." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "" + +msgid "Directory indexes are not allowed here." +msgstr "Onu ne permisas direktorio indexi hike." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" ne existas" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Indexi di %(directory)s" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/is/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/is/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..1191517eedc924b96216db51a28a1a7b61bd117e GIT binary patch literal 17355 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, 2011 +# Hafsteinn Einarsson , 2011-2012 +# Jannis Leidel , 2011 +# saevarom , 2011 +# saevarom , 2013,2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Icelandic (http://www.transifex.com/django/django/language/" +"is/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: is\n" +"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n" + +msgid "Afrikaans" +msgstr "" + +msgid "Arabic" +msgstr "Arabíska" + +msgid "Asturian" +msgstr "" + +msgid "Azerbaijani" +msgstr "Aserbaídsjíska" + +msgid "Bulgarian" +msgstr "Búlgarska" + +msgid "Belarusian" +msgstr "" + +msgid "Bengali" +msgstr "Bengalska" + +msgid "Breton" +msgstr "" + +msgid "Bosnian" +msgstr "Bosníska" + +msgid "Catalan" +msgstr "Katalónska" + +msgid "Czech" +msgstr "Tékkneska" + +msgid "Welsh" +msgstr "Velska" + +msgid "Danish" +msgstr "Danska" + +msgid "German" +msgstr "Þýska" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "Gríska" + +msgid "English" +msgstr "Enska" + +msgid "Australian English" +msgstr "" + +msgid "British English" +msgstr "Bresk enska" + +msgid "Esperanto" +msgstr "" + +msgid "Spanish" +msgstr "Spænska" + +msgid "Argentinian Spanish" +msgstr "Argentínsk spænska" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "Mexíkósk Spænska" + +msgid "Nicaraguan Spanish" +msgstr "Níkaragva spænska" + +msgid "Venezuelan Spanish" +msgstr "" + +msgid "Estonian" +msgstr "Eistland" + +msgid "Basque" +msgstr "Baskneska" + +msgid "Persian" +msgstr "Persneska" + +msgid "Finnish" +msgstr "Finnska" + +msgid "French" +msgstr "Franska" + +msgid "Frisian" +msgstr "Frísneska" + +msgid "Irish" +msgstr "Írska" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "Galíska" + +msgid "Hebrew" +msgstr "Hebreska" + +msgid "Hindi" +msgstr "Hindí" + +msgid "Croatian" +msgstr "Króatíska" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "Ungverska" + +msgid "Interlingua" +msgstr "" + +msgid "Indonesian" +msgstr "Indónesíska" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "Íslenska" + +msgid "Italian" +msgstr "Ítalska" + +msgid "Japanese" +msgstr "Japanska" + +msgid "Georgian" +msgstr "Georgíska" + +msgid "Kazakh" +msgstr "" + +msgid "Khmer" +msgstr "Kmeríska" + +msgid "Kannada" +msgstr "Kannadanska" + +msgid "Korean" +msgstr "Kóreska" + +msgid "Luxembourgish" +msgstr "" + +msgid "Lithuanian" +msgstr "Litháenska" + +msgid "Latvian" +msgstr "Lettneska" + +msgid "Macedonian" +msgstr "Makedónska" + +msgid "Malayalam" +msgstr "Malajalamska" + +msgid "Mongolian" +msgstr "Mongólska" + +msgid "Marathi" +msgstr "" + +msgid "Burmese" +msgstr "" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "" + +msgid "Dutch" +msgstr "Hollenska" + +msgid "Norwegian Nynorsk" +msgstr "Nýnorska" + +msgid "Ossetic" +msgstr "" + +msgid "Punjabi" +msgstr "Púndjabíska" + +msgid "Polish" +msgstr "Pólska" + +msgid "Portuguese" +msgstr "Portúgalska" + +msgid "Brazilian Portuguese" +msgstr "Brasilísk Portúgalska" + +msgid "Romanian" +msgstr "Rúmenska" + +msgid "Russian" +msgstr "Rússneska" + +msgid "Slovak" +msgstr "Slóvaska" + +msgid "Slovenian" +msgstr "Slóvenska" + +msgid "Albanian" +msgstr "Albanska" + +msgid "Serbian" +msgstr "Serbneska" + +msgid "Serbian Latin" +msgstr "Serbnesk latína" + +msgid "Swedish" +msgstr "Sænska" + +msgid "Swahili" +msgstr "" + +msgid "Tamil" +msgstr "Tamílska" + +msgid "Telugu" +msgstr "Telúgúska" + +msgid "Thai" +msgstr "Tælenska" + +msgid "Turkish" +msgstr "Tyrkneska" + +msgid "Tatar" +msgstr "" + +msgid "Udmurt" +msgstr "" + +msgid "Ukrainian" +msgstr "Úkraínska" + +msgid "Urdu" +msgstr "Úrdú" + +msgid "Vietnamese" +msgstr "Víetnamska" + +msgid "Simplified Chinese" +msgstr "Einfölduð kínverska " + +msgid "Traditional Chinese" +msgstr "Hefðbundin kínverska" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "" + +msgid "Static Files" +msgstr "" + +msgid "Syndication" +msgstr "" + +msgid "Enter a valid value." +msgstr "Sláðu inn gilt gildi." + +msgid "Enter a valid URL." +msgstr "Sláðu inn gilt veffang (URL)." + +msgid "Enter a valid integer." +msgstr "" + +msgid "Enter a valid email address." +msgstr "Sláðu inn gilt netfang." + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Settu inn gildan vefslóðartitil sem samanstendur af latneskum bókstöfum, " +"númerin, undirstrikum og bandstrikum." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "Sláðu inn gilda IPv4 tölu." + +msgid "Enter a valid IPv6 address." +msgstr "Sláðu inn gilt IPv6 vistfang." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Sláðu inn gilt IPv4 eða IPv6 vistfang." + +msgid "Enter only digits separated by commas." +msgstr "Skrifaðu einungis tölur aðskildar með kommum." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Gakktu úr skugga um að gildi sé %(limit_value)s (það er %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "" +"Gakktu úr skugga um að gildið sé minna en eða jafnt og %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "" +"Gakktu úr skugga um að gildið sé stærra en eða jafnt og %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Gildið má mest vera %(limit_value)d stafur að lengd (það er %(show_value)d " +"nú)" +msgstr[1] "" +"Gildið má mest vera %(limit_value)d stafir að lengd (það er %(show_value)d " +"nú)" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Gildið má ekki hafa fleiri en %(max)s tölu." +msgstr[1] "Gildið má ekki hafa fleiri en %(max)s tölur." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +msgstr[1] "" + +msgid "and" +msgstr "og" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "Þessi reitur getur ekki haft tómgildi (null)." + +msgid "This field cannot be blank." +msgstr "Þessi reitur má ekki vera tómur." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s með þetta %(field_label)s er nú þegar til." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Reitur af gerð: %(field_type)s" + +msgid "Integer" +msgstr "Heiltala" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "" + +msgid "Big (8 byte) integer" +msgstr "Stór (8 bæta) heiltala" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "Boole-gildi (True eða False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Strengur (mest %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Heiltölur aðgreindar með kommum" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "Dagsetning (án tíma)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "Dagsetning (með tíma)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "Tugatala" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "Netfang" + +msgid "File path" +msgstr "Skjalaslóð" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "Fleytitala (floating point number)" + +msgid "IPv4 address" +msgstr "IPv4 vistfang" + +msgid "IP address" +msgstr "IP tala" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "Boole-gildi (True, False eða None)" + +msgid "Positive integer" +msgstr "Jákvæð heiltala" + +msgid "Positive small integer" +msgstr "Jákvæð lítil heiltala" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slögg (allt að %(max_length)s)" + +msgid "Small integer" +msgstr "Lítil heiltala" + +msgid "Text" +msgstr "Texti" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "Tími" + +msgid "URL" +msgstr "Veffang" + +msgid "Raw binary data" +msgstr "" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "" + +msgid "File" +msgstr "Skrá" + +msgid "Image" +msgstr "Mynd" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "Ytri lykill (Gerð ákveðin af skyldum reit)" + +msgid "One-to-one relationship" +msgstr "Einn-á-einn samband." + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "Margir-til-margra samband." + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr "" + +msgid "This field is required." +msgstr "Þennan reit þarf að fylla út." + +msgid "Enter a whole number." +msgstr "Sláðu inn heila tölu." + +msgid "Enter a number." +msgstr "Sláðu inn heila tölu." + +msgid "Enter a valid date." +msgstr "Sláðu inn gilda dagsetningu." + +msgid "Enter a valid time." +msgstr "Sláðu inn gilda tímasetningu." + +msgid "Enter a valid date/time." +msgstr "Sláðu inn gilda dagsetningu ásamt tíma." + +msgid "Enter a valid duration." +msgstr "Sláðu inn gilt tímabil." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Engin skrá var send. Athugaðu kótunartegund á forminu (encoding type)." + +msgid "No file was submitted." +msgstr "Engin skrá var send." + +msgid "The submitted file is empty." +msgstr "Innsend skrá er tóm." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Skráarnafnið má mest vera %(max)d stafur að lengd (það er %(length)d nú)" +msgstr[1] "" +"Skráarnafnið má mest vera %(max)d stafir að lengd (það er %(length)d nú)" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Vinsamlegast sendu annað hvort inn skrá eða merktu í boxið, ekki bæði." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Halaðu upp gildri myndskrá. Skráin sem þú halaðir upp var annað hvort gölluð " +"eða ekki mynd." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Veldu gildan valmöguleika. %(value)s er ekki eitt af gildum valmöguleikum." + +msgid "Enter a list of values." +msgstr "Sláðu inn lista af gildum." + +msgid "Enter a complete value." +msgstr "Sláðu inn heilt gildi." + +msgid "Enter a valid UUID." +msgstr "Sláðu inn gilt UUID." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr "" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Falinn reitur %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "Gögn fyrir ManagementForm vantar eða hefur verið breytt" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Vinsamlegast sendu %d eða færri form." +msgstr[1] "Vinsamlegast sendu %d eða færri form." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Vinsamlegast sendu %d eða fleiri form." +msgstr[1] "Vinsamlegast sendu %d eða fleiri form." + +msgid "Order" +msgstr "Röð" + +msgid "Delete" +msgstr "Eyða" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Vinsamlegast leiðréttu tvítekin gögn í reit %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Vinsamlegast lagfærðu gögn í reit %(field)s, sem verða að vera einstök." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Vinsamlegast leiðréttu tvítekin gögn í reit %(field_name)s sem verða að vera " +"einstök fyrir %(lookup)s í %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Vinsamlegast lagfærðu tvítöldu gögnin fyrir neðan." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "Ytri lykill virðist ekki passa við aðallykil eiganda." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Veldu gildan valmöguleika. Valið virðist ekki vera eitt af gildum " +"valmöguleikum." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "'%(pk)s' er ekki gilt sem lykill." + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s er ekki hægt að túlka í tímabelti %(current_timezone)s, það " +"getur verið óljóst eða að það er ekki til." + +msgid "Currently" +msgstr "Eins og er:" + +msgid "Change" +msgstr "Breyta" + +msgid "Clear" +msgstr "Hreinsa" + +msgid "Unknown" +msgstr "Óþekkt" + +msgid "Yes" +msgstr "Já" + +msgid "No" +msgstr "Nei" + +msgid "yes,no,maybe" +msgstr "já,nei,kannski" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d bæti" +msgstr[1] "%(size)d bæti" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "eftirmiðdegi" + +msgid "a.m." +msgstr "morgun" + +msgid "PM" +msgstr "Eftirmiðdegi" + +msgid "AM" +msgstr "Morgun" + +msgid "midnight" +msgstr "miðnætti" + +msgid "noon" +msgstr "hádegi" + +msgid "Monday" +msgstr "mánudagur" + +msgid "Tuesday" +msgstr "þriðjudagur" + +msgid "Wednesday" +msgstr "miðvikudagur" + +msgid "Thursday" +msgstr "fimmtudagur" + +msgid "Friday" +msgstr "föstudagur" + +msgid "Saturday" +msgstr "laugardagur" + +msgid "Sunday" +msgstr "sunnudagur" + +msgid "Mon" +msgstr "Mán" + +msgid "Tue" +msgstr "Þri" + +msgid "Wed" +msgstr "Mið" + +msgid "Thu" +msgstr "Fim" + +msgid "Fri" +msgstr "Fös" + +msgid "Sat" +msgstr "Lau" + +msgid "Sun" +msgstr "Sun" + +msgid "January" +msgstr "janúar" + +msgid "February" +msgstr "febrúar" + +msgid "March" +msgstr "mars" + +msgid "April" +msgstr "apríl" + +msgid "May" +msgstr "maí" + +msgid "June" +msgstr "júní" + +msgid "July" +msgstr "júlí" + +msgid "August" +msgstr "ágúst" + +msgid "September" +msgstr "september" + +msgid "October" +msgstr "október" + +msgid "November" +msgstr "nóvember" + +msgid "December" +msgstr "desember" + +msgid "jan" +msgstr "Jan" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "apr" + +msgid "may" +msgstr "maí" + +msgid "jun" +msgstr "jún" + +msgid "jul" +msgstr "júl" + +msgid "aug" +msgstr "ágú" + +msgid "sep" +msgstr "sep" + +msgid "oct" +msgstr "okt" + +msgid "nov" +msgstr "nóv" + +msgid "dec" +msgstr "des" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Jan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Mars" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Apríl" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Maí" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Júní" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Júlí" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Ág." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Sept." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Okt." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Nóv." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Des." + +msgctxt "alt. month" +msgid "January" +msgstr "Janúar" + +msgctxt "alt. month" +msgid "February" +msgstr "Febrúar" + +msgctxt "alt. month" +msgid "March" +msgstr "Mars" + +msgctxt "alt. month" +msgid "April" +msgstr "Apríl" + +msgctxt "alt. month" +msgid "May" +msgstr "Maí" + +msgctxt "alt. month" +msgid "June" +msgstr "Júní" + +msgctxt "alt. month" +msgid "July" +msgstr "Júlí" + +msgctxt "alt. month" +msgid "August" +msgstr "Ágúst" + +msgctxt "alt. month" +msgid "September" +msgstr "September" + +msgctxt "alt. month" +msgid "October" +msgstr "Október" + +msgctxt "alt. month" +msgid "November" +msgstr "Nóvember" + +msgctxt "alt. month" +msgid "December" +msgstr "Desember" + +msgid "This is not a valid IPv6 address." +msgstr "Þetta er ekki gilt IPv6 vistfang." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "eða" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d ár" +msgstr[1] "%d ár" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d mánuður" +msgstr[1] "%d mánuðir" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d vika" +msgstr[1] "%d vikur" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d dagur" +msgstr[1] "%d dagar" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d klukkustund" +msgstr[1] "%d klukkustundir" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d mínúta" +msgstr[1] "%d mínútur" + +msgid "0 minutes" +msgstr "0 mínútur" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF auðkenning tókst ekki." + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "Meiri upplýsingar fást með DEBUG=True." + +msgid "Welcome to Django" +msgstr "Velkomin/n í Django" + +msgid "It worked!" +msgstr "Það tókst!" + +msgid "Congratulations on your first Django-powered page." +msgstr "Til hamingju með fyrstu Django síðuna þína." + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" +"Þetta er auðvitað ekki nóg. Næst skaltu búa til fyrsta appið þitt með því að " +"nota skipuninapython manage.py startapp [app_heiti]." + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" +"Þú sérð þessi skilaboð vegna þess að þú hefur DEBUG = True í " +"Django stillingunum þínum og hefur ekki sett upp neinar vefslóðir." + +msgid "No year specified" +msgstr "Ekkert ár tilgreint" + +msgid "No month specified" +msgstr "Enginn mánuður tilgreindur" + +msgid "No day specified" +msgstr "Enginn dagur tilgreindur" + +msgid "No week specified" +msgstr "Engin vika tilgreind" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Ekkert %(verbose_name_plural)s í boði." + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Framtíðar %(verbose_name_plural)s ekki í boði því %(class_name)s." +"allow_future er Ósatt." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "Ógilt snið dagsetningar \"%(datestr)s\" gefið sniðið \"%(format)s\"" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Ekkert %(verbose_name)s sem uppfyllir skilyrði" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "Þetta er hvorki síðasta síða, né er hægt að breyta í heiltölu." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Ógild síða (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Tómur listi og '%(class_name)s.allow_empty er Ósatt." + +msgid "Directory indexes are not allowed here." +msgstr "Möppulistar eru ekki leyfðir hér." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" er ekki til" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Innihald %(directory)s " diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/is/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/is/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/is/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/is/formats.py new file mode 100644 index 0000000..1b328ef --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/is/formats.py @@ -0,0 +1,24 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'j. F Y' +TIME_FORMAT = 'H:i' +# DATETIME_FORMAT = +YEAR_MONTH_FORMAT = 'F Y' +MONTH_DAY_FORMAT = 'j. F' +SHORT_DATE_FORMAT = 'j.n.Y' +# SHORT_DATETIME_FORMAT = +# FIRST_DAY_OF_WEEK = + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +# DATE_INPUT_FORMATS = +# TIME_INPUT_FORMATS = +# DATETIME_INPUT_FORMATS = +DECIMAL_SEPARATOR = ',' +THOUSAND_SEPARATOR = '.' +NUMBER_GROUPING = 3 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/it/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/it/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..2d56b839c8cf614f68f5fdcc5e85f99e7b217fa9 GIT binary patch literal 24306 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 literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/it/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/it/LC_MESSAGES/django.po new file mode 100644 index 0000000..50846e8 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/it/LC_MESSAGES/django.po @@ -0,0 +1,1210 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# C8E , 2011 +# C8E , 2014 +# Denis Darii , 2011 +# Flavio Curella , 2013,2016 +# Jannis Leidel , 2011 +# Themis Savvidis , 2013 +# Luciano De Falco Alfano, 2016 +# Marco Bonetti, 2014 +# Nicola Larosa , 2013 +# palmux , 2014-2015 +# Mattia Procopio , 2015 +# Stefano Brentegani , 2014-2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-07-18 21:06+0000\n" +"Last-Translator: Flavio Curella \n" +"Language-Team: Italian (http://www.transifex.com/django/django/language/" +"it/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Afrikaans" + +msgid "Arabic" +msgstr "Arabo" + +msgid "Asturian" +msgstr "Asturiano" + +msgid "Azerbaijani" +msgstr "Azero" + +msgid "Bulgarian" +msgstr "Bulgaro" + +msgid "Belarusian" +msgstr "Bielorusso" + +msgid "Bengali" +msgstr "Bengalese" + +msgid "Breton" +msgstr "Bretone" + +msgid "Bosnian" +msgstr "Bosniaco" + +msgid "Catalan" +msgstr "Catalano" + +msgid "Czech" +msgstr "Ceco" + +msgid "Welsh" +msgstr "Gallese" + +msgid "Danish" +msgstr "Danese" + +msgid "German" +msgstr "Tedesco" + +msgid "Lower Sorbian" +msgstr "Basso-Sorbiano" + +msgid "Greek" +msgstr "Greco" + +msgid "English" +msgstr "Inglese" + +msgid "Australian English" +msgstr "Inglese Australiano" + +msgid "British English" +msgstr "Inglese britannico" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Spagnolo" + +msgid "Argentinian Spanish" +msgstr "Spagnolo Argentino" + +msgid "Colombian Spanish" +msgstr "Spagnolo Colombiano" + +msgid "Mexican Spanish" +msgstr "Spagnolo Messicano" + +msgid "Nicaraguan Spanish" +msgstr "Spagnolo Nicaraguense" + +msgid "Venezuelan Spanish" +msgstr "Spagnolo venezuelano" + +msgid "Estonian" +msgstr "Estone" + +msgid "Basque" +msgstr "Basco" + +msgid "Persian" +msgstr "Persiano" + +msgid "Finnish" +msgstr "Finlandese" + +msgid "French" +msgstr "Francese" + +msgid "Frisian" +msgstr "Frisone" + +msgid "Irish" +msgstr "Irlandese" + +msgid "Scottish Gaelic" +msgstr "Gaelico Scozzese" + +msgid "Galician" +msgstr "Galiziano" + +msgid "Hebrew" +msgstr "Ebraico" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Croato" + +msgid "Upper Sorbian" +msgstr "Alto-Sorbiano" + +msgid "Hungarian" +msgstr "Ungherese" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indonesiano" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Islandese" + +msgid "Italian" +msgstr "Italiano" + +msgid "Japanese" +msgstr "Giapponese" + +msgid "Georgian" +msgstr "Georgiano" + +msgid "Kazakh" +msgstr "Kazako" + +msgid "Khmer" +msgstr "Khmer" + +msgid "Kannada" +msgstr "Kannada" + +msgid "Korean" +msgstr "Coreano" + +msgid "Luxembourgish" +msgstr "Lussemburghese" + +msgid "Lithuanian" +msgstr "Lituano" + +msgid "Latvian" +msgstr "Lettone" + +msgid "Macedonian" +msgstr "Macedone" + +msgid "Malayalam" +msgstr "Malayalam" + +msgid "Mongolian" +msgstr "Mongolo" + +msgid "Marathi" +msgstr "Marathi" + +msgid "Burmese" +msgstr "Birmano" + +msgid "Norwegian Bokmål" +msgstr "Norvegese Bokmål" + +msgid "Nepali" +msgstr "Nepali" + +msgid "Dutch" +msgstr "Olandese" + +msgid "Norwegian Nynorsk" +msgstr "Norvegese Nynorsk" + +msgid "Ossetic" +msgstr "Ossetico" + +msgid "Punjabi" +msgstr "Punjabi" + +msgid "Polish" +msgstr "Polacco" + +msgid "Portuguese" +msgstr "Portoghese" + +msgid "Brazilian Portuguese" +msgstr "Brasiliano Portoghese" + +msgid "Romanian" +msgstr "Rumeno" + +msgid "Russian" +msgstr "Russo" + +msgid "Slovak" +msgstr "Slovacco" + +msgid "Slovenian" +msgstr "Sloveno" + +msgid "Albanian" +msgstr "Albanese" + +msgid "Serbian" +msgstr "Serbo" + +msgid "Serbian Latin" +msgstr "Serbo Latino" + +msgid "Swedish" +msgstr "Svedese" + +msgid "Swahili" +msgstr "Swahili" + +msgid "Tamil" +msgstr "Tamil" + +msgid "Telugu" +msgstr "Telugu" + +msgid "Thai" +msgstr "Tailandese" + +msgid "Turkish" +msgstr "Turco" + +msgid "Tatar" +msgstr "Tatar" + +msgid "Udmurt" +msgstr "Udmurt" + +msgid "Ukrainian" +msgstr "Ucraino" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Vietnamese" +msgstr "Vietnamita" + +msgid "Simplified Chinese" +msgstr "Cinese semplificato" + +msgid "Traditional Chinese" +msgstr "Cinese tradizionale" + +msgid "Messages" +msgstr "Messaggi" + +msgid "Site Maps" +msgstr "Mappa del sito" + +msgid "Static Files" +msgstr "File statici" + +msgid "Syndication" +msgstr "Aggregazione" + +msgid "Enter a valid value." +msgstr "Inserisci un valore valido." + +msgid "Enter a valid URL." +msgstr "Inserisci un URL valido." + +msgid "Enter a valid integer." +msgstr "Inserire un numero intero valido." + +msgid "Enter a valid email address." +msgstr "Inserisci un indirizzo email valido." + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Inserisci uno 'slug' valido contenente lettere, cifre, sottolineati o " +"trattini." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Inserisci uno 'slug' valido contenente lettere, cifre, sottolineati o " +"trattini." + +msgid "Enter a valid IPv4 address." +msgstr "Inserisci un indirizzo IPv4 valido." + +msgid "Enter a valid IPv6 address." +msgstr "Inserisci un indirizzo IPv6 valido." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Inserisci un indirizzo IPv4 o IPv6 valido." + +msgid "Enter only digits separated by commas." +msgstr "Inserisci solo cifre separate da virgole." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Assicurati che questo valore sia %(limit_value)s (ora è %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Assicurati che questo valore sia minore o uguale a %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Assicurati che questo valore sia maggiore o uguale a %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Assicurati che questo valore contenga almeno %(limit_value)d carattere (ne " +"ha %(show_value)d)." +msgstr[1] "" +"Assicurati che questo valore contenga almeno %(limit_value)d caratteri (ne " +"ha %(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Assicurati che questo valore non contenga più di %(limit_value)d carattere " +"(ne ha %(show_value)d)." +msgstr[1] "" +"Assicurati che questo valore non contenga più di %(limit_value)d caratteri " +"(ne ha %(show_value)d)." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Assicurati che non vi sia più di %(max)s cifra in totale." +msgstr[1] "Assicurati che non vi siano più di %(max)s cifre in totale." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Assicurati che non vi sia più di %(max)s cifra decimale." +msgstr[1] "Assicurati che non vi siano più di %(max)s cifre decimali." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "Assicurati che non vi sia più di %(max)s cifra prima della virgola." +msgstr[1] "" +"Assicurati che non vi siano più di %(max)s cifre prima della virgola." + +msgid "and" +msgstr "e" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s con questa %(field_labels)s esiste già." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Il valore %(value)r non è una scelta valida." + +msgid "This field cannot be null." +msgstr "Questo campo non può essere nullo." + +msgid "This field cannot be blank." +msgstr "Questo campo non può essere vuoto." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s con questo %(field_label)s esiste già." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s deve essere unico per %(date_field_label)s %(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Campo di tipo: %(field_type)s" + +msgid "Integer" +msgstr "Intero" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "Il valore di '%(value)s' deve essere un intero." + +msgid "Big (8 byte) integer" +msgstr "Intero grande (8 byte)" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "Il valore dir '%(value)s' deve essere Vero oppure Falso." + +msgid "Boolean (Either True or False)" +msgstr "Booleano (Vero o Falso)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Stringa (fino a %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Interi separati da virgole" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"Il valore di '%(value)s' ha un formato di data non valido. Deve essere nel " +"formato AAAA-MM-GG." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"Il valore di '%(value)s' ha il corretto formato (AAAA-MM-GG) ma non è una " +"data valida." + +msgid "Date (without time)" +msgstr "Data (senza ora)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"Il valore di '%(value)s' ha un formato non valido. Deve essere nel formato " +"AAAA-MM-GG HH:MM[:ss[.uuuuuu]][TZ]" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"Il valore di '%(value)s' ha il formato corretto (AAAA-MM-GG HH:MM[:ss[." +"uuuuuu]][TZ]) ma non è una data/ora valida." + +msgid "Date (with time)" +msgstr "Data (con ora)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "Il valore di '%(value)s' deve essere un numero decimale." + +msgid "Decimal number" +msgstr "Numero decimale" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" +"Il valore di '%(value)s' ha un formato non valido. Deve essere nel formato " +"[GG][HH:[MM:]]ss[.uuuuuu]" + +msgid "Duration" +msgstr "Durata" + +msgid "Email address" +msgstr "Indirizzo email" + +msgid "File path" +msgstr "Percorso file" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "Il valore di '%(value)s' deve essere un numero a virgola mobile." + +msgid "Floating point number" +msgstr "Numero in virgola mobile" + +msgid "IPv4 address" +msgstr "Indirizzo IPv4" + +msgid "IP address" +msgstr "Indirizzo IP" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "Il valore di '%(value)s' deve essere None, True oppure False." + +msgid "Boolean (Either True, False or None)" +msgstr "Booleano (True, False o None)" + +msgid "Positive integer" +msgstr "Intero positivo" + +msgid "Positive small integer" +msgstr "Piccolo intero positivo" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (fino a %(max_length)s)" + +msgid "Small integer" +msgstr "Piccolo intero" + +msgid "Text" +msgstr "Testo" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"Il valore di '%(value)s' ha un formato non valido. Deve essere nel formato " +"HH:MM[:ss[.uuuuuu]]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"Il valore di '%(value)s' ha il corretto formato (HH:MM[:ss[.uuuuuu]]) ma non " +"è una data valida." + +msgid "Time" +msgstr "Ora" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Dati binari grezzi" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "'%(value)s' non è uno UUID valido." + +msgid "File" +msgstr "File" + +msgid "Image" +msgstr "Immagine" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "L'istanza del modello %(model)s con %(field)s %(value)r non esiste." + +msgid "Foreign Key (type determined by related field)" +msgstr "Foreign Key (tipo determinato dal campo collegato)" + +msgid "One-to-one relationship" +msgstr "Relazione uno a uno" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "relazione %(from)s-%(to)s" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "relazioni %(from)s-%(to)s" + +msgid "Many-to-many relationship" +msgstr "Relazione molti a molti" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Questo campo è obbligatorio." + +msgid "Enter a whole number." +msgstr "Inserisci un numero intero." + +msgid "Enter a number." +msgstr "Inserisci un numero." + +msgid "Enter a valid date." +msgstr "Inserisci una data valida." + +msgid "Enter a valid time." +msgstr "Inserisci un'ora valida." + +msgid "Enter a valid date/time." +msgstr "Inserisci una data/ora valida." + +msgid "Enter a valid duration." +msgstr "Inserisci una durata valida." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Non è stato inviato alcun file. Verifica il tipo di codifica sul form." + +msgid "No file was submitted." +msgstr "Nessun file è stato inviato." + +msgid "The submitted file is empty." +msgstr "Il file inviato è vuoto." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Assicurati che questo nome di file non contenga più di %(max)d carattere (ne " +"ha %(length)d)." +msgstr[1] "" +"Assicurati che questo nome di file non contenga più di %(max)d caratteri (ne " +"ha %(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"È possibile inviare un file o selezionare la casella \"svuota\", ma non " +"entrambi." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Carica un'immagine valida. Il file caricato non è un'immagine o è " +"un'immagine danneggiata." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Scegli un'opzione valida. %(value)s non è tra quelle disponibili." + +msgid "Enter a list of values." +msgstr "Inserisci una lista di valori." + +msgid "Enter a complete value." +msgstr "Inserisci un valore completo." + +msgid "Enter a valid UUID." +msgstr "Inserire un UUID valido." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Campo nascosto %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "I dati del ManagementForm sono mancanti oppure sono stati manomessi" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Inoltrare %d o meno form." +msgstr[1] "Si prega di inviare %d o meno form." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Inoltrare %d o più form." +msgstr[1] "Si prega di inviare %d o più form." + +msgid "Order" +msgstr "Ordine" + +msgid "Delete" +msgstr "Cancella" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Si prega di correggere i dati duplicati di %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Si prega di correggere i dati duplicati di %(field)s, che deve essere unico." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"Si prega di correggere i dati duplicati di %(field_name)s che deve essere " +"unico/a per %(lookup)s in %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Si prega di correggere i dati duplicati qui sotto." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "" +"La foreign key inline non concorda con la chiave primaria dell'istanza padre." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Scegli un'opzione valida. La scelta effettuata non compare tra quelle " +"disponibili." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "\"%(pk)s\" non è un valore valido per una chiave primaria." + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +" %(datetime)s non può essere interpretato nel fuso orario " +"%(current_timezone)s: potrebbe essere ambiguo o non esistere." + +msgid "Currently" +msgstr "Attualmente" + +msgid "Change" +msgstr "Cambia" + +msgid "Clear" +msgstr "Svuota" + +msgid "Unknown" +msgstr "Sconosciuto" + +msgid "Yes" +msgstr "Sì" + +msgid "No" +msgstr "No" + +msgid "yes,no,maybe" +msgstr "sì,no,forse" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d byte" +msgstr[1] "%(size)d bytes" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "mezzanotte" + +msgid "noon" +msgstr "mezzogiorno" + +msgid "Monday" +msgstr "Lunedì" + +msgid "Tuesday" +msgstr "Martedì" + +msgid "Wednesday" +msgstr "Mercoledì" + +msgid "Thursday" +msgstr "Giovedì" + +msgid "Friday" +msgstr "Venerdì" + +msgid "Saturday" +msgstr "Sabato" + +msgid "Sunday" +msgstr "Domenica" + +msgid "Mon" +msgstr "Lun" + +msgid "Tue" +msgstr "Mar" + +msgid "Wed" +msgstr "Mer" + +msgid "Thu" +msgstr "Gio" + +msgid "Fri" +msgstr "Ven" + +msgid "Sat" +msgstr "Sab" + +msgid "Sun" +msgstr "Dom" + +msgid "January" +msgstr "Gennaio" + +msgid "February" +msgstr "Febbraio" + +msgid "March" +msgstr "Marzo" + +msgid "April" +msgstr "Aprile" + +msgid "May" +msgstr "Maggio" + +msgid "June" +msgstr "Giugno" + +msgid "July" +msgstr "Luglio" + +msgid "August" +msgstr "Agosto" + +msgid "September" +msgstr "Settembre" + +msgid "October" +msgstr "Ottobre" + +msgid "November" +msgstr "Novembre" + +msgid "December" +msgstr "Dicembre" + +msgid "jan" +msgstr "gen" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "apr" + +msgid "may" +msgstr "mag" + +msgid "jun" +msgstr "giu" + +msgid "jul" +msgstr "lug" + +msgid "aug" +msgstr "ago" + +msgid "sep" +msgstr "set" + +msgid "oct" +msgstr "ott" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "dic" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Gen." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Marzo" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Aprile" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Maggio" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Giugno" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Luglio" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Ago." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Set." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Ott." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Dic." + +msgctxt "alt. month" +msgid "January" +msgstr "Gennaio" + +msgctxt "alt. month" +msgid "February" +msgstr "Febbraio" + +msgctxt "alt. month" +msgid "March" +msgstr "Marzo" + +msgctxt "alt. month" +msgid "April" +msgstr "Aprile" + +msgctxt "alt. month" +msgid "May" +msgstr "Maggio" + +msgctxt "alt. month" +msgid "June" +msgstr "Giugno" + +msgctxt "alt. month" +msgid "July" +msgstr "Luglio" + +msgctxt "alt. month" +msgid "August" +msgstr "Agosto" + +msgctxt "alt. month" +msgid "September" +msgstr "Settembre" + +msgctxt "alt. month" +msgid "October" +msgstr "Ottobre" + +msgctxt "alt. month" +msgid "November" +msgstr "Novembre" + +msgctxt "alt. month" +msgid "December" +msgstr "Dicembre" + +msgid "This is not a valid IPv6 address." +msgstr "Questo non è un indirizzo IPv6 valido." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr " %(truncated_text)s..." + +msgid "or" +msgstr "o" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d anno" +msgstr[1] "%d anni" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d mese" +msgstr[1] "%d mesi" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d settimana" +msgstr[1] "%d settimane" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d giorno" +msgstr[1] "%d giorni" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d ora" +msgstr[1] "%d ore" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d minuto" +msgstr[1] "%d minuti" + +msgid "0 minutes" +msgstr "0 minuti" + +msgid "Forbidden" +msgstr "Proibito" + +msgid "CSRF verification failed. Request aborted." +msgstr "Verifica CSRF fallita. Richiesta interrotta." + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Stai vedendo questo messaggio perché questo sito HTTPS richiede una 'Referer " +"header' che deve essere spedita dal tuo browser web, ma non è stato inviato " +"nulla. Questa header è richiesta per ragioni di sicurezza, per assicurare " +"che il tuo browser non sia stato dirottato da terze parti." + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" +"Se hai configurato il tuo browser web per disattivare l'invio delle " +"intestazioni \"Referer\", riattiva questo invio, almeno per questo sito, o " +"per le connessioni HTTPS, o per le connessioni \"same-origin\"." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Stai vedendo questo messaggio perché questo sito richiede un cookie CSRF " +"quando invii dei form. Questo cookie è necessario per ragioni di sicurezza, " +"per assicurare che il tuo browser non sia stato dirottato da terze parti." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" +"Se hai configurato il tuo browser web per disattivare l'invio dei cookies, " +"riattivalo almeno per questo sito, o per connessioni \"same-origin\"" + +msgid "More information is available with DEBUG=True." +msgstr "Maggiorni informazioni sono disponibili con DEBUG=True" + +msgid "Welcome to Django" +msgstr "Benvenuti in Django" + +msgid "It worked!" +msgstr "Ha funzionato!" + +msgid "Congratulations on your first Django-powered page." +msgstr "Congratulazioni per la tua prima pagina Django-powered." + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" +"Naturalmente non hai ancora svolto alcun lavoro. Il prossimo passo è creare " +"la tua prima app inserendo il comando python manage.py startapp " +"[nome_app]" + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" +"Stai ricevendo questo messaggio perchè nel tuo file di configurazione di " +"Django è presente DEBUG = True e non hai ancora configurato " +"alcun URL. Al lavoro!" + +msgid "No year specified" +msgstr "Anno non specificato" + +msgid "No month specified" +msgstr "Mese non specificato" + +msgid "No day specified" +msgstr "Giorno non specificato" + +msgid "No week specified" +msgstr "Settimana non specificata" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Nessun %(verbose_name_plural)s disponibile" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"%(verbose_name_plural)s futuri/e non disponibili/e poichè %(class_name)s." +"allow_future è False." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "Data non valida '%(datestr)s' con il formato '%(format)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Trovato nessun %(verbose_name)s corrispondente alla query" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "La pagina non è 'ultima', né può essere convertita in un int." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Pagina non valida (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Lista vuota e '%(class_name)s.allow_empty' è False." + +msgid "Directory indexes are not allowed here." +msgstr "Indici di directory non sono consentiti qui." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" non esiste" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Indice di %(directory)s" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/it/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/it/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/it/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/it/formats.py new file mode 100644 index 0000000..054b973 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/it/formats.py @@ -0,0 +1,48 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'd F Y' # 25 Ottobre 2006 +TIME_FORMAT = 'H:i' # 14:30 +DATETIME_FORMAT = 'l d F Y H:i' # Mercoledì 25 Ottobre 2006 14:30 +YEAR_MONTH_FORMAT = 'F Y' # Ottobre 2006 +MONTH_DAY_FORMAT = 'j/F' # 10/2006 +SHORT_DATE_FORMAT = 'd/m/Y' # 25/12/2009 +SHORT_DATETIME_FORMAT = 'd/m/Y H:i' # 25/10/2009 14:30 +FIRST_DAY_OF_WEEK = 1 # Lunedì + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + '%d/%m/%Y', '%Y/%m/%d', # '25/10/2006', '2008/10/25' + '%d-%m-%Y', '%Y-%m-%d', # '25-10-2006', '2008-10-25' + '%d-%m-%y', '%d/%m/%y', # '25-10-06', '25/10/06' +] +DATETIME_INPUT_FORMATS = [ + '%d/%m/%Y %H:%M:%S', # '25/10/2006 14:30:59' + '%d/%m/%Y %H:%M:%S.%f', # '25/10/2006 14:30:59.000200' + '%d/%m/%Y %H:%M', # '25/10/2006 14:30' + '%d/%m/%Y', # '25/10/2006' + '%d/%m/%y %H:%M:%S', # '25/10/06 14:30:59' + '%d/%m/%y %H:%M:%S.%f', # '25/10/06 14:30:59.000200' + '%d/%m/%y %H:%M', # '25/10/06 14:30' + '%d/%m/%y', # '25/10/06' + '%Y-%m-%d %H:%M:%S', # '2006-10-25 14:30:59' + '%Y-%m-%d %H:%M:%S.%f', # '2006-10-25 14:30:59.000200' + '%Y-%m-%d %H:%M', # '2006-10-25 14:30' + '%Y-%m-%d', # '2006-10-25' + '%d-%m-%Y %H:%M:%S', # '25-10-2006 14:30:59' + '%d-%m-%Y %H:%M:%S.%f', # '25-10-2006 14:30:59.000200' + '%d-%m-%Y %H:%M', # '25-10-2006 14:30' + '%d-%m-%Y', # '25-10-2006' + '%d-%m-%y %H:%M:%S', # '25-10-06 14:30:59' + '%d-%m-%y %H:%M:%S.%f', # '25-10-06 14:30:59.000200' + '%d-%m-%y %H:%M', # '25-10-06 14:30' + '%d-%m-%y', # '25-10-06' +] +DECIMAL_SEPARATOR = ',' +THOUSAND_SEPARATOR = '.' +NUMBER_GROUPING = 3 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ja/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ja/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..83c6a1c4911486c1dd9c0697df825397affea92e GIT binary patch literal 26538 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ΞdSR*k&%MPtvl;6heB#(R&iFGjZZgAJE zJGhUD`5dQWRx^2s`NisKJT*R{EV7hsg_C9-qAg`pi{c=KMRGgY@~8?OIr{cfOJ}5e zc`;HhJQ(*4^^++h3PD`l`rStFg2*<-(sqewO;q)90}+p;64S;e@q zjx0OWvafyN+GyT%8|{PpHngwga6%_hW&+r=t2Sd`Ij8EHVdk~x9Ms<_rh6G~5BJ=W z){bL?pj&USW7HER$H zpnbt$7W-AvJ%Cadq>H!kg?w4z%$<4k|N z@;(c_!P;#s8=WsWPO@}eanqx@c%jy5^g8x#ICx;WPFDBrj$E&TYcKI3hE=TPI3Da0 z5j8@z;&e&R8znCYS*h$<_VQnU6n_<4IKAbxnuGbm5S#6}ExyRFIrQ}Ejwh{}xmoBH zd|Y4Wsl`S6Ixv&&Z}ZE%-am@fMpVA3+mfn{%vNUTPU9OAFD#zYAop5~RnaJ%{6-d2 zqRi&!Xe@5;I%H~}eJyhBop*$6vH8yF#KS{gR5#x|mbIHmyCaa8&|4Ozu1z?rd*@ab zC#4%bq$+cvmkey&wNb|;M81^mcjT-@$5C!W(anglXV9w(xjG_hj|7s zs?8redCVAJma@y$DsqtesE}`C4z0I)$U?)k9qRh_!kqLKZJtdhXx}@h6z`7O*KBu# z%!v~3<-LymEj`t{qh*&zh?GH-oB=aqu1|fX3fjr7H?zi_&%rwF9VBmYPt%u2mHWe*6jFs7Lnx1y;GYa-SziFY_GIrl;9NNW4PCa%* z>IzeTfqAoQPAehWNa->Cw-8H^d{U~>*^dEf$U2;PPHTmbh>E5n%f8xBW!k2 z?R%g12u{Y)`$5it80xu3k)Ae!whpW0&%2YgsHGIIpq-p2?q?Tu zJUX}IacyplZ>CR}%rS?oWxey-Zty?!1cRcgV!F>xl=kO*FSt4ZPEVM2)yL7u`S~sLfbZ!glx)g0u ztdFCHmeJDa)3u&<<2XmA+lWZ!R^aQc#F(-)UvI|EY@@-(-1RDM4MuO$)HIDA)TmpV z`M*w}Qs!vZ?1{d&?rtP@x&71#ZRvY_u#Fz(AH^_pOe=*nmSeqMUhuWg0mPn-cK+{F z2MM*8d8YMM2HJRLS;{>4@`{5mF$lZZ6XV>pKf*qV*<`&Oc7^kp=sG7dAA6fGQ_SZi z_I15|XD@H1>zt_T1f+NuYFwJX@^R*@{Wj*PTQCS!)RzVNTf8NXJZ$^%vURtN$r?~N O_TY+%{z5Lh-1{F?<)Co@ literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ja/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ja/LC_MESSAGES/django.po new file mode 100644 index 0000000..abfbd05 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ja/LC_MESSAGES/django.po @@ -0,0 +1,1173 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# xiu1 , 2016 +# Jannis Leidel , 2011 +# Kentaro Hori , 2015 +# Shinya Okano , 2012-2016 +# Tetsuya Morimoto , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-07-10 13:16+0000\n" +"Last-Translator: xiu1 \n" +"Language-Team: Japanese (http://www.transifex.com/django/django/language/" +"ja/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Afrikaans" +msgstr "アフリカーンス語" + +msgid "Arabic" +msgstr "アラビア語" + +msgid "Asturian" +msgstr "アストゥリアス語" + +msgid "Azerbaijani" +msgstr "アゼルバイジャン語" + +msgid "Bulgarian" +msgstr "ブルガリア語" + +msgid "Belarusian" +msgstr "ベラルーシ語" + +msgid "Bengali" +msgstr "ベンガル語" + +msgid "Breton" +msgstr "ブルトン語" + +msgid "Bosnian" +msgstr "ボスニア語" + +msgid "Catalan" +msgstr "カタロニア語" + +msgid "Czech" +msgstr "チェコ語" + +msgid "Welsh" +msgstr "ウェールズ語" + +msgid "Danish" +msgstr "デンマーク語" + +msgid "German" +msgstr "ドイツ語" + +msgid "Lower Sorbian" +msgstr "低地ソルブ語" + +msgid "Greek" +msgstr "ギリシャ語" + +msgid "English" +msgstr "英語(米国)" + +msgid "Australian English" +msgstr "英語(オーストラリア)" + +msgid "British English" +msgstr "英語(英国)" + +msgid "Esperanto" +msgstr "エスペラント語" + +msgid "Spanish" +msgstr "スペイン語" + +msgid "Argentinian Spanish" +msgstr "アルゼンチンスペイン語" + +msgid "Colombian Spanish" +msgstr "コロンビアスペイン語" + +msgid "Mexican Spanish" +msgstr "メキシコスペイン語" + +msgid "Nicaraguan Spanish" +msgstr "ニカラグアスペイン語" + +msgid "Venezuelan Spanish" +msgstr "ベネズエラスペイン語" + +msgid "Estonian" +msgstr "エストニア語" + +msgid "Basque" +msgstr "バスク語" + +msgid "Persian" +msgstr "ペルシア語" + +msgid "Finnish" +msgstr "フィンランド語" + +msgid "French" +msgstr "フランス語" + +msgid "Frisian" +msgstr "フリジア語" + +msgid "Irish" +msgstr "アイルランド語" + +msgid "Scottish Gaelic" +msgstr "ゲール語(スコットランド)" + +msgid "Galician" +msgstr "ガリシア語" + +msgid "Hebrew" +msgstr "ヘブライ語" + +msgid "Hindi" +msgstr "ヒンディー語" + +msgid "Croatian" +msgstr "クロアチア語" + +msgid "Upper Sorbian" +msgstr "高地ソルブ語" + +msgid "Hungarian" +msgstr "ハンガリー語" + +msgid "Interlingua" +msgstr "インターリングア" + +msgid "Indonesian" +msgstr "インドネシア語" + +msgid "Ido" +msgstr "イド語" + +msgid "Icelandic" +msgstr "アイスランド語" + +msgid "Italian" +msgstr "イタリア語" + +msgid "Japanese" +msgstr "日本語" + +msgid "Georgian" +msgstr "グルジア語" + +msgid "Kazakh" +msgstr "カザフ語" + +msgid "Khmer" +msgstr "クメール語" + +msgid "Kannada" +msgstr "カンナダ語" + +msgid "Korean" +msgstr "韓国語" + +msgid "Luxembourgish" +msgstr "ルクセンブルグ語" + +msgid "Lithuanian" +msgstr "リトアニア語" + +msgid "Latvian" +msgstr "ラトビア語" + +msgid "Macedonian" +msgstr "マケドニア語" + +msgid "Malayalam" +msgstr "マラヤーラム語" + +msgid "Mongolian" +msgstr "モンゴル語" + +msgid "Marathi" +msgstr "マラーティー語" + +msgid "Burmese" +msgstr "ビルマ語" + +msgid "Norwegian Bokmål" +msgstr "ノルウェーのブークモール" + +msgid "Nepali" +msgstr "ネパール語" + +msgid "Dutch" +msgstr "オランダ語" + +msgid "Norwegian Nynorsk" +msgstr "ノルウェーのニーノシュク" + +msgid "Ossetic" +msgstr "オセット語" + +msgid "Punjabi" +msgstr "パンジャブ語" + +msgid "Polish" +msgstr "ポーランド語" + +msgid "Portuguese" +msgstr "ポルトガル語" + +msgid "Brazilian Portuguese" +msgstr "ブラジルポルトガル語" + +msgid "Romanian" +msgstr "ルーマニア語" + +msgid "Russian" +msgstr "ロシア語" + +msgid "Slovak" +msgstr "スロバキア語" + +msgid "Slovenian" +msgstr "スロヴェニア語" + +msgid "Albanian" +msgstr "アルバニア語" + +msgid "Serbian" +msgstr "セルビア語" + +msgid "Serbian Latin" +msgstr "セルビア語ラテン文字" + +msgid "Swedish" +msgstr "スウェーデン語" + +msgid "Swahili" +msgstr "スワヒリ語" + +msgid "Tamil" +msgstr "タミル語" + +msgid "Telugu" +msgstr "テルグ語" + +msgid "Thai" +msgstr "タイ語" + +msgid "Turkish" +msgstr "トルコ語" + +msgid "Tatar" +msgstr "タタール語" + +msgid "Udmurt" +msgstr "ウドムルト語" + +msgid "Ukrainian" +msgstr "ウクライナ語" + +msgid "Urdu" +msgstr "ウルドゥー語" + +msgid "Vietnamese" +msgstr "ベトナム語" + +msgid "Simplified Chinese" +msgstr "簡体字中国語" + +msgid "Traditional Chinese" +msgstr "繁体字中国語" + +msgid "Messages" +msgstr "メッセージ" + +msgid "Site Maps" +msgstr "サイトマップ" + +msgid "Static Files" +msgstr "静的ファイル" + +msgid "Syndication" +msgstr "シンジケーション" + +msgid "Enter a valid value." +msgstr "値を正しく入力してください。" + +msgid "Enter a valid URL." +msgstr "URLを正しく入力してください。" + +msgid "Enter a valid integer." +msgstr "整数を正しく入力してください。" + +msgid "Enter a valid email address." +msgstr "有効なメールアドレスを入力してください。" + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "slug には半角の英数字、アンダースコア、ハイフン以外は使用できません。" + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"ユニコード文字、数字、アンダースコアまたはハイフンで構成された、有効な" +"「slug」を入力してください" + +msgid "Enter a valid IPv4 address." +msgstr "有効なIPアドレス (IPv4) を入力してください。" + +msgid "Enter a valid IPv6 address." +msgstr "IPv6の正しいアドレスを入力してください。" + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "IPv4またはIPv6の正しいアドレスを入力してください。" + +msgid "Enter only digits separated by commas." +msgstr "カンマ区切りの数字だけを入力してください。" + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"この値は %(limit_value)s でなければなりません(実際には %(show_value)s でし" +"た) 。" + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "この値は %(limit_value)s 以下でなければなりません。" + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "この値は %(limit_value)s 以上でなければなりません。" + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"この値が少なくとも %(limit_value)d 文字以上であることを確認してください" +"( %(show_value)d 文字になっています)。" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"この値は %(limit_value)d 文字以下でなければなりません( %(show_value)d 文字に" +"なっています)。" + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "この値は合計 %(max)s 桁以内でなければなりません。" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "この値は小数点以下が合計 %(max)s 桁以内でなければなりません。" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "この値は小数点より前が合計 %(max)s 桁以内でなければなりません。" + +msgid "and" +msgstr "と" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "この %(field_labels)s を持った %(model_name)s が既に存在します。" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "%(value)r は有効な選択肢ではありません。" + +msgid "This field cannot be null." +msgstr "このフィールドには NULL を指定できません。" + +msgid "This field cannot be blank." +msgstr "このフィールドは空ではいけません。" + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "この %(field_label)s を持った %(model_name)s が既に存在します。" + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(date_field_label)s %(lookup_type)s では %(field_label)s がユニークである必" +"要があります。" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "タイプが %(field_type)s のフィールド" + +msgid "Integer" +msgstr "整数" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "'%(value)s' は整数値にしなければなりません。" + +msgid "Big (8 byte) integer" +msgstr "大きな(8バイト)整数" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "'%(value)s' は真偽値にしなければなりません。" + +msgid "Boolean (Either True or False)" +msgstr "ブール値 (真: True または偽: False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "文字列 ( %(max_length)s 字まで )" + +msgid "Comma-separated integers" +msgstr "カンマ区切りの整数" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"'%(value)s' は無効な日付形式です。YYYY-MM-DD形式にしなければなりません。" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "'%(value)s' は有効な日付形式(YYYY-MM-DD)ですが、日付が不正です。" + +msgid "Date (without time)" +msgstr "日付" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"'%(value)s' は無効な形式の値です。 YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ] 形式で" +"なければなりません。" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"'%(value)s' は正しい形式(YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ])の値ですが、無効" +"な日時です。" + +msgid "Date (with time)" +msgstr "日時" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "'%(value)s' は10進浮動小数値にしなければなりません。" + +msgid "Decimal number" +msgstr "10 進数 (小数可)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" +"'%(value)s' は無効な形式の値です。 [DD] [HH:[MM:]]ss[.uuuuuu] 形式でなければ" +"なりません。" + +msgid "Duration" +msgstr "時間差分" + +msgid "Email address" +msgstr "メールアドレス" + +msgid "File path" +msgstr "ファイルの場所" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "'%(value)s' は小数値にしなければなりません。" + +msgid "Floating point number" +msgstr "浮動小数点" + +msgid "IPv4 address" +msgstr "IPv4アドレス" + +msgid "IP address" +msgstr "IP アドレス" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "'%(value)s' はNone、TrueまたはFalseの値でなければなりません。" + +msgid "Boolean (Either True, False or None)" +msgstr "ブール値 (真: True 、偽: False または None)" + +msgid "Positive integer" +msgstr "正の整数" + +msgid "Positive small integer" +msgstr "小さな正の整数" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "スラグ(%(max_length)s文字以内)" + +msgid "Small integer" +msgstr "小さな整数" + +msgid "Text" +msgstr "テキスト" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"'%(value)s' は無効な形式の値です。 HH:MM[:ss[.uuuuuu]] 形式でなければなりませ" +"ん。" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "'%(value)s' は正しい形式(HH:MM[:ss[.uuuuuu]])ですが、無効な時刻です。" + +msgid "Time" +msgstr "時刻" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "生のバイナリデータ" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "'%(value)s' は有効なUUIDではありません。" + +msgid "File" +msgstr "ファイル" + +msgid "Image" +msgstr "画像" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "%(field)s が %(value)r である %(model)s のインスタンスは存在しません。" + +msgid "Foreign Key (type determined by related field)" +msgstr "外部キー(型は関連フィールドによって決まります)" + +msgid "One-to-one relationship" +msgstr "1対1の関連" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "%(from)s-%(to)s の関連" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "%(from)s-%(to)s の関連" + +msgid "Many-to-many relationship" +msgstr "多対多の関連" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "このフィールドは必須です。" + +msgid "Enter a whole number." +msgstr "整数を入力してください。" + +msgid "Enter a number." +msgstr "整数を入力してください。" + +msgid "Enter a valid date." +msgstr "日付を正しく入力してください。" + +msgid "Enter a valid time." +msgstr "時間を正しく入力してください。" + +msgid "Enter a valid date/time." +msgstr "日付/時間を正しく入力してください。" + +msgid "Enter a valid duration." +msgstr "時間差分を正しく入力してください。" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" +"ファイルが取得できませんでした。formのencoding typeを確認してください。" + +msgid "No file was submitted." +msgstr "ファイルが送信されていません。" + +msgid "The submitted file is empty." +msgstr "入力されたファイルは空です。" + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"このファイル名は %(max)d 文字以下でなければなりません( %(length)d 文字になっ" +"ています)。" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"ファイルを投稿するか、クリアチェックボックスをチェックするかどちらかを選択し" +"てください。両方とも行ってはいけません。" + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"画像をアップロードしてください。アップロードしたファイルは画像でないか、また" +"は壊れています。" + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "正しく選択してください。 %(value)s は候補にありません。" + +msgid "Enter a list of values." +msgstr "リストを入力してください。" + +msgid "Enter a complete value." +msgstr "すべての値を入力してください。" + +msgid "Enter a valid UUID." +msgstr "UUIDを正しく入力してください。" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(隠しフィールド %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "ManagementFormデータが見つからないか、改竄されています。" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "%d 個またはそれより少ないフォームを送信してください。" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "%d 個またはそれより多いフォームを送信してください。" + +msgid "Order" +msgstr "並び変え" + +msgid "Delete" +msgstr "削除" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "%(field)s の重複したデータを修正してください。" + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"%(field)s の重複したデータを修正してください。このフィールドはユニークである" +"必要があります。" + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"%(field_name)s の重複したデータを修正してください。%(date_field)s %(lookup)s " +"では %(field_name)s がユニークである必要があります。" + +msgid "Please correct the duplicate values below." +msgstr "下記の重複したデータを修正してください。" + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "インライン外部キーが親インスタンスの主キーと一致しません。" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "正しく選択してください。選択したものは候補にありません。" + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "\"%(pk)s\" は主キーとして無効な値です。" + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" +"%(datetime)s は%(current_timezone)sのタイムゾーンでは解釈できませんでした。そ" +"れは曖昧であるか、存在しない可能性があります。" + +msgid "Currently" +msgstr "現在" + +msgid "Change" +msgstr "変更" + +msgid "Clear" +msgstr "クリア" + +msgid "Unknown" +msgstr "不明" + +msgid "Yes" +msgstr "はい" + +msgid "No" +msgstr "いいえ" + +msgid "yes,no,maybe" +msgstr "はい,いいえ,たぶん" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d バイト" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "0時" + +msgid "noon" +msgstr "12時" + +msgid "Monday" +msgstr "月曜日" + +msgid "Tuesday" +msgstr "火曜日" + +msgid "Wednesday" +msgstr "水曜日" + +msgid "Thursday" +msgstr "木曜日" + +msgid "Friday" +msgstr "金曜日" + +msgid "Saturday" +msgstr "土曜日" + +msgid "Sunday" +msgstr "日曜日" + +msgid "Mon" +msgstr "月" + +msgid "Tue" +msgstr "火" + +msgid "Wed" +msgstr "水" + +msgid "Thu" +msgstr "木" + +msgid "Fri" +msgstr "金" + +msgid "Sat" +msgstr "土" + +msgid "Sun" +msgstr "日" + +msgid "January" +msgstr "1月" + +msgid "February" +msgstr "2月" + +msgid "March" +msgstr "3月" + +msgid "April" +msgstr "4月" + +msgid "May" +msgstr "5月" + +msgid "June" +msgstr "6月" + +msgid "July" +msgstr "7月" + +msgid "August" +msgstr "8月" + +msgid "September" +msgstr "9月" + +msgid "October" +msgstr "10月" + +msgid "November" +msgstr "11月" + +msgid "December" +msgstr "12月" + +msgid "jan" +msgstr "1月" + +msgid "feb" +msgstr "2月" + +msgid "mar" +msgstr "3月" + +msgid "apr" +msgstr "4月" + +msgid "may" +msgstr "5月" + +msgid "jun" +msgstr "6月" + +msgid "jul" +msgstr "7月" + +msgid "aug" +msgstr "8月" + +msgid "sep" +msgstr "9月" + +msgid "oct" +msgstr "10月" + +msgid "nov" +msgstr "11月" + +msgid "dec" +msgstr "12月" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "1月" + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "2月" + +msgctxt "abbrev. month" +msgid "March" +msgstr "3月" + +msgctxt "abbrev. month" +msgid "April" +msgstr "4月" + +msgctxt "abbrev. month" +msgid "May" +msgstr "5月" + +msgctxt "abbrev. month" +msgid "June" +msgstr "6月" + +msgctxt "abbrev. month" +msgid "July" +msgstr "7月" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "8月" + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "9月" + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "10月" + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "11月" + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "12月" + +msgctxt "alt. month" +msgid "January" +msgstr "1月" + +msgctxt "alt. month" +msgid "February" +msgstr "2月" + +msgctxt "alt. month" +msgid "March" +msgstr "3月" + +msgctxt "alt. month" +msgid "April" +msgstr "4月" + +msgctxt "alt. month" +msgid "May" +msgstr "5月" + +msgctxt "alt. month" +msgid "June" +msgstr "6月" + +msgctxt "alt. month" +msgid "July" +msgstr "7月" + +msgctxt "alt. month" +msgid "August" +msgstr "8月" + +msgctxt "alt. month" +msgid "September" +msgstr "9月" + +msgctxt "alt. month" +msgid "October" +msgstr "10月" + +msgctxt "alt. month" +msgid "November" +msgstr "11月" + +msgctxt "alt. month" +msgid "December" +msgstr "12月" + +msgid "This is not a valid IPv6 address." +msgstr "これは有効なIPv6アドレスではありません。" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "または" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d 年" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d ヶ月" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d 週間" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d 日" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d 時間" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d 分" + +msgid "0 minutes" +msgstr "0 分" + +msgid "Forbidden" +msgstr "アクセス禁止" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF検証に失敗したため、リクエストは中断されました。" + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"このメッセージが表示されている理由は、このHTTPSのサイトはウェブブラウザからリ" +"ファラーヘッダが送信されることを必須としていますが、送信されなかったためで" +"す。このヘッダはセキュリティ上の理由(使用中のブラウザが第三者によってハイ" +"ジャックされていないことを確認するため)で必要です。" + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" +"もしブラウザのリファラーヘッダを無効に設定しているならば、HTTPS接続やsame-" +"originリクエストのために、少なくともこのサイトでは再度有効にしてください。" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"このメッセージが表示されている理由は、このサイトはフォーム送信時にCSRFクッ" +"キーを必須としているためです。このクッキーはセキュリティ上の理由(使用中のブラ" +"ウザが第三者によってハイジャックされていないことを確認するため)で必要です。" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" +"もしブラウザのクッキーを無効に設定しているならば、same-originリクエストのため" +"に少なくともこのサイトでは再度有効にしてください。" + +msgid "More information is available with DEBUG=True." +msgstr "詳細な情報は DEBUG=True を設定すると利用できます。" + +msgid "Welcome to Django" +msgstr "Djangoへようこそ" + +msgid "It worked!" +msgstr "うまくいった!" + +msgid "Congratulations on your first Django-powered page." +msgstr "おめでとうございます、Djangoで出力された最初のページです。" + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" +"もちろん、実際にはまだ少しも作業をしていません。次は、 python manage." +"py startapp [app_label] を実行して、最初のアプリを開始します。" + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" +"このメッセージは、Djangoのsettingsファイルに DEBUG = True が含ま" +"れ、まだURLが何も設定されていないため表示されています。さあ、仕事に取り掛かり" +"ましょう!" + +msgid "No year specified" +msgstr "年が未指定です" + +msgid "No month specified" +msgstr "月が未指定です" + +msgid "No day specified" +msgstr "日が未指定です" + +msgid "No week specified" +msgstr "週が未指定です" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "%(verbose_name_plural)s は利用できません" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"%(class_name)s.allow_futureがFalseであるため、未来の%(verbose_name_plural)sは" +"利用できません。" + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "指定された形式 '%(format)s' では '%(datestr)s' は無効な日付文字列です" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "クエリーに一致する %(verbose_name)s は見つかりませんでした" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "ページは数値に変換できる値、または 'last' ではありません。" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "無効なページです (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "空の一覧かつ '%(class_name)s.allow_empty' がFalseです。" + +msgid "Directory indexes are not allowed here." +msgstr "Directory indexes are not allowed here." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" does not exist" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Index of %(directory)s" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ja/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ja/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ja/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ja/formats.py new file mode 100644 index 0000000..63f0438 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ja/formats.py @@ -0,0 +1,24 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'Y年n月j日' +TIME_FORMAT = 'G:i' +DATETIME_FORMAT = 'Y年n月j日G:i' +YEAR_MONTH_FORMAT = 'Y年n月' +MONTH_DAY_FORMAT = 'n月j日' +SHORT_DATE_FORMAT = 'Y/m/d' +SHORT_DATETIME_FORMAT = 'Y/m/d G:i' +# FIRST_DAY_OF_WEEK = + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +# DATE_INPUT_FORMATS = +# TIME_INPUT_FORMATS = +# DATETIME_INPUT_FORMATS = +DECIMAL_SEPARATOR = '.' +THOUSAND_SEPARATOR = ',' +# NUMBER_GROUPING = diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ka/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ka/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..f1d45568f32fb2fcea7ca93e1358175c341ef333 GIT binary patch literal 25238 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, 2013-2015 +# avsd05 , 2011 +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Georgian (http://www.transifex.com/django/django/language/" +"ka/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ka\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Afrikaans" +msgstr "აფრიკაანსი" + +msgid "Arabic" +msgstr "არაბული" + +msgid "Asturian" +msgstr "ასტურიული" + +msgid "Azerbaijani" +msgstr "აზერბაიჯანული" + +msgid "Bulgarian" +msgstr "ბულგარული" + +msgid "Belarusian" +msgstr "ბელარუსული" + +msgid "Bengali" +msgstr "ბენგალიური" + +msgid "Breton" +msgstr "ბრეტონული" + +msgid "Bosnian" +msgstr "ბოსნიური" + +msgid "Catalan" +msgstr "კატალანური" + +msgid "Czech" +msgstr "ჩეხური" + +msgid "Welsh" +msgstr "უელსური" + +msgid "Danish" +msgstr "დანიური" + +msgid "German" +msgstr "გერმანული" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "ბერძნული" + +msgid "English" +msgstr "ინგლისური" + +msgid "Australian English" +msgstr "ავსტრალიური ინგლისური" + +msgid "British English" +msgstr "ბრიტანეთის ინგლისური" + +msgid "Esperanto" +msgstr "ესპერანტო" + +msgid "Spanish" +msgstr "ესპანური" + +msgid "Argentinian Spanish" +msgstr "არგენტინის ესპანური" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "მექსიკური ესპანური" + +msgid "Nicaraguan Spanish" +msgstr "ნიკარაგუული ესპანური" + +msgid "Venezuelan Spanish" +msgstr "ვენესუელის ესპანური" + +msgid "Estonian" +msgstr "ესტონური" + +msgid "Basque" +msgstr "ბასკური" + +msgid "Persian" +msgstr "სპარსული" + +msgid "Finnish" +msgstr "ფინური" + +msgid "French" +msgstr "ფრანგული" + +msgid "Frisian" +msgstr "ფრისიული" + +msgid "Irish" +msgstr "ირლანდიური" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "გალიციური" + +msgid "Hebrew" +msgstr "ებრაული" + +msgid "Hindi" +msgstr "ჰინდი" + +msgid "Croatian" +msgstr "ხორვატიული" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "უნგრული" + +msgid "Interlingua" +msgstr "ინტერლინგუა" + +msgid "Indonesian" +msgstr "ინდონეზიური" + +msgid "Ido" +msgstr "იდო" + +msgid "Icelandic" +msgstr "ისლანდიური" + +msgid "Italian" +msgstr "იტალიური" + +msgid "Japanese" +msgstr "იაპონური" + +msgid "Georgian" +msgstr "ქართული" + +msgid "Kazakh" +msgstr "ყაზახური" + +msgid "Khmer" +msgstr "ხმერული" + +msgid "Kannada" +msgstr "კანნადა" + +msgid "Korean" +msgstr "კორეული" + +msgid "Luxembourgish" +msgstr "ლუქსემბურგული" + +msgid "Lithuanian" +msgstr "ლიტვური" + +msgid "Latvian" +msgstr "ლატვიური" + +msgid "Macedonian" +msgstr "მაკედონიური" + +msgid "Malayalam" +msgstr "მალაიზიური" + +msgid "Mongolian" +msgstr "მონღოლური" + +msgid "Marathi" +msgstr "მარათული" + +msgid "Burmese" +msgstr "ბირმული" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "ნეპალური" + +msgid "Dutch" +msgstr "ჰოლანდიური" + +msgid "Norwegian Nynorsk" +msgstr "ნორვეგიული-ნინორსკი" + +msgid "Ossetic" +msgstr "ოსური" + +msgid "Punjabi" +msgstr "პუნჯაბი" + +msgid "Polish" +msgstr "პოლონური" + +msgid "Portuguese" +msgstr "პორტუგალიური" + +msgid "Brazilian Portuguese" +msgstr "ბრაზილიური პორტუგალიური" + +msgid "Romanian" +msgstr "რუმინული" + +msgid "Russian" +msgstr "რუსული" + +msgid "Slovak" +msgstr "სლოვაკური" + +msgid "Slovenian" +msgstr "სლოვენიური" + +msgid "Albanian" +msgstr "ალბანური" + +msgid "Serbian" +msgstr "სერბული" + +msgid "Serbian Latin" +msgstr "სერბული (ლათინური)" + +msgid "Swedish" +msgstr "შვედური" + +msgid "Swahili" +msgstr "სუაჰილი" + +msgid "Tamil" +msgstr "თამილური" + +msgid "Telugu" +msgstr "ტელუგუ" + +msgid "Thai" +msgstr "ტაი" + +msgid "Turkish" +msgstr "თურქული" + +msgid "Tatar" +msgstr "თათრული" + +msgid "Udmurt" +msgstr "უდმურტული" + +msgid "Ukrainian" +msgstr "უკრაინული" + +msgid "Urdu" +msgstr "ურდუ" + +msgid "Vietnamese" +msgstr "ვიეტნამური" + +msgid "Simplified Chinese" +msgstr "გამარტივებული ჩინური" + +msgid "Traditional Chinese" +msgstr "ტრადიციული ჩინური" + +msgid "Messages" +msgstr "შეტყობინებები" + +msgid "Site Maps" +msgstr "საიტის რუკები" + +msgid "Static Files" +msgstr "სტატიკური ფაილები" + +msgid "Syndication" +msgstr "სინდიკაცია" + +msgid "Enter a valid value." +msgstr "შეიყვანეთ სწორი მნიშვნელობა." + +msgid "Enter a valid URL." +msgstr "შეიყვანეთ სწორი URL." + +msgid "Enter a valid integer." +msgstr "შეიყვანეთ სწორი მთელი რიცხვი." + +msgid "Enter a valid email address." +msgstr "შეიყვანეთ მართებული ელფოსტის მისამართი." + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"შეიყვანეთ სწორი 'slug'-მნიშვნელობა, რომელიც შეიცავს მხოლოდ ასოებს, ციფრებს, " +"ხაზგასმის ნიშნებს და დეფისებს." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "შეიყვანეთ სწორი IPv4 მისამართი." + +msgid "Enter a valid IPv6 address." +msgstr "შეიყვანეთ მართებული IPv6 მისამართი." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "შეიყვანეთ მართებული IPv4 ან IPv6 მისამართი." + +msgid "Enter only digits separated by commas." +msgstr "შეიყვანეთ მხოლოდ მძიმეებით გამოყოფილი ციფრები." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "მნიშვნელობა უნდა იყოს %(limit_value)s (იგი არის %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "მნიშვნელობა უნდა იყოს %(limit_value)s-ზე ნაკლები ან ტოლი." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "მნიშვნელობა უნდა იყოს %(limit_value)s-ზე მეტი ან ტოლი." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"მნიშვნელობას უნდა ჰქონდეს სულ ცოტა %(limit_value)d სიმბოლო (მას აქვს " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"მნიშვნელობას უნდა ჰქონდეს არაუმეტეს %(limit_value)d სიმბოლოსი (მას აქვს " +"%(show_value)d)." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" + +msgid "and" +msgstr "და" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s ამ %(field_labels)s-ით უკვე არსებობს." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "მნიშვნელობა %(value)r არ არის დასაშვები." + +msgid "This field cannot be null." +msgstr "ეს ველი არ შეიძლება იყოს null." + +msgid "This field cannot be blank." +msgstr "ეს ველი არ შეიძლება იყოს ცარიელი." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s მოცემული %(field_label)s-ით უკვე არსებობს." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s უნდა იყოს უნიკალური %(date_field_label)s %(lookup_type)s-" +"სთვის." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "ველის ტიპი: %(field_type)s" + +msgid "Integer" +msgstr "მთელი" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "მნიშვნელობა '%(value)s' უნდა იყოს მთელი რიცხვი." + +msgid "Big (8 byte) integer" +msgstr "დიდი მთელი (8-ბაიტიანი)" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "მნიშვნელობა '%(value)s' უნდა იყოს True ან False." + +msgid "Boolean (Either True or False)" +msgstr "ლოგიკური (True ან False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "სტრიქონი (%(max_length)s სიმბოლომდე)" + +msgid "Comma-separated integers" +msgstr "მძიმით გამოყოფილი მთელი რიცხვები" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"'%(value)s' მნიშვნელობას აქვს არასწორი თარიღის ფორმატი. ის უნდა იყოს YYYY-MM-" +"DD ფორმატში." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"'%(value)s' მნიშვნელობას აქვს სწორი ფორმატი (YYYY-MM-DD), მაგრამ ის არასწორი " +"თარიღია." + +msgid "Date (without time)" +msgstr "თარიღი (დროის გარეშე)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"'%(value)s' მნიშვნელობას აქვს არასწორი ფორმატი. ის უნდა იყოს YYYY-MM-DD HH:" +"MM[:ss[.uuuuuu]][TZ] ფორმატში." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"'%(value)s' მნიშვნელობას აქვს სწორი ფორმატი (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]), მაგრამ ის არასწორი თარიღი/დრო-ა." + +msgid "Date (with time)" +msgstr "თარიღი (დროსთან ერთად)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "მნიშვნელობა '%(value)s' უნდა იყოს ათობითი რიცხვი." + +msgid "Decimal number" +msgstr "ათობითი რიცხვი" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" +"'%(value)s' არასწორი ფორმატი აქვს. ის უნდა იყოს [DD] [HH:[MM:]]ss[.uuuuuu] " +"ფორმატში." + +msgid "Duration" +msgstr "ხანგრზლივობა" + +msgid "Email address" +msgstr "ელ. ფოსტის მისამართი" + +msgid "File path" +msgstr "გზა ფაილისაკენ" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "რიცხვი მცოცავი წერტილით" + +msgid "IPv4 address" +msgstr "IPv4 მისამართი" + +msgid "IP address" +msgstr "IP-მისამართი" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "მნიშვნელობა '%(value)s' უნდა იყოს None, True ან False." + +msgid "Boolean (Either True, False or None)" +msgstr "ლოგიკური (True, False ან None)" + +msgid "Positive integer" +msgstr "დადებითი მთელი რიცხვი" + +msgid "Positive small integer" +msgstr "დადებითი პატარა მთელი რიცხვი" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "სლაგი (%(max_length)s-მდე)" + +msgid "Small integer" +msgstr "პატარა მთელი რიცხვი" + +msgid "Text" +msgstr "ტექსტი" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "დრო" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "" + +msgid "File" +msgstr "ფაილი" + +msgid "Image" +msgstr "გამოსახულება" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "გარე გასაღები (ტიპი განისაზღვრება დაკავშირებული ველის ტიპით)" + +msgid "One-to-one relationship" +msgstr "კავშირი ერთი-ერთტან" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "კავშირი მრავალი-მრავალთან" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr "" + +msgid "This field is required." +msgstr "ეს ველი აუცილებელია." + +msgid "Enter a whole number." +msgstr "შეიყვანეთ მთელი რიცხვი" + +msgid "Enter a number." +msgstr "შეიყვანეთ რიცხვი." + +msgid "Enter a valid date." +msgstr "შეიყვანეთ სწორი თარიღი." + +msgid "Enter a valid time." +msgstr "შეიყვანეთ სწორი დრო." + +msgid "Enter a valid date/time." +msgstr "შეიყვანეთ სწორი თარიღი და დრო." + +msgid "Enter a valid duration." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" +"ფაილი არ იყო გამოგზავნილი. შეამოწმეთ კოდირების ტიპი მოცემული ფორმისათვის." + +msgid "No file was submitted." +msgstr "ფაილი არ იყო გამოგზავნილი." + +msgid "The submitted file is empty." +msgstr "გამოგზავნილი ფაილი ცარიელია." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "ან გამოგზავნეთ ფაილი, ან მონიშნეთ \"წაშლის\" დროშა." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"ატვირთეთ დასაშვები გამოსახულება. თქვენს მიერ გამოგზავნილი ფაილი ან არ არის " +"გამოსახულება, ან დაზიანებულია." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "აირჩიეთ დასაშვები მნიშვნელობა. %(value)s დასაშვები არ არის." + +msgid "Enter a list of values." +msgstr "შეიყვანეთ მნიშვნელობების სია." + +msgid "Enter a complete value." +msgstr "შეიყვანეთ სრული მნიშვნელობა." + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr "" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(დამალული ველი %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" + +msgid "Order" +msgstr "დალაგება" + +msgid "Delete" +msgstr "წავშალოთ" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "გთხოვთ, შეასწოროთ დუბლირებული მონაცემები %(field)s-თვის." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"გთხოვთ, შეასწოროთ დუბლირებული მნიშვნელობა %(field)s ველისთვის, რომელიც უნდა " +"იყოს უნიკალური." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"გთხოვთ, შეასწოროთ დუბლირებული მნიშვნელობა %(field_name)s ველისთვის, რომელიც " +"უნდა იყოს უნიკალური %(lookup)s-ზე, %(date_field)s-თვის." + +msgid "Please correct the duplicate values below." +msgstr "გთხოვთ, შეასწოროთ დუბლირებული მნიშვნელობები." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "გარე გასაღების მნიშვნელობა მშობლის პირველად გასაღებს არ ემთხვევა." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "აირჩიეთ დასაშვები მნიშვნელობა. ეს არჩევანი დასაშვები არ არის." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +msgid "Currently" +msgstr "ამჟამად" + +msgid "Change" +msgstr "შეცვლა" + +msgid "Clear" +msgstr "წაშლა" + +msgid "Unknown" +msgstr "გაურკვეველი" + +msgid "Yes" +msgstr "კი" + +msgid "No" +msgstr "არა" + +msgid "yes,no,maybe" +msgstr "კი,არა,შესაძლოა" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d ბაიტი" + +#, python-format +msgid "%s KB" +msgstr "%s კბ" + +#, python-format +msgid "%s MB" +msgstr "%s მბ" + +#, python-format +msgid "%s GB" +msgstr "%s გბ" + +#, python-format +msgid "%s TB" +msgstr "%s ტბ" + +#, python-format +msgid "%s PB" +msgstr "%s პბ" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "შუაღამე" + +msgid "noon" +msgstr "შუადღე" + +msgid "Monday" +msgstr "ორშაბათი" + +msgid "Tuesday" +msgstr "სამშაბათი" + +msgid "Wednesday" +msgstr "ოთხშაბათი" + +msgid "Thursday" +msgstr "ხუთშაბათი" + +msgid "Friday" +msgstr "პარასკევი" + +msgid "Saturday" +msgstr "შაბათი" + +msgid "Sunday" +msgstr "კვირა" + +msgid "Mon" +msgstr "ორშ" + +msgid "Tue" +msgstr "სამ" + +msgid "Wed" +msgstr "ოთხ" + +msgid "Thu" +msgstr "ხუთ" + +msgid "Fri" +msgstr "პარ" + +msgid "Sat" +msgstr "შაბ" + +msgid "Sun" +msgstr "კვრ" + +msgid "January" +msgstr "იანვარი" + +msgid "February" +msgstr "თებერვალი" + +msgid "March" +msgstr "მარტი" + +msgid "April" +msgstr "აპრილი" + +msgid "May" +msgstr "მაისი" + +msgid "June" +msgstr "ივნისი" + +msgid "July" +msgstr "ივლისი" + +msgid "August" +msgstr "აგვისტო" + +msgid "September" +msgstr "სექტემბერი" + +msgid "October" +msgstr "ოქტომბერი" + +msgid "November" +msgstr "ნოემბერი" + +msgid "December" +msgstr "დეკემბერი" + +msgid "jan" +msgstr "იან" + +msgid "feb" +msgstr "თებ" + +msgid "mar" +msgstr "მარ" + +msgid "apr" +msgstr "აპრ" + +msgid "may" +msgstr "მაი" + +msgid "jun" +msgstr "ივნ" + +msgid "jul" +msgstr "ივლ" + +msgid "aug" +msgstr "აგვ" + +msgid "sep" +msgstr "სექ" + +msgid "oct" +msgstr "ოქტ" + +msgid "nov" +msgstr "ნოე" + +msgid "dec" +msgstr "დეკ" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "იან." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "თებ." + +msgctxt "abbrev. month" +msgid "March" +msgstr "მარ." + +msgctxt "abbrev. month" +msgid "April" +msgstr "აპრ." + +msgctxt "abbrev. month" +msgid "May" +msgstr "მაი" + +msgctxt "abbrev. month" +msgid "June" +msgstr "ივნ." + +msgctxt "abbrev. month" +msgid "July" +msgstr "ივლ." + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "აგვ." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "სექტ." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "ოქტ." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "ნოემ." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "დეკ." + +msgctxt "alt. month" +msgid "January" +msgstr "იანვარი" + +msgctxt "alt. month" +msgid "February" +msgstr "თებერვალი" + +msgctxt "alt. month" +msgid "March" +msgstr "მარტი" + +msgctxt "alt. month" +msgid "April" +msgstr "აპრილი" + +msgctxt "alt. month" +msgid "May" +msgstr "მაისი" + +msgctxt "alt. month" +msgid "June" +msgstr "ივნისი" + +msgctxt "alt. month" +msgid "July" +msgstr "ივლისი" + +msgctxt "alt. month" +msgid "August" +msgstr "აგვისტო" + +msgctxt "alt. month" +msgid "September" +msgstr "სექტემბერი" + +msgctxt "alt. month" +msgid "October" +msgstr "ოქტომბერი" + +msgctxt "alt. month" +msgid "November" +msgstr "ნოემბერი" + +msgctxt "alt. month" +msgid "December" +msgstr "დეკემბერი" + +msgid "This is not a valid IPv6 address." +msgstr "ეს არ არის სწორი IPv6 მისამართი." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "ან" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d წელი" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d თვე" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d კვირა" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d დღე" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d საათი" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d წუთი" + +msgid "0 minutes" +msgstr "0 წუთი" + +msgid "Forbidden" +msgstr "აკრძალული" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "მეტი ინფორმაცია მისაწვდომია DEBUG=True-ს მეშვეობით." + +msgid "Welcome to Django" +msgstr "კეთილი იყოს თქვენი მობრძანება Django-ში" + +msgid "It worked!" +msgstr "ამან იმუშავა!" + +msgid "Congratulations on your first Django-powered page." +msgstr "გილოცავთ თქვენს პრიველ Django-ზე მომუშავე გვერდს." + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" + +msgid "No year specified" +msgstr "არ არის მითითებული წელი" + +msgid "No month specified" +msgstr "არ არის მითითებული თვე" + +msgid "No day specified" +msgstr "არ არის მითითებული დღე" + +msgid "No week specified" +msgstr "არ არის მითითებული კვირა" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "%(verbose_name_plural)s არ არსებობს" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"მომავალი %(verbose_name_plural)s არ არსებობს იმიტომ, რომ %(class_name)s." +"allow_future არის False." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "" +"არასწორი თარიღის სტრიქონი '%(datestr)s' გამომდინარე ფორმატიდან '%(format)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "არ მოიძებნა არცერთი მოთხოვნის თანმხვედრი %(verbose_name)s" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "ცარიელი სია და '%(class_name)s.allow_empty' არის False." + +msgid "Directory indexes are not allowed here." +msgstr "" + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" არ არსებობს" + +#, python-format +msgid "Index of %(directory)s" +msgstr "%(directory)s-ის იდექსი" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ka/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ka/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ka/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ka/formats.py new file mode 100644 index 0000000..226f5f7 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ka/formats.py @@ -0,0 +1,50 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'l, j F, Y' +TIME_FORMAT = 'h:i a' +DATETIME_FORMAT = 'j F, Y h:i a' +YEAR_MONTH_FORMAT = 'F, Y' +MONTH_DAY_FORMAT = 'j F' +SHORT_DATE_FORMAT = 'j.M.Y' +SHORT_DATETIME_FORMAT = 'j.M.Y H:i' +FIRST_DAY_OF_WEEK = 1 # (Monday) + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +# Kept ISO formats as they are in first position +DATE_INPUT_FORMATS = [ + '%Y-%m-%d', '%m/%d/%Y', '%m/%d/%y', # '2006-10-25', '10/25/2006', '10/25/06' + # '%d %b %Y', '%d %b, %Y', '%d %b. %Y', # '25 Oct 2006', '25 Oct, 2006', '25 Oct. 2006' + # '%d %B %Y', '%d %B, %Y', # '25 October 2006', '25 October, 2006' + # '%d.%m.%Y', '%d.%m.%y', # '25.10.2006', '25.10.06' +] +DATETIME_INPUT_FORMATS = [ + '%Y-%m-%d %H:%M:%S', # '2006-10-25 14:30:59' + '%Y-%m-%d %H:%M:%S.%f', # '2006-10-25 14:30:59.000200' + '%Y-%m-%d %H:%M', # '2006-10-25 14:30' + '%Y-%m-%d', # '2006-10-25' + '%d.%m.%Y %H:%M:%S', # '25.10.2006 14:30:59' + '%d.%m.%Y %H:%M:%S.%f', # '25.10.2006 14:30:59.000200' + '%d.%m.%Y %H:%M', # '25.10.2006 14:30' + '%d.%m.%Y', # '25.10.2006' + '%d.%m.%y %H:%M:%S', # '25.10.06 14:30:59' + '%d.%m.%y %H:%M:%S.%f', # '25.10.06 14:30:59.000200' + '%d.%m.%y %H:%M', # '25.10.06 14:30' + '%d.%m.%y', # '25.10.06' + '%m/%d/%Y %H:%M:%S', # '10/25/2006 14:30:59' + '%m/%d/%Y %H:%M:%S.%f', # '10/25/2006 14:30:59.000200' + '%m/%d/%Y %H:%M', # '10/25/2006 14:30' + '%m/%d/%Y', # '10/25/2006' + '%m/%d/%y %H:%M:%S', # '10/25/06 14:30:59' + '%m/%d/%y %H:%M:%S.%f', # '10/25/06 14:30:59.000200' + '%m/%d/%y %H:%M', # '10/25/06 14:30' + '%m/%d/%y', # '10/25/06' +] +DECIMAL_SEPARATOR = '.' +THOUSAND_SEPARATOR = " " +NUMBER_GROUPING = 3 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/kk/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/kk/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..a25f3f005710623a2104875faf16917919e31f03 GIT binary patch literal 14222 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, 2015 +# Zharzhan Kulmyrza , 2011 +# Nurlan Rakhimzhanov , 2011 +# yun_man_ger , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Kazakh (http://www.transifex.com/django/django/language/kk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: kk\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Afrikaans" +msgstr "" + +msgid "Arabic" +msgstr "Араб" + +msgid "Asturian" +msgstr "" + +msgid "Azerbaijani" +msgstr "Әзірбайжан" + +msgid "Bulgarian" +msgstr "Болгар" + +msgid "Belarusian" +msgstr "" + +msgid "Bengali" +msgstr "Бенгал" + +msgid "Breton" +msgstr "" + +msgid "Bosnian" +msgstr "Босния" + +msgid "Catalan" +msgstr "Каталан" + +msgid "Czech" +msgstr "Чех" + +msgid "Welsh" +msgstr "Валлий" + +msgid "Danish" +msgstr "Дания" + +msgid "German" +msgstr "Неміс" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "Грек" + +msgid "English" +msgstr "Ағылшын" + +msgid "Australian English" +msgstr "" + +msgid "British English" +msgstr "Британдық ағылшын" + +msgid "Esperanto" +msgstr "" + +msgid "Spanish" +msgstr "Испан" + +msgid "Argentinian Spanish" +msgstr "Аргентиналық испан" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "Мексикалық испан" + +msgid "Nicaraguan Spanish" +msgstr "Никарагуа испан" + +msgid "Venezuelan Spanish" +msgstr "" + +msgid "Estonian" +msgstr "Эстон" + +msgid "Basque" +msgstr "Баск" + +msgid "Persian" +msgstr "Парсы" + +msgid "Finnish" +msgstr "Фин" + +msgid "French" +msgstr "Француз" + +msgid "Frisian" +msgstr "Фриз" + +msgid "Irish" +msgstr "Ирландия" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "Галиц" + +msgid "Hebrew" +msgstr "Иврит" + +msgid "Hindi" +msgstr "Хинди" + +msgid "Croatian" +msgstr "Кроат" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "Венгрия" + +msgid "Interlingua" +msgstr "" + +msgid "Indonesian" +msgstr "Индонезия" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "Исладия" + +msgid "Italian" +msgstr "Итальян" + +msgid "Japanese" +msgstr "Жапон" + +msgid "Georgian" +msgstr "Грузин" + +msgid "Kazakh" +msgstr "Қазақша" + +msgid "Khmer" +msgstr "Кхмер" + +msgid "Kannada" +msgstr "Канада" + +msgid "Korean" +msgstr "Корей" + +msgid "Luxembourgish" +msgstr "" + +msgid "Lithuanian" +msgstr "Литва" + +msgid "Latvian" +msgstr "Латвия" + +msgid "Macedonian" +msgstr "Македон" + +msgid "Malayalam" +msgstr "Малаялам" + +msgid "Mongolian" +msgstr "Монғол" + +msgid "Marathi" +msgstr "" + +msgid "Burmese" +msgstr "" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "" + +msgid "Dutch" +msgstr "Голланд" + +msgid "Norwegian Nynorsk" +msgstr "Норвегиялық нюнор" + +msgid "Ossetic" +msgstr "" + +msgid "Punjabi" +msgstr "Пенджаб" + +msgid "Polish" +msgstr "Поляк" + +msgid "Portuguese" +msgstr "Португал" + +msgid "Brazilian Portuguese" +msgstr "Бразилиялық португал" + +msgid "Romanian" +msgstr "Роман" + +msgid "Russian" +msgstr "Орыс" + +msgid "Slovak" +msgstr "Словак" + +msgid "Slovenian" +msgstr "Словениялық" + +msgid "Albanian" +msgstr "Албан" + +msgid "Serbian" +msgstr "Серб" + +msgid "Serbian Latin" +msgstr "Сербиялық латын" + +msgid "Swedish" +msgstr "Швед" + +msgid "Swahili" +msgstr "" + +msgid "Tamil" +msgstr "Тамиль" + +msgid "Telugu" +msgstr "Телугу" + +msgid "Thai" +msgstr "Тай" + +msgid "Turkish" +msgstr "Түрік" + +msgid "Tatar" +msgstr "" + +msgid "Udmurt" +msgstr "" + +msgid "Ukrainian" +msgstr "Украин" + +msgid "Urdu" +msgstr "Урду" + +msgid "Vietnamese" +msgstr "Вьетнам" + +msgid "Simplified Chinese" +msgstr "Жеңілдетілген қытай" + +msgid "Traditional Chinese" +msgstr "Дәстүрлі қытай" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "" + +msgid "Static Files" +msgstr "" + +msgid "Syndication" +msgstr "" + +msgid "Enter a valid value." +msgstr "Тура мәнін енгізіңіз." + +msgid "Enter a valid URL." +msgstr "Тура URL-ді енгізіңіз." + +msgid "Enter a valid integer." +msgstr "" + +msgid "Enter a valid email address." +msgstr "" + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Тек әріптерден, сандардан, астыңғы сызықтардан немесе дефистерден құралатын " +"тура 'slug'-ті енгізіңіз." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "Тура IPv4 адресті енгізіңіз." + +msgid "Enter a valid IPv6 address." +msgstr "" + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "" + +msgid "Enter only digits separated by commas." +msgstr "Тек үтірлермен бөлінген цифрлерді енгізіңіз." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Бұл мәннің %(limit_value)s екендігін тексеріңіз (қазір ол %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "" +"Бұл мәннің мынадан %(limit_value)s кіші немесе тең екендігін тексеріңіз." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "" +"Бұл мәннің мынадан %(limit_value)s үлкен немесе тең екендігін тексеріңіз." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" + +msgid "and" +msgstr "және" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "Бұл жолақ null болмау керек." + +msgid "This field cannot be blank." +msgstr "Бұл жолақ бос болмау керек." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s %(field_label)s жолақпен бұрыннан бар." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Жолақтын түрі: %(field_type)s" + +msgid "Integer" +msgstr "Бүтін сан" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "" + +msgid "Big (8 byte) integer" +msgstr "Ұзын (8 байт) бүтін сан" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "Boolean (True немесе False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Жол (%(max_length)s символға дейін)" + +msgid "Comma-separated integers" +msgstr "Үтірмен бөлінген бүтін сандар" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "Дата (уақытсыз)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "Дата (уақытпен)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "Ондық сан" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "Email адрес" + +msgid "File path" +msgstr "Файл жолы" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "Реал сан" + +msgid "IPv4 address" +msgstr "" + +msgid "IP address" +msgstr "IP мекенжайы" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "Булеан (True, False немесе None)" + +msgid "Positive integer" +msgstr "" + +msgid "Positive small integer" +msgstr "" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "" + +msgid "Small integer" +msgstr "" + +msgid "Text" +msgstr "Мәтін" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "Уақыт" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "" + +msgid "File" +msgstr "" + +msgid "Image" +msgstr "" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "Foreign Key (тип related field арқылы анықталады)" + +msgid "One-to-one relationship" +msgstr "One-to-one қатынас" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "Many-to-many қатынас" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr "" + +msgid "This field is required." +msgstr "Бұл өрісті толтыру міндетті." + +msgid "Enter a whole number." +msgstr "Толық санды енгізіңіз." + +msgid "Enter a number." +msgstr "Сан енгізіңіз." + +msgid "Enter a valid date." +msgstr "Дұрыс күнді енгізіңіз." + +msgid "Enter a valid time." +msgstr "Дұрыс уақытты енгізіңіз." + +msgid "Enter a valid date/time." +msgstr "Дұрыс күнді/уақытты енгізіңіз." + +msgid "Enter a valid duration." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Ешқандай файл жіберілмеді. Форманың кодтау түрін тексеріңіз." + +msgid "No file was submitted." +msgstr "Ешқандай файл жіберілмеді." + +msgid "The submitted file is empty." +msgstr "Бос файл жіберілді." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Файлды жіберіңіз немесе тазалауды белгіленіз, екеуін бірге емес." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Дұрыс сүретті жүктеңіз. Сіз жүктеген файл - сүрет емес немесе бұзылған сүрет." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Дұрыс тандау жасаңыз. %(value)s дұрыс тандау емес." + +msgid "Enter a list of values." +msgstr "Мәндер тізімін енгізіңіз." + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr "" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" + +msgid "Order" +msgstr "Сұрыптау" + +msgid "Delete" +msgstr "Жою" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "%(field)s жолақтағы қайталанған мәнді түзетіңіз." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "%(field)s жолақтағы мәнді түзетіңіз, ол бірегей болу керек." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"%(field_name)s жолақтағы мәнді түзетіңіз. Ол %(date_field)s жолақтың ішінде " +"%(lookup)s үшін бірегей болу керек." + +msgid "Please correct the duplicate values below." +msgstr "Қайталанатын мәндерді түзетіңіз." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "" +"Кірістірілген сыртқы кілт аталық дананың бастапқы кілтімен сәйкес келмейді." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Дұрыс нұсқаны таңдаңыз. Бұл нұсқа дұрыс таңдаулардың арасында жоқ." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +msgid "Currently" +msgstr "Ағымдағы" + +msgid "Change" +msgstr "Түзету" + +msgid "Clear" +msgstr "Тазалау" + +msgid "Unknown" +msgstr "Белгісіз" + +msgid "Yes" +msgstr "Иә" + +msgid "No" +msgstr "Жоқ" + +msgid "yes,no,maybe" +msgstr "иә,жоқ,мүмкін" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d байт" + +#, python-format +msgid "%s KB" +msgstr "%s КБ" + +#, python-format +msgid "%s MB" +msgstr "%s МБ" + +#, python-format +msgid "%s GB" +msgstr "%s ГБ" + +#, python-format +msgid "%s TB" +msgstr "%s ТБ" + +#, python-format +msgid "%s PB" +msgstr "%s ПБ" + +msgid "p.m." +msgstr "Т.Қ." + +msgid "a.m." +msgstr "Т.Ж." + +msgid "PM" +msgstr "ТҚ" + +msgid "AM" +msgstr "ТЖ" + +msgid "midnight" +msgstr "түнжарым" + +msgid "noon" +msgstr "түсқайта" + +msgid "Monday" +msgstr "Дүйсенбі" + +msgid "Tuesday" +msgstr "Сейсенбі" + +msgid "Wednesday" +msgstr "Сәрсенбі" + +msgid "Thursday" +msgstr "Бейсенбі" + +msgid "Friday" +msgstr "Жума" + +msgid "Saturday" +msgstr "Сенбі" + +msgid "Sunday" +msgstr "Жексенбі" + +msgid "Mon" +msgstr "Дб" + +msgid "Tue" +msgstr "Сб" + +msgid "Wed" +msgstr "Ср" + +msgid "Thu" +msgstr "Бс" + +msgid "Fri" +msgstr "Жм" + +msgid "Sat" +msgstr "Сн" + +msgid "Sun" +msgstr "Жк" + +msgid "January" +msgstr "Қаңтар" + +msgid "February" +msgstr "Ақпан" + +msgid "March" +msgstr "Наурыз" + +msgid "April" +msgstr "Сәуір" + +msgid "May" +msgstr "Мамыр" + +msgid "June" +msgstr "Маусым" + +msgid "July" +msgstr "Шілде" + +msgid "August" +msgstr "Тамыз" + +msgid "September" +msgstr "Қыркүйек" + +msgid "October" +msgstr "Қазан" + +msgid "November" +msgstr "Қараша" + +msgid "December" +msgstr "Желтоқсан" + +msgid "jan" +msgstr "қан" + +msgid "feb" +msgstr "ақп" + +msgid "mar" +msgstr "нау" + +msgid "apr" +msgstr "сәу" + +msgid "may" +msgstr "мам" + +msgid "jun" +msgstr "мау" + +msgid "jul" +msgstr "шіл" + +msgid "aug" +msgstr "там" + +msgid "sep" +msgstr "қыр" + +msgid "oct" +msgstr "қаз" + +msgid "nov" +msgstr "қар" + +msgid "dec" +msgstr "жел" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Ақп." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Қаң." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Наурыз" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Сәуір" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Мамыр" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Маусым" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Шілде" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Там." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Қыр." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Қаз." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Қар." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Жел." + +msgctxt "alt. month" +msgid "January" +msgstr "Қаңтар" + +msgctxt "alt. month" +msgid "February" +msgstr "Ақпан" + +msgctxt "alt. month" +msgid "March" +msgstr "Наурыз" + +msgctxt "alt. month" +msgid "April" +msgstr "Сәуір" + +msgctxt "alt. month" +msgid "May" +msgstr "Мамыр" + +msgctxt "alt. month" +msgid "June" +msgstr "Маусым" + +msgctxt "alt. month" +msgid "July" +msgstr "Шілде" + +msgctxt "alt. month" +msgid "August" +msgstr "Тамыз" + +msgctxt "alt. month" +msgid "September" +msgstr "Қыркүйек" + +msgctxt "alt. month" +msgid "October" +msgstr "Қазан" + +msgctxt "alt. month" +msgid "November" +msgstr "Қараша" + +msgctxt "alt. month" +msgid "December" +msgstr "Желтоқсан" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "" + +msgid "or" +msgstr "немесе" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" + +msgid "0 minutes" +msgstr "" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "Welcome to Django" +msgstr "" + +msgid "It worked!" +msgstr "" + +msgid "Congratulations on your first Django-powered page." +msgstr "" + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" + +msgid "No year specified" +msgstr "Жыл таңдалмаған" + +msgid "No month specified" +msgstr "Ай таңдалмаған" + +msgid "No day specified" +msgstr "Күн таңдалмаған" + +msgid "No week specified" +msgstr "Апта таңдалмаған" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "%(verbose_name_plural)s қол жеткізгісіз" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Болашақ %(verbose_name_plural)s қол жеткізгісіз, себебі %(class_name)s." +"allow_future False." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "'%(format)s' пішімі үшін дұрыс емес '%(datestr)s' уақыт жолы" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "%(verbose_name)s табылған жоқ" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "Бет соңғы емес және оны санға түрлендіруге болмайды." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Бос тізім және '%(class_name)s.allow_empty' - False." + +msgid "Directory indexes are not allowed here." +msgstr "" + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "" + +#, python-format +msgid "Index of %(directory)s" +msgstr "" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/km/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/km/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..2ffa89d3411a43e63bcd11d3cddb51d72c5b84d3 GIT binary patch literal 7284 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 HGFJZt&qu8Q literal 0 HcmV?d00001 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/km/LC_MESSAGES/django.po b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/km/LC_MESSAGES/django.po new file mode 100644 index 0000000..2a94fc8 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/km/LC_MESSAGES/django.po @@ -0,0 +1,1118 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Khmer (http://www.transifex.com/django/django/language/km/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: km\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Afrikaans" +msgstr "" + +msgid "Arabic" +msgstr "ភាសាអារ៉ាប់" + +msgid "Asturian" +msgstr "" + +msgid "Azerbaijani" +msgstr "" + +msgid "Bulgarian" +msgstr "" + +msgid "Belarusian" +msgstr "" + +msgid "Bengali" +msgstr "ភាសាបេឡារុស្ស" + +msgid "Breton" +msgstr "" + +msgid "Bosnian" +msgstr "" + +msgid "Catalan" +msgstr "" + +msgid "Czech" +msgstr "ភាសាឆេក" + +msgid "Welsh" +msgstr "ភាសាអ៊ុយក្រែន" + +msgid "Danish" +msgstr "ភាសាដាណឺម៉ាក" + +msgid "German" +msgstr "ភាសាអាល្លឺម៉ង់" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "ភាសាហ្កែលិគ" + +msgid "English" +msgstr "ភាសាអង់គ្លេស" + +msgid "Australian English" +msgstr "" + +msgid "British English" +msgstr "" + +msgid "Esperanto" +msgstr "" + +msgid "Spanish" +msgstr "ភាសាអេស្ប៉ាញ" + +msgid "Argentinian Spanish" +msgstr "" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "" + +msgid "Nicaraguan Spanish" +msgstr "" + +msgid "Venezuelan Spanish" +msgstr "" + +msgid "Estonian" +msgstr "" + +msgid "Basque" +msgstr "" + +msgid "Persian" +msgstr "" + +msgid "Finnish" +msgstr "ភាសាហ្វាំងឡង់" + +msgid "French" +msgstr "ភាសាបារាំង" + +msgid "Frisian" +msgstr "" + +msgid "Irish" +msgstr "" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "ភាសាហ្កែលិគ" + +msgid "Hebrew" +msgstr "ភាសាហេប្រិ" + +msgid "Hindi" +msgstr "" + +msgid "Croatian" +msgstr "" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "ភាសាហុងគ្រី" + +msgid "Interlingua" +msgstr "" + +msgid "Indonesian" +msgstr "" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "ភាសាអ៉ីស្លង់" + +msgid "Italian" +msgstr "ភាសាអ៊ីតាលី" + +msgid "Japanese" +msgstr "ភាសាជប៉ុន" + +msgid "Georgian" +msgstr "" + +msgid "Kazakh" +msgstr "" + +msgid "Khmer" +msgstr "" + +msgid "Kannada" +msgstr "" + +msgid "Korean" +msgstr "" + +msgid "Luxembourgish" +msgstr "" + +msgid "Lithuanian" +msgstr "" + +msgid "Latvian" +msgstr "" + +msgid "Macedonian" +msgstr "" + +msgid "Malayalam" +msgstr "" + +msgid "Mongolian" +msgstr "" + +msgid "Marathi" +msgstr "" + +msgid "Burmese" +msgstr "" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "" + +msgid "Dutch" +msgstr "ភាសាហ្វាំងឡង់" + +msgid "Norwegian Nynorsk" +msgstr "" + +msgid "Ossetic" +msgstr "" + +msgid "Punjabi" +msgstr "" + +msgid "Polish" +msgstr "" + +msgid "Portuguese" +msgstr "" + +msgid "Brazilian Portuguese" +msgstr "" + +msgid "Romanian" +msgstr "ភាសារូម៉ានី" + +msgid "Russian" +msgstr "ភាសាรัរូស្ស៉ី" + +msgid "Slovak" +msgstr "ភាសាស្លូវ៉ាគី" + +msgid "Slovenian" +msgstr "ភាសាស្លូវ៉ានី" + +msgid "Albanian" +msgstr "" + +msgid "Serbian" +msgstr "" + +msgid "Serbian Latin" +msgstr "" + +msgid "Swedish" +msgstr "ភាសាស៊ុយអែដ" + +msgid "Swahili" +msgstr "" + +msgid "Tamil" +msgstr "ភាសាតាមីល" + +msgid "Telugu" +msgstr "" + +msgid "Thai" +msgstr "" + +msgid "Turkish" +msgstr "ភាសាទួរគី" + +msgid "Tatar" +msgstr "" + +msgid "Udmurt" +msgstr "" + +msgid "Ukrainian" +msgstr "ភាសាអ៊ុយក្រែន" + +msgid "Urdu" +msgstr "" + +msgid "Vietnamese" +msgstr "" + +msgid "Simplified Chinese" +msgstr "ភាសាចិនសាមញ្ញ" + +msgid "Traditional Chinese" +msgstr "ភាសាចិនបុរាណ" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "" + +msgid "Static Files" +msgstr "" + +msgid "Syndication" +msgstr "" + +msgid "Enter a valid value." +msgstr "" + +msgid "Enter a valid URL." +msgstr "" + +msgid "Enter a valid integer." +msgstr "" + +msgid "Enter a valid email address." +msgstr "" + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "" + +msgid "Enter a valid IPv6 address." +msgstr "" + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "" + +msgid "Enter only digits separated by commas." +msgstr "បំពេញតែលេខហើយផ្តាច់ចេញពីគ្នាដោយសញ្ញាក្បៀស។" + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "" + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "" + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" + +msgid "and" +msgstr "និង" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "ចាំបាច់បំពេញទិន្នន័យកន្លែងនេះ។" + +msgid "This field cannot be blank." +msgstr "" + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "" + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "" + +msgid "Integer" +msgstr "ចំនួនពិត(Integer)" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "" + +msgid "Big (8 byte) integer" +msgstr "" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "Boolean (អាច​ជា True រឺ False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "" + +msgid "Comma-separated integers" +msgstr "ចំនួនពិត(Integer) ដែលផ្តាច់ចេញពីគ្នាដោយ​ក្បៀស" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "កាល​បរិច្ឆេទ (Date) (មិនមានសរសេរម៉ោង)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "កាល​បរិច្ឆេទ (Date) (មានសរសេរម៉ោង)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "ចំនួនទសភាគ (Decimal)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "" + +msgid "File path" +msgstr "ផ្លូវទៅកាន់ឯកសារ" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "" + +msgid "IPv4 address" +msgstr "" + +msgid "IP address" +msgstr "លេខ IP" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "Boolean (អាចជា True​ រឺ False រឺ None)" + +msgid "Positive integer" +msgstr "" + +msgid "Positive small integer" +msgstr "" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "" + +msgid "Small integer" +msgstr "" + +msgid "Text" +msgstr "អត្ថបទ" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "ពេលវេលា" + +msgid "URL" +msgstr "អាស័យដ្ឋានគេហទំព័រ(URL)" + +msgid "Raw binary data" +msgstr "" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "" + +msgid "File" +msgstr "" + +msgid "Image" +msgstr "" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "" + +msgid "One-to-one relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr "" + +msgid "This field is required." +msgstr "ចាំបាច់បំពេញទិន្នន័យកន្លែងនេះ។" + +msgid "Enter a whole number." +msgstr "បំពេញចំនួនទាំងអស់។" + +msgid "Enter a number." +msgstr "" + +msgid "Enter a valid date." +msgstr "" + +msgid "Enter a valid time." +msgstr "" + +msgid "Enter a valid date/time." +msgstr "" + +msgid "Enter a valid duration." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "មិនមានឯកសារត្រូវបានជ្រើសរើស។ សូមពិនិត្យប្រភេទឯកសារម្តងទៀត។" + +msgid "No file was submitted." +msgstr "" + +msgid "The submitted file is empty." +msgstr "ពុំមានឯកសារ។​" + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "រូបភាពដែលទាញយកមិនត្រឹមត្រូវ ប្រហែលជាមិនមែនជារូបភាព ឬក៏ជា រូបភាពខូច។" + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" + +msgid "Enter a list of values." +msgstr "" + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr "" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" + +msgid "Order" +msgstr "" + +msgid "Delete" +msgstr "លប់" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "" + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" + +msgid "Please correct the duplicate values below." +msgstr "" + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +msgid "Currently" +msgstr "" + +msgid "Change" +msgstr "ផ្លាស់ប្តូរ" + +msgid "Clear" +msgstr "" + +msgid "Unknown" +msgstr "មិន​ដឹង" + +msgid "Yes" +msgstr "យល់ព្រម" + +msgid "No" +msgstr "មិនយល់ព្រម" + +msgid "yes,no,maybe" +msgstr "យល់ព្រម មិនយល់ព្រម​ ប្រហែល" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "" + +#, python-format +msgid "%s KB" +msgstr "" + +#, python-format +msgid "%s MB" +msgstr "" + +#, python-format +msgid "%s GB" +msgstr "" + +#, python-format +msgid "%s TB" +msgstr "" + +#, python-format +msgid "%s PB" +msgstr "" + +msgid "p.m." +msgstr "" + +msgid "a.m." +msgstr "" + +msgid "PM" +msgstr "" + +msgid "AM" +msgstr "" + +msgid "midnight" +msgstr "" + +msgid "noon" +msgstr "" + +msgid "Monday" +msgstr "ច័ន្ទ" + +msgid "Tuesday" +msgstr "អង្គារ" + +msgid "Wednesday" +msgstr "ពុធ" + +msgid "Thursday" +msgstr "ព្រហស្បតិ៍" + +msgid "Friday" +msgstr "សុក្រ" + +msgid "Saturday" +msgstr "សៅរ៍" + +msgid "Sunday" +msgstr "អាទិត្យ" + +msgid "Mon" +msgstr "" + +msgid "Tue" +msgstr "" + +msgid "Wed" +msgstr "" + +msgid "Thu" +msgstr "" + +msgid "Fri" +msgstr "" + +msgid "Sat" +msgstr "" + +msgid "Sun" +msgstr "" + +msgid "January" +msgstr "មករា" + +msgid "February" +msgstr "កុម្ភៈ" + +msgid "March" +msgstr "មិនា" + +msgid "April" +msgstr "មេសា" + +msgid "May" +msgstr "ឧសភា" + +msgid "June" +msgstr "មិថុនា" + +msgid "July" +msgstr "កក្កដា" + +msgid "August" +msgstr "សីហា" + +msgid "September" +msgstr "កញ្ញា" + +msgid "October" +msgstr "តុលា" + +msgid "November" +msgstr "វិច្ឆិកា" + +msgid "December" +msgstr "ធ្នូ" + +msgid "jan" +msgstr "មករា" + +msgid "feb" +msgstr "កុម្ភះ" + +msgid "mar" +msgstr "មិនា" + +msgid "apr" +msgstr "មេសា" + +msgid "may" +msgstr "ឧសភា" + +msgid "jun" +msgstr "មិថុនា" + +msgid "jul" +msgstr "កក្កដា" + +msgid "aug" +msgstr "សីហា" + +msgid "sep" +msgstr "កញ្ញា" + +msgid "oct" +msgstr "តុលា" + +msgid "nov" +msgstr "វិច្ឆិកា" + +msgid "dec" +msgstr "ធ្នូ" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "" + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "" + +msgctxt "abbrev. month" +msgid "March" +msgstr "មិនា" + +msgctxt "abbrev. month" +msgid "April" +msgstr "មេសា" + +msgctxt "abbrev. month" +msgid "May" +msgstr "ឧសភា" + +msgctxt "abbrev. month" +msgid "June" +msgstr "មិថុនា" + +msgctxt "abbrev. month" +msgid "July" +msgstr "កក្កដា" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "" + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "" + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "" + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "" + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "" + +msgctxt "alt. month" +msgid "January" +msgstr "មករា" + +msgctxt "alt. month" +msgid "February" +msgstr "កុម្ភៈ" + +msgctxt "alt. month" +msgid "March" +msgstr "មិនា" + +msgctxt "alt. month" +msgid "April" +msgstr "មេសា" + +msgctxt "alt. month" +msgid "May" +msgstr "ឧសភា" + +msgctxt "alt. month" +msgid "June" +msgstr "មិថុនា" + +msgctxt "alt. month" +msgid "July" +msgstr "កក្កដា" + +msgctxt "alt. month" +msgid "August" +msgstr "សីហា" + +msgctxt "alt. month" +msgid "September" +msgstr "កញ្ញា" + +msgctxt "alt. month" +msgid "October" +msgstr "តុលា" + +msgctxt "alt. month" +msgid "November" +msgstr "វិច្ឆិកា" + +msgctxt "alt. month" +msgid "December" +msgstr "ធ្នូ" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "" + +msgid "or" +msgstr "" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr "" + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" + +msgid "0 minutes" +msgstr "" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "Welcome to Django" +msgstr "" + +msgid "It worked!" +msgstr "" + +msgid "Congratulations on your first Django-powered page." +msgstr "" + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" + +msgid "No year specified" +msgstr "" + +msgid "No month specified" +msgstr "" + +msgid "No day specified" +msgstr "" + +msgid "No week specified" +msgstr "" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "" + +msgid "Directory indexes are not allowed here." +msgstr "" + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "" + +#, python-format +msgid "Index of %(directory)s" +msgstr "" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/km/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/km/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/km/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/km/formats.py new file mode 100644 index 0000000..52ff4f9 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/km/formats.py @@ -0,0 +1,24 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'j ខែ F ឆ្នាំ Y' +TIME_FORMAT = 'G:i' +DATETIME_FORMAT = 'j ខែ F ឆ្នាំ Y, G:i' +# YEAR_MONTH_FORMAT = +MONTH_DAY_FORMAT = 'j F' +SHORT_DATE_FORMAT = 'j M Y' +SHORT_DATETIME_FORMAT = 'j M Y, G:i' +# FIRST_DAY_OF_WEEK = + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +# DATE_INPUT_FORMATS = +# TIME_INPUT_FORMATS = +# DATETIME_INPUT_FORMATS = +DECIMAL_SEPARATOR = ',' +THOUSAND_SEPARATOR = '.' +# NUMBER_GROUPING = diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/kn/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/kn/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..3140001b7bf878eaf1d86438374208e57d754253 GIT binary patch literal 18954 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, 2011 +# karthikbgl , 2011-2012 +# Ramakrishna Yekulla , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 20:57+0200\n" +"PO-Revision-Date: 2016-06-30 08:31+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Kannada (http://www.transifex.com/django/django/language/" +"kn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: kn\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Afrikaans" +msgstr "" + +msgid "Arabic" +msgstr "ಅರೇಬಿಕ್" + +msgid "Asturian" +msgstr "" + +msgid "Azerbaijani" +msgstr "ಆಜೆರ್ಬೈಜನಿ" + +msgid "Bulgarian" +msgstr "ಬಲ್ಗೇರಿಯನ್" + +msgid "Belarusian" +msgstr "" + +msgid "Bengali" +msgstr "ಬೆಂಗಾಲಿ" + +msgid "Breton" +msgstr "" + +msgid "Bosnian" +msgstr "ಬೋಸ್ನಿಯನ್" + +msgid "Catalan" +msgstr "ಕೆಟಲಾನ್" + +msgid "Czech" +msgstr "ಝೆಕ್" + +msgid "Welsh" +msgstr "ವೆಲ್ಷ್" + +msgid "Danish" +msgstr "ಡ್ಯಾನಿಷ್" + +msgid "German" +msgstr "ಜರ್ಮನ್" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "ಗ್ರೀಕ್" + +msgid "English" +msgstr "ಇಂಗ್ಲಿಷ್" + +msgid "Australian English" +msgstr "" + +msgid "British English" +msgstr "ಬ್ರಿಟೀಶ್ ಇಂಗ್ಲಿಷ್" + +msgid "Esperanto" +msgstr "" + +msgid "Spanish" +msgstr "ಸ್ಪ್ಯಾನಿಷ್" + +msgid "Argentinian Spanish" +msgstr "ಅರ್ಜೆಂಟಿನಿಯನ್ ಸ್ಪಾನಿಷ್" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "ಮೆಕ್ಸಿಕನ್ ಸ್ಪಾನಿಷ್" + +msgid "Nicaraguan Spanish" +msgstr "nicarguan ಸ್ಪಾನಿಷ್" + +msgid "Venezuelan Spanish" +msgstr "" + +msgid "Estonian" +msgstr "ಎಷ್ಟೋನಿಯನ್" + +msgid "Basque" +msgstr "ಬಾಸ್ಕ್‍" + +msgid "Persian" +msgstr "ಪರ್ಶಿಯನ್" + +msgid "Finnish" +msgstr "ಫಿನ್ನಿಶ್" + +msgid "French" +msgstr "ಫ್ರೆಂಚ್" + +msgid "Frisian" +msgstr "ಫ್ರಿಸಿಯನ್" + +msgid "Irish" +msgstr "ಐರಿಶ್" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "ಗೆಲಿಶಿಯನ್" + +msgid "Hebrew" +msgstr "ಹೀಬ್ರೂ" + +msgid "Hindi" +msgstr "ಹಿಂದಿ" + +msgid "Croatian" +msgstr "ಕ್ರೊಯೇಶಿಯನ್" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "ಹಂಗೇರಿಯನ್" + +msgid "Interlingua" +msgstr "" + +msgid "Indonesian" +msgstr "ಇಂಡೋನಿಶಿಯನ್" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "ಐಸ್‌ಲ್ಯಾಂಡಿಕ್" + +msgid "Italian" +msgstr "ಇಟಾಲಿಯನ್" + +msgid "Japanese" +msgstr "ಜಾಪನೀಸ್" + +msgid "Georgian" +msgstr "ಜಾರ್ಜೆಯನ್ " + +msgid "Kazakh" +msgstr "" + +msgid "Khmer" +msgstr "ಖಮೇರ್" + +msgid "Kannada" +msgstr "ಕನ್ನಡ" + +msgid "Korean" +msgstr "ಕೊರಿಯನ್" + +msgid "Luxembourgish" +msgstr "" + +msgid "Lithuanian" +msgstr "ಲಿತುವಾನಿಯನ್ " + +msgid "Latvian" +msgstr "ಲಾಟ್ವಿಯನ್" + +msgid "Macedonian" +msgstr "ಮೆಸಡೊನಿಯನ್" + +msgid "Malayalam" +msgstr "ಮಲಯಾಳಂ" + +msgid "Mongolian" +msgstr "ಮಂಗೊಲಿಯನ್" + +msgid "Marathi" +msgstr "" + +msgid "Burmese" +msgstr "" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "" + +msgid "Dutch" +msgstr "ಡಚ್" + +msgid "Norwegian Nynorsk" +msgstr "ನಾರ್ವೇಜಿಯನ್ ನಿನೋರ್ಕ್" + +msgid "Ossetic" +msgstr "" + +msgid "Punjabi" +msgstr "ಪಂಜಾಬಿ" + +msgid "Polish" +msgstr "ಪೋಲಿಷ್" + +msgid "Portuguese" +msgstr "ಪೋರ್ಚುಗೀಸ್" + +msgid "Brazilian Portuguese" +msgstr "ಬ್ರಜೀಲಿಯನ್ ಪೋರ್ಚುಗೀಸ್" + +msgid "Romanian" +msgstr "ರೋಮೇನಿಯನ್" + +msgid "Russian" +msgstr "ರಶಿಯನ್" + +msgid "Slovak" +msgstr "ಸ್ಲೋವಾಕ್" + +msgid "Slovenian" +msgstr "ಸ್ಲೋವೇನಿಯನ್" + +msgid "Albanian" +msgstr "ಅಲ್ಬೆನಿಯನ್ " + +msgid "Serbian" +msgstr "ಸರ್ಬಿಯನ್" + +msgid "Serbian Latin" +msgstr "ಸರ್ಬಿಯನ್ ಲ್ಯಾಟಿನ್" + +msgid "Swedish" +msgstr "ಸ್ವೀಡಿಷ್" + +msgid "Swahili" +msgstr "" + +msgid "Tamil" +msgstr "ತಮಿಳು" + +msgid "Telugu" +msgstr "ತೆಲುಗು" + +msgid "Thai" +msgstr "ಥಾಯ್" + +msgid "Turkish" +msgstr "ಟರ್ಕಿಶ್" + +msgid "Tatar" +msgstr "" + +msgid "Udmurt" +msgstr "" + +msgid "Ukrainian" +msgstr "ಉಕ್ರೇನಿಯನ್" + +msgid "Urdu" +msgstr "ಉರ್ದು" + +msgid "Vietnamese" +msgstr "ವಿಯೆತ್ನಾಮೀಸ್" + +msgid "Simplified Chinese" +msgstr "ಸರಳೀಕೃತ ಚೈನೀಸ್" + +msgid "Traditional Chinese" +msgstr "ಸಂಪ್ರದಾಯಿಕ ಚೈನೀಸ್ " + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "" + +msgid "Static Files" +msgstr "" + +msgid "Syndication" +msgstr "" + +msgid "Enter a valid value." +msgstr "ಸಿಂಧುವಾದ ಮೌಲ್ಯವನ್ನು ನಮೂದಿಸಿ." + +msgid "Enter a valid URL." +msgstr "ಸರಿಯಾದ ಒಂದು URL ಅನ್ನು ನಮೂದಿಸಿ." + +msgid "Enter a valid integer." +msgstr "" + +msgid "Enter a valid email address." +msgstr "" + +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"ಅಕ್ಷರಗಳು, ಅಂಕೆಗಳು, ಅಡಿಗೆರೆಗಳು (ಅಂಡರ್ಸ್ಕೋರ್) ಹಾಗು ಅಡ್ಡಗೆರೆಗಳನ್ನು ಹೊಂದಿರುವ ಒಂದು " +"ಸರಿಯಾದ 'slug' ಅನ್ನು ನಮೂದಿಸಿ." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "ಒಂದು ಸರಿಯಾದ IPv4 ವಿಳಾಸವನ್ನು ನಮೂದಿಸಿ." + +msgid "Enter a valid IPv6 address." +msgstr "ಮಾನ್ಯವಾದ IPv6 ವಿಳಾಸ ದಾಖಲಿಸಿ" + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "ಮಾನ್ಯವಾದ IPv4 ಅಥವಾ IPv6 ವಿಳಾಸ ದಾಖಲಿಸಿ" + +msgid "Enter only digits separated by commas." +msgstr "ಅಲ್ಪವಿರಾಮ(,)ಗಳಿಂದ ಬೇರ್ಪಟ್ಟ ಅಂಕೆಗಳನ್ನು ಮಾತ್ರ ಬರೆಯಿರಿ." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"ಈ ಮೌಲ್ಯವು %(limit_value)s ಆಗಿದೆ ಎಂದು ಖಚಿತಪಡಿಸಿಕೊಳ್ಳಿ (ಇದು %(show_value)s ಆಗಿದೆ)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "" +"ಈ ಮೌಲ್ಯವು %(limit_value)s ಕ್ಕಿಂತ ಕಡಿಮೆಯ ಅಥವ ಸಮನಾದ ಮೌಲ್ಯವಾಗಿದೆ ಎಂದು ಖಾತ್ರಿ " +"ಮಾಡಿಕೊಳ್ಳಿ." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "" +"ಈ ಮೌಲ್ಯವು %(limit_value)s ಕ್ಕಿಂತ ಹೆಚ್ಚಿನ ಅಥವ ಸಮನಾದ ಮೌಲ್ಯವಾಗಿದೆ ಎಂದು ಖಾತ್ರಿ " +"ಮಾಡಿಕೊಳ್ಳಿ." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" + +msgid "and" +msgstr "ಮತ್ತು" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "ಈ ಅಂಶವನ್ನು ಖಾಲಿ ಬಿಡುವಂತಿಲ್ಲ." + +msgid "This field cannot be blank." +msgstr "ಈ ಸ್ಥಳವು ಖಾಲಿ ಇರುವಂತಿಲ್ಲ." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "" +"ಈ %(field_label)s ಅನ್ನು ಹೊಂದಿರುವ ಒಂದು %(model_name)s ಈಗಾಗಲೆ ಅಸ್ತಿತ್ವದಲ್ಲಿದೆ." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "ಕ್ಷೇತ್ರದ ಬಗೆ: %(field_type)s" + +msgid "Integer" +msgstr "ಪೂರ್ಣಾಂಕ" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "" + +msgid "Big (8 byte) integer" +msgstr "ಬೃಹತ್ (೮ ಬೈಟ್) ಪೂರ್ಣ ಸಂಖ್ಯೆ" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "ಬೂಲಿಯನ್ (ಹೌದು ಅಥವ ಅಲ್ಲ)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "ಪದಪುಂಜ (%(max_length)s ವರೆಗೆ)" + +msgid "Comma-separated integers" +msgstr "ಅಲ್ಪವಿರಾಮ(,) ದಿಂದ ಬೇರ್ಪಟ್ಟ ಪೂರ್ಣಸಂಖ್ಯೆಗಳು" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "ದಿನಾಂಕ (ಸಮಯವಿಲ್ಲದೆ)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "ದಿನಾಂಕ (ಸಮಯದೊಂದಿಗೆ)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "ದಶಮಾನ ಸಂಖ್ಯೆ" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "" + +msgid "File path" +msgstr "ಕಡತದ ಸ್ಥಾನಪಥ" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "ತೇಲುವ-ಬಿಂದು ಸಂಖ್ಯೆ" + +msgid "IPv4 address" +msgstr "IPv4 ವಿಳಾಸ" + +msgid "IP address" +msgstr "IP ವಿಳಾಸ" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "ಬೂಲಿಯನ್ (ನಿಜ, ಸುಳ್ಳು ಅಥವ ಯಾವುದೂ ಅಲ್ಲ ಇವುಗಳಲ್ಲಿ ಒಂದು)" + +msgid "Positive integer" +msgstr "" + +msgid "Positive small integer" +msgstr "" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "" + +msgid "Small integer" +msgstr "" + +msgid "Text" +msgstr "ಪಠ್ಯ" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "ಸಮಯ" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "" + +msgid "File" +msgstr "" + +msgid "Image" +msgstr "" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "ಬಾಹ್ಯ ಕೀಲಿ (ಸಂಬಂಧಿತ ಸ್ಥಳದಿಂದ ಪ್ರಕಾರವನ್ನು ನಿರ್ಧರಿಸಲಾಗುತ್ತದೆ)" + +msgid "One-to-one relationship" +msgstr "ಒನ್-ಟು-ಒನ್ (ಪರಸ್ಪರ) ಸಂಬಂಧ" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "ಮೆನಿ-ಟು-ಮೆನಿ (ಸಾರ್ವಜನಿಕ) ಸಂಬಂಧ" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr "" + +msgid "This field is required." +msgstr "ಈ ಸ್ಥಳವು ಅಗತ್ಯವಿರುತ್ತದೆ." + +msgid "Enter a whole number." +msgstr "ಪೂರ್ಣಾಂಕವೊಂದನ್ನು ನಮೂದಿಸಿ." + +msgid "Enter a number." +msgstr "ಒಂದು ಸಂಖ್ಯೆಯನ್ನು ನಮೂದಿಸಿ." + +msgid "Enter a valid date." +msgstr "ಸರಿಯಾದ ದಿನಾಂಕವನ್ನು ನಮೂದಿಸಿ." + +msgid "Enter a valid time." +msgstr "ಸರಿಯಾದ ಸಮಯವನ್ನು ನಮೂದಿಸಿ." + +msgid "Enter a valid date/time." +msgstr "ಸರಿಯಾದ ದಿನಾಂಕ/ಸಮಯವನ್ನು ನಮೂದಿಸಿ." + +msgid "Enter a valid duration." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" +"ಯಾವದೇ ಕಡತವನ್ನೂ ಸಲ್ಲಿಸಲಾಗಿಲ್ಲ. ನಮೂನೆಯ ಮೇಲಿನ ಸಂಕೇತೀಕರಣ (ಎನ್ಕೋಡಿಂಗ್) ಬಗೆಯನ್ನು " +"ಪರೀಕ್ಷಿಸಿ." + +msgid "No file was submitted." +msgstr "ಯಾವದೇ ಕಡತವನ್ನೂ ಸಲ್ಲಿಸಲಾಗಿಲ್ಲ." + +msgid "The submitted file is empty." +msgstr "ಸಲ್ಲಿಸಲಾದ ಕಡತ ಖಾಲಿ ಇದೆ." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"ದಯವಿಟ್ಟು ಕಡತವನ್ನು ಸಲ್ಲಿಸಿ ಅಥವ ಅಳಿಸುವ ಗುರುತುಚೌಕವನ್ನು ಗುರುತು ಹಾಕಿ, ಎರಡನ್ನೂ ಒಟ್ಟಿಗೆ " +"ಮಾಡಬೇಡಿ." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"ಸರಿಯಾದ ಚಿತ್ರವನ್ನು ಸೇರಿಸಿ. ನೀವು ಸೇರಿಸಿದ ಕಡತವು ಚಿತ್ರವೇ ಅಲ್ಲ ಅಥವಾ ಅದು ಒಂದು ಹಾಳಾದ " +"ಚಿತ್ರವಾಗಿದೆ. " + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "ಸರಿಯಾದ ಒಂದು ಆಯ್ಕೆಯನ್ನು ಆರಿಸಿ. %(value)s ಎನ್ನುವುದು ಲಭ್ಯವಿರುವ ಆಯ್ಕೆಗಳಲ್ಲಿ ಇಲ್ಲ." + +msgid "Enter a list of values." +msgstr "ಮೌಲ್ಯಗಳ ಒಂದು ಪಟ್ಟಿಯನ್ನು ನಮೂದಿಸಿ." + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr "" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" + +msgid "Order" +msgstr "ಕ್ರಮ" + +msgid "Delete" +msgstr "ಅಳಿಸಿಹಾಕಿ" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "%(field)s ಗಾಗಿ ಎರಡು ಬಾರಿ ನಮೂದಿಸಲಾದ ಮಾಹಿತಿಯನ್ನು ಸರಿಪಡಿಸಿ." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"%(field)s ಗಾಗಿ ಎರಡು ಬಾರಿ ನಮೂದಿಸಲಾದ ಮಾಹಿತಿಯನ್ನು ಸರಿಪಡಿಸಿ, ಇದರ ಮೌಲ್ಯವು " +"ವಿಶಿಷ್ಟವಾಗಿರಬೇಕು." + +#, python-format +msgid "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." +msgstr "" +"%(field_name)s ಗಾಗಿ ಎರಡು ಬಾರಿ ನಮೂದಿಸಲಾದ ಮಾಹಿತಿಯನ್ನು ಸರಿಪಡಿಸಿ, %(date_field)s " +"ನಲ್ಲಿನ %(lookup)s ಗಾಗಿ ಇದರ ಮೌಲ್ಯವು ವಿಶಿಷ್ಟವಾಗಿರಬೇಕು." + +msgid "Please correct the duplicate values below." +msgstr "ದಯವಿಟ್ಟು ಈ ಕೆಳಗೆ ಎರಡು ಬಾರಿ ನಮೂದಿಸಲಾದ ಮೌಲ್ಯವನ್ನು ಸರಿಪಡಿಸಿ." + +msgid "The inline foreign key did not match the parent instance primary key." +msgstr "ಸಾಲಿನೊಳಗಿನ ಪ್ರಾಥಮಿಕ ಕೀಲಿಯು ಮೂಲ ಇನ್‌ಸ್ಟನ್ಸ್‍ ಪ್ರಾಥಮಿಕ ಕೀಲಿಗೆ ತಾಳೆಯಾಗುತ್ತಿಲ್ಲ." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "ಸರಿಯಾದ ಒಂದು ಆಯ್ಕೆಯನ್ನು ಆರಿಸಿ. ಆ ಆಯ್ಕೆಯು ಲಭ್ಯವಿರುವ ಆಯ್ಕೆಗಳಲ್ಲಿ ಇಲ್ಲ." + +#, python-format +msgid "\"%(pk)s\" is not a valid value for a primary key." +msgstr "" + +#, python-format +msgid "" +"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." +msgstr "" + +msgid "Currently" +msgstr "ಪ್ರಸಕ್ತ" + +msgid "Change" +msgstr "ಬದಲಾವಣೆ" + +msgid "Clear" +msgstr "ಮುಕ್ತಗೊಳಿಸು" + +msgid "Unknown" +msgstr "ಗೊತ್ತಿರದ" + +msgid "Yes" +msgstr "ಹೌದು" + +msgid "No" +msgstr "ಇಲ್ಲ" + +msgid "yes,no,maybe" +msgstr "ಹೌದು,ಇಲ್ಲ,ಇರಬಹುದು" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d ಬೈಟ್‌ಗಳು" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "ಅಪರಾಹ್ನ" + +msgid "a.m." +msgstr "ಪೂರ್ವಾಹ್ನ" + +msgid "PM" +msgstr "ಅಪರಾಹ್ನ" + +msgid "AM" +msgstr "ಪೂರ್ವಾಹ್ನ" + +msgid "midnight" +msgstr "ಮಧ್ಯರಾತ್ರಿ" + +msgid "noon" +msgstr "ಮಧ್ಯಾಹ್ನ" + +msgid "Monday" +msgstr "ಸೋಮವಾರ" + +msgid "Tuesday" +msgstr "ಮಂಗಳವಾರ" + +msgid "Wednesday" +msgstr "ಬುಧವಾರ" + +msgid "Thursday" +msgstr "ಗುರುವಾರ" + +msgid "Friday" +msgstr "ಶುಕ್ರವಾರ" + +msgid "Saturday" +msgstr "ಶನಿವಾರ" + +msgid "Sunday" +msgstr "ರವಿವಾರ" + +msgid "Mon" +msgstr "ಸೋಮ" + +msgid "Tue" +msgstr "ಮಂಗಳ" + +msgid "Wed" +msgstr "ಬುಧ" + +msgid "Thu" +msgstr "ಗುರು" + +msgid "Fri" +msgstr "ಶುಕ್ರ" + +msgid "Sat" +msgstr "ಶನಿ" + +msgid "Sun" +msgstr "ರವಿ" + +msgid "January" +msgstr "ಜನವರಿ" + +msgid "February" +msgstr "ಫೆಬ್ರುವರಿ" + +msgid "March" +msgstr "ಮಾರ್ಚ್" + +msgid "April" +msgstr "ಎಪ್ರಿಲ್" + +msgid "May" +msgstr "ಮೇ" + +msgid "June" +msgstr "ಜೂನ್" + +msgid "July" +msgstr "ಜುಲೈ" + +msgid "August" +msgstr "ಆಗಸ್ಟ್" + +msgid "September" +msgstr "ಸೆಪ್ಟೆಂಬರ್" + +msgid "October" +msgstr "ಅಕ್ಟೋಬರ್" + +msgid "November" +msgstr "ನವೆಂಬರ್" + +msgid "December" +msgstr "ಡಿಸೆಂಬರ್" + +msgid "jan" +msgstr "ಜನವರಿ" + +msgid "feb" +msgstr "ಫೆಬ್ರವರಿ" + +msgid "mar" +msgstr "ಮಾರ್ಚ್" + +msgid "apr" +msgstr "ಏಪ್ರಿಲ್" + +msgid "may" +msgstr "ಮೇ" + +msgid "jun" +msgstr "ಜೂನ್" + +msgid "jul" +msgstr "ಜುಲೈ" + +msgid "aug" +msgstr "ಆಗಸ್ಟ್‍" + +msgid "sep" +msgstr "ಸೆಪ್ಟೆಂಬರ್" + +msgid "oct" +msgstr "ಅಕ್ಟೋಬರ್" + +msgid "nov" +msgstr "ನವೆಂಬರ್" + +msgid "dec" +msgstr "ಡಿಸೆಂಬರ್" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "ಜನ." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "ಫೆಬ್ರ." + +msgctxt "abbrev. month" +msgid "March" +msgstr "ಮಾರ್ಚ್" + +msgctxt "abbrev. month" +msgid "April" +msgstr "ಏಪ್ರಿಲ್" + +msgctxt "abbrev. month" +msgid "May" +msgstr "ಮೇ" + +msgctxt "abbrev. month" +msgid "June" +msgstr "ಜೂನ್" + +msgctxt "abbrev. month" +msgid "July" +msgstr "ಜುಲೈ" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "ಆಗ." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "ಸೆಪ್ಟೆ." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "ಅಕ್ಟೋ." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "ನವೆಂ." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "ಡಿಸೆಂ." + +msgctxt "alt. month" +msgid "January" +msgstr "ಜನವರಿ" + +msgctxt "alt. month" +msgid "February" +msgstr "ಫೆಬ್ರವರಿ" + +msgctxt "alt. month" +msgid "March" +msgstr "ಮಾರ್ಚ್" + +msgctxt "alt. month" +msgid "April" +msgstr "ಏಪ್ರಿಲ್" + +msgctxt "alt. month" +msgid "May" +msgstr "ಮೇ" + +msgctxt "alt. month" +msgid "June" +msgstr "ಜೂನ್" + +msgctxt "alt. month" +msgid "July" +msgstr "ಜುಲೈ" + +msgctxt "alt. month" +msgid "August" +msgstr "ಆಗಸ್ಟ್‍" + +msgctxt "alt. month" +msgid "September" +msgstr "ಸಪ್ಟೆಂಬರ್" + +msgctxt "alt. month" +msgid "October" +msgstr "ಅಕ್ಟೋಬರ್" + +msgctxt "alt. month" +msgid "November" +msgstr "ನವೆಂಬರ್" + +msgctxt "alt. month" +msgid "December" +msgstr "ಡಿಸೆಂಬರ್" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "" + +msgid "or" +msgstr "ಅಥವ" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" + +msgid "0 minutes" +msgstr "" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "Welcome to Django" +msgstr "" + +msgid "It worked!" +msgstr "" + +msgid "Congratulations on your first Django-powered page." +msgstr "" + +msgid "" +"Of course, you haven't actually done any work yet. Next, start your first " +"app by running python manage.py startapp [app_label]." +msgstr "" + +msgid "" +"You're seeing this message because you have DEBUG = True in " +"your Django settings file and you haven't configured any URLs. Get to work!" +msgstr "" + +msgid "No year specified" +msgstr "ಯಾವುದೆ ವರ್ಷವನ್ನು ಸೂಚಿಲಾಗಿಲ್ಲ" + +msgid "No month specified" +msgstr "ಯಾವುದೆ ತಿಂಗಳನ್ನು ಸೂಚಿಸಲಾಗಿಲ್ಲ" + +msgid "No day specified" +msgstr "ಯಾವುದೆ ದಿನವನ್ನು ಸೂಚಿಸಲಾಗಿಲ್ಲ" + +msgid "No week specified" +msgstr "ಯಾವುದೆ ವಾರವನ್ನು ಸೂಚಿಸಲಾಗಿಲ್ಲ" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "ಯಾವುದೆ %(verbose_name_plural)s ಲಭ್ಯವಿಲ್ಲ" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"ಭವಿಷ್ಯದ %(verbose_name_plural)s ಲಭ್ಯವಿಲ್ಲ ಏಕೆಂದರೆ %(class_name)s.allow_future " +"ಎನ್ನುವುದು ಅಸತ್ಯವಾಗಿದೆ (ಫಾಲ್ಸ್‍) ಆಗಿದೆ." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "" +"ಅಸಿಂಧುವಾದ '%(datestr)s' ದಿನಾಂಕ ಪದಪುಂಜ ಒದಗಿಸಲಾದ ವಿನ್ಯಾಸವು '%(format)s' ಆಗಿದೆ" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "ಮನವಿಗೆ ತಾಳೆಯಾಗುವ ಯಾವುದೆ %(verbose_name)s ಕಂಡುಬಂದಿಲ್ಲ" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "ಪುಟವು 'ಕೊನೆಯ'ದಲ್ಲ, ಅಥವ ಅದನ್ನು ಒಂದು int ಆಗಿ ಮಾರ್ಪಡಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "" +"ಖಾಲಿ ಪಟ್ಟಿ ಹಾಗು '%(class_name)s.allow_empty' ಎನ್ನುವುದು ಅಸತ್ಯವಾಗಿದೆ (ಫಾಲ್ಸ್‍)." + +msgid "Directory indexes are not allowed here." +msgstr "" + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "" + +#, python-format +msgid "Index of %(directory)s" +msgstr "" diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/kn/__init__.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/kn/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/kn/formats.py b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/kn/formats.py new file mode 100644 index 0000000..4b83551 --- /dev/null +++ b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/kn/formats.py @@ -0,0 +1,24 @@ +# -*- encoding: utf-8 -*- +# This file is distributed under the same license as the Django package. +# +from __future__ import unicode_literals + +# The *_FORMAT strings use the Django date format syntax, +# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'j F Y' +TIME_FORMAT = 'h:i A' +# DATETIME_FORMAT = +# YEAR_MONTH_FORMAT = +MONTH_DAY_FORMAT = 'j F' +SHORT_DATE_FORMAT = 'j M Y' +# SHORT_DATETIME_FORMAT = +# FIRST_DAY_OF_WEEK = + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +# DATE_INPUT_FORMATS = +# TIME_INPUT_FORMATS = +# DATETIME_INPUT_FORMATS = +# DECIMAL_SEPARATOR = +# THOUSAND_SEPARATOR = +# NUMBER_GROUPING = diff --git a/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ko/LC_MESSAGES/django.mo b/Tamisha_Damas/eCommerce/lib/python2.7/site-packages/django/conf/locale/ko/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..c59906bc0b106e0eb198be6b7120969563587faa GIT binary patch literal 25069 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℞yU5sjEPHIZlvDXRQ>J3hmDS~2SFady}=ei}_>N|~-qO$PVIOvC0Rl4)8S zrf3K|S%O9+V`-XNX!6udQ$t|7H8qoLR>o=b=Fae!gvr>VSe@BV{6#^mDXg#Z=Z5r% z%_^v+SQ5NxK{{xnXVV&kcmq$;gQPbt(Uf2ZEE&0JiRR{@G8MK2N#tC+sgaTtS>p{P zW!%2yC*po9I-B`SQq6S6u^~~}l2{rhd8#F7Kt!e`kwT5;G`j~kwR+R;4eJ`c>2{W; zONW-*O-Xw?=}|(0C9X9_T38oK;B`?V|3sVE?!D5BvwLM&b%-h+J+Btv6k1Wiq} zhMk2LRe94hG@cEYi!?2`zL|0IgZlbpm`V|ANw@ll1>+U3_t_olnu1iyZJSl5q=lg} zneD=@fJlBPuV zhYN!paUO3%UmVf1sw2RjX>O68vObNuw7Ez5s27K*EY*~0D5J1= z3LO=TH~2idARep3F`z|ho=uH&h5;8DG+{D@DHRf-i;b-BcbfX2E0{ zUY0cmho>2VDL%in5tE@{y4kFWcvGuiFXf!_iyLljtAwUG&~&9*!ekInC%D2M&`vrd ztW9R{hrJo{OC<*KFsl(>>(5z#leX)l1whCkmM~r=xh8eGwOH)^cHv`9-y>v!0rXa@-81rdH2K!6iH?~P_ zA{CmQbYV*qgDy8(9(J&V9XP0ERBFSzAd@n_`hmOdB3lwG&+WQ5up;U-6gPy4WP`oH z3nQMCM>vxK3YU5_u?Aw^%nVkXF_>n}i3HCpl~iw59X20X>%3X@32)XS*)(hmOXP{f z7jZNoYsT0)waLWNl=Mb|IZK&_m(2|qvE3)jurUHHxp6*=J)kSeu#!DUonyak9_M2j zSjEpCOcK3G#nRZ+#FR2~{`@)fRAU@lMyCRWJ7p<$vdTmfDT$X+tTE~kjiYR79j6g7 zX@l3-zJs=+89UFLCBsXi$WcgSjbYA{jHPSDVU{%_NkW>M5Wq~pwN(yUp+45R#1g|x zQDPN1<_)nW@)wMcty}hrJB4RuX8PqiUurn7%QCfqG*m9(p$g@pw=lzgZGdIr7YNF*J| zn{AGzQbxI>vaw8RL%N?1no$A>q0D4G*jkxRR3h(gHAZJhHL}+mW8_G(Bx_iUHFgM6 zT-<|qP;`!Ju!0F%ub?3z?}IDWYb+Kq0iA?h?;N?cIN}1gnPb5=|Nm*ijm|JjF>$irSG0hI|NsnWp1j%%%;}x{D7|onP!!xc|$t1X@r8V71-;ff-tg3~9 z(__kd2Y>8o=3Q5fH+iePTjHT)N>vU!mb@j2PV;U_r8se|^XAleb0{r3E-OP-r^_%p zP+t-*<6%gJG4JvlQIkrQe=!HmC=r`ubz^kIV?2>e3));7z^nl#0?Dzv3(9I~W2~;R zaI$94Tq*A8iaE*$3P+`*)NORNnjIbQBG>pJr6<5T>pf%xja{I%jdNPa>P}3oAY(Ne z(bm8g{x69_LNWxNn%}W&e3HsuInKR7N6&(0B}D=|C*qr^~47*=dN^RNZ{nxG}+&1*_52^JfK zW&q}4`1|FV7VDsJh_KLktEmca-mtNZj=tulsiw}C1xR^zUp-g>_AX16^QKHP&Vtj9 zlgz|*m?SNY&N+@Z7B(fUU#J8`yo%w<&=pj==3{Bl$PpF{v5XqMd95<2D1m)ue$dQG z-FzlB>CF%6Oa|PO_88U}e&_97PMfx*B4}*gD@1kudW+ip-lu;N)}lP?1@gJ7(*L1tn5+@a!8ZO3=+!8o+*Qp zu`de7%YtNm#=F(Le~Z=+@5P3{o^uP#yETl5_hw{27tUR8jfH8Qy&%-Lu}c#WaE-)m zVG~{r=5WFt6)J^J-;R*pPUCfGmkL8`8c?6J-wM8gv6-!zEXz5X5>EU4$O?Bxc$w