From: Friendika Date: Thu, 2 Dec 2010 04:37:42 +0000 (-0800) Subject: more string extraction X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1adf69a04967a3829749b99c8ce663d5068748dd;p=friendica.git more string extraction --- diff --git a/mod/notifications.php b/mod/notifications.php index 9765c14526..1c680794e4 100644 --- a/mod/notifications.php +++ b/mod/notifications.php @@ -116,7 +116,10 @@ function notifications_content(&$a) { '$url' => $rr['url'], '$knowyou' => $knowyou, '$approve' => t('Approve'), - '$note' => $rr['note'] + '$note' => $rr['note'], + '$ignore' => t('Ignore'), + '$discard' => t('Discard') + )); } } diff --git a/view/en/intros.tpl b/view/en/intros.tpl deleted file mode 100644 index f903515ca5..0000000000 --- a/view/en/intros.tpl +++ /dev/null @@ -1,26 +0,0 @@ - -
- -

$str_notifytype $notify_type

-
$fullname
-fullname -
$knowyou
-
$note
-
-
- - -
-
- -
- - - - -$dfrn_text - - -
-
-
diff --git a/view/intros.tpl b/view/intros.tpl new file mode 100644 index 0000000000..4534f21916 --- /dev/null +++ b/view/intros.tpl @@ -0,0 +1,26 @@ + +
+ +

$str_notifytype $notify_type

+
$fullname
+fullname +
$knowyou
+
$note
+
+
+ + +
+
+ +
+ + + + +$dfrn_text + + +
+
+