From f57f9852b198ec15ea7e9dbd20ebcf97a09112a9 Mon Sep 17 00:00:00 2001 From: Friendika Date: Tue, 22 Feb 2011 15:35:33 -0800 Subject: pulled strings from one more template --- view/de/netfriend.tpl | 14 -------------- view/de/strings.php | 3 +++ view/en/netfriend.tpl | 14 -------------- view/fr/netfriend.tpl | 14 -------------- view/fr/strings.php | 3 +++ view/it/netfriend.tpl | 14 -------------- view/it/strings.php | 3 +++ view/netfriend.tpl | 14 ++++++++++++++ 8 files changed, 23 insertions(+), 56 deletions(-) delete mode 100644 view/de/netfriend.tpl delete mode 100644 view/en/netfriend.tpl delete mode 100644 view/fr/netfriend.tpl delete mode 100644 view/it/netfriend.tpl create mode 100644 view/netfriend.tpl (limited to 'view') diff --git a/view/de/netfriend.tpl b/view/de/netfriend.tpl deleted file mode 100644 index 79a7a0940..000000000 --- a/view/de/netfriend.tpl +++ /dev/null @@ -1,14 +0,0 @@ -
Genehmigen als:
- -
- - -
-
-
-
- - -
-
-
diff --git a/view/de/strings.php b/view/de/strings.php index ef6892e8d..cc0319606 100644 --- a/view/de/strings.php +++ b/view/de/strings.php @@ -274,6 +274,9 @@ $a->strings['Hide Ignored Requests'] = 'Verberge ignorierte Anfragen'; $a->strings['Claims to be known to you: '] = 'Behauptet dich zu kennen: '; $a->strings['yes'] = 'ja'; $a->strings['no'] = 'nein'; +$a->strings['Approve as: '] = 'Genehmigen als: '; +$a->strings['Friend'] = 'Freund'; +$a->strings['Fan/Admirer'] = 'Fan/Verehrer'; $a->strings['Notification type: '] = 'Benachrichtigungs Typ: '; $a->strings['Friend/Connect Request'] = 'Kontakt-/Freundschaftsanfrage'; $a->strings['New Follower'] = 'Neuer Bewunderer'; diff --git a/view/en/netfriend.tpl b/view/en/netfriend.tpl deleted file mode 100644 index b041ec49f..000000000 --- a/view/en/netfriend.tpl +++ /dev/null @@ -1,14 +0,0 @@ -
Approve as:
- -
- - -
-
-
-
- - -
-
-
diff --git a/view/fr/netfriend.tpl b/view/fr/netfriend.tpl deleted file mode 100644 index b041ec49f..000000000 --- a/view/fr/netfriend.tpl +++ /dev/null @@ -1,14 +0,0 @@ -
Approve as:
- -
- - -
-
-
-
- - -
-
-
diff --git a/view/fr/strings.php b/view/fr/strings.php index 8bac6347f..cbcf11ead 100644 --- a/view/fr/strings.php +++ b/view/fr/strings.php @@ -262,6 +262,9 @@ $a->strings['Hide Ignored Requests'] = 'Cacher les demandes ignorées'; $a->strings['Claims to be known to you: '] = 'Prétend que vous le connaissez: '; $a->strings['yes'] = 'oui'; $a->strings['no'] = 'non'; +$a->strings['Approve as: '] = 'Approuver en tant que: '; +$a->strings['Friend'] = 'Ami'; +$a->strings['Fan/Admirer'] = 'Fan/Admirateur'; $a->strings['Notification type: '] = 'Type de notification: '; $a->strings['Friend/Connect Request'] = 'Demande de connexion/relation'; $a->strings['New Follower'] = 'Nouvel abonné'; diff --git a/view/it/netfriend.tpl b/view/it/netfriend.tpl deleted file mode 100644 index d1cdf1a98..000000000 --- a/view/it/netfriend.tpl +++ /dev/null @@ -1,14 +0,0 @@ -
Approva come:
- -
- - -
-
-
-
- - -
-
-
diff --git a/view/it/strings.php b/view/it/strings.php index d04e02167..2b4a84d05 100644 --- a/view/it/strings.php +++ b/view/it/strings.php @@ -236,6 +236,9 @@ $a->strings['Hide Ignored Requests'] = 'Nascondi richieste ignorate'; $a->strings['Claims to be known to you: '] = 'Dice di conoscerti: '; $a->strings['yes'] = 'si'; $a->strings['no'] = 'no'; +$a->strings['Approve as: '] = 'Approva come: '; +$a->strings['Friend'] = 'Amico'; +$a->strings['Fan/Admirer'] = 'Fan/Admiratore'; $a->strings['Notification type: '] = 'Tipo di notifica: '; $a->strings['Friend/Connect Request'] = 'Richiesta Amicizia/Connessione'; $a->strings['New Follower'] = 'Nuovo Seguace'; diff --git a/view/netfriend.tpl b/view/netfriend.tpl new file mode 100644 index 000000000..c2a92ce9e --- /dev/null +++ b/view/netfriend.tpl @@ -0,0 +1,14 @@ +
$approve_as
+ +
+ + +
+
+
+
+ + +
+
+
-- cgit v1.2.3 From a5b80e5d564f6c239510dbee10daf3ff4c314f2e Mon Sep 17 00:00:00 2001 From: Friendika Date: Tue, 22 Feb 2011 20:08:15 -0800 Subject: add some calendaring functions --- view/theme/duepuntozero/style.css | 6 ++++++ view/theme/loozah/style.css | 8 ++++++++ 2 files changed, 14 insertions(+) (limited to 'view') diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 35ffe3a89..a820c381c 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -2019,3 +2019,9 @@ a.mail-list-link { } +.calendar { + font-family: Courier, monospace; +} +.today { + color: #FF0000; +} diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index e4ebeda7e..145123aaf 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -2065,3 +2065,11 @@ a.mail-list-link { .tool-link { cursor: pointer; } + + +.calendar { + font-family: Courier, monospace; +} +.today { + color: #FF0000; +} -- cgit v1.2.3