Blame view
sources/apps/documents/l10n/is.php
298 Bytes
|
d1bafeea1
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
<?php $TRANSLATIONS = array( "Close" => "Loka", "Share" => "Deila", "Cancel" => "Hætta við", "Create" => "Búa til", "Delete" => "Eyða", "Open" => "Opna", "Options" => "Stillingar", "Save" => "Vista", "Size" => "Stærð", "Text" => "Texti", "Upload" => "Senda inn", "Password" => "Lykilorð" ); |