1
0
Fork 0
mirror of synced 2024-07-01 12:40:34 +12:00
appwrite/app/config/locales/is.php
2019-10-24 22:20:47 +03:00

17 lines
839 B
PHP

<?php
return [
'settings.inspire' => '"Listin að vera vitur er listin að vita hvað á að líta framhjá."', // This is the line printed in the homepage and console 'view-source'
'settings.locale' => 'is',
'settings.direction' => 'ltr',
// Service - Users
'auth.emails.team' => '%s Teymi',
'auth.emails.confirm.title' => 'Staðfesting reiknings',
'auth.emails.confirm.body' => 'is.email.auth.confirm.tpl',
'auth.emails.recovery.title' => 'Núllstilla lykilorð',
'auth.emails.recovery.body' => 'is.email.auth.recovery.tpl',
'auth.emails.invitation.title' => 'Boð í %s lið í %s',
'auth.emails.invitation.body' => 'is.email.auth.invitation.tpl',
'locale.country.unknown' => 'Óþekktur',
'countries' => include 'is.countries.php',
'continents' => include 'is.continents.php',
];