Blame view
sources/apps/files_texteditor/l10n/en_GB.php
457 Bytes
|
d1bafeea1
|
1 2 3 4 5 6 7 8 9 10 11 12 |
<?php $TRANSLATIONS = array( "Save" => "Save", "Search" => "Search", "Close" => "Close", "Next" => "Next", "Clear" => "Clear", "Saving..." => "Saving...", "Failed to save file" => "Failed to save file", "An error occurred!" => "An error occurred!", "There are unsaved changes in the text editor" => "There are unsaved changes in the text editor", "There were unsaved changes, click here to go back" => "There were unsaved changes, click here to go back" ); |