Blame view
sources/apps/files_texteditor/l10n/fi_FI.php
507 Bytes
|
42e4f8d60
|
1 2 3 4 5 6 7 8 9 10 11 12 |
<?php $TRANSLATIONS = array( "Save" => "Tallenna", "Search" => "Etsi", "Close" => "Sulje", "Next" => "Seuraava", "Clear" => "Tyhjennä", "Saving..." => "Tallennetaan...", "Failed to save file" => "Tiedoston tallennus epäonnistui", "An error occurred!" => "Tapahtui virhe!", "There are unsaved changes in the text editor" => "Tekstimuokkaimessa on tallentamattomia muutoksia", "There were unsaved changes, click here to go back" => "Asiakirjassa on muutoksia tallentamatta, napsauta tästä palataksesi" ); |