12345678910111213 |
- <?php $TRANSLATIONS = array(
- "Pictures" => "Imágenes",
- "Settings" => "Preferencias",
- "Rescan" => "Refrescar",
- "Stop" => "Parar",
- "Share" => "Compartir",
- "Back" => "Atrás",
- "Remove confirmation" => "Borrar confirmación",
- "Do you want to remove album" => "¿Quieres eliminar el álbum",
- "Change album name" => "Cambiar nombre al álbum",
- "New album name" => "Nuevo nombre de álbum"
- );
|