Blame view
sources/apps/documents/l10n/nb_NO.php
354 Bytes
|
d1bafeea1
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
<?php $TRANSLATIONS = array( "Close" => "Lukk", "Share" => "Del", "Cancel" => "Avbryt", "Create" => "Opprett", "Delete" => "Slett", "Family" => "Familie", "Loading" => "Laster", "OK" => "OK", "Open" => "Åpne", "Options" => "Innstillinger", "Save" => "Lagre", "Size" => "Størrelse", "Text" => "Tekst", "Upload" => "Last opp", "Password" => "Passord" ); |