Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Icelandic language file created and updated - is.php #3

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions resources/lang/is.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php

return [
'Simple footer module' => 'Einföld síðufótseining',
'Add an extra footer and page.' => 'Bættu við auka atriði í síðufót og síðu.',
'Leave the page title and text blank if you only want an additional footer to add your credits or copyright, for example.' =>
'Skildu reitina síðuheiti og -texta eftir auða ef þú vilt aðeins viðbótar síðufót til að bæta við tileinkunn eða höfundarrétti, sem dæmi.',
'Page title' => 'Síðuheiti',
'Page text' => 'Síðutexti'
];