summaryrefslogtreecommitdiff
path: root/inc/lang/it
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2014-03-16 21:23:50 +0100
committerAndreas Gohr <andi@splitbrain.org>2014-03-16 21:23:50 +0100
commite9ac0877f6c7eb3536f8f2b6b2a431c00de8fe4f (patch)
treef712964318d38d2935f2afe909326c6b1d1e4caa /inc/lang/it
parentf10dcc4dcaefb086f27df5535c619073e0665b2e (diff)
parent5c19269483d61ba921eaf572252d976c15152924 (diff)
downloadrpg-e9ac0877f6c7eb3536f8f2b6b2a431c00de8fe4f.tar.gz
rpg-e9ac0877f6c7eb3536f8f2b6b2a431c00de8fe4f.tar.bz2
Merge pull request #573 from splitbrain/FS#2437detailphprefactor
refactor detail.php to template.php
Diffstat (limited to 'inc/lang/it')
-rw-r--r--inc/lang/it/lang.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/lang/it/lang.php b/inc/lang/it/lang.php
index a2bde3b60..eefcec9db 100644
--- a/inc/lang/it/lang.php
+++ b/inc/lang/it/lang.php
@@ -245,7 +245,7 @@ $lang['admin_register'] = 'Aggiungi un nuovo utente';
$lang['metaedit'] = 'Modifica metadati';
$lang['metasaveerr'] = 'Scrittura metadati fallita';
$lang['metasaveok'] = 'Metadati salvati';
-$lang['img_backto'] = 'Torna a';
+$lang['btn_img_backto'] = 'Torna a %s';
$lang['img_title'] = 'Titolo';
$lang['img_caption'] = 'Descrizione';
$lang['img_date'] = 'Data';
@@ -258,7 +258,7 @@ $lang['img_camera'] = 'Camera';
$lang['img_keywords'] = 'Parole chiave';
$lang['img_width'] = 'Larghezza';
$lang['img_height'] = 'Altezza';
-$lang['img_manager'] = 'Guarda nel gestore media';
+$lang['btn_mediaManager'] = 'Guarda nel gestore media';
$lang['subscr_subscribe_success'] = 'Aggiunto %s alla lista di sottoscrizioni %s';
$lang['subscr_subscribe_error'] = 'Impossibile aggiungere %s alla lista di sottoscrizioni %s';
$lang['subscr_subscribe_noaddress'] = 'Non esiste alcun indirizzo associato al tuo account, non puoi essere aggiunto alla lista di sottoscrizioni';