1
0
Fork 0
mirror of synced 2024-10-03 10:46:27 +13:00
appwrite/app/config/locale/it.php

22 lines
862 B
PHP
Raw Normal View History

2019-10-01 10:24:16 +13:00
<?php
2019-10-01 11:31:20 +13:00
2019-10-01 10:24:16 +13:00
return [
2019-10-01 11:31:20 +13:00
'settings.inspire' => '"L\'arte di essere saggi è l\'arte di sapere cosa trascurare."', // Questa è la riga stampata nella homepage e nella console 'view-source'
2019-10-01 10:24:16 +13:00
'settings.locale' => 'it',
'settings.direction' => 'ltr',
2019-10-01 12:09:55 +13:00
2019-10-01 10:24:16 +13:00
// Servizio - Utenti
2019-10-01 12:09:55 +13:00
'auth.emails.team' => 'Team %s',
2019-10-01 11:31:20 +13:00
'auth.emails.confirm.title' => 'Conferma dell\'account',
2019-10-01 10:24:16 +13:00
'auth.emails.confirm.body' => 'en.email.auth.confirm.tpl',
2019-10-01 12:09:55 +13:00
'auth.emails.recovery.title' => 'Recupero password',
2019-10-01 10:24:16 +13:00
'auth.emails.recovery.body' => 'en.email.auth.recovery.tpl',
2019-10-01 12:09:55 +13:00
'auth.emails.invitation.title' => 'Invito al team %s di %s',
2019-10-01 10:24:16 +13:00
'auth.emails.invitation.body' => 'en.email.auth.invitation.tpl',
2019-10-01 12:09:55 +13:00
2019-10-01 10:24:16 +13:00
'locale.country.unknown' => 'Sconosciuto',
2019-10-01 12:09:55 +13:00
2019-10-01 10:24:16 +13:00
'countries' => include 'it.countries.php',
'continents' => include 'it.continents.php',
2019-10-01 12:09:55 +13:00
];