Blame view
sources/apps/files_texteditor/l10n/ca.php
485 Bytes
|
42e4f8d60
|
1 2 3 4 5 6 7 8 9 10 11 12 |
<?php $TRANSLATIONS = array( "Save" => "Desa", "Search" => "Cerca", "Close" => "Tanca", "Next" => "Següent", "Clear" => "Neteja", "Saving..." => "Desant...", "Failed to save file" => "Ha fallat en desar el fitxer", "An error occurred!" => "S'ha produït un error!", "There are unsaved changes in the text editor" => "Hi ha canvis no desats a l'editor de text", "There were unsaved changes, click here to go back" => "Hi havia canvis que no desats, feu click aquí per anar enrera" ); |