diff options
author | Friendika <info@friendika.com> | 2011-03-08 18:53:52 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-03-08 18:53:52 -0800 |
commit | 0de88eb6b0e5ceab470240a54414317884a49101 (patch) | |
tree | 1771d6e52ecf64a96aecf2ccf5ce1b06259abfde /view/it | |
parent | ea59e199d5609f4d196ecced569a8e267c2e27d5 (diff) | |
download | volse-hubzilla-0de88eb6b0e5ceab470240a54414317884a49101.tar.gz volse-hubzilla-0de88eb6b0e5ceab470240a54414317884a49101.tar.bz2 volse-hubzilla-0de88eb6b0e5ceab470240a54414317884a49101.zip |
yet another template converted to language neutral format
Diffstat (limited to 'view/it')
-rw-r--r-- | view/it/like.tpl | 5 | ||||
-rw-r--r-- | view/it/strings.php | 2 |
2 files changed, 2 insertions, 5 deletions
diff --git a/view/it/like.tpl b/view/it/like.tpl deleted file mode 100644 index d64349a4b..000000000 --- a/view/it/like.tpl +++ /dev/null @@ -1,5 +0,0 @@ -<div class="wall-item-like-buttons" id="wall-item-like-buttons-$id"> - <img src="images/like.gif" alt="Mi piace questo" title="Mi piace questo [metti/togli]" onclick="dolike($id,'like');" /> - <img src="images/dislike.gif" alt="Non mi piace questo" title="Non mi piace questo [metti/togli]" onclick="dolike($id,'dislike');" /> - <img id="like-rotator-$id" class="like-rotator" src="images/rotator.gif" alt="Attendi" title="Attendi" style="display: none;" /> - </div> diff --git a/view/it/strings.php b/view/it/strings.php index 1cee5399a..437d6e7c6 100644 --- a/view/it/strings.php +++ b/view/it/strings.php @@ -138,6 +138,8 @@ $a->strings['Cancel'] = 'Annulla'; $a->strings['Global Directory'] = 'Elenco Globale'; $a->strings['Item not found.'] = 'Elemento non trovato.'; $a->strings['Private Message'] = 'Messaggio privato'; +$a->strings["I like this \x28toggle\x29"] = "Mi piace questo \x28metti/togli\x29"; +$a->strings["I don't like this \x28toggle\x29"] = "Non mi piace questo \x28metti/togli\x29"; $a->strings['This is you'] = 'Questo sei tu'; $a->strings['View $name\'s profile'] = 'Guarda il profilo di $name'; $a->strings['View $owner_name\'s profile'] = 'Guarda il profilo di $owner_name'; |