ca.php 385 B

12345678910111213
  1. <?php $TRANSLATIONS = array(
  2. "Pictures" => "Fotos",
  3. "Settings" => "Arranjament",
  4. "Rescan" => "Escaneja de nou",
  5. "Stop" => "Atura",
  6. "Share" => "Comparteix",
  7. "Back" => "Enrera",
  8. "Remove confirmation" => "Elimina la confirmació",
  9. "Do you want to remove album" => "Voleu eliminar l'àlbum",
  10. "Change album name" => "Canvia el nom de l'àlbum",
  11. "New album name" => "Nom nou de l'àlbum"
  12. );