From a3644638aaf0418598196a870204e0b632a4c8ad Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Fri, 17 Apr 2015 06:28:40 -0400
Subject: [PATCH] Allow preference sections to define CSS class names

---
 program/localization/ur_PK/labels.inc |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/program/localization/ur_PK/labels.inc b/program/localization/ur_PK/labels.inc
index 797c98f..a13c545 100644
--- a/program/localization/ur_PK/labels.inc
+++ b/program/localization/ur_PK/labels.inc
@@ -16,9 +16,18 @@
  For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/
 */
 $labels['welcome']   = ' $product میں خوش آمدید';
+$labels['username']  = 'صارف';
+$labels['password']  = 'پاسورڈ';
 $labels['server']    = 'سَروَر';
+$labels['logout']   = 'لاگ آؤٹ';
 $labels['mail']     = 'میل';
 $labels['settings'] = 'ترتیبات';
+$labels['addressbook'] = 'ایڈریس بک';
+$labels['inbox']  = 'ان باکس';
+$labels['drafts'] = 'ڈرافٹ';
+$labels['subject'] = 'مضمون';
+$labels['from']    = 'از';
+$labels['sender']  = 'بھیجنے والا';
 $labels['download'] = 'ڈاؤن لوڈ';
 $labels['showanyway'] = 'جیسا بھی ہے ظاہر کر دیں';
 $labels['markread']         = 'جیسے پڑھ لیا ہو';

--
Gitblit v1.9.1