1
0
Fork 0
mirror of synced 2024-07-06 07:00:56 +12:00
appwrite/app/config/locale/is.php

17 lines
855 B
PHP
Raw Normal View History

<?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',
];