1
0
Fork 0
mirror of synced 2024-07-08 16:06:02 +12:00
appwrite/app/config/locale/is.php
Shekhar Shukla 36ce0f6d90
Added locale support for Icelandic.
Icelandic Translations for countries and continents added.
2019-10-21 01:36:49 +05:30

17 lines
855 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',
];