12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- # -*- encoding:utf-8 -*-
- from __future__ import unicode_literals
- MESSAGES = {
- "%d min remaining to read": "%d منٹ کا مطالعہ باقی",
- "(active)": "(فعال)",
- "Also available in:": "ان میں بھی دستیاب:",
- "Archive": "آرکائیو",
- "Authors": "مصنفین",
- "Categories": "زمرے",
- "Comments": "تبصرے",
- "LANGUAGE": "اردو",
- "Languages:": "زبانیں:",
- "More posts about %s": "%s کے بارے میں مزید تحاریر",
- "Newer posts": "نئی تحاریر",
- "Next post": "اگلی تحریر",
- "No posts found.": "کوئی تحریر نہیں مل سکی۔",
- "Nothing found.": "کچھ نہیں مل سکا۔",
- "Older posts": "پرانی تحاریر",
- "Original site": "اصلی سائٹ",
- "Posted:": "اشاعت:",
- "Posts about %s": "%s کے بارے میں تحاریر",
- "Posts by %s": "%s کی تحاریر",
- "Posts for year %s": "سال %s کی تحاریر",
- "Posts for {month} {day}, {year}": "{day} {month}، {year} کی تحاریر",
- "Posts for {month} {year}": "{month} {year} کی تحاریر",
- "Previous post": "پچھلی تحریر",
- "Publication date": "تاریخِ اشاعت",
- "RSS feed": "آر ایس ایس فیڈ",
- "Read in English": "اردو میں پڑھیں",
- "Read more": "مزید پڑھیں",
- "Skip to main content": "مرکزی متن پر جائیں",
- "Source": "سورس",
- "Subcategories:": "ذیلی زمرے",
- "Tags and Categories": "ٹیگز اور زمرے",
- "Tags": "ٹیگز",
- "Uncategorized": "",
- "Updates": "تازہ ترین",
- "Write your page here.": "اپنے صفحے کا متن یہاں لکھیں۔",
- "Write your post here.": "اپنی تحریر یہاں لکھیں۔",
- "old posts, page %d": "پرانی تحاریر صفحہ %d",
- "page %d": "صفحہ %d",
- }
|