Blame view

sources/apps/files_texteditor/l10n/gl.php 392 Bytes
03e52840d   Kload   Init
1
2
3
4
5
6
7
8
9
10
11
  <?php $TRANSLATIONS = array(
  "Save" => "Gardar",
  "Search:" => "Busca:",
  "Close" => "Pechar",
  "Next" => "Seguinte",
  "Clear" => "Limpar",
  "Saving..." => "Gardando...",
  "Failed to save file" => "Non foi posíbel gardar o ficheiro",
  "An error occurred!" => "Produciuse un erro!",
  "There were unsaved changes, click here to go back" => "Hai cambios sen gardar, prema aquí para ir cara atrás"
  );