diff options
author | Friendika <info@friendika.com> | 2011-03-21 04:10:08 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-03-21 04:10:08 -0700 |
commit | 94cbf3bb80371d5b4160db8bef1d70f28f8a0d97 (patch) | |
tree | cbf651656889afc49826666b3c4f120c0ef53ca6 /view | |
parent | 82bd1ce3cb0097ad6be9650e4a1414e819cf8b0c (diff) | |
download | volse-hubzilla-94cbf3bb80371d5b4160db8bef1d70f28f8a0d97.tar.gz volse-hubzilla-94cbf3bb80371d5b4160db8bef1d70f28f8a0d97.tar.bz2 volse-hubzilla-94cbf3bb80371d5b4160db8bef1d70f28f8a0d97.zip |
another template down
Diffstat (limited to 'view')
-rw-r--r-- | view/de/strings.php | 3 | ||||
-rw-r--r-- | view/en/profile_tabs.tpl | 7 | ||||
-rw-r--r-- | view/fr/profile_tabs.tpl | 7 | ||||
-rw-r--r-- | view/it/profile_tabs.tpl | 7 | ||||
-rw-r--r-- | view/it/strings.php | 3 | ||||
-rw-r--r-- | view/profile_tabs.tpl (renamed from view/de/profile_tabs.tpl) | 6 | ||||
-rw-r--r-- | view/sv/profile_tabs.tpl | 7 |
7 files changed, 9 insertions, 31 deletions
diff --git a/view/de/strings.php b/view/de/strings.php index c18069f19..2d8fe7006 100644 --- a/view/de/strings.php +++ b/view/de/strings.php @@ -331,6 +331,9 @@ $a->strings['Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #cam $a->strings['Recent Photos'] = 'Neuste Fotos'; $a->strings['Upload New Photos'] = 'Weitere Fotos hochladen'; $a->strings['View Album'] = 'Album betrachten'; +$a->strings['Status'] = 'Status'; +$a->strings['Profile'] = 'Profil'; +$a->strings['Photos'] = 'Fotos'; $a->strings['Image uploaded but image cropping failed.'] = 'Bilder hochgeladen aber das Zuschneiden ist fehlgeschlagen.'; $a->strings['Image size reduction [175] failed.'] = 'Image size reduction [175] failed.'; $a->strings['Image size reduction [80] failed.'] = 'Image size reduction [80] failed.'; diff --git a/view/en/profile_tabs.tpl b/view/en/profile_tabs.tpl deleted file mode 100644 index 9c6c54a1c..000000000 --- a/view/en/profile_tabs.tpl +++ /dev/null @@ -1,7 +0,0 @@ - -<div id="profile-tabs-wrapper" > - <a href="$url" id="profile-tab-status-link" class="profile-tabs" >Status</a> - <a href="$url?tab=profile" id="profile-tab-profile-link" class="profile-tabs" >Profile</a> - <a href="$phototab" id="profile-tab-photos-link" class="profile-tabs" >Photos</a> -<div id="profile-tabs-end"></div> -</div>
\ No newline at end of file diff --git a/view/fr/profile_tabs.tpl b/view/fr/profile_tabs.tpl deleted file mode 100644 index 9c6c54a1c..000000000 --- a/view/fr/profile_tabs.tpl +++ /dev/null @@ -1,7 +0,0 @@ - -<div id="profile-tabs-wrapper" > - <a href="$url" id="profile-tab-status-link" class="profile-tabs" >Status</a> - <a href="$url?tab=profile" id="profile-tab-profile-link" class="profile-tabs" >Profile</a> - <a href="$phototab" id="profile-tab-photos-link" class="profile-tabs" >Photos</a> -<div id="profile-tabs-end"></div> -</div>
\ No newline at end of file diff --git a/view/it/profile_tabs.tpl b/view/it/profile_tabs.tpl deleted file mode 100644 index 9c0f27d62..000000000 --- a/view/it/profile_tabs.tpl +++ /dev/null @@ -1,7 +0,0 @@ - -<div id="profile-tabs-wrapper" > - <a href="$url" id="profile-tab-status-link" class="profile-tabs" >Stato</a> - <a href="$url?tab=profile" id="profile-tab-profile-link" class="profile-tabs" >Profilo</a> - <a href="$phototab" id="profile-tab-photos-link" class="profile-tabs" >Foto</a> -<div id="profile-tabs-end"></div> -</div> diff --git a/view/it/strings.php b/view/it/strings.php index f27d8a1b0..a771f933d 100644 --- a/view/it/strings.php +++ b/view/it/strings.php @@ -165,6 +165,9 @@ $a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #cam $a->strings["Recent Photos"] = "Foto recenti"; $a->strings["Upload New Photos"] = "Carica nuova foto"; $a->strings["View Album"] = "Vedi album"; +$a->strings['Status'] = 'Stato'; +$a->strings['Profile'] = 'Profilo'; +$a->strings['Photos'] = 'Foto'; $a->strings["Item not found."] = "Elemento non trovato."; $a->strings["View \$owner_name's profile"] = "Guarda il profilo di \$owner_name"; $a->strings["to"] = "a"; diff --git a/view/de/profile_tabs.tpl b/view/profile_tabs.tpl index 56e7d626f..975d069a6 100644 --- a/view/de/profile_tabs.tpl +++ b/view/profile_tabs.tpl @@ -1,7 +1,7 @@ <div id="profile-tabs-wrapper" > - <a href="$url" id="profile-tab-status-link" class="profile-tabs" >Status</a> - <a href="$url?tab=profile" id="profile-tab-profile-link" class="profile-tabs" >Profil</a> - <a href="$phototab" id="profile-tab-photos-link" class="profile-tabs" >Fotos</a> + <a href="$url" id="profile-tab-status-link" class="profile-tabs" >$status</a> + <a href="$url?tab=profile" id="profile-tab-profile-link" class="profile-tabs" >$profile</a> + <a href="$phototab" id="profile-tab-photos-link" class="profile-tabs" >$photos</a> <div id="profile-tabs-end"></div> </div>
\ No newline at end of file diff --git a/view/sv/profile_tabs.tpl b/view/sv/profile_tabs.tpl deleted file mode 100644 index 9c6c54a1c..000000000 --- a/view/sv/profile_tabs.tpl +++ /dev/null @@ -1,7 +0,0 @@ - -<div id="profile-tabs-wrapper" > - <a href="$url" id="profile-tab-status-link" class="profile-tabs" >Status</a> - <a href="$url?tab=profile" id="profile-tab-profile-link" class="profile-tabs" >Profile</a> - <a href="$phototab" id="profile-tab-photos-link" class="profile-tabs" >Photos</a> -<div id="profile-tabs-end"></div> -</div>
\ No newline at end of file |