mirror of
https://github.com/BeitDina/AutoIndex.git
synced 2025-12-26 08:59:39 +01:00
27 lines
526 B
Plaintext
27 lines
526 B
Plaintext
<?php
|
|
|
|
/*
|
|
is.php
|
|
Íslenska - Icelandic
|
|
Translation by "KinD"
|
|
*/
|
|
|
|
$words = array(
|
|
'index of' => 'Efnisyfirlit af',
|
|
'parent directory' => 'Til baka',
|
|
'file' => 'Skrár',
|
|
'size' => 'Stærð',
|
|
'modified' => 'Breytt',
|
|
'total size' => 'Heildar Stærð',
|
|
'total files' => 'Heildar Skrár',
|
|
'total folders' => 'Heildar möppur',
|
|
'search' => 'Leita af',
|
|
'files' => 'Skrár',
|
|
'folders' => 'Möppur',
|
|
'both' => 'Bæði',
|
|
'search results' => 'Þetta Fannst',
|
|
'no results' => 'EKKERT FANNST',
|
|
'end of results' => 'Leit hætt',
|
|
'found' => 'fundust');
|
|
|
|
?> |