diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/l10n/ur.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/l10n/ur.php b/core/l10n/ur.php index aff098dff1f..fdc6c81bd88 100644 --- a/core/l10n/ur.php +++ b/core/l10n/ur.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( -"_{count} file conflict_::_{count} file conflicts_" => array("","") +"_{count} file conflict_::_{count} file conflicts_" => array("",""), +"Error" => "خرابی" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |